@media (max-width: 768px) {
  .testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    top: 80% !important;
  }
}
/* heading css */
.sec-heading h2 {
  font-size: 34px;
  font-weight: 600;
}
.slide-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #13b38e !important;
  text-transform: uppercase;
}
.slide-content h1, .slide-content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.slideDesc p {
  font-size: 18px;
  color: #fff;
}
span.sec-pre-heading {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
/* abt css */
.abt-box-img {
  position: relative;
    height: 480px;
}
.abt-cntn-sctn ul {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
h6.abt-icon-box-title i {
    font-size: 20px;
}

.about-image {
  position: absolute;
  bottom: 0;
  left: 0;
    top: 0;
  overflow: hidden;
  transform: translate(0px, 0px);
}
.about-image_two {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, 0px);
  overflow: hidden;
}
/* services css */
.service-item .image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.service-item .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .text {
  border-radius: 5px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 91%;
}
.service-item .text .info {
  background-color: #054a79ed;
  border-top-right-radius: 0;
  border-radius: 5px;
  padding: 28px 30px;
  position: relative;
  -webkit-transform: translateY(78px);
  transform: translateY(78px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .text .info .icon {
  padding: 10px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 80px;
  position: absolute;
  right: 0;
  top: -80px;
  width: 80px;
}
.service-item .text .info .icon i {
  color: var(--theme-color1);
  font-size: 55px;
}
.service-item .text .info .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.service-item .text .info p {
  color: #f2f1f1;
  margin-top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
.service-item:hover .text .info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-item:hover .text p {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
}
.service-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* dstr css */
.disastr-single-box {
  margin: 0px 15px;
  position: relative;
  overflow: hidden;
}
.disastr-single-box .distr-heading-box {
  background: #f8f9fa;
  border-radius: 7px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  margin: 0px 20px;
  transition: all 0.4s;
  transform: scale(0.5);
}
/* why css */
.why-box.rounded.p-4.bg-pc p {
  color: #fff;
}
.why-box.rounded.p-4.bg-pc h5 {
  color: #fff;
}
.why-box h5 {
  font-size: 30px;
  font-weight: 600;
}
.counter-content h4 {
  font-size: 40px;
  font-weight: 600;
}
.btn-link {
  padding: 10px 30px;
  padding-bottom: 12px;
}
/* trtmnts and bnfits css */
.stats-sec {
  position: relative;
  overflow: hidden;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.stats-sec .container {
  position: relative;
  z-index: 1;
}
.msn-vsn-img {
  width: 40px;
  height: 40px;
  background: #515d6e;
  border-radius: 50%;
}
.msn-vsn-img img {
  filter: invert(1);
  padding: 5px;
  width: 38px;
}
.banner-wrapper {
  position: relative;
}
.banner-slider .slide {
  min-height: 500px;
}
.custom-dot-nav {
  position: absolute;
  left: 5%;
  z-index: 999;
  top: 40%;
}
.custom-dot-nav .slick-dots li {
  background: transparent;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  border: 1px solid #29648c !important;
}
.custom-dot-nav li button {
  background: transparent;
  width: 15px;
  height: 15px;
}
.custom-dot-nav ul {
  display: block !important;
  left: -50px;
}
.custom-dot-nav li.slick-active {
  background: #29648c;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #29648c !important;
}
.custom-dot-nav ul.slick-dots {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  list-style: none;
  justify-content: center;
}
section.testmnlt .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50px;
  background: none;
  width: 14px;
  height: 14px;
}
section.testmnlt .slick-dots li button:before {
  opacity: 0;
}
section.testmnlt .slick-dots li.slick-active button {
  background: #fff;
}
.custom-dot-nav ul li button:before {
  font-size: 12px;
  color: #fff;
  display: none !important;
}
/* blg css*/
section.section.hmblg, section.services {
  background: #edf6ff !important;
}
.card.hm-blg img {
  border-radius: 15px 8px 0 0px;
}
.card.hm-blg {
  border-radius: 15px;
  overflow: hidden;
}
h5.card-title {
  font-size: 17px;
  font-weight: 600;
}
.card.hm-blg img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card.hm-blg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card.hm-blg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 40%;
  top: 30%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.card.hm-blg:hover:after {
  height: 100%;
  transition: all 600ms linear;
  background-color: transparent;
}
/* why choose us */
.choose1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: #f4f4f4;
  display: flex;
  align-items: start;
  transition: all .4s;
}
.num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s;
}
.num p {
  color: #125380;
  text-transform: capitalize;
  font-weight: 600;
}
.heading1 {
  padding-left: 16px;
}
.heading1 h5 {
  display: inline-block;
  color: #125380;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  font-weight: 600;
}
.choose1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.choose1-box:hover .num {
  background-color: #15b48f;
  transition: all 0.4s;
}
.choose1-box:hover .num p {
  color: #fff;
}
/* testimonila css*/
.right-side {
  overflow: hidden;
}
.right-side img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-side:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-slider.slick-slider {
  position: relative;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background-color: #f0f3fa;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
}
.testimonial-slider .slick-prev:hover, .testimonial-slider .slick-prev:focus, .testimonial-slider .slick-next:hover, .testimonial-slider .slick-next:focus {
  background-color: #f2f2f2 !important;
}
.testimonial-slider .slick-prev {
  right: 85px;
  left: auto;
}
.testimonial-slider .slick-next {
  right: 40px;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
  color: #054a79;
}
.testimonial-slider .slick-prev:before {
  content: "\F12C" !important;
  font-family: bootstrap-icons !important;
}
.testimonial-slider .slick-next:before {
  content: "\F135" !important;
  font-family: bootstrap-icons !important;
}
/* blog css*/
.left-side p {
  font-size: 16px;
  color: #fff;
}
.heading h5, .heading p {
    color: #a9d3f0;
}
/* stats css*/
.iq-counter {
  position: relative;
  max-width: 225px;
  padding-bottom: 30px;
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  text-align: center;
  flex: 20%;
}
.iq-counter:hover {
    border: 1px solid #0d507d8a;
}
.iq-counter:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: auto;
  background: #0d507d;
  z-index: -5;
  transition: all 0.4s ease-in-out;
  border-radius: 34px;
  opacity: 0;
}
@media (max-width: 768px) {
  .iq-counter {
    margin-left: auto;
    margin-right: auto;
    flex: 100%;
    max-width: 250px;
  }
}
.iq-counter:hover::after {
  opacity: 1;
}
.fct-icon {
  position: relative;
  margin-top: -44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 100px;
  overflow: hidden;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #333;
  background-color: #fff;
  transition: all 0.6s ease;
}
.fct-icon img {
  width: 60px;
}