@font-face {
  font-family: "Regular";
  src: url("../fonts/PT_Sans/PTSans-Regular.ttf"); }

@font-face {
  font-family: "Bold";
  src: url("../fonts/PT_Sans/PTSans-Bold.ttf"); }
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ol, ul, dl {
  margin-left: 2rem; }
p {
  color: #222229;
  font-family: "Regular", sans-serif; }

a, button {
  outline: none !important;
  font-family: "Regular", sans-serif; }

span {
  font-family: "Regular", sans-serif; }

body, html {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background-color: #f3f3f3; }

a {
  color: #1e3468;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  a:hover {
    color: #0787BF; }

.link-h {
  margin-top: 20px;
  text-align: center; }
  .link-h a {
    color: #222229;
    padding: 10px; }
    .link-h a:hover {
      color: #1e3468; }

.btn-d {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #1e3468;
  color: #fff;
  font-family: "Bold", sans-serif;
  font-size: 16px;
  border-radius: 0; }
  .btn-d:hover {
    background-color: #0787BF;
    color: #fff; }

.dropdown-menu {
  border-radius: 0 !important; }

.s-default {
  padding: 80px 0; }
  .s-default h2 {
    color: #1e3468;
    font-family: "Bold", sans-serif;
    text-transform: uppercase; }
  .s-default p {
    font-size: 18px; }

.em_bar {
  background: none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 35px; }

.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #96b9ed;
  margin: 20px auto;
  position: relative;
  border-radius: 30px; }

.em_bar_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #1e3468;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG; }

.list-center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 100%; }

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px; }
  .list-wrap h4 {
    margin-top: 5px;
    color: #1e3468;
    font-family: "Bold", sans-serif;
    text-transform: uppercase; }
  .list-wrap .icon {
    text-align: center;
    color: #0787BF; }
    .list-wrap .icon i {
      font-size: 40px; }

.bg-fixed {
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }
  .bg-fixed:after {
    content: '';
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .bg-fixed h2 {
    color: #fff; }
  .bg-fixed p {
    color: #fff; }
  .bg-fixed .em_bar_bg:before {
    background-color: #fff; }
  .bg-fixed .container {
    position: relative;
    z-index: 10; }

.list-wrap-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.list-wrap-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.center-icon img {
  width: 100%; }

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px); } }

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px); } }

.box-shadow {
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1); }

#accordionFaqs .card {
  margin-bottom: 15px;
  border: none; }
  #accordionFaqs .card .card-body {
    padding: 20px 35px; }

#accordionFaqs .card-header {
  border-radius: 50px;
  border: none; }
  #accordionFaqs .card-header.plus .fa-minus {
    display: none; }
  #accordionFaqs .card-header.plus .fa-plus {
    display: inline-block; }
  #accordionFaqs .card-header.minus {
    background-color: #d1f1ff; }
    #accordionFaqs .card-header.minus .fa-minus {
      display: inline-block;
      color: #1e3468; }
    #accordionFaqs .card-header.minus .fa-plus {
      display: none; }
    #accordionFaqs .card-header.minus button {
      color: #1e3468; }
  #accordionFaqs .card-header h2 {
    font-family: "Bold", sans-serif;
    text-transform: uppercase; }
    #accordionFaqs .card-header h2 button {
      padding: 10px 25px;
      font-family: "Bold", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      color: #222229;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      #accordionFaqs .card-header h2 button i {
        font-size: 20px;
        margin-top: 4px; }
      #accordionFaqs .card-header h2 button:hover {
        text-decoration: none;
        color: #0787BF; }
      #accordionFaqs .card-header h2 button:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        text-decoration: none; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1100; }

#footer {
  background: #222229;
  color: #fff; }
  #footer .f-text {
    padding: 40px 0 20px;
    border-bottom: 1px solid #fff; }
  #footer .c-text {
    padding: 25px 0 10px; }
    #footer .c-text p {
      margin-bottom: 0; }
  #footer a {
    color: #fff; }
  #footer h3 {
    font-family: "Bold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px; }
  #footer p {
    font-size: 14px;
    color: #fff; }

.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  -webkit-filter: contrast(20);
          filter: contrast(20); }
  .gooey .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    background: #000;
    border-radius: 50%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
            animation: dot 2.8s infinite; }
  .gooey .dots {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
            animation: dots 2.8s infinite; }
    .gooey .dots span {
      display: block;
      float: left;
      width: 16px;
      height: 16px;
      margin-left: 16px;
      -webkit-filter: blur(4px);
              filter: blur(4px);
      background: #000;
      border-radius: 50%; }

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

.header-page {
  padding-top: 90px;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .header-page:after {
    content: '';
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .header-page .header-content {
    padding: 30px 0;
    position: relative;
    z-index: 1; }
  .header-page h1 {
    color: #fff;
    margin-bottom: 10px;
    font-family: "Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px; }
  .header-page .breadcrumb {
    background: none;
    margin: 0;
    padding: 0; }
    .header-page .breadcrumb a {
      color: #fff; }
    .header-page .breadcrumb .active {
      color: #bbbbbb; }
  .header-page .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 12px;
    padding-top: 5px; }

.alert-error {
  margin-bottom: 20px;
  font-size: 18px; }
  .alert-error p {
    margin: 0; }

label, label a {
  font-family: "Bold", sans-serif;
  font-size: 18px; }
.custom-checkbox .custom-control-label::before{
  border-radius: 0 !important; }
input, textarea {
  border-radius: 0 !important; }
.field-signupform-agree{
  margin: 25px 0;
}
.alertIndex{
  position: fixed;
  z-index: 1000;
  top: 170px;
  left: 15%;
  right: 15%;
  padding-left: 55px;
  font-weight: bold;
}
.alertIndex:before{
  content: "\f0f3";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.alertMain {
  margin-top: 20px;
}
#top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  background-color: #1e3468;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 20px;
  opacity: .8; }
  #top:hover {
    opacity: 1; }

@media screen and (max-width: 575px) {
  .header-page {
    padding-top: 125px; }
  .nav-top {
    text-align: center !important; }
    .nav-top .text-right {
      text-align: center !important; } }
.navbar{
  background-color: #fff;
}
.navbar-brand img {
  height: 35px; }

.nav-top {
  background-color: #f3f3f3; }
  .nav-top .btn-secondary {
    font-family: "Regular", sans-serif;
    font-weight: 400 !important;
    padding: 5px 0;
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333;
    font-size: 14px; }
  .nav-top .flag {
    width: 15px;
    margin-top: -2px; }
  .nav-top .btn-secondary:not(:disabled):not(.disabled).active, .nav-top .btn-secondary:not(:disabled):not(.disabled):active, .nav-top .show > .btn-secondary.dropdown-toggle {
    color: #333; }
.MenuLanguage .dropdown-item, .MenuLanguage .dropdown-toggle{
  text-transform: uppercase;
  font-size: 14px;
}
.nav-l-s a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media (min-width: 992px) {
  .navbar-nav-main {
    flex-wrap: nowrap;
  }
  .navbar-nav-main > .nav-item > .nav-link {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    font-size: 14px;
    white-space: nowrap;
  }
  .navbar-nav-main .nav-link-cart {
    position: relative;
    padding-right: 1.25rem !important;
  }
  .navbar-nav-main .nav-cart-badge {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.2em 0.45em;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #222229;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #1e3468;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #1e3468; }
    .navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link.active:before {
      width: 100%; }

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #1e3468; }
  .navbar-light .navbar-nav .nav-item.active .nav-link:before {
    width: 100%; }

.cookie-info {
  position: fixed;
  bottom: 25px;
  left: 20%;
  right: 20%;
  z-index: 1000;
  background: #fff;
  padding: 20px 25px;

  display: none;

  -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
  box-shadow: 0 0 20px rgba(0,0,0, 0.2);
}
.cookie-info h3{
  font-size: 18px;
}
.cookie-info p{
  font-size: 14px;
}
.cookie-info .btn{
  font-size: 14px !important;
  padding: 10px 15px !important;
}

.navbar-light .navbar-nav .nav-link[href="/account"],
.navbar-light .navbar-nav .nav-link-cart {
  color: #0787bf !important;
}
#carousel {
  width: 100%;
  position: relative;
  background-size: cover;
  padding: 90px 0 0 0;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }
  #carousel:after {
    content: '';
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #carousel .carousel-content {
    position: relative;
    z-index: 10; }
  #carousel .slide-text {
    text-align: center;
    color: #fff;
    font-family: "Regular", sans-serif; }
    #carousel .slide-text h1 {
      font-family: "Bold", sans-serif;
      text-transform: uppercase; }
    #carousel .slide-text p {
      color: #fff;
      font-size: 24px; }
    #carousel .slide-text .btn-d {
      font-size: 18px;
      margin-top: 10px; }

#blocks-icon {
  margin-top: -165px; }
  #blocks-icon .block {
    border-radius: 50px;
    text-align: center;
    background-color: #fff;
    padding: 40px 25px 30px;
    min-height: 310px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #blocks-icon .block i {
      font-size: 48px;
      color: #0787BF;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #blocks-icon .block h3 {
      font-family: "Bold", sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 15px;
      margin-top: 10px;
      color: #1e3468;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #blocks-icon .block p {
      font-family: "Regular", sans-serif;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #blocks-icon .block:hover {
      background-color: #1e3468; }
      #blocks-icon .block:hover h3, #blocks-icon .block:hover p, #blocks-icon .block:hover i {
        color: #fff; }

#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%; }
.grecaptcha-badge {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #blocks-icon .block {
    border-radius: 0; } }
