.manrope {
  font-family: "Manrope", sans-serif;
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 40px;
  padding: 0 32px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn-main a {
    font-size: 12px;
    height: 32px;
    padding: 0 24px;
  }
}

.pagination {
  font-size: 14px;
  font-weight: bold;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEEEF;
  width: 40px;
  height: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .pagination a {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}
.pagination a.active {
  background: #005EA5;
  color: #fff;
}

.swiper-button {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.swiper-button:after {
  display: none;
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
}
a:hover, a:focus {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
  outline: none;
}

body {
  background: #F8FAFB;
  color: #404752;
  font-size: 16px;
  line-height: 1.45;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.padd-main {
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .padd-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.title {
  margin-bottom: 24px;
}
.title h3 {
  color: #005EA5;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: normal;
}
@media (max-width: 1400px) {
  .title h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .title h3 {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .title h3 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #191C1D;
  line-height: normal;
}
@media (max-width: 1400px) {
  .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}

.h-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.h-menu a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.h-menu a.active, .h-menu a:hover {
  color: #005EA5;
  border-bottom: 1px solid #005EA5;
}

main {
  padding-top: 80px;
}
@media (max-width: 767px) {
  main {
    padding-top: 72px;
  }
}

.swiper-model .swiper-wrapper {
  transition-timing-function: linear;
}

.absolute-search {
  display: none;
}

.nav-menu ul li {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .nav-menu ul li {
    margin-bottom: 16px;
  }
}
.nav-menu ul li:last-child {
  margin-bottom: 0;
}
.nav-menu a.active {
  color: #005EA5;
}

.bg-overflow {
  z-index: 11;
  background: #000000;
  opacity: 0;
  transition: 0.3s all !important;
  pointer-events: none;
}
.bg-overflow.active {
  opacity: 0.5;
  pointer-events: unset;
}

.nav-mobile {
  left: -80%;
  transition: 0.4s all !important;
}
.nav-mobile.active {
  left: 0;
}

@media (min-width: 768px) {
  .item-history:nth-child(2n) .item:first-child {
    order: 2;
  }
  .item-history:nth-child(2n) .item:nth-child(2) {
    order: 1;
  }
}

.single-text p {
  margin-bottom: 16px;
}
.single-text p:last-child {
  margin-bottom: 0;
}
.single-text h2, .single-text h3, .single-text h4, .single-text h5, .single-text h6 {
  margin-bottom: 16px;
  font-weight: 600;
}
.single-text h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .single-text h2 {
    font-size: 20px;
  }
}
.single-text h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-text h3 {
    font-size: 19px;
  }
}
.single-text h4 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .single-text h4 {
    font-size: 18px;
  }
}
.single-text h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-text h5 {
    font-size: 17px;
  }
}
.single-text h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .single-text h6 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */


