*{
    margin: 0;
    padding: 0;
}
.header-top{
    background: #149d80;
    /* background: #004aad; */
    padding: 10px 0;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Marcellus", serif ;
}
p{
  font-family: "Lato", serif;
    font-size: 18px;
    color: #010101;
    font-weight: 400;
}
/* banner */


@media (min-width: 992px) {
    /* .slider,
    .slide {
      height: 80vh;
    } */
  }
  .slide {
    position: relative;
  }
  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  @media (min-width: 992px) {
    /* .slide .slide__img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    } */
  }
  .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
   width:100%;
  }
  .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slide .slide__content--headings {
    text-align: center;
    color: #fff;
  }
  .slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
    font-family: "Tenor Sans", serif;
    font-weight: 500;
    background: rgba(0,0,0,.3);
    padding: 10px 30px;
  }
  .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  .slick-dotted .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button:hover,
  .simple-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
  }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
  }
  .stick-dots .slick-dots li button:hover,
  .stick-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover,
  .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
  }
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  @keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
            animation-name: zoomInImage;
  }
  @-webkit-keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
            animation-name: zoomOutImage;
  }
  
  /* about */
  .sec-pad{
    padding: 50px 0;

  }
  .sec-title h2{
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2px;
      font-family: "Marcellus", serif;
    color: rgb(5, 83, 70);
    font-size: 54px;
  }

  .about-sec{
    background: radial-gradient(rgba(5, 83, 70, 0.15) 0%, rgba(5, 83, 70, 0.04) 49%, rgba(5, 83, 70, 0) 64%, rgba(5, 83, 70, 0) 100%);
  }
  .sec-title p{
    font-family: "Lato", serif;
    font-size: 22px;
    color: #010101;
font-weight: 500;
  }
  .sec-title span{
    font-size: 24px;
    font-weight: 400;
    color: #055346;
     font-family: "Marcellus", serif;
    line-height: 2.0;
  }
  .service-content{
    padding: 30px 24px 30px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,.08),0 5px 7px rgba(0,0,0,.05);
    margin-bottom: 30px;
  }
  .service-content h3{
     font-family: "Marcellus", serif;
    color: rgb(5, 83, 70);
    font-size: 30px;
    font-weight: 500;
  }
  .service-one img{
    border-radius: 20px 20px 0 0;
  }
  .service-details ul li{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #006604;
    font-size: 14px;
    font-family: "Lato", serif;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .service-details ul li i{
    color: green;
    font-size: 18px;
    margin-right: 5px;
  }

  /* testi */

.testi-sec{
    background: #e3f2fd;
}
.footer{
  background: url(../images/ftr_bg.png);
  background-size: cover;
}

.ftr_grid h4{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.78px;
    font-family: "Marcellus", serif;
    color: rgb(5, 83, 70);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}
.footer{
    padding: 40px 0 0 ;
}
.ftr_grid h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    border-bottom: 1px solid;
}
.ftr_grid p{
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
    font-weight: 500;
}
.ftr_grid h6{
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
}
.ftr_grid ul li a{
    font-size: 18px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
    font-weight: 500;
}
.social ul li{
    display: inline-block;
    margin: 4px 15px 4px 0 !important;
}
.social ul{
    padding: 0;
    text-align: center;
}
.header-top-left ul, .header-top-right ul{
    margin: 0;
    padding: 0;
}
.header-top-left ul li {
    display: inline-block;
    margin-right: 24px;
}
.header-top-left ul li a {
    color: #ffffff;
}
.header-top-right {
    float: right;
}
.header-top-right ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-right ul li a {
    color:#ffffff;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
}
.appoinment{
  border-width: 1px 1px 1px 1px;
  background: #FFFFFF;
  padding: 50px 40px 50px 40px;
  border-radius: 16px;
  border-color: #D9D9D9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 30px;

}
.map_area{
  margin-top: 20px;
  margin-bottom: 30px;
}
.form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Lato", serif;
}
.form-control{
  font-size: 14px;
  font-family: "Lato", serif;
}

.caption{
  font-family: "Merienda", serif;
  font-size: 28px;
  color: rgb(5, 83, 70);
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-right-img-one img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}
.about-right-img-two img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}
.about-right-img-three img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}

.page-title{
  background: url(../images/page_title_gradient.webp);
  background-position: left;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

/* .page-title::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #C1E1EF;
} */

.page-title h2{
  color: #014d7e;
}

.breadcrumb-item.active

 {
    color: #014d7e;
}

/* testi */

    .testimonial {
      position: relative;
      max-width: 1500px;
      width: 100%;
      padding-bottom: 30px;
      overflow: hidden;
      margin: 0 auto;
    }

    .testimonial .image {
      height: 170px;
      width: 170px;
      object-fit: cover;
      border-radius: 50%;
    }

    .testimonial .slide {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      /* <!-- row-gap: 30px;  -->
   <!-- height: 100%;  --> */
      width: 100%;
    }

    .slide i {
      font-size: 80px;
      color: #6f7e6f;
    }

    .slide p {
      text-align: center;
      padding: 0 160px;
      font-size: 24px;
      font-weight: 400;
      font-family: "Tenor Sans", serif;
      color: rgb(5, 83, 70);
    }

    .slide .quote-icon {
      font-size: 30px;
      color: #4070f4;
    }

    .slide .details {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .details .name {
      font-size: 18px;
      font-weight: 600;
      color: #333;
    }

    .details .job {
      font-size: 14px;
      font-weight: 400;
      color: #333;
    }

    /* swiper button css */
    .nav-btn {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      transform: translateY(30px);
      background-color: rgba(0, 0, 0, 0.1);
      transition: 0.2s;
    }

    .nav-btn:hover {
      background-color: rgba(0, 0, 0, 0.2);
    }

    .nav-btn::after,
    .nav-btn::before {
      font-size: 20px;
      color: #fff;
    }

    .swiper-pagination-bullet {
      background-color: rgba(0, 0, 0, 0.8);
    }

    .swiper-pagination-bullet-active {
      background-color: #4070f4;
    }

    @media screen and (max-width: 768px) {
      .slide p {
        padding: 0 20px;
      }

      .nav-btn {
        display: none;
      }
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 20px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 44px !important;
      height: 44px !important;

    }
  

  /* end */

/* watsapp button */


   
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 32px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  z-index: 99;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  z-index: 99;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

  /* end */

/* impact counter */


    .counter-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      margin: 30px 50px;
    }

    .counter {
      font-size: 60px;
      margin-top: 10px;
      color: #FFF;
    }

    .second {
      border-left: 1px solid rgba(130, 152, 171, 0.22);
      border-right: 1px solid rgba(130, 152, 171, 0.22);
    }

    .no-count {
      background: #031427;

    }

    .space-area {
      height: 850px;
      background: #009a11;
      padding: 100px 0;
      position: relative;
    }

    .space-area h1 {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #fff;
    }

    .count-area {
      position: relative;
      background: #149d80;
          text-align: center;
      color: #fff;
    }

    .second {
      border-left: 1px solid rgba(130, 152, 171, 0.22);
      border-right: 1px solid rgba(130, 152, 171, 0.22);
    }

    .third {

      border-right: 1px solid rgba(130, 152, 171, 0.22);
    }

    .count-area i {
      font-size: 48px;
    }

    .count-digit {

      color: #fff;
      font-weight: 700;
      font-size: 50px;
      font-family: "Marcellus", serif;
      letter-spacing: 2px;
      display: inline-block;
    }

    .suffix {
      font-family: "Marcellus", serif;
      letter-spacing: 2px;
      display: inline-block;
      font-size: 50px;

    }

    .count-title {
      font-size: 30px;
      font-family: "Marcellus", serif;
    }


  /* end */
.about-left h2{
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 40px;
  margin-bottom: 20px;
}
.vision h4{
  margin-bottom: 20px;
  /* border-bottom: 1px solid #eee; */
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 32px;
}
.about-bottom{
  background: #EFF6F4;
      background: linear-gradient(181deg, #eaeef1 0%, #e9fbff 100%);
}
.about-bottom-left{
  position: relative;
}
.about-bottom-left img{
  position: relative;
  left: 0px;
  top: 0px;
}
.about-bottom-left p{
     padding-left: 33px;
    font-size: 20px;
    /* font-weight: 600; */
    text-transform: capitalize;
        margin-bottom: 30px;
}
.about-bottom-right img{
  border-radius: 40px 40px 40px 40px;
}
.about-bottom-left h4{
      color: #000;
    font-weight: 600;
    font-size: 26px;
}
.about-bottom-left h2{
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 40px;
  margin-bottom: 20px;
}
.blog-link a{
  border: 1px solid rgb(24,104,91);
  padding: 10px 33px !important;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  background:rgb(24,104,91);
  border-radius: 0px;
  text-transform: uppercase;
}
.blog-link a:hover{
  background: #fff;
  color: rgb(24, 104, 91);
  border-color: rgb(24, 104, 91);
}
.blog-img{
  margin-bottom: 25px;
}
.blog-title h6{
  padding: 0 10px 0 0;
  border-radius: 5px;
  color: rgb(24, 104, 91);
  margin-right: 10px;
  font-size: 20px;
}
.blog-title span{
  font-family: "Tenor Sans", serif;
}
.blog-head{
  margin-bottom: 20px;
}
.blog-grid{
  margin-bottom: 30px;
}
.contact-grid{
  background: #FFF;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    min-height: 240px;
    margin-bottom: 20px;
}
.contact-grid h5{
  background-color: #014d7e;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.contact-grid i{
  padding-right: 5px;
}
.social ul li a{
  color: #233f48;
  font-size: 22px;
}
.map_area iframe{
  border: 2px solid #9c9c9c;
  width: 100%;
  height: 490px;
  border-radius: 8px;
}
@media (max-width: 600px){
  .slide .slide__content--headings h2{
    font-size:45px;
  }
}


.blog_list{
      font-family: "Lato", serif;
    font-size: 18px;
    color: #010101;
    font-weight: 400;
    line-height: 2;
}
.service-title {
  font-size: 45px;
    font-weight: 600;
        margin-bottom: 20px;
}

dt {
    font-weight: 700;
    font-family: "Tenor Sans", serif;
    font-size: 20px;
    padding-bottom: 10px;
}
dd{
      font-family: "Tenor Sans", serif;
       font-size: 18px;
    padding-bottom: 5px
    ;
}
.case-studies h2{
    font-size: 45px;
    font-weight: 600;
        margin-bottom: 20px;
}
.case-study-one h5{
      font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}
.cases{
  padding: 40px 0;
}
.case-studies{
      background: #eff6f4;
    padding: 40px 0;
}

.services h2 {
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: "Tenor Sans", serif;
    color: rgb(5, 83, 70);
    font-size: 40px;
    margin-bottom: 20px;
}


.services p{
      font-family: "Lato", serif;
    font-size: 22px;
    color: #010101;
    font-weight: 500;
}
.service-one{
  padding: 2.4em;
    text-align: center;
    background-color: #e6efee;
}
.services h4{
   
    margin-bottom: 20px;
    /* border-bottom: 1px solid #eee; */
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    color: rgb(5, 83, 70);
    font-size: 32px;

}
.service-one h4{
   
    margin-bottom: 20px;
    border-bottom: 1px solid #008000;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    color: rgb(5, 83, 70);
    font-size: 26px;
    padding-bottom: 15px;

}
.about-bottom h2{
      font-size: 34px;
    margin-bottom: 25px;

}
.choose{
  margin-bottom: 70px;
}
.case-study-sec{
      padding: 30px;
    background: #fff;
    border-radius: 20px;
        margin-bottom: 30px;

}
.service_grid_one h4{
    font-family: "Merienda", serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(5, 83, 70);
    letter-spacing: 5px;
    margin-bottom: 20px;
    line-height: 1.6;

}

.individual_therapy_img img{
        border-radius: 30px;
    margin-top: 30px;}