@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	border: none;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
}
img {
	max-width: 100%;
	border: none;
}
a {
	text-decoration: none;
	color: #242424;
}
a:hover {
	color: #415fa3;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.row {
	width: 100%;
	float: left;
}
.clear {
	clear: both;
}
/*main css===============================*/
.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.header-row-1 {
	width: 100%;
	float: left;
	padding: 22px 0;
}
.header-row-1-col-1 {
	width: 30%;
	float: left;
}
.header-row-1-col-2 {
	width: 60%;
	float: right;
	margin-top:15px;
}
.header-contact {
	float: right;
	text-align: right;
}
.header-contact h3 {
	font-size: 20px;
	color: #ef1617;
	font-weight: 600;
}
.header-contact h3 a {
	color: #ef1617;
}
.header-contact h4 {
	padding: 10px 20px;
    color: #fff;
    background: #ef1617;
    font-size: 18px;
    display: none;
    border-radius: 5px;
    text-transform: uppercase;
}
.header-contact h4 a {
	color:#fff;
}
.menu-row-1 {
	width: 100%;
	float: left;
	background: url(../images/menu-bg.jpg) left top repeat-x;
}
.nav li {
	display: inline-block;
	float: left;
	background: url(../images/menu-sep.jpg) right top no-repeat;
	margin-right: 1px;
	text-transform: uppercase;
}
.nav li a {
	line-height: 40px;
	display: block;
	padding: 0 40px;
	color: #FFF;
}
.nav li a:hover, .nav li a.active {
	background: #eeeeee;
	color: #ef1617;
}
.banner-row-1 {
	width: 100%;
	float: left;
	background: #ef1617;
	padding: 20px 0;
	border-bottom: #FFF solid 1px;
}
.banner-row-1-col-1 {
	width: 46%;
	float: left;
}
.banner-row-1-col-2 {
	width: 52%;
	float: right;
	background: #FFF;
	padding: 7px;
	margin-top: 15px;
}
.banner-row-1-col-1 h1 {
	font-size: 37px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 13px;
}
.banner-row-1-col-1 p {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.banner-row-1-col-1 p a {
	color:#fff;
	text-decoration:underline;
}
.find-more {
	display: inline-block;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(3,3,3,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(3,3,3,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(3,3,3,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(3,3,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(3,3,3,1) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(3,3,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#030303', GradientType=0 );
	color: #FFF;
	font-size: 18px;
	border: #333333 solid 1px;
	padding: 8px 60px;
	margin-top: 25px;
	text-transform: uppercase;
}
.content-box-1 {
	width: 100%;
	float: left;
	padding: 35px 0;
	background: url(../images/content-bg.jpg) left top repeat-x;
}
.content-row-1 {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.content-row-1-col-1 {
	width: 60%;
	float: left;
	padding-right:30px;
}
.content-row-1 h2 {
	font-size: 29px;
	color: #ef1617;
	margin-bottom: 20px;
}
.content-row-1 p {
	font-size: 17px;
	color: #575757;
	line-height: 31px;
}
.content-row-1 p a {
	color: #ef1617;
}
.content-row-1-col-1 p a:hover {
	text-decoration: underline;
}
.content-row-1-col-2 {
	width: 35%;
	float: right;
}
.content-row-1-col-2 .contact-right {
	width:100%;
	margin:0 auto;
}
.content-row-1-col-2 h3 {
	background: #ef1617;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}
.contact-info {
	width: 100%;
	float: left;
	border: #e4e4e4 solid 1px;
	border-radius: 0 0 5px 5px;
	border-top: none;
	padding: 10px;
	background: #FFF;
}
.contact-info p {
	font-size: 16px;
	color: #575757;
	line-height: 28px;
	font-weight: 300;
}
.content-row-2 {
	width: 100%;
	float: left;
	background: url(../images/bg-1.jpg) center top no-repeat;
	padding: 65px 0 20px 0;
}
.services-list li {
	display: inline-block;
	float: left;
	width: 31%;
	margin-right: 2%;
}
.services-list li:last-child {
	margin-right: 0px;
}
.services-list li img {
	border-radius: 5px 5px 0 0;
	display: block;
}
.services-list li h3 {
	font-size: 18px;
	color: #3e40bf;
	font-weight: bold;
	text-transform: uppercase;
	background: #e1e1e1;
	border-radius: 0 0 5px 5px;
	padding: 14px;
	text-align: center;
}
.services-list li h3 a {
	color: #ef1617;
}
.footer-row-1 {
	width: 100%;
	float: left;
	background: #343434;
	padding: 30px 0px;
}
.footer-row-1 p {
	color: #FFF;
	font-size: 16px;
}
.footer-row-1 p a {
	color: #FFF;
}
.footer-row-1 p a:hover {
	text-decoration: underline;
}
.footer-row-1-col-1 {
	width: 50%;
	float: left;
}
.footer-row-1-col-2 {
	width: 50%;
	float: right;
	text-align: right;
}
.footer-row-1-col-1 p a {
	padding: 0 7px;
}
/*-------respo_menu----------*/
.responsive_menu {
	width: 100%;
	position: relative;
	display: none;
	float: left;
	margin: 7px 0;
	background: transparent;
}
.responsive_menu li {
	display: inline;
	float: right;
	cursor: pointer;
	margin-right: 20px;
}
.responsive_menu li ul {
	width: 100%;
	background: #353535;
	position: absolute;
	right: 0;
	top: 50px;
	text-align: left;
	transition: 300ms all;
	-moz-transition: 300ms all;
	-webkit-transition: 300ms all;
	opacity: 0;
	z-index: 1000;
	height: 0px;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}
.responsive_menu li.open ul {
	opacity: 1;
	top: 32px;
	height: auto;
}
.responsive_menu li ul li {
	display: block;
	float: left;
	width: 100%;
}
.responsive_menu li ul li:last-child a {
	border-bottom: none;
}
.responsive_menu li ul li a {
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #454545;
	transition: 300ms all;
	-moz-transition: 300ms all;
	-webkit-transition: 300ms all;
	font-family: sans-serif;
	font-size: 15px;
}
.responsive_menu li ul li a:hover {
	/*background: #002847;*/
	color: #FFF;
}
.responsive_menu li ul li a.active {
	/*background: #002847;*/
	color: #FFF;
}
.menu {
	padding: 5px 3px;
	width: 36px;
	height: 25px;
	display: block;
	float: right;
}
.menu .line {
	width: 30px;
	height: 3px;
	background: #FFF;
	display: inline-block;
	position: relative;
	top: 6px;
}
.menu .line:before {
	width: 30px;
	height: 3px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	transition: 300ms all;
	-moz-transition: 300ms all;
	-webkit-transition: 300ms all;
}
.menu .line:after {
	width: 30px;
	height: 3px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 6px;
	transition: 300ms all;
	-moz-transition: 300ms all;
	-webkit-transition: 300ms all;
}
.open {
}
.open .line {
	width: 30px;
	height: 3px;
	background: transparent;
	display: inline-block;
	position: relative;
	top: 6px;
}
.open .line:before {
	width: 30px;
	height: 3px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.open .line:after {
	width: 30px;
	height: 3px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/*------respo_menu------*/
.other-services {
	float: left;
	width: 50%;
}
.other-services li {
	display: block;
	width: 100%;
	float: left;
	margin: 6px 0;
	font-size: 15px;
	color: #3c3b3b;
	padding-left: 16px;
	background: url(../images/icon-1.png) left 2px no-repeat;
}
.contact-left {
	width: 49%;
	float: left;
}
.address-box {
	margin:0 auto;
	width:70%;
}
.address-box-inn {
	width:100%;
	float:left;
	background:#fff;
	border: #dadada solid 1px;
    background: #FFF;
	text-align:center;
	padding:30px;
}
.address-box-inn .other-services {
	width:100%;
	float:left;
}
.address-box-inn .other-services li {
	width:50%;
	float:left;
	text-align:left;
}
.contact-right {
	width: 49%;
	float: right;
}
.form-box {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.form-box label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 16px;
	color: #575757;
}
.form-box label span {
	color: #FF0004;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box textarea {
	width: 100%;
	float: left;
	padding: 10px;
	border: #d1d1d1 solid 1px;
	background: #FFF;
}
.form-box input[type="submit"] {
	float: left;
	padding: 8px 30px;
	border:none;
	background: #ef1617;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}
.form-box textarea {
	height: 80px;
}
.contact-left p, .contact-right p {
	font-size: 17px;
	color: #575757;
	line-height: 30px;
	margin:15px 0;
}
.map {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    background: #ef1617;
    margin-top: 10px;
}

.contact-left p a:hover {
	text-decoration: underline;
}
.from-row-box {
	width:100%;
	float:left;
	background:#f5f5f5;
	padding:30px;
}
.from-row-box h2 {
	    font-size: 29px;
    color: #ef1617;
    margin-bottom: 20px;
}
.from-row-inn {
	width:60%;
	margin:0 auto;
}
.sucessmgs {
	background: #3e40bf;
	color: #FFF;
	padding: 10px;
	font-size: 15px;
}
.pic_gallery li {
	width: 24%;
	float: left;
	display: inline-block;
	padding: 8px;
	margin:0 1.3% 1.3% 0;
	border: #dadada solid 1px;
	background: #FFF;
}
.pic_gallery li img {
	display: block;
}
.pic_gallery li:nth-child(4n) {
	margin-right: 0px;
}
.services-gallery li {
	width: 24%;
	float: left;
	display: inline-block;
	padding: 8px;
	margin:0 1% 1% 0;
	border: #dadada solid 1px;
	background: #FFF;
}
.services-gallery li img {
	display: block;
}
/*captcha*/
.captcha-row #success,
#fail {
  display: none;
}
.captcha-row #message,
.captcha-row #success,
.captcha-row #fail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.captcha-row #fail {
	color:red;
}
.captcha-row #success{
	color:#044b0f;
}
.home-contact-area {
	width:100%;
	float:left;
	 padding: 50px 0;
    background: #f5f5f5;
}
.home-contact-box {
	width:70%;
	margin:0 auto;
}
.screen-box {
    width: 100%;
    float: left;
    text-align: center;
}
.screen-box a {
    border: solid 1px #e3e3e3;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
}
.review {
    width: 100%;
    float: left;
}
.review-box {
    width: 60%;
    margin: 0 auto;
    border: solid 1px #e3e3e3;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.review h4 {
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    color: #ef1617;
}
.review p {
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    color: #545454;
}
.review p span {
    font-size: 15px;
    color: #ef1617;
    font-style: italic;
}
.reviews-link {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    background: #ef1617;
    padding: 12px 25px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.reviews-link:hover {
	color:#fff;
	background:#960505;
}
/*media screen----------------------------------------------*/
@media screen and (max-width:1000px) {
	.nav li a {
		padding:0 35px;
	}
.header-row-1-col-1 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.header-row-1-col-2 {
	width: 565px;
	text-align: center;
	margin: 0px auto;
	float: none;
}
.content-row-1-col-1 {
	width: 60%;
}
.content-row-1-col-2 {
	width: 36%;
}
}

@media screen and (max-width:820px) {
	.nav li a {
		padding: 0 17px;
	}
.banner-row-1-col-1 {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.banner-row-1-col-2 {
	width: 100%;
}
.content-row-1-col-1 {
	width: 100%;
	margin-bottom: 20px;
}
.content-row-1-col-2 {
	width: 100%;
}
.contact-info, .content-row-1-col-2 h3 {
	text-align: center;
}
	.contact-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-right {
		width: 100%;
	}
	.contact-left p {
		padding-top: 0px;
	}
	.address-box {
	margin:0 auto;
	width:100%;
}
	.other-services {
		width: 100%;
		margin-bottom: 15px;
	}
	.services-gallery li {
		width: 49%!important;
	}
}

@media screen and (max-width:620px) {
	.header-contact {
		float: right;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.header-contact h3 {
		display:none;
	}
	.header-contact h4 {
		display:inline-block;
	}
.header-row-1-col-2 {
	width: 100%;
}
.services-list li {
	width: 100%;
	margin: 0 0 10px 0;
}
.services-list li img {
	width: 100%;
}
.footer-row-1-col-1, .footer-row-1-col-2 {
	width: 100%;
	text-align: center;
}
.footer-row-1 {
	padding: 15px;
}
	.nav {
		display: none;
	}
	.responsive_menu {
		display: block;
	}
	.menu-row-1 .wrapper {
		width: 100%;
	}
	.pic_gallery li {
		width: 49%;
		margin: 0 0 15px 0;
	}
	.pic_gallery li:nth-child(2n) {
		float: right;
	}
}
@media screen and (max-width:420px) {
	.find-more {
		display: block;
		text-align: center;
	}
	.services-gallery li {
		width: 100%!important;
		margin:0 0 15px 0;
	}
	.pic_gallery li {
		width: 100%;
	}
	.pic_gallery li img {
		width: 100%;
	}
}
