@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
h1, h2, h3, h4, h5, h6, a, p, span, strong, table, ul, li, b
{
	font-family: 'Raleway';
}
p{
	color: #000;
	line-height: 25px;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #84b035; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #688830; 
}
/**************************************************************************
	BANNER
**************************************************************************/
.banner{
	width: 100%;
	height: auto;
}
/**************************************************************************
	FIXED MENU
**************************************************************************/
.navigation.fixed-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
	background-color: #000000a6;
}
/**************************************************************************
	HEADER
**************************************************************************/
.header{
	width: 100%;
	height: auto;
	position: absolute;
    z-index: 99;
}
.menu_bar{
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.54);
	padding-top: 15px;
    padding-bottom: 15px;
}
.content_view{
	width: 100%;
	height: auto;
	position: relative;
    top: 55px;
}
.content_view h2{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	margin-top: 100px;
}
.social_links img{
	display: inline-block;
}
.social_links p{
	display: inline-block;
}
.social_links h6{
	float: right;
	font-size: 14px;
}
.social_links a{
	color: #000000;
	font-weight: 700;
}
.social_links a:hover{
}
.small_box{
	width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.59);
    padding: 10px 20px 10px 0px;
	margin-bottom: 8px;
}
.small_box img{
	display: inline-block;
    width: 72px;
    position: relative;
    left: -35px;
}
.small_box h5{
	display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
	color: #000;
}
.span1{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 45px;
}
.span2{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 65px;
}
.mainlogo{
	
}
/**************************************************************************
	SECTION 2
**************************************************************************/
.part2{
	width: 100%;
	height: auto;
}
.part2 h3{
	color: #000;
	text-transform: uppercase;
	margin-top: 115px;
    font-weight: 700;
}
.part2 h3 span{
	color: #285e2e;
}
.part2 img{
	position: relative;
    bottom: 65px;
    z-index: 9;
}
.part2 p{
}
/**************************************************************************
	SECTION 3
**************************************************************************/
.part3{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.part3 a{
	color: #000;
	border: 1px solid #62a343;
	background-color: #62a343;
	border-radius: 10px;
	padding: 5px 20px;
    font-size: 13px;
}
.part3 h3{
	color: #000;
	margin-top: 0;
    font-weight: 700;
    line-height: 28px;
}
.part3 p{
	text-align: justify;
}
.part3 hr{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0px solid #eee;
}
/*.part3 h4:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 95px;
    background: #62a343;
    top: 59%;
    left: 16px;
}*/
.part3 h4 {
	color: #4CAF50;
    font-weight: 700;
	text-decoration: underline;
    text-underline-position: under;
}
/**************************************************************************
	SECTION 4
**************************************************************************/
.part4{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	background: url(../images/wwabackground.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.part4_box{
	width: 50%;
	height: auto;
	float: right;
	background-color: rgba(255, 255, 255, 0.36);
	padding: 20px;
}
.part4_box h3{
	margin-top: 0;
	font-weight: 700;
}
/**************************************************************************
	SECTION 5
**************************************************************************/
.part5{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
.part5 h3{
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.part5 a{
	display: inline-block;
    float: right;
    border: 1px solid #62a343;
    background-color: #62a343;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    margin-top: 8px;
}
.part5 ul{
	padding-left: 15px;
	line-height: 25px;
    font-size: 15px;
	list-style-image: url(../images/dot.png);
}
/**************************************************************************
	OUR CLIENTS
**************************************************************************/
.ourclients{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.ourclients h3{
	color: #000;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 42px;
    margin-bottom: 42px;
}
.col-border{
	border-right: 1px solid #62a343;
}
/**************************************************************************
	FOOTER
**************************************************************************/
.footer{
	width: 100%;
	height: auto;
	background: url(../images/footer_background.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer h2{
	color: #fff;
	font-size: 18px;
    font-weight: 200;
	line-height: 35px;
	/*border-left: 7px solid #62a343;*/
    padding-left: 10px;
	margin-bottom: 30px;
	text-align:center;
}
.footer h2 span{
	color: #62a343;
	font-family: 'Bebas Neue';
	font-size: 40px;
}
.footer input{
	display: inline-block;
    width: 16%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.footer textarea{
	display: inline-block;
    width: 15%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.footer button{
	display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.footer h3{
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.footer h4{
	color: #fff;
	border: 3px solid #fff;
    padding: 10px;
	text-align: center;
}
.footer p{
	color: #fff;
	text-align: center;
}
.copyright{
	width: 100%;
	height: auto;
	background-color: #62a343;
}
.copyright p{
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
/**************************************************************************
	ABOUT US
**************************************************************************/
.aboutus{
	width: 100%;
	height: auto;
	background: url(../images/aboutusbackground.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.aboutus h1{
	margin-top: 100px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
.aboutus h1:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 6px;
    background: #457c32;
    left: 1%;
    top: 83%;
}
.aboutus h1:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #457c32;
    left: 9.5%;
    top: 83%;
}
.aboutus2{
	width: 100%;
	height: auto;
	padding-top: 40px;
    padding-bottom: 40px;
}
.aboutus2 h3{
	border-left: 5px solid #62a343;
    padding-left: 8px;
}
.aboutus2 h4{
	font-weight: 800;
    color: #000;
}
.aboutus2 h4:after {
    position: absolute;
    top: 4%;
    overflow: hidden;
    width: 40%;
    height: 1px;
    content: '\a0';
    background-color: #62a343;
    margin-left: 10px;
}
.aboutus2 a{
	display: inline-block;
    float: right;
    border: 1px solid #62a343;
    background-color: #62a343;
    color: #fff;
    font-size: 13px;
    padding: 5px 25px;
    margin-top: 8px;
}
.qwerty{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.qwerty h5{
	text-align: center;
	color: #000;
	line-height: 21px;
    font-size: 17px;
}
.qwertybox{
	width: 100%;
    height: auto;
    border: 1px solid #62a343;
    padding: 15px;
}
/**************************************************************************
	PROJECT GALLERY
**************************************************************************/
.projectgallery{
	width: 100%;
	height: auto;
	background: url(../images/projectgallerybackground.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.projectgallery h1{
	margin-top: 100px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
.projectgallery h1:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 6px;
    background: #457c32;
    left: 1%;
    top: 83%;
}
.projectgallery h1:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #457c32;
    left: 9.5%;
    top: 83%;
}
.projectgallery2{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
.projectgallery2 img{
	margin-bottom: 30px;
}
/**************************************************************************
	CONTACT US
**************************************************************************/
.contactus{
	width: 100%;
	height: auto;
	background: url(../images/contactusbackground.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.contactus h1{
	margin-top: 100px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
.contactus h1:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 6px;
    background: #457c32;
    left: 1%;
    top: 83%;
}
.contactus h1:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #457c32;
    left: 9.5%;
    top: 83%;
}
.contactus2{
	width: 100%;
	height: auto;
	padding-top: 40px;
    padding-bottom: 40px;
}
.contactus2 label{
}
.contactus2 input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contactus2 textarea{
	display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contactus2 button{
	display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #62a343;
    background-color: #62a343;
    color: #fff;
    border-radius: 0px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cap{
	display: inline-block !important;
    width: 40% !important;
}
.contactus2 h3{
	color: #62a343;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}























































