@charset "utf-8";
/* CSS Document 
Use Fonts
font-family: 'Lobster', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;*/


img{ border:0px;}
*{padding:0px; margin:0px;}
a:hover{-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out; 
}

.banner_top{
	height:47px;
	background:#fff;
}
.logo{  width:232px; position:absolute; left:50%; margin-left:-116px;}
.banner_section{
	background:url(../images/banner_bg.jpg) left top repeat-x;
}
.banner_background{
	background:url(../images/banner_background.png) top center no-repeat;
	min-height:522px;
	padding-top:115px;
	padding-bottom:15px;
	text-align:center;
}
.banner_pic{float:left;}
.banner_pic img{width:100%;}
.banner_section h2{ color:#fff; font-size:40px; font-weight:300; margin:0px; padding:0px; font-family: 'Oswald', sans-serif;}
.banner_section h4{ color:#fff; font-size:20px; font-weight:normal; margin:0px; padding:0px; font-family: 'Lobster', cursive;}
.banner_formwrap{ float:right; padding:0px 10px 0px 0px;}
.banner_form{ background:rgba(244,244,244,0.4); float:right; padding:20px; width:260px; margin-top: 36px;}
.banner_form input[type=text]{
	background:#ebebeb;
	box-shadow:1px 2px 4px rgba(0,0,0,0.4) inset;
	border:2px solid #fff;
	border-radius:10px;
	height:32px;
	line-height:32px;
	padding:0px 2px;
	width:100%;
	color:#2f2f2f;
	color:rgba(244,244,244,1.00)
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:12px;
}
.banner_form input[type=submit]{
	background:#2c2c2c;
	width:100%;
	line-height:60px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	height:60px;
	border:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
}
.banner_form input[type=submit]:hover{
	color:#f6be25;
	-webkit-transition: all 0.4s ease-in;
		-moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in; 
}
.banner_background h3{ color:#131313; font-size:20px; font-weight:600; margin:0px; padding:0px; font-family: 'Oswald', sans-serif;}
.testimonial_title{
	height:115px;
	background:url(../images/testimonial_bg.png) left top repeat;
}
.testimonial{
	background:url(../images/testimonial_pic.png) left top no-repeat #2c2c2c;
	min-height:587px;
	overflow:hidden;

}
.testimonial_title h2{
	color:#fff;
	font-size:40px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:115px;
	margin:0px;
	padding:0px;
	 background: url("../images/testimonial_title.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	 width:100%;
}

.testimonials_textwrap{
	float:right;
	width:600px;
	line-height:20px;
	text-align:center;
	font-size:14px;
}
.testitmonial_author_wrap{ padding-top:35px;}
.testitmonial_author{ width:168px; height:168px; border:7px solid #f6be25; border-radius:50%; overflow:hidden;}
.testitmonial_author img{width:100%; height:100%;}
.testitmonial_author_arrow{
	 border-bottom: 25px solid transparent;
    border-left: 34px solid #f6be25;
    border-top: 25px solid transparent;
    height: 0;
    margin-right: -40px;
    position: absolute;
    right: 0;
    width: 0;
	-webkit-transform: rotate(-43deg);
  -moz-transform:rotate(-43deg);
  -ms-transform:rotate(-43deg);
  -o-transform: rotate(-43deg);
  transform: rotate(-43deg);
  
}
.testimonials_textwrap h2{
	font-size:45px;
	color:#fff;
	line-height:60px;
	width:342px;
	text-align:center;
	margin:0px auto;
	padding-bottom:25px;
	background:none;
}
.testimonials_textwrap h2 span{ font-size:65px;}
.testimonials_textwrap h2:after{ background:none; display:none;}
.testimonial_slider{background:#19171c; padding-bottom:20px;}
.testimonial_slider h2{ font-size:20px; color: #fff; text-transform:uppercase; border-top:5px solid #f6be25; padding-top:15px; padding-bottom:15px; text-align:center;font-family: 'Oswald', sans-serif;}

/*------------slider-----------------*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-top:25px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}

.testi_sliderpic{ width:140px; height:140px; border:7px solid #5FB331; border-radius:50%; overflow:hidden; float:right;}
.testi_sliderpic img{ width:100%;}

.testi_sliderpic2{border:7px solid #5FB331; border-radius:0%; overflow:hidden; padding:0 0px 0 0px;}
.testi_sliderpic2 img{ width:100%;}

.testi_slidercontent{ padding-right:50px;}
.owl-prev{  background: url("../images/prev.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 0;
    height: 47px;
    margin-top: -114px;
    position: absolute;
    width: 21px;}
.owl-next{background:url(../images/next.png) left top no-repeat; width:21px; height:47px; font-size:0px; margin-top: -114px;
    position: absolute; right:0px;}

.join_our_company{
	background:url(../images/green_bg_big.jpg) top center no-repeat #7fbc43;
	min-height:601px;
}
.ourcompany_title{ 
font-size: 30px;
    line-height: 40px;
    margin-bottom: 58px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
}
.ourcompany_titlebig{font-size:40px;}

.number_box{
	width:149px;
	height:149px;
	background:#000;
	border-radius:50%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin:0 auto;
}
.number_box span{ display:block; color:#ffaf15; font-size:72px; font-family:Georgia, "Times New Roman", Times, serif;}
.plan{ font-size: 24px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    right: 0;
    text-align: center;
	background:rgba(127,188,67,0.5);
	line-height:40px;
	border-radius:20px;
}
.number_box_text{
	text-align:center;
	padding-top:20px;
	padding-bottom:45px;
	min-height: 179px;
}
.more a{
background:#1e1e1e;
text-align:center;
color:#fff;
font-size:18px;
width:125px;
height:48px;
line-height:48px;
text-transform:uppercase;
display:block;
margin:0 auto;
font-weight:600;
text-decoration:none;
}
.more a:hover{
background:#ffaf15;
color:#fff;
text-decoration:none;
width:135px;
}

/*=========================================contact us===============================*/

.contactarea {
	background:url(../images/contbg.jpg) left top repeat-x #333;

	
	
}

.contact_title h2 {
	font-size:44px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	text-align:center;
	line-height:117px;
	text-transform:uppercase;}
	
.fullcontarea {
	 font-size: 14px;
    margin: 0 auto;
    width: 75%;
}

.conttextarea {
	padding-bottom:48px;
	padding-top:50px;
	overflow:hidden;
	
}

.toptextleftarea {
	float:left;
	text-align:right;
	width:60%;}
	
.toptextrightarea {
	float:right;
	width:30%;
	font-size:24px;
	color:#fff;
	text-align:right;
	font-family: 'Oswald', sans-serif;}
	
.formpart {
	text-align:center;
	clear:both;
}
.text_right{
	text-align:right;
}
.category {
	font-weight:600;
	font-size:24px;
	padding-bottom:58px;}

.formpartmidsec {
	padding-bottom:29px;
}
.form_wrap{
	padding-bottom:15px;
	clear:both;
	overflow:hidden;
}

.formpartmidsec input[type=text]{
	background:#fff;
	border:none;
	height:36px;
	line-height:36px;
	padding:0px 2px 0 2px;
	width:100%;
	color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:32px;
	margin-left:10px;
	
}



.formpartmidsec input[type=email]{
	background:#fff;
	border:none;
	height:36px;
	line-height:36px;
	padding:0px 2px 0 2px;
	width:35%;
	color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:32px;
	margin-left:44px;
	
}


.formpartmidsec input[type=submit]{
	
	
	background: #eab41f; /* Old browsers */
background: -moz-linear-gradient(top,  #eab41f 0%, #d4a017 50%, #bd9016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab41f), color-stop(50%,#d4a017), color-stop(100%,#bd9016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eab41f 0%,#d4a017 50%,#bd9016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eab41f 0%,#d4a017 50%,#bd9016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eab41f 0%,#d4a017 50%,#bd9016 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eab41f 0%,#d4a017 50%,#bd9016 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab41f', endColorstr='#bd9016',GradientType=0 ); /* IE6-9 */
	border:none;
	height:44px;
	padding:0px 2px 0 2px;
	width:100%;
	color:#9b6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin-right:32px;
	margin-left:10px;
	border-radius:5px;
	
}
.formpartmidsec input[type=submit]:hover{
	background:#7fbc43;
	color:#fff;
}
.contactarrow {
	margin-left: 633px;
    margin-top: 58px;
    position: absolute;
	}

.fullfooterarae {
	background:#255e74;
	overflow:hidden
}

.footerleft {
	padding-left:38px;
	float:left;
	width:50%;
	padding-top:40px;
	padding-bottom:40px;
	font-size:14px;
}


.footerright {
padding-right:20px;
	float:right;
	padding-top:20px;
	text-align:right;

}



.category select {
    padding:3px;
    margin: 0;
 	font-size:18px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	height:44px;
	width:102%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .category select {padding-right:18px}
}

.category label {position:relative;height:44px; width:100%; }
.category label:after {
    content:'▼';
    font:11px "Consolas", monospace;
    color:#aaa;
    right:7px; 
	top:10px;
	position:absolute;
    pointer-events:none;
	color:#fff;
	font-size:18px;
	text-align:center;

}
.category label:before {
    content:'';
    right:0px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	margin-right: -11px;
	 background:#f7c128;
	 height:44px;
	 width:55px;
	 border-left:8px solid #333333;

}

.socialsinglelo {
    float: left;
    margin-left: 5px;
    width: 30px;
	 height: 31px;
}
.socialsinglelo a:hover{ opacity:0.5;}


/*--------------responsive---------------*/
@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}
@media screen and (max-width: 980px){
.banner_pic{ width:470px;}
.category{ font-size:18px;}
.conttextarea{
	padding-top:25px;
}
}
@media screen and (max-width: 860px) {
.banner_pic{ width:470px;}
.testimonials_textwrap {
    margin: 0 auto;
    width: 600px;
	float:none;
}

}



@media screen and (max-width: 767px) {

.banner_pic{ width:372px;}
.banner_form {
    padding: 10px;
    width: 217px;
}	
.banner_background h3{
	font-size: 28px;
    padding: 48px 0 20px;
}

.testimonials_textwrap {
    margin: 0 auto;
    width: 600px;
	float:none;
}
.category {
	padding-bottom: 20px;}
.formpartmidsec input[type="text"] {
	margin-left: 5px;
    margin-right: 5px;
    padding: 0 2px;
    width: 100%;
	margin-bottom:10px;}

.formpartmidsec input[type="email"] {
	margin-left: 37px;
    margin-right: 32px;
	margin-bottom:10px;
    padding: 0 2px;
    width: 100%;}
	.category{ font-size:26px;}
}
@media screen and (max-width: 766px) {
	.number_box_text {
    min-height: 109px;
	padding-bottom:27px;
}
.more a{ margin-bottom:35px;}
.contactarrow{
	margin:0px;
	display:none;
}
}
@media screen and (max-width: 650px) {
.banner_pic {
    float: none;
    text-align: center;
    width: 100%;
}
.banner_form {
    padding: 5%;
    width: 90%;
	margin: 0 auto;
	float:none;
}
.banner_background h3{
	padding:20px 0px;
}
.banner_form input[type="text"]{
	height:40px;
	padding:0px 10px;
}
.banner_background h3{
	font-size: 28px;
    padding: 48px 0 20px;
}
.testitmonial_author {
    border: 3px solid #f6be25;
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
.testitmonial_author_arrow {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f6be25;
    border-top: 15px solid transparent;
    height: 0;
    margin-right: -9px;
    position: absolute;
    right: 0;
    transform: rotate(-43deg);
    width: 0;
}

.testimonials_textwrap h2 {
    font-size: 30px;
    line-height: 40px;
	padding-top:20px;
}
.testimonials_textwrap h2 span {
    font-size: 25px;
}
.testitmonial_author_arrow {
    margin-right: 35px;
}
.testi_sliderpic{
 height: 90px;
    width: 90px;
border:3px solid #f6be25;
}
.number_box_text {
    min-height: 109px;
	padding-bottom:27px;
}
.more a{ margin-bottom:35px;}
.testimonials_textwrap {
    padding-top: 50px;
	margin: 0 auto;
    width:90%;
	float:none;
}
.testitmonial_author_arrow{
	display:none;
}
/*====contact=======*/
	


.category {
	padding-bottom: 20px;}



	
	.category label{ width:100%;}
.formpart {
    clear: both;
    text-align: center;
    width: 90%;
	margin:0 auto;
}
.category select {
    width: 100%;
}
.formpartmidsec input[type="text"] {
	margin-bottom:10px;
}
.formpartmidsec input[type="email"] {
	margin-bottom:10px;
}
}

@media screen and (max-width: 500px) {

.testimonials_textwrap h2{
	width:100%;
	font-size:18px;
}
.testimonials_textwrap{
width:90%;
padding-top:0px;
}
.testitmonial_author{ width:70px; height:70px;}

.testi_sliderpic {
    border: 3px solid #f6be25;
    height: 70px;
    width: 70px;
	float:none;
}
/*==================contact=======*/



.toptextleftarea {float:none;
width:100%;
text-align:center;}

.toptextrightarea {
	width:100%;
	float:none;
	text-align:center;
	padding-top:10px;
	
}
/*contact*/
.conttextarea {
	 padding-bottom: 20px;}



.category {
	 padding-bottom: 29px;
	}





.formpartmidsec {
	padding-bottom:0px;
}

.footerleft {
	width:100%;
	float:none;
	font-size:12px;
	padding-left:3px;
	padding-bottom:0px;}
	.cat{ display:block;}

}
@media screen and (max-width: 400px) {

}