@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:34px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:26px;
}
h5 {
	font-size:22px;
}
h6 {
	font-size:18px;
}
a {
	color:#000;
	text-decoration:none;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	color:#2e2e2e ;
}
.logo
{
    display: inline-block;
    margin-top: 5px;
}
.equal {
	padding:50px 0px;
}
.schedule {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0px;
	display: inline-block;
	text-align: center;
	background: #a38468;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.grn-buttion {
	background-color: rgb(122, 183, 58);
	border-radius: 5px;
	padding: 5px 15px;
	color: rgb(255, 255, 255);
	border: medium none;
}
.call {
	text-align: right;
	float:right;
}
.call h3 {
	text-transform:uppercase;
	font-weight:600;
	line-height:30px;
}
.call h3 span {
	color:#a38468;
	font-size:22px;
}
.my-nav {
	background:#a38468;
	margin-bottom:0px;
}
.my-navbar {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
.my-navbar li {
	display: inline-block;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
}
.my-navbar li a {
	color:#fff;
	padding: 15px 22px;
}
.my-navbar li:hover,.my-navbar li:hover, .my-navbar li.active {
	background:rgba(255, 255, 255, 0.3);
	color:#fff;
}
.my-navbar li a:hover, .my-navbar li a:focus {
	color:#2a2a2a;
	background-color:transparent !important;
}
.my-navbar li.dropdown:hover .dropdown-menu {
	display:block !important;
}
.my-navbar .dropdown-menu {
	background: #a38468;
	top: 49px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
}
.my-navbar .dropdown-menu li {
	width:100%;
}
.slide-box {
	height:450px;
	position: relative;
	overflow: hidden;
}
.left-img {
	width: 100%;
	text-align: center;
	border: 2px solid #B1B1B1;
	padding: 20px;
	border-radius: 2px;
}
.left-img img {
	max-width:100%;
}
.left-content p {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	background: #a38468;
	padding: 10px;
	color: #fff;
	border-top: 5px solid #fff;
}
.bg-blue {
	background:#a38468;
}
.half-equal {
	padding:20px 0px;
}
.heading {
	width:100%;
	margin:0px;
	padding:0px;
}
.heading h3, .head1 {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 22px;
	text-transform: uppercase;
	background: #a38468;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.heading p {
	line-height: 25px;
}
.heading_free {
	width:100%;
	margin:0px;
	padding:0px;
}
.heading_free p {
	line-height: 25px;
	/* display: inline-block; */
	 padding-left: 28px;
}
.heading img {
	max-width: 100%;
	width: 160px;
	float:left;
}
.heading span {
	margin: 42px 0px;
	display: inline-block;
}
.heading p a img {
	width:auto;
}
.testmonial {
	width: 100%;
	overflow: hidden;
	padding: 0px 30px;
	position: relative;
}
.testmonial h2 {
	color:#fff;
	text-align:center;
	margin-bottom:15px;
}
.testmonial .slides li {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.testmonial .slides li figure {
	width: 65px;
	height: 65px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background: #335F85;
	margin: 0px auto;
	border: 4px solid #13bd0a;
	text-align: center;
}
.testmonial .slides li h5 {
	color: #a38468;
}
.bg-one {
	background: #252525;
}
.homepic ul {
	width:100%;
	margin:0px;
}
.homepic ul li {
	display: inline-block;
	margin-right: 22px;
	text-align: center;
	border: 2px solid #333;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	height: 308px;
}
.homepic ul li h5 {
	background: #333;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
}
.homepic ul li:hover, .homepic ul li:hover h5 {
	background:#a38468;
	border-color:#a38468;
}
.homepic ul li a img {
	max-width:100%;
}
.homepic h1 {
	font-weight: 800;
	margin-top: 16px;
	text-transform: uppercase;
	font-family: arial;
	font-size: 32px;
}
.homepic h1 span {
	color:#a38468;
}
.home-video {
	width: 100%;
	height: 307px;
	position: relative;
	overflow: hidden;
	border: 3px solid #333;
	border-radius: 3px 3px 0px 0px;
}
.schedule-one {
	background: #333;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px;
	color: #D0D0D0;
	font-size: 16px;
}
.appointment {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	line-height: 60px;
}
.appointment span {
	font-weight:800;
}
footer {
	background:#333;
}
.ftr {
	width:100%;
	padding:40px 0px;
	display:inline-block;
}
.ftr-nav {
	width:100%;
	margin:0px;
	text-align:left;
}
.ftr-nav li {
	display: inline-block;
	line-height: 30px;
	padding: 0px 10px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	margin-right: 5px;
}
.social-ico {
	margin-bottom:0px;
	text-align: center;
}
.social-ico h4 {
	color:#fff;
	margin-bottom:10px;
}
.social-ico li {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	margin:0px 3px;
	position:relative;
	overflow:hidden;
	transition-duration:0.3s;
	border:2px solid transparent;
}
.social-ico li:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	background:#fff;
	bottom:0px;
	z-index:0;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transition-duration:0.3s;
	border-radius: 50%;
}
.social-ico li:hover {
	border:2px solid #fff;
}
.social-ico li:hover:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	background:#fff;
	bottom:0px;
	z-index:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
}
.social-ico li a {
	position:relative;
	width:100%;
	padding:7px;
	display: block;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	font-size:18px;
}
.social-ico li:hover a {
	color:#fff;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
}
.area {
	width:100%;
	text-align: center;
}
.area p {
	color:#fff;
}
.area p span {
	font-weight: 600;
	color: #a38468;
	font-size: 16px;
	display: block;
}
.area img {
	max-width:100%;
}
.ftr-nav li a {
	color:#fff;
}
.ftr-nav li:hover {
	background:#a38468;
}
.hr-line {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}
.accept {
	text-align:center;
	color:#fff;
}
.accept p {
	margin:10px 0px;
}
.accept p a {
	font-size:30px;
	color:#fff;
	padding: 0px 5px;
}
.copyright {
	background: #000;
	padding: 10px;
	text-align:center;
}
.copyright p {
	margin:0px;
	color:#fff;
}
.benifites {
	width:100%;
}
.benifites h5 {
	font-weight: 600;
	padding: 10px 0px;
	background: #333;
	color: #fff;
	text-align: center;
	margin:10px 0px;
}
.benifites li {
	line-height:30px;
	position:relative;
	padding-left: 25px;
	color: #333;
}
.benifites li i {
	position:absolute;
	left:0px;
	top: 8px;
}
.faq {
	margin-bottom:20px;
}
.guaranteed {
	text-align:center;
}
.guaranteed img {
	width:170px;
	max-width:100%;
}
/* Acordion */

.ac-pane {
	margin-bottom: 15px;
	background-color:#32479a;
	color:#fff;
}
.ac-pane:last-child {
	margin-bottom: 0;
}
.ac-content {
	display: none;
}
.ac-title {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 12px;
	background-color: #a38468;
	font-size: 16px;
	padding-left: 35px;
	position: relative;
}
span.free_estimates {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #a38468;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	margin: 0px;
	color: #fff;
	padding: 5px;
	line-height: 10px;
}
.window {
	width:100%;
	padding:10px 0px;
	display:inline-block;
}
.window textarea {
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	height: 100px;
        text-transform:uppercase;
}
.form-control {
	width: 100%;
}
.free-estimates_form {
	width: 100%;
	padding-top: 25px;
}
.free-estimates_form input, .free-estimates textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #aba7a7;
	border-radius:5px;
        text-transform:uppercase;
}
.free-estimates message {
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	height: 100px;
}
.free-estimates_form01 {
	width: 100%;
	float: left;
	text-align: left;
	padding: 25px 0px;
}
.free-estimates_form01 input, .free-estimates textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #aba7a7;
	border-radius:5px;
        text-transform:uppercase;
}
.sub_header {
	width: 100%;
	float: left;
	margin-top:25px;
	padding: 10px 15px;
	border: 1px solid #aba7a7;
	border-radius: 5px;
}
.fluid_normal_dropdown {
	width: 100%;
	text-align: left;
	border-radius:5px;
	text-align: left;
	padding-top: 25px;
}
.ac-title i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 15px;
}
.right-head_right_buttion {
	min-width: 110px;
	background: #a38468;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	border: 2px solid 2480B3;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 15px;
	color: #fff;
	border: 1px solid ##a38468;
}
.free-estimates_window {
	width: 100%;
	float: right;
	text-align: left;
}
.free_estimates_img {
	width:100%;
	padding:20px 0px;
}
.free-estimates span {
	width: 50%;
	float:left;
	font-size:20px;
}
.free-estimates_window input, .free-estimates textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #aba7a7;
	border-radius:5px;
}
.ac-title i:before {
	content: "\f055";
}
.active .ac-title i:before {
	content: "\f056";
}
.ac-content {
	border: 1px solid #fff;
	margin-top: -1px;
	padding: 15px;
}
/* Contact-page */
.light-brown {
	color: #a38468;
}
.contact {
	width:100%;
}
.contact h5 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.contact p {
	position: relative;
	padding: 5px 52px;
	margin: 10px 0px;
	line-height: 25px;
}
.contact p span {
	display:block;
}
.contact p i {
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #FFFFFF;
	top: 0px;
	background: #a38468;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 7px;
	border-radius: 100%;
}
/* Acordion */
.honeycomb-inner {
	width:100%;
}
.honeycomb-inner a {
	text-align: center;
	display: inline-block;
	border: 1px solid #CCC;
	padding: 8px;
}
.honeycomb-inner img {
	float:left;
	max-width:100%;
}
.honeycomb-inner a img {
	width:200px;
	float:none;
}
.select_multiple {
	width: 100%;
}
.btn dropdown-toggle btn-default {
	padding: 10px 15px;
	border: 1px solid #aba7a7;
	border-radius: 5px
}
.select_multiple .bootstrap-select {
	width:100% !important;
}
.honeycomb-inner a span {
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
}
.measurment {
	width:100%;
}
.measurment h2 {
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
.measurment form {
	width: 100%;
	background: #ccc;
	display: inline-block;
	padding: 15px;
}
.measurment form input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.filter .slect-new button {
	padding: 10px;
 background-color: #fff!;
	background: #fff !important;
	color: darkgrey;
	text-transform: capitalize;
	font-size: 14px;
}
.part_4 {
	width:100%;
	padding:20px 0px;
	text-align:center;
}
.part_4_vedio {
	width: 450px;
	max-width: 100%;
	height: 245px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	border: 10px solid #252525;
}
/* .part_4_vedio::before{
	content:url(../images/vedio.png);
	max-width:100%;
	position:absolute;
	left:-25px;
	top:91px;
	} */
.part_4_background {
	width:100%;
	max-width:100%;
	height:230px;
	padding-top:0px;
	position:relative;
	margin:0px auto;
}
@media only screen and (max-width:767px) {
 .schedule {
 margin:10px 0px;
}
 .call {
 padding:10px 0px;
 text-align:center;
}
 .call h3 {
 font-size:24px;
}
 .nav-btn {
 background:#fff;
 padding: 5px 10px;
}
 .nav-btn i {
 font-size:30px;
 color:#a38468;
}
 .my-navbar li {
 width:100%;
 text-align:center;
}
 .slide-box {
 height:auto;
}
 .testmonial {
 padding:0px;
}
 .testmonial .flex-direction-nav {
 display:none;
}
 .homepic ul li {
 margin-right: 0px;
 height:auto;
 margin-bottom: 20px;
}
 .appointment span {
 display:block;
}
.right-head_right_buttion {
 width:100%;
}
.part_4 {
 padding:0px;
}
.part_4_vedio {
 padding:0px;
 height:100%;
 background:none;
}
.part_4_vedio::before {
 display:none;
}
.part_4_background {
 height:auto;
 padding:0px;
}
.honeycomb-inner a
{
	margin-top:10px;
}
}
