﻿@import url('../css-3');

*{
    padding:0;
    margin:0;
    font-family: 'Alegreya Sans', sans-serif;
}

img{color:#127334;}

.full-body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: #696767;
    background-color: #fff!important;
}
.ml-6{padding-left:20px;}




.fixed-txt {
    position: fixed;
    top: 25%;
    right: 0;
    width: auto;
    padding: 10px;
    background: #f9ad1d;
    box-shadow: 1px 2px 10px rgba(0,0,0,.5);
    border-radius: 17px;
    text-align: center;
    z-index: 999;
    font-size: 1.3rem;
    color: #ffffff;
}
.fixed-txt h6 {
	    color: #127334;
		    font-size: 1.8rem;
}

.fixed-txt a:hover {
	    text-decoration:none;
}






.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #127334;    }
    49%{    color: #127334; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #127334;    }
}
/*---Marquee---*/

.scroll-txt {
    color: #f34358;
    vertical-align: middle;
    font-size: 1.6em;
	padding: 6px 0;
	margin: 10px 0 30px 0;
	letter-spacing: .2px;
    word-spacing: 1px;

}


.scroll-txt a{
    color: #127334;
	text-decoration: none;
	 font-size: 32px;
    animation: blinkingText 1.2s infinite;

}

.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: #f34358;
 
  }
.marquee .inner > * {

  white-space: nowrap;
  padding: 0 4rem;
  vertical-align: middle;
}

.marquee .inner p {
  text-decoration:none;
  color: #f34358;
  font-size: 1.5em;
  word-spacing: 3px;
  
}
.marquee .inner a {
  text-decoration:none;
color: #f34358;
}
.marquee .inner a:hover {
  text-decoration:none;
  color: #127334;

}

.twitter-share-button{vertical-align:middle;}


/*---//Marquee---*/
.top-header{
	background-color:#e4e7ec;
	 padding: 6px 0;
    margin: 0;
	}
.phone {
    float: left;
    padding: 2px 0;
	margin: 0px;
}

 ul.phone li{
    display:inline;
    padding:20px;
}

/*social-icon end*/
.top-social {
    margin: 2px 0;
    float: right;
	}
	

.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
   font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  background-color: #127334;	marign:0 -10px;

}
ul.icon-effect li {
    display: inline;
	padding: 10px;
    
}

.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 4px #127334;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: #f1f1f1;
  color: #127334;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*social-icon end*/


.wrapper{
    min-width:100%;
    box-sizing: border-box;
    margin:0;
    padding:0;
}
header{
    background:#127334;
    position: relative;
    min-width: 100%;
}
.body-content{
    min-width: 100%;
}
.newmenu{
 background:#127334;
 min-width: 100%;
 height:80px;
 position: absolute;
 top:0;
 z-index:999;
 display:block;
/*border-bottom: .5px solid #fff;*/
}
.mobilemenu{
    background:#127334;
    min-width: 100%;
    height:70px;
    position: absolute;
    top:0;
    z-index:999;
    display:none;
   }
   
.logo1 img {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 100;
    float: left;
    top: -12px;
}

.logo img {
    max-width: 232px;
    max-height: 216px;
    position: absolute;
    left: -19px;
    right: 0;
    top: 12%;
    margin: auto;
}

.logo {
    border-radius: 0 0 50% 50%;
    max-height: 100px;
    left: -8px;
    right: 0;
    padding: 55px 65px;
    margin: auto;
    position: relative;
    width: 210!important;
    transition: all .2s ease-in-out;
    background-color: #127334;
	top: 4px;
    /*border-bottom: .5px solid #fff;*/
}
ul{
    margin-top:10px;
    display:inline-block;
    float:left;
}
 ul.menu1 li{
    display:inline;
    padding:20px;
}
a {
    color: #fff;
    text-decoration:none;
}
.menu1 {
    width: 40%;
    position: relative;
    left: 120px;
}

.menu   {
    float:right;
    width:38%;
    
}

 ul.menu li{
    display:inline;
    padding:20px;
}

.logo{
    width:19%;
}
.logo1{
    width:120px;

}
ul.menu1 li{
    float:left;
}

ul.menu li{
    float:left;
}

ul.menu1 li a{
    float:left;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 600;
    background: transparent;
}
ul.menu1 li a:hover{
   text-decoration:none;
   color:#f7b12c;
}
ul.menu li a:hover{
    text-decoration:none;
    color:#f7b12c;
 }

 ul.menu li a:active{
    text-decoration:none;
    color:#f7b12c;
 }

ul.menu li a{
    float:left;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 600;
    background: transparent;

}

.img-fluid2 {
    width: 100%;
    height: auto;
}

.team-img {
  /*width: 100%;
  max-width:360px;
  height: auto;*/
  border-radius:10px;
  border:solid thin #CCC;
}

@media screen and (max-width:1024px){
.menu1 {
    width: 42% !important;
    position: relative;
    left: 2px !important;
}

.menu {
    float: right;
    width: 36% !important; 

}
ul.menu1 li {
    
    padding: 12px;
}
ul.menu li {
    
    padding: 12px;
}
.logo{width:16%!important;}
.logo{
width: 196px!important;
}
.logo img {
    max-width: 208px !important;
}
}
@media screen and (max-width:1199px){
    .menu1 {
     width: 40%;
     position: relative;
     left: 60px;
 }
 
 .menu {
     float: right;
     width: 35%;
 }
 
 }

.menu1 {
    width: 40%;
    position: relative;
    left: 2px; /*87*/
}


.menu {
    float: right;
    width: 39%; /*34%*/
}
/*contact form*/
body {
    background-color:#fff!important;
}
.contact-form{
    background: #fff;
    margin-top: 0%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 10rem 10rem 1rem;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #4fb773;
    font-family: 'Alegreya sans',serif;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 2px;
     word-spacing: 4px;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #f07e2d;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

form .hide1 {
    display: none !important;
}
/*end of contactform*/
.contact-address h3{
    color: #127334;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 32px;
}
.contact-address p{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #127334;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cp-text{ color: #fff; 
    background-color:#127334;
    padding:20px 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.footer_w3ls {
    background: #127334;
    text-align: center;
    padding: 1em 0;
}
.footer_bottom1 p {
    color: #fff;
    font-family: 'Lato', sans-serif;
     font-size: 14px;
    letter-spacing: 2px;
    margin-top: .5em;
}

.hours h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 32px;
	margin-left: 3rem;
}

.wls-hours-list ul{margin-top:0!important;}
.wls-hours-list ul li {
	font-family: 'Lato', sans-serif;
	/*font-weight: 600;*/
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 7px;
    margin-bottom: 10px;
	margin-left: 3rem;
}

.wls-hours-list ul li  span{
	    color: #fff;
    font-family: 'Lato', sans-serif;
	font-weight: 600;
	padding-left: 10px;

}

@media screen and (max-width:800px){
    .logo {
        border-radius: 0 0 50% 50%;
        max-height: 100px;
        left: -46px;
        right: 0;
        padding: 55px 65px;
        margin: auto;
        position: relative;
        width: 200px!important;
        transition: all .2s ease-in-out;
        background-color: #127334;
    }
    .logo img {
        max-width: 275px;
        max-height: 228px;
        position: absolute;
        left: -43px;
        right: 0;
        top: -40%;
        margin: auto;
    }
    .menu {
        float: right;
        width: 46%;
        position: relative;
        top: -110px;
        left: 50px;
    }
    .menu1 {
        width: 40%;
        position: relative;
        left: -42px;
    }
	
	ul.menu li a{
    font-size: 16px;
	}
		ul.menu1 li a{
     font-size: 16px;
	}

}


/************* Single Banner

#banner{
     height:100%;
    min-width: 100%;
	position: relative;
}
.ban-desktop{display: block;}
.ban-mobile {display: none;}
.ban-title{
	 position: absolute;
    top: 30%;
    right: 8%;
    width: 39%;

	}
#banner h1 {
     font-size: 4em;
	line-height: 1.2;
	color: #127334;
}

#banner h5 {
     font-family: 'Lato', sans-serif;
     font-size: 23px;
     width: 83%;
	 line-height: 1.5;
    font-weight: 600;
    color: #000000;	 }


#banner p {
 	font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #f07e2d;
 }
 ******************/

 .carousel-item img {
    height: 90%!important;
}

.carousel-caption {
   top: 28% !important;
   bottom: 27% !important;
   right: 6% !important;
   left: 58% !important;
   padding: 0px 40px;
   text-align: left !important;
} 
.carousel-caption h1 {
     font-size: 3em;
	line-height: 1.2;
	color: #127334;
}

.caption-bg{
    background: rgba(36, 36, 36, 0.54);
	border-radius:16px;
    padding: 0 16px;
    width: 85%;
    height: 48%;
}	

.carousel-caption h5 {
     font-family: 'Lato', sans-serif;
     font-size: 22px;
 	 line-height: 1.5;
	 letter-spacing: .8px;
    font-weight: 600;
    color: #ffffff;	 
	padding:10px 0;
	}


.carousel-caption p {
 	font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
   padding:10px 0;

 }
 
 a.button {
  display: block;
  position: relative;
  float: left;
  width: 132px;
  padding: 0;
  margin: 10px 20px 10px 12px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: all 0.2s ;
    -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #FFFFFF; -webkit-box-shadow: 0 0 3px #FFFFFF; }
  50% { background-color: #127334; -webkit-box-shadow: 0 0 40px #127334; }
  100% { background-color: #FFFFFF; -webkit-box-shadow: 0 0 3px #FFFFFF; }
}

@-moz-keyframes glowing {
  0% { background-color: #FFFFFF; -moz-box-shadow: 0 0 3px #FFFFFF; }
  50% { background-color: #127334; -moz-box-shadow: 0 0 40px #127334; }
  100% { background-color: #FFFFFF; -moz-box-shadow: 0 0 3px #FFFFFF; }
}

@-o-keyframes glowing {
  0% { background-color: #FFFFFF; box-shadow: 0 0 3px #FFFFFF; }
  50% { background-color: #ffff; box-shadow: 0 0 40px #127334; }
  100% { background-color: #FFFFFF; box-shadow: 0 0 3px #FFFFFF; }
}

@keyframes glowing {
  0% { background-color: #FFFFFF; box-shadow: 0 0 3px #FFFFFF; }
  50% { background-color: #127334; box-shadow: 0 0 40px #127334; }
  100% { background-color: #FFFFFF; box-shadow: 0 0 3px #FFFFFF; }
}

/*banner button*/
.btnBlueGreen {
  background: #127334;
}

/* FLOAT */
.btnFloat {
  background: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.btnFloat:before {
  content: 'Know More';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.2s ;
}

.btnBlueGreen.btnFloat:before {
  background: #127334;
}

.btnFloat:before {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}


.btnFloat:hover:before {
  margin-top: -2px;
  margin-left: 0px;
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}
/*banner button end*/


/*1-banner button start*/

.btn-b {
    display: block !important;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1rem;
}


.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 1px 7px 11px #0000003b;
    padding: 10px;
    margin: 20px 0;
    width: 78%;
}

.a-more{
	font-size:1.5rem;
	color: #000;
    padding: 20px 24px;
	}

.animated {
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.carousel-indicators {
     bottom: 5% !important;
}
.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
	border-radius: 50%;
	background-color: #127334 !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 6% !important;
}




  
   .body-content{
      min-width:100%;
  }
  #aboutus {
    min-width: 100%;
    position: relative;
    background-color: #fff;
    top: -2rem;
    height: 68rem;
    color: #fff;
}
  .mission_img,.vision_img{
   
      overflow:hidden;
      
  }
  .separator{
    
    background-color:#f7b12c!important;
    height:.2rem;
    width:80%;
    margin:2rem auto;
    z-index: 100;
  }
  .bg-vision{
      background-color:#F2AE30;
  }
  .bg-mission{
    background-color:#F27830;
  }
  .heading{
    font-family: 'Alegreya sans',serif;
    color: #4fb773;
    font-weight: 800;
    font-size: 42px;
    margin-top: 0px;
    position: relative;
	word-spacing: 2px;
    letter-spacing: 1px;
 
  }
  p.card-text {
    position: relative;
    top: 16px;
    left: 6px;
}
.abt-content p{
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #151515;
    font-family: 'Lato', sans-serif;
}



.abt{
    padding: 0 15px;
}

.abt-title h3{
    font-size: 32px;
    font-weight: 500;
}

.at-img img{
width:250px;
}

.at-img {
    position: relative;
}

.abt-title {
    position: relative;
    top: 50px;
}

.abt-content{
    position: relative;
    top: 30px;
}

.mission_vission{
    margin-top:110px;
}

.mission{
    position:relative;
    top:-40px;
 
}
.vision{
    position:relative;
    top:-40px;
    
}
/*Service*/
#services{
    background: #fff;
    margin-top:32px;

}
.disorder h3{
    color: #2a2a2a;
    line-height: 1.333;
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    margin:15px 0px 10px;
    position: relative;
    left: 0.1rem;
}
.disorder a:hover h3{
    color:#F29A2E!important;
}

.disorder a:hover{
    text-decoration:none;
}


.head{
    color:#4fb773!important;
    font-family: 'Alegreya sans',serif;
    font-size: 52px;
    font-weight: 800; 
	letter-spacing: 1px;
    margin-top: 18px;
    word-spacing: 2px;
}

.head-map{
    color:#4fb773!important;
    font-family: 'Alegreya sans',serif;
    font-size: 54px;
    font-weight: 800; 
	letter-spacing: 2px;
    margin-top: 18px;
    word-spacing: 4px;
}


.disorder_img{

}
.disorder_img img{
    width:350px;
    height:327px;
}
.separator {
    background-color: #f7b12c!important;
    height: .1rem;
    width: 80%;
    margin: 2rem auto;
    z-index: 100;
}

/*-------------------------------------
	7. Testimonials 
-------------------------------------*/
#team{
    background-color: #fff;
    padding: 32px 0;
    /*height: 912px;*/
}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
    margin-top: 168px;
    border: 2px solid #3c925ad4;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #3c925ad4;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: -1.3px;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right:-2px;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #127334;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #151515;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
    letter-spacing: 1px;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 6px solid white;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #127334;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 18px;
    font-weight: bold;
    color: #127334;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #127334;
}
.owl-theme .owl-controls {
    margin-top: -200px!important;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
    .pic img{
        width: 100px!important;
        height: 50px;
    }

    
    .owl-item {
        height: 900px!important; /*1000px!important;*/
        position: relative;
        top: -120px;
    }


    /*contactus*/
	
  
#contactus p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
}   

 .map p:last-child{
        margin-bottom:16px;
    }
   
    .address {
        background: #127334;
        position: relative;
        top: 20px;
    }
    .address .card {
        background: transparent;
        transition: all 2s ease;
    }
    .address.input-group-text {
        background: #2a9134;
        border-color: #2a9134;
        color: #242424;
    }
    .contact-btn {
        color: #f1fffa;
        background: #2a9134;
        transition: all 2s ease-in-out;
    }   
    .contact-btn:hover {
        background: transparent;
        border-color: #2a9134;
        color: #2a9134;
    }
    .contact-btn {
    color: #f1fffa;
    background: #2a9134;
    transition: all 2s ease-in-out;
}
.address h2{
color:#fff;
}
.address p{
    color:#fff!important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.fa3{
    color:#127334!important;
}
.input-group-text{
    background-color: #fff;
}
    /*footer*/
    footer{
        height:85px;
        background: #127334;
    }
	
  footer p {
    margin-top: 1rem;
    font-family: lato;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 22px 0;
	border-top: .5px solid #fff;
}
    p.text-center {
        color: #fff;
        position: relative;
        top: .9rem;
    }
    h3.head.text-center.mb-5 {
        color: #3c925ad4;
    }
.address h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
} 



.b-link h3 {
    display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
}
    /*post slider*/
    .page-wrrapper a:hover{
      color:orange;
    }
    #post-slider{

    }
    #post-slider{
      position: relative;
    }
    #post-slider .post-wrapper{
        width:100%;
        height:auto;
        margin:0px auto;
        overflow:hidden;
        padding:10px 0;
    }

    #post-slider .post-wrapper .post{
        width: 350px;
        height:auto;
        display:inline-block;
        background: #fff;
        margin:0px 10px;
        border-radius:5px;
        

    }
    #post-slider h4{
        
        margin:5px;
    }
    #post-slider a{
        text-decoration: none;
        color:#595959;
    }
    #post-slider .post-wrapper .post .post-info{
        color: #595959;
        line-height: 1.333;
        text-align: center;
        font-family: 'Alegreya sans',serif;
        font-weight: 400;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 1.35rem;
        margin: 15px 0px 10px;
        position: relative;
        left: 0.1rem;

    }
    .post-img .slider-image{
        width: 320px;
        height: 307px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #post-slider .next{
        position: absolute;
        top:50%;
        right:9%!important;
        font-size: 50px;
        cursor: pointer;
        z-index:100;
    }
    #post-slider .prev{
        position: absolute;
        top:50%;
        left:9%!important;
        font-size: 50px;
        cursor: pointer;
        z-index:100;
    }
    .mobilmenu{display:none;}
	
	
/*media query for icon*/
    @media screen and (min-width: 1200px) {
        a.navbar-brand {
            position: relative;
            
        }

    }
    @media screen and (max-width: 768px) {
        .mobilemenu{display:block;
            background:#127334;
        }
        .newmenu{display:none;}
      

    }

    #aboutus{
        height: auto;
    }
    .mobliemenu a{
        color:#fff;
    }
      
      /* header */      
      .md-center{
        display: flex;
        margin: auto;
      }
        
      .mobilemenu .menu-icon {
        display: none;
      }
        
  .mobilemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color:  #127334;
  }
  
  .mobilemenu .submenu  {
    clear: none;
    float: right;
    max-height: none;
  }
  .map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	padding-bottom: 32px;
    }
 @media screen and (max-width:768px){
    .mobliemenu a{
        color:#fff;
    }
      
      /* header */
      #banner{min-width:100%;
        height: auto;
    }
    .mobilemenu{
        width:auto;
    }
      .mobilemenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
      }
      
      .mobilemenu li a {
        display:block;
        padding: 5px 30px 0px 0px;
        color:#fff;
        text-decoration: none;
        text-align: right;
      }
      
    
      
      
      
      .mobilemenu .logo1 {
        display: block;
        float: left;
        padding: 10px 20px;
        text-decoration: none;
      }
      
      /* menu */
      
      .mobilemenu .submenu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
      }
      
      /* menu icon */
      
      .mobilemenu .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
      }
      
      .mobilemenu .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
      }
      
      
      .mobilemenu .menu-icon .navicon:before,
      .mobilemenu .menu-icon .navicon:after {
        background: #ffff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        min-width: 100%;
      }
      
      .mobilemenu .menu-icon .navicon:before {
        top: 5px;
      }
      
      .mobilemenu .menu-icon .navicon:after {
        top: -5px;
      }
      
      /* menu btn */
      
      .mobilemenu .menu-btn {
        display: none;
      }
      
      .mobilemenu .menu-btn:checked ~ .submenu {
        width: 100%;
        max-height: 450px;
        background: #127334;
        position: absolute;
        left: 0px;
        top: 45px;
      }
      .mobilemenu .menu-btn:checked ~ .submenu ul li{
          display:block;
          min-width:100%;

         
      }
      
      .mobilemenu .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
      }
      
      .mobilemenu .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
      }
      
      .mobilemenu .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
      }
      
      .mobilemenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
      .mobilemenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
      }
 }
 
  @media screen and (max-width:500px){

.mobilemenu {
    height: 54px;
}
.logo1 img {
    width: 160px;
}
 
}
 @media screen and (max-width:425px){
	 
.phone {
    text-align: center;
 
}
 	
	ul.phone li {
    display: inline;
    padding: 61px;
}
	
 .top-social {
    float: right;
     padding: 6px 0 20px 0;	
	 }	 
    .mobliemenu{min-width:100%;}
	    #banner{min-width:100%;
        height: auto;
    }
	    #banner img{min-width:100%;    height: 30vh;
}}


    #aboutus {
        height: auto;
    }

 	.head{font-size: 38px;}

 }
 
       
  @media screen and (max-width: 320px){
ul.phone li {
    display: inline;
    padding: 40px;
}

.head{font-size:36px}

  }
 /*-----------------------
       service-page
 -----------------------*/

 #service-content{padding: 48px 0;}

#service-content h1 {
    padding: 16px 0;
    text-align: center;
    letter-spacing: .2px;
	word-spacing: 2px;
}

 .ser-off{color:#2a9134;}
 
 .service-topic{padding: 32px 0!important;}

 .service-topic h2{color:#F27830;}

 .service-topic p {
    font-size: 18px;
	letter-spacing: .5px;
    word-spacing: 1.5px;
    line-height: 1.5;
    text-align: justify;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
}


.ser-off2{
    color:#f27830;
    padding:10px 0;
}

.ser-off3{
    color:#f27830;
    padding:10px 0;
}

 .services-leftimg{padding:0px;}

 .separator2 {
    background-color: #f7b12c!important;
    height: .1rem;
    width: 80%;
    margin: 32px auto;
    z-index: 100;
}

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

    .left-padding{padding-left: 6rem;}
}    


  /*-----------------------
       events-page
 -----------------------*/

 #events-content{padding: 32px 0;}


 .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(240, 126, 45)!important;
    color: #ffffff!important;
}


ul#event {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ul#event li {
    display: block;
    padding: 6px 0px 6px 78px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300
}
  .table-content{
	  padding:16px 0;
     font-size: 18px;
    letter-spacing: .5px;
    word-spacing: 1.5px;
}


.table-heading{
  font-size: 20px;
  margin: 30px 0;
}

  /*-----------------------
       disorder-content
 -----------------------*/
#disorder-content {padding: 32px 0;}


.disorder-page img{margin:0 auto;padding:20px 0px; display:inline;}


.disorder-page p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
	float: left;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
}

.disorder-page h3 {
    color: #2a2a2a;
    line-height: 1.333;
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    margin: 15px 0px 10px;
    position: relative;
    left: 0.1rem;
}

/*-------------------------------------
          doctors page
--------------------------------------*/

#meet-team {
    padding: 32px 0;
 }
.team-left{text-align:center;}

.team-right{
	padding-top:32px;   
    font-size: 18px;
	letter-spacing: .5px;
    word-spacing: 1.5px;
    line-height: 1.5;
    text-align: justify;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
	
 }
 
.team-heading {text-align:center;padding-bottom:32px;padding-top: 20px;}

.team-name {
    font-size: 20px;
    font-family: 'Alegreya sans',serif;
    padding: 10px 10px 0 10px;
    color: #f07e2d;
    font-weight: 600;
    margin: 0;
}

.team-name2{font-size:16px; font-family: 'Alegreya sans',serif;padding:0 10px;}



.team-rm a {color:#127334!important;font-size:18px; padding:10px;text-align:left;}
.team-rm a:hover {color:#f07e2d!important;font-size:18px; padding:10px;text-decoration:none;}

/*------------------social-icon -----------------*/
.fsocial-icons {
font-size: 24px;
}
.s-icon ul {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin:0;
    padding:0;
    display:flex;
  }
  
  .s-icon ul li {
    list-style: none;
  }
  
  .s-icon ul li a {
    position: relative;
    width:60px;
    height:60px;
    display:block;
    text-align:center;
    margin:0 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration:none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
  }
  
  .s-icon ul li a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  }
  
  .s-icon ul li a .fa {
    widht: 100%;
    height:100%;
    display:block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(60px - 12px);
    font-size:24px;
    color: #262626;
    transition: .5s;
  }
  
  .s-icon ul li:nth-child(1) a:hover .fa {
    color: #3b5998;
  }
  
  .s-icon ul li:nth-child(2) a:hover .fa {
    color: #00aced;
  }
  
  .s-icon ul li:nth-child(3) a:hover .fa {
    color: #dd4b39;
  }
  
  .s-icon ul li:nth-child(4) a:hover .fa {
    color: #007bb6;
  }
  
  .s-icon ul li:nth-child(5) a:hover .fa {
    color: #e4405f;
  }


  .button-8{
    width:40%;
    height:50px;
    border:2px solid #127334;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin: 40px 0 40px 255px;
  }
  .button-8 a{
    font-family:arial;
    font-size:16px;
    color:#fff;
    text-decoration:none;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
  }
  .eff-8{
    width:100%;
    height:50px;
    border:70px solid #127334;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    box-sizing:border-box;
  }
  .button-8:hover .eff-8{
    border:0px solid #127334;
  }
  .button-8:hover a{
    color:#127334;
  }

  @media screen and (max-width:768px){
    .button-8{
    width:60%;
    margin: 40px 0 40px 100px;
    }
}
@media screen and (max-width:500px){

.button-8 {
    width: 80%;
    margin: 40px 0 40px 31px;
}
}

 .pnf-button-8{
    width:40%;
    height:50px;
    border:2px solid #127334;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin: 2px 0 40px 215px;
  }
  .pnf-button-8 a{
    font-family:arial;
    font-size:16px;
    color:#fff;
    text-decoration:none;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
  }
  .pnf-eff-8{
    width:100%;
    height:50px;
    border:70px solid #127334;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    box-sizing:border-box;
  }
  .pnf-button-8:hover .pnf-eff-8{
    border:0px solid #127334;
  }
  .pnf-button-8:hover a{
    color:#127334;
  }

  @media screen and (max-width:768px){
    .pnf-button-8{
    width:60%;
    margin: 40px 0 40px 100px;
    }
}
@media screen and (max-width:500px){

.pnf-button-8 {
    width: 80%;
    margin: 40px 0 40px 31px;
}
}
/*-----------blog-------------*/

#blog-content {padding: 32px 0;}


.blog-heading{color:#2a9134; padding:20px 0;}



.blog-title{    
    font-size: 28px;
    font-family: 'Alegreya sans',serif;
    letter-spacing: .5px;
    color: #127334;
    padding: 12px 0 20px 0;   
}

.blog h4{
    font-size: 1.5rem;
    letter-spacing: 1px;
    word-spacing: 1.2px;
	padding: 0 14px;
	}
	
.blog p{
    color: #2a2a2a;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 15px 0px 36px;
	padding: 0 12px;
    text-align: justify;
    letter-spacing: 1.1px;
    word-spacing: 1.8px;
	 }

 .blog-rm a{    
    color: #127334;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
 }
 
 .blog-rm2 {    
    color: #242424;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
 }
 
 .blog-rm2 a{    
    color: #127334;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
 }

 .gallery-link a{    
    color: #127334;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600;
	margin: 10px auto;
    text-align: center;
 }

.btn-outline-success {
    color: #127334 !important;
    border-color: #127334;
}

.btn-outline-success:hover{color:#fff !important;background-color:#127334;border-color:#127334}

#blog-content p{color: #2a2a2a;
    color: #2a2a2a;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 8px 0px;
    text-align: justify;
    letter-spacing: .5px;
    word-spacing: 1.5px;
}

#disorder-content li {

    font-family: 'Lato', sans-serif;
    color: #2a2a2a;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 5px 0px 14px;
	padding: 0 14px;
    text-align: justify;
    letter-spacing: .5px;
    word-spacing: 1.5px;
    left: 36px;
    position: relative;
 
}

.fa2 {
    color: #ffffff!important;
	    padding-right: 10px;

}

.vertical-menu {
  
 
     margin-top:0;
   }

.vertical-menu li{
  
 color: white;
    display: block;
    font-size: 18px;
    padding: 5px 43px;
  text-decoration: none;
  margin-top:0;
}

.vertical-menu li a{
  
 color: white;
  text-decoration: none;
}

.vertical-menu li a:hover{
  
 color: white;
  text-decoration: underline;
}


.w3_stats {
   background: url(../images/sst/sst-bg2.jpg);
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.w3_stats2 {
   background: url(../images/sst/sst-bg3.jpg);
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.w3_stats4 {
   background: url(../images/cbt/cbt-bg2.png);
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.w3_stats3 {
   background: url(../images/cbt/cbt-bg.png);
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.w3_stats3 {
   background: url(../images/cbt/cbt-bg.png);
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.check-list {
 font-size: 18px;
    margin: 0;
    padding-left: 1.2rem;
    padding-top: 2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #127334;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


.check-list2 {
 font-size: 26px;
    margin: 0;
    padding-left: 1.2rem;
    padding-top: 2rem;
}

.check-list2 li {
  position: relative;
  list-style-type: decimal;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:1700px){
		.carousel-caption h1 {
    font-size: 2.5em;
    line-height: 1.2;
}
.caption-bg {
     padding: 0 22px;
    width: 85%;
    height: 65%;
}

.carousel-caption h5 {
    font-size: 22px;
    line-height: 1.5;
    padding: 13px 0;
}
 .btn-light {
    padding: 10px;
    margin: 20px 0;
    width: 78%;
}


}




@media screen and (max-width:1600px){
	.carousel-caption h1 {
    font-size: 2.5em;
    line-height: 1.2;
}
.caption-bg {
     padding: 0 22px;
    width: 85%;
    height: 65%;
}

.carousel-caption h5 {
    font-size: 20px;
    line-height: 1.5;
    padding: 13px 0;
}
 .btn-light {
    padding: 10px;
    margin: 20px 0;
    width: 88%;
}

}



@media screen and (max-width:1500px){
	.carousel-caption h1 {
    font-size: 2.2em;
    line-height: 1.2;
}
.caption-bg {
     padding: 0 22px;
    width: 85%;
    height: 70%;
}

.carousel-caption h5 {
    font-size: 19px;
    line-height: 1.5;
    padding: 13px 0;
}
 .btn-light {
    padding: 10px;
    margin: 20px 0;
    width: 78%;
}

}

@media screen and (max-width:1300px){
	.carousel-caption h1 {
    font-size: 2em;
    line-height: 1.2;
}
.caption-bg {
    padding: 0 22px;
    width: 90%;
    height: 76%;
}
.carousel-caption h5 {
    font-size: 19px;
    line-height: 1.5;
    padding: 13px 0;
}
 .btn-light {
    padding: 10px;
    margin: 20px 0;
    width: 78%;
}

}

@media screen and (max-width:1200px){
.carousel-item img {
        height: 50%!important;
    }

.carousel-caption {
    top: 28%!important;
    bottom: 27%!important;
    right: 0%!important;
    left: 55%!important;
}

.carousel-caption h1 {
     font-size: 2.2em;
	line-height: 1.2;
	color: #127334;
}
.caption-bg{
    padding: 0 20px;
    width: 100%;
    height: 66%;
}	

.carousel-caption h5 {
     font-size: 20px;
     width: 100%;
	 line-height: 1.3;
    font-weight: 600;
		 }


.carousel-caption p {
    font-size: 12px;
    line-height: 1.2;
 }

 .btn-light {
    padding: 10px;
    margin: 20px 0;
    width: 78%;
}

}

@media screen and (max-width:1440px){
    .carousel-item img {
        height: 70%!important;
    }
.carousel-caption {
    bottom: 23%!important;
    right: 5%!important;
    left: 56%!important;
		}
.carousel-caption h1 {
     font-size: 2.5em;
	line-height: 1.2;
 }

.caption-bg{
     padding: 0 16px;
    width: 90%;
    height: 68%;
	}	

.carousel-caption h5 {
     font-size: 20px;
     width: 100%;
	 line-height: 1.3;
	}


.carousel-caption p {
    font-size: 16px;
    line-height: 1.2; 
 }
  .btn-light {
    padding: 10px;
    margin: 16px 0;
    width: 88%;
}

}


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

  .carousel-item img {
        height: 70%!important;
    }

.carousel-caption {
	top: 28% !important;
    bottom: 32%!important;
    right: 5%!important;
    left: 54%!important;
		}
.carousel-caption h1 {
     font-size: 1.6em;
	line-height: 1.2;
 }

.caption-bg{
    padding: 0 16px;
    width: 100%;
    height: 78%;
}	

.carousel-caption h5 {
     font-size: 16px;
     width: 100%;
	 line-height: 1.5;
	}


.carousel-caption p {
    font-size: 14px;
    line-height: 1.2;
 }
  a.button{
  width: 112px;
  margin: 0px 20px 10px 16px;
  font-size: 16px;
  line-height: 32px;
 

}


.btnFloat:before {

  width: 110px;
  height: 34px;
 
}

  .btn-b {
	 font-size: .7rem;
 }

 .btn-light {
    padding: 10px;
    margin: 10px 0;
    width: 90%;
}

}





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

.carousel-item img {
        height: 50%!important;
    }

.carousel-caption {
    top: 26%!important;
    bottom: 27%!important;
    right: 0%!important;
    left: 55%!important;
}

.carousel-caption h1 {
     font-size: 1.2em;
	line-height: 1;
	color: #127334;
}
.caption-bg{
    padding: 0 14px;
    width: 100%;
    height: 97%;
}	

.carousel-caption h5 {
     font-size: 14px;
     width: 100%;
	 line-height: 1.3;
    font-weight: 600;
		 }


.carousel-caption p {
    font-size: 12px;
    line-height: 1.2;
 }
 
 
 a.button{
  width: 112px;
  margin: 0px 20px 10px 16px;
  font-size: 16px;
  line-height: 32px;
 

}


.btnFloat:before {

  width: 110px;
  height: 34px;
 
}
 .btn-b {
	 font-size: .5rem;
 }
 .btn-light {
    padding: 6px;
    margin: 10px 0;
    width: 100%;
}
.a-more{
	font-size:1rem;
	color: #000;
    padding: 10px;
	}


}

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


.fixed-txt {
    font-size: 1rem;
    color: #ffffff;
	top: 30%;
}
.fixed-txt h6 {
	    color: #127334;
		    font-size: 1.2rem;
}

.carousel-item img {
    height: 54vh!important;
}




}

/*video {
  width: 100%;
  max-width:800;
  height: auto;
  max-height:600;
}*/

