/*Strip the ul of padding and list styling*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 1px;
	top: 3px;
}
/*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(0,0,0,1.00);
}

.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

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

.responsive-1 {
	width: 100%;
    height: 150px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 55%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-3 {
	width: 18%;
    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: 50%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h2 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h3 {
	font-size: 16px;
	color: #0B0B0B;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
	
body {
  background-color: #fff;
  width: auto;
	height: auto;
  margin: 0px;
}	
	#head {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/1920x1080-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	max-width: 1900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
    #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;
	font-size: 1.5em;
	clear: left;
	float: left;
	height: auto;
	max-width: 85%;
	margin-bottom: 30px;
		padding-right: 20px;
	margin-left: 20px;
}
    #call-us-1 {
	height: auto;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: center;
}
    

	#resent-posts {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E75614;
}
    #resent-post-head {
	height: auto;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	color: #F46C29;
	text-align: center;
	padding-top: 10px;
	border: thin solid #F46C29;
	border-radius: 20px 20px 20px 20px;
}
		
	#post-1 {
	background-color: #FCFCFC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
		

		
    #company-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #5A5858;
	height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
		
		
    #blog-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #F35D1A;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #space-1 {
	
	height: 75px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #date {
	height: 20px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
		text-decoration:none;
		
}
    #blog-image-1 {
	height: auto;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
    #text-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	width: 90%;
	padding-left: 30px; 
	padding-right: 30px;
		padding-bottom: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
	#call-us-3{
	height: auto;
	max-width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}	
	#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: auto;
	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;
}	
	
	
	
#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 : 781px) and (max-width : 1100px){
	
.responsive {
	width: 35%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	

.responsive-1 {
	width: 100%;
    height: 150px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 90%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-3 {
	width: 25%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	
	.responsive-4 {
	width: 14%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 50%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h2 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h3 {
	font-size: 16px;
	color: #0B0B0B;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
		
body {
  background-color: #fff;
  width: auto;
	height: auto;
  margin: 0px;
}	
	#head {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/1920x1080-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	max-width: 1900px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
    #logo {
	clear: none;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 20px;
}
    #h1-containt {
	ont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;	
	clear: left;
	float: left;
	height: auto;
	max-width: 85%;
	padding-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
    #call-us-1 {
	height: auto;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: center;
}
	
	#resent-posts {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E75614;
}
    #resent-post-head {
	height: 40px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	color: #F46C29;
	text-align: center;
	padding-top: 10px;
	border: thin solid #F46C29;
	border-radius: 20px 20px 20px 20px;
}
		
	#post-1 {
	background-color: #FCFCFC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
		

		
    #company-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #5A5858;
	height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
		
		
    #blog-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #F35D1A;
	height: 60px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #space-1 {
	
	height: 75px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #date {
	height: 20px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
		text-decoration:none;
		
}
    #blog-image-1 {
	height: auto;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
    #text-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	width: 90%;
	padding-left: 30px; 
	padding-right: 30px;
		padding-bottom: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
    
	#call-us-3{
	height: auto;
	max-width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}	
	
	
	#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: auto;
	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;
}	
	
	
	
#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 : 601px) and (max-width : 780px){
	
	.responsive {
	width: 50%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	

.responsive-1 {
	width: 100%;
    height: 150px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	.responsive-2 {
	width: 90%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	.responsive-3 {
	width: 25%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
	

	.responsive-4 {
	width: 20%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 50%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h2 {
	font-size: 20px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h3 {
	font-size: 16px;
	color: #0B0B0B;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
		
body {
  background-color: #fff;
  width: auto;
	height: auto;
  margin: 0px;
}	
	#head {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/1920x1080-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	max-width: 1900px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
    #logo {
	clear: none;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 20px;
}
    #h1-containt {
	clear: left;
	float: left;
	height: auto;
	max-width: 85%;
		padding-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
    #call-us-1 {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: center;
}
	
#resent-posts {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E75614;
}
    #resent-post-head {
	height: 40px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	color: #F46C29;
	text-align: center;
	padding-top: 10px;
	border: thin solid #F46C29;
	border-radius: 20px 20px 20px 20px;
}
		
	#post-1 {
	background-color: #FCFCFC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
		

		
    #company-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #5A5858;
	height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
		
		
    #blog-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #F35D1A;
	height: 40px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #space-1 {
	
	height: 75px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #date {
	height: 20px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
		text-decoration:none;
		
}
    #blog-image-1 {
	height: auto;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
    #text-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	width: 90%;
	padding-left: 30px; 
	padding-right: 30px;
		padding-bottom: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
    	

	#call-us-3 {
	height: auto;
	max-width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

	
	#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: auto;
	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;
}	
	
	
	
#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 : 150px) and (max-width : 600px){
	
.responsive {
	width: 70%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
.responsive-1 {
	width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
.responsive-2 {
	width: 80%;
    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: 40%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	.responsive-5 {
	width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	h1 {
	font-size: 16px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h2 {
	font-size: 16px;
	color: #770B0D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}


h3 {
	font-size: 16px;
	color: #0B0B0B;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
	
	h4 {
	font-size: 16px;
	color: #0B0B0B;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
	
	
body {
	background-color: #fff;
	width: 1200;
	height: auto;
	margin: 0 auto;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}	
	#head {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/1920x1080-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	max-width: 1900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
    #logo {
	clear: none;
	float: left;
	height: auto;
	width: 95%;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
}
    #h1-containt {
	clear: left;
	float: left;
	height: auto;
	max-width: 88%;
		padding-left: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}
	
    #call-us-1 {
	height: auto;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: center;
}
  #resent-posts {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E75614;
}
    #resent-post-head {
	height: 40px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #F46C29;
	text-align: center;
	padding-top: 10px;
	border: thin solid #F46C29;
	border-radius: 20px 20px 20px 20px;
}
		
	#post-1 {
	background-color: #FCFCFC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
		

		
    #company-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #5A5858;
	height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
		
		
    #blog-head-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #F35D1A;
	height: 60px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #space-1 {
	
	height: 75px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
    #date {
	height: 25px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
		text-decoration:none;
		
}
    #blog-image-1 {
	height: auto;
	width: 98%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
    #text-1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	width: 85%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
      
	
	#call-us-3 {
	height: auto;
	max-width: 92%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
	
	#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: auto;
	width: 88%;
	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: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(244,108,41,1.00);
}
		#form-right {
	
	clear: none;
	float: right;
	height: auto;
	width: 24%;
	
	padding-top: 60px;
	padding-bottom: 10px;
}	
	
	
	
#footer {
	background-color: #2B2829;
	height: auto;
	width: 98%;
	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;
}	
	
	
	
}
