div
{
 //border:solid;  
	
	
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body
{
	padding:0;
	font-family: 'Merriweather Sans', sans-serif;
}

.outer
{
	width:100%;
	height:auto;
	float:left;
	padding:0;
}
img
{
	max-width:100%;
	min-width:100%;
	height:auto;
	
	
}

html {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.section1
{
	color:red;
}
.section2
{
	background-color: white;
  
    line-height: 40%;
	
}
.section2 h1
{
	text-align:center;
}
.sub
{
	color: red;
background-image: url(../img/no9.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
padding: 11%;
    padding-right: 11%;
    padding-left: 11%;
font-family: 'Rancho', cursive

}
.contact1 p
{
	font-size: 148%;
}
.main_contact
{
	/*padding: 6%;*/
}
.label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;	
}

.
.bq
{
	height:100px;
}
.contact2
{
	background-color: #eeeeeee8;
	/*padding: 11%;*/
   
margin-top: 10px;
}
.form-contro
{
	display:block;
 width: 100%;
 height: 41px;
 padding:6px 12px;
 font-size:14px;
 line-height:1.42857143;
 color:#555;
 background-color:#fff;
 background-image:none;
 border:1px solid #0066cc;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 -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_clz h3
{
	color:red;
}
.contact1
{
	font-family: 'Titillium Web', sans-serif;
}
.selection
{
	width:42%;
}

@media (max-width:920px)
{
	.form-contro
	{
		width:100%;
	}
		
	
	
}
@media (max-width:450px)
{
	.form-contro
	{
    width: 100%;
	}
}
