
@font-face {
  font-family: 'AdobeClean-Regular';
  src: url('../fonts/AdobeClean-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/AdobeClean-Regular.woff') format('woff'), 
  url('../fonts/AdobeClean-Regular.ttf')  format('truetype'), 
  url('../fonts/AdobeClean-Regular.svg#AdobeClean-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdobeClean-Bold';
  src: url('../fonts/AdobeClean-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/AdobeClean-Bold.woff') format('woff'), 
  url('../fonts/AdobeClean-Bold.ttf')  format('truetype'), 
  url('../fonts/AdobeClean-Bold.svg#AdobeClean-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdobeClean-Light';
  src: url('../fonts/AdobeClean-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/AdobeClean-Light.woff') format('woff'), 
  url('../fonts/AdobeClean-Light.ttf')  format('truetype'), 
  url('../fonts/AdobeClean-Light.svg#AdobeClean-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{

}

p{
	font-family: 'AdobeClean-Regular'!important;
}

h1{
	font-family: 'AdobeClean-Bold' !important;
}

h2{
	font-family: 'AdobeClean-Bold' !important;
}


a{
	  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #006f45; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#006f45;
 border-radius:0px;
}



.tel-new{
    float:left;
    font-weight:normal;
    width:100%;
}

.top_header{
	width: 100%;
	float: left;
	height: 56px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	position: relative;
	border-bottom: solid 1px rgba(0, 0, 0, 0.02);
}

.top-address{
	font-size: 14px;
	color: #000000;
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 25px!important;
	border-right: 0px;
	margin: 0px!important;
}

.top-address img{
	position: absolute;
	top: 0;
	left: 0;
}

.bord{
	padding: 0px 20px 0px 25px!important;
	border-right: 1px solid #000000;
	margin: 0px 20px 0px 0px!important;
}

.locate{
	background: #006f45;
	padding: 15px;
	border: 0;
	color: #FFFFFF;
	width: 239px;
	text-align: left;
	position: absolute;
	top: 0;
	font-size: 15px;
	font-family: 'AdobeClean-Regular'!important;
	right: 0;
	/*bottom: 0;*/
}

.locate:focus{
	outline: 0;
}

.locate img{
	height: 22px;
	padding-right: 10px;
}

.arrow-down{
	height: 10px!important;
	margin-left: 10px;
}





.bottom_header{
	width: 100%;
	float: left;
	background: #FFFFFF;
	/*background: gold;*/
}

.logo{
	margin-bottom: -61px;
	position: relative;
	z-index: 11;
}

.nav{
	float: right;
}

.nav li{
	margin-right: 10px;
}

.nav li:last-child{
	margin-right: 0px;
}

.nav li a{
	padding: 40px 10px;
	float: left;
	font-size: 14px;
	font-family: 'AdobeClean-Regular'!important;
	color: #000000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nav li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.nav li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #006f45;
	z-index: -1;
	opacity: 0;
	transform: scale(0)rotate(0deg);
	transition-duration: .5s;
}

.nav li a:hover::before{
	opacity: 1;
	transform: scale(2)rotate(90deg);
}

.active-link{
	background: #468945;
	color: #FFFFFF!important;
}

.slider{
	float:left;
	width:100%;
	height:350px;
	background:#000;
}


.left-50{
	float:left;
	width:50%;
	background:#e0ebe0;
	padding-top:70px;
	height: 560px;
}


.right-50{
	float:left;
	width:50%;
	background:#e5f0ec;
	padding-top:70px;
	height: 560px;
}

.panel-welcome{
	height: 560px;
	float:left;
	width:100%;
}


.panel-welcome h1{
	width:100%;
	float:left;
	font-size:15px;
	color:#032230;
	text-transform:uppercase;
}

.top-540{
	margin-top: -490px;
}


.panel-welcome h2{
	width:100%;
	float:left;
	font-size:25px;
	color:#032230;
	line-height:28px;
	margin-top: 7px;
	line-height: 39px;
}

.panel-welcome p{
	width:100%;
	float:left;
	font-size:15px;
	color: rgba(0, 0, 0, 0.83);
	line-height: 31px;
	padding-right: 30px;
	margin-top: 15px;
}

.nav-one{
	float:left;
	background:#ffff;
	color:#032230;
	font-size:14px;
	width:154px;
	height:50px;
	padding-left:15px;
	line-height: 47px;
	margin-top:47px;
}

.nav-one img{
	position:relative;
	top: -2px;
	left: 19px;
}

.nav-one:hover {
	text-decoration:none !important;
	margin-left:10px;
}

.pr-none{
	padding-right:0px !important;
}

.pl-35{
	padding-left:35px;
}

.vision{
	float:left;
	width:100%;
	margin-top:15px;
}

.vision-img{
	float:left;
	width:67px;
}

.vision-detail{
	float:left;
	width:85%;
	padding-left: 25px;
}

.vision-detail h1{
	float:left;
	width:100%;
	font-size:16px;
	color:#064360;
	text-transform:uppercase;
}

.vision-detail p{
    width: 100%;
    float: left;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.83);
    line-height: 25px;
    margin-top: 0px !important;
    padding-right: 0px;
}

.nav-two {
    float: left;
    background: #006f45;
    color: #ffff;
    font-size: 14px;
    width: 154px;
    height: 50px;
    padding-left: 15px;
    line-height: 47px;
    margin-top: 47px;
}

.nav-two:hover {
    text-decoration: none !important;
    margin-left: 10px;
    color:#ffff;
}

.nav-two img{
	
	position:relative;
	top: -2px;
	left: 19px;
}

.treat-panel{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:50px;
	padding-bottom: 30px;
}

.treat-panel p{
	float:left;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.83);
	width:100%;
	text-align:center;
	line-height:27px;
	margin-bottom: 40px;
}

.treat-panel h1{
	width:100%;
	float:left;
	color:#032230;
	font-size:25px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:15px;
}

.treat-img{
	float:left;
	width:100%;
	text-align:center;
}

.treat-hv{
	float:left;
	width:100%;
	text-align:center;
	cursor:pointer;
	color: #2f3130;
	  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.treat-hv:hover{
color:#0e8155;
margin-top:-10px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.treat-name{
	float:left;
	width:100%;
	font-size:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.department-panel {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.department-panel  h1 {
    width: 100%;
    float: left;
    color: #032230;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.department-panel p {
    float: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.83);
    width: 100%;
    text-align: center;
    line-height: 27px;
    margin-bottom: 40px;
}


.department-img{
	float:left;
	width:100%;
}

.department-img img{
	float:left;
	width:100%;
}

.dep-bg{
	float:left;
	background:white;
	width: 328px;
	height:186px;
	margin-left:11px;
	margin-right:11px;
	border-bottom:solid 2px #006f45;
	margin-top: -50px;
}

.dep-bg h1{
	float:left;
	width:100%;
	text-align:center;
	line-height:24px;
	font-size:17px;
	text-transform:none !important;
	color:#000000;
	padding-top:25px;
	margin-bottom: 10px !important;
}

.dep-bg p{
	text-align:center;
	float:left;
	font-size:14px;
	width:100%;
	color: rgba(0, 0, 0, 0.83);
	line-height: 23px;
}

.nav-center{
	float: left;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	text-align: center;
	background-color: #006f45;
	text-align: center;
	margin-top: -6px;
	color: #fff;
	font-size: 18px;
	line-height: 39px;
}

.nav-center:hover{
	color:#fff;
	background:#000;
	text-decoration:none;
}

.nav-align{
    /* float: left; */
    width: 100%;
    text-align: center;
    margin-top:0px;
    width: 64px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.video_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 53px;
}

.freecall {
    /* float: left; */
    width: 245px;
    height: 58px;
    text-align: center;
    color: #006f45;
    background: #fff;
    border:solid 2px #006f45;
    font-family: 'AdobeClean-Bold';
    font-size: 14px;
    line-height: 59px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    padding: 17px;
    padding-left: 33px;
    padding-right: 33px;
}

.freecall:hover {
	text-decoration:none !important;
	margin-left:-8px;
	color:#006f45;
	border:solid 2px #000;
}

.freecall img{
	position:relative;
	top: -2px;
	left: 5px;
}

.expert-sec{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

.expert-img{
	margin-left:50px;
	float:left;
	margin-right: 45px;
}

.expert-sec h1{
	font-size:15px;
	color: rgba(3, 34, 48, 0.63);
	text-transform:uppercase;
	padding-top: 80px;
}

.expert-sec h2{
	font-size:23px;
	color: #032230;
	text-transform:uppercase;
	padding-top:10px;
}

.expert-sec p{
	color: rgba(0, 0, 0, 0.78);
	font-size:15px;
	line-height: 28px;
	padding-top: 16px;
	padding-right: 50px;
}

.teambg{
	float:left;
	width:100%;
	background-size: cover;
	height:389px;
	background: url(../images/ourteam1.jpeg);
	background-repeat: round;
}

.pull-right{
	float:right;
}

.teambg h1{
	font-family: 'AdobeClean-Light' !important;
	font-size: 30px;
	color:#fff;
	line-height:28px;
	padding-top: 70px;
	line-height: 41px;
	float:left;
	width:100%;
	padding-left:48px;
}

.teambg p{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:15px;
	line-height:28px;
	padding-left:48px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.team-nav{
    float: left;
    background: rgba(0, 111, 69, 0);
    color: #ffff !important;
    font-size: 14px;
    border: solid 1px #fff;
    width: 165px;
    height: 50px;
    padding-left: 15px;
    line-height: 47px;
    text-decoration: none !important;
    margin-top: 10px;
    margin-left: 48px;
}

.team-nav:hover{
    background: #006f45;
    border: solid 1px #006f45;
}

.team-nav img{
	position: relative;
	top: -2px;
	left: 4px;
	left: 4px;
}

.footer{
	float:left;
	width:100%;
	background-size:cover;
	background: url(../images/footer_bg.png);
	padding-top: 34px;
	background-position:50%;
	/* height:323px; */
	padding-bottom: 40px;
	background-repeat: no-repeat;
}

.nav-quick{
	float:left;
	width:100%;
	font-size:14px;
	color:#000000;
	padding-bottom:15px;
	font-family: 'AdobeClean-Bold';
}

.nav-quick:hover{
	color:#126542;
	text-decoration:none;
}

.link-30{
	float:left;
	width: 30%;
}

.link-20{
	float:left;
	width:20%;
}

.address{
	float:left;
	width:100%;
	width: 39%;
	margin-top:30px;
}

.address h1{
	float:left;
	width:100%;
	font-size:13px;
	color:#077a07;
}

.address p{
	float:left;
	width:100%;
	color:#000000;
	font-size:13px;
	line-height: 25px;
	font-family: 'AdobeClean-Bold' !important;
}

.ftr-social{
	float:left;
	width:100%;
	text-align:right;
}

.hvr-ftr{
	margin-right:20px;
	float: right;
}

.hvr-ftr:hover{
	margin-top:-4px;
}

.ftr-tel{
	float:left;
	width:100%;
	text-align:right;
	color:#000000;
	font-size:13px;
	font-family: 'AdobeClean-Bold' !important;
	padding-top:28px;
}

.ftr-tel span{
	padding-left:7px;
	padding-right:7px;
}

.copyright{
	float:left;
	width:100%;
	text-align:right;
	color:#000000;
	font-size:13px;
	font-family: 'AdobeClean-Bold' !important;
	padding-top: 20px;
	line-height: 28px;
}

.tnm{
color:#000000;	
}

.tnm:hover{
	text-decoration:none;
	color:#077a07;
}

.nav-top{
	float:left;
	width:100%;
	text-align:right;
	margin-top:20px;
}


.scrollTop {
  /* position: fixed; */
  /* right: 10%; */
  /* bottom: 10px; */
  /* background-color: #BE3F48; */
  /* padding: 20px; */
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.banner-section{
	float:left;
	width:100%;
}

.tag-imgs{
	margin-left:30px !important;
}




.menu-nav{
  float: right;
  /* padding-top: 18px; */
}

.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  /* margin-top: 6px; */
  }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        position: relative;
        font-size: 14px;
        /* font-family: 'Palanquin-Regular'; */
        font-weight: normal;
        color: #010101;
        line-height: 110px;
        letter-spacing: 0px !important;
        padding: 0px 15px;
        z-index: 1;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        /* text-transform: uppercase; */
        text-decoration: none;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        /* font-weight: 600; */
        letter-spacing: 0px !important;
        height: 101px;
        }
        .header_menu_area > ul > li > a:hover {
          color: #ffffff !important;
          /* border-bottom: solid 1px #000; */
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          text-decoration:none !important;
          height: 0px;
          /* background: #094e7b; */
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%; }
      @media (max-width: 1120px) {
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      /* margin: 24px 0px; */
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      margin-top: 35px;
      }
      .header_menu_area > .mob_nav > div {
        background: #006f45;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
        .header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px;
          }
        .header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 13px; }
        .header_menu_area > .mob_nav > div:nth-child(4) {
          top: 23px; }

  .mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #191919;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open > div:nth-child(3) {
    background: #0b0b0b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

  .header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #006f45;
    padding: 20px 0px !important;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 157px;
    }
    .header_menu_area > ul > li {
      width: 100%; }
      .header_menu_area > ul > li > a {
        color: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    }

  .header_user_area {
    right: calc(5% + 70px); } }

.active-menu{
  background: rgba(57, 57, 59, 0);
  color: #f41428 !important;
}

.join-team{
	float: right;
	width: 115px;
	height: 33px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background-color: #468945;
	line-height: 30px;
	margin-top: 36px;
	margin-left: 20px;
}

.join-team:hover{
	text-decoration:none !important;
	color:#fff !important;
	background-color: #000;
}


.page-slider{
	float:left;
	width:100%;
	background-size:cover;
	background-position:50%;
	/* height:650px; */
	background: url(../images/abtpage.jpg);
	padding-top: 70px;
	padding-bottom: 70px;
	background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.page-slider h1{
	text-transform:uppercase;
	color: rgba(255, 255, 255, 0.86);
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
}

.page-slider h2{
	color:#fff;
	float:left;
	width:100%;
	text-align:center;
	font-size: 30px;
	line-height: 42px;
	padding-top: 5px;
}

.abt-intro{
	float:left;
	width:100%;
	padding-top:45px;
	padding-bottom:45px;
}

.abt-intro p{
	text-align:center;
	float:left;
	width:100%;
	font-size: 15px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.84);
	padding-left: 85px;
	padding-right: 85px;
}

.abt-intro h1{
	width: 100%;
    float: left;
    font-size: 25px;
    text-align:center;
    color: #032230;
    text-transform: uppercase;
}

.vm-sec{
	float:left;
	width:100%;
	/* padding-top:15px; */
	padding-bottom:45px;
}

.vm-icon{
	float:left;
	width:100%;
	text-align:center;
}

.v-headding{
	float: left;
	width: 100%;
	font-size: 18px;
	text-align:center;
	color: #2e3132;
	text-transform: uppercase;
	font-family: 'AdobeClean-Bold' !important;
	padding-top: 9px;
}

.v-details{
	float:left;
	width:100%;
	font-family: 'AdobeClean-Regular'!important;
	text-align:center;
	color: rgb(0, 0, 0);
	font-size: 14px;
	line-height: 25px;
	padding-left:15px;
	padding-right:15px;
	margin-top: 3px;
}

.we-do{
	float:left;
	width:100%;
	padding-top: 40px;
	background: #e5f0ec;
	padding-bottom: 30px;
	margin-bottom:30px;
}

.we-do h1{
    width: 100%;
    float: left;
    font-size: 25px;
    /* text-align: center; */
    color: #032230;
    text-transform: uppercase;
    padding-top: 42px;
}

.we-do p{
	/* text-align: center; */
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.84);
	/* padding-left: 85px; */
	/* padding-right: 85px; */
}


.tr-given{
	float:left;
	width:100%;
	padding-top: 35px;
	padding-bottom: 50px;
}

.tr-given h1 {
    width: 100%;
    float: left;
    font-size: 25px;
    text-align: center;
    color: #032230;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.tr-given p{
	float:left;
	padding-right: 20px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.88);
}


.star-icon{
	font-size: 12px !important;
	padding-right: 2px !important;
	color: rgba(7, 122, 7, 0.29);
}


.service-panel{
	float:left;
	width:100%;
	padding-top:45px;
	padding-bottom:45px;
}

.service-panel p{
	text-align:left;
	font-size: 15px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.84);
}

.service-panel h1{
    font-size: 25px;
    text-align:left;
    color: #032230;
    text-transform: uppercase;
}


.list-one{
	float:left;
	width:100%;
}

.list-one img{
	float:left;
	margin-right:25px;
}

.kannur-branch{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
}

.kannur-branch h1{
	float:left;
	width:100%;
	text-align:left;
	color: #077a07;
	font-size: 17px;
}

.kannur-branch p{
	float:left;
	width:100%;
	text-align:left;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.96);
	padding-left: 0px;
	padding-right: 0px;
	line-height: 28px;
}


.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 35px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left:0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}

.mct_form:hover{
    border-bottom: solid 1px rgb(226, 12, 24);
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.pull-left{
	float:left;
}

.info-tag {
    line-height: 23px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 19px;
}

.contact-snd{
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    text-align: center;
    padding: 19px 42px;
    border: none;
    background: #006f45;
    color: #fff;
    float: right;
    margin-top: 11px;
    border: solid 2px #006f45;
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-snd:hover{
  border: solid 2px #006f45;
  text-decoration:none;
  color: #006f45;
  background: white;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.align-left{
	text-align:left !important;
	padding-left:0px !important;
	padding-right:0px !important;
}


.chat-icons{
	    color: #077a07;
    padding-right: 4px;
    font-size: 27px;
}

.img-service{
	    float: right !important;
    margin-right: 0px !important;
    margin-left: 35px;
}

.tagline{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	/* background-color:#e5f0ec; */
	background: url(../images/abtpage.jpg);
	/* padding-top: 70px; */
	/* padding-bottom: 70px; */
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	color: #fff;
}

.tagline h1{
	float:left;
	width:100%;
	text-align:center;
	font-size: 29px;
	color: #fff;
	font-family: 'AdobeClean-Light' !important;
}








.ih-item.square.effect6 {
  overflow: hidden;
  margin-bottom: 25px;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  /* background: #da3140; */
  /* background: rgba(218, 49, 64, 0.55); */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square {
    position: relative;
    /* width: 316px; */
    /* height: 216px; */
    /* border: 8px solid #fff; */
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}






.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 77;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: #e5f0ec;
  overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  /* top: 6%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
}

.overlay a {
  /* padding: 8px; */
  text-decoration: none;
  font-size: 36px;
  color: #fff7f7;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  /* top: 20px; */
  right: 0px;
  font-size: 37px;
  background: #17a003;
  width: 50px;
  text-align: center;
  height: 67px;
  z-index: 1;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



.menu-panel{
	padding:0px;
	background: #e0ebe0;
	float:left;
	height: 100vh;
}

.menu-panelr{
	padding:0px;
	background: #e5f0ec;
	float:left;
	height: 100vh;
}

.modal-kannur{
	float:left;
	width:100%;
	padding:20px;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:27px;
}


.team-bg{
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: solid 1px rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	-webkit-box-shadow: -1px 2px 44px -39px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 44px -39px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 44px -39px rgba(0, 0, 0, 0.54);
	padding-top: 40px;
	height:150px;
	margin-bottom:25px;
}

.team-bg h1{
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #032230;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.team-bg p{
	padding-left:0px;
	padding-right:0px;
	font-size: 15px;
	color:#000;
}


.review-bg{
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.82);
    margin-bottom: 56px;
    padding-left:2px;
    padding-right:2px;
}

.review-bg h1 {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-top: 10px;
    color: #077a07;
    padding-top: 5px;
    text-align: left;
    text-transform: none;
    margin-top: 12px;
}

.h230{
	height:230px;
	margin-bottom: 26px;
}

.hr-border{
	float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom:30px;
}

.h180{
	height:180px;
	margin-bottom: 26px;
}


.google-rev{
	font-size: 19px;
	padding-top: 30px;
	text-transform: none;
	margin-bottom: 0px;
	color: #000;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'AdobeClean-Bold' !important;
	padding-bottom: 15px;
}

.google-rev:hover{
	color: #077a07;
	text-decoration:none !important;
}

.google-icon{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom: 18px;
}

.right-br{
	border-right:solid 1px rgba(0, 0, 0, 0.11);
}
