@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*************** DEFAULT CSS ***************/
body{
 	font-family: 'Century Gothic';
	font-size:16px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	color: #030303;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #71bf44; /* Safari */
	color:#fff;
        }
::-moz-selection {
    background: #71bf44; /* Firefox */
	color:#fff;
}

a {
	color:#247338;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	a:hover {
	color: #000;
    }

p {
	margin:0px 0 20px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	line-height: 30px
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	padding:0;
	}
	h2{
		font-size: 48px;
		color: #000;
		line-height: 55px;
		margin-bottom: 20px
	}
.white-text{
	color: #fff;
}	
hr {
	margin:50px  0 50px 0;
	height:1px;
	border:0;
	border-top:1px solid #0caf4e;
	
	float:left;
	width:100%;
	position:relative;
}

img{
	border:0;
	
}	
a img {
	border: 0;
	}

/*************** PRELOADER ***************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */

}

#status {
	width:60px;
	height:60px;
	position:absolute;
	left:0; right:0; margin:0 auto; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;

	
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
	}
.row{
	width:100%;
	display:block;
	float:left;
	padding:0;
}
.row-flex{ 
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.container{
	width:1200px;
	margin:0 auto;
}
.fullwidth{
	width:100%;
	display:block;
    font-size: 16px;
}
.two-col{
	width: 46%;
    float: left;
    margin-right: 8%;
}
.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:22%;
	float:left;
	margin-right:4%;
}
.last{
	margin-right:0 !important;
}
.clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

section {
	width: 100%;
	float: left;
	position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.pad-left{
	padding-left:80px;

}
.padleft-150{
	padding-left:150px;
}
.col{
    float:left
}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd30{
    width:30%
}
.smd60{
    width:60%
}
.smd70{
    width:70%
}
.smd30{
    width:30%
}
.smd40{
    width:40%
}
.smd66{width: 66.66666666%;}
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.pd-5{ padding:5px; }
.pd-10{ padding:10px; }


/*************** HOME PAGE CSS ***************/
header{  
width: 100%; top:0px;
position: absolute;
z-index: 1;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }

header a{ color: #fff; }
header a:hover{ color: #75be43; }
.header-top, .header-bottom{ float: left; width: 100%; color:  #fff; padding:0; border-bottom: 1px solid rgba(255, 255 ,255 ,0.2) }
.fl-right{float: right;}
.fl-left{float: left;}
.header-top-right{
float: right;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-top-in{
display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inline {
    display: inline-block;
    line-height: 19px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #71bf44;
    padding: 1px 16px 1px 16px;

}

a.quote{
	 display: inline-block;
	 font-size: 12px;
	 font-weight: bold;
	 text-transform: uppercase;
	 padding:10px 15px;
	 border:1px solid #fff;
	 border-radius: 125px;
}
a.quote:hover{
	background:#247339;
	color: #fff;
	}
a.whatsapp{
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #40bf50;
    border-radius: 100%;
    color: #fff;
    font-size: 23px;
    margin: 0px 0 0 10px;
}
a.whatsapp:hover{
	color:  #40bf50;
	background: #fff;
	}

.top-left, .top-right {
    float: left;
}
.top-right {
    float: right;
}



.logo{ float: left;padding:13px 0 }
.menu-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;  
}
.menu {
    float: left;
    position: relative;
    z-index: 100;
}

.slider-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.link{}

.link a{
    margin: 10px 0;
    display: inline-block;
    padding: 14px 50px 15px 24px;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    position: relative;
    color: #fff;
background:linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);
    background-size: 100% auto;
    text-transform: uppercase;
}
.link a:hover{ background-size: 200%; background-position: 100% }
.link a:after{
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 14px;
    top: 14px;
    width: 19px;
    height: 15px;

}


.image-box{
position: relative;
    margin-top: -200px;
    padding: 0 35px 35px 35px;
    width: 100%;
    float: left;
}
.image-box img{
width:100%;
}
.image-box:after{
	content: '';
	position: absolute;
	bottom: 0;
	right:0;
	    width: 182px;
    height: 182px;
    background: #333;
    z-index: -1;
    color: white;
    background: repeating-linear-gradient( -45deg, #69b223, #69b223 2px, #8dc642 2px, #8dc642 15px );
	}
	.image-box-in{
	margin-top: 0px;
	}
	.image-box-in:after{
    bottom: 0%;
    left: 0;
	}
.emblem{
    position: absolute;
    top: -83px;
    right: -64px;
    z-index: 2;
	    -webkit-box-shadow: 0px -1px 45px -15px rgba(0,0,0,0.8);
-moz-box-shadow: 0px -1px 45px -15px rgba(0,0,0,0.8);
box-shadow: 0px -1px 45px -15px rgba(0,0,0,0.8);
border-radius: 100%;
line-height: 0

}

.bold{font-weight: bold}
span.subtitle{
    display: inline-block;
    margin: 0 0 30px 0;
    font-size: 15px;
    color: #0b6639;
    letter-spacing: 3px;
    position: relative;
}
span.subtitle:after{
    content: "";
    position: absolute;
    right: -89px;
    top: 50%;
    width: 66px;
    height: 1px;
    background: #ccc;
	}
.highlight-text{font-size: 24px; line-height: 37px;}
.service-single{position: relative;
     -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.service-title{
	width:100%;
	padding: 40px 30px;
	position: absolute;
	top:0;
	left:0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    background:  linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.service-single:hover .service-title{
   background:  linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
   height: 100%;
}
.service-single img{
        width:100%;
    }
.service-title h2{
	color: #fff;
	font-size: 25px;
	line-height: 35px;
}
.font36{font-size: 36px; line-height: 46px;}
h2.heading{
	position: relative;
	display: inline-block;
}
h2.heading span{
font-weight: normal;
}
h2.heading:after {
    content: "";
    position: absolute;
    right: -89px;
    top: 50%;
    width: 66px;
    height: 1px;
    background: #8dc642;
}
.justify-end{justify-content: flex-end;}

.projects-wrap{
	padding:0 0 35px 35px;
	position: relative;
	width: 100%;
	float:left;
	z-index: 2;
}
.projects-wrap:after{
	    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 182px;
    height: 182px;
    background: #333;
    z-index: -1;
    color: white;
    background: repeating-linear-gradient( -45deg, #69b223, #69b223 2px, #8dc642 2px, #8dc642 15px );

	}

.project-single{
width:100%;
position: relative;
padding:0 0 0px 0px;
float:left;
}

	.align-space{
		justify-content: space-between;
	}
.p-box-title{
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 50px 20px 50px 60px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0.9;
    z-index: 4;
}
.project-single:hover .p-box-title{
	 padding: 24px 43px 50px 43px;
	 background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,27,7,1));
	}
.line{display: inline-block; position: relative;}
.line:after {
    content: "";
    position: absolute;
    right: -89px;
    top: 50%;
    width: 66px;
    height: 1px;
    background: #8dc642;
}

.news-single{
    width: 30%;
    position: relative;
    margin-bottom: 30px;
}
.news-desc{
	background: #fff;
	padding:0px 35px 20px 35px;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	opacity:0.9;
	font-size: 14px;
	line-height: 17px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.news-single:hover .news-desc{
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	color: #fff;
	}
.date{
	position: relative;
	top:-22px;
	color: #fff;
	padding: 10px 25px;
	font-size:14px;
	display: inline-block;
	background: linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);
}
.date em{
	padding:4px 0;
	}
.news-single a{
	color: #000
	}

.management-box h2{
font-size: 34px;
    line-height: 48px;
    color: #247439;
    margin: 10px 0 13px 0;
    display: block;
}
.management-box{
    width:100%;
	border-top:1px solid #ccc;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
    padding:40px 0;

}
.management-box:hover{
	

}
.mt-0{margin-top:0;}
.management-desc{
width:100%;
float:left;
padding:0 20px;

}
.designation{
    position: relative;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);
}
footer{
	position: relative;
	width:100%;
	font-size: 13px;
	float: left;
	background: rgb(0,43,16);
background: linear-gradient(90deg, rgba(0,43,16,1) 0%, rgba(20,92,45,1) 42%, rgba(29,116,59,1) 95%);
}
.footer-top, .footer-bottom{
	width:100%; float: left;
}
.footer-bottom{
	    border-top: 1px solid rgba(255, 255 ,255 ,0.2);
        font-size: 13px;
        text-transform: capitalize;
}
.footer-logo {max-width: 80%}
.footer-box{
	padding: 0 10px;
}
.footer-box h3{
	font-size: 16px;
	margin-bottom: 20px;

}
ul.footer-links{
	font-size: 13px;
	margin:0;
	padding: 0;
}
ul.footer-links li{
	list-style: none;
	padding: 4px 4px 4px 25px;
	background: url(../images/icons/green-arrow.png) no-repeat 0 7px ;
	line-height: 17px;
}
footer a{
	color: #fff;
	}
footer a:hover{
	color: #8dc642;
	}
	.social {
		padding:5px 0;

}
.social a{
    width: 34px;
    height: 34px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 50%;
    color: #fff;
    margin-left: 1px;
}
.align-center{ align-items: center;}
.social a:hover{
	background: #3fc5f1;
	color: #000;
	}
	.social a:hover a {
	color: #000;
	}
.social a i{
    
    font-size: 13px;
	}
	

.fb {
    background-color: #3270bb;

}
a.fb i, a.instagram i{ font-size: 16px;}
.linkedin {
    background-color: #0b86ca;
}
.twitter {
    background-color: #00b6f1;
}
.youtube {
    background-color: #ff0000;
}
.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/*----------------inner pages-------------*/
.services-inner .service-single{
	width:30.33%;
	margin:0 3% 4% 0;
    position: relative;
    cursor: pointer;
}

.services-inner .service-single .service-title{
   background:  linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
   height: 100%;
}
.services-inner .service-single:hover .service-title{
   background:  linear-gradient(to top, rgba(0,0,0,0), rgba(70,124,4,1));
   height: 100%;
}
.services-inner .service-single img{width:100%;}

.project-inner-desc{}
.project-inner-desc h2{
    font-size: 35px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
}
.project-inner-desc h2 span{
	font-weight: normal;
	 font-size: 25px;
	}
.project-inner-desc h2:after{
content: "";
    position: absolute;
    left: 6px;
    bottom: 0%;
    width: 66px;
    height: 1px;
    background: #8dc642;
}
.projects-box-inner{
	border-bottom: 1px solid #ccc;

}

.inner-brand{ float: left; width: 100%; margin-top: 0px; padding: 0px; }
.inner-brand li{float: left;width: 20%;list-style: none;border: 1px solid #e2e2e2;text-align: center;margin: -1px -1px 0 0;padding: 10px;}
.inner-brand li img { max-width: 100%;-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
.inner-brand li:hover img { transform: scale(0.9); filter: grayscale(1) ;}
.career-div {
    width: 48%;
    margin: 0 2% 2% 0;
    padding: 20px 40px;
    border:1px solid #ccc;
}
.career-div h2{
	    font-size: 35px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
}
.career-div h2:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0%;
    width: 66px;
    height: 1px;
    background: #8dc642;
}
/*************** INNER PAGE CSS ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-20{padding-bottom: 20px}
.pt-20{padding-top: 20px}
.pb-50{padding-bottom: 50px}
.pad-20{padding:0 20px;}
.pad-left{padding-left: 50px}
.cnt-wrap{padding: 30px 20px;background-color: #fff;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; float: left; width: 30%;}
.icon_box { border-bottom:1px solid rgba(255, 255 ,255 ,0.2); padding-bottom: 7px; margin-bottom: 23px;}
.icon_box:hover i {background-color: #0caf4e;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;border-radius:100%;width:45px;height:45px;text-align:center;line-height:30px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;    background: linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #fff;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-wrap a{color: #fff}
.cnt-wrap a:hover{color: #22c329}
.cnt-form{ float: left; width: 70%; padding-left: 50px; }
.map{ float: left; width: 100%; margin-top: 30px; }
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}

ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 22px;
    background-repeat: no-repeat;
    background-image: url(../images/list.png);
    background-position: top 8px left;
    margin-bottom: 10px;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  
   
}

/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 400px; display: flex;  justify-content: center; align-items: end;  text-align: center;
background-image: url(../images/parallax/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }
.banner-caption h2{color: #fff;font-size: 42px;margin-bottom: 15px;text-shadow: 0px 3px 4px #000000d1;font-weight: 700;line-height: 42px;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.banner-caption h4{background: linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);padding: 15px 30px;display: inline-block;margin-bottom: 0px;}
.banner-caption{position: relative;z-index: 1;}
.banner:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color:#000; opacity: .7; }
.banner1{ background-image: url(../images/parallax/banner1.jpg); }
.banner2{background-image: url(../images/parallax/banner2.jpg);}
.banner3{background-image: url(../images/parallax/banner3.jpg);}
.banner4{background-image: url(../images/parallax/banner4.jpg);}
.banner5{background-image: url(../images/parallax/banner5.jpg);}
.banner6{background-image: url(../images/parallax/banner6.jpg);}
.banner7{background-image: url(../images/parallax/banner7.jpg);}
.banner8{background-image: url(../images/parallax/banner8.jpg);}
.banner9{background-image: url(../images/parallax/banner9.jpg);}

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41);	;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #282b32;}
header.smaller .logo img{ max-width: 160px}



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{background: url(../images/parallax/bg1.jpg); background-position: bottom left; background-repeat: no-repeat;}
.bg2{background: url(../images/parallax/bg2.jpg); position: relative;}
.bg3{background: url(../images/parallax/bg2.jpg); position: relative;background-size: cover;}
.bg2:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100px;
	background:#fff;
	z-index: 1}

/**********forms**************/
form{
	margin:0;
	padding:0;
}
*:focus {  
	outline: none;
}
.fieldset, select{
	    width: 100%;
	    height: 52px;
	    padding: 8px 10px;
	    background-color: none;
	    background-color: transparent;
	    display: block;
	    border: 1px solid rgb(211 211 211);
	    margin: 0 0 10px 0;
	    color: #626262;
	    font-size: 14px;
	    float: left;
	    border-radius: 0px;
	    

}
.formcontrol{
		    width: 100%;
	    height: 52px;
	    padding: 8px 10px;
	    background-color: none;
	    background-color: transparent;
	    display: block;
	    border: 1px solid rgb(211 211 211);
	    margin: 0 0 10px 0;
	    color: #626262;
	    font-size: 14px;
	    float: left;
	    border-radius: 0px;
}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 30px 15px;
    text-align: center;
        background: linear-gradient(35deg, rgba(24,107,46,1) 0%,rgba(24,107,46,11) 24%, rgba(141,198,66,1) 70%, rgba(141,198,66,1) 57%);
    text-transform: uppercase;
    font-weight: 700;
 
    border-radius: 55px;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

	
	}

	.sendbutton:hover{
		background-size: 200%;
	}
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
.container{ width:96%;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}



}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {


}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.aside, .summary, .cnt-wrap, .cnt-form, .intro-left, .intro-right{ width:100%; margin:0 0 25px 0; }
.pad-left{
	padding-left:0px;

}
	.menu-wrap {
    margin-bottom: 43px;
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 1px;
    margin-top: 0;
   
}
.menu {
    position: absolute;
    right: 0;
    top: 2px;
}
.inner-brand li {
    width: 25%;
}
.services-inner .service-single {
    width: 47%;
    margin: 0 3% 4% 0;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
	header {
    position: relative;
    background-color:  #282b32;
}
header .container {width:100%;}
.header-top, .header-bottom{background-color:  #282b32;}
.header-top-right{
position: relative;
    width: 100%;
    text-align: center;
    justify-content: space-around;
}
.pt-100 {
    padding-top: 50px;
}
.inline {
    font-size: 11px;
    font-weight: normal;
    border-left: 2px solid #71bf44;
    padding: 1px 16px 1px 2px;
}
.logo {
    padding: 7px 0 0 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255 ,255 ,0.2);
}
.logo img{
max-height: 50px;
width: auto;
text-align: center;
}
a.quote {
    position: absolute;
    bottom: -38px;
    padding:7px 15px;
    left: 12px;
}
a.whatsapp {
    width: 30px;
    height: 30px;
    font-size: 17px;
    position: absolute;
    left: 132px;
    bottom: -37px;
}
h2 {
    font-size: 30px;
    line-height: 35px;
}
.image-box{
	margin-top:50px;
	margin-bottom:50px;
	padding:0;
}
.management-box .image-box{
    margin-top:0px;
    margin-bottom:0px;
}
.emblem{
	    top: -8%;
    right: 5%;
}
.emblem img{
	width:100px;
}
.pad-20, .pd-10 {
     padding: 0 0px; 
}
.project-inner-desc h2 {
    font-size: 25px;
    line-height: 30px;
}
.project-inner-desc h2 span {
    font-weight: normal;
    font-size: 20px;
}
.projects-wrap {
    padding: 0 0 15px 15px;
    margin-top: 10px;
        margin-bottom: 25px;
    }
.bg2:after{display: none;}
.news-single, .management-box{
	width:100%;
	margin-bottom: 10px;
	}
.smd60, .smd70, .smd40, .smd30{width:100%;}
.inner-brand li {
    width: 33.5%;
}
.career-div {
    width: 100%;
    margin: 0 0% 2% 0;
   
}
.banner{    height: 200px;
    background-size: cover;}
    h2.heading:after, .line:after{display: none;}
    .pb-50 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 20px;
}
.services-inner .service-single {
    width: 100%;
    margin: 0 0% 4% 0;
}
.p-box-title {
    padding: 20px 20px 20px 30px;
    }
    .footer-box h3 {
    font-size: 16px;
    margin-bottom: 7px;
}
.footer-box{
    margin-bottom: 10px;
    margin-top: 10px;
}
}



/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	.inner-brand li {
    width: 50%;
}
    .pb-50 {
    padding-bottom: 10px;
}
.pt-50 {
    padding-top: 10px;
}
	}

	/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}