@charset "utf-8";
@font-face {
	font-family: Ebrima;
	src: url('ebrima.ttf') format('truetype');
}
@font-face {
	font-family: Ebrima-bold;
	src: url('ebrimabd.ttf') format('truetype');
}
html, body {
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 100%;
	font-family: Ebrima;
	font-style: normal !important;
	font-weight:normal !important;
	/*overflow-x: hidden;*/
}
.nopadding-sides {
	padding: 0px;
}
/*.nav > li > a:hover,
.nav > li > a:focus{
	background-color:transparent;	
}*/

.wrapper {
	position: relative;
	min-height: 100%;
	display: table;
	width: 100%;
}
.container {
}
.header {
	width: 100%;
	background: linear-gradient(to right, #117940 0%, #117940 50%, #00A04A 50%, #00A04A 100%);
	margin-top: 10px;
	z-index: 3;
	background-color: #00A04A;
}
.li-menu a span {
	color: white;
	font-family: Ebrima-bold;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 2px 2px 5px black
}
.li-menu a {
	padding: 0px;
	padding-top: 27px;
	padding-bottom: 27px;
}

a , a:focus, a:hover,a:active{
   outline: 0;
   text-decoration:none;
}

.navbar-nav > li > a{
	padding:37px 15px;
	color:white;
	text-decoration:none;
		
}
/*.navbar-nav > li > a:hover{
	background-color:transparent;	
}
.navbar-default{
	background-color:transparent;
		
}*/
.li-menu {
	
	/*margin: 0 14px;*/
	cursor: pointer;
}
.li-menu:last-child {
	margin-right: 0px;
}
/*
.li-menu:hover > a {
	border-bottom: 4px solid #FFFF13;
}*/
.li-menu a:hover {
	/*border-bottom: 4px solid #FFFF13;*/
	background:#FFFF13 !important;
	
}
.li-menu a:hover span{
	color:#237C4B !important;
	text-shadow:none;
}
.li-menu:hover .submenue {
	display: block;
}
.li-menu-active > a {
	/*border-bottom: 4px solid #FFFF13;*/
	background:#FFFF13;
	
	
}
.li-menu-active > a > span{
	color:#237C4B !important;
	text-shadow:none;
}
.sub-menu {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	background-color: rgba(35, 124, 75, 0.85);
	padding: 10px;
	color: white;
}
.sub-menu li {
	list-style: none;
}
.sub-menu li a {
	text-decoration: none;
	color: white;
}
.sub-menu li:hover > a {
	/*font-family: Ebrima-bold;*/
	color: black;
}
.white-bar {
	background-color: white;
	height: 32px;
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.header-inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.logo {
	height: 108px
}
.logo img {
	max-width: 80%;
}
.right-header {
}
.social {
	display: table;
	background-color: white;
}
.social-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.social-inner a {
	text-decoration: none;
	float: right;
	margin-right: 10px;
}
.social-inner a:first-child {
	margin-right: 0px;
}
.menue {
	height: 78px;
	background-color: #00A04A;
}
.trianlge-bottom-back {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 108px 108px 0;
	border-color: transparent white transparent transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}
.trianlge-bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 78px 78px 0;
	border-color: transparent #00A04A transparent transparent;
	position: absolute;
	left: -78px;
}
.content {
	display: table;
	position: relative;
	/*margin-bottom: 150px;*/ /*350px;*/
}
.content-inner {
	width: 1200px;
	margin: 0 auto;
	display: table;
	border: 1px solid red;
}

.latestproj{
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 31px;
	font-weight: bold;
	color:#fff; 
	text-align:center; 	
}
.project-sample {
	background-color: #EEEEEE;
	border-top: 3px solid #FFFF13;
	/*border-bottom: 3px solid #FFFF13;*/
}
.project-sample-inner,.project-sample-inner2{
	width: 1200px;
	margin: 0 auto 48px;
	display: table;
	padding-top: 130px;
	padding-bottom: 8px;/*87px;/*130px;*/
}
.project-sample-upper {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.project-sample-upper img {
	width: 100%;
	height: auto;
}

.project-sample-inner-img{
	padding: 10px 15px !important;
}
.project-sample-inner-img:hover .overlay-container {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.clientsbox{
	height:auto;	
}
.clientsbox ul{
	height:100px;	
	float:none;
    margin:16px auto;
    display: block;
    text-align: center;
}
.clientsbox li{
	list-style: none;
	
	display: inline-block;
    float:left;
}

.clientsbox li img{
  
	height: auto;
	
}
.seemore_div{
   margin:0px auto;
  float:none; 
  display:table;	
}

.seemore_btn{
	float:right;
	background:#1E824A;
	padding:5px 10px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	
}
.seemore_btn:hover{
	color:#fff;
	text-decoration:none;
}
.slider-bx-desc{
	margin-top:20px;	
}
.sinlge-image img {
	width: 100%;
	height: auto;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.62);
}
.overlay-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-align: center;
	display: table-cell;
}
.project-sample-inner-img-overlay {
	background-color: rgba(0, 0, 0, 0);
	display: table;
	width: 100%;
	height: 100%;
}
.project-sample-inner-img-overlay:hover .read-more-text {
	display: table;
}
.read-more {
	width: 50px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.read-more-text {
	display: none;
	color: #237C4B;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	position: relative;
	background-image: linear-gradient( #FFFF13, #FFFF13);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: background-size .5s, color .5s;
	background-color: rgba(255,241,0,0.5);
}
/*.read-more-text:hover {
	background-size: 100% 100%;
}*/
.services-sample {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/cover2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.services-sample-inner {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.services-sample-image {

	padding-bottom: 77px;
}
.services-sample-image a{
	text-decoration:none;
}
.services-sample-image a span{
		color: #fff;
}
.services-sample-single-image {
	height: 100%;
}
.services-img{
padding-left:50px;
padding-right:50px	
}
.services-img img{
width:100%;
height:auto;
cursor:pointer;	
}
.title-container {
	position: absolute;
	bottom: -20px;
}
.services-title {
	text-align: center;
	padding: 10px !important;
	position: absolute;
	bottom: -10px;
	z-index: 2;
	font-family: Ebrima-bold;
    color: white;
    font-size: 24px;
}
.skew-left {
	background-color: #237C4B;
	height: 60px;
	-webkit-transform: skewY( 14deg);
    -moz-transform: skewY( 14deg);
    -o-transform: skewY( 14deg);
    -ms-transform: skewY( 14deg);
    transform: skewY(14deg);
    box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.3);


}
.skew-right {
	background-color: #237C4B;
	height: 60px;
	-webkit-transform: skewY( -14deg);
    -moz-transform: skewY( -14deg);
    -o-transform: skewY( -14deg);
    -ms-transform: skewY( -14deg);
    transform: skewY(-14deg);
    box-shadow: 5px -2px 10px 0px rgba(0, 0, 0, 0.3);

}
.clients{
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(../img/cover3.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:237px;
}

.clients-inner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.our-projects{
	
}
.small-title{
	COLOR:#237C4B;
	font-size:24px;
	font-family:Ebrima-bold;
	text-align:center;
	margin-top:12px;
}
.bx-wrapper .bx-viewport{
border:none;
box-shadow:none;
background-color:transparent;
left:0px;	
}
.slide{
	background-color:transparent;
	display:flex;	
}
.slide-img img{
	width:100%;
	height:auto;
	
}

.slide-text{
	background-color: rgba(0, 160, 74, 0.5);
	padding:20px;
	color:white;
	font-size:18px;
	text-align:center;
	font-family:Myriad Pro;
	
}
.bx-next{
width:18px!important;
height:32px!important;
background:url('../img/bx-slide-btn.png')no-repeat -21px 0px!important;
}
.bx-next:hover{
width:18px!important;
height:32px!important;
background:url('../img/bx-slide-btn.png')no-repeat -21px -32px!important;
	
}
.bx-prev{
width:18px!important;
height:32px!important;
background:url('../img/bx-slide-btn.png')no-repeat 0 0px!important;
	
}
.bx-prev:hover{
	background:url('../img/bx-slide-btn.png')no-repeat 0 -32px!important;
	
}
.bx-wrapper .bx-controls-direction a{
position:absolute;
top:0px;
right:0px;
margin-top:0px;
	
}

.bx-wrapper .bx-prev{
right:40px!important;
	
}
.clients-logo{

	
}


/***** about us *****/
.about-section {
	min-height: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 3px solid #FFFF13;
	border-bottom: 3px solid #FFFF13;
	position: relative;
	background-color: #EEEEEE;
}
.upper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.down {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.bigbar{
	display:none;	
}

.upper img, .down img {
	width: 100%;
	height: auto;
}
.about-section-inner {
	
	height: auto;
	display:table;
	margin: 0 auto;
	float:none;
	position: relative;
}
.about-section-left {
	padding-right: 15px;
	
}
.about-section-left-inner {
	background-color: #EEEEEE;
	color: #237C4B;
	height: 487px;
	padding: 4px 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
}
.about-section-left-inner p{
	line-height:16px;	
}
.projdt-section-left-inner {
	background-color: #EEEEEE;
	color: #237C4B;
	height: 454px;
	padding: 4px 26px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	display:table;
}
.about-section-left-inner strong{
	font-size:18px;
}
.about-section-right {
	padding-left: 15px;
}
.about-section-right img {
	width: 100%;
	height: 487px;
}

/***** projects *****/
.projects-section {
	min-height: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 3px solid #FFFF13;
	border-bottom: 3px solid #FFFF13;
	position: relative;
	background-color: #EEEEEE;
}

.projects-section-inner {
	width: 1200px;
	height:450px;
	margin: -19px auto 5%;
	display: table;
	position: relative;
}

.proj-title{
	display: table;
	font-weight:bold;
	font-size:24px; 
	float:none; 
	margin:5px auto 16px ;
	height:25px;	
	color:#fff;
	text-align:center;
	
}

.proj-div-data{
	margin:6% 0px ;
	
}
.proj-img{
	margin:2% 4% ;
   /* -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);*/
		
}
.projects-sub-menu, .services-sub-menu{
	display: table;
    float: none;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
}
.projects-sub-menu li, .services-sub-menu li{
	font-size:20px;
	float:left;
	font-weight:bold;
	padding: 0 15px;
	display:table-cell;
}

.projects-sub-menu li a, .services-sub-menu li a{
	color:#fff;
	opacity:0.5;		
}
.projects-active{
	opacity:1 !important;
}
.pagination .active {
    color: #000000;
    display: inline-block;
    font-weight: bold;
    padding: 4px 6px;
}

.pagination { border:0; margin:20px auto; padding:0; font-size:10px;  }
.pagination a { border:solid 1px #DEDEDE; margin-right:2px; }
.pagination .previous-off, .pagination .next-off { color:#888888; display:inline-block; font-weight:normal; padding:3px 4px; }
.pagination .next a,.pagination .previous a { font-weight:bold; border:solid 1px #FFFFFF; }
.pagination .active{ color:#000000; font-weight:bold; display:inline-block; padding:4px 6px; }
.pagination a:link, .pagination a:visited { display:inline-block; padding:3px 6px; text-decoration:none; }
.pagination a:hover{ text-decoration:none; border: 1px solid #999; }
.pagination li{
	float: left;	
}

.pagination > li > a, .pagination > li > span {
    background-color: #86d6a1;
    border: 1px solid #ddd;
	color:#fff;
}
.pagination .active {
	background-color:#338D52;
    color: #000000;
    display: inline-block;
    font-weight: bold;
	color:#fff;
	margin: 0 3px;
    
}
.no-data{
	text-align:center;
	margin:0px auto;
	float:none;
}
/***** contact us****/

.contact-section {
	height: auto;
	display:table;
	width:100%;
	padding-top: 50px;
	padding-bottom: 80px;
	border-top: 3px solid #FFFF13;
	border-bottom: 3px solid #FFFF13;
	position: relative;
	background-color: #EEEEEE;
}

.contact-section-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom:87px ;
}
.contact-section-left {
	padding-right: 15px;
}
.contact-section-left-inner {
	background-color: #EEEEEE;
	color: #237C4B;
	height: 100%;
	padding: 9px;
}
.contact-title{
	margin:5px auto;
	float:none;
	text-align:center;
	font-weight:bold;
	font-size:20px;	
}
.contact-frm{
	height:auto;
	padding:10px 30px;	
}

.input-holder{
	margin:0px auto; 
	float:none;	
}
.contact-frm input[type='text'], input[type='email']{
	color:#fff;
	padding: 5px;
	height:35px;
	/*border: 2px solid #237C4B;*/
	border:0px;
	font-size:16px;
	margin: 5px auto;
	width:100%;
	background:#dfdfdf;

}

.contact-frm textarea{
	color:#fff;
	padding: 5px;
	height:120px;
	/*border: 2px solid #237C4B;*/
	font-size:16px;
	margin: 5px auto;
	width:100%;
	resize:none;
	border:0px;
	background:#dfdfdf;
}
.warning-img, .error-img{
	display:none;
	position:absolute;
	right:27px;
	top:14px;	
}
.contact-section-right {
	padding-left: 15px;
}
.contact-section-right img {
	width: 100%;
	height: auto;
}


::-webkit-input-placeholder {
   color: #006A30;
}

:-moz-placeholder { /* Firefox 18- */
   color: #006A30;  
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #006A30;  
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #006A30;  
}



#map {
	height: 448px !important;
	width: 100%;
	position:relative;
	top:-45px;
	
}
#mapbtn{
	text-align:center;
	height:45px;
	background-color: #EEEEEE;
	padding: 10px;
	margin:0px auto;
	float:none;
	box-shadow: 0px 3px 9px #000;
	z-index: 9;
	color:#237C4B;
	font-weight:bold;
	fon-size:20px;
	cursor:pointer;	
}

.map-img-div{
	float: none;
    margin: 0 auto;
    position: relative;
    top: 120px;
}
.submit-btn{
	background: #237C4B;
	color:#fff;
	padding: 5px 30px;
	border: none;
	margin: 5px 0px;
		
}
.contact-form-text{
	height:auto;
	display:none;
}
.loader-table{
	text-align:center; 
	margin:20% auto 0px;
	float:none;	
}
.txxt{
	 text-align:center;
	 margin: 20% auto; 
	 float:none;	
}

/***** about us *****/
.equip-section {
	min-height: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 3px solid #FFFF13;
	border-bottom: 3px solid #FFFF13;
	position: relative;
	background-color: #EEEEEE;
}

.equip-section-inner {
	width: 1200px;
	height:auto;
	margin: -20px auto;
	float:none;
	overflow-x:auto;
	

}
.equip-title{
	color:#fff;
	display: block; 
	font-weight:bold;
	font-size:24px;
	float:none; 
	margin:5px auto 16px ;
	height:25px;
	text-align:center;	
}



thead th, td{
	border:2px solid #237C4B;
	color:#237C4B;
	background-color: #EEEEEE;
	text-align:center;
	padding:15px !important;
    text-align:center;
	font-weight:bold;
}

footer {
	width: 100%;
	/*background: url(../img/footer.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*position: absolute;
	bottom: 0px;*/
	height: 153px;/*350px;*/
	/*border-bottom: 3px solid #FFFF13;*/
}
.footer-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: table;
	height: 100%;
	padding-top: 40px;/*40px;*/
	padding-bottom: 15px;
}
.footer-social {
	text-align: center;
	margin-bottom: 60px;
}
.footer-text {
	color: #1E824A;
	font-family: Myriad Pro;
	font-size: 16px;
	text-align: center;
}
.footer-line {
	height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e824a+0,1e824a+50,1e824a+100&0+0,0.6+50,0+100 */
background: -moz-linear-gradient(left,  rgba(30,130,74,0) 0%, rgba(30,130,74,0.6) 50%, rgba(30,130,74,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(30,130,74,0) 0%,rgba(30,130,74,0.6) 50%,rgba(30,130,74,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(30,130,74,0) 0%,rgba(30,130,74,0.6) 50%,rgba(30,130,74,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e824a', endColorstr='#001e824a',GradientType=1 ); /* IE6-9 */

}
.art-logo {
	color: #1E824A;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom:10px;
	font-weight:bold;
}



/******************** popup********************************/

.pop_close{
	width:16px; 
	height:16px; 
	position:absolute;
	right:-5px; 
	top:-5px;
	z-index:99; 
    cursor:pointer;
}
.pop_container{
	position:absolute;
	top:-154px;
	z-index:99999;
	width:100%;
}
.pop-design{
	 margin:1% auto 0px !important;
	 float:none;
	 height:auto;
	 display:table; 
	 z-index:99999;
}
.poptxt{
	background:#FFF;
	color:#117940;
	padding:15px 15px 0px;
	overflow:auto;
		
}

.next{
	position:absolute;
	right:0px;
	z-index:9;
	bottom:45%;
	color:#FFFF13;
	font-weight:bold;
	background-color:#117940;
	padding:10px;
}
.prev{
	position:absolute;
	left:0px;
	z-index:9;
	bottom:45%;
	color:#FFFF13;
	font-weight:bold;
	background-color:#117940;
	padding:10px;
}
.popup{
	display:none;	
}
.pop_cover{
	position:absolute;
	top:0px; 
	background-color:#117940;
	opacity:0.8; 
	height:900px;
	overflow:none;
}
.callpopup{
	cursor:pointer;	
}
/******************** end popup **************************/

.client-section-inner {
	
	height: auto;
	display:table;
	margin: 0 auto;
	float:none;
	position: relative;
}

.client-section-left-inner {
	background-color: #EEEEEE;
	color: #237C4B;
	height: auto;
	padding: 4px 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
}

.client-section-left-inner ul{
/*
	 display:table;
	 margin: 0px auto;
	 float:none;
	 padding: 0px;
	 border:1px solid red;*/
	
     height:40px;
     margin: 0 auto;
}

.client-section-left-inner ul li{
	/*display: table-cell;
    float: left;
    height: auto;
	text-align:center;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);*/
	
	display:inline-block;
    width:20%;
    float: left;
    height: auto;
	text-align:center;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
	margin:3% 2% ;
}



.service-div-data{
	background-color: #eeeeee;
    color: #237c4b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: auto;
	margin: 20px 0;
    padding: 60px 30px 20px;
}
.service-div-data span{
	font-weight:bold;
	font-family:16px;
}
.service-div-data p{
	padding:0px 10px;
	font-family:14px;
	
}

#page_load{
	display:block;
	background-color:#FFF;
	z-index:99;
	opacity:0.6;
	top:0px;
	position:absolute;
	width:100%; 
	height:100%	
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #237C4B;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin:7.5% auto;
  z-index:9999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.g_inactive{
	display:none;	
}
.g_active{
	display:block;	
}
#g_prev img{
	float:left; 
	cursor:pointer;
	width:5%;
	z-index:999;
	position: absolute;
	left: 0%;
    top: 60%;
}
#g_next img{
	float:right; 
	cursor:pointer;
	width:5%;
	z-index:9999;
	position: absolute;
	right: 6px;
    top: 60%;
}
.latest_holder{
	position:relative;
	width:1200px;
	float:none;
	margin:0px auto;	
}
.latest_holder_responsive{
	display:none;	
}