#section_slider{

	width:100%;
	height:1048px;


}
.banner_img_bg{
		background:url(../img/index-photo.jpg);
	width:100%;
	height:1048px;
	background-size:cover;
	background-position:center top;

}
#swiper1{
		width:100%;
	height:1048px;
	top:70px;
}
.banner_gallery_wrapper{
	width:100%;
	height:1048px;
	position:absolute;
}

.banner_img img{
opacity:0;
}

.title_wrapper{
		position:absolute;
	left:50%;
	margin-left:-472px;
	top:50%;
	margin-top:-186px;
	z-index: 20;
	  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  
  width:100%;
}

.complete .title_wrapper{
	margin-top:-206px;
}

#tkingdom_title{
	position:absolute;

}
#tkingdom_title2{
	position:absolute;

}

 #tkingdom_title  path, #tkingdom_title line, #tkingdom_title polyline {
        stroke: #fff;
        stroke-width: 1px;
      }

  #tkingdom_title    path {
fill-opacity:0;
      }
      
      
       #tkingdom_title2  path, #tkingdom_title2 line, #tkingdom_title2 polyline {
        stroke: #bbb;
        stroke-width: 1px;
      }

  #tkingdom_title2    path {
fill-opacity:0;
      }


@media screen and (max-width: 1000px) {
	.sections{
		height:auto!important;
	}
	#swiper1{
		top:60px;
		height:auto;
	}
	
.banner_img img{
/* opacity:1; */
width:100%;
height:auto;
padding-bottom:80px;
}	
.banner_img{
/* 	background-image:none!important; */
}
#tkingdom_title, #tkingdom_title2{
width:250px;
height:67px;
position:absolute;
top:0px;
}
.title_wrapper{
	left:50%;
margin-left:-130px;
top:50%;
margin-top:-10px!important;
height:70px;
width:250px;
}
.kv_wrapper{
position:relative;
width:100%;
height:auto;
overflow: hidden;	
}	

}

/* SECTION 2 */
#section2{
	z-index: 10;
}
.section2-all{
	width: 100%;
	height: 580px;
	background-color:#f1f1f1;

}


       #products_title  path,   #products_title line,   #products_title polyline {
stroke:rgb(197, 157, 95);
        stroke-width: 1px;
      }

  #products_title    path {
fill-opacity:0;
      }



.section2-center{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding-top:50px;
	
	
	
	
	
}
.section2-photo-wrapper{
	width:420px;
	height: auto;
	padding-top: 85px;
	float: left;
	line-height: 30px;
}
.section3-photo-wrapper{
	width:420px;
	height: auto;
	padding-top: 85px;
	float: left;
	line-height: 30px;
}
.section2-photo-wrapper p{
	font-size:14px;
color:#4c4c4c;
text-align: center;
margin-top: 30px;

    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateY(40px);
   -moz-transform:  translateY(40px);
   -ms-transform:  translateY(40px);
   transform:  translateY(40px);

    
}
.active_section .section2-photo-wrapper p{
	    -webkit-transition: .6s .4s ease-in-out;
    -moz-transition:.6s .4s ease-in-out;
    -o-transition:.6s .4s ease-in-out;
    transition:.6s .4s ease-in-out;
    opacity:1;
    
                -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	
	
}
.section2-tittle-photo{
	position: relative;
	width:100%;
	max-width: 297px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	   -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;	
    opacity:0;
}
.active_section .section2-tittle-photo{
	opacity:1;
		 
}

.section2-center-photo img{
	   -webkit-transition: .6s  ease-in-out;
    -moz-transition:.6s ease-in-out;
    -o-transition:.6s ease-in-out;
    transition:.6s ease-in-out;
	opacity:0;
                -webkit-transform: translateY(-40px);
   -moz-transform:  translateY(-40px);
   -ms-transform:  translateY(-40px);
   transform:  translateY(-40px);	

}
.active_section .section2-center-photo img{
	   -webkit-transition: .6s .2s ease-in-out;
    -moz-transition:.6s .2s ease-in-out;
    -o-transition:.6s .2s ease-in-out;
    transition:.6s .2s ease-in-out;
	opacity:1;
                -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	

}

.more_products_a{
	display:block;
	    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateY(80px);
   -moz-transform:  translateY(80px);
   -ms-transform:  translateY(80px);
   transform:  translateY(80px);
}
.active_section .more_products_a{
	    -webkit-transition:1s .4s ease-in-out;
    -moz-transition:1s .4s ease-in-out;
    -o-transition:1s .4s ease-in-out;
    transition:1s .4s ease-in-out;
    opacity:1;
    
                -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	

}

.section-conect{
	margin-top: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:222px;
	height:40px;
	border-width:2px;
	border-color: #c59d5f;
	border-style: solid;
	  -webkit-transition: all .4s;
    -moz-transition:  all .4s;
    -o-transition:   all .4s;
    transition:  all .4s;
}
.section-conect:hover{
	background-color: #c59d5f;
	
}
.section-conect span{
	font-size:15px;
	color:#c59d5f;
	text-align: center;
	line-height:40px; 
	position: absolute;
	width:222px;
	  -webkit-transition: all .4s;
    -moz-transition:  all .4s;
    -o-transition:   all .4s;
    transition:  all .4s;
}
.section-conect span:hover{
	color: #fff;
}
.section2-center2{
	position: relative;
	float: right;
}

@media screen and (max-width: 1000px) {
	
	.section-conect{
		width:180px;
		background:rgba(0,0,0,0)!important;
	}
	.section-conect span{
		width:180px;
			background:rgba(0,0,0,0)!important;
			    color: #c59d5f!important;
	}
	
	.section2-all{
		height:auto;
		overflow: hidden;
	}
#products_title{
	width:160px;
height:auto;
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
}
.section2-photo-wrapper{
width:100%;
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
float:none;
padding-top:0px;
	overflow: hidden;		
}	
	
	#products_title    path{
		fill-opacity:1;
	}
	.section2-photo-wrapper p{
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		height:auto;
		display:block;
	}
	.section2-center-photo{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
	height:auto;
	overflow: hidden;	
	float:none;
	}
	.section2-center2{
		width:100%;
		float:none;
		height:auto;
		overflow:hidden;
		padding-top:40px;
		padding-bottom:60px;
	}
.section2-center-photo img{
	width:100%;
	max-width:200px;
	height:auto;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}	
	
}

/* SECTION 2 END */
/* SECTION 3 */
#section3{
	background:#000;
}
.section3_bg{
	    background: url(../img/index-section3-photo.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
	opacity:0.4;
    height: 747px;
    z-index: 1;
    position:absolute;
    background-size:cover;
    	    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.active_section .section3_bg{
	opacity:1;
}
.section3-all {
	position:relative;
    width: 100%;

    height: 747px;
    z-index: 3;
}
.section3-tittle-photo-all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding-top: 285px;
}
.section3-tittle-photo {
/*
    background: url(../img/index-section3-tittle.png);
    background-repeat: no-repeat;
*/
    z-index: 4;
    width: 657px;
    height: 86px;
    
	    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -ms-transform:  translateX(-300px);
   transform: translateX(-300px);
	margin-top:-100px;
}

.active_section .section3-tittle-photo {
	    opacity:1;
    
                -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -ms-transform:  translateX(0px);
   transform: translateX(0px);
	
}

.section3-tittle-photo2 {
/*
    background: url(../img/index-section3-tittle2.png);
    background-repeat: no-repeat;
*/
    z-index: 4;
    width: 540px;
    height: 182px;
    position: absolute;
    right: 0;
    margin-top:20px;
    	  -webkit-transition: all .2s .4s;
    -moz-transition: all .2s .4s;
    -o-transition: all .2s .4s;
    transition: all .2s .4s;
    opacity:0;
                -webkit-transform: translateX(400px);
   -moz-transform: translateX(400px);
   -ms-transform:  translateX(400px);
   transform: translateX(400px);
}
.active_section .section3-tittle-photo2 {
	    opacity:1;
    
                -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -ms-transform:  translateX(0px);
   transform: translateX(0px);
	

}





@media screen and (max-width: 1000px) {
.section3_bg{
	height:300px;
}	
	
.section3-tittle-photo-all, .section3-all{
	height:300px;
}	
.section3-tittle-photo{
    width: 250px;
    height: auto;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -140px;
}

.section3-tittle-photo2{
width: 280px;
    height: auto;
    top: 50%;
    left: 50%;
    right: auto;
    margin-top: -40px;
    margin-left: -140px;
}


.section3-tittle-photo-all{
	width:100%;
	padding-top:0px;
}	
	
}

/* SECTION 3 END*/
/* SECTION 4 */
#section4{
	    width: 100%;
    height: 580px;
    z-index: 10;
        height:auto;

}
.test.category-module{

	overflow:hidden;
}
.section4-all {
    width: 100%;
    height: 580px;
    background-color: #f1f1f1;
    height:auto;
    padding-bottom:40px;
    overflow:hidden;
}
.section4-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding-top: 50px;
}
.section4-center-photo-all {
    width: 600px;
}
.section4-center-photo {
    float: left;
    margin-left: 15px;
    margin-top: 30px;
}
.section4-center-photo {
    float: left;
    margin-left: 15px;
    margin-top: 30px;
}
.section4-photo-wrapper {
    width: 560px;
    height: auto;
    padding-top:30px;
    float: right;
    line-height: 30px;
}
.section4-tittle-photo {
    position: relative;
    width: 100%;
    max-width: 297px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    	   -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;	
    opacity:0;
}
.active_section .section4-tittle-photo {
	opacity:1;
}
.section4-photo-wrapper p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    margin-top: 30px;
}

.more_news_a{
	display:block;
	    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateY(80px);
   -moz-transform:  translateY(80px);
   -ms-transform:  translateY(80px);
   transform:  translateY(80px);
}
.active_section .more_news_a{
	    -webkit-transition:1s .4s ease-in-out;
    -moz-transition:1s .4s ease-in-out;
    -o-transition:1s .4s ease-in-out;
    transition:1s .4s ease-in-out;
    opacity:1;
    
                -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	

}
.news_text_overflow{
	width:100%;max-height:115px;overflow:hidden;
}

.index_news_text{
    -webkit-transition: .4s ease-in-out;
    -moz-transition:.4s ease-in-out;
    -o-transition:.4s ease-in-out;
    transition::.4s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateY(40px);
   -moz-transform:  translateY(40px);
   -ms-transform:  translateY(40px);
   transform:  translateY(40px);	
	
}
.active_section .index_news_text{
	  -webkit-transition: .6s .4s ease-in-out;
    -moz-transition:.6s .4s ease-in-out;
    -o-transition:.6s .4s ease-in-out;
    transition:.6s .4s ease-in-out;
    opacity:1;
    
                -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	
	

	
}

 #section4_title  #Read path, #section4_title #Read line, #section4_title #Read polyline {
        stroke:#C59D5F;
        stroke-width: 1px;
      }
      
 #section4_title #our_NEWS  path, #section4_title #our_NEWS line, #section4_title  #our_NEWS polyline {
        stroke:#3E3E3E;
        stroke-width: 1px;
      }      
      

 #section4_title    path {
fill-opacity:0;
      }


.section4_photo{
 -webkit-transition: .6s ease-in-out;
    -moz-transition:.6s ease-in-out;
    -o-transition:.6s ease-in-out;
    transition::.6s ease-in-out;
    opacity:0;
        
                -webkit-transform: translateY(-40px);
   -moz-transform:  translateY(-40px);
   -ms-transform:  translateY(-40px);
   transform:  translateY(-40px);
  }

.active_section .section4_photo{
	opacity:1;
	    -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	

}

.section4_photo2{
 -webkit-transition: .6s ease-in-out;
    -moz-transition:.6s ease-in-out;
    -o-transition:.6s ease-in-out;
    transition::.6s ease-in-out;
    opacity:0;
    
                -webkit-transform: translateY(40px);
   -moz-transform:  translateY(40px);
   -ms-transform:  translateY(40px);
   transform:  translateY(40px);	

}

.active_section .section4_photo2{
	    -webkit-transform: translateY(0px);
   -moz-transform:  translateY(0px);
   -ms-transform:  translateY(0px);
   transform:  translateY(0px);	
opacity:1;
}
a.mod-articles-category-title {
text-align: center;
    font-size: 14px;
    color: #c59d5f;	
    display:block;
    width:100%;
}


@media screen and (max-width: 1200px) {
#section4{
width:100%;
height:auto;
}

.section4-all{
	height:auto!important;
	overflow: hidden;
		padding-bottom:60px;
}
.section4-photo-wrapper{
	width:100%;
	padding-top:0px;
}

.index_news_text{
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
	width:100%;
	
}
.section4-center-photo-all{
	width:100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	overflow: hidden;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.section4-center-photo{
	margin:0px;
	width:50%;
	box-sizing:border-box;
	padding-left:8px;
	padding-right:8px;
}
.section4_photo2, .section4_photo{
	width:100%;
	height:auto;
}

	
}


@media screen and (max-width: 1000px) {
#section4{

}

.news_text_overflow{

}

.section4-all{
	height:auto!important;
	overflow: hidden;
		padding-bottom:60px;
}
.section4-photo-wrapper{
	width:100%;
	padding-top:0px;
}
#section4_title{
	width:200px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.index_news_text{
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
	width:100%;
	
}
.section4-center-photo-all{
	width:100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	overflow: hidden;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.section4-center-photo{
	margin:0px;
	width:50%;
	box-sizing:border-box;
	padding-left:8px;
	padding-right:8px;
}
.section4_photo2, .section4_photo{
	width:100%;
	height:auto;
}

	
}
/* SECTION 4 END */


/* SECTION 5 */
#section5{
	z-index:4;
		height: 870px;
		width:100%;
}
.section5-all{
	background: url(../img/index-section5-photo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: auto;
	height: 870px;
	display: block;
}
.section5-tittle-photo{
	    position: relative;
    width: 100%;

    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.section5-tittle-photo img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.section5-photo-wrapper{
width: 400px;
    height: auto;
    padding-top: 85px;
    line-height: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* top: 25%; */
    position: absolute;
    left: 50%;
    margin-left: -190px;
}
.section5-photo-wrapper p{
	font-size:14px;
color:#fff;
text-align: center;
margin-top: 30px;
display: block;
}

@media screen and (max-width: 1000px) {
	.section5-all{
		height:auto;
		background-attachment: scroll!important;
		padding-top:40px;
		padding-bottom:60px;
		box-sizing:border-box;
		padding-left:20px;
		padding-right:20px;
	}
	.section5-photo-wrapper{
		position:relative;
		margin-top:0px!important;
		width:100%;
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		left:auto;
		padding-top:0px;
	}
	.section5-photo-wrapper img{
		width:250px;
		height:auto;
		
	}
	
}

/* SECTION 5 END */


/* SECTION 6 */
#section6{
	width:100%;
	height:650px;
	z-index:10;
}
#contact_us_title{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:80px;
}
.section6_title_wrapper{
	opacity:0;
	 -webkit-transition: .4s ease-in-out;
    -moz-transition:.4s ease-in-out;
    -o-transition:.4s ease-in-out;
    transition::.4s ease-in-out;
}
.active_section .section6_title_wrapper{
	opacity:1;
}

       #contact_us_title  path,   #contact_us line,   #contact_us_title polyline {
stroke:#C59D5F;
        stroke-width: 1px;
      }

  #contact_us_title    path {
fill-opacity:0;
      }



.section6-conect-bottom-all {
    width: 100%;
    max-width: 400px;
    height: 43px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    
    	 -webkit-transition: .4s .4s ease-in-out;
    -moz-transition:.4s .4s ease-in-out;
    -o-transition:.4s .4s ease-in-out;
    transition::.4s .4s ease-in-out;
    opacity:0;
}
.active_section .section6-conect-bottom-all {
	opacity:1;
	
}
.section6-conect-buttom {
    width: 164px;
    height: 37px;
    border-width: 2px;
    border-color: #c59d5f;
    border-style: solid;
    float: left;
    margin-left: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.section6-conect-buttom {
    width: 164px;
    height: 37px;
    border-width: 2px;
    border-color: #c59d5f;
    border-style: solid;
    float: left;
    margin-left: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.section6-conect-bottom-all a:hover .section6-conect-buttom{
    color: #fff;
    background-color: #c59d5f;

}

.section6-conect-bottom-all a:hover .section6-conect-buttom p{
    color: #fff;


}

.section6-conect-buttom p {
    color: #c59d5f;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
        -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}



.contact_big_form_wrapper{
	width:100%;
	max-width:880px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
.section3 h2{
	font-size:16px;
color:#171717;
text-align: center;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.section3_title{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:10px;
}

.top_contact{
    width:100%;
    height:354px;
    position:relative;
    background:url(../img/top_bg_contact.jpg);
    background-size:cover;
top:100px;
}
.top_title_contact_p{
   font-weight:100;
   text-align: center;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 50px;
color: #fff;
padding-top:140px;
}
.contact_content_wrapper{
    width:100%;
    height:auto;
    padding-bottom:100px;
    overflow: hidden;
    position:relative;
    padding-top:180px;

}
.contact_content{
    width:100%;
    height:auto;
}
.contact_block_title span{
display:block;
width:100%;	
}
.contact_note {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding-top: 45px;
    position: relative;
 
    line-height: 20px;
}

.active_section .contact_note {
    opacity: 1;
}

.contact_wrapper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 35px;
}
.contact_block_wrapper{
    width:100%;
    height:auto;
    overflow: hidden;
    margin-bottom:100px;
}

.contact_form_wrapper {
    float: left;
    width: 400px;
    margin-right: 40px;
    display: block;
    position: relative;
    height: auto;
/*
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
*/

    
    

}

.active_section .contact_form_wrapper {
    opacity: 1;
}

.contact_info_wrapper {
    float: right;
    width: 400px;
    height: auto;
    position: relative;
}
.company_block_logo{
	display:block;
	float:left;
}
.company_block_text_wrapper{
	display:block;
	float:left;
	    font-size: 24px;
    color: #c59d5f;
    font-weight: bold;
    line-height:30px;
}
.company_block{
    width: 100%;
    clear: both;
    display: block;
    height: auto;
    padding-top:0px;
    overflow: hidden;
    margin-bottom:10px;
}

.top_company_text{
	font-size:23px;
color:#242424;
padding-left:2px;
margin-bottom:2px;
margin-top:2px;
}
.bottom_company_text{
	font-size:16px;
color:#242424;
padding-left:2px;
}

.input_wrapper {
    /*
    border-style: solid;
border-width: 2px;
border-color: rgb(255, 255, 255);
*/
    width: 400px;
    height: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    width: 100%;
    height: 33px;
    position: relative;
    padding: 0px!important;
background-color: rgba(0,0,0,0);


    height: 40px;
    box-sizing: border-box;
    text-indent: 5px;

font-size: 14px;
color: #171717;
border-width:1px;
border-style:solid;
border-color:#171717;
    font-size: 14px;
    line-height: 32px;
    padding-left:10px;
    padding-right:10px;
    text-indent:10px;
    
    
    
        border-style: solid;
    background-color: #e0e0e0;
 
    height: 37px;
    border-width: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    
}

textarea {
    width: 100%;
    height: 33px;
    position: relative;
background-color:rgba(0,0,0,0);
  border-style:none;

    height: 100px;
    box-sizing: border-box;
    padding: 5px;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
color: #4f4f4f;
    font-size: 14px;
    line-height: 32px;
    padding-top: 0px;
    
    color: #171717;
border-width:1px;
border-style:solid;
border-color:#171717;
    padding-left:10px;
    padding-right:10px;
    
    
            border-style: solid;
    background-color: #e0e0e0;

    border-width: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.input_wrapper.validate_wrapper .input3 {
    width: 231px;
    margin-left: 0px;
    float:left;
}

::-webkit-input-placeholder {
color:#252525;
}

::-moz-placeholder {
color:#252525;
}


/* firefox 19+ */

:-ms-input-placeholder {
color:#252525;
}


/* ie */

input:-moz-placeholder {
color:#252525;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input.input3 {
    -webkit-appearance: none;
    border-radius: 0;
}

#draw_bot {
width: 164px;
margin-left:5px;
height: 37px;
background-color: #fff;

    color: #fff;
    float: left;

    box-sizing: border-box;
    font-size: 14px;
    line-height:40px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
color: #4f4f4f;
line-height: 35px;
border-style:solid;
border-width:1px;
border-color: #4f4f4f;
}

input.sent {

    text-indent: 0px;
    margin-top: 20px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    border-width: 1px;
            transition: all  .3s ease;
    -webkit-transition:all  .3s ease;
    -moz-transition:all  .3s ease;
    -ms-transition:all  .3s ease;
    -o-transition: all  .3s ease;
opacity:1;
margin-top:40px;
margin-bottom:40px;


width: 140px;
    height: 37px;
    border-width: 2px;
    border-style: solid;
    border-color: #c59d5f;
    background-color: #fff;
    color: #c59d5f;
    font-size: 14px;
    font-weight: bold;


}

input.sent:hover {
    color: #fff;
    background-color: #c59d5f;

}

.contact_info_right a{
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
color: #4f4f4f;
line-height:24px;
}
.contact_info_block {
    margin-top: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
    clear:both;
/*
    transition: all .6s 1.4s ease;
    -webkit-transition: all .6s 1.4s ease;
    -moz-transition: all .6s 1.4s ease;
    -ms-transition: all .6s 1.4s ease;
    -o-transition: all .6s 1.4s ease;
*/
    
    

    

}

.contact_info_left {
    width:20px;
    height: auto;
    float: left;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 16px;
}

.contact_info_left img {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top:5px;
}

.contact_info_left span {
    float: right;
}

.contact_info_right {
    width: 300px;
    height: auto;
    float: left;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 13px;
    box-sizing: border-box;
    padding-right: 0px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 5px;
    
}

.active_section .contact_info_block {
    opacity: 1;
}

.contact_info_left a {
    color: rgb(255, 255, 255);
}
.contact_block_title{
    font-family: Helvetica,Arial,sans-serif;
font-size:12px;
color:#676767;
line-height:20px;
margin-bottom:30px;
}

.section3_title, .section3 h2{
	opacity:0;
	            transition: all  .6s ease;
    -webkit-transition:all  .6s ease;
    -moz-transition:all  .6s ease;
    -ms-transition:all  .6s ease;
    -o-transition: all  .6s ease;
}
.active_section .section3_title, .active_section.section3 h2{
	opacity:1;
}
.contact_big_form_wrapper{
	opacity:0;
	            transition: all  .6s ease;
    -webkit-transition:all  .6s ease;
    -moz-transition:all  .6s ease;
    -ms-transition:all  .6s ease;
    -o-transition: all  .6s ease;
}
.active_section .contact_big_form_wrapper{
	opacity:1;
		            transition: all  .6s 1s ease;
    -webkit-transition:all  .6s 1s ease;
    -moz-transition:all  .6s 1s ease;
    -ms-transition:all  .6s 1s ease;
    -o-transition:all  .6s 1s ease;
}
@media screen and (max-width: 1000px) {
	
	#contact_us_title{
		display:block;
		width:220px;
		height:auto;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		padding-top:40px;
	}
	.section6-conect-bottom-all{
		height:auto;
		overflow: hidden;
		box-sizing: border-box;
		padding-left:20px;
		padding-right:20px;
		width:100%;
		max-width:500px;
	}
	.section6-conect-buttom{
	width:100%;
	display:block;
	max-width:180px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
		margin-bottom:10px;
		float:none;
		
	}
	.company_block_text_wrapper{
		font-size:16px;
	}
	
    .contact_content_wrapper{
        padding-top:20px;
        padding-bottom:40px;
    }
    .contact_wrapper {
        width: 100%;
        max-width: 450px;
    }
    .contact_note {
        text-align: left;
    }
    .input_wrapper {
        width: 100%;
        margin-bottom: 8px;
    }
    input,
    textarea {
        width: 100%;
    }
    #draw_bot {
        width: 100%;
    }
    .input_wrapper.validate_wrapper .input3 {
        margin-left: 0px;
        width: 100%;
        margin-top: 8px;
    }
    .contact_info_wrapper{
         margin-left:auto;
        margin-right:auto;
        width:100%;

        box-sizing:border-box;
        padding-left:20px;
        padding-right:20px;      
    }
    .contact_form_wrapper{
        margin-left:auto;
        margin-right:auto;
        width:100%;
        max-width:440px;
        box-sizing:border-box;
        padding-left:20px;
        padding-right:20px;       
    }
    .contact_info_left{
        position:absolute;
        width:24px;
    }
    .contact_info_right{
        box-sizing:border-box;
        width:100%;
        padding-left:25px;
        height:auto;
        padding-right:5px;
    }
    .top_title_contact_p{
        font-size:36px;
        padding-top:120px;
    }
    .top_contact{
        padding-top:60px;
        height:300px;
        top:0px;
    }
    .contact_block_title{
        font-size:14px;
    }
    .contact_block_title span{
	 display:none;   
    }
    .contact_block_wrapper{
        margin-bottom:40px;
    }
    .company_block{
	   padding-top:0px;
	   margin-bottom:10px;
    }
    #draw_bot{
	    margin-left:0px;
	    margin-top:5px;
	    margin-bottom:15px;
    }
    
 .section6-conect-buttom, input.sent{
background:rgba(0,0,0,0)!important;
  color: #c59d5f!important;
}

 .section6-conect-buttom p{

    color: #c59d5f!important;

}
    
}


/* SECTION 6 END */