

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
/* Change the background and text color of selected text globally */
::selection {
  background-color: #09b3af; /* Set your desired background color */
  color: #fff; /* Set the text color to transparent */
}

h2::selection {
  background-color: #09b3af !important; /* Set the background color to transparent */
      -webkit-text-fill-color: white !important; /* Set the text color to white */
}

/* Styles for the loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Styles for the spinner */
.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #09b3af; 
  position: relative;
}

/* Styles for the progress text */
.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

/* Keyframes for filling up the spinner */
@keyframes fillSpinner {
  0% {
    transform: rotate(0deg);
    border-top: 4px solid transparent;
    content: "0%";
  }
  100% {
    transform: rotate(360deg);
    border-top: 4px solid #09b3af;
    content: "100%";
  }
}
@media(min-width: 992px) {
    .pricing-wrapper .popular .pricing.card {
        padding-top:1rem;
        padding-bottom: 1rem;
        margin-top: -1rem
    }

    .process-wrapper.line [class*=col-] {
        position: relative
    }

    .process-wrapper.line [class*=col-]:after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: none;
        border-top: 1px solid rgba(164,174,198,.2);
        top: 2rem;
        z-index: 1;
        left: 3rem
    }

    .process-wrapper.line [class*=col-]:last-child:after {
        display: none
    }

    .process-wrapper.line.text-center [class*=col-]:after,.process-wrapper.line.text-center [class*=col-]:before {
        width: 50%;
        position: absolute;
        content: "";
        height: 1px;
        background: rgba(164,174,198,.2);
        border: 0;
        top: 1.5rem;
        z-index: 1;
        left: 0
    }

    .process-wrapper.line.text-center [class*=col-]:after {
        right: 0;
        left: auto
    }

    .process-wrapper.line.text-center [class*=col-]:first-child:before,.process-wrapper.line.text-center [class*=col-]:last-child:after {
        display: none
    }

    .process-wrapper.arrow [class*=col-] {
        position: relative
    }

    .process-wrapper.arrow [class*=col-]:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%233f78e0' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='%233f78e0' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 70% 70%;
        position: absolute;
        width: 6rem;
        height: 1rem;
        top: .8rem;
        left: -3rem;
        z-index: 1;
        opacity: .15
    }

    .process-wrapper.arrow [class*=col-]:nth-child(odd):before {
        transform: scaleY(-1)
    }

    .process-wrapper.arrow [class*=col-]:first-child:before {
        display: none
    }
}

.process-wrapper.line .btn-circle {
    position: relative;
    z-index: 2
}

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.timeline .timeline-item {
    position: relative;
    padding-left: 2rem
}

.timeline .timeline-item .timeline-info {
    white-space: nowrap;
    margin-bottom: .5rem
}

.timeline .timeline-item .timeline-content {
    padding-bottom: 2rem
}

.timeline .timeline-item .timeline-content p:last-child {
    margin: 0
}

.timeline .timeline-item .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .6rem;
    color: #3f78e0
}

.timeline .timeline-item .timeline-marker:after,.timeline .timeline-item .timeline-marker:before {
    content: "";
    display: block;
    position: absolute
}

.timeline .timeline-item .timeline-marker:before {
    background: currentColor;
    border-radius: 100%;
    width: .55rem;
    height: .55rem;
    top: .2rem;
    left: 0
}

.timeline .timeline-item .timeline-marker:after {
    width: 1px;
    background: rgba(164,174,198,.2);
    top: 1rem;
    left: .25rem;
    bottom: 0
}

.timeline .timeline-item:last-child,.timeline .timeline-item:last-child .timeline-content {
    padding-bottom: 0
}

.timeline .timeline-item:last-child .timeline-marker:after {
    content: none
}

@media(min-width: 768px) {
    .timeline {
        display:table
    }

    .timeline .timeline-item {
        display: table-row;
        padding: 0
    }

    .timeline .timeline-item .timeline-content,.timeline .timeline-item .timeline-info,.timeline .timeline-item .timeline-marker {
        display: table-cell;
        vertical-align: top
    }

    .timeline .timeline-item .timeline-info {
        text-align: right;
        padding-right: 1.5rem
    }

    .timeline .timeline-item .timeline-marker {
        position: relative
    }

    .timeline .timeline-item .timeline-content {
        padding-left: 1.5rem
    }

    .timeline .timeline-item .timeline-content .timeline-title {
        margin-top: -.25rem
    }
}
.btn-group-lg>.btn.btn-circle,.btn.btn-circle.btn-lg {
  width: 75px;
height: 75px !important;
font-size: calc(1.255rem + .06vw);
border-radius: 50%;
padding: 19px !important;
text-align: center;
background: #09b3af;
background: #09b3af;
color: #fff;
margin-top: -6px;
}
.process-wrapper h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.process-wrapper.line:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: none;
    border-top: 1px solid #09b3af;
    top: 2rem;
    z-index: 1;
    left: 3rem;
}
.contact-block{
  text-align: center;
  border:5px solid #09b3af !important;
  padding:50px 25px;

}
.contact-block i{
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color:   #09b3af;
}
.btn.btn-circle .number {
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 700;
}
.btn.btn-circle .number img {
  width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  color: #7d7d7e;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif !important;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #09b3af !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 5rem 0 !important;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  background: #09b3af;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-wrapper {
  z-index: 9;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;

  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: black;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #09b3af;
}

.btn-main {

  background: #09b3af;
  color: #fff !important;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border: none;
  padding: 15px 30px !important;
  border-radius: 0.375rem;
      display: inline-block;
}
.award-img{
  /* width: 270px; */
  height: 115px;
  margin-bottom: 25px;
  align-items: center;
  display: flex;
  justify-content: left;
  background: #fff;
  padding-left: 30px;
}
.col-lg-4.col-md-6.col-sm-6:nth-child(7) .award-img,
.col-lg-4.col-md-6.col-sm-6:nth-child(8) .award-img,
.col-lg-4.col-md-6.col-sm-6:nth-child(9) .award-img {
  margin: 0 !important;
}
.award-img img {
  width: 75%;
}
.award-img p {
  margin: 0;
}
/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: #09b3af
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #0AB3B0;

  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.we-offer-area h3 {
    font-size: 20px;
}
.we-offer-area .item:hover h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.feature-1::after {
    background: #0AB3B0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}
.feature-1 .wrap-icon::after {
    border: 2px solid #0AB3B0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 110px;
    position: absolute;
    width: 110px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.feature-1 p {
  color: #8d8787;
  margin: 0;
  transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.feature-1::after:hover {
    left: 0;
}
.feature-1::after:hover {
    background: #0AB3B0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}
.features h3 {
  font-size: 18px;
}
.features .step p {
  min-height: 144px;
}
/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 100vh;
}

.carousel-item:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: -58.59px;
  }
}

.navbar .nav-link {
  color: #fff !important;
}

.mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-attachment: fixed;
}
.mask h1 {
font-size: 2.5rem;
color: #fff;
font-weight: 700;
margin-bottom: 30px;
}
.mask p {
font-size: 26px;
font-weight: 200;
letter-spacing: 1px;
}
.carousel-control-next, .carousel-control-prev {
  width: 7%;
  top: 5%;
}
.mask .text-white {
text-align: center;
padding-top: 8%;
}
.contact-block {
text-align: center;
border: 5px solid #EEF2F6;
padding: 50px 25px;
min-height: 256px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #0AB3B0 none repeat scroll 0 0;
  border-color: #0AB3B0;
  }

  .we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;

  border-left: 2px solid #0AB3B0;
box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.10);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
  overflow: hidden;
  /* padding: 30px; */
  position: relative;
  z-index: 1;
  }

  .we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 22px 64px;
    border: 1px solid #e7e7e7;
  }

  .we-offer-area.text-center .item i {
  background: #0AB3B0 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
  }

  .we-offer-area.text-center .item i::after {
  border: 2px solid #0AB3B0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  }

  .we-offer-area.item-border-less .item {
  border: medium none;
  }

  .we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 0px;
  }

  .we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
  }

  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #0AB3B0 none repeat scroll 0 0;
  }

  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
  }

  .we-offer-area .item i {
  color: #0AB3B0;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
  }

  .we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  }

  .we-offer-area .item p {
  margin: 0;
  }

  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  }

  .we-offer-area .item::after {
  background: #0AB3B0 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
  }

  .we-offer-area .item:hover::after {
  left: 0;
  }

  .we-offer-area .item:hover i,
  .we-offer-area .item:hover h4,
  .we-offer-area .item:hover p {
  color: #ffffff !important;
  }

  .we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
  }

  .we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: rgb(39 117 133 / 80%) !important;
  }

  .we-offer-area.text-left .item i {
  background: #0AB3B0 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
  }

  .we-offer-area.text-left .item i::after {
  border: 2px solid #0AB3B0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
  }
/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: #09b3af;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #09b3af;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #09b3af;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: #09b3af;
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #09b3af;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #09b3af;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: #09b3af;
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #09b3af;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}
.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #dae0e5;
    margin-bottom: 15px;
    padding: 30px 20px;
}
/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #09b3af;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
/* Separate class for custom row */
.custom-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow cards to wrap on smaller screens */
}

/* Separate class for custom card styling */
.custom-card {
  flex: 1;
  margin: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

/* Add styles to custom card content */
.custom-card .post-entry {
  /* Add any content-specific styling here */
}

/* Media query for smaller screens */
@media screen and (max-width: 767px) {
  .custom-row {
    flex-direction: column; /* Stack cards in a column on smaller screens */
  }
}

.post-entry {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
  background: #fff;
}
.post-entry:hover {
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.post-entry p {
  padding: 0;
  margin: 0;
}
.post-entry .btn-main {
  margin-top: 15px;
}
.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.post-text {
  padding: 30px;
  text-align: center;
}
.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #09b3af;
  font-size: 18px;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #09b3af;
}

.post-entry .post-text .readmore {
  color: #09b3af;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.feature-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.feature-list-wrapper .feature-list {
    flex-basis: 50%;
    padding: 15px;
    text-align: center;
    padding: 30px;
    border: 2px solid #ebebeb;
    position: relative;
}
.feature-list-wrapper .feature-list:nth-child(1),
.feature-list-wrapper .feature-list:nth-child(2) {
  margin-bottom: 30px;
}
.feature-list-wrapper .feature-list:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 2px solid #09b3af;
    border-left: 2px solid #09b3af;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.feature-list-wrapper .feature-list:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid #09b3af;
    border-right: 2px solid #09b3af;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.feature-list-wrapper .feature-list:hover:before, .feature-list-wrapper .feature-list:hover:after {
    width: 95%;
    height: 90%;
}
.feature-list .icon {
    margin-bottom: 0px;
}
.feature-list .icon i {
    font-size: 50px;
    color: #09b3af;
    margin-bottom: 0px;
    display: inherit;
}
.feature-list .icon i img {
  width: 8%;
}
.feature-list .content .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.pre-title {
  color: #1391a5;
}
.feature-list .content p {
    margin-bottom: 0;
}
.feature-list .content p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    color: var(--color-body);
}
.feature-thumbnail {
    position: relative;
    z-index: 2;
    right: -60px;
    top: 20px;
}
.mb-5 {
    margin-bottom: 2rem!important;
}
.video-popup-wrapper {
    position: relative;
}
.about-style-1 .inner .description {
  font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
    position: relative;
    /* margin-top: 40px; */
    margin-bottom: 30px;
}
.about-style-1 .inner .description::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 65px;

    top: 50%;
    transform: translateY(-50%);
}
.about-feature-list .our-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;

    background: #09b3af;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.our-feature {
  display: flex;
  margin-bottom: 15px;
}

.feature-content {
  margin-bottom: 15px;
}
.feature-content p, .feature-content h6 {
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
#our-services {
    background: #f3f3f3;
}
#our-services p {
  margin: 0;
  padding: 0;
}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
    width: 33%;
    float: left;
}

#our-services .desc .heading h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
}

#our-services .desc .text {
    color: #BABABA;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
    width: 67%;
    float: left;
}

#our-services .services .column {
    float: left;
    margin-right: 60px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#our-services .services .column .service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    transition: all 0.1s ease;
    margin-bottom: 7px;
}

#our-services .services .column .service:hover {
    background: #09b3af;
    color: #fff;
}

#our-services .services .column .service:hover .service-icon {
    color: #fff;
}

#our-services .services .column .service .service-desc {
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
    font-size: 20px;
    margin-bottom: 5px;
    color: #0AB3B0;
}


.video-popup-wrapper img {
    border-radius: 5px;
}
.feature-thumbnail .circle-image {
    position: absolute;
    top: -11px;
    right: 7px;
    z-index: -1;
    width: 87%;
}
.circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.circle-image span:nth-child(1) {
    border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}
.circle-image span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #09b3af;
    pointer-events: none;
    animation: eduvibe-rotate-animate 13s linear infinite;
}
.circle-image span:nth-child(2) {
    animation-direction: reverse;
    border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}
@keyframes eduvibe-rotate-animate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); }
   }
   .industry-overview ul.industry-list {
   	    margin: 0;
    width: 100%;
    padding: 0;
    cursor: pointer;
   }
   .industry-overview ul.industry-list li {
  float: left;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  border-right: 1px solid #dfdfdf;
  min-height: 150px;
  background: #fff;
  padding: 38px 0;
  border-bottom: 1px solid #dfdfdf;
  border: 1px solid #09b3af!important;
  margin-bottom: -1px;
  margin-right: -1px;
  list-style: none;
  margin-right: 12px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
 }
    .industry-overview ul.industry-list li:hover,
       .industry-overview ul.industry-list li:focus {
 background: #fff;
box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.10);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
    .industry-overview ul.industry-list li span {
 display: inherit;
padding-bottom: 5px;
   }
   .industry-overview ul.industry-list li span {
     display: inherit;
     margin-bottom: 5px;
     min-height: 34px;
     line-height: 34px;
     width: 45px;
     height: 45px;
     margin: 0 auto;
     margin-bottom: 5px;
   }
      .industry-overview ul.industry-list li span img {
        width: 100%;
      }

 @media (max-width: 767px) {
        .industry-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px; /* Adjust the gap as needed */
            justify-content: center;
            /* Add other styles as needed */
        }
    }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 50px 0;
}

#header.header-scrolled {
    background: rgb(26 26 26 / 80%);
    padding: 50px 0 !important;
    box-shadow: 0px 0px 30px rgb(73 78 92 / 25%);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: #c10101;
  color: #222;


    background: #09b3af;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
#topbar ul {
  margin: 0;
  padding: 0;
      text-align: right;
}
#topbar a {
  color: #fff;

}
#topbar a i {
  margin-right: 0.5rem;
}

#topbar.topbar-transparent {
  background: transparent;
  font-size: 13px;
}

#topbar.topbar-scrolled {
  top: -50px;
}



#topbar i + i {
  margin-left: 15px;
}
.footer-socials li a {
  width: 35px;
  height: 35px;
  /* background: #fff; */
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  border: 1px solid #fff;
}
.footer-socials li a:hover,
.footer-socials li a:focus {

      background: #09b3af;
}
.footer-socials a i {
    margin-right: 0px !important;
}
.ml-2, .mx-2 {
    position: relative;
    top: 1px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 6px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #09b3af;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #09b3af;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #09b3af;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.footer ul li {
  margin-bottom: 10px;
  color: #000;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
  padding-top: 15px;
}

.footer .copyright {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e1e1e1;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}
.social a:hover,
.social a:focus {
  background: #09b3af;
}
.btn-main:hover,
.btn-main:focus {
  color: #202122 !important;
  background: #ffffff;
}
.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;

}

.social a i {
  line-height: 0;
}

/* */

.bg-1 {
    background: url(../../assets/img/22.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.page-title {
    padding: 120px 0px 70px 0px;
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #223a66;
}
.page-title .block h1 {
    color: #fff;
}

.page-title .block {
  position: relative;
  top: 14%;
}
.about-img-block img {
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.10);
}
.about-details {
  padding-top: 5rem;
  padding-left: 1rem;
}
.row{
  display: flex;
  justify-content: space-between;
}
.section-services .single-service {
    background-color: #fff;
    height: 100%;
        box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.10);
}
.section-services .col-md-2.col-lg-2 {
  width: 20%;
}
.section-services .single-service .part-1 {
  padding: 9px 30px 25px;
  border-bottom: 2px solid #1d1e23;
  position: relative;
  padding-top: 4rem;
  text-align: center;
}
.section-services .single-service .part-1 span.circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #09b3af;
  border-radius: 50%;
  top: -55px;
  left: 4.4rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100px;
}
.section-services .single-service .part-1 .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 25px;
    margin: 0;
}
.section-services .single-service .part-2 {
    padding: 30px 30px 40px;
}
.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 16px;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
    min-height: 202px;
}
.about-content p {
  font-size: 32px;
  font-weight: 300;
}
.service-2 {
  background: url(../../assets/img/about-2.png) no-repeat center center;
  background-size: cover;
}
.service-block {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
    background: #fff;
}
.service-block p {
  min-height: 145px;
}
.service-block h4 {
font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
.service-block img {
  width: 100%;
}

  /* ***Our services page***  */

  .service-grid {
    background: #fcfcfc;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #09b3af;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap:hover { 
  border-bottom: 10px solid #09b3af;
  border-radius: 15px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
}
@media (max-width: 768px) {
    .service-wrap{
       border-bottom: 10px solid #09b3af !important;
  border-radius: 15px;
    }
}
.service-wrap a:hover{
  background-color: #09b3af;
  color: white;
  border-radius: 25px;
}
.service-wrap {
  border: 1px solid #09b3af;
    padding: 50px 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.service-wrap p{
      position: relative;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap a {
   
  color: #09b3af;
   font-size: 14px;
    margin-top: auto;
    font-weight: 600;
    position: relative;
    padding: 12px;

}              