@font-face{	font-family:Lato-Black; src:url(../fonts/Lato-Black.ttf)}
@font-face{	font-family:Lato-Bold; src:url(../fonts/Lato-Bold.ttf)}
@font-face{	font-family:Lato-Regular; src:url(../fonts/Lato-Regular.ttf)}
@font-face{	font-family:Montserrat-Bold; src:url(../fonts/Montserrat-Bold.ttf)}
@font-face{	font-family:Montserrat-Regular; src:url(../fonts/Montserrat-Regular.ttf)}
@font-face{	font-family:OpenSans-Bold; src:url(../fontsOpenSans-Bold.ttf)}
@font-face{	font-family:OpenSans-Regular; src:url(../fonts/OpenSans-Regular.ttf)}
@font-face{	font-family:RemachineScript; src:url(../fonts/RemachineScript.ttf)}
@font-face{	font-family:Roboto-Bold; src:url(../fonts/Roboto-Bold.ttf)}
@font-face{	font-family:Roboto-Regular; src:url(../fonts/Roboto-Regular.ttf)}
@font-face{	font-family:Yananeska; src:url(../fonts/Yananeska.ttf)}




*{
	margin:0;
	padding:0;
	box-sizing:border-box;	
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;	
	font-family:Roboto-Bold;
}

h1{
	font-size:30px;	
}

h2,h3{
		
}

ul,li{
	list-style:none;
	line-height:30px;
}

a{
	outline:none;
	text-decoration:none;	
}

p{
	line-height:30px;	
}

body{
	font-family:Lato-Regular;
	font-size:14px;
}

.container{
	width:1170px;
	margin:0 auto;	
}

.header_set{
	width:100%;
	display:inline-block;
	position:absolute;
	z-index:1;
	top:0 !important;
	left:0 !important;
		
}

.top_strip{
	width:100%;
	display:inline-block;
	padding:10px 0;	
	border-bottom:1px solid #999;
	color:#fff;
	background:transparent;
}

.strip_left{
	width:70%;
	float:left;	
}

.strip_left ul{
	display:inline-block;
	margin:0 0 0 20px;
	
}

.strip_left li{
	float:left;
	padding:0 15px;
}

.strip_left li i{
	color:#3ab54a;
	margin:0 5px 0 0;

}

.strip_right{
	float:right;	
}


.strip_right ul{
	display:inline-block;
	margin:0 0 0 20px;
	
}

.strip_right li{
	float:left;
	padding:0 15px;
}

.strip_right li i{
	color:#fff;
	margin:0 5px 0 0;

}

.header{
	width:100%;
	display:inline-block;
	padding:20px 0;	
	
}

.header_left{
	width:35%;
	float:left;
	margin:0  0 0 30px;
}

.header_left h1{
	color: #fff;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 43px;
}
.header_left span{
	color:#3ab54a;
}

.header_left em{
	border-top: 1px solid #3AB54A;
    color: #fff;
    display: block;
    font-family: Lato-Regular;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 75%;
}

.header_right{
	float:right; margin-right:10%;
}

.header_right li{
	float:left;
	padding:10px 15px;	
	text-transform:uppercase;
	position:relative;
}


.header_right li a{
	color:#fff;
	transition:all 0.5s ease-in-out;
}

.header_right li a:hover{
	color:#3AB54A;	
	transition:all 0.5s ease-in-out;
}

.header_right li a.active{
	color:#3AB54A;	
	transition:all 0.5s ease-in-out;
}

.res_menu{
	width:100%;
	display:none;
	padding:15px 25px;
	background:#3AB54A;	
	
}

.res_left{
	width:50%;
	float:left;	
	color:#fff;
}

.res_right{
	float:right;
}

.res_right a{
	color:#fff;
	font-size:24px;
		
}

.drop_down{
	position:absolute;
	top:125px;
	left:20%;
	white-space:nowrap;
	z-index:1;
	background:#3AB54A;
	opacity:1;
	transition:all 0.5s ease-in-out;
	overflow:hidden;
	height:0;
	transform:scale(0.5);

}

.drop_down li {
	width:100%;
	padding:5px 15px;
}

.header_right li:hover .drop_down{
	opacity:1;
	top:45px;
	transition:all 0.5s ease-in-out;
	height:inherit;
	overflow:auto;
	transform:scale(1);
}


.drop_down li a{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	transition:all 0.5s ease-in-out;
	
}

.drop_down li a.active{
	color:#000;
}

.drop_down li a:hover{
	color:#fff;
	transition:all 0.5s ease-in-out;
}

.drop_down li a:hover .menu li a::before{
	opacity:0;
}





.window_open{
	width:100%;
	display:inline-block;
	position:relative;
	z-index:0; background:transparent;	
}

.window_open::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:0;
}

.video_slider{
	width:100%;
	display:inline-block;
	
	top:0 !important; overflow:hidden
}

.video_content{
	width:100%;
	display:inline-block;
	
}
.clear{ clear:both;}

.video_con_in{
	position:absolute;
	top:20%;
	left:35%;
	right:0;
	/*width:550px;
	height:550px;*/
	width:430px;
	height:430px;
	border-radius:50%;
	/*background:url(../images/about/abt_1a.jpg) no-repeat;
	background-size:cover;*/
	background:#3AB54A;
	text-align:center;
	z-index:2;
	padding:1%;
	
}

.video_con_in::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:10px solid rgba(255,255,255,0.1);
	border-radius:50%;	
}

.video_con_in::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:50%;
	background:rgba(0,0,0,0.75);
	z-index:-1;	
}


.video_con_in ul{
	width:65%;
	margin:0 auto; /*
	padding:30px; */
}


.video_con_in li{
	line-height:75px;
}

.video_con_in li span{
	color:#fff;
	display:block;
	margin:0 0 0 40px;
	/*font-size:45px;*/font-size:35px;
	text-align:left;
}

.video_con_in li em{
	/*font-size:300px;*/font-size:190px;
	color:#fff; 
	font-family:RemachineScript;
	color:#3ab54a;
	
}

.video_con_in li h2{
	color:#fff;
	font-size:45px;
	text-align:right;
}

.video_shape{
	width:100%;
	padding:30px 0;
	position:absolute;
	bottom:0;
	left:0;
}
/*
.video_shape::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	border-top:3.75vw solid #3AB54A;
	border-right:25vw solid transparent;
}

.video_shape::after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	border-top:3.75vw solid #3AB54A;
	border-left:25vw solid transparent;
}
*/

.v_shape{
	perspective:1000px;
	position:relative;	
}

.v_shape.v_top svg{
	top:-50px;	
}

.v_shape svg {
    height: 80px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 50;
}



.ind_about{
	width:100%;
	display:inline-block;
	margin:50px 0;	
}

.ind_about_left{
	width:30%;
	float:left;	
}

.ind_about_left ul{
	min-height:275px;
}

.ind_about_left li h1{
	color:#fff;	
	font-family:Roboto-Bold;
	padding:125px 0 0 0;
	font-size:45px; 
	text-transform:uppercase;
	text-align:center;

}

.ind_about_left li span{
	display:block;
	margin:15px 0;
	letter-spacing:2px;
	text-align:center;

}

.ind_about_left li img{
	width:100%;
}

.ind_about_left_in{
	background:#3AB54A;	
	padding:0 5px;
}

.ind_about_left li p{
	color:#666;
	font-size:16px;
}

.ind_about_left a {
    background: #3AB54A none repeat scroll 0 0;
    border-radius: 5px;
	color:#fff;
	margin:10px 0 0 0;
    float: right;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out 0s;
		
}

.ind_about_left a:hover {
	transition:all 0.5s ease-in-out;
	color:#000;
}

.ind_about_right{
	width:67%;
	float:right;	
}

.ind_about_right_in li {
	line-height:0;
}

.ind_about_right_in li img{
	width:100%;
}

.ind_about_right_in_1 ul{
	min-height:290px;	
}

.ind_about_right_in_1 li{
	width:50%;
	float:left;
	line-height:0;
	border:1px solid #ccc;
}

.ind_about_right_in_1 li img{
	width:100%;
}


.ind_about_1{
	width:100%;
	display:inline-block;
	padding:130px 0;
	background:url(../images/about/abt_bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
}

.ind_about_1::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#614b3d;
	opacity:0.8;
	z-index:-1;
}

.ind_about_shape{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;	
}



.v_shape.v_bottom svg {
    transform: rotateX(180deg);
}


.ind_about_shape_2{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;	
}

.v_shape.v_top_1 svg{
	top:-80px;	
}


.ind_about_1_in{
	width:33%;
	float:left;	
	text-align:center;
	color:#fff;
}

.ind_about_1_in li img{
	min-height:190px;	
}


.ind_about_1_in li h3{
	font-family:Roboto-Regular;
	font-weight:400;
	font-size:22px;
	margin:30px 0;
	position:relative;
	z-index:0;
	display:inline-block;
	padding:10px 30px;
	box-shadow: 3px 5px 25px 5px #000;
	background:#3AB54A;			
}
/*
.ind_about_1_in li h3::before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-50%;
	background:#ccc;
	height:2px;
	text-align:center;
	width:7%;
	margin:0 auto;
}
*/
.ind_about_1_in li p{
	color:#ccc;
	font-size:16px;
}

.ind_fruit{
	width:100%;
	display:inline-block;
	margin:75px 0;	
 }

.ind_fruit li{
	width:33.33%;
	padding:1%;
	float:left;	
	position:relative;
	z-index:0;
	transition:all 0.5s ease-in-out;
}

.ind_fruit li:hover .fruit_in{
	transition:all 0.5s ease-in-out;
	opacity:1;	
}

.ind_fruit li:hover .fruit_name{
	transition:all 0.5s ease-in-out;
	opacity:0;	
}


.ind_fruit li img{
	width:100%;
}

.fruit_name{
	width:100%;
	text-align:center;	
	font-family:Roboto-Bold;
	display:inline-block;
	margin:20px 0;
	color:#3AB54A;	
	font-size:30px;
	text-transform:uppercase;
	transition:all 0.5s ease-in-out;
}

.fruit_in{
	position:absolute;
	top:5%;
	left:5%;
	right:5%;
	padding:30px 0;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	transition:all 0.5s ease-in-out;

}

.fruit_in h3{
	font-family:Roboto-Bold;
	text-transform:uppercase;
	letter-spacing:2px;	
}

.fruit_in p{
	min-height:125px;	
}

.fruit_in a{
	display:inline-block;
	padding:5px 30px;
	margin:5px 0;
	font-size:16px;
	color:#fff;
	border-radius:30px;
	background:#3AB54A;	
	transition:all 0.5s ease-in-out;
}

.fruit_in a:hover{
	transition:all 0.5s ease-in-out;
	background:#C53013;
}


.ind_reasons{
	width:100%;
	display:inline-block;
	padding:75px 0;	
	background:url(../images/reasons/reason_bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
}

.reason_shape{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;	
}

.reason_title{
	text-align:center;
	text-transform:uppercase;
	color:#fff;	
	font-size:50px;	
	font-family:Roboto-Bold;
	margin:0 0 35px 0;
}

.ind_reason_in{
	width:33%;
	float:left;	
	color:#fff;
}

.ind_reason_in img{
	width:95%;	
	margin:0 auto;
	text-align:center;	
}

.ind_reason_in_1{
	text-align:right;	
}

.ind_reason_in_1 li {
	margin:25px 0;
	font-size:18px;
		
}

.ind_reason_in_1 li span{
	padding:0 10px;
	margin:0 10px ;
	color:#3AB54A;
	font-family:Roboto-Bold;
	display:inline-block;
	border-left:1px solid #999;
	font-size:26px;
		
}


.ind_reason_in_2{
	text-align:left;	
}

.ind_reason_in_2 li {
	margin:25px 0;
	font-size:18px;
		
}

.ind_reason_in_2 li span{
	padding:0 10px;
	margin:0 10px ;
	color:#3AB54A;
	font-family:Roboto-Bold;
	display:inline;
	border-right:1px solid #999;
	font-size:26px;
		
}

.clients{
	width:100%;
	display:inline-block;
	padding:50px 0;	
}

.client_text {
	text-align:center;
	margin:0 0 30px 0;	
	font-family:Roboto-Bold;
	font-size:40px;
	text-transform:uppercase;
	color:#3AB54A;
}

.clients li{
	float:left;
	width:25%;
	
}

.clients li img{
}


.footer{
	width:100%;
	display:inline-block;
	margin:50px 0 0 0;
	padding:75px 0 20px 0;
	background:url(../images/footer_bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
}

.foot_shape{
	position:absolute;
	top:-4%;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;	
}

.foot_in{
	width:25%;
	float:left;
	color:#ccc;
	padding:1%;
		
}

.foot_in h1{
	color:#fff;	
	margin:0 0 20px 0;
	font-family:Montserrat-Bold;
	
}

.foot_in h1{
	color:#fff;	
	margin:0 0 20px 0;
	font-family:Montserrat-Bold;
	
}
.foot_in h3{
	color:#fff;	
	margin:10px 0 20px 0;
	font-family:Montserrat-Bold;
	
}


.foot_in span{
	color:#3ab54a;	
}

.foot_in_1 {
	border-bottom:1px dotted #ccc;
	padding:20px 0;	
}

.foot_in_1 h4{
	font-family:Roboto-Bold;
	font-size:16px;		
}

.foot_in_2{
	margin:0 0 30px 0;
		
}

.foot_in_2 li a{
	color:#fff;	
	transition:all 0.5s ease-in-out;
}

.foot_in_2 li a:hover{
	color:#3AB54A;
	transition:all 0.5s ease-in-out;	
}

.foot_in_2 li a.active{
	color:#3AB54A;
	transition:all 0.5s ease-in-out;	
}


.foot_in_2 li i{
	width:30px;
	color:#3AB54A;
	font-size:18px;	
}

.social_icon li{
	float:left;
	padding:0 15px;	
}

.social_icon li a{
	color:#fff;
	font-size:18px;
}


.foot_in_3 li a{
	color:#fff;
	margin:0 0 20px 0;	
	display:inline-block;
}

.foot_in_4 li{
	float:left;
	width:33%;
	line-height:0;
}

.foot_in_4 li img{
	width:100%;
			
}

.footer_2{
	width:100%;
	display:inline-block;
	text-align:center;
	color:#fff;
}

.footer_2 span a{
	color:#EF621C;
	margin:0 5px;
}


.inner_banner{
	width:100%;
	display:inline-block;
	position:relative;
	z-index:0;	
}

.inner_banner img{
	width:100%;
		
}

.inner_content{
	position:absolute;
	bottom:20%;
	width:100%;
	color:#fff;	
	text-align:center;
}

.inner_content h1{
	font-size:40px;
	color:#3AB54A;
}


.inner_content span{
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:Roboto-Bold;
	color:#3AB54A;
		
}
.inner_banner_shape{ position:relative; z-index:0;}

.about_us{
	width:100%;
	display:inline-block;
	margin:75px 0 0 0;	
}

.about_us_1{
	width:100%;
	display:inline-block;
	margin:0 0 120px 0;	
}


.about_left{
	width:50%;
	float:left;	
	text-align:center;
	position:relative;
	z-index:0;
}

.about_left h2{
	text-transform:uppercase;
	font-size:26px;
		
}

.about_left h1{
	margin:40px 0 0 0;
	font-family:Yananeska;
	font-size:65px;
	color:#3AB54A;
}
.about_left p{
	width:85%;
	margin:0 auto;
}


.about_right{
	width:50%;
	float:right;
	margin:50px 0;
	position:relative;
	z-index:0;	
}

.about_right img{
	width:100%;	
}

.about_right_content{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 2px solid #3AB54A;
    bottom: 5%;
    color: #fff;
    left: 5%;
    margin: 0 auto;
    padding: 60px 30px;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 1;
	text-align:center;
	
		
}

.about_right_content h3{
	font-size:26px;
	text-transform:uppercase;
	margin:20px 0;	
}

.about_left_1{
	width:25%;
	float:left;	
	text-align:center;
	position:relative;
	z-index:0;
}


.about_left_1_content{
 	border: 1px solid #fff;
    bottom: 5%;
    color: #fff;
    font-size: 28px;
    left:10%;
	right:10%;
    padding:65px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 5%;
    z-index: 1;
}

.about_right_set{
	width:75%;
	float:right;	
}

.about_right_1{
	width:50%;
	float:left;	
	text-align:center;
	position:relative;
	z-index:0;
}


.about_right_in_1{
	width:20%;
	float:left;
		
}

.about_right_in_1 i{
	background:#3AB54A;
	color:#fff;
	width:75px;
	height:75px;
	font-size:26px;
	line-height:75px;
}

.about_right_in_2{
	width:75%;
	float:right;
	text-align:left;	
}


.about_right_in_2 li h3{
	text-transform:uppercase;
	margin:20px 0;
}

.about_right_in_2 li p{
	min-height:125px;
}

.about_us_2_left{
	width:69%;
	float:left;
	padding:0 30px 0 0;	
	text-align:justify;
}

.about_us_2{
	margin:0 0 50px 0;	
}


.about_us_2_right{
	width:31%;
	float:left;	
}

.about_us_2_right h1{
	text-align:center;
	margin:0 0 20px 0;
	font-family:Roboto-Bold;	
	color:#C61B49;
}

.news_dropdown{ width:100%; cursor:pointer; border: 1px solid #ccc;}
.news_dropdown h3{ border-bottom:1px solid #4a4a4a; display:block; padding:10px; margin:5px; /*background: #0079C5;*/ background:#89D00C; color:#fff;}
.news_dropdown h3 i{ float:right; border-radius:50%;   transition:0.5s;}
/*.news_dropdown h3 i:hover{ border:1px solid #ccc; transition:0.5s;}
*/.news_dropdown h3:last-child{ border:none;}
.news_dropdown h3:first-child{ background:#C61B49;}
.news_dropdown h3.click{ background:#ccc;}

.news_main{ width:100%; display:inline-block; display:none; text-align:justify; padding:5px 15px; }
.news_left{ width:30%; float:left;}
.news_right { width:58%; float:right;}
.news_right p{ text-align:justify; font-size:13px; padding:5px;	}





.product{
	width:100%;
	display:inline-block;
	margin:125px 0 0 0;
	background:url(../images/products/product_pattern.png) no-repeat; 	
	background-size:cover;
	position:relative;
	z-index:0;
	color:#fff;
}

.product_1{
	width:100%;
	display:inline-block;
	margin:0 0 0px 0;	
	border-top: 1px solid #cccc;
}

.product_2{
	width:100%;
	display:inline-block;
	margin:0 0 120px 0;	
	border-top: 1px solid #cccc;
}

.product_3{
	width:100%;
	display:inline-block;
	margin:120px 0;	
	border-top: 1px solid #cccc;
}


.pro_shape{
	position:absolute;
	top:-1%;
	left:36%;
	right:0;
	bottom:0;
	background:url(../images/products/curve_one.png) no-repeat;
	z-index:1;	
}

.pro_shape_1{
	position:absolute;
	top:85%;
	left:36%;
	right:0;
	bottom:0;
	background:url(../images/products/curve_two.png) no-repeat;
	z-index:1;	
}


.pro_left{
	width:50%;
	float:left;
	position:relative;
	z-index:0;	
	padding:50px 0;	
	min-height:415px;
}

.pro_left::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(94,199,156,0.94);	
	z-index:-1;

}


.pro_left_1{
	width:30%;
	float:left;
}

.pro_left_1 img{
	width:100%;	
}

.pro_left_2{
	width:70%;
	float:right;
	margin:30px 0;	
}

.pro_left_2 h2{
	text-transform:uppercase;
}

.pro_left_2 p{
	width:85%; text-align:justify	
}

.pro_left_2 span{
	font-family:Roboto-Bold;
	color:#000;
	text-transform:uppercase;
}

.pro_left_1a{
	width:100%;
	min-height:300px;	
}

.pro_left_1b{
	width:auto;	
}

.pro_left_2a{
	float:right;
	width:80%;	
}
	

.pro_right{
	width:50%;
	float:left;
	position:relative;
	z-index:0;	
	padding:75px 0;	
}

.pro_right::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/*background:rgba(245,176,98,0.94);*/
	background:rgba(245, 98, 98, 0.9);
	z-index:-1;

}



.contact{
	width:100%;
	display:inline-block;
	margin:75px 0;	
}

.contact_left{
	width:50%;
	float:left;	
	min-height:645px;
}

.con_left_1{
	background:#3AB54A;
	height:150px;
		
}

.con_left_1 h1{
	color:#fff;
	font-size:65px;
	padding:85px 0 0 0px;
	text-align:center;
}

.con_left_2{
	color:#666;	
	font-size:16px;
	margin:30px 0;
}

.con_left_3{
	margin:30px 0;	
}

.con_left_3 i{
	margin:0 15px 0 0;
	color:#3AB54A;
}

.social_icon_1{
	margin:20px 0 0 0;
}

.social_icon_1 i{
	color:#3AB54A;
	font-size:16px;
}

.social_icon_1 li{
	float:left;
	padding:0 20px 0 0;
		
}

.con_left_4{
	width:100%;
	display:inline-block;
	margin:30px 0;	
}

.con_left_4_in_1{
	width:50%;
	float:left;	
}

.con_left_4_in_2{
	width:50%;
	float:left;
	min-height:15px;	
}


.con_left_4_in_1 li input{ 
	width:90%; 
	float:left; 
	border:1px solid #ccc; 
	padding:10px;
	margin-bottom:15px; 
	font-size:16px; 
	/*background-color:#3D3D3D; */
	/*color:#EDEDED;*/
	color:#000;
	margin:1%;
	font-family: Lato-Regular;
  }

.con_left_4_in_2 li textarea{ 
	width:98%;
	height:125px; 
	display:inline-block;
	border:1px solid #ccc;
	padding:7px; 
	margin-bottom:15px; 
	font-size:16px; 
	/*background-color:#3D3D3D; */
	/*color:#EDEDED; */
	color:#000;
	resize:none;
	font-family: Lato-Regular;
	min-height:185px;
}


.con_left_4 input[type="button"]{ 
	width:45%; 
	color:#fff; 
	font-size:14px; 
	cursor:pointer; 
	text-transform:uppercase;
	border:1px solid #3AB54A;
	background:#3AB54A;
	color:#fff;
	float:left;
	padding:10px 40px;
	font-family: Lato-Regular;
	transition:all 0.5s ease-in-out;

}

.con_left_4  input[type="button"]:hover{
	color:#fff;
	background:#313131;
	transition:all 0.5s ease-in-out;
	border:1px solid #313131;
	
}

input.error{
	background-color: #e07a8a !important;	
}


.contact_right{
	width:48%;
	float:right;
}


.scrollToTop{
	width:50px;
	height:50px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#444;
	text-decoration: none;
	position:fixed;
	right:50px;
	display:none;
	bottom:53px;
	background-color:#3AB54A;
	border:1px solid #3AB54A;
	color:#FFF;
	transition:all 0.5s ease-in-out;
	z-index:2;
	border-radius:30px;
	-webkit-animation: mymove 5s infinite; 
    animation: mymove 5s infinite;
}

@-webkit-keyframes mymove {
    0%   {bottom: 0px;}
    25%  {bottom: 50px;}
    75%  {bottom: 30px}
    100% {bottom: 50px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {bottom: 0px;}
    25%  {bottom: 50px;}
    75%  {bottom: 30px}
    100% {bottom: 50px;}
}

.scrollToTop:hover{
	background-color:#272727;
	border:1px solid #3A8BCD;
	transition:all 0.5s ease-in-out;
	-webkit-animation: mymove 0s infinite; 
    animation: mymove 0s infinite;	
}
.scrollToTop i{ 
	font-size:16px; 
	text-align:center;
	line-height:30px;
}






.pro_1_right_in{
	width:100%;
	display:inline-block;
	margin:30px 0 125px 0;	
}

.pro_1_right_in h2{
	color:#3AB54A;
	font-size:22px;	
	text-align:center;
	text-transform:uppercase;
	min-height:55px;
}

.pro_1_right_in_1{
	width:18%;
	float:left;	
	background:#3AB54A;
	padding:1%;
	color:#fff;
	margin:30px 10px;
	min-height:275px;
	box-shadow:1px 3px 5px 0 rgb(0, 0, 0)
}

.pro_1_right_in_1 h3{
	text-align:center;
	background:#c61b49;
	color:#fff;
	margin:0 0 30px 0;
}

.pro_1_right_in_1 i{
	width:30px;	
}

.pro_1_right_in_2{
	width:50%;
	float:left;	
}

.pro_1_right_in_1a{
	width:95%;
	padding:1%;
}

.pro_1_right_in_1a li{
	padding:0 20px;	
}


.pro_1_right_in_2{
	width:50%;
	float:left;	
}

.foot_in h2{ margin-top:20px;}
.foot_in h2 img{ width:30%; float:left}
.foot_in h2 em{ font-style:normal; text-transform:uppercase; margin:20px 0 0 3px; display:inline-block; font-size:18px;}
.header_left i{ font-size:14px;}

.index_truck{ background:url(../images/img.jpg) no-repeat; padding-bottom:50px; background-size:cover;  width:100%; height:400px; position:relative}
.index_truck::before{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.7)}
.index_truck_content{ position:absolute;  bottom:15px; right:22px;}
.index_truck_content h2{color:#3AB54A; font-size:45px;}
.index_truck_content p{ color:#fff; font-size:18px;}
