/*Strip the ul of padding and list styling*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 1px;
	top: 2px;
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}
/*Style for menu links*/
li a {
    display:block;
    min-width:140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
    background: #19c589;
}
/*Style for dropdown links*/
li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #19c589;
    text-align: center;
    padding: 10px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}

a {
    text-decoration: none;
	font-size: 1.0em;
	color: rgba(11,59,139,1.00);
}
#head {
	background: linear-gradient(to bottom, #BBB4B4 , #FFFFFF);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;


}
.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
			box-shadow: 0 8px 6px -6px black;}

body {
  background-color: hsla(0,0%,98%,0.4);
  width: auto;
	height: auto;
  margin: 0 auto;
}	
	#head {
	height: auto;
	max-width: 1900px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
    #logo {
	clear: none;
	float: left;
	height: auto;
	width: 40%;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
}
    #h1-containt {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: left;
	float: left;
	height: auto;
	max-width: 85%;
	margin-bottom: 30px;
		padding-right: 20px;
	margin-left: 20px;
}
    #call-us-1, #call-us-2 {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px; 
		margin-bottom: 30px;
	clear: both;
	float: none;
	text-align: center;
}
    
#pro-image {
	height: auto;
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
	#main-box {
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 20px;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
    #h2-h3-text, #h4-text {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: hsla(0,11%,96%,0.75);
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px;
	line-height: 22px;
}
	#h4-text{
		text-align: center;
	}
#footer {
	background-color: #2B2829;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
    color: gray;
	margin-bottom: 20px;
	text-align: center;
}
    #compny {
	height: auto;
	width: 80%;
	padding-top: 10px; 
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
		
}
    #address {
	height: auto;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
    #key-words {
	height: auto;
	width: 97%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}	
		
	

@media only screen and (min-width : 1101px) {
	
	.responsive {
	width: 30%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	

.responsive-1 {
	width: 55%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 65%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-3 {
	width: 35%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-4 {
	width: 18%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	.responsive-6 {
	width: 80%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0;
	text-decoration: none;
}


h2, H3 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}



	h4 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
	#h1-containt {
	font-size: 1.5em;
}

#form-box {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	color: rgba(190,202,202,1);
	text-align: center;
	background-color: f2f2f3;
	height: 320px;
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px rgba(190,202,202,1.00);
}


    #form-left {
	background-color: #f2f2f3;
	clear: none;
	float: left;
	height: auto;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(244,108,41,1.00);
}
		#form-right {
	
	clear: none;
	float: right;
	height: auto;
	width: 60%;
	
	padding-top: 60px;
	padding-bottom: 10px;
}	
	

		
	

}




@media only screen and (min-width : 781px) and (max-width : 1100px){
.responsive {
	width: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	

.responsive-1 {
	width: 55%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 65%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-3 {
	width: 35%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-4 {
	width: 18%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	.responsive-6 {
	width: 80%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.06em;
	margin: 0;
	text-decoration: none;
}


h2, H3 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}



	h4 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
	
#h1-containt {
	font-size: 1.06em;
}
#form-box {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	color: rgba(190,202,202,1);
	text-align: center;
	background-color: f2f2f3;
	height: 320px;
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px rgba(190,202,202,1.00);
}


    #form-left {
	background-color: #f2f2f3;
	clear: none;
	float: left;
	height: auto;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(244,108,41,1.00);
}
		#form-right {
	
	clear: none;
	float: right;
	height: auto;
	width: 60%;
	
	padding-top: 60px;
	padding-bottom: 10px;
}	
	


}
@media only screen and (min-width : 601px) and (max-width : 780px){
.responsive {
	width: 60%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	

.responsive-1 {
	width: 55%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 65%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-3 {
	width: 50%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-4 {
	width: 18%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	.responsive-6 {
	width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0;
	text-decoration: none;
}


h2, H3 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}



	h4 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
	
#h1-containt {
	font-size: 1.1em;
}
#form-box {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	color: rgba(190,202,202,1);
	text-align: center;
	background-color: f2f2f3;
	height: 320px;
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px rgba(190,202,202,1.00);
}


    #form-left {
	background-color: #f2f2f3;
	clear: none;
	float: left;
	height: auto;
	width: 45%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(244,108,41,1.00);
}
		#form-right {
	
	clear: none;
	float: right;
	height: auto;
	width: 50%;
	
	padding-top: 60px;
	padding-bottom: 10px;
}	
	
	
	
}

@media only screen and (min-width : 150px) and (max-width : 600px){
	
.responsive {
	width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}	
	

.responsive-1 {
	width: 55%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 65%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-3 {
	width: 90%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-4 {
	width: 18%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	.responsive-6 {
	width: 95%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0;
	text-decoration: none;
}


h2, H3 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}



	h4 {
	font-size: 1em;
	text-decoration-color: hsla(270,1%,44%,1.00);
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
#h1-containt {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}	

#form-box {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
	color: rgba(190,202,202,1);
	text-align: center;
	background-color: f2f2f3;
	height: 480px;
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px rgba(190,202,202,1.00);
}


    #form-left {
	background-color: #f2f2f3;
	clear: none;
	float: left;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(244,108,41,1.00);
}
		#form-right {
	
	clear: none;
	float: right;
	height: auto;
	width: 90%;
	
	padding-top: 60px;
	padding-bottom: 10px;
}	
	

	
}
