@charset "utf-8";
/* 
Theme Name:mvauto
CSS Document */
ul, li, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	-moz-transition: all 600ms linear;
	-webkit-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
	text-decoration: none;
	display: inline-block;
	outline: none;
}
a:focus, a:hover {
	text-decoration: none;
}
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.btn {
	-moz-transition: all 600ms linear;
	-webkit-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
}
span {
	display: inline-block;
}
img {
	max-width: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
}
/*@font-face {
 font-family: 'candara';
 src: url('../fonts/Candara.eot') format('embedded-opentype'), url('../fonts/candara.ttf') format('truetype'), url('../fonts/candara.svg#LaoUI') format('svg');
 font-weight: normal;
 font-style: normal;
}*/
.top-header {
	/*background-color: #ab1c1a;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#610403+0,aa1c1a+100 */
background: #610403; /* Old browsers */
background: -moz-linear-gradient(top, #610403 0%, #aa1c1a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #610403 0%,#aa1c1a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #610403 0%,#aa1c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610403', endColorstr='#aa1c1a',GradientType=0 ); /* IE6-9 */
}

.header-time-schedule span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 6px 0 6px 20px;
	position: relative;
}
.header-time-schedule span:before {
	position: absolute;
	content: "\f017";
	font-family: "FontAwesome";
	left: 0;
	top: 6px;
	color: #fff;
}
.header-follow {
	text-align: right;
}
.header-follow span a {
	font-size: 22px;
	color: #fff;
	font-family: 'Tinos', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	padding: 0 15px 0 28px;
	position: relative;
}
.header-follow span a:before {
	position: absolute;
	content: "\f095";
	font-family: "FontAwesome";
	left: 0;
	top: -1px;
	color: #fff;
}
.header-follow a.fb {
	background: url(../images/header-follow-icon1.png) no-repeat;
	width: 22px;
	height: 21px;
	font-size: 0;
	vertical-align: top;
	margin: 5px 0 0 0;
}
.header-follow a.instagram {
	background: url(../images/header-follow-icon2.png) no-repeat;
	width: 21px;
	height: 21px;
	font-size: 0;
	vertical-align: top;
	margin: 5px 0 0 0;
}
/* menu */
.main-menu {
	float: right;
}
.main-menu ul li {
	width: auto;
	float: left;
	margin: 0px;
	list-style: none;
	position: relative;
	padding: 33px 0 30px 0;
}
.main-menu ul li a {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0 24px 0 24px;
	text-decoration: none;
	outline: none;
	color: #747474;
	font-size: 13px;
	opacity: 1;
	font-weight: 500;
	border-left: 1px solid #747474;
	line-height: 14px;
	text-transform: uppercase;
}
.main-menu ul li:first-child a {
	border-left: 0;
	padding-left: 0px;
}
.main-menu ul li > a:hover, .main-menu ul li.active a {
	color: #d7930b;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: none!important;
}
.navbar-toggle {
	background: #5d5d5d;
	padding: 10px;
}
.icon-bar {
	background: #ffffff;
	padding: 1px;
}
.menu.collapse.navbar-collapse {
	padding: 0px;
	margin: 0px;
}
ul.nav li ul {
	position: absolute;
	width: 190px;
    padding: 6px 0 0 0;
    top: 3px;
	overflow: hidden;
	opacity: 0;
	height: 0px;
	filter: alpha(opacity=0); /* For IE8 and earlier *//*z-index: -1;*/
	-moz-transition: all 600ms linear;
	-webkit-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
	box-sizing: border-box;
	border-right: none;
	list-style: none;
	z-index: 99;
	margin-top: 0px;
	left: 0;
}
ul.nav li ul li {
	float: left;
	width: 100%;
	border-left: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	border-right: none;
	line-height: normal;
	list-style: none;
	background: #610403;
	cursor: pointer;
}
ul.nav li ul li {
	border-bottom: 1px solid #c8bfaa;
}
ul.nav li ul li:last-child {
	border-bottom: none;
}
ul.nav li > ul > li > a:hover, ul.nav li ul li.active {
	border-bottom: 1px solid #dedad1;
	background-color: #fff;
}
ul.nav li ul li ul:before {
	background-image: none;
}
ul.nav li ul li ul {
	padding-top: 0px;
}
ul.nav li ul li a {
	float: left;
	width: 100%;
	padding: 8px 10px 8px 10px !important;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	border-left: none;
}

ul.nav li ul li a:after{
	display: none;
}

ul.nav li:first-child ul li a {
	padding-left: 10px !important;
}
ul.nav li ul li:hover > a, ul.nav li ul li.active a {
	color: #fff;
	-webkit-transition: padding 100ms linear;
	-moz-transition: padding 100ms linear;
	-ms-transition: padding 100ms linear;
	-o-transition: padding 100ms linear;
	transition: padding 100ms linear;
}
ul.nav li.active ul li.active a {
	color: #5a471a !important;
	-webkit-transition: padding 100ms linear;
	-moz-transition: padding 100ms linear;
	-ms-transition: padding 100ms linear;
	-o-transition: padding 100ms linear;
	transition: padding 100ms linear;
}
ul.nav li.parent ul li.parent strong {
	float: left;
	width: 6px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat 0px -34px;
	position: absolute;
	right: 10px;
	top: 15px;
}
ul.nav li:hover > ul {
	overflow: visible;
	opacity: 1;
	height: auto;
	z-index: 999999;
}
ul.nav li ul li ul {
	left: calc(100% + 0px);
	top: 0px;
}
.nav ul.overpass {
	left: auto;
	right: 100%;
}
.fa.fa-chevron-down.fa-2 {
	padding: 0 0 0 5px;
}
ul.nav li ul li ul li a {
	color: #ffffff !important;
}
ul.nav li ul li ul li > a:hover {
	color: #5a471a !important;
}
/* banner */
.banner_caption {
	position: absolute;
	top: 90px;
}
.slider_area img {
	width: 100%;
}
.banner_caption h2 span {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	background: #056839;
	text-transform: uppercase;
	padding: 12px 15px 8px 17px;
	position: relative;
}
.banner_caption h2 span:before {
	position: absolute;
	content: "";
	background-color: #fff;
	left: 0;
	height: 100%;
	width: 5px;
	top: 0;
}
.banner_caption h3 {
	font-size: 50px;
	color: #056839;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.banner_caption h3 span {
	color: #fff;
	padding: 0 0 12px 0;
	position: relative;
}
.banner_caption h3 span:before {
	position: absolute;
	content: "";
	background: #056839;
	width: 84px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.banner_caption a {
	padding: 8px 16px;
	border-radius: 30px;
	border: 2px solid #000;
	background-color: #056839;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 20px 0 20px 0;
}
.slider_area .carousel-indicators .active{background:#056839 !important;border-color:transparent;}
.slider_area .carousel-indicators li{border:2px solid #fff;}
.banner_caption a:hover {
	background: #ab1c1a;
}
.content_div_banner p {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}

/* home service */
.home-service_area {
	background: #ab1c1a;
	padding:0 0 30px 0;
}
.home-service-header h2 span {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #ab1c1a;
	position: relative;
	z-index: 1;
}
.home-service-header h2 {
	position: relative;
	margin-bottom: 40px;
}
.home-service-header h2:before {
	position: absolute;
	content: "";
	background: #000;
	height: 1px;
	width: 95.4%;
	left: 0;
	top: 21px;
}
.home-service-header h2 span font {
	font-weight: 400;
	color: #000;
}
.home-service-slider .owl-stage-outer .owl-stage .owl-item.active{position:relative;}
.single_serv_home{
	text-align: center;
	padding:0 45px;
	position:relative;
}
.home-service-slider .owl-stage-outer .owl-stage .owl-item.active:before{position:absolute;content:"";background:#000;height:167px;width:1px;left:0;top:0;}
.home-service-slider .owl-stage-outer .owl-stage .owl-item:nth-of-type(5):before{display:none;}
.single_serv_home h4 {
	font-size: 16px;
	font-weight: 400;
	color: #0d0d0d;
	position: relative;
	margin: 16px 0 8px 0;
	padding: 0 0 6px 0;
}
.single_serv_home h4:before {
	position: absolute;
	content: "";
	background: #0d0d0d;
	width: 22px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.single_serv_home p {
	font-size: 14px;
	color: #0d0d0d;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}
.single_serv_home img {
	max-width: 100%;
	display: inline-block !important;
	width: auto !important;
	min-height:57px;
}
.home-service_area .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: -64px;
	right: 0;
	font-size: 0;
	background: url(../images/slider-right-arrow.png) no-repeat;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 0;
	background-position: center center;
}
.home-service_area .owl-controls .owl-nav .owl-next:hover {
	background: url(../images/slider-right-arrow-hover.png) no-repeat;
	border-color: #fff;
	background-position: center;
}
.home-service_area .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: -64px;
	right: 26px;
	font-size: 0;
	background: url(../images/slider-left-arrow.png) no-repeat;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 0;
	background-position: center center;
}
.home-service_area .owl-controls .owl-nav .owl-prev:hover {
	background: url(../images/slider-left-arrow-hover.png) no-repeat;
	border-color: #fff;
	background-position: center;
}
/* feature_area */
.feature_area {
	padding: 44px 0 44px 0;
}
.feature_area p {
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	text-align: justify;
}
.feature_area p b {
	margin-bottom: 17px;
	display: block;
}
.feature_area_header h3 {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin: 0 0 0 0;
}
.feature_area_header h4 {
	font-size: 26px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 18px 0;
	position: relative;
	padding: 0 0 19px 0;
}
.feature_area_header h4:before {
	height: 2px;
	width: 50px;
	background-color: #333333;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.feature_area a {
	color: #010101;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #010101;
	font-weight: 400;
	padding: 7px 26px 6px 26px;
	border-radius: 30px;
}
.feature_area a:hover {
	background: #ab1c1a;
}
/* home gallery */
.gallery-content {
	background: #e6e5dc;
	padding: 50px 0 55px 0;
}
.gallery-header h3 {
	position: relative;
	font-size: 27px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 12px 0;
	text-align: center;
	margin: 0 0 86px 0;
}
.gallery-header h3:before {
	position: absolute;
	content: "";
	background-color: #000;
	width: 40px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.gallery-header h3:after {
	position: absolute;
	content: "";
	background-color: #000;
	width: 20px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
.single_gallery a {
	position: relative;
	width: 100%;
}
.gallery-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(239,80,80,0.6);
	opacity: 0;
	visibility: hidden;
}
.gallery-caption-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.gallery-caption-inner span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.single_gallery a:hover .gallery-caption {
	opacity: 1;
	visibility: visible;
}
.gallery-caption-inner img {
	width: auto !important;
	display: inline-block !important;
	max-width: 100%;
}
.gallery-content .owl-nav .owl-next {
	font-size: 0;
	background: url(../images/slider-right-arrow-hover.png) no-repeat !important;
	width: 19px;
	height: 19px;
	margin: 0;
	border: 1px solid #000;
	border-radius: 0;
	background-position: center center !important;
	font-size: 0 !important;
	border-radius: 0 !important;
	position: relative;
	margin: 2px;
}
.gallery-content .owl-nav .owl-prev {
	font-size: 0;
	background: url(../images/slider-left-arrow-hover.png) no-repeat !important;
	width: 19px;
	height: 19px;
	margin: 0;
	border: 1px solid #000;
	border-radius: 0;
	background-position: center center !important;
	font-size: 0 !important;
	border-radius: 0 !important;
	position: relative;
	margin: 2px;
}
.gallery-content .owl-nav .owl-prev:before {
	position: absolute;
	content: "";
	background: #000;
	width: 28px;
	height: 1px;
	top: 7px;
	left: -28px;
}
.gallery-content .owl-nav .owl-next:before {
	position: absolute;
	content: "";
	background: #000;
	width: 28px;
	height: 1px;
	top: 7px;
	right: -28px;
}
.gallery-content .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	top: -77px;
}
/*testimonial */
.testimonial {
	background: url(../images/client-review-bg.jpg) no-repeat;
	background-size: cover;
	padding: 45px 0 45px 0;
	text-align: center;
	margin-top: 47px;
}
.testimonial h2 {
	font-size: 28px;
	font-weight: 500;
	color: #000;
	margin: 0 0 33px 0;
}
.single_testi h3 {
	font-size: 21px;
	font-weight: 500;
	color: #000;
	margin: 0 0 10px 0;
}
.single_testi h5 {
	font-size: 11px;
	font-weight: 500;
	color: #000;
	margin: 0 0 15px 0;
}
.single_testi p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	font-family: "Raleway", sans-serif;
	margin-bottom:0;
}
.testimonial-slider .owl-controls .owl-nav .owl-next {
	
	font-size: 0;
	background: url(../images/slider-arrow-right-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 2px;
	border:1px solid transparent;
	border-radius: 0;
	background-position: center center;
}
.testimonial-slider .owl-controls .owl-nav .owl-next:hover{background: url(../images/slider-arrow-right-icon.png) no-repeat;border-color:#000;background-position: center center;}
.testimonial-slider .owl-controls .owl-nav .owl-prev{
	
	font-size: 0;
	background: url(../images/slider-arrow-left-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 2px;
	border:none;
	border-radius: 0;
	background-position: center center;
	border:1px solid transparent;
}
.testimonial-slider .owl-controls .owl-nav .owl-prev:hover{background: url(../images/slider-arrow-left-icon.png) no-repeat;border-color:#000;background-position: center center;}
.testimonial-slider .owl-controls{margin:0;}
/*twitter*/
.twitter {
	background: #056839;
	padding: 35px 0 35px 0;
}
.twitter-time h5 {
	position: relative;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	padding: 0 0 0 45px;
	margin: 0 0 0 0;
}
.twitter-time h5:before {
	position: absolute;
	content: "\f099";
	color: #fff;
	top: -5px;
	left: 0;
	font-family: "FontAwesome";
	font-size: 22px;
}
.twitter-name h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	font-family: "Raleway", sans-serif;
	margin: 0 0 0 0;
}
.twitter-slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background: url(../images/twitter-right-arrow.png) no-repeat;
	width: 26px;
	height: 26px;
	margin: 2px;
	border:none;
	border-radius: 0;
	background-position: center center;
}
.twitter-slider .owl-controls .owl-nav .owl-next:hover{background: url(../images/twitter-right-arrow.png) no-repeat !important;}
.twitter-slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	right: 31px;
	font-size: 0;
	background: url(../images/twitter-left-arrow.png) no-repeat;
	width: 26px;
	height: 26px;
	margin: 2px;
	border:none;
	border-radius: 0;
	background-position: center center;
}
.twitter-slider .owl-controls .owl-nav .owl-prev{background: url(../images/twitter-left-arrow.png) no-repeat !important;}
/* footer */
.footer-top {
	background: #323232;
	padding: 23px 0 12px 0;
}
.footer-wrapper p.footer-address {
	position: relative;
}
.footer-wrapper p.footer-address:before {
	position: absolute;
	content: "\f041";
	color: #fff;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-size: 23px;
}
.footer-wrapper p.footer-mail {
	position: relative;
}
.footer-wrapper p.footer-mail:before {
	position: absolute;
	content: "\f0e0";
	color: #fff;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-size: 17px;
}
.footer-address-wrapper p {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	padding: 0 0 0 35px;
}
.footer-header h4 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	color: #ecf0f3;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 12px 0;
}
.footer-header h4:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 33px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.footer-wrapper ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	font-family: "Raleway", sans-serif;
	padding: 0 0 0 13px;
	position: relative;
	margin: 0 0 2px 0;
}
.footer-wrapper  ul li a:before {
	position: absolute;
	color: #fff;
	left: 0;
	top: 11px;
	background: #fff;
	width: 5px;
	height: 1px;
	content: "";
}
.footer-wrapper  ul li a:hover {
	color: #666;
}
.footer-wrapper .blog-img img{height:50px;}
.blog-descrpt h5 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	color: #ecf0f3;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 12px 0;
	font-family: "Raleway", sans-serif;
}
.blog-descrpt h5:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 33px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.blog-descrpt span {
	font-size: 15px;
	font-weight: 400;
	color: #056839;
	margin: 0 0 10px 0;
	position: relative;
	font-family: "Raleway", sans-serif;
}
.blog-row {
	margin-bottom: 12px;
}
.footer-bottom {
	background: #2a2a2a;
	text-align: center;
	padding: 12px 0 12px 0;
}
.footer-follow ul li {
	display: inline-block;
}
.footer-follow h5 {
	font-size: 12px;
	color: #9b9b9b;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	margin: 5px 0 5px 0;
}
.footer-follow p {
	font-size: 12px;
	color: #6c6c6c;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	margin: 0 0 0 0;
}
.footer-follow p a {
	color: #6c6c6c;
}
.footer-follow p a:hover {
	color: #fff;
}
.inner_page{
		min-height:600px;
}
.inner_page .service-page{
		text-align:left;
}
.inner_page{
		padding:30px 0 0 0px;
}
.inner_page .service-page .single_serv_home img{
		margin:0 0 20px 0px;
}
.inner_page .bread_cumb{
		border-bottom:1px solid #ccc;
		padding:0 0 15px 0px;
}
.inner_page .contact_page input[type=text], .inner_page .contact_page input[type=email],
.inner_page .contact_page input[type=tel]
{
		padding:0 0 0 15px;
		margin:0 0 15px 0;
		height:35px;
}
.inner_page .contact_page span{
		display:block;
}
.inner_page .contact_page textarea{
		width:100%;
		padding:10px 0 0 15px;
}
.inner_page .contact_page input[type=submit]{
		background:#000;
		padding:0px 20px;
		font:700 14px "Raleway", sans-serif;
		line-height:45px;
		color:#fff;
		border:none;
		outline:none;
		text-transform:uppercase;
		margin:20px 0 0 0px;
}
.footer-top a{
		color:#fff;
}

.contact-us span.contact-fixed-btn{position:fixed;cursor:pointer;right:0;top:167px;z-index:9;}

.inner_page .service-page .single_serv_home::before{display:none;}
.inner-header{font-size:26px;color:#666;margin-bottom:25px;position:relative;padding:0 0 15px 0;text-transform:uppercase;}
.inner-header:before{position:absolute;content:"";background:#666;width:70px;height:1px;left:0;bottom:0;}
.inner-header:after{position:absolute;content:"";background:#666;width:40px;height:1px;left:0;bottom:-6px;}
.gallery-wrapper-inner{margin-bottom:20px;}
.gallery-wrapper-inner a img{height:181px;}
.bread_cumb p{font-size:13px;}
.bread_cumb p a{color:#ab1c1a;}
.bread_cumb p a:hover{color:#666;}
/*
.contact_page iframe{
		height:310px;
}
*/
.slider_area .carousel-indicators
{
	bottom: 60px;
}
.header .navbar-brand{
		height:auto;
		padding:0;
}
.header .navbar-inverse{
		background:none;
		border:none;
}
.header .navbar-inverse ul{
		float:right;
		text-align:left;
		margin: 20px 0 0 0px;
}/*27-07-2017 (SB)*/
.header .navbar-inverse ul li{
		float:left;
		margin:0 0 0 0px;
}
.header .navbar-inverse ul li a:after{
		content:"|";
		float:left;
		padding:0 20px;
		color: #f34644;
}/*27-07-2017 (SB)*/
.header .navbar-inverse ul li:first-child a:after{
		content:"";
		padding:0;
}
.header .navbar{
		padding:0;
		margin:0;
}
.header .navbar-inverse ul li a{
		padding:0;
		margin:0;
		font:400 15px 'Conv_MyriadPro-Regular';
		line-height:20px;
		color: #fff;
		text-transform:uppercase;
}/*27-07-2017 (SB)*/
.header .navbar-inverse ul li a:hover, 
.header .navbar-inverse ul li a.active,
.header .navbar-inverse ul li a:focus,
.header .navbar-inverse ul li.current-menu-item a
{
		color: #d7930b;
}
.service-page .single_serv_home{
		text-align:left;
		padding:20px;
		border:1px solid #ccc;
		margin:0 0 20px 0px;
	width: 100%;
	float: left;
}
.service-page .single_serv_home img{
		display:none;
		width:auto;
		height:auto;
}
.single_serv_home h4::before{
		content:"";
		background:none;
}
.service-page .single_serv_home h4{
		font-size:30px;
	color: #AB1C1A;
}
.inner_page_testimonial .single_testi_inner{border:1px solid #ccc;padding:20px;margin:0 0 20px 0;box-shadow:0 0 3px #ccc; }
.inner_page_testimonial .single_testi_inner p{font-size:13px;color:#777;}
.single_blog{margin:0 0 20px 0;}
.single_blog .blg_content a{border: 1px solid #010101;border-radius: 30px;color: #010101;font-size: 12px;font-weight: 400;padding: 7px 26px 6px;
text-transform: uppercase;}
.single_blog .blg_content a:hover{background-color:#ab1c1a;}
.single_blog .blg_content p{font-size:13px;color:#777;text-align:justify;}
.single_blog .blg_content h3{font-size:24px;margin:0 0 15px 0; color:#666;}
.contact-page-contact .form-group .wpcf7-form-control-wrap{width:100%;}
.contact-page-contact .form-group  .btn{background:#ab1c1a;border:1px solid #fff;}
@media only screen and (max-width:760px){
	
	
.header .navbar-brand > img {
    display: block;
    margin: 5px 0 0 7px;
    width: 50%;
}
.header .navbar-toggle{
	margin-right: 10px;
}
.header .navbar-inverse ul{
		float:none;
}
.header .navbar-inverse ul li{
		float:none;
		display:block;
		border-bottom:1px solid #ccc;
		padding:5px 0;
}
.header .navbar-inverse ul li a:after{
		content:"";
		padding:0;
}
img{
		max-width:100%;
		height:auto;
}
.single_blog .blg_content h3{
		margin:15px 0 15px 0px;
}
	
	
}
@media only screen and (min-width:760px) and (max-width:1024px){
.header .navbar-header button{
		display:none;
}
img{
		max-width:100%;
		height:auto;
}
.header .navbar-header{
		width:12%;
}
.header #navbar{
		float:right;
}
.header .navbar-inverse ul {
    float: right;
    margin: 15px 0 0;
    text-align: left;
}
.header .navbar-inverse ul li a::after{
		padding: 0 10px;
}
.single_blog .blg_content h3{
		margin:15px 0 15px 0px;
}
}
.blg_img img{
		width:100%;
		height:auto;
}
.blg_img img{
		border:1px solid #ccc;
}


/***************************************
			27-07-2017 (SB)
***************************************/
.associate_tp{
	text-align: center;
}
.associate_tp h1{
	font-size:18px;
	text-transform: uppercase;
	margin:15px 0 15px 0; 
	color:#ec807f;
	font-weight: 300;
}


.associate_tp ul{
	margin-left: 20%;
}

.associate_tp ul li{
	float: left;
	margin: 0 6px;
	border: #b5605e 1px solid;
}

.header-follow{
	margin-top: 15px;
}

.header-follow span.had_tell{
	color: #f34644;
	font: 400 35px 'Conv_MyriadPro-Regular';
	
}

.header-follow span.had_tell a{
	color: #fff;
	text-decoration: none;
	font: 400 35px 'Conv_MyriadPro-Regular';
	padding: 0 15px 0 10px;
}


.header-follow span.head_email, .header-follow p.address_hm{
	color: #f34644;
	font: 400 15px 'Conv_MyriadPro-Regular';
	
}

.header-follow span.head_email a, .header-follow p.address_hm span{
	color: #fff;
	text-decoration: none;
	font: 400 15px 'Conv_MyriadPro-Regular';
	padding: 0 15px 0 10px;
}


.header-follow span a:before{
	display: none;
}

.header .navbar-inverse{
	background-image: none !important;
	    background: none;
    border: none;
}

.twitter .f_icon_txt div{
	width: 50%;
	height: auto;
	float: left;
	font: 400 14px 'Conv_MyriadPro-Regular';
	color: #fff;
	text-transform: uppercase;
	padding-top: 22px;
}


#search-3 #searchform input[type="text"]{
	display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid #741311;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
	float: left;
}

#search-3 #searchform input[type="text"]:focus {
	border-color: #ab1c1a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171,28,26,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171,28,26,.6);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#search-3 #searchform label{
	display: block;
}
#search-3 #searchform input[type="submit"] {
	background: #3e434a;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Conv_MyriadPro-Regular';
    padding: 8px 12px 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .7px;
    border: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    text-decoration: none;
	float: left;
}
#search-3 #searchform input[type="submit"]:hover {
	background: #ab1c1a;
	color: #fff;
	border: 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

#recent-posts-3 {
	padding-top: 35px;
}

#recent-posts-3 h2.widgettitle {
	font-family: 'Conv_MyriadPro-Regular' !important;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

#recent-posts-3 h2.widgettitle:after{
	width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ccc;
    content: "";
}

#recent-posts-3 ul li{
	padding: 5px 0;
}

#recent-posts-3 ul li a{
	text-decoration: none;
	color: #777;
}

#recent-posts-3 ul li a:hover{
	color: #ab1c1a;
}

#categories-3 h2.widgettitle {
	font-family: 'Conv_MyriadPro-Regular' !important;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

#categories-3 h2.widgettitle:after{
	width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ccc;
    content: "";
}

#categories-3 ul li{
	padding: 5px 0;
}

#categories-3 ul li a{
	text-decoration: none;
	color: #777;
}

#categories-3 ul li a:hover{
	color: #ab1c1a;
}

.fb_like iframe{
	width: 250px !important;
}
.header .navbar {
    margin:-52px 0 0;
    padding:0;
    position:relative;
    top:-12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.header .navbar {
    margin:-52px 0 0;
    padding:0;
    position:relative;
    top:0px;
}
}
@media only screen and (max-width:760px){
.header .navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    text-align: center;
}
.header .navbar-brand > img {
    display: inline-block;
    margin: 5px 0 0 7px;
    width: auto;
}
.associate_tp ul li {
    border: 1px solid #b5605e;
    float: none;
    margin: 0 0 15px;
}
.associate_tp ul {
    margin-left:0;
    text-align: center;
}	
}



* ====== Mobile Menu ====== *
ul.accordion {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}
ul.accordion .inner {
    display: none;
    overflow: hidden;
}
ul.accordion li {
    margin: 0;
}
ul.accordion li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none no-repeat scroll center center;
    border-color: gray;
    border-image: none;
    border-radius: 0.15em;
    border-style: solid;
    border-width: 0 0 1px;
    color: #454545;
    display: block;
    font-family: Arial,metapronorm;
    font-size: 16px;
    height: 58px;
    line-height: 34px;
    padding: 0.75em;
    position: relative;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 100%;
}
ul.accordion li li a {
    font-size: 14px;
}
ul.accordion li a:hover {
	color: #fff;
    background-color: #f34644;
}
ul.accordion li a.toggle i:before {
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
}
#top {
    border-top: 1px solid gray;
}
ul.accordion ul.inner li > a {
    padding-left: 2em;
}
ul.accordion ul.inner .inner li > a {
    padding-left: 3em;
}
ul.accordion ul.inner .inner .inner li > a {
    padding-left: 4em;
}
ul.accordion li a.toggle.expanded i:before {
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
}
#xs-header-menu li.current_page_item a, #xs-header-menu li.current-menu-item a, #xs-header-menu li.current-service-ancestor > a.toggle {
    background: #f34644 none repeat scroll 0 0;
    color: #fff;
}
#xs-header-menu li.current-service-ancestor > a.toggle i:before {
    color: #fff !important;
}
#header-menu a, #xs-header-menu a {
    cursor: pointer;
}
.footer-bottom .footer-follow ul{
	margin: 5px 0;
}
.footer-wrapper #menu-useful-links li.current-menu-item a {
    color: #A21917;
    background-color: transparent;
}

#navbar ul li:last-child ul{
left: auto;
right: 0;
}
#navbar ul li:last-child ul li ul {
    left: auto;
    right: 100%;
    top: 0;
    margin-top: 6px !important;
}



/**** codey by aananda ===*/
.border1
{
	border: 1px solid #000;
}

.product_box {
    padding: 0 2px;
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
	position: absolute;
}
#product-carousel .owl-controls .owl-nav .owl-prev, #product-carousel .owl-controls .owl-nav .owl-next {
	top: 0;
	bottom: 0;
	margin: auto;
	width: 46px;
	height: 46px;
	font-size: 2em;
	color: #4670bb;
	display: block !important;
}
#product-carousel .owl-controls .owl-nav .owl-prev {
	left: -49px;
	width: 37px;
	height: 49px;
	background: transparent;
}
#product-carousel .owl-controls .owl-nav .owl-next {
	right: -40px;
	left: auto;
	width: 41px;
	height: 49px;
	background: transparent;
	background-repeat: repeat;
}
.owl-prev i {
	color: #3a3939;
    margin: 3px 0 0 0;
    font-size: 36px;
}
.owl-next i {
	color: #3a3939;
    margin: 3px 0 0 0;
    font-size: 36px;
}




