.hero .swiper-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero .swiper-container .swiper-slide {
  position: relative;
}

.hero .swiper-container .content {
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #2b2a29;
}

.hero .swiper-container .btn {
  text-transform: uppercase;
  padding: 11px 32px;
}

.hero .swiper-container .btn i {
  margin-left: 10px;
}

.hero .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
}

.hero .title span {
  display: block;
  color: #0463AA;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .hero .title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .hero .swiper-container img {
    min-height: 400px;
  }
}

.aboutusSec {
  background-color: #0463AA;
  padding: 80px 0 20px;
  color: #fff;
}

.aboutusSec .title {
  font-size: 38px;
  margin-bottom: 30px;
}

.aboutusSec .text {
  line-height: 2.2;
  font-weight: 600;
  margin-bottom: 30px;
}

.ourProductsSec {
  padding: 180px 0 80px;
  background-image: url("../images/blue-wave.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(95, 231, 244, 0.8)), to(rgba(255, 247, 186, 0.8))), url("../images/our-products-bg.jpg");
  background-image: url("../images/blue-wave.svg"), linear-gradient(0deg, rgba(95, 231, 244, 0.8), rgba(255, 247, 186, 0.8)), url("../images/our-products-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%, cover, cover;
}

.ourProductsSec .title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 70px;
}

.counterSec {
  background-color: #0463AA;
  padding: 60px 0;
  text-align: center;
}

.counterSec img {
  width: 100px;
}

.counterSec p {
  color: #fff;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
}

.counterSec p span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.ourExpertsSec {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 59, 91, 0.9)), to(rgba(7, 59, 91, 0.9))), url(../images/our-experts-bg.jpg);
    background-image: linear-gradient(0deg, rgb(86 37 13), rgb(91 34 7 / 90%)), url(../images/our-experts-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;

}

.ourExpertsSec .title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 60px;
}

.ourExpertsSec img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

.ourExpertsSec p {
  font-weight: 700;
  font-size: 26px;
  margin-top: 15px;
}

.ourExpertsSec p span {
  font-weight: 500;
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .ourExpertsSec .title {
    font-size: 26px;
  }
}
/*# sourceMappingURL=index.css.map */