@charset "utf-8";




html,html * {

    box-sizing: border-box;

    margin: 0; 


    padding: 0

}



body {
  font-family:arial;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
  padding: 1em;
  text-align: center;
   
}


nav ul {
  list-style: none;
  padding: 0;
  line-height: 50px;
 
	
}

nav ul li {
  display: inline-block;
  margin-right: 50px;
	font-size: 15px;
	color: #000;
	 
	
}

nav ul li a {
  color: #000;
  text-decoration:none;
}

nav ul li a:hover{
	 color:#BF4042;
}

.header-column{
float: left;
  width: 100%;
	flex: 100%;
	font-weight: 80;
	
	 
}
 

.header-column img{
width:45%;
}

nav ul li ul{

line-height: 17px;
	display: none;

	position: absolute;

	background-color:#EFEFEF;

	border-radius: 4px;
	width: 300px;



}

nav ul li:hover ul{

	display: block;

	z-index: 1;
	text-align: left;
	
	 
}

nav ul li ul li{	 
width: 300px;
padding:4px;
color: #000;
	

 }


nav ul li ul li a{

color:#000;

padding: 8px;

	float: left;

	font-size: 15px;
	

}

nav ul li ul li a:hover{
		
 color:#BF4042;

		border-radius: 3px;
	 

}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  
	clear: both;
	 
}


.section-row{
	padding:30px;
		
}
.row-title-text{
	margin-top: 60px;
}

.section-column{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	 
	  
 
 
	 
 
}

.section-column img{
	width:100%;
	padding: 20px;
 
	 
	 
}

.section-bottom{
	margin-left:20px;
	margin-right:20px;
    word-wrap: break-word;
	 
}


.section-column p,.section-column h3 {
	padding: 0 0 0 100px;
}


 .section-column button{
	text-align: left;
	margin: 20px 20px 100px 100px; 
	background-color:#e64437;
	padding: 9px 20px;
    border: 0;
	font-size: 15px;
	
}

 .section-column button a{
	text-decoration: none;
	color: #fff;
}

.section-column button:hover{
	background-color:#F77645;
		
		
}
 
 
h2{
	font-size: 30px;
	text-align: center;
}

 

h1{
	font-size: 35px;
	margin-top: 100px;
}

h5{
	font-size: 16px;
	 
}



.bg-img{
 
	clear: both;
	background-image:url("../img/banner-2.jpg");
    height:350px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

 

.intro-section{
	padding: 0px 30px 10px 30px;
	wdith:100%;
	flex: 100%;
	float: left;
	color:#ffffff;
	
}
.intro-section h3{
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 8px;
	
}

 
.intro-section button{
	text-align: center;
	background-color:#e64437;
	 padding: 12px 20px;
     border: 0;
	 font-size: 15px;
	

}

.intro-section button a:hover{
	color: #fff;
}

.about-us-row{
	clear: both; 
	padding-top: 20px;
	 
}



.about-us-section{
	padding-left: 20px
}

 
.about-us-section h6{
	padding: 10px 10px 20px 20px
}

.about-us-section p{
	font-size: 15px;
	line-height: 25px;
	padding: 10px 10px 80px 20px
}

.about-us-section img{
	width:60%;
	display:none;
 
}
 

.contact-row{
	
	clear: both;
	background-image:url("../img/banner-2.jpg");
    height:600px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
			
		}

.contact-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: center;
 
}

.contact-section p{
	font-size: 15px;	
	padding:10px 0 10px 0;
	color:#fff;
	 	
}
.contact-section h6{
	padding:25px 0 10px 0;
		color:#fff;
}

 

.contact-section h6,.about-us-section h6{
	font-size: 35px	
}
 

.form-control{
	width: 350px;
	height: 50px;
	margin: 5px;
	border:#0B919C 1px solid;
 

}

.message1{
	width: 350px;
	height: 140px;
	margin: 5px;
	border: #0B919C 1px solid;
 
}

.btn{
	margin: 5px;
	padding: 8px 20px;
	background-color:#f44236;
	border: none;
	color: #fff;
}

.btn:hover{
	background:#931315;
}
 
::placeholder {
	font-family:arial;
  color: dimgrey;
  opacity: 1; /* Firefox */
	padding:5px;
}

input,textarea {
  padding: 10px 10px; /* 上右下左 */
}

.intro-section button a{
	text-decoration: none;
	color:#fff;
}

hr {
	border-top: 1px dashed #bbb;
	width: 80%;
	
	 
}


footer {
 	 
  color: #fff;
  text-align: center;
  padding: 0;
  bottom: 0;
  width: 100%;
  display:inline-block;
  clear: both;
	
}

.footer-row{
	background-color: #333;
	clear: both;
	padding:30px;
	height: 950px;
}

.footer-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: center;
	padding:20px;

	
	
}

.footer-section a{
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}

.footer-section ul{
	list-style: none;
	padding-top: 10px;
 
}

.footer-section ul li{
	padding-bottom: 20px;
}

.footer-logo{
	width:40%;
}

.youtube{
	width: 8%;
	padding-top:20px;
}


.copyright-row{
	background-color: #333;
    clear: both;
	margin-top: 1px;
}

.copyright-row p{
	font-size: 12px;
	padding: 10px 0 10px 0;
}

.view{display: none;}

/*this is the large screen */

	@media (min-width:1024px) {
		
		.view{display:inline-block;}
	
		hr {
	width: 80%;
	margin: 200px;
    margin: 10px 30px 50px 30px;
		}
		
.header-column{
  width: 50%;
  flex: 50%;
	text-align: left
}
		
		.header-column img{
			width: 20%;
			padding-top: 15px;
			margin-left:  180px;
			
		}
		
		.bg-img{
			height:300px;
		}
		
		h1{
			font-size: 50px;
		}
		
.title-text{
	padding: 20px 0px 50px 200px;
	
	
}

.section-row{
	padding: 10px 180px 0 180px;
	
}

.section-column{

    width: 25%;
	flex: 25%;

}
		
 .section-column p,.section-column h3{
	padding: 0 0 0 80px;
}


 .section-column button{
	 
	margin: 20px 20px 100px 80px; 
 
}
		
	.intro-section{
	padding: 0 0 0 180px;
	wdith:50%;
	flex: 50%;
 
	
}	
		
		.about-us-section{
	padding-left: 60px;
			padding-bottom: 90px;
			width: 50%;
			float: left;
}
		
		.about-us-section h6, .about-us-section p{
			padding-left: 200px;
			padding-bottom: 30px;
			
		}
		
		.about-us-section img{
	display:inline-block;
 
}
 
	.contact-row{
	clear: both;
	background-image:url("../img/banner-2.jpg");
    height:500px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
			
		}

	.contact-section{
    width: 50%;
	flex: 50%;
	padding-top:50px;
	text-align: left;
}
		
	.contact-section p,.contact-section h6{	
		padding-left: 300px;
	    color: #fff;
		
		}
	.form-group{
	padding-left: 10px;
	 
}
		
.form-control,.message1{
	width: 600px;
		}
		
	 
.footer-row{
padding:50px 200px 50px 180px;
height: 500px;
}
		
.whole-form h3{
font-size: 32px;
		}

.footer-section{
    width: 25%;
	flex: 25%;
	text-align: left;

	
}
 
}
