@import url("../font-awesome/css/fontawesome.min.css");
@import url("../font-awesome/css/solid.min.css");
@import url("../font-awesome/css/brands.min.css");

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Work-Sans";
  src: url(../webfonts/work/WorkSans-Light.ttf);
}

@font-face {
  font-family: "Work-Sans-Thin";
  src: url(../webfonts/work/WorkSans-ExtraLight.ttf);
}

@font-face {
  font-family: "Yuanti";
  src: url(../webfonts/yuanti/shiweiyuanti.ttf);
}

body {
    margin:0;
    font-family: 'Roboto';
    position: relative;
    line-height: 1.875;
    width:100%;
    overflow:auto;
    overflow-x:clip;
}
.preventScroll {
  overflow: hidden;
}
#languageLink {
  display:none;
}

h1.title {
  font-family: 'Roboto-Thin', 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: .5rem;
  position:relative;
}

h1.title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  left: calc(50% - 40px);
  bottom: 5px;
  background-color:#333;
}

#header-nav-wrap .header-main-nav li a.btn-primary:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color:#fff !important;
}

a, a:visited {
  transition: all 0.3s ease-in-out;
}

form {
  max-width:460px;
  margin:0 auto;
}

.form-control {
  background-color:transparent !important;
  outline:none;
  border: 1px solid #333;
  box-shadow: none !important;
  outline:none !important;
}

button.submit {
  width: 100%;
  margin-top: 1rem;
  padding: .75rem 1rem;
  border: 1px solid #ddd;
}
#menu {
  overflow: hidden;
  z-index:101;
  margin:0 auto;
  position: fixed;
  top:0;
  background:linear-gradient(to bottom, #313131, #212121);
  width:100%;
  transition:all .2s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#menu::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
  opacity:1;
}

#menu .row {
  animation-delay:.2s;
  position: relative;
}

#menu ul {
  list-style:none;
  display:flex;
  margin:0 auto;
  width:100%;
  max-width:1200px;
}

#menu ul li {
  margin:0 auto;
  padding:.25rem 0;
  width:auto;
  text-align: center;
  transition:all .2s ease-in-out;
  display:none;
  color:#aaa;
}

#menu ul li:first-child {
  width:100%;
  text-align: left;
  padding-left:.5rem;
  display:block;
}

#menu ul li:nth-child(3) a, #menu ul li:last-child a {
  border-left:1px solid #fff;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #333, #fff, #333);
}

#menu ul li a {
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size:19px;
  letter-spacing:.05em;
  width:100%;
  height:100%;
  display: block;
}

#menu ul li:first-child a span {
  font-size:15px;
  padding: .25rem 0;
  padding-left:.75rem;
  margin-left:.75rem;
  border-left:1px solid #fff;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #333, #fff, #333);
}

#menu ul li:nth-child(2), #menu ul li:nth-child(3), #menu ul li:nth-child(4)  {
  padding:1rem 0;
  margin-right:0;
}

#menu ul li:nth-child(2) a, #menu ul li:nth-child(3) a, #menu ul li:nth-child(4) a  {
  font-size: 16px;
  align-items: center;
  height: auto;
  display:inline-flex;
  margin:0;
  z-index:2;
}

#menu ul li:nth-child(2) a span, #menu ul li:nth-child(3) a span, #menu ul li:nth-child(4) a span {
  position: relative;
}

#menu ul li:nth-child(2) a span:after, #menu ul li:nth-child(3) a span:after, #menu ul li:nth-child(4) a span:after {
  display:block;
  content: '';
  height:1px;
  width:100%;
  position: absolute;
  bottom:0;
  border-bottom: solid 1px #019fb6;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

#menu ul li:nth-child(2) a:hover span:after { transform: scaleX(1); }
#menu ul li:nth-child(3) a:hover span:after { transform: scaleX(1); }
#menu ul li:nth-child(4) a:hover span:after { transform: scaleX(1); }
#menu ul li:nth-child(2) a.active span:after { transform: scaleX(1); }
#menu ul li:nth-child(3) a.active span:after { transform: scaleX(1); }
#menu ul li:nth-child(4) a.active span:after { transform: scaleX(1); }

#menu ul li:nth-child(3) a, #menu ul li:nth-child(4) a  {
  padding-left:1.13rem;
}


#menu ul li:nth-child(2) span {
  font-size:15px;
  padding: 0;
  color:#efefef;

}

#menu ul li a img {
  width: 50px;
  margin: 0 auto;
  margin-right:.5rem;
  padding:.3rem;
  transition:all .2s ease-in-out;
}

#menu ul li:first-child a img  {
  width: 55px; 
}


.mobile_menu {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  --bs-gutter-x: 0;
  backdrop-filter: blur(5px);
}

.mobile_menu .col-md-6 {
  width:35%;
  text-align: center;
  padding:.5rem;
  font-family:Roboto-Thin;
  letter-spacing: .05em;
  font-size:14px;
  font-weight:600;
}

.mobile_menu .col-md-6:last-child {
  width: 30%;
}

.mobile_menu .col-md-6 a {
  color:#fff;
  text-decoration: none;
}

.mobile_menu .col-md-6:nth-child(2) {
  border-right:1px solid #222;
  border-left:1px solid #222;
}

.alert-dismissible {
  padding: .5rem;
  border-radius:0;
}
.alert-dismissible .btn-close {
  top: .55rem !important;
  right: .5rem !important;
  padding: 0;
}
.alert-danger {
  background-color: #ffedef;
}
.alert-info {
  background-color: #f3fdff;
}
.btn-img {
  background-color:transparent;
  border-radius:0;
  color:#333;
  padding:.5rem !important;
  margin: .25rem .01rem;
  margin-right:.5rem;
  border:1px solid #333;
  width:auto;
}

.btn-img img {
  width:20px;
  transition:.2s all ease-in-out;
}

.btn-img:hover {
  transform:translateY(-2px);
  background-color:#333;
  color:#fff !important;
}

.btn-img:hover img {
  filter: invert(1);
}

a.btn-img {
  display:inline-flex;
  width:auto;
}

.form-control {
  border-radius:0px;
}

.form-floating > label {
  padding: .7rem .75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
  height:3.45rem;
}

.form-floating > .textarea {
  height:auto;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom:.3rem;
  padding-top: 1.7rem;
}

.select2-search {
  display:none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color:#b10000;
}
  /****  floating-Lable style end ****/

  @font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-brands-400.woff2) format("woff2"),
      url(../webfonts/fa-brands-400.woff) format("woff"),
      url(../webfonts/fa-brands-400.ttf) format("truetype"),
      url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
  }
  .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-regular-400.woff2) format("woff2"),
      url(../webfonts/fa-regular-400.woff) format("woff"),
      url(../webfonts/fa-regular-400.ttf) format("truetype"),
      url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
  }
  .far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-solid-900.woff2) format("woff2"),
      url(../webfonts/fa-solid-900.woff) format("woff"),
      url(../webfonts/fa-solid-900.ttf) format("truetype"),
      url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
  }
  .fa,
  .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

#header {
    width: 100%;
    background-color:#fff;
    margin: 0;
    top: 0;
    z-index: 3;
    position: fixed;
    height: 50px;
    overflow: visible;
    transition: all 0.12s;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

section {
  z-index:1;
  position: relative;
}

footer .row {
  padding:0;
  position:relative;
}

footer .row .col-md-3 {
  color:#fff;
  padding:2rem;
  font-size:18px;
  line-height:1.5;
  font-family: Roboto-Thin, sans-serif;
  letter-spacing: .03em;;
}

footer .row .col-md-3:first-child {
  background-color:#111;
  text-shadow: 0 0 #fff;
  justify-content: center;
  align-items: center;
  display:flex;
  flex-wrap: wrap;
}

footer .row .col-md-3:first-child img {
  margin:0 auto;
  max-width:120px;
  height:auto;
}
footer .row .col-md-3 .form-control {
  color:#fff;
  background-color: #222 !important;
  border-color: #333;
  padding:.75rem;
  margin:1rem 0;
  font-weight:600;
}

footer .row .col-md-3 button {
  color:#fff;
  background-color: transparent !important;
  border: 1px solid #fff;
  padding:.75rem 1rem; 
  font-size:15px;
  margin:.25rem 0;
  float:right;
  letter-spacing:.05em;
}

footer .row .col-md-3 button:hover {
  background-color:#fff !important;
  color:#000;
  font-weight:600;
}

footer .row .col-md-3 a {
  padding:.5rem .75rem;
  margin-right:.5rem;
  margin-bottom:1rem;
  letter-spacing: .05em;
}
footer .row .col-md-3 ul {
  margin:0;
  padding:0;
}
footer .row .col-md-3 ul li {
  justify-content: flex-start;
  padding:0;
}
footer .row .col-md-3 ul li a {
  margin:0;
  color:#fff;
  font-size:16px;
  padding:.15em 0;
}

footer .row .col-md-3 h1 {
  font-size:20px;
  font-weight:600;
  margin-bottom:1.5rem;
}

footer .row .col-md-3 ul {
  list-style: none;
  display: block;
}

footer {
  background-color:#151515;
  transition:all .2s ease-in-out;
  z-index:2;
  overflow: hidden;
  position:relative;
}

footer .row {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

footer .row ul {
  list-style: none;
  margin:0 .5rem;
  display: flex;
  width:auto;
  padding:6px;
}

footer .row ul li {
  display: flex;
  padding:0 .5rem;
  justify-content: center;
  align-items: center;
}

footer .row ul li a img {
  width:28px;
  opacity:.6;
  margin-right:.75rem;
  transition:all .2s ease-in-out;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(101deg) brightness(111%) contrast(100%);
}

footer .row ul li:last-child a img {
  margin-top:2px;
}

footer .row .col-md-3 p {
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid #333;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #333, transparent);
  font-size:16px;
}

footer .row .col-md-3:first-child p {
  border:none;
  font-size:20px;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin:0;
}

footer .row ul li a:hover img {
  opacity:1;
}

footer .row ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color:#ddd;
}

footer .row ul li a span{
  margin-left:.55rem;
  color:#000;
  transition:all .2s ease-in-out;
  max-width:194px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .row ul li a:hover {
  color:#00ddff;
}

footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  z-index: -1;
}

footer .row .col-md-4:first-child {
  display:flex;
  align-items: center;
  padding-left:1rem;
  height:calc(57px - 1rem);
}

footer .row .col-md-4:first-child h1 {
  font-size:14px;
  margin-bottom:0;
  margin-top:3px;
}

footer .row .col-md-4:nth-child(2) {
  display:flex;
  align-items: center;
  position: absolute;
  justify-content: flex-end;
  top: .23rem;
}

footer .row .col-md-4:last-child img {
  position: absolute;
  width: 60px;
  bottom: 3rem;
  right: .5rem;
  filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(2%) hue-rotate(314deg) brightness(92%) contrast(99%);
  animation-delay:.5s;
  z-index:3;
}

.contact-content h3 {
  font-size:16px !important;
  letter-spacing: 0.05em;
  line-height:1.8;
}
.contact-logo {
  margin: 0;
  z-index: 1;
  position: relative;
  text-align: left;
}

.contact-logo a, .contact-content .contact-logo a {
  color:#aaa;
  width:34px;
  height:34px;
  display:inline-flex;
  border:1px solid #aaa;
  justify-content: center;
  border-radius:50%;
  text-decoration: none;
  align-items: center;
  margin:0 .25rem;
}

.contact-logo a:first-child {
  margin-left:0;
}

.contact-logo a:hover, .contact-content .contact-logo a:hover {
  background-color:#019fb6;
  border-color:#019fb6;
}

.contact-logo a i, .contact-content .contact-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
}

.contact-logo a:hover i, .contact-content .contact-logo a:hover i {
  color:#fff;
}

.contact-content .contact-logo a {
  margin-right:.5rem;
  color:#333;
  border-color:#333;
}

.copyright {
  padding: 1rem 0 !important;
  margin: 0;
  padding:.75rem 0;
  text-align: center !important;
  border-top: 1px solid #333;
  font-size:15px;
  font-family:'Roboto-Thin';
  color:#fff !important;
  letter-spacing:.05em;
}

.copyright .row {
  --bs-gutter-x:0;
}

.copyright .col-md-6:last-child {
  font-size:13px;
}

.copyright p:last-child a {
  font-size:12px;
  color:#777;
}

footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.btn-primary {
  border-color:#333 !important;
  background: linear-gradient(to bottom, #313131, #212121);
  margin:.75rem 0;
  border-radius: 2px;
  padding:.6rem 1rem;
  width:100%;
  transition:.2s all ease-in-out;
  min-width:100px;
  outline:none !important;
  box-shadow:none !important;
}

.btn-primary img {
  width:18px;
  transition:.2s all ease-in-out;
  margin-top: -3px;
  margin-right:.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(92deg) brightness(102%) contrast(101%);
}

.btn-primary:hover {
  opacity:.97;
}

.btn-action {
  border-color:#fff !important;
  background: none !important;
  margin-top:1rem !important;
  margin-bottom: .25rem !important;
}

.btn-action:hover {
  color:#019fb6 !important;
  background-color:#fff !important;
}

.btn-secondary {
  transition:.2s all ease-in-out !important;
  margin:1rem 0;
  padding:.75rem 1rem;
  font-size:18px;
  background: #0e3d66 !important;
  border-color: #0e3d66 !important;
}

.btn-secondary:hover {
  border-color:#3d4852 !important;
  background:#3d4852 !important;
  outline:none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); 
  z-index:2;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
}

#overlay h1, #overlay h2 {
  margin:1rem;
  position: relative;
  color:#fff;
  font-family:Roboto-Thin;
  letter-spacing:.05em;
  text-align: center;
  line-height:1.5;
}

#overlay button {
  position: absolute;
  bottom: 13%;
  width: 160px;
}

#overlay button img {
  width: 24px;
  margin-top:-5px;
}

#overlay h1 {
  margin-top: -5rem;
  font-weight:600;
  font-size:27px;
  margin-bottom:2rem;
}

#overlay h2::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  left: calc(50% - .5px);
  bottom: -5.75rem;
  background-color:#aaa;
}

#overlay h1 span {
  border-bottom: solid 1px #019fb6;
  padding-bottom:.35em;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, transparent, #019fb6, transparent);
  display:block;
}

.overlay {
  background-color: rgba(0, 0, 0, .3) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  display:none;
}

#home {
  display:flex;
  position: relative;
  overflow: hidden;
  height:100%;
  max-height:700px;
  flex-direction: column;
  background-color:#333;
}

#home .carousel, #home .carousel-item {
  height:100%;
}


#home .carousel-item {
  background-position: center;
  background-size: cover;
}

#home .carousel-item img {
  width:16%;
  min-width:200px;
  z-index:1;
}

#home h1  {
  padding:0;
}

#home h1 span {
  font-size:26px;
}

#home h1 span button {
  margin-top:0rem;
  margin-right:.5rem;
}

#home  div.back {
  max-width:100%;
  margin:0 1rem;
}

#content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  animation-duration: .5s;
}

.sideBar {
  background:linear-gradient(to right, #ddd,#fff);
  height:100%;
  width:400px;
  max-width:96%;
  position: fixed;
  top:0;
  left:auto;
  right:-410px;
  transition:.5s all ease-in-out;
  z-index:1000;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.sideBar h1 {
  font-family: 'Roboto-Thin', 'Roboto', sans-serif;
  margin:1rem;
  font-size:22px;
  letter-spacing: .08em;
  font-weight:600;
  color:#000;
}

#user_sideBar {
  padding-top:50px;
}

#notification_sideBar ul li, #cart_sideBar ul li {
  padding:1rem;
  border-top:1px solid #ddd;
  position: relative;
}

#notification_sideBar ul li a, #cart_sideBar ul li a {
  font-size:14px;
  display:flex;
  line-height:1.5;
  align-items: flex-start;
  cursor:auto;
}

#cart_sideBar ul li a {
  cursor:pointer;
}

#notification_sideBar ul li img.close_notification, #cart_sideBar ul li img.close_cart {
  cursor:pointer;
  opacity:.5;
  width:16px;
  position: absolute;
  right:.5rem;
  top:.5rem;
  transition:.2s all ease-in-out;
}

#notification_sideBar ul li img.close_notification:hover, #cart_sideBar ul li img.close_cart:hover  {
  opacity:1;
  transform:scale(1.1);
}

#notification_sideBar ul li a img {
  opacity:1;
  width:30px;
  height:30px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(96%) saturate(4453%) hue-rotate(10deg) brightness(123%) contrast(124%);
}

#notification_sideBar ul li a:hover img, #cart_sideBar a:hover img {
  margin-right:1rem;
}

#cart_sideBar a:hover img {
  filter:none;
}

#cart_sideBar a h1 {
  font-size:15px;
  margin:0;
  padding:0;
  margin-bottom:.75rem;
}

#cart_sideBar a h2 {
  font-size:13px;
  letter-spacing: .03em;
  color:#333;
}

#cart_sideBar a h3 {
  font-size:18px;
  margin-bottom:.25rem;
  letter-spacing: .05em;
  color:#b10000;
}

#cart_sideBar a span {
  font-size:12px;
  letter-spacing: .05em;
  color:#000;
}

#cart_sideBar ul li {
  transition:.2s all ease-in-out;
}

#cart_sideBar ul li:hover {
  background-color:#ddd;
}

#cart_sideBar ul li a img {
  opacity:1;
  width:auto;
  max-height: 100px;
  max-width: 136px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}


#cart_sideBar ul:last-child li a img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


#cart_sideBar ul li a span img {
  width:16px;
  height:16px;
  --mask: none;
  -webkit-mask: none;
  mask: none;
  border:none;
  opacity:.7;
  margin-right:.3rem;
  vertical-align: middle;
  margin-bottom:1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 1px;
}

#cart_sideBar ul li a:hover span {
  color:#000;
}

#cart_sideBar ul li a:hover span img {
  margin-right:.4rem;
}

.close_sidebar {
  position: absolute;
  top:.75rem;
  right:.5rem;
  opacity:.7;
}

.close_sidebar img {
  width: 32px;
  margin-right:.25rem !important;
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(5%) hue-rotate(11deg) brightness(94%) contrast(84%) !important;
}
.close_sidebar:hover {
  opacity:1;
}

.show {
  right:0 !important;
  overflow: auto;
  overflow-x: clip;
}

.sideBar button {
  position: absolute;
  top:1.25rem;
  right:1rem;
  background-color:transparent;
  border:none;
  animation-delay:1.75s;
}

.sideBar button img {
  filter:invert(.8);
  width:30px;
}

.sideBar button:hover img {
  filter:invert(1);
}

.sideBar ul {
  list-style: none;
  padding-left:1rem;
}

.sideBar ul li a {
  color:#111;
  font-size:18px;
  text-decoration: none;
  font-weight: lighter;
  letter-spacing: .08em;
  line-height: 3;
}

.sideBar ul li a img {
  width:32px;
  margin-right:1rem;
  opacity:.5;
  transition:.2s all ease-in-out;
}

.sideBar ul li a:hover {
  color:#019fb6;
}

.sideBar ul li a:hover img {
  margin-right:1.5rem;
  opacity:1;
  filter: brightness(0) saturate(100%) invert(68%) sepia(65%) saturate(7286%) hue-rotate(159deg) brightness(96%) contrast(99%);
}

.headerRow {
  position: absolute;
  display: flex;
  align-items: center;
  left: calc(50% - 95px);
  width:100%;
  margin:0;
  padding-left:0;
  transition:all .5s ease-in-out;
}

.header-scroll {
  transition: .35s all !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.header-scroll .headerRow {
  border:none;
  height:80px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.btn-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  opacity: 1;
  font-size: 18px;
  box-shadow: none !important;
  outline: none !important;
}

.modal {
  z-index: 1106 !important;
}

.modal-fullscreen .modal-content {
  background: transparent;
}

.modal-backdrop {
  opacity: 0.85 !important;
  z-index:1102;
}

#duitNowModal .modal-body div {
  width:100%;
  text-align: center;
}

.float-message {
  position:fixed;
  z-index:1001;
  max-width:90vw;
  bottom:-100px;
  right:20px;
  padding:20px 50px;
  color:#444;
  font-size:14px;
  border-radius:2px;
  background:#FFF;
  box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-show {
bottom:20px;
transition:all 0.3s;
}
.float-message-inner {
position:relative;
}
.close-link {
  text-decoration:none;
  color:#444;
  position:absolute;
  top:-12px;
  right:-40px;
  font-size:15px;
}

.close-link:hover {
color:#222;
}

.float-message-inner #message {
  margin:0;
}

.float-message-inner #message i {
  margin-right:.75rem;
  font-size:30px;
  vertical-align: middle;
  color:#ff7400;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  color: #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #019fb6;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#topBtn img {
  padding: 6px;
  filter: brightness(0) saturate(100%) invert(95%) sepia(99%) saturate(30%) hue-rotate(110deg) brightness(107%) contrast(99%);
  width: 36px;
  transition:.3s all ease-in-out;
}

#home .carousel-control-prev, #home .carousel-control-next {
  display: none;
}

.paging {
  padding:1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:auto;
}

.paging .disabled {
  display:none;
}

.paging a, .paging .current {
  text-decoration: none;
  border-radius: 50% !important;
  color: #333;
  font-family: "Roboto-Thin";
  font-weight: 600;
  text-shadow:0px 0px #fff;
  font-size: 16px;
  width: 36px;
  display: inline-flex !important;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin: 0 .4rem;
  border: 1px solid #333 !important;
  border-image:none !important;
  transition: .2s all ease-in-out;
  font-style:normal;
}

.paging .current {
  border: 1px solid #b10000 !important;
}

.paging a.first, .paging a.prev:last-child {
  padding:.5rem .83rem;
}


.paging a i, .paging .current i {
  font-size:22px;
}

.paging .current, .paging a:hover {
  background-color:#333;
  border:1px solid #b10000 !important;
  background: linear-gradient(to bottom, #b10000, #cd0000);
  color:#fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.modal .modal-dialog {
  height: 100%;
  align-items: center;
  display: flex;
}

.modal .modal-content {
  border-radius:10px;
}

.modal .modal-header h5 {
  margin-bottom:0;
}

.modal .modal-footer {
  border:none;
}

@keyframes ScaleOutIn {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}

@keyframes MoveLeftRightSmall {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

@keyframes MoveUpDownSmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
  background: linear-gradient(180deg, #333 0%, #555 100%);

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

.select2 {
  width:100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 6px 5px;
}

.select2-container--default .select2-selection--single {
  border-radius:0;
  height: 3.45rem;
  background-color: transparent !important;
  outline: none;
  border: 1px solid #333;
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
  padding: 1rem .75rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.form-floating {
  margin-bottom:1rem;
}

.preventDefault {
  overflow:hidden;
}

.loginLink {
  display:none;
}

@media (min-width: 768px) {
  #menu ul li:first-child a img {
    padding:.35rem;
  }
  #home div.back {
    margin: 1rem 0;
    width: 1400px;
    padding-left: .5rem;
  }
  #home h1 span {
    font-size:42px;
  }
  .btn-primary {
    width:auto;
  }
  .btn-action {
    margin-top:.5rem !important;
    margin-bottom:.5rem !important;
  }
  #menu .row {
    padding:0 1rem;
  }
  #menu ul li:first-child a span {
    font-size:19px;
  }
  .copyright .col-md-6:first-child {
    text-align: right;
    padding: 0 1rem;
  }
  .copyright .col-md-6:last-child {
    text-align: left;
    padding:0 1rem;
    border-left:1px solid #333;
    font-size:16px;
  }
  #home {
    margin-top:0;
  }
  #overlay h2 {
    margin:0 1rem;
  }
  #overlay h1 span {
    padding-bottom:.1em;
    display: inline-flex;
  }
  #overlay h1 {
    font-size:46px;
    margin-top:-7rem;
  }
  #topBtn {
    bottom: 66px;
  }
  footer .row img.logo  {
    width:160px;
    margin:0 auto;
  }
  footer .row ul li a span{
   display:inline-block;
  }
  footer .row ul li a img {
    width:38px;
  }
  footer .row ul li:last-child img {
    width:34px;
  }
  #menu ul {
    padding:0;
  }
  .paging a, .paging .current {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin: 0 .5rem;
  }
  .loginLink {
    display:flex;
    position: absolute;
    top:.85rem;
    right:1.5rem;
    width:auto;
  }
  .loginLink img {
    filter:invert(1);
    width:36px;
  }
  .loginLink:hover img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(2113%) hue-rotate(153deg) brightness(89%) contrast(99%);
  }
  #overlay button {
    display: none;
  }
  #overlay h2::before {
    bottom: -7.5rem;
  }
}

@media (min-width: 1200px) {
  .loginLink {
    top:1.3rem;
  }
  #menu ul li {
    display:flex;
    align-items: center;
  }
  #menu ul li:first-child {
    width:60%;
  }
  #menu ul li:first-child a img {
    width: 64px;
    padding:.5rem .25rem;
    margin-left:1rem;
    margin-right:1rem;
  }
  #menu ul li:first-child span {
    border-left:1px solid #fff;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, #333, #fff, #333);
    font-size:18px;
    margin-left:1rem;
    padding-left:1rem;
  }
}

@media (min-width: 1410px) {
  .loginLink {
    right:calc(50% - 640px);
  }
  #home div.back {
    padding-left: 0;
  }
}