/*
Theme Name:   HVAC101 Child 5
Theme URI:    http://havenotmadewebsiteyet.com/
Description:  HVAC101 Child Theme
Author:       Alias Harris
Author URI:   http://havenotmadewebsiteyet.com/
Template:     hvac101
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto:300,400,500,700,900&display=swap');

/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

*{
	font-family: 'Roboto', sans-serif;
}

body {
	font-family: 'Roboto', sans-serif;
	background: url(/wp-content/themes/hvac101-child-5/images/main-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
	font-size: 14px !important;
}
body:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: -1;
}
div#page {
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 900 !important;
}
.home.page-template h1,
.home.page-template h2,
.home.page-template h3,
.home.page-template h4,
.home.page-template h5,
.home.page-template h6{
	color: #fff !important;
}

h1{font-size: 36px !important;}
h2{font-size: 30px !important;}
h3{font-size: 24px !important;}
h4{font-size: 18px !important;}
h5{font-size: 16px !important;}
h6{font-size: 14px !important;}
/*p{color: #bbb !important;}*/
.inner-page p{color: #999 !important;}
.home p{ color:#fff;}

/* footer p{
color: #bbb !important;
} */

span.nav-dropdown-arrow{
	display: none !important;
}

.main-title{
	display: block;
	position: relative;
	margin: 0 0 50px;
}
.main-title.sub-title{
	margin: 0 0 40px;
}
.main-title.sub-title p {
	margin: 10px 0 0;
}
.main-title .section_heading{
	position: relative;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
}
.main-title .section_heading:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 70px;
	top: -15px;
	right: -55px;
	z-index: -1;
}
/* .main-title.text-center .section_heading:before{
content: none;
}
.main-title.white .section_heading{
color: #fff !important;
}
.main-title.white .section_heading:before{
background: #fff;
} */


ul#menu-top-menu {
	margin-top: -80px;
}


/*Slider*/
.c-cap h1 {
	line-height: 50px;
	font-weight: 400 !important;
	background: #19b88c;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	border-radius: 10px;
}
.c-cap h1 + h1{
	font-weight: 900 !important;
	display: block;
}



@media only screen and (max-width: 576px) {

	.col-sm.header-box.box-1 {
		width: 210px !important;
	}

	.col.header-box.box-2 {
		min-width: 50%;
	}

}


/* Styles for this theme */

/* For screen 1400px or bigger*/
@media (min-width: 1400px) {
	.container {
		max-width: 1330px;
	}
}
/*Bigger container for bigger screen ends*/



/*Header Area*/

/*Main menu and fix top sticky feature */
/* For screen 1000px or bigger*/
@media (min-width: 1000px) {

}


.fixed-top ul#menu-main-menu{
	margin-top: 0px;
}

.fixed-top .justify-content-end{
	justify-content: center!important;
}

ul#menu-top-menu{
	background: transparent;
	padding: 0;
}


/* For screen 991px or bigger*/
@media (min-width: 991px) {

	div#mobile-nav {
		display: none;
	}

	.nav-switch-mobile {
		display:none;
	}

}
.logged-in header#masthead {
	top: 30px;
}

header#masthead {
	width: 100%;
	z-index: 10;
	color: #aeaeae;
}

header#masthead nav.main-menu.fixed-top{
	/*  background-color: rgba(17,141,240, 1) !important; */
}
header#masthead nav.main-menu.fixed-top ul#menu-main-menu li a.nav-link:hover,
header#masthead nav.main-menu.fixed-top .main-navbar .dropdown-menu{
	/*    background: rgba(255,75,104,1) !important; */
}


/* Home Page General Styles*/

/*Social Share Plugin */
.social-sharing.ss-social-sharing a {
	vertical-align: middle;
}

.social-sharing.ss-social-sharing {
	background: #ededed;
	padding-left: 10px;
	margin-bottom: 20px;
}

/* For Social Share Plugin Ends */


/*Attach menu to top upon scroll*/
.logged-in.admin-bar .fixed-top{
	margin-top: 32px;
}



/* Home About Section*/

/*About ends*/


/* Home Services */

/* Home Services ends */

/* Testimonials */

/* Testimonials Ends */

/* Featured Manufacturer */

/* Featured Manufacturer Ends */



/* Areas we serve */

/* Areas we serve Ends */


/* Inner page */

.inner-page header#masthead:before{
	height: 452px;
}

.logged-in.inner-page header#masthead:before{
	height: 482px;
}


div#content {
	z-index: 1;
	position: relative;
}
.inner-page div#content{
	background: #fff;
	padding: 70px 0;
}

.inner-page .page-inner-heading {
	color: #fff;
	/* 	background: url(images/breadcrumb.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed; */
	padding: 100px 0;
	margin: 0;
}

.inner-page .page-inner-heading a{
	color: #fff;
}

.logo-row .custom-logo-link img{
	max-width: 170px;
}


.hvac101-footer h2.widgettitle {
	color: #dfdfdf;
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
}


/*Mobile Menu*/
div#nav-slide-right ul li a {
	font-size: 14px;
}

div#nav-slide-right ul {
	position: relative;
	padding: 0;
	list-style: none;
}

div#nav-slide-right ul.side-nav-body > li {
	border-width: 1px 0;
	border-color: #ededed;
	border-style: solid;
}

div#nav-slide-right ul li ul {
	margin-left: 10px;
	padding: 0 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.sidenavR ul li > ul li{
	border-width: 1px 0;
	border-style: solid;
}

span.rslide-li-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 46px;
	height: 36px;
	/* 	background: #33303066; */
	text-align: center;
	display: inline-block;
	visibility: visible;
	/* 	border: 1px solid #33303066; */
	color: #fff;
	line-height: 3;
	font-size: 13px;
}

.side-nav-header .closebtn {
	display: inline-block;
	top: 40px;
	left: 10px;
	width: 46px;
	height: 36px;
	background: #33303066;
	text-align: center;
	border: 1px solid #33303066;
	color: #fff;
	line-height: 1.2;
	font-size: 30px;
	z-index: 1000000000;
	padding: 0 !important;
}

div#nav-slide-right ul li{
	position: relative;
}

.sub-menu{
	display: none;
}

div#mobile-nav {
	display: none;
}

.nav-switch-mobile{
	display: none;
}

/*Mobile Menu Ends */

@media (max-width: 1415px){
	
	/* .site-header{
	position: relative !important;
	padding: 0 !important;
	margin: 0 !important;   
} */

	div#mobile-nav {
		display: block;
		z-index: 10000;
		position: relative;
	}


	span.open-nav {
		display: inline-block;
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		font-size: 30px;
		padding: 0 14px!important;
	}

	.nav-switch-mobile {
		position: absolute;
		z-index: 100;
		top: 20px;
		right: 20px;
		display:none;
	}

	
	.logo-row .btn-group {
		margin: 0 80px 0 0;
	}
	/* 	.logged-in .nav-switch-mobile{
	top: 98px;
} */
	.logo-row .btn-group {
		margin: 0 70px 0 0;
	}


}


/*Main menu and fix top sticky feature */
/* For screen 1000px or bigger*/
@media (min-width: 1000px) {

}

.fixed-top ul#menu-main-menu{
	margin-top: 0px;
}

.fixed-top .justify-content-end{
	justify-content: center!important;
}

/* For screen 991px or bigger*/
@media (min-width: 991px) {

	/* 	div#mobile-nav {
	display: none;
}

	.nav-switch-mobile {
	display:none;
} */


	.logged-in header#masthead {
		top: 30px;
	}

}

/* For screen size between 991 and 1200 */
@media screen and (max-width: 1200px) and (min-width: 991px){

	header#masthead .container {
		max-width: 95% !important;
		width: 95%;
	}

}

/* For screen 991 or smaller*/
@media (max-width: 991px) {

	.top-menu-wrapper {
		display: none;
	}
.section-home-page-about .content-div p {
    text-align: left;
}
	.inner-page header#masthead:before{
		height: 100%;
	}

	ul#menu-top-menu {
		display: inline-block;
	}

	.fixed-top ul#menu-main-menu{
		display: none;
	}



	.top-menu-wrapper {
		overflow: hidden;
		padding: 0;
		height: auto !important;
		margin: 5px auto;
	}

	button.navbar-toggler.navbar-toggler-right {
		display: none;
	}

	div#navbarTop {
		display: block !important;
		background: none !important;
		text-align: center !important;
		margin: 0;
	}


	div#navbarTop ul{
		padding: 0 !important;
		margin: 0 !important; 
		display: inline-block !important;
		background: none !important;
		text-align: center !important;
	}

	div#navbarTop ul li{
		display: inline-block !important;
	}

	div#navbarTop ul li a{
		background: none !important;
		border: none;
	}

	.top-menu-wrapper > nav > .container > span{
		display: none;
	}


}

/* For screen 1100 or smaller*/
@media (max-width: 1100px){
	.c-cap h1 { font-size: 40px; line-height: 1; font-weight: 700; }
	.c-cap h2 { font-size: 35px; line-height: 1; font-weight: 700; }
	.c-cap h3 { font-size: 20px; line-height: 1; font-weight: 700; }
	.c-cap h4 { font-size: 25px; line-height: 1; font-weight: 700; }
	.c-cap h5 { font-size: 20px; line-height: 1; font-weight: 700; }
	.c-cap h6 { font-size: 15px; line-height: 1; font-weight: 700; }
}

.sidenav a, .sidenavR a {
	padding: 12px 8px 12px 32px;
}

.sidenavR {
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: .25s;
	width: 0;
	z-index: 1;
}

.sidenavR a {
	color: #818181;
	display: block;
	font-size: 14px;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	transition: .3s;
}

.sidenavR a:hover,.offcanvas a:focus {
	color: #f1f1f1;
}

.slide-nav-wrapper {
	position: relative;
	margin-bottom: 80px;
}

.logged-in.admin-bar .slide-nav-wrapper {
	margin-top: 80px;
}

.side-nav-header {
	width: 100%;
	max-width: 250px;
	height: 35px;
	z-index: 10000;
}

.logged-in.admin-bar .side-nav-header{
	position: fixed;
	top: 44px;
}

.side-nav-footer {
	visibility: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 0;
	max-width: 250px;
	height: 80px;
	z-index: 10000;
	transition: .25s;
}

#nav-slide-right.nav-open .side-nav-footer {
	visibility: visible;
	width: 100%;
}

div#nav-slide-right ul.side-nav-body {
	position: relative;
}

#nav-slide-right.nav-open{
	width: 250px;
}


/* For screen 768 or smaller*/


/*Inner pages*/
aside#secondary {
	padding: 0 15px;
	margin: 0 0 70px auto;
	/* 	max-width: 380px; */
}

ul#menu-main-menu > li.active:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}

.fixed-top ul#menu-main-menu > li.active {
	border-bottom: none;
}

aside#secondary .widget_recent_blog .row a {
	text-decoration: none;
	color: #000000;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 400;
}
aside#secondary .widget_recent_blog .row a:hover{color:#f7b92c;}

aside#secondary .widget-title {
	border: 0 !important;
	font-size: 20px !important;
	position: relative;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px;
	border-radius: 0 !important;
}
aside#secondary .widget-title:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #000;
}
aside#secondary .widget{
	overflow: hidden;
}

aside#secondary .textwidget{
	padding: 0;
}

.widget{
	margin: 0 0 60px;
}
.widget:last-child{
	margin: 0;
}

article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: capitalize;
	color: #292929;
}

.entry-meta {
	font-size: 16px;
	color: #747474;
	padding-right: 15px;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
}

.entry-meta i{
	margin-right: 6px;
}

.entry-meta > span {
	padding-left: 6px;
}

.entry-meta a{
	display: inline-block;
	border-right: 1px solid #c5c5c5;
	padding-right: 12px;
	line-height: 1;
}

article.format-standard {
	border-bottom: 1px solid #e6e5e5;
}

article .read-btn{
	margin: 15px 0 0;
}

.entry-footer span:last-child a {
	border: none;
}


/* Owl carousel navigation at top right */
.owl-nav-at-top-right{
	position: relative;
	text-align: center;
}
.owl-nav-at-top-right .owl-nav{
	position: absolute;
	top: -70px;
	right: 0;
	display: inline-block;
}

.owl-nav-at-top-right .owl-nav div{
	display: inline-block;
	border: 1px solid #fff;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: .8;    
	font-size: 35px;
	width: 40px; height: 40px;
	color: #fff;
}
/*Owl carousel top right ends */



.text-light,
a.text-light:focus, 
a.text-light:hover{
	color: #fff !important;
}
.btn{
	border-radius: 0 !important;
	padding: 14px 30px !important;
	font-size: 14px !important;
}
.btn i{
	margin: 0 5px 0 0;
}
div[class*=btn-outline-]{
	background: transparent;
}
.btn-outline-white{
	border: 1px solid #fff !important;
	color: #fff !important;
	background: transparent !important;
}
.btn-outline-white:hover{
	background: #fff !important;
	color: #000 !important;
}
.btn-outline-primary:hover,
.btn-outline-secondary:hover{
	color: #fff !important;
}
.btn.bg-primary-color,
.btn.bg-secondary-color{
	color: #fff;
}
section.home-section{
	padding: 70px 0 150px !important;
}
.top-bar{
	color: #fff;
	padding: 13px 0;
	margin: 0;
	box-shadow: 0px 0px 20px -2px #ccc;
	background: #fff;
}
.top-bar span.social-icon {
	display: inline-block;
	vertical-align: middle;
}
.top-bar,
ul#menu-top-menu li a{
	font-size: 14px;
}
.google-review-link{
	margin: 0 15px 0 0;
}
.top-bar .social-icon a:hover{
	color: #fff !important;
}
.social-icon a {
	margin: 0 5px 0 0;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 12px;
	position: relative;
	transition: all 0.3s ease;
	border-radius: 1000px;
}
/* .social-icon a:first-child {
border-left: 1px solid rgba(255,255,255,0.6);
} */
.social-icon a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.social-icon a:hover{
	/* background: #FF4B68;
	border-color: #FF4B68; */
}
.social-icon a:last-child{
	margin: 0;
}

ul#menu-top-menu li{
	margin: 0 10px 0 0;
}
ul#menu-top-menu li:last-child{
	margin: 0;
}
ul#menu-top-menu li a{
	padding: 0 .5rem;
	transition: all 0.3s ease;
	position: relative;
}
ul#menu-top-menu li a:before,
ul#menu-top-menu li a:after{
	content: "";
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	background: #fff;
	transition: all 0.3s ease;
	border-radius: 1000px;
}
ul#menu-top-menu li a:before {
	left: 0;
}
ul#menu-top-menu li a:after {
	right: 0;
}
ul#menu-top-menu li a:hover:before, ul#menu-top-menu li a:hover:after {
	width: 5px;
	height: 5px;
	top: 50%;
}
ul#menu-top-menu li a:hover{
	/* background: #FF4B68; */
}




.top-menu-wrapper {
	height: 0;
	display: none;
}

.logo-row{
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
.logo-row .logo-holder {
	padding: 24px;
	background: rgba(255,255,255,1);
}
.logo-row .col.header-box a.btn{
	margin-bottom: 0;
}
.logo-row .col.header-box.box-2 a.btn{
	font-weight: 700;
}
.logo-row .btn-group .btn {
	padding: 10px 15px !important;
	margin: 0 0 0 15px !important;
}
.logo-row .btn-group a.schedule-holder.btn:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
}
ul#menu-main-menu li{
	padding: 0;
	position: relative;
}
ul#menu-main-menu li .nav-link {
	padding: 14px .7rem;
}
ul#menu-main-menu li a.nav-link:hover{
	color: #fff !important;
	background: rgba(255,75,104,0.8);
}
ul#menu-main-menu li a:hover{
	color: #fff !important;
}
.dropdown-menu{
	border-radius: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
}
/* .dropdown-menu li{
padding: 4px 0 !important;
} */
header#masthead nav .navbar-collapse {
	padding: 0 12px;
	border-radius: 1000px;
	/*box-shadow: 0px 0px 23px -8px #000; */
}
/* header#masthead nav .navbar-collapse .schedule-holder i{
margin: 0 5px 0 0;
} */
header#masthead nav.main-menu.fixed-top .navbar-collapse .schedule-holder:hover{
	background: transparent !important;
	border-color: #fff !important;
}
.fixed-top ul#menu-main-menu {margin-top: 0px;}
header#masthead nav.main-menu.fixed-top .navbar-collapse{
	box-shadow: none;
	padding: 10px;
	justify-content: space-around;
}

.fixed-top ul#menu-main-menu {
    margin-top: 0px;
    margin-top: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
}
nav.main-menu{
	background: transparent !important;
	z-index: 2;
}
nav.main-menu .dropdown-menu{
	background: rgba(255,75,104,0.8) !important;
}
.dropdown-toggle::after{
	content: none !important;
}
nav.main-menu li.sub-mnu-right ul.dropdown-menu {
    left: auto;
    right: 0;
}
nav.main-menu li.sub-mnu-right ul.dropdown-menu ul.dropdown-menu {
    right: 100%;
}
#navbarNav{
	justify-content: space-between;
}
div#mobile-nav ul#menu-top-menu-1 {
    display: none;
}
/* #menu-main-menu{
justify-content: space-around;
} */

/* banner */
/* .section-home-page-slider{
margin: -25px 0 0;
} */
.home-slider .carousel-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: #000;
	opacity: 0.5;
}
.carousel-item .c-cap .btn{
	margin: 20px 0 0;
}
.c-cap{
	left: 0;
	right: 0 !important;
	transform: translateX(0);
}

.carousel-caption-mid-left,
.carousel-caption-top-left,
.carousel-caption-bottom-left{
	padding-right: 450px !important;
}
.carousel-caption-mid-right,
.carousel-caption-top-right,
.carousel-caption-bottom-right{
	padding-left: 450px !important;
}

.carousel-caption-mid-center,
.carousel-caption-top-center,
.carousel-caption-bottom-center{
	padding: 0 200px !important;
}

.carousel-caption-mid-left {
	transform: translateY(-50%) !important;
}

.carousel-caption-mid-center {
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.carousel-caption-mid-right {
	position: absolute;
	right: 15%;
	top: 50%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	transform: translateY(-50%) !important;
}

.carousel-indicators{
	left: auto !important;
	align-items: flex-end;
	height: 40px;
	display: none !important;
}
.carousel-indicators li{
	background-color: #fff !important;
	width: 11px !important;
	height: 11px !important;
	transition: all 0.3s ease;
}
.carousel-indicators .active{
	height: 40px !important;
}

.carousel-control-next, .carousel-control-prev{
	width: 5% !important;
}
/* end banner */

/* seer calculator section */
section.section-home-page-extra-pages{
	padding: 0 !important;
	margin: -65px 0 0;
}
.section-home-page-about .content-div p {
    text-align: justify;
}
.banner-btm-section{
	margin: 0 15px;
	background: #243743;
	opacity: 0.9;
	width: 100%;
	border-radius: 55.6px 0;
	display: flex;
}
.banner-btm-section .extra-page-single{
	display: flex;
	padding: 35px;
	position: relative;
}
/* .banner-btm-section .extra-page-single:before{
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 0;
bottom: 0;
width: 1px;
height: 40px;
background: #fff;
opacity: 0.7;
} */
.banner-btm-section .extra-page-single:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #19b88c;
	z-index: -1;
	border-radius: 55.6px 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.banner-btm-section .extra-page-single:hover:after {
	width: 100%;
	opacity: 1;
}
.banner-btm-section .extra-page-single:last-child:before{
	content: none;
}
.banner-btm-section .extra-page-single .image-div{
	width: 40px;
	margin: 0 15px 0 0;
}
.banner-btm-section .extra-page-single .paragraph-text p{
	margin: 0;
	color: #fff !important;
	font-size: 14px;
}
.banner-btm-section .extra-page-single .paragraph-text a{
	color: #fff;
}
/* end seer calculator section */

/* about */
section.home-section.section-home-page-about{
	padding-top: 130px !important;
}
.section-home-page-about .main-title{
	margin: 0 0 55px;
}
.section-home-page-about .row{
	align-items: center;
}
.section-home-page-about .content-div {
	padding: 0 0 40px;
}
.section-home-page-about .btn-group{
	margin: 40px 0 0;
	display: flex;
	justify-content: flex-end;
}
.section-home-page-about .btn-group .btn{
	margin: 0 25px 15px 0;
}
.section-home-page-about .btn-group .btn:last-child{
	margin: 0 0 15px 0;
}
.section-home-page-about .img-holder{
	position: relative;
	z-index: 0;
}
.section-home-page-about .img-holder:before{
	content: "";
	position: absolute;
	top: 100px;
	right: 100%;
	width: 120px;
	height: 1px;
	background: #fff;
}
.section-home-page-about .img-holder:after{
	content: "";
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 95px;
	height: 95px;
	z-index: -1;
}
section.home-section.section-home-page-about li {
    color: #fff;
    line-height: 30px;
	text-align:left
}
/* end about */


/* services */
.section-home-page-services .main-title{
	margin: 0 150px 30px;
}
.section-home-page-services .single-service-inner .service-body h4{
	margin: 0 0 15px;
}
.section-home-page-services .single-service-inner .service-body h4 a{color:#fff; text-decoration:none;}
.section-home-page-services .single-service:first-child .img-holder{
	position: relative;
	z-index: 0;
}
.section-home-page-services .single-service:first-child .img-holder:before{
	content: "";
	position: absolute;
	top: 55px;
	right: 100%;
	width: 100vw;
	height: 1px;
	background: #fff;
}
.section-home-page-services .single-service:first-child .img-holder:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 95px;
	height: 95px;
	z-index: -1;
}
.section-home-page-services .single-service:nth-child(2){
	margin: 80px 0 0;
}
.section-home-page-services .single-service:nth-child(3){
	margin: 160px 0 0;
}
.section-home-page-services .single-service:nth-child(4){
	margin: 240px 0 0;
}
.single-service-inner{
	transition: all 0.3s ease;
	text-align: center;
	padding: 0 25px;
}
.single-service-inner img{
	transition: all 0.3s ease-in-out;
}
.single-service-inner:hover img{
	transform: scale(1.05) rotate(5deg);
	-webkit-transform: scale(1.05) rotate(5deg);
}
.single-service-inner .img-holder {
	display: block;
	position: relative;
	margin: 0 0 15px;
	border: 5px solid #fff;
}
/* .single-service-inner .service-body{
padding: 25px;
background: rgba(255,255,255, 0.8);
box-shadow: 0px 0px 20px 0px #ddd;
} */
.single-service-inner .service-body p{
	/*height: 61px;*/
	overflow:hidden;
}
/* .section-home-page-services .our-service-layout-custom .single-service:nth-child(3) .single-service-inner,
.section-home-page-services .our-service-layout-custom .single-service:nth-child(4) .single-service-inner{
flex-direction: row-reverse;
} */
.single-service-inner .btn{
	padding: 3px 12px !important;
}
/* end services */

/* who we serve */
.section-home-page-who-we-serves {
	background: url(images/whoweserve.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.section-home-page-who-we-serves:before {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background: #28b78d;
	width: 50%;
	opacity: 0.7;
}
.section-home-page-who-we-serves:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 50%;
	bottom: 0;
	z-index: -1;
	width: 0;
	height: auto;
	border-style: solid;
	border-width: 0 0px 100vw 34vw;
	border-color: transparent transparent #28b78d transparent;
	opacity: 0.7;
}
.section-home-page-who-we-serves p{
	color: #fff !important;
}
.who-we-serve-single-a{
	text-align:center;
	display: block;
}
.who-we-serve-single-a .wws-img-div {
	width: 144px;
	height: 144px;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s ease;
	border: 5px solid #fff;
	border-radius: 1000px;
}
.who-we-serve-single-a .wws-img-div img{
	width: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.who-we-serve-single-a:hover .wws-img-div img {
	transform: translate(-50%, -50%) rotateY(180deg);
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	transition: all 0.3s ease;
}
.who-we-serve-single-a .single-who-we-serve{
	position: relative;
	z-index: 0;
}
.who-we-serve-single-a:hover{
	text-decoration: none;
}
.who-we-serve-single-a .wws-heading {
	padding: 15px 0;
}
.who-we-serve-single-a .wws-heading h5{
	margin: 0;
	color: #fff;
}
.who-we-serve-layout-custom-4 .col-sm-6{
	margin: 0 0 40px;
}
/* end who we serve */


/* testimonials */
.section-home-page-testimonials {
	background: url(images/testimonial.jpg) no-repeat;
	background-size: 100%;
	background-position: center !important;
}
.testimonials-layout-1 .quote-icon{
	padding: 0 90px;
	margin: 0px 0 -35px;
}
.testimonials-layout-1 .card{
	background-color: transparent;
	padding: 0 135px;
}
.testimonials-control{
	text-align: center;
}
.testimonials-layout-1 .dots .owl-dot.active span{
	background: transparent !important;
}
.dots .owl-dot span{
	/* background: #FF4B68 !important; */
}
.dots .owl-dot.active span{
	background: transparent !important;
	/* border-color: #FF4B68 !important; */
}
/* end testimonials */

/* promotions */
/* .section-home-page-promotions {
background: url(images/promo.jpg) no-repeat;
background-size: 100% 67%;
} */
/* .section-home-page-promotions .promo-img{
border: 4px solid #fff;
border-radius: 55px 0;
overflow: hidden;
box-shadow: 0px 0px 18px -4px #000;
margin: 0 0 10px;
} */
.section-home-page-promotions .owl-nav,
.section-home-page-promotions .owl-dots{
	display: none;
}
div#home-page-promotions {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 30px;
	align-items: center;
}
div#home-page-promotions .main-title {
	grid-column: 1/ span 2;
}
div#home-page-promotions .promo-image{
	position: relative;
	z-index: 0;
}
div#home-page-promotions .promo-image:nth-child(3):before{
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 95px;
	height: 95px;
	z-index: -1;
}
div#home-page-promotions .promo-image:nth-child(3):after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1px;
	height: 100vh;
	background: #fff;
}
/* end promotions */

/* locaiton we serve */
.service-areas-layout-3 .service-area-wrapper {
	padding: 40px;
	box-shadow: 0px 0px 9px 0px #ddd;
	border-radius: 20px;
	border-left: 7px solid #28b78d;
	background: rgba(255,255,255,1);
}
section.home-section.section-home-page-service-areas {
	background: url(images/location-serve.jpg?_t=1552029434) no-repeat;
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
}
.service-areas-layout-3 .service-areas-content-wrapper,
.service-areas-layout-3 .service-areas-content-wrapper ul{
	padding: 0;
	margin: 0;
}
.service-areas-layout-3 .service-areas-content-wrapper ul{
	display: flex;
	flex-wrap: wrap;
}
.service-areas-layout-3 ul.menu li {
	max-width: 20%;
	flex: 0 0 20%;
}
.service-areas-layout-3 ul.menu li a{
	position: relative;
	color: #000;
	padding: 0 0 0 15px;
	transition: all 0.3s ease;
}
.service-areas-layout-3 ul.menu li a:before{
	content: "\f276";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
/* end location we serve */

/* manufacture */
section.home-section.section-home-page-featured-manufacturer {
	padding-bottom: 70px !important;
}
.section-home-page-featured-manufacturer .img-holder{
	position: relative;
	z-index: 0;
}
.section-home-page-featured-manufacturer .img-holder:after{
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 95px;
	height: 95px;
	z-index: -1;
}
.section-home-page-featured-manufacturer .row{
	align-items: center;
}

/* end manufacture */


/* footer */
.site-footer{
	padding: 0;
	background: transparent;
	overflow: hidden;
}
.site-footer .footer-style-3{
	overflow: hidden;
	padding: 120px 0;
}
.site-footer .footer-1{
	padding: 0;
}
.site-footer .footer-1-holder{
	background: rgba(255,255,255,0.8);
	padding: 50px;
	position: relative;
}
.site-footer .footer-1-holder:before{
	content: "";
	position: absolute;
	top: 75px;
	right: 100%;
	height: 1px;
	width: 100vw;
	background: #fff;
}
.site-footer .footer-1 .footer-widget-wrapper:nth-child(1) img {
    max-width: 220px !important;
    margin: 0 0 30px;
}
.site-footer .widgettitle{
	color: #fff !important;
	margin: 0 0 35px !important;
	font-size: 24px !important;
}
.site-footer p, .site-footer .footer-2 a{
	color: #fff !important;
            display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site-footer .btn{
	/* 	display: block; */
	margin: 0 20px 20px 0;
}
.site-footer .menu-areas-we-serve-container{
	overflow: hidden;
}
.site-footer .menu-areas-we-serve-container ul{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.site-footer .menu-areas-we-serve-container ul li {
	margin: 0 0 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
}
.site-footer .service-areas-container{
	overflow: hidden;
}
.footer-widget-wrapper .textwidget{
	padding: 0;
}
.footer-widget-wrapper .textwidget i{
	position: static;
	transform: none;
}
.footer-widget-wrapper .google-review-link{
	margin: 15px 0;
	display: inline-block;
	vertical-align: top;
}
/* .footer-style-3{
padding: 0 0 70px;
} */
.footer-bar{
	padding: 20px 0;
	background: transparent;
	color: #fff !important;
	position: relative;
	z-index: 0;
}
.footer-bar:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.5;
}
.menu-footer-menu-container ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-footer-menu-container ul li{
	margin: 0 0 8px;
}
.menu-footer-menu-container ul li a{
	position:relative;
}
.menu-footer-menu-container ul li a:before{
	content:"\f105";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.footer-widget-wrapper .social-icon{
	display: flex;
	margin: 20px 0;
}

.site-footer .social-icon a{
	margin: 0 15px 0 0;
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: #fff !important;
	border-radius: 0;
}
.site-footer .social-icon a:last-child{
	margin: 0;
}
.site-footer .footer-2{
	padding: 0;
}
.site-footer .footer-2-holder{
	padding: 50px;
	position: relative;
	margin: 200px 0 0;
	z-index: 0;
}
.site-footer .footer-2-holder:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: -1;
}
.site-footer .footer-2-holder:after{
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 95px;
	height: 95px;
	z-index: -2;
}
.site-footer .footer-2 .section_heading{
	color: #fff;
	margin: 0 0 40px;
}
.footer-widget-wrapper .textwidget i{
	color: #fff;
	margin: 0 15px 0 0;
	width: 40px;
	height: 40px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.footer-widget-wrapper .textwidget i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);top: 20px;
}
.site-footer .address p {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}

.site-footer .footer-bar a{color: #fff !important;}
.footer-bar .col-sm.text-center {
    text-align: right !important;
    max-width: 50%;
    flex: inherit;
}
.footer-bar .site-info.col-sm {
    max-width: 50%;
    flex: inherit;
}
/* .footer-style-3 .row {
align-items: center;
} */

/* jobs page */
.sjb-container{/*padding: 50px 15px;*/}
.inner-page .sjb-content {padding: 0 !important;}
.sjb-page .btn-primary:hover {
    background:#f7b92c !important;
}
/* end jobs page */

/* end footer */
.form-control, .gform_fields input, .gform_fields select, .gform_fields textarea{border: 1px solid #a8a8a8 !important;}
.gform_fields textarea {height: 120px;}
.gform_footer {margin-bottom: 15px;}
.gform_wrapper .gform_fields {
	margin:0;
}
.gform_wrapper .gform_fields li {
	font-size:14px;
}
.gform_wrapper .gform_fields li .name_first, .gform_wrapper .gform_fields li .name_last {
	float:left;
	width:49%;
}
.gform_wrapper .gform_fields li .name_last {
	float:right;
}
.gform_wrapper .gform_fields li input {
	border:1px solid #00000026;
}
.gform_wrapper .gform_footer .gform_button {
	background:#1CCEF7;
	color:#fff;
}
.gform_wrapper .gform_footer .gform_button:hover {
	background:#F7B92C;
}
.content-area .entry-content .gform_wrapper ul {margin: 0 0 20px 0px;}




/* inner pages */

/* breadcrumb */
.page-inner-heading{
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: transparent;
}
/* .page-inner-heading:before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #118DF0;
z-index: -1;
opacity: 0.9;
} */

/* end breadcrumb */

.content-area .entry-content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}
.page-template-page-contact .address-block p {
    display: flex;
    align-items: baseline;
    text-align: left;
}
#secondary section.widget.card{border: 0;}
aside p{margin: 0;}
aside .widget_testimonials .owl-item{margin: 0;}
.page-template-page-contact .entry-content{margin: 0 0 70px;}
.page-template-page-contact .entry-content .top-info{margin: 0 0 60px;}
.page-template-page-contact .entry-content p{margin: 0;}
.page-template-page-contact .c-title{margin: 0 0 30px;}
.page-template-page-contact .address-block i{margin: 0 8px 0 0;color: #051181;}
.page-template-page-contact .address-block ul{margin: 0;padding: 0;list-style: none;}
.page-template-page-contact .address-block ul li{padding: 20px;border: 1px solid #ddd;margin: 0 0 30px;}
.page-template-page-contact .address-block ul li:last-child{margin: 0;}
#widget.contact_form{padding: 0;}
.widget_testimonials .owl-prev,
.widget_testimonials .owl-next{display: none !important;}
#testimonials_widget {border: 1px solid #ddd;}
.testimonials-widget-single {padding: 20px;}
.testimonials_widget .owls-controls .navi{line-height: 0;margin: 20px 0 0;}
.testimonials-widget-single .card-title{margin: 15px 0 0;font-size: 15px !important;}

/* end inner pages */
.pagination li{margin: 0 8px 0 0;}
.pagination li a:hover,
.pagination li.active a{color: #fff;}
.pagination .next-link,
.pagination .previous-link{padding: 0;}
.pagination .next-link a,
.pagination .previous-link a{padding: .5rem .75rem;display: block;}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.main-menu.fixed-top { max-width:100%; }

.validation_message { display:inline-block; width:100%; }

.badges {
    width: 100%;
    margin: 15px 0;
}
.badg-img {
  display: inline-block;
    margin: 0 5px;
    width: 31%;
}
.ci-hvac-options input {
    margin-right: 6px;
}
@media (min-width: 1440px){
.container {max-width: 1240px !important;}
.c-cap h2 {font-size: 40px !important;}
.c-cap h1 {font-size: 46px !important;}

ul#menu-main-menu li .nav-link {
    font-size: 14px;
    padding: 10px 9px;
}
ul#menu-main-menu li ul.dropdown-menu li a {
    font-size: 15px;
}

}

@media (min-width: 1660px){
.container {max-width: 1400px !important;}
.c-cap h2 {font-size: 46px !important;}
.c-cap h1 {font-size: 50px !important;}
}
@media (max-width: 1660px){ 
	.badg-img{width: 26%;}}

@media (max-width: 1440px){ 

nav.navbar.navbar-expand-lg.navbar-light.bg-light.main-menu {max-width: 60%;}
.logo-row .btn-group {
    margin: 0 0px 0 0;
}
}
@media (max-width: 1439px){
.single-service-inner{padding: 0;}
section.home-section.section-home-page-about {padding-top: 80px !important;}
section.home-section {padding: 70px 0 90px !important;}
.site-footer .footer-style-3{ padding:80px 0;}
.inner-page .page-inner-heading{padding: 60px 0;}
.logo-row .btn-group .btn { margin-left:10px !important; }
ul#menu-main-menu li .nav-link { padding:14px 6px; }
	ul#menu-main-menu li ul.dropdown-menu li a {
    font-size: 14px;
}
}

@media (max-width: 1330px){ 
ul#menu-main-menu li .nav-link {
    font-size: 13px;
    padding: 10px 6px;
}


}
@media (max-width: 1240px){ 
.logo-row .btn-group .btn {
	padding: 10px 10px !important;font-size: 13px !important;}}

@media (max-width: 1199px){
.c-cap h2{font-size: 30px !important;}
.c-cap h1{font-size: 36px !important;}
.section-home-page-about .img-holder:before,
.section-home-page-featured-manufacturer .main-title .section_heading:before{content: none;}
.section-home-page-about .content-div{padding: 0;}
.site-footer .btn {margin: 0 10px 20px 0;padding: 14px 16px !important;}
section.home-section.section-home-page-about {padding:70px 0px !important;}
section.home-section {padding: 70px 0px !important;}
div#home-page-promotions .promo-image:nth-child(3):after {height:480px;}
aside#secondary .widget_recent_blog .row a{font-size:15px;}
.inner-page .page-inner-heading{padding: 40px 0;}
h1 {font-size: 30px !important;}
.inner-page div#content{padding: 40px 0;}
aside#secondary .widget {margin: 0 0 30px;}
aside#secondary .widget-title{ margin:0 0 20px;}
aside#secondary{margin: 0 0 40px auto;}
	.site-header .main-menu{display: none;}
.nav-switch-mobile {display:block;}
	.logo-row .btn-group {margin: 0 70px 0 0;}
}

@media (max-width: 1024px){
.c-cap h2 {font-size: 24px !important;}
.c-cap h1 {font-size: 30px !important;}
.carousel-item .c-cap .btn {margin: 10px 0 0;}
}

@media (max-width: 991px){
h1{font-size: 30px !important;}
.main-title .section_heading:before {width: 140px;height: 60px;top: -10px;}
.logo-row .header-box.box-1{display: none;}
.section-home-page-slider{margin: 0;}
.carousel-caption-mid-left,
.carousel-caption-top-left,
.carousel-caption-bottom-left{padding-right: 200px !important;}
.carousel-caption-mid-right,
.carousel-caption-top-right,
.carousel-caption-bottom-right{padding-left: 200px !important;}
.carousel-caption-mid-center, 
.carousel-caption-top-center, 
.carousel-caption-bottom-center{padding: 15px !important;}
.section-home-page-about .content-div {margin: 0 0 40px;}
.section-home-page-services .our-service-bg-layer{background-position: center !important;}
.site-footer .col-lg-3{margin: 0 0 30px;}
.site-footer .col-lg-3:last-child{margin: 0;}
.service-areas-layout-3 ul.menu li {max-width: 50%;flex: 0 0 50%;}
.single-service-inner .service-body{padding: 20px;}
.section-home-page-services .single-service{margin: 0 0 30px !important;}
.section-home-page-services .main-title{margin: 0 0 70px;text-align: left !important;}
.section-home-page-about .btn-group{display: block;margin: 20px 0 0;}
div#home-page-promotions{grid-template-columns:inherit;}
div#home-page-promotions .promo-image:nth-child(3):before{content: none;}
.section-home-page-featured-manufacturer .row{flex-flow: column-reverse;}
.section-home-page-featured-manufacturer .img-div{margin: 0 0 50px;}
section.home-section{padding: 30px 0 !important;}
.content-area{flex: 0 0 100%;max-width: 100%;}
aside#secondary{max-width: 380px;margin:30px auto;flex:inherit;}
.section-home-page-featured-manufacturer{text-align:center;}
.section-home-page-featured-manufacturer .img-holder {width: 80%;display: inline-block;}
.section-home-page-about .img-holder {width:80%; display:inline-block;}
.site-footer .footer-style-3 {padding:30px 0px;}
.site-footer .footer-1-holder {padding:15px 50px;}
div#home-page-promotions .promo-image:nth-child(3):after {height: 495px;}
.main-title .section_heading:before {
	width: 140px;
height: 60px;
top: -10px;}
section.home-section.section-home-page-featured-manufacturer{padding:30px 0px !important;}
.site-footer .footer-2-holder{width:105%;padding:10px;}
/*.home.page-template h1, .home.page-template h2, .home.page-template h3, .home.page-template h4, .home.page-template h5, .home.page-template h6 {
text-align: center;}*/

.site-footer .btn {margin: 0 0px 10px 0;padding: 10px 10px !important;width: 200px;}
.footer-bar{ text-align:center;}
.footer-bar .site-info.col-sm {width: 100%;max-width: 100%;flex: inherit;}
.footer-bar .col-sm.text-center{text-align: center !important; max-width:100%}
.section-home-page-about .btn-group .btn {margin: 0 0px 10px 0;width: 200px;}
	.main-title{margin-bottom:30px;}
}	

@media (max-width: 980px){
.c-cap p, .c-cap a{font-size: 1rem;}
}

@media (max-width: 767px){
.carousel-caption-mid-left,
.carousel-caption-top-left,
.carousel-caption-bottom-left{padding-right: 15px !important;}
.carousel-caption-mid-right,
.carousel-caption-top-right,
.carousel-caption-bottom-right{padding-left: 15px !important;}
.banner-btm-section{display: block;}
.banner-btm-section .extra-page-single:before{top: auto;bottom: 0;left: 0;margin: 0 auto;width: 87%;height: 1px;transform: none;}
.section-home-page-services #our_services .single-service{margin: 0 0 30px;}
.section-home-page-services #our_services .single-service:last-child{margin: 0 !important;}
.testimonials-layout-1 .card{padding: 0 45px;}
.testimonials-layout-1 .quote-icon{padding: 0;}
.carousel-item img {min-width: 840px;min-height: 351px;display: inline-block !important;margin-left: 50%;transform: translateX(-50%);}
.c-cap h2 {font-size: 18px !important;}
.c-cap h1 {font-size: 24px !important;}
.site-footer .service-areas-container{margin: 30px 0 0;}
.footer-logo {margin: 0 0 90px;}
.section-home-page-who-we-serves .left-content {margin: 0 0 30px;}
.section-home-page-who-we-serves{padding: 100px 0 310px !important;}
.section-home-page-service-areas .col-md-6{margin: 0 0 30px;}
.section-home-page-service-areas .col-md-6:last-child{margin: 0;}
div#home-page-promotions{grid-template-columns: auto auto;grid-gap: 15px;}
div#home-page-promotions .promo-image:nth-child(3):after{content: none;}
.site-footer .footer-2-holder{margin: 0;}
.address-block{margin: 0 0 30px;}
.site-footer {text-align: center}
.site-footer .footer-2-holder, .site-footer .footer-1-holder  {width: 400px;padding: 20px;display:inline-block;}
.site-footer .footer-2-holder {text-align: left;}
.section-home-page-about .img-holder {width: 90%;}
h2 {font-size: 25px !important;}
h3 {font-size: 20px !important;}
.inner-page div#content {padding: 30px 0;}
.footer-widget-wrapper .social-icon {display: block; }
	.alignleft, .alignright {float: none;display: block;margin: 10px 0;}
}
@media (max-width: 667px){



.logo-row .btn-group {
    margin: 10px 0 ;
        float: left;
    text-align: center;
    width: 100%;
}
.logo-row {padding:0;}
.logo-row .btn-group .btn {
    margin: 0 2px !important;
}
}
@media (max-width: 600px){
.section-home-page-who-we-serves:before{width: 100%;}
.section-home-page-who-we-serves:after{content: none;}
.inner-page .page-inner-heading {padding: 20px 0;}
}

@media (max-width: 575px){
.main-title{margin: 0 0 30px;}
section.home-section{padding: 30px 0 !important;}
section.home-section.section-home-page-service-areas{padding: 20px 0 50px !important;}
section.section-home-page-extra-pages{padding: 0 !important;}
.section-home-page-who-we-serves .right-content .col-sm{margin: 0 0 30px;}
.section-home-page-who-we-serves .right-content .col-sm:last-child{margin: 0;}
.carousel-item .c-cap{margin: 0;}
.c-cap h2 {font-size: 16px !important;}
.footer-logo {margin: 0 0 60px;}
.site-footer .footer-style-3 {padding: 0;}
.site-footer .footer-1-holder, .site-footer .footer-2-holder {padding: 15px;}
h4 {font-size: 17px !important;}
.site-footer .footer-2-holder:before{content: none;}
.footer-bar {text-align: center;}
.logo-row .col.header-box{min-width: 100%;}
.section-home-page-about .img-div{overflow:hidden;}
.logo-row .col.header-box a.btn{margin-bottom: 15px;}
.logo-row .col.header-box:last-child a.btn{margin: 0;}
.service-areas-layout-3 ul.menu li {max-width: 100%;flex: 0 0 100%;}
.logo-row .logo-holder{padding: 20px 30px;}
.nav-switch-mobile{top: 14px;right: 15px;}
section.home-section.section-home-page-about {padding-top: 70px !important;}
.section-home-page-about .img-holder {width: 100%;}
.section-home-page-featured-manufacturer .img-holder {width:100%;}

.site-footer .widgettitle {font-size:22px !important;}
.section-home-page-services .single-service {margin: 0 0 10px !important;}
.section-home-page-about .main-title {margin: 0 0 25px;}
h2 {font-size: 20px !important;}
h3 {font-size: 19px !important;}
h4 {font-size: 18px !important;}
h5 {font-size: 17px !important;}
h6 {font-size: 16px !important;}
.inner-page .page-inner-heading { padding: 20px 0;}
.gform_wrapper .gform_fields li .name_first, .gform_wrapper .gform_fields li .name_last {
	float:left;
	width:100%;
}
.gform_wrapper .gform_fields li .name_last {
	float:left;
}
}

@media (max-width: 480px) {
	.logo-row .logo-holder { text-align:center; }
	.nav-switch-mobile { top:20px; right:0; text-align:right; padding:2px 10px; }
	
	.logo-row .btn-group { margin:5px 0; display:inline-block;}
	.site-footer .footer-2-holder:after { display:none; }
}
@media (max-width: 450px){

.single-service-inner{display: block;}
.single-service-inner .img-holder{box-shadow: none;}
.single-service-inner .img-holder,
.single-service-inner .service-body {max-width: 100%;flex: 0;}

.footer-widget-wrapper .social-icon{ display: block;}


}

@media (max-width: 420px){

.site-footer .footer-2-holder, .site-footer .footer-1-holder {
    width: 100%;}
}

@media (max-width: 400px){
aside#secondary{max-width: 100%;}

.logo-row .btn-group .btn {
    margin: 0 2px 5px !important;
    width: 180px;
}

.logo-row .btn-group {margin: 5px 0;}


}

@media (max-width: 375px){
.site-footer .footer-2-holder {padding: 22px 6px !Important;}




}
@media (max-width: 360px){
.gform_wrapper li .ginput_recaptcha {
    width: 100% !important;
    overflow: hidden;
    border-radius: 3px;
    max-width: 200px !important;
    display: block;
}	
body .gform_wrapper li .ginput_recaptcha {
    border-right: 2px solid #d3d3d3;
    border-radius: 5px;
}
.gform_wrapper ul li .ginput_recaptcha div {
    width: 280px !important;
}	
	.site-footer .address p{ font-size:12px;}
	.footer-widget-wrapper .textwidget i{margin:0 5px 0 0}

.nav-switch-mobile span.open-nav { font-size:24px !important; padding:0 10px !important; }

}


body.custom-background {
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
}