/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');*/
 @font-face {
	 font-family: "HelveticaNeueLT Std Thin Cn";
	 src: url('../fonts/405792237-HelveticaNeueLTStd-ThCn.eot');
	 src: url('../fonts/405792237-HelveticaNeueLTStd-ThCn.eot?#iefix') format('embedded-opentype'),  
	 url('../fonts/405792237-HelveticaNeueLTStd-ThCn.svg#HelveticaNeueLT Std Thin Cn') format('svg'),  
	 url('../fonts/405792237-HelveticaNeueLTStd-ThCn.woff') format('woff'),  
	 url('../fonts/405792237-HelveticaNeueLTStd-ThCn.ttf') format('truetype');
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	font-family: 'Avenir LT Std 45 Book';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

.box-name {
    font-family: 'Avenir LT Std 45 Book';
    
}
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Avenir LT Std 45 Book';

}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0px;
}
.title {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0px auto;
    display: table;
    font-weight: 700;
    color: #242424;
}
.btn {
    padding: 15px 35px;
    background: #353635;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
}
.btn:hover{
    background: #024f1c; 
    transition: .5s;
    color: #fff;        
}
.container {
  max-width: 1214px;
}
.back-shadow {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute!important;
    background-color: #e4e8e8;
}

/*==================Topbar start==================*/
.topbar {
    border-top: #105526 2px solid;
    box-shadow: 0px 5px 16px rgba(228, 227, 227, 0.5);
}
.address-panel {
    display: flex;
}

.top-items.location {
    margin-right: 50px;
}
.top-items.phone {
    margin-right: 50px;
}
.top-items a {
    font-size: 13px;
    color: #323332;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.top-items a i.fa {
    color: #105526;
    font-size: 18px;
    margin-right: 6px;
}
.social-panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-media {
    display: flex;
    padding: 0px;
    margin: 0px;
}
.social-media li {
    list-style: none;
}
.social-media li a {
    height: 20px;
    display: block;
    width: 20px;
    background: #666666;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.book-btn {
    padding: 10px 20px;
    display: inline-block;
    background-color: #f4f315;
    color: #292828;
    line-height: 1;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-left: 15px;
    text-transform: capitalize;
}
/*==================Topbar end==================*/
/*******************************Calendar Top Navigation*********************************/
div#calendar{
    margin:0px auto;
    padding:0px;
    width: 325px;
    font-family:'Avenir LT Std 45 Book';
  }
   
  div#calendar div.box{
      position:relative;
      top:0px;
      left:0px;
      width:100%;
      height:40px;
      background-color:   #787878 ;      
  }
   
  div#calendar div.calheader{
      line-height:40px;  
      vertical-align:middle;
      position:absolute;
      /* left:11px; */
      top:0px;
      width:100%;
      height:40px;   
      text-align:center;
  }
   
  div#calendar div.calheader a.prev,div#calendar div.calheader a.next{ 
      position:absolute;
      top:0px;   
      height: 17px;
      display:block;
      cursor:pointer;
      text-decoration:none;
      color:#FFF;
  }
   
  div#calendar div.calheader span.title{
      color:#FFF;
      font-size:18px;
  }
   
   
  div#calendar div.calheader a.prev{
      left:0px;
  }
   
  div#calendar div.calheader a.next{
      right:0px;
  }
   
   
   
   
  /*******************************Calendar Content Cells*********************************/
  div#calendar div.box-content{
      border:1px solid #787878 ;
      border-top:none;
  }
   
   
   
  div#calendar ul.label{
      float:left;
      margin: 0px;
      padding: 0px;
      margin-top:5px;
      margin-left: 5px;
  }
   
  div#calendar ul.label li{
      margin:0px;
      padding:0px;
      margin-right:5px;  
      float:left;
      list-style-type:none;
      width:40px;
      height:20px;
      line-height:40px;
      vertical-align:middle;
      text-align:center;
      color:#000;
      font-size: 15px;
      background-color: transparent;
  }
   
   
  div#calendar ul.dates{
      float:left;
      margin: 0px;
      padding: 0px;
      margin-left: 5px;
      margin-bottom: 5px;
  }
   
  /** overall width = width+padding-right**/
  div#calendar ul.dates li{
      margin:0px;
      padding:0px;
      margin-right:5px;
      margin-top: 5px;
      line-height:50px;
      vertical-align:middle;
      float:left;
      list-style-type:none;
      width:40px;
      height:50px;
      font-size:25px;
      background-color: #DDD;
      color:#000;
      text-align:center; 
  }
   
  :focus{
      outline:none;
  }
   
  div.clear{
      clear:both;
  }
/*==================Header start==================*/
.header {
    box-shadow: 0px 18px 16px rgba(28, 28, 28, 0.5);
    position: relative;
    z-index: 99;
    background: rgb(255,255,255,.9);
}
.header .navbar {
  background: transparent;
  padding: 0px;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar-brand {
  padding: 18px 0px;
}
.header .navbar-nav .nav-link {
    color: #303030;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0px;
    margin-left: 25px;
    position: relative;
    line-height: 1;
    transition: .5s;
}
.header .navbar-nav .nav-link:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #105526;
    left: 0px;
    transform: scale(0);
    transition: .5s;
}
.header .navbar-nav .nav-link:hover.nav-link:before {
  transform: scale(1);
  transition: .5s;
}
.header .navbar-nav>.active .nav-link, .header .navbar-nav .nav-link:hover {
    color: #105526;  
}

/*==================Header end==================*/

/*==================Banner start==================*/
.banner-area {
    position: relative;
    margin-top: 0px;
}
.banner-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    padding-top: 90px;
}
.banner-content h4 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
}
.banner-content h1 {
    font-size: 115px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin: 0px;
    margin-left: -4px;
}
.banner-area .owl-nav .owl-prev, .banner-area .owl-nav .owl-next{
  top: 60%;
  position: absolute;
  transform: translateY(-50%);
}
.banner-area .owl-nav .owl-prev {
  left: 55px
}
.banner-area .owl-nav .owl-next {
  right: 55px
}
/*==================Banner end==================*/

/*==================Welcome Start==================*/
.welcome-sec {
    padding: 110px 0px 70px;
}
.wel-border-box {
    width: 334px;
    border: 12px #9ad148 solid;
    position: relative;
    height: 360px;
    border-radius: 5px;
}
.wel-img {
    position: absolute;
    top: 51px;
    left: 40px;
    border: #fff 12px solid;
    box-shadow: 0px 0px 20px rgba(142, 141, 141, 0.5);
    border-radius: 5px;
    background: white;
}
.welcome-dtl {
    position: relative;
    padding-top: 57px;
}
.back-bg {
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    line-height: 110px;
    z-index: 0;
    color: #ebebeb;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
}
.welcome-dtl h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #383737;
    font-weight: 400;
    position: relative;
    margin-bottom: 6px;
}
.welcome-dtl h2 {
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    color: #9ad148;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 15px;
    position: relative;
}
.welcome-dtl h2:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 34px;
    background: #003f0a;
    left: 0px;
    bottom:5px;
}
.welcome-dtl h2:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 34px;
    background: #003f0a;
    left: 0px;
    bottom:0px;
}
.welcome-dtl p {
    color: #353635;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
}
/*==================Welcome End==================*/

/*==================Service Start==================*/
.service-sec {
    padding: 55px 0px;
    background: #9ad148;
}
.title.service-title {
    position: relative;
    margin-bottom: 45px;
}
.title.service-title:before, .title.service-title:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #353635;
    top: 50%;   
}
.title.service-title:before {
    left: -75px;
    width: 60px;
    max-width: 60px;
}
.title.service-title:after {
    width: 132px;
    max-width: 132px;
    right: -142px;
}
.service-item {
    transition: .5s;
}
.service-item .btn{
    background: #ffffff;
     color: #024f1c;
}
.service-item .btn:hover{
    color: #ffffff;
}

.ser-icon {
    width: 152px;
    height: 152px;
    margin: 0px auto;
    background: #ffffff;
    text-align: center;
    line-height: 152px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(82, 81, 81, 0.35);
    margin-bottom: 28px;
}
.ser-info h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #205d30;
    font-weight: 400;
    margin-bottom: 10px;
}
.ser-info h2 {
    font-size: 28px;
    color: #353635;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.ser-info h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #088d1d;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.ser-info p {
    font-size: 14px;
    color: #353635;
    /*text-transform: capitalize;*/
    text-align: center;
    font-weight: 300;
    padding: 0px 5px;
    margin-bottom: 32px;
}
.btn.ser-btn {
    margin: 0px auto;
    display: table;
}
.service-item:hover .ser-icon, .service-item:hover .ser-btn{
    background: #024f1c; 
    transition: .5s;
     color: #ffffff;
}
/*==================Service End==================*/

/*==================counselling-area start=====================*/
.counselling-area {
    padding: 76px 0px 35px 0px;
    background-size: cover;
    background-position: center;
}
.counselling-area  .owl-stage-outer {
    padding: 15px 0px;
}
.counselling-text h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin: 0px;
    color: #242424;
}
.counselling-text p {
    font-size: 14px;
    text-align: center;
    color: #65640d;
}
.water-color-coun {
    top: -52%;
    position: absolute;
    opacity: 1;
    z-index: -9;
}
.counselling-text {
    position: relative;
    z-index: 999;
}
.water-color-coun h2 {
    font-size: 195px;
    font-weight: 600;
    color: #f5f488;
    letter-spacing: -10px;
}
.counselling-slide {
    z-index: 999;
}
.counselling-item {
    background-color: #fefdec;
}
.counselling-slide-text {
    padding: 14px;
    position: relative;
    margin-top: 45px;
    box-shadow: 0 2px 9px 4px rgba(179, 178, 178, 0.38);
    padding-bottom: 22px;
    border-radius: 5px;
}
.counselling-slide-text h5 {
    font-size: 18px;
    height: 35px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 45px;
    font-weight: 300;
    margin-bottom: 13px;
    color: #e75116;
}
.counselling-slide-text h5 span {
    color: #024f1c;
    font-size: 20px;
}
.counselling-slide-text p {
    font-size: 14px;
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}
.counselling-slide-text a {
    display: table;
    margin: 0px auto;
    font-size: 14px;
    text-transform: capitalize;
    padding: 14px 23px;
    border-radius: 50px;
    color: #e9eee9;
    background-color: #323332;
}

.sticker-box {
    width: 105px;
    height: 105px;
    align-items: center;
    padding: 14px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -22%;
    left: 31%;
}
.counselling .owl-carousel .owl-nav.disabled {
    display: block;
}
.counselling-area .owl-carousel .owl-nav .owl-next, .counselling-area .owl-carousel .owl-nav .owl-prev {
    background: transparent!important;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    font-weight: 100;
    color: rgba(204, 206, 51, 0.5);
    font-size: 100px;
}
.counselling-area .owl-carousel .owl-nav .owl-next {
    right: -4%;
}
.counselling-area .owl-carousel .owl-nav .owl-prev {
    left: -4%;
}
a.btn.categories-btn {
    margin: 30px auto 0px;
    display: table;
}
/*========================counselling-area end=========================*/

/*=========================our team start=========================*/
section.our-team {
    margin: 70px 0px;
}
.our-team-text h5 {
    font-size: 13px;
    color: #1a5222;
    text-align: center;
    text-transform: uppercase;
}
.our-team-text h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    color: #383737;
    text-align: center;
}
.our-team-text p {
    color: #686868;
    text-align: center;
    font-size: 14px;
    margin: 0px;
}
.team-back-grn {
    width: 220px;
    height: 240px;
    border: 10px solid #9ad148;
    position: relative;
    margin: 0px auto;
    border-radius: 5px;
}
.team-text {
    position: absolute;
    top: 15px;
    left: 15px;
}
.team-text h3 {
    font-size: 16px;
    height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #323332;
}
.team-text p {
    font-size: 13px;
    color: #6a6a6a;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}
.team-text .btn {
    margin: 15px auto 0px;
    display: table;
}
.our-team .owl-stage {
    padding: 45px 0px 190px;
}
.our-team .owl-carousel .owl-item img {
    display: block;
    width: auto;
    border-radius: 5px;
}
/*------------------------custom dots--------------------*/
.our-team .owl-nav {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.our-team .owl-nav .owl-prev {
  left: 0;
}
.our-team .owl-nav .owl-next {
  right: 0;
}

.our-team .owl-dots {
    text-align: center;
    padding-top: 50px;
}
.our-team .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.our-team .owl-dots .owl-dot.active {
  background-color: #000;
}

/*----------------------custom dots----------------------*/
/*======================== our team end=========================*/

/*======================testimonial start======================*/
/*.testimonial {*/
/*    padding: 35px 0px;*/
/*}*/
/*.testimonial-heading h5 {*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    font-weight: 300;*/
/*    font-size: 18px;*/
/*    margin: 0px;*/
/*    margin-bottom: 13px*/
/*}*/
/*.testimonial-heading h2 {*/
/*    font-size: 40px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
/*    font-weight: 600;*/
/*}*/
/*.slider-content-item {*/
/*    margin-top: 60px;*/
/*}*/
/*.slider-content-item h4 {*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 300;*/
/*    margin-top: 50px;*/
/*    text-transform: uppercase;*/
/*}*/
/*.slider-content-item p {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    margin: 0px;*/
/*    font-weight: 200;*/
/*}*/
/*.testimonial-img-box {*/
/*    margin: 0px auto;*/
/*    display: table;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.testimonial .owl-dots {*/
/*    text-align: center;*/
/*    padding-top: 30px;*/
/*}*/
/*.testimonial .owl-dots button.owl-dot {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    background: #afd28a;*/
/*    margin: 0 3px;*/
/*}*/
/*.testimonial .owl-dots button.owl-dot.active {*/
/*    background-color: #ffffff;*/
/*}*/
/*-------------------------custom dots---------------------*/

/*.slick-dots {*/
/*    display: flex;*/
/*    justify-content: center;*/
   
/*    margin: 0;*/
/*    padding: 1rem 0;*/
   
/*    list-style-type: none;*/
/*}*/
/*.slick-dots li {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 20px;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*    margin: 0px 3px;*/
/*}*/
/*.slick-dots li button {*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*    display: block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    padding: 5px;*/
/*    cursor: pointer;*/
/*    color: transparent;*/
/*    border: 0;*/
/*    outline: none;*/
/*    background: #afd28a;*/
/*    border-radius: 50%;*/
/*}*/
/*.slick-dots li.slick-active button {*/
/*    background-color: #fff;*/
/*    border-radius: 50%;*/
/*}*/
/*.slick-list {*/
/*    position: relative;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    padding-bottom: 30px;*/
/*}  */
/*.testimonial .slider-thumb {*/
/*    width: 400px;*/
/*    height: 100px;*/
/*    margin: 0px auto;*/
/*}*/
/*.slider-thumb .testimonial-items.slick-slide.slick-active {*/
/*    opacity: 0.7;*/
/*    transition: .5s;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.slider-thumb .testimonial-items.slick-slide.slick-active.slick-center {*/
/*    transform: scale(1.2);*/
/*    opacity: 1;*/
/*    transition: .5s;*/
/*}*/
/*.slider-thumb .slick-list {*/
/*    padding: 22px 0px !important;*/
/*}*/

/*======================testimonial end======================*/


/*=======================latest-news start=======================*/
.latest-news {
    margin: 65px 0px 83px;
}
.latest-news-txt h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #2b2a2a;
    font-weight: 600;
    margin-bottom: 15px;
}
.latest-news-txt p {
    font-size: 15px;
    text-align: center;
    margin: 0px;
    margin-bottom: 53px;
    color: #686868;
}
.file-icon-imgbox {
    margin: 0px auto;
    display: table;
    margin-bottom: 25px;
}
.file-icon-txt h4 {
    text-align: center;
    font-size: 18px;
    color: #414141;
    margin-bottom: 25px;
}
.file-icon-txt h5 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    color: #404040;
}
.file-icon-txt p {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    color: #4f4f4f;
    font-weight: 300;
}
.file-icon-txt .btn {
    margin: 15px auto 0px;
    display: table;
}
/*=======================latest-news end=======================*/


/*=======================our-gallery start=======================*/
.our-gallery {
    padding: 85px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.our-gallery-heading h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
.our-gallery-heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 40px;
    color: #2b2a2a;

}
.our-gallery-heading a {
    display: table;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 14px;
}
.btn.wid {
    border-radius: 30px;
    padding: 22px 100px;
    background-color: #fcfbd7;
    color: #242424;
    font-weight: 500;
    border: #c2afaf 1px solid;
}
.our-gallery-img {
    background-color: #fff;
    position: relative;
    border: 5px solid #fff;
}
.our-gallery .owl-dots {
    display: none;
    text-align: center;
    padding-top: 50px;
}
.our-gallery .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    backface-visibility: hidden;
    padding-bottom: 50px;
}

.hover-area {
    background-color: rgba(100, 155, 30, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.5s;
    cursor: pointer;
}
.our-gallery-img:hover .hover-area {
    transform: scale(1);
}
.our-gallery .owl-carousel .owl-item .hover-area img {
    width: auto;
}
/*=======================our-gallery ends=======================*/

/*==========================video-gallery start==========================*/
.video-gallery {
    padding: 90px 0px;
    background-color: #eaeaea;
}
.video-gallery-txt h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
    margin: 0px;
    color: #2b2a2a;
}
.video-gallery-txt p {
    text-align: center;
    color: #686868;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 55px;
}
.video-box {
    border: 20px solid #ebebeb;
    position: relative;
    box-shadow: 0 2px 18px 9px #aeacac61;
    margin-bottom: 30px;
}
.video-box img {
    width: 100%;
}
.btn.video-btn {
    margin: 25px auto 0px;
    display: table;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn a {
    font-size: 80px;
    color: #e11212;
    opacity: 0.8;
}
/*-------custom modal--------------*/
.modal-content button.close {
    position: absolute;
    top: 0%;
    right: 0%;
    color: red;
    font-size: 35px;
}
.modal-content iframe {
    width: 100%;
    height: 90vh;
}
.modify {
    width: 90%;
    max-width: 90%;
    height: 90vh;
}
/*==========================video-gallery end==========================*/


/*==========================contact us start==========================*/
.contact-us {
    margin: 70px 0px;
}
.contact-us-txt h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0px;
    font-weight: 700;
    color: #2b2a2a;
}
.icon-box {
    display: table;
    margin: 0px auto;
    margin-top: 40px;
}
.icon-box a {
    width: 45px;
    display: inline-block;
    height: 45px;
    border-radius: 12px;
    text-align: center;
    line-height: 40px;
    border: 5px solid #fff;
    color: #fff;
    box-shadow: 1px 1px 2px #898888;
    margin: 0px 17px;
    font-size: 30px;
}
/*---------------------------contact us end -----------------------------*/


/*=========================footter start=========================*/
.footter {
    background-color: #2a2b2a;
    padding: 45px 0px;
}
.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    list-style: none;
}
.footer-menu ul li a {
    color: #bcbbbb;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}
.footer-menu ul li a:hover {
    color: #fff;
}
.footer-menu p {
    text-align: center;
    color: #bcbbbb;
    margin-top: 25px;
    margin-bottom: 0px;
}
/*=========================footter end=========================*/
/*======================book-appoinment start===================*/
.book-appoinment {
    margin: 75px 0px;
}
.appoinment h2:before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    background-color: #000;
}
.appoinment h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #1a1a1a;
    font-weight: 500;
    position: relative;
    margin-bottom: 50px;
}
.tab-modify {
    margin-bottom: 40px;
    border-bottom: none;
}
.tab-modify li {
    background-color: #dadada;
    border-radius: 8px;
    margin-right: 10px;
}
.tab-modify li a {
    display: block;
    padding: 15px 45px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #252525;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 8px;
}
.step-1-content-area {
    margin: 0px 0px;
}
.step-1-content label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 2px 10px 0px #e8e7e7;
    margin-bottom: 0px;
}
.personal-information {
    margin-bottom: 85px
}
.personal-information label {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
.font-size-24 {
    font-size: 24px!important;
    margin-bottom: 60px!important;
}
.gurdian-information {
    margin-bottom: 85px
}
.submit {
    border-radius: 0px;
    font-weight: 600;
    padding: 20px 40px;
    background-color: #024f1c!important;
}
.category label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.padding-rgt {
    padding-right: 5px;
}
.padding-lft {
    padding-left: 5px;
}
.mrgn-top {
    margin-top: 84px;
}
.select-date label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.time-slot ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}
.time-slot ul li {
    list-style: none;
    margin-right: 15px;
}
.time-slot-heading label {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 16px;
    color: #252525;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
     margin-right: none; 
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 8px;
}
.tab-details-form ul {
    margin: 0px;
    padding: 0px;
    width: 50%;
}
.tab-details-form ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tab-details-form ul li:last-child {
    margin-bottom: 0px;
}
.tab-details-form ul li h6 {
    width: 50%;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #232323;
}
.tab-details-form ul li p {
    width: 50%;
    display: flex;
    margin: 0px;
    font-size: 16px;
}
.tab-details-form ul li p span {
    margin-right: 40px;
}
.tab-details-form h5 {
    font-size: 16px;
    color: #232323;
    font-weight: 300;
    margin-top: 60px;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  .text-wrapeing{
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #105526;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
  }
  
  .dropdown-content a:hover {background-color: #105526; color: white;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
/* =================================ABOUT US======================================= */
.about-us{
 padding: 50px 0;
}
.about-us .about-us-heading{
text-align: center;
color: #088d1d;
text-transform: uppercase; 
}
.about-us-txt{
    text-align: justify !important;
}
/* .about-us-heading .text-underline::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    background: #003f0a;
   
    bottom: 0px;
} */
@media (min-width: 1200px) {  }

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) {  }

@media (max-width: 768px) { 
.social-panel {
    justify-content: space-between;
    margin: 20px 0px;
}
.header .navbar-brand {
    padding: 4px 0px;
}
.banner-area {
    margin-top: 0;
}
.banner-overly {
    padding-top: 0px;
}
.banner-content h1 {
    margin-left: 0px;
    font-size: 50px;
}
.banner-content h4 {
    font-size: 20px;
}
.banner-area .owl-nav .owl-prev {
    left: 15px;
}
.banner-area .owl-nav .owl-next {
    right: 15px;
}
.banner-area .owl-nav .owl-prev, .banner-area .owl-nav .owl-next {
    width: 20px;
}
.banner-area .owl-nav .owl-prev img, .banner-area .owl-nav .owl-next img {
    width: 100%;
}
.banner-content {
    padding-left: 35px;
}
.water-color-coun h2 {
    font-size: 50px;
    letter-spacing: 0px;
}
.water-color-coun {
    top: -37px;
    width: 100%;
}
.address-panel {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.top-items {
    margin: 10px 0px;
    margin-right: 0px;
    width: 100%;
}
.top-items.phone, .top-items.location {
    margin-right: 0px;
}
.top-items a {
    text-align: center;
    display: block;
}
.back-bg {
    font-size: 65px;
    text-align: center;
    width: 100%;
}
.welcome-dtl {
    position: relative;
    padding-top: 150px;
}
.back-bg {
    font-size: 60px;
    text-align: center;
    width: 100%;
    top: 90px;
}
.wel-border-box {
    width: 100%;
    height: 335px;
}
.welcome-sec {
    padding: 50px 0px 70px;
}
.welcome-dtl h2 {
    font-size: 30px;
    text-align: center;
 }
 .welcome-dtl h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.welcome-dtl h2:after {
    left: 50%;
    transform: translateX(-50%);
}
a.btn.wel-btn {
    margin: 0px auto;
    display: table;
}
.wel-img {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%
}
.wel-img img {
    width: 100%;
}
 .service-sec {
    padding: 50px 0px;
    background: #6bae20;
}
.title {
    font-size: 35px;
}
.title.service-title:after {
    width: 70px;
    max-width: 127px;
    right: -82px;
}
.service-item {
    transition: .5s;
    margin-bottom: 40px;
}   
.service-sec {
    padding-bottom: 20px;
}
.counselling-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.water-color-coun h2 {
    font-size: 50px!important;
}
.team-back-grn {
    width: 96%;
    height: 320px;
    margin: 0px;
}
.team-text {
    position: absolute;
    top: 30px;
    left: 28px;
    width: 300px;
}
.our-team .owl-stage {
    padding: 0px 0px 175px;
}
.our-team .owl-carousel .owl-item img {
    width: 100%;
}
.testimonial .slider-thumb {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.our-team-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.slider-content-item {
    margin-top: 10px;
}
.slider-content-item p {
    text-align: center;
}
.testimonial {
    padding: 50px 0px;
}
.testimonial-heading h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.latest-news-txt h2 {
    font-size: 35px;
}
.file-icon-txt {
    margin-bottom: 50px;
}
.video-gallery-txt h2 {
    font-size: 35px;
}
.btn.video-btn {
    margin-bottom: 30px;
}
.video-gallery {
    padding: 60px 0px 30px;
}
.contact-us-txt h2 {
    font-size: 35px;
}
.footer-menu ul {
    flex-flow: wrap;
}
.modify {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.modal-content {
    border: none;
}
.modal-content iframe {
    width: 100%;
    height: 90vh;
    border-radius: 10px;
}
.welcome-dtl h4 {
    text-align: center;
}
.our-team .owl-dots {
    text-align: center;
    padding-top: 0;
}
.appoinment h2 {
    font-size: 24px;
}
.tab-modify {
    display: flex;
    justify-content: space-between;
}
.tab-modify li {
    margin-right: 0px;
    border-radius: 4px;
}
.tab-modify li a {
    padding: 8px 20px;
    font-weight: 500;
    font-size: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 4px;
}
.padding-lft {
    padding-left: 15px;
}
.padding-rgt {
    padding-right: 15px;
}
.time-slot ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    flex-flow: wrap;
}
.time-slot ul li {
    list-style: none;
     margin-right: 0px; 
    width: 50%;
    margin-bottom: 10px;
}
.tab-details-form ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.tab-details-form ul li h6 {
    font-size: 14px;

}
.tab-details-form ul li p {
    width: 50%;
    display: flex;
    margin: 0px;
    font-size: 14px;
}
.tab-details-form ul li p span {
    margin-right: 25px;
}
.tab-details-form h5 {
    font-size: 12px;
    color: #232323;
    font-weight: 300;
    margin-top: 30px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {  }

@media (max-width: 575.98px) { 
 }