@font-face {
  font-family: "Open Sans";
  src: url("/template/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/template/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/template/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/template/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000E3D;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  --bs-btn-bg: #274C77;
  --bs-btn-border-color: #274C77;
  --bs-btn-hover-bg: #1F3A5A;
  --bs-btn-hover-border-color: #1F3A5A;
  --bs-btn-active-bg: #274C77;
  --bs-btn-active-border-color: #1F3A5A;
}

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  --bs-btn-bg: #6096BA;
  --bs-btn-border-color: #6096BA;
  --bs-btn-hover-bg: #3C779E;
  --bs-btn-hover-border-color: #3C779E;
  --bs-btn-active-bg: #3C779E;
  --bs-btn-active-border-color: #3C779E;
}

header .nav-link {
  --bs-nav-link-color: #5E6161;
  --bs-navbar-nav-link-padding-x: 10px;
  font-weight: 600;
}
header .dropdown-menu[data-bs-popper] {
  top: 132%;
}
header .dropdown-menu[data-bs-popper] .dropdown-item:active {
  --bs-dropdown-link-active-bg: #274C77;
}
header .offcanvas-body {
  gap: 10px;
}
header .offcanvas-body .navbar-nav {
  justify-content: end;
}
header .navbar-toggler {
  border: 0;
  box-shadow: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  header .navbar-brand {
    padding: 0;
  }
  header .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .offcanvas-body .navbar-nav {
    gap: 5px;
    justify-content: start;
  }
  header .offcanvas-body .navbar-nav .nav-item {
    border-bottom: 1px solid #babfbf;
    text-align: center;
  }
  header .dropdown-menu {
    border: none;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  header .btn-primary {
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .navbar-brand img {
    max-width: 100px;
  }
}

.hero-slider .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.brands-section {
  background-color: #F8F9FA;
  padding-top: 68px;
  padding-bottom: 78px;
  overflow: hidden;
}
.brands-section .brands-title {
  margin-bottom: 14px;
  text-align: center;
}
.brands-section .brands-description {
  max-width: 760px;
  text-align: center;
  margin-bottom: 52px;
}
.brands-section .brands-row {
  --bs-gutter-x: 22px;
  justify-content: center;
  margin: 0 auto;
  max-width: 880px;
}
.brands-section .brand-item {
  flex: 0 0 auto;
  width: 150px;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.brands-section .brand-circle {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 3px solid #d8dde4;
  background-color: #eef1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brands-section .brand-circle:before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 2px solid #e5e8ec;
  top: 4px;
  left: 4px;
}
.brands-section .brand-circle img {
  position: relative;
  z-index: 2;
  max-width: 72px;
  max-height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands-section .brand-circle.square-logo img {
  max-width: 82px;
  max-height: 82px;
}

@media (max-width: 1199px) {
  .brands-section .brand-item {
    width: 140px;
    max-width: 140px;
  }
  .brands-section .brand-circle {
    width: 120px;
    height: 120px;
  }
  .brands-section .brand-circle:before {
    width: 106px;
    height: 106px;
  }
}
@media (max-width: 991px) {
  .brands-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .brands-section .brands-title {
    font-size: 36px;
    line-height: 44px;
  }
  .brands-section .brands-description {
    max-width: 680px;
    margin-bottom: 40px;
  }
  .brands-section .brands-row {
    --bs-gutter-x: 18px;
  }
  .brands-section .brand-circle {
    width: 115px;
    height: 115px;
  }
  .brands-section .brand-circle:before {
    width: 101px;
    height: 101px;
  }
  .brands-section .brand-circle img {
    max-width: 64px;
    max-height: 64px;
  }
}
@media (max-width: 767px) {
  .brands-section {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .brands-section .brands-title {
    font-size: 30px;
    line-height: 38px;
  }
  .brands-section .brands-description {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 34px;
  }
  .brands-section .brand-circle {
    width: 105px;
    height: 105px;
  }
  .brands-section .brand-circle:before {
    width: 91px;
    height: 91px;
  }
  .brands-section .brand-circle img {
    max-width: 58px;
    max-height: 58px;
  }
  .brands-section .brand-circle.square-logo img {
    max-width: 70px;
    max-height: 70px;
  }
}
@media (max-width: 575px) {
  .brands-section .brands-row {
    --bs-gutter-x: 10px;
  }
  .brands-section .brand-circle {
    width: 92px;
    height: 92px;
  }
  .brands-section .brand-circle:before {
    width: 80px;
    height: 80px;
  }
  .brands-section .brand-circle img {
    max-width: 50px;
    max-height: 50px;
  }
}
footer {
  padding-top: 80px;
  background-color: #1F252C;
}
footer .footer-top {
  color: #fff;
  padding: 20px 0;
}
footer .footer-top .inner-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
footer .footer-top .inner-column a {
  color: #fff;
  text-decoration: none;
}
footer .footer-top h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .footer-top .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
footer .footer-top .footer-list li {
  padding: 5px 0;
}
footer .footer-top .footer-list li a {
  color: #D9D9D9;
  text-decoration: none;
}
footer .footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #727272;
}
footer .footer-middle .social-media .footer-social {
  padding: 7px 15px;
  color: #fff;
}
footer .footer-middle .social-media .footer-social svg {
  font-size: 25px;
}
footer .footer-middle .legal a {
  text-decoration: none;
  color: #D9D9D9;
  padding-left: 5px;
  font-size: 14px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
footer .footer-bottom .wrapper-copyright {
  color: #fff;
}
footer .footer-bottom .wrapper-copyright a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
footer .footer-bottom .anpc {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer-bottom .anpc img {
  max-width: 150px;
}/*# sourceMappingURL=style.css.map */