@charset "utf-8";
/* CSS Document */

@font-face { 
     font-family: 'Champagne&Limousines'; 
     src: url('fonts/Champagne&Limousines.eot'); 
     src: local('☺'), url('fonts/Champagne&Limousines.woff') format('woff'), url('fonts/Champagne&Limousines.ttf') format('truetype'), url('fonts/Champagne&Limousines.svg') format('svg'); 
     font-weight: normal; 
     font-style: normal; 
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
} 
body, html {
	font-family: 'Champagne&Limousines'; 
	margin: 0px ;	
	padding: 0px;
	background-color: #FFFFFF;
	color: #5a6371;
	font-size: 21px;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
}
p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #8992a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #18c2d6;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a, a img, :focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	border: 0px;
}
p{ margin-bottom:17px;text-align: left;}

h1 {
background-color: hsl(0, 0%, 95%);
color: hsl(0, 0%, 44%);
font-size: 28px;
line-height: 40px;
margin-bottom: 25px;
font-weight: bold;
padding-left: 12px;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 27px;
}
input {
	border: medium none;
	color: #a00201;
	height: 50px;
	padding: 0 4%;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	font-family:'Champagne&Limousines'; 
	
}
input:hover {
    border: 1px solid;
    opacity: 0.92;
}
input[type="submit"] {

	border: 0 none;
	color: hsl(0, 0%, 100%);
	cursor: pointer;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
input[type="submit"]:hover {
	background-color: #a00201;
	border: 0 none;
	color: hsl(0, 0%, 100%);
	opacity: 1.0!important
}
.banner_box input[type="submit"] {
	background-color: hsl(202, 60%, 36%);
	border: 0 none;
	color: hsl(0, 0%, 100%);
	cursor: pointer;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	opacity: 1.0!important
}
.banner_box input[type="submit"]:hover {
	background-color: #384857;
	border: 0 none;
	color: hsl(0, 0%, 100%);
}


textarea {
    height: 112px;
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
	background-color: hsl(0, 55%, 96%);
	border: medium none;
}

.contacts05_in_icon:hover img{ 
	opacity:0.6;
	border-radius: 8px;
    box-shadow: 0 0 8px 4px hsl(0, 0%, 100%);
}
.about_in li {
    line-height: 26px;
    list-style: circle outside none;
}

.hire_content p {
    text-align: center;
}
