/*************************
*******Typography******
**************************/
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #292929;
	font-size: 16px;
	line-height: 24px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
.blue {
	background: #0f9ad3 !important;
	border-radius: 4px;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup, sub {
	font-size: 75%;
	line-height: 0;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
pre {
	display: block;
	overflow: auto;
}
code {
	font-family: 'Courier New', Courier, monospace;
}
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: hide;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	-webkit-appearance: none;
}
button, input, select, textarea {
	vertical-align: baseline;
 *vertical-align: middle;
	-webkit-border-radius: 0;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a, a:hover {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.custom-slider>.indicators{
	z-index: 9999999;
	bottom: -55px;
}
.slider .indicators .indicator-item.active{background: #0f9ad3;}
.top-nav {
	background: #0f9ad3;
	color: #fff;
}
#dropdown1 {
	min-width: 208px;
	height: 100% !important;
    max-height: 340px;
}
.dropdown-content li>a, .dropdown-content li>span{color: #292929}
.dropdown-content{min-height: 340px !important}
.custom-nav {
	background: #fff;
	color: #292929;
	box-shadow: none;
	height: 100px;
    padding-top: 8px;
	line-height: 85px;
}
.custom-nav>.nav-wrapper>ul li a {
	color: #292929;
}
.custom-nav>.nav-wrapper>ul li a i{line-height: 85px;}
.brand-logo {
	color: #292929 !important;
}
.top-nav-left {
	padding: 7px 0;
}
.top-nav-left ul li {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.top-nav-left ul li i {
	font-size: 18px;
	line-height: 21px;
}
.top-nav-social-icon ul li {
	display: inline-block;
	padding: 0 8px;
}
.top-nav-social-icon ul li a {
	color: #fff;
}
.top-nav-social-icon ul li a i {
	font-size: 27px;
	line-height: 38px;
}
header {
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}
.custom-padding {
	padding: 0 !important;
}
.card .card-content {
    padding: 24px 0px;
}
.custom-nav .nav-wrapper .button-collapse {
	color: #292929 !important;
	float: right !important;
}
.slider-description {
	background: #0f9ad3;
	color: #fff;
	padding: 30px 20px;
	height: 510px;
}
.slider-description-1 {
	position: relative;
	margin-left: 25px;
	padding-bottom: 14px
}
.slider-description-1 h2 {text-transform: uppercase;margin-top: 20px;}
.slider-description-1 span {
	position: absolute;
	border-bottom: 2px solid #fff;
	width: 254px;
	top: 31px;
}
.slider-description-1 ul li {
	text-align: right;
	display: block;
	width: 60%;
}
.slider .slides li {
	height: 510px;
}
.custom-caption {
	background: #0f9ad3;
	width: 40% !important;
	opacity: .30;
	padding: 12px 0px 20px 26px;
	border-bottom: 5px solid #fff;
	top: 24% !important;
}
.home-about-inner {
	text-align: justify;
}
.home-about-inner h2, .home-services-title h2 {
	font-size: 30px;
	line-height: 40px;
}
.home-about-inner h2 strong, .home-services-title h2 strong {
	font-size: 48px;
	line-height: 52px;
}
.home-about-img {
	margin: 36px 0 0;
}
.home-about-us {
	padding: 30px 0;
}
.home-about-us a {
	margin: 24px 0 0;
}
.home-services {
	background: url(../images/services-img.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0 0 40px;
}
.home-services-inner {
	background: #fff;
	padding: 37px 27px 30px;
	-webkit-box-shadow: 0px 1px 14px 0px rgba(71,70,71,1);
	-moz-box-shadow: 0px 1px 14px 0px rgba(71,70,71,1);
	box-shadow: 0px 1px 14px 0px rgba(71,70,71,1);
	text-align: center;
}
.home-services-inner:hover {
	background: #0f9ad3;
	color: #fff;
}
.home-services-inner:hover .home-service-icon {
	background: #fff;
	color: #0f9ad3;
}
.home-services-inner:hover h3 {
	color: #fff;
}
.home-services-title {
	color: #fff;
	text-align: center;
	padding: 35px 0 40px;
}
.home-service-icon {
	background: #0f9ad3;
	width: 75px;
	position: relative;
	margin: 0 auto;
	height: 75px;
	line-height: 75px;
	border-radius: 100px;
	text-align: center;
}
.home-service-icon i {
	background: #0f9ad3;
	width: 69px;
	height: 69px;
	line-height: 70px;
	border-radius: 100px;
	border: 1px solid #fff;
	font-size: 40px;
	margin: 1px auto;
	display: block;
	text-align: center;
	position: absolute;
	left: 3px;
	top: 2px;
	color: #fff;
}
.home-services-inner h3 {
	color: #0f9ad3;
	font-size: 25px;
	line-height: 30px;
}
.slider {
	width: 100%;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,  .slick-next:before {
	color: black;
}
.form-bg {
	background: url(../images/footer-uper-img.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding: 40px 0 0;
	border-bottom: 10px solid #292929;
}
.custom-client-slider {
	height: 80px !important;
	margin: 40px auto 100px;
}
footer {
	background: #0982be;
	padding: 20px 0;
}
.footer-about-us {
	color: #fff;
}
.footer-about-us h2, .footer-services h2, .contact-info h2, .footer-map h2 {
	color: #fff;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.footer-about-us p {
	font-weight: 300;
}
.footer-about-us a {
	color: #fff;
}
.footer-about-us a:hover {
	text-decoration: underline
}
.footer-services ul li {
	border-bottom: 1px dashed #fff;
	padding: 12px 0;
}
.footer-services ul li a {
	color: #fff;
}
.footer-services ul li a i {
	float: right;
}
.footer-services ul li:first-child {
	padding-top: 0;
}
.contact-info ul li {
	padding: 10px 0;
	color: #fff;
	font-weight: 200;
}
.footer-social-icon {
}
.footer-social-icon ul li {
	display: inline;
}
.footer-social-icon ul li a {
	color: #fff
}
.footer-social-icon ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 0 4px;
}
.footer-social-icon ul li a i:hover {
	background: #fff;
	color: #0982be
}
.footer-bottem {
	background: #026091;
	padding: 20px 0;
}
.footer-bottem-inner {
	color: #fff;
	text-align: center;
}
.footer-bottem-inner p {
	margin: 0;
}
.footer-bottem-inner p a {
	color: #fff;
}
.footer-bottem-inner p a:hover {
	text-decoration: underline;
}
/* Serach */
/*#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	height: 2rem;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
#demo-2 i{
	margin: 0 0 0 -25px;
}
#demo-2 input{
	border: 1px solid #292929;
}*/
.gallery-box {
	padding: 40px 0 0;
}
.gallery-box-inner {
	text-align: center
}
.gallery-box-inner h2 {
	font-size: 30px;
	line-height: 40px;
}
.client-main {
	padding: 40px 0;
}
.form-bg-img {
	margin-top: 46px;
}
.form-bg-img img {
	display: block;
	width: 100%;
}
.custom-row {
	margin-bottom: 0;
}
.form-btn {
	padding: 3px 80px 0;
	float: right;
	height: 40px;
}
.slick-dots {
	display: none !important;
}
/*About Us css start here*/
.body-content, .pricing-block {
	background-color: #fff;
	background: url(../images/header-pattern.png) #fff no-repeat;
}
.body-content .desc {
	color: #292929;
}
.body-content .title {
	text-transform: uppercase;
}
.text-lg{
	font-weight:normal;color:#cfd8dc;
}
.pricing-block{
	text-align:center!important;background-color:#ffffff;background: url(../images/header-pattern.png) #ffffff;box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.text-md{height:148px;overflow:hidden;}
.desc ul li{
	list-style: circle;
	list-style-position: outside;
	text-align: left;
	margin-left: 10px;
}
.aboutUs-banner{
	background: url(../images/header-pattern.png) #f2f2f2 no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.aboutUs-title{
	color: #292929;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	padding: 55px 0;
	margin: 0
}
/*Smog Check page css start*/
.home-about-inner ul{}
.home-about-inner ul li{
	list-style-image: url(../images/car-icon.png);
	list-style-position: outside;
	margin-left: 23px;
	padding: 8px 0 8px 5px;
}
/*Quick SUper Store css start here*/
.super-store-banner{
	background: url(../images/header-pattern.png) #f2f2f2 no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	margin: 0px;
}
.gray-bg{
	background: #f2f2f2;
    padding: 30px 9px;
    margin-top: 57px;
}
.custom-card-action a strong{
    color: #0f9ad3;
    font-size: 25px;
    line-height: 30px;
}
/*gallery css start here*/
.card-height{min-height: 120px}