body{
	font-family: 'Latoregular';
	overflow-x:hidden;
}
/**header styles starts**/
.lefttop{
	color:#fff;
	font-size:14px;
}
.topheader{
	padding:15px 0;
	transition:all 0.3s ease;
}
.header-social li:first-child:before{
	content:"|";
	padding:0 15px;
}

.header-social li{
	float:left;
	padding:0 20px 0 0;
}
.header-social li a{
	color:#fff;
	font-size:15px;
	transition:all 0.3s ease;
}
.header-social li a:hover{
	color:#65ac4c;
}
a:hover, a:focus{
	outline:none;
}
ul, li{
	list-style:none;
}
.mail-header p{
	font-size:14px;
	color:#fff;
}

/**navigation styles **/
.navbar-inner{
    /*height: 90px*/
    min-height: 60px
    }
.navbar .brand{
    padding: 0 10px;
}

.navbar .btn-navbar {
    /*margin-right: 0px;*/
    margin-top:15px;
}
.brand img{
    margin-top: 5px
}
@media (max-width:768px) {
    .brand img{
        margin-bottom: 5px
    }
    .navbar .btn-navbar{
        /*margin-right: -15px;*/
    }
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
}
.nav-header .navbar-brand{
	padding:0;
	height:auto;
	padding-left:10px;
}
.nav-header .navbar-brand img{
	width:250px;
}
.calogo{
	margin:8px 0 0 5px;
	height:50px;
}
.nav-header{
	background:#fff;
	border-radius:0;
}
header .navbar-nav{
	padding-right:10px;
}
header .navbar .nav > li > a{
	text-transform:uppercase;
	color:#565656;
	font-size:15px;
	padding-top:20px;
	padding-bottom:21px;
	padding-right:0;
	padding-left:0;
	border-bottom:3px solid transparent;
	
}
header .navbar .nav > li{
	padding:0 20px;
	margin-bottom:-1px;
}
	
header .navbar .nav > li > a:hover{
	color:#65ac4c;
}
header  .navbar-default .navbar-nav > .active a, header .navbar-default .navbar-nav > .active a:focus, header .navbar-default .navbar-nav > .active a:hover{
	background:none;
	color:#65ac4c;
	border-bottom:3px solid #65ac4c;
}
.nav-active{
	background:none!important;
	color:#65ac4c!important;
	border-bottom:3px solid #65ac4c!important;	
}
header  .navbar-default .navbar-nav > .active a, header  .navbar-default .navbar-nav > .active a:hover{
	background:none;
}
.fixed-theme .topheader{
	margin-top:-50px;
}
.fixed-theme .nav-header{
	box-shadow:0 2px 2px #ccc;
}
.fixed-theme .headermenu{
	width:100%!important;
	padding:0;
}
.headermenu{
	transition:all 0.3s ease;
}
.fixed-theme .nav-header .nav-header .navbar-brand img{
	width:200px;
}
header .navbar-default{
	background:#fff;
}
/**slider styles **/

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #65ac4c;
    border-color: #65ac4c;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.delayone{
	animation-delay:0.5s;
}
.delaytwo{
	animation-delay:1s;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 40px;    
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0;
	 text-transform: uppercase;
}
.hero h1 span{
	font-family: 'Lato-Light';
	color:#65ac4c;
}
.hero h3{
	font-size:20px;
	line-height:30px;
	padding:0 15%;
	font-weight:normal;
	font-family: 'Lato-Light';
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slider01.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image:  url(../img/slider02.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image:  url(../img/slider03.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.home-about{
	padding-top:75px;
	padding-bottom:75px;
}
.home-about p{
	font-size:18px;
	line-height:28px;
	font-family: 'Lato-Light';
}
.vkatitle{
	font-family: 'Lato-Bold';
	font-size:30px;
	color:#013d61;
	padding-bottom:30px;
}
.vkatitle:after{
	width:100px;
	height:2px;
	background:#6db055;
	display:block;
	content:"";
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:40px;
}
.vkatitle span{
	font-family: 'Latoregular';
	color:#6db055;
}

.service-block{
	background:#f7f7f7;
	width:100%;
	min-height:300px;
	box-shadow:0 0 10px #ccc;
	max-height:300px;
	margin-bottom:20px;
}
.ser-icon{
	padding:45px 0 30px 0;
}
.ser-article a{
	font-family: 'Lato-Bold';
	color:#013d61;
	padding-bottom:20px;
	display:block;
	transition:all 0.2s ease;
	text-transform:uppercase;
}
.ser-article a:hover{
	text-decoration:none;
	color:#6db055;
}
.ser-article p{
	font-size:14px!important;
	color:#838383;
	line-height:22px!important;
	padding:0 15px!important;
}
.about-home{
	background:url(../img/about-bg.png) no-repeat center 0;
	background-attachment:fixed;
	background-size:cover;
	margin-top:30px;
	margin-bottom:100px;
	padding:90px 0;
}
.aboutin{
	
}
.abouttitle{
	font-size:50px;
	font-family: 'Lato-Bold';
	color:#013d61;
}
.abouttitle span{
	font-family: 'Lato-Light';
}
.green{
	color:#6db055;
	font-family: 'Lato-Bold'!important;
}
.aboutin h4{
	font-size:25px;
	padding:20px 0;
	color:#6db055;
}
.aboutin p{
	font-size:16px;
	color:#525252;
	line-height:26px;
	text-align:justify;
}
.know-about{
	background:#6db055;
	padding:15px 25px;
	text-align:center;
	color:#fff;
	font-size:16px;
	float:left;
	margin-top:20px;
	border-radius:10px;
}
.know-about:hover{
	text-decoration:none;
}

/** footer styles starts**/
footer .footer{
	background:url(../img/footer-bg.jpg)no-repeat 0 0;
	background-size:cover;
	background-attachment:fixed;
	margin-top:100px;
}
.footer-cont{
	background:#6db055;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:-50px;
	border-right:1px solid #3f752c!important;
	min-height:160px;
	margin-bottom:25px;
}
.footer-cont figure{
	margin-bottom:15px;
}
.footer-cont article p{
	color:#fff;
	font-size:13px;
	line-height:20px;
}
.footerlogo{
	margin-bottom:15px;
	display:block;
}
.footerlogo img{
	width:225px;
}
.footer-div p{
	font-size:14px;
	color:#d1d1d1;
	line-height:20px;
}
.mainfooter{
	padding-bottom:25px;
}
footer .header-social{
	float:left;
	margin-top:15px;
}
footer .header-social li:first-child::before{
	padding:0;
}
.footer-title{
	font-size:18px;
	color:#d1d1d1;
	font-family: 'Lato-Bold';
	margin-bottom:15px;
}
.footer-list{
	font-size:15px;
	
	text-transform:uppercase;
}
.footer-list li{
	padding:10px 0;
	border-bottom:1px solid #d1d1d1;
}
.footer-list li a{
	color:#d1d1d1;
	transition:all 0.3s ease;
	font-size:13px;
}
.footer-list li a:hover{
	color:#09F;
}
.form-footer input[type="text"]{
	background:none;
	width:100%;
	border:1px solid #d1d1d1;
	color:#d1d1d1;
	padding:0 10px;
	line-height:30px;
	margin-bottom:8px;
	font-size:13px;
}
.form-footer textarea{
	border:1px solid #d1d1d1;
	color:#d1d1d1;
	padding:5px;
	margin-bottom:8px;
	font-size:13px;
	background:none;
	min-height:75px;
	width:100%;
}
.form-div{
	width:100%;
}
.copyright{
	background:#013d61;
	padding:15px 0;
}
.copyright p{
	font-size:14px;
	color:#fff;
}

/**internal page styles starts**/
.subpage-title{
	background:url(../img/subpage-titlebg.jpg)no-repeat 0 0;
	width:100%;
	position:relative;
	height:401px;
	top:0;
	background-size:cover;
	margin-bottom:60px;
}
.subpage-title h2{
	font-size:40px;
	color:#fff;	
	padding-top:225px;
	font-family: 'Lato-Bold';
}
.subpage-title h2 span{
	color:#65ac4c;
	font-family: 'Lato-Light';
}
.main .article-title{
	font-size:30px;
	color:#013d61;	
	font-family: 'Lato-Bold';
	padding:10px 0;
	position:relative;
	margin-bottom:25px;
}
.main .article-title:after{
	background:#6db055;
	width:100px;
	height:3px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	content:"";
	bottom:0;
}
.main .left-title{
	font-size:22px;
	color:#013d61;	
	font-family: 'Lato-Bold';
	padding:10px 0;
	position:relative;
	text-transform:uppercase;
}
.main .left-title:after{
	background:#6db055;
	width:100px;
	height:2px;
	position:absolute;
	left:0;
	content:"";
	bottom:0;
}
.main .left-title span{
	color:#65ac4c;
	font-family:'Lato-Light';
}
.subtitle{
	padding:10px 0;
	font-size:16px;
	font-family: 'Lato-Bold';
	text-transform:uppercase;
}

.main .article-title span{
	color:#65ac4c;
	font-family:'Lato-Light';
	font-size:30px;
}
.main article p{
	font-size:15px;
	line-height:23px;
	color:#414141;
	padding:0 0 20px 0;
}

.review-div{
	background:#f7f7f7;
	width:100%;
	min-height:192px;
	box-shadow:4px 3px 4px #ccc; 
	padding:20px 0;
}
.about-reviews{
	padding:25px 0;
}
.review-div .reviewin{
	padding:25px 10px 0 10px;
}
.review-div .number{
	width:45px;
	height:45px;
	text-align:center;
	border-radius:10px;
	margin-right:20px;
}
.num-one{
	background:#333;
}
.num-two{
	background:#0071da;
}
.num-three{
	background:#589600;
}
.review-div .number h3{
	color:#fff;
	font-size:30px;
	font-family: 'Lato-Bold';
	line-height:40px;
}
.review-div article{
	float:left;
	width:80%;
}
.review-div article h4{
	font-size:16px;
	color:#000;
	padding-bottom:15px;
	font-family: 'Lato-Bold';
}
.review-div article p{
	font-size:15px;
}
/**about page accordian starts**/
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f056";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f055";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.about-carousel .panel-body p{
	font-size:15px;
	line-height:22px;
	text-align:justify;
}
.about-carousel .panel-heading{
	background:#6db055!important;
	color:#fff;
}
.about-carousel .panel-heading a{
	color:#fff;
	font-size:14px;
}
.main-services{
	background:#F3F5F7;
	margin:25px 0;
	padding:25px 0;
}
.service-content{
	padding-top:25px;
}
.service-row{
	padding:25px 0;
	border-bottom:1px solid #ccc;
}
.enquiry label{
	font-size:15px;
	font-weight:normal;
	padding-bottom:10px;
}
.enquiry input[type="text"], textarea.form-control{
	border-radius:0;
}
.enquiry .form-group{
	padding-bottom:10px;
}
.usefullinks{
	padding:25px 0;
}
.links-block{
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
	margin:10px 0;
}
.links-block a{
	font-size: 14px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.map{
	padding-top:30px;
	padding-bottom:30px;
}
.borderimg{
	border:5px solid #fff;
}