footer .footer_title {
  font-size: 20px;
}
footer .list-unstyled li {
  font-size: 16px;
}

body {
  font-size: 18px;
  overflow-x: hidden;
}

.bg-transparent-blue {
  background: rgba(0, 17, 28, 0.7882352941);
}

.bg-blue {
  background: #00111c;
}

.bg-light-blue {
  background: #003a5d;
}

.bg-green {
  background: #a0d138;
}

.btn-green {
  background: #a0d138 !important;
}

.text-blue {
  color: #003a5d !important;
}

.text-green {
  color: #a0d138 !important;
}

.main_title {
  font-size: 36px;
}

.service_details_page .blue_overlay::before {
  content: "";
  background: #003a5d;
  width: 100%;
  opacity: 79%;
  height: 100%;
  position: absolute;
}
.service_details_page .blue_overlay .blue_overlay_text {
  width: 60%;
}
.service_details_page .blue_overlay .blue_overlay_text .blue_overlay_big_text {
  font-size: 36px;
}

.carousel-inner .carousel-item {
  height: 100vh;
}
.carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  background: rgba(26, 26, 26, 0.7098039216);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.perspective_experience .bordered_block {
  border: 1px solid #a0d138;
}
.perspective_experience .bordered_block .block_title {
  font-size: 20px;
  height: 40px;
}

.comprehensive_services .service_block {
  transition: 0.8s all !important;
}
.comprehensive_services .service_block:hover {
  margin-top: -20px;
}
.comprehensive_services .service_block .service_name {
  font-size: 18px;
  width: 80%;
}
.comprehensive_services .service_block .arrow {
  width: 20%;
}

.value_creation .value_creation_para {
  width: 55%;
}

.why_us .green_bullets li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.why_us .green_bullets li::before {
  content: url(../images/icons/green_bullet.svg);
  position: absolute;
  left: 0;
  top: 5px;
}

.client_services .service_block .service_details {
  font-size: 16px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .testimonial_block {
  background: #fff;
  opacity: 75%;
}
.swiper .swiper-pagination-bullets {
  top: 90%;
}/*# sourceMappingURL=style.css.map */