/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'font3';
	src:url('../fonts/GeosansLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
h1{
	font-family: 'font3';
}
h2{
	font-family: 'font3';
}
.modal {
	display: none; padding-top: 30px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: 600px;
	
}
.modal-content h2{
	font-size: 1.8rem;
}
.modal-content p span{
	font-weight: 700;
}

.tp-caption {
    z-index: 5; /* Higher than iframe */
    position: relative; /* Ensure the position is relative for proper stacking */
}
.dropdown {
  float: left; position: relative;
}
.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}
.dropdown-one .dItem {
  color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
  background-color: #ddd;
}

.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font';	text-align: center;	font-size: 2rem; color: rgb(246,177,24);
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 1;	padding: 10px 0 10px 0;	background: rgb(255,255,255);	z-index: 5;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	color: rgb(16,30,56);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(140,140,140); font-weight: 600;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	color: rgb(140,140,140);
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) i {
	color: rgb(16,30,56);
}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(140,140,140); font-weight: 600;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(140,140,140);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(16,30,56);	color: rgb(255,255,255); background: #b52828; border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(16,30,56);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-side .dropdown-menu-mobile-2 {
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(240,240,240); border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(16,30,56);	font-weight:500 !important;	font-size: 17px; text-align: left;
}
.navbar-sidebar {
	padding-top: 115px; height: 100%; width: 350px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
/*.modal {*/
/*	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);*/
/*}*/
/*.modal-content {*/
/*	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;*/
/*}*/
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; color: rgb(16,30,56);
	font-family: 'font3';
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section h1 {
	color: rgb(255,255,255); font-size: 50px; line-height: 50px;
}
.home-header-section p {
	font-size: 25px; color: rgb(255,255,255);
}
.home-header-section a {
	border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: transparent; color: rgb(255,255,255); font-size: 18px; font-weight: 600; padding: 13px 45px;
    width: 105%;	
}
.home-header-section a:hover {
	color: rgb(255,255,255);
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(16,30,56); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.pre-home {
	padding: 30px 0 15px 0; background: rgb(16,30,56);
}
.pre-home p {
	font-weight: 600; text-align: center; color: rgb(255,255,255); font-size: 35px;
}

.vertically-centered{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
flex-direction: column;
}

/*Home Slider Video START*/
.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
	
	
  background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
  background-size: cover;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
	background: white; 
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}

.video-overlay h1 {
  font-size: 6rem;
  margin: 0;
	font-weight: 900; 
}

.video-overlay p {
  font-size: 1.5rem;
  margin: 10px 0 0;
}

.video-overlay a {
	display: inline-flex;
	
}

/*Home Slider Video END*/


.card-hvac-section {
  padding: 100px 0;
  background-color: #f5f5f5; /* Optional background color */
	
	height: 865px; 
}

.content-item {
  opacity: 0;
  transform: translateX(50px); /* Start off-screen */
  transition: all 0.8s ease-out;
}

[data-animate="fade-in-left"] {
  transform: translateX(-50px); /* Start off-screen to the left */
}

[data-animate].visible {
  opacity: 1;
  transform: translateX(0); /* Bring into view */
}
.card-hvac-section .card {
    position: relative; /* Ensure the card is the positioning reference for .link-bar */
    border-radius: 4rem 0;
    padding: 40px 25px;
    border: 4px solid #b52828;
    transition: 0.5s;
    height: 620px;
    overflow: hidden; /* Ensures content doesn't overflow the card */
		
		box-shadow: 3px 3px 10px black;
		
		transition: 0.5s;
		
}
.card-hvac-section .card h2{
		text-align: center; 
		
}
.card-hvac-section .card a{
    font-weight: 900;
    color: white;
    font-family: 'font3';
    position: relative;
    display: flow;
    width: 100%;
    padding: 5px 0;
		font-size:1.3rem;
}
.card-hvac-section .card .link-bar {
    position: absolute; /* Position relative to the card */
    bottom: 0; /* Stick it to the bottom */
    left: 0; /* Align to the left edge */
    width: 100%; /* Make it span the full width of the card */
    padding: 5px 0;
    background: #b52828;
		transition: 0.5s;
}
.card-hvac-section .card:hover{
	
	margin: -20px 0px 0px 0px; ; 
    border: 4px solid #10367e;

}

.card-hvac-section .card:hover .link-bar{
	
    background: #10367e;


}


.home1 {
	padding: 100px 0 100px 0;
	/*background: rgb(255,255,255);*/
	background: linear-gradient(90deg, rgb(255, 255, 255) 50%, #10367ea8 80%);
}
.home1 .pad {
	padding-top: 20px;
}
.home1 h1 {
	font-size: 45px; text-align: left; font-weight: 800; color: #10367e;
	line-height:24px;
}
.home1 h1 span{
	font-size: 17px; text-align: left; font-weight: 800; color: #10367e;
	line-height:24px;
}
.home1 h2 {
	font-size: 45px; text-align: left; font-weight: 800; color: #10367e;
	line-height:24px; 
	
}
.home1 h2 span{
	font-size: 17px; text-align: left; font-weight: 800; color: #10367e;
	line-height:24px; 
}
.home1 p {
	font-size: 1.3rem; font-weight: 600; text-align: justify;	color:rgb(45 45 45);
	font-family: 'font3';
}
.home1 img {
	border-radius: 5px;
	box-shadow: 3px 3px 10px black; 
}
.home1 img:hover {
	width:110%;
}
.home2 .container {
	padding: 80px 0 80px 0;
}
.home2 .parallax {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/homepage/hvac-parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home2 .box {
	border-radius: 25px; background: rgb(255,255,255); padding: 35px 20px 35px 20px;
}
.home2 .box h2{
	color: black;
	font-weight: 900;
	text-shadow: none; 
}
.home2 .transparent{
	background: rgb(255,255,255, 0.8); 
}
.home2 h2 {
	font-weight: 800; color: rgb(255,255,255); text-align: center; font-size: 35px; text-shadow: 2px 2px 2px #000; padding-bottom: 30px;
}
.home2 h3 {
	font-weight: 800; font-size: 18px; text-align: left; color: #10367e; padding-top: 30px; line-height: 23px;
}
.home2 p {
	font-size: 1.3rem; color: rgb(140,140,140); font-weight: 600; text-align: justify; padding-bottom: 7px;
}
.home2 a {
	border-radius: 1.6rem; padding: 8px 15px; border: 1px solid rgb(16,30,56); font-size: 12px; color: rgb(140,140,140);
}
.home2 img {
	border-radius: 5px;
}
.home3 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
}
.home3 .pad {
	padding-top: 20px;
}
.home3 h1,.home3 h2 {
	font-size: 45px; text-align: center; font-weight: 800; color: #10367e;
}
.home3 p {
	font-size: 1.3rem; font-weight: 600; text-align: justify;	color: rgb(45 45 45);
	font-family: 'font3';
	
}
.home3 img {
	border-radius: 5px;
}
.home3 a {
	padding: 12px;
	font-weight: 900;
	border: 5px;
	background: white; 
	color: #10367e;
	font-family: 'font3';
	font-size: 1.2rem;
}
.home3 .side-box{
	
	padding: 25px;
	background: #10367e;
	border-radius: 30px;
	box-shadow: 9px 9px rgb(217 26 52 / 62%);
}
.home3 .side-box h2{
	
	padding: 0;
	background: white;
	border-radius: 30px;
	box-shadow: none;
	font-size:33px;
	font-family: 'font3';
	
}
.home3 .side-box p{
	
	color: white;
	text-align: left;
	font-size: 1.15rem;
	font-family: 'font3';

}
.home3 .side-box ul{
	
	color: white;
	padding: 14px 30px;;
}

.home3 .side-box a{
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row; 
}
.blue{
	background: #10367e;

}

/* Flip card container */
.home3 .flip-card {
    position: relative;
    perspective: 1000px; /* Create 3D space for flipping */
    width: 100%; /* Ensure the card scales with the content */
    height: 100%; /* Ensure both sides align perfectly */
}

/* Inner container for flipping */
.home3 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s; /* Smooth flip animation */
    transform-style: preserve-3d; /* Ensure both sides stay in 3D space */
}

/* Flip on hover */
.home3 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg); /* Flip the card */
}

/* Front and back sides */
.home3 .flip-card-front,
.home3 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 330px;
    backface-visibility: hidden; /* Hide the back when viewing the front */
    border-radius: 30px; /* Match the rounded corners of the side-box */
    box-shadow: 9px 9px rgb(217 26 52 / 62%);
}

/* Styling for the back side */
.home3 .flip-card-back {
    transform: rotateY(180deg); /* Start flipped */
    background: #10367e; /* Match the side-box color scheme */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.home3 .flip-card-back h3{
	padding: 5px;
	background: white;
	border-radius: 22px;
	box-shadow: none;
	font-size:28px;
	font-family: 'font3';
	text-align: center;
	color: #10367e;
}
.home3 .flip-card-back p{

	text-align: center; 
}





.home4 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
}
.home4 .pad {
	padding-top: 20px;
}
.home4 h1,.home4 h2 {
	font-size: 3rem;; text-align: center; font-weight: 800; color: #10367e;
	font-family: 'font3';
	
}
.home4 p {
	font-size: 1.3rem; font-weight: 600; text-align: justify;	color: white;
	font-family: 'font3';
	
}
.home4 img {
	border-radius: 5px;
	transition: 0.5s; 

}
.home4 a {
	padding: 12px;
	font-weight: 900;
	border: 5px;
	background: white; 
	color: #10367e;
	font-family: 'font3';
	font-size: 1.2rem;
	
	display: inline-block;	
}

.blue{
	background: #10367e;

}
.home4 hr{
	background: white; 
	
  display: block;
  height: 5px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;	
}

.home4:hover img{
	font-size: 20px;
	transform: scale(1.22);
}







.home5 {
	background: rgb(255,255,255); padding: 100px 0 100px 0;
}
.home5 h2 {
	font-weight: 800; text-align: center; color: rgb(16,30,56); padding-bottom: 30px; font-size: 35px;
	font-family: 'font3';
}
.home5 h5 {
	font-weight: 800; text-align: center; color: #10367e; padding-bottom: 30px; font-size: 35px;
	font-family: 'font3';
	
}
.home5 a{
	color: black; 
}

.home5 a:hover{

	text-decoration: underline !important;
}

.about-page-header {
	padding: 250px 0px 200px 0px;
    background-image: linear-gradient(rgb(0 0 0 / 85%), rgb(255 255 255 / 0%)), url(/img/homepage/card2.jpg);
		/*background: black; */
		
		background-size: cover;
}
.about-page-header h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 5.5rem;;
  /*text-align: left;*/
	line-height: 100px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	color: rgb(250,250,250);
	margin: 50px 0;
	
    text-transform: uppercase;

	font-family: 'font3';

	
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-size: 4.5rem;*/
    /*text-align: left;*/
    /*line-height: 70px;*/
    /*font-weight: 600;*/
    /*color: rgb(250,250,250);*/
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    /*text-shadow: 5px 5px 5px #5B5B5B;*/
    /**/
	
}
.about-page-header h2 {
	font-family: 'font3';

	font-size: 35px;
	text-align: center;
;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	color: rgb(250,250,250);
    font-family: 'Montserrat', sans-serif;
	
}
.about-page-header h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.about-page-header h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.about-page-header h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.about-page-header h5 {
	color: #fff; font-size: 16px;
}
.about-page-header h5 span {
	color: gold;
}
.about-page-header p {
	font-size: 17px; font-weight: 600; text-align: justify;	color: black;
	font-family: 'font3';

	/*font-weight: 600; line-height: 35px;*/
	/*text-shadow: 1px 6px 15px  black;*/
	/*text-align: justify;*/
	/*color: rgb(250,250,250);*/
}

.about-page-header .box{
    background: #ffffffcf;
    padding: 24px;
    /* text-shadow: 1px 6px 15px  black; */
    /* text-align: justify; */
    /* color: rgb(250,250,250); */
}

.about-page-header .box p{
	font-size: 1.4rem;
	color: #10367e;
	text-align: center;
	/*font-weight: 600; line-height: 35px;*/
	/*text-shadow: 1px 6px 15px  black;*/
	/*text-align: justify;*/
	/*color: rgb(250,250,250);*/
}


.about-page-header .img-fluid.position-abs{
	position:absolute;
	bottom:0; 
	/*font-weight: 600; line-height: 35px;*/
	/*text-shadow: 1px 6px 15px  black;*/
	/*text-align: justify;*/
	/*color: rgb(250,250,250);*/
}



.about-page-section-1 {
	padding: 120px 0px 200px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/homepage/connor-slider.jpg);*/
		/*background: black; */
		
		background-size: cover;
		
		background: linear-gradient(70deg, #b52828 40%, rgb(255, 255, 255) 40%);
}
.about-page-section-1 h1 {
	font-family: 'font3';
	font-size: 5.5rem;;
  /*text-align: left;*/
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	margin: 50px 0;
}
.about-page-section-1 h2 {
	/*font-family: 'font2';*/
	font-size: 2.4rem;;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: #b52828;
    font-family: font3;

	
	
}
.about-page-section-1 h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.about-page-section-1 h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.about-page-section-1 h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.about-page-section-1 h5 {
	color: #fff; font-size: 16px;
}
.about-page-section-1 h5 span {
	color: gold;
}
.about-page-section-1 h6 {
	font-size: 25px;  font-weight: 600;text-shadow: 1px 1px 1px #000;
    color: #26a9da;
}
.about-page-section-1 li {
	font-size: 17px; line-height: 35px;  font-weight: 600;  font-family: 'Montserrat', sans-serif;
	color: gray;
}
.about-page-section-1 p {
/*	font-size: 1.4rem;;;*/
/*	font-weight: 600; line-height: 35px;*/
/*	text-shadow: 0 0 0  black;*/
/*	text-align: justify;*/
/*	color: gray;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*		*/
	font-size: 1.4rem; font-weight: 600; text-align: justify;	color: black;
	font-family: 'font3';
		
		

}

.about-page-section-1 img{

		box-shadow: 5px 5px 15px #001133;
}

.about-page-section-1 .circle-word{
	
	width: 200px;
	height: 200px;
	background: transparent;
	background: #10367e;
	border: 2px solid black;
	border-radius: 100%;
	box-shadow: 1px 1px 10px black;
	display: flex;
	justify-content: center;
	align-items: center; 
	/*margin: 5px; */
	transition: 0.5s;
	margin-right:4px;
	margin-left:4px;	
}

.about-page-section-1 .circle-word h4{
    color: #fff;
    text-indent: 0;
    line-height: 25px;
    font-size: 1.45rem;
    font-weight: 700;
    text-shadow: 5px 5px 5px black;
    text-decoration: underline;
		
    font-size: 1.45rem;
	text-align: center;
	color: white; 
	/*margin: 5px; */

	
}

.about-page-section-1 .circle-word:hover{
	

	background: #b528289c;

}


.about-page-section-1 .take-pride{
	
	padding: 25px;
	/*background: #7aafd1;*/

	background: #10367e8c;
	border: 2px solid black;
	transition: 0.5s; 

	
}
.about-page-section-1 .take-pride h6{
	
	color: white;
	
	
}
.about-page-section-1 .take-pride ul li{
	
	color: white;
	font-size: 1.7rem;
	
}
.about-page-section-1 .take-pride li p{
	
	color: white;
	font-size: 1.24rem;
	
}
.about-page-section-1 .take-pride:hover{
	
	transform: scale(1.12);

	
}
.about-page-section-1 a{
		
	display: inline-block;
	padding: 15px;
	background: #10367e;
	color: white; 

	font-weight: 700;
	font-family: 'font3';
	transition: 0.5s;
	border: 3px solid #10367e;
}
.about-page-section-1 a:hover{
		
	background: white;
	color: #10367e; 

	
}
/*GENERAL SERVICE PAGE*/
/**/
/**/
.general1 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/cooling-bg.jpg);
	
	height: 650px; 
    display: flex
;
    align-items: center;
}
.general1 .pad {
	padding-top: 20px;
}
.general1 h1 {
	color:white !important; 
}
.general1 h1, .general1 h3 {
	font-size: 32px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font3';
}
.general1 h2 {
	font-size: 27px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font3';
	
}
.general1 h4 {
	font-size: 22px; font-weight: 800; color: rgb(75,75,75);
}
.general1 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general1 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 12px; border-radius: 1.6rem;
}
.general1 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general1 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}

.general1 .floater{
	
	width: 105%;
	background: red;
	transition: 0.5s; 

}
.general1 .floater{
	
    width: 135%;
    background: #10367e;
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 3;
		
		box-shadow: -7px -7px 1px #b52828;

}


.general1 .floater h2{
	
	color: white; 
}
.general1 .floater h3{
	
	color: white; 
}
.general1 .floater p{
	
	color: white; 
	font-family: 'font3';
	font-size: 1.3rem; 
}
.general1 .img-fluid{
	
	max-width:115%;; 
}
.general1 .floater{

	align-items:center;
	display:inline-grid;
}

.general1:hover .floater{
	
	width: 100%;
	
		box-shadow: -30px -30px 1px #b52828;

}

.general1 .container .float{
    align-items: center;
    display: grid;
	
}



.general2 {
	padding: 100px 0 100px 0;
	background: rgb(250,250,250);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/heating-bg.jpg);
	
	height: 750px;
    display: flex
;
    align-items: center;	
}
.general2 .pad {
	padding-top: 20px;
}

.general2 h2 {
	font-size: 32px; text-align: left; font-weight: 800;
	color: rgb(16,30,56);
	color: rgb(16,30,56);
}
.general2 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general2 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 16px; border-radius: 1.6rem;
}

.general2 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general2 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.general2 .floater{
	
    width: 135%;
    background: #10367e;
    background: #b52828;
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 3;
		margin-left:-240px;
		box-shadow: 7px 7px 1px #10367e;
}
.general2 .floater h2{
	
	color: white; 
}
.general2 .floater h3{
	
	color: white;
	font-family: 'font3';
	font-weight: 800; 
}
.general2 .floater p{
	
	color: white; 
	font-family: 'font3';
	font-size: 1.3rem; 
}
.general2 .img-fluid{
	
	max-width:115%;; 
}
.general2 .floater{

	align-items:center;
	display:inline-grid;
	transition:0.5s;
	
}

.general2:hover .floater{
		margin-left:-0; 

	width: 100%;
		box-shadow: 30px 30px 1px #10367e;
	
}

.general2 .container .float{
    align-items: center;
    display: grid;
	
}

.general2:hover .floater{
	
	width: 100%;
}

/*GENERAL SERVICE PAGE END*/
/**/
/**/

.why-wampa{
	padding: 35px;
	background: rgb(16,30,56);
	color: white;
}
.why-wampa h2{
	color: white;
}
.why-wampa p{
	color: white;
}
.why-wampa span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.service-areas {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.service-areas h1 {
	font-size: 30px; font-weight: 800; text-align: center; color: rgb(16,30,56);
}
.service-areas h2 {
	font-size: 26px; font-weight: 800; text-align: center; color: rgb(16,30,56);
}
.service-areas h6 {
	font-size: 18px; text-align: center; color: rgb(12,12,12);
}
.service-areas a {
	color: rgb(12,12,12);
}
.service-areas a:hover {
	text-decoration: underline;
}
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h3 {
	font-size: 26px; font-weight: 800; color: rgb(16,30,56);
}
.area h4 {
	font-size: 21px; font-weight: 800; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area a {
	padding: 10px 20px; border: 1px solid rgb(140,140,140); border-radius: 1.6rem;
	font-size: 15px; font-weight: 500; color: rgb(140,140,140);
}
.area iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.area1 {
	background: rgb(255,255,255); padding: 50px 0 50px 0;
}
.area1 h1 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area1 h5 {
	text-align: center;
}
.area1 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area1 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area1 iframe {
	width: 100%; height: 100%;
}
.area1 .push {
	padding-top: 40px;
}
.seo {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.seo h1 {
	font-size: 30px; font-weight: 800; color: rgb(16,30,56);
}
.seo h2 {
	font-size: 30px; font-weight: 800; color: rgb(16,30,56);
}
.seo h3 {
	font-size: 24px; font-weight: 600; color: rgb(75,75,75);
}
.seo h4 {
	font-size: 24px; font-weight: 600; color: rgb(75,75,75);
}
.seo p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.seo iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.referrals {
	padding: 75px 0 75px 0; background: rgb(240,240,240);
}
.referrals h1 {
	font-weight: 800; text-align: center; color: rgb(16,30,56); padding-bottom: 30px; font-size: 35px;
}
.map iframe {
	width: 100%; height: 475px; margin-bottom: -7px;
}
.contact-us {
	padding: 175px 0 0px 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgb(255, 255, 255) 50%, #10367ea8 50%);
	
}
.contact-us h1 {
	text-align: center; font-size: 40px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 30px;
}
.contact-us h2 {
	text-align: center; font-size: 25px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 5px;
}
.contact-us h3 {
	text-align: center; font-size: 22px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 5px;
	font-family: 'font3';
}
.contact-us a{
	color: black; 
}
.contact-us p{
	font-family: 'font3';
	font-size: 1.3rem;
	font-weight: 900;
	color: black ;
}
.blue-bg{
	background: rgb(16,30,56);;
}
.contact-us a:hover{

	text-decoration: underline !important;
}
.contact-us iframe{
	box-shadow: -5px -5px 20px black; ;
	border: 2px solid black;
	border-radius: 15px; 
}

.contact-us .box.contact-info{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center; 
}
.contact-us .box.contact-info p{
	color: white;
	font-weight: 700;
	
}

.faq {
	padding: 75px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(0,0,0);
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 18px;
}
.faq .bg-dark {
  background-color: rgb(16,30,56)!important;
}
.faq .bg-dark:hover {
  background-color: rgb(16,30,56)!important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 1px solid #000000 !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}


/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding: 0;
}
.owl-nav {
	position:absolute; width: 100%;	top:10%; display: none;
}
.owl-carousel .item {
	display:block; height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important; color:#212121 !important; opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat; background-size:cover;
}
.pre-footer-section .hours {
	display:flex;	color: #fff; flex-direction:column;	justify-content:center;	padding:120px; background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;	padding:0 200px 0 0; flex-direction:row; justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility:visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor:pointer;	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd; background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color:#fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;	box-shadow: none;
}
.section-divider {
	position:relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position:absolute; display:inline-block; background:rgba(0, 0, 0, 0.6);	width:100%;	height:100%; top:0;	left:0;	right:0; bottom:0; z-index:0;
}

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;	display: inline-block; z-index:1050; color: #fff;	background: #300e87; padding:50px; top:150px;	bottom:150px;	left:300px;	right:300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;	display: inline-block; padding:50px; z-index:1050; top:150px;	bottom:150px; left:300px;	right:300px; transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute; right: 20px;	top: 10px; font-weight:900;	font-size: 2em;	font-family:'Lato'; cursor:pointer;
}
.navbar-collapse ul {
	width:100%;	justify-content: center; align-items: center;
}
.overlay {
	height: 100%;	width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top:100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color:#fff;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed;	background: #10367e; width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-size: 1.6rem; color: rgb(255,255,255);
	font-family: 'font3';
	font-weight: 900; 
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: yellow;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.gallery-top{
	padding: 100px 0 60px;
	background: #b52828bf
}
.gallery-top h1{
	color: white;
	font-size: 4.3rem; 
	font-weight: 800; 
}


.gallery-page{
	padding: 150px 0 70px; 
}
.gallery-page h1{
	font-size: 4.3rem; 
}
/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0; margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0; margin-left:-100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
	opacity: 1; margin-left:0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95);	transform: scale(0.95);	opacity: 0;	margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
	position: relative;	top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px;	text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #10367e;	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:32px;	width:32px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(255,255,255); text-decoration:none !important;	color: rgb(16,30,56);
}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1540px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.about-page-header .img-fluid.position-abs {
    position: absolute;
    bottom: -100px;
    /* text-shadow: 1px 6px 15px  black; */
    /* text-align: justify; */
    /* color: rgb(250,250,250); */
}
/*.home3 {*/
/*    padding: 30px 0 30px 0;*/
/*    background: rgb(255,255,255);*/
/*    height: 800px;*/
/*}*/
/*.home3 .flip-card-front, .home3 .flip-card-back {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 550px;*/
/*    backface-visibility: hidden;*/
/*    border-radius: 30px;*/
/*    box-shadow: 9px 9px rgb(217 26 52 / 62%);*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;		*/
/*}*/

}
/* === Tablet CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1199px) {
/******************************************** DAVIDS TABLET CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 80px;
}
.home-header-section h1 {
	color: rgb(255,255,255); font-size: 30px; line-height: 50px;
}
.home-header-section p {
	font-size: 20px; color: rgb(255,255,255);
}
/*.home-header-section a {*/
/*	border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: transparent; color: rgb(255,255,255); font-size: 18px; font-weight: 600; padding: 13px 45px; display: none;*/
/*}*/
/*.home-header-section a:hover {*/
/*	color: rgb(255,255,255);*/
/*}*/
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(16,30,56); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.pre-home {
	padding: 30px 0 15px 0; background: rgb(16,30,56);
}
.pre-home p {
	font-weight: 600; text-align: center; color: rgb(255,255,255); font-size: 25px;
}
.home1 {
	padding: 30px 0 75px 0; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 20px;
}
.home1 h1 {
	font-size: 35px; text-align: center; font-weight: 800; color: rgb(16,30,56);
}
.home1 p {
	font-size: 17px; font-weight: 600; text-align: center;	color: rgb(150,150,150);
}
.home1 img {
	border-radius: 5px;
}
.home3 .flip-card-front, .home3 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 555px;
    backface-visibility: hidden;
    border-radius: 30px;
    box-shadow: 9px 9px rgb(217 26 52 / 62%);
}
.home4 .container {
	padding: 50px 0 50px 0;
}
.home4 .parallax {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax2.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;	overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home4 h4 {
	font-weight: 800;	color: rgb(255,255,255); text-align: center; text-shadow: 2px 2px 2px #000;	font-size: 35px;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 350px;	border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56);	text-shadow: 0px 0px 10px #000; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255);	font-size: 13px; font-weight: 600;
}
.home4 .newsCaption-link1 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link1:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255);	font-size: 13px; font-weight: 600;
}
.home4 .newsCaption-link2 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link2:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9; -webkit-transform: translateY(0px);	transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard3 {
  position: relative; width: 100%; border-radius: 10px; height: 350px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255);	font-size: 13px; font-weight: 600;
}
.home4 .newsCaption-link3 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link3:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home5 {
	background: rgb(255,255,255); padding: 30px 0 30px 0; 
	
}
.home5 h5 {
	font-weight: 800; text-align: center; color: rgb(16,30,56); padding-bottom: 30px; font-size: 35px;
}
.about1 {
	padding: 50px 0 50px 0; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 0px;
}
.about1 h1 {
	font-size: 35px; text-align: left; font-weight: 800; color: rgb(16,30,56);
}
.about1 p {
	font-size: 17px; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.about1 li {
	font-size: 17px; font-weight: 600; text-align: left;	color: rgb(150,150,150);
}
.about1 img {
	border-radius: 5px;
}

.area1 {
	background: rgb(255,255,255); padding: 50px 0 50px 0;
}
.area1 h1 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area1 h5 {
	text-align: center;
}
.area1 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area1 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area1 iframe {
	width: 100%; height: 100%;
}
.area1 .push {
	padding-top: 40px;
}
.area2 {
	background: rgb(250,250,250); padding: 50px 0 50px 0;
}
.area2 h2 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area2 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area2 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area2 iframe {
	width: 100%; height: 100%;
}
.area3 {
	background: rgb(255,255,255); padding: 50px 0 50px 0;
}
.area3 h2 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area3 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area3 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area3 iframe {
	width: 100%; height: 100%;
}
.map iframe {
	width: 100%; height: 300px; margin-bottom: -7px;
}
.contact1 {
	padding: 50px 0 50px 0;	background: rgb(255,255,255);
}
.contact1 h1 {
	text-align: center; font-size: 40px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 30px;
}
/******************************************** DAVIDS TABLET CODE END *************************************************/
/*.mobile-top-header {*/
/*	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow:visible;*/
/*}*/
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(256, 256, 256);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff;	cursor: pointer; outline: none;	border: none;
}
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 100%; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 13px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed;	background: rgb(16,30,56); width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 30px;
    padding: 6px 0px;
    font-size: 16px;
    color: rgb(255,255,255);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

}

@media screen and (max-width: 1150px) {
.navbar-light .navbar-nav .nav-link {
    margin: 0 17px;
    padding: 6px 0px;
    font-size: 15px;
    color: rgb(255,255,255);
}

}


/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 992px) {

.nav-link{
	font-family: 'font3';
}
	.modal {
	display: none; padding-top: 30px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: auto;
}
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 80px;
}
.navbar-sidebar {
    padding-top: 115px;
    height: 100%;
    width: 350px;
    background-color: rgb(250,250,250);
    position: fixed!important;
    z-index: 4;
    overflow: auto;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(16,30,56); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}



/*Home Slider Video START*/
.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
	
	
  background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
  background-size: cover;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
	background: white; 
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}

.video-overlay h1 {
  font-size: 6rem;
  margin: 0;
	font-weight: 900; 
}

.video-overlay p {
  font-size: 1.5rem;
  margin: 10px 0 0;
}

.video-overlay a {
    display: inline-flex;
    justify-content: center;
		width: max-content;
		margin: 10px 0 ;
		
	
}
.video-overlay .mountain-bunch {
	display: none;
	
}



.home1 {
	padding: 100px 0 100px 0;
	/*background: rgb(255,255,255);*/
	background: linear-gradient(180deg, rgb(255, 255, 255) 50%, #10367ea8 80%);
}
.home1 .pad {
	padding-top: 20px;
}
.home1 h1 {
	font-size: 35px; text-align: center; font-weight: 800; color: #10367e;
}
.home1 h2 {
	font-size: 45px; text-align: center; font-weight: 800; color: #10367e;
	line-height:24px; 
	
}
.home1 h2 span{
	font-size: 17px; text-align: left; font-weight: 800; color: #10367e;
	line-height:24px; 
}
.home1 p {
	font-size: 1.3rem; font-weight: 600; text-align: justify;	color:rgb(45 45 45);
	font-family: 'font3';
}
.home1 img {
	border-radius: 5px;
	box-shadow: 3px 3px 10px black; 
}
.home1 img:hover {
	width:110%;
}



.home2 .container {
	padding: 50px 0 30px 0;
}
.home2 .parallax {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home2 .box {
	border-radius: 5px; background: rgb(255,255,255); padding: 10px 10px 1px 10px;
}
.home2 h2 {
	font-weight: 800; color: rgb(255,255,255); text-align: center; font-size: 35px; text-shadow: 2px 2px 2px #000; padding-bottom: 30px;
}
.home2 h3 {
	font-weight: 800; font-size: 18px; text-align: left; color: rgb(16,30,56); padding-top: 30px; line-height: 10px;
}
.home2 p {
	font-size: 14px; color: rgb(140,140,140); font-weight: 600; text-align: justify; padding-bottom: 7px;
}
.home2 a {
	border-radius: 1.6rem; padding: 8px 15px; border: 1px solid rgb(16,30,56); font-size: 12px; color: rgb(140,140,140);
}
.home2 img {
	border-radius: 5px;
}


.card-hvac-section {
  padding: 100px 0;
  background-color: #f5f5f5; /* Optional background color */
	
	height: auto; 
}

.content-item {
  opacity: 1;
  transform: translateX(50px); /* Start off-screen */
  transition: all 0.8s ease-out;
}

[data-animate="fade-in-left"] {
  transform: translateX(-0px); /* Start off-screen to the left */
}

[data-animate].visible {
  opacity: 1;
  transform: translateX(0); /* Bring into view */
}
.card-hvac-section .card {
    position: relative;
    border-radius: 4rem 0;
    padding: 40px 25px;
    border: 4px solid #b52828;
    transition: 0.5s;
    height: auto;
    overflow: hidden;
    box-shadow: 3px 3px 10px black;
    transition: 0.5s;
		
}
.card-hvac-section .card h2{
		text-align: center; 
		
}
.card-hvac-section .card a{
    font-weight: 900;
    color: white;
    font-family: 'font3';
    position: relative;
    display: flow;
    width: 100%;
    padding: 5px 0;
		font-size:1.3rem;
}
.card-hvac-section .card .link-bar {
    position: relative; /* Position relative to the card */
    bottom: 0; /* Stick it to the bottom */
    left: 0; /* Align to the left edge */
    width: 100%; /* Make it span the full width of the card */
    padding: 25px 0;
    background: #b52828;
		transition: 0.5s;
}
.card-hvac-section .card:hover{
	
	margin: -20px 0px 0px 0px; ; 
    border: 4px solid #10367e;

}

.card-hvac-section .card:hover .link-bar{
	
    background: #10367e;


}
.home3 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
}
.home3 .pad {
	padding-top: 20px;
}
.home3 h1,.home3 h2 {
	font-size: 45px; text-align: center; font-weight: 800; color: #10367e;
}
.home3 p {
	font-size: 1.3rem; font-weight: 600; text-align: justify;	color: rgb(45 45 45);
	font-family: 'font3';
	
}
.home3 img {
	border-radius: 5px;
}
.home3 a {
	padding: 12px;
	font-weight: 900;
	border: 5px;
	background: white; 
	color: #10367e;
	font-family: 'font3';
	font-size: 1.2rem;
}
.home3 .side-box{
	
	padding: 25px;
	background: #10367e;
	border-radius: 30px;
	box-shadow: 9px 9px rgb(217 26 52 / 62%);
}
.home3 .side-box h2{
	
	padding: 0;
	background: white;
	border-radius: 30px;
	box-shadow: none;
	font-size:33px;
	font-family: 'font3';
	
}
.home3 .side-box p{
	
	color: white;
	text-align: left;
	font-size: 1.15rem;
	font-family: 'font3';

}
.home3 .side-box ul{
	
	color: white;
	padding: 14px 30px;;
}

.home3 .side-box a{
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row; 
}
.blue{
	background: #10367e;

}

/* Flip card container */
/* Ensure .home3 properly contains the flip card */
.home3 {
    min-height: 800px; /* Adjust this based on the largest flip-card height */
    padding: 100px 0;
    background: rgb(255,255,255);
    position: relative;
    overflow: hidden; /* Prevent spilling into the next section */
}
/* Flip card container */
.home3 .flip-card {
    position: relative;
    perspective: 1000px; /* Create 3D space for flipping */
    width: 100%; /* Ensure the card scales with content */
    min-height: 600px; /* Set a minimum height but allow growth */
    margin: 0 auto; /* Center it */
    display: flex;
    align-items: stretch; /* Allow it to expand */
    justify-content: center;
}

/* Inner container for flipping */
.home3 .flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 100%; /* Allow it to expand dynamically */
    transition: transform 0.8s ease-out;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    justify-content: stretch; /* Prevent content from being squished */
}

/* Flip on hover */
.home3 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front and back sides */
.home3 .flip-card-front,
.home3 .flip-card-back {
    position: absolute;
    width: 100%;
    min-height: 100%; /* Ensure content is not cut off */
    backface-visibility: hidden;
    border-radius: 30px;
    box-shadow: 9px 9px rgb(217 26 52 / 62%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

/* Ensure the back side adjusts dynamically */
.home3 .flip-card-back {
    transform: rotateY(180deg);
    background: #10367e;
    color: white;
    min-height: 100%; /* Ensure it expands to fit content */
}

/* Adjust text elements to fit */
.home3 .flip-card-back h3 {
    padding: 5px;
    background: white;
    border-radius: 22px;
    font-size: 28px;
    font-family: 'font3';
    text-align: center;
    color: #10367e;
}

.home3 .flip-card-back p {
    text-align: center;
    padding: 10px 15px;
    max-width: 100%;
}








.about-page-header {
	padding: 250px 0px 200px 0px;
    background-image: linear-gradient(rgb(0 0 0 / 85%), rgb(255 255 255 / 0%)), url(/img/homepage/card2.jpg);
		/*background: black; */
		
		background-size: cover;
}
.about-page-header h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 3.5rem;;
  /*text-align: left;*/
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	color: rgb(250,250,250);
	margin: 50px 0;
	
    text-transform: uppercase;

	font-family: 'font3';

	
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-size: 4.5rem;*/
    /*text-align: left;*/
    /*line-height: 70px;*/
    /*font-weight: 600;*/
    /*color: rgb(250,250,250);*/
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    /*text-shadow: 5px 5px 5px #5B5B5B;*/
    /**/
	
}
.about-page-header h2 {
	font-family: 'font3';

	font-size: 35px;
	text-align: center;
;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	color: rgb(250,250,250);
    font-family: 'Montserrat', sans-serif;
	
}
.about-page-header h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.about-page-header h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.about-page-header h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.about-page-header h5 {
	color: #fff; font-size: 16px;
}
.about-page-header h5 span {
	color: gold;
}
.about-page-header p {
	font-size: 17px; font-weight: 600; text-align: justify;	color: black;
	font-family: 'font3';

	/*font-weight: 600; line-height: 35px;*/
	/*text-shadow: 1px 6px 15px  black;*/
	/*text-align: justify;*/
	/*color: rgb(250,250,250);*/
}

.about-page-header .box{
    background: #ffffffcf;
    padding: 24px;
    /* text-shadow: 1px 6px 15px  black; */
    /* text-align: justify; */
    /* color: rgb(250,250,250); */
}

.about-page-header .box p{
	font-size: 1.4rem;
	color: #10367e;
	text-align: center;
	/*font-weight: 600; line-height: 35px;*/
	/*text-shadow: 1px 6px 15px  black;*/
	/*text-align: justify;*/
	/*color: rgb(250,250,250);*/
}


.about-page-header .img-fluid.position-abs{
    position: relative;
    bottom: 0;
    /* text-shadow: 1px 6px 15px  black; */
    /* text-align: justify; */
    /* color: rgb(250,250,250); */
    width: 55%;
}



.about-page-section-1 {
	padding: 120px 0px 200px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/homepage/connor-slider.jpg);*/
		/*background: black; */
		
		background-size: cover;
		
		background: linear-gradient(70deg, #b5282891 40%, rgb(255, 255, 255) 40%);
}
.about-page-section-1 h1 {
	font-family: 'font3';
	font-size: 5.5rem;;
  /*text-align: left;*/
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	margin: 50px 0;
}
.about-page-section-1 h2 {
	/*font-family: 'font2';*/
	font-size: 1.7rem;;
  text-align: center;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: #b52828;
    font-family: font3;

	
	
}
.about-page-section-1 h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.about-page-section-1 h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.about-page-section-1 h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.about-page-section-1 h5 {
	color: #fff; font-size: 16px;
}
.about-page-section-1 h5 span {
	color: gold;
}
.about-page-section-1 h6 {
	font-size: 25px;  font-weight: 600;text-shadow: 1px 1px 1px #000;
    color: #26a9da;
}
.about-page-section-1 li {
	font-size: 17px; line-height: 35px;  font-weight: 600;  font-family: 'Montserrat', sans-serif;
	color: gray;
}
.about-page-section-1 p {
/*	font-size: 1.4rem;;;*/
/*	font-weight: 600; line-height: 35px;*/
/*	text-shadow: 0 0 0  black;*/
/*	text-align: justify;*/
/*	color: gray;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*		*/
	font-size: 1.4rem; font-weight: 600; text-align: justify;	color: black;
	font-family: 'font3';
		
		

}

.about-page-section-1 img{

		box-shadow: 5px 5px 15px #001133;
}
.about-page-section-1 .row{
	
	display: flex;
	justify-content: center; 
}

.about-page-section-1 .circle-word{
	
	width: auto;
	height: 200px;
	background: transparent;
	background: #10367e;
	border: 2px solid black;
	border-radius: 100%;
	box-shadow: 1px 1px 10px black;
	display: flex;
	justify-content: center;
	align-items: center; 
	/*margin: 5px; */
	transition: 0.5s;
	margin-right:4px;
	margin-left:4px;	
}

.about-page-section-1 .circle-word h4{
    color: #fff;
    text-indent: 0;
    line-height: 25px;
    font-size: 1.45rem;
    font-weight: 700;
    text-shadow: 5px 5px 5px black;
    text-decoration: underline;
		
    font-size: 1.45rem;
	text-align: center;
	color: white; 
	/*margin: 5px; */

	
}

.about-page-section-1 .circle-word:hover{
	

	background: #b528289c;

}


.about-page-section-1 .take-pride{
	
	padding: 25px;
	/*background: #7aafd1;*/

	background: #10367ef5;
	border: 2px solid black;
	transition: 0.5s; 

	
}
.about-page-section-1 .take-pride h6{
	
	color: white;
	
	
}
.about-page-section-1 .take-pride ul li{
	
	color: white;
	font-size: 1.7rem;
	
}
.about-page-section-1 .take-pride li p{
	
	color: white;
	font-size: 1.24rem;
	
}
.about-page-section-1 .take-pride:hover{
	
	transform: scale(1.12);

	
}
.about-page-section-1 a{
		
	display: inline-block;
	padding: 15px;
	background: #10367e;
	color: white; 

	font-weight: 700;
	font-family: 'font3';
	transition: 0.5s;
	border: 3px solid #10367e;
}
.about-page-section-1 a:hover{
		
	background: white;
	color: #10367e; 

	
}




.home4 .container {
	padding: 50px 0 50px 0;
}
.home4 .parallax {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax2.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;	overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home4 h4 {
	font-weight: 800;	color: rgb(255,255,255); text-align: center; text-shadow: 2px 2px 2px #000;	font-size: 35px;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 350px;	border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56);	text-shadow: 0px 0px 10px #000; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255);	font-size: 13px; font-weight: 600;
}
.home4 .newsCaption-link1 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link1:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255);	font-size: 15px; font-weight: 600;
}
.home4 .newsCaption-link2 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link2:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9; -webkit-transform: translateY(0px);	transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard3 {
  position: relative; width: 100%; border-radius: 10px; height: 350px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(16,30,56); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255);	font-size: 20px; font-weight: 800;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255);	font-size: 15px; font-weight: 600;
}
.home4 .newsCaption-link3 {
  color: #fff; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link3:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home5 {
	background: rgb(255,255,255); padding: 30px 0 30px 0;
}
.home5 h5 {
	font-weight: 800; text-align: center; color: rgb(16,30,56); padding-bottom: 30px; font-size: 35px;
}
.about1 {
	padding: 50px 0 50px 0; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 0px;
}
.about1 h1 {
	font-size: 35px; text-align: left; font-weight: 800; color: rgb(16,30,56);
}
.about1 p {
	font-size: 17px; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.about1 li {
	font-size: 17px; font-weight: 600; text-align: left;	color: rgb(150,150,150);
}
.about1 img {
	border-radius: 5px;
}


/*GENERAL SERVICE PAGE*/
/**/
/**/
.service-padder{
	/*padding-top:200px;*/
}
.general1 {
	padding: 200px 0 100px 0; background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/cooling-bg.jpg);
	
	height: auto; 
    display: flex
;
    align-items: center;
}
.general1 .pad {
	padding-top: 20px;
}
.general1 h1, .general1 h3 {
	font-size: 32px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font3';
}
.general1 h2 {
	font-size: 27px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font3';
	
}
.general1 h4 {
	font-size: 22px; font-weight: 800; color: rgb(75,75,75);
}
.general1 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general1 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 12px; border-radius: 1.6rem;
}
.general1 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general1 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}

.general1 .floater{
	
    width: 100%;
	background: red;
	transition: 0.5s; 

}
.general1 .floater{
	
    width: 100%;
    background: #10367e;
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 1;
		
		box-shadow: -7px -7px 1px #b52828;

}


.general1 .floater h2{
	
	color: white; 
}
.general1 .floater h3{
	
	color: white; 
}
.general1 .floater p{
	
	color: white; 
	font-family: 'font3';
	font-size: 1.3rem; 
}
.general1 .img-fluid{
	
	max-width:100%;; 
}
.general1 .floater{

	align-items:center;
	display:inline-grid;
}

.general1:hover .floater{
	
	width: 100%;
	
		box-shadow: -10px -10px 1px #b52828;

}

.general1 .container .float{
    align-items: center;
    display: grid;
	
}



.general2 {
	padding: 100px 0 100px 0;
	background: rgb(250,250,250);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/heating-bg.jpg);
	
	height: auto;
    display: flex
;
    align-items: center;	
}
.general2 .pad {
	padding-top: 20px;
}

.general2 h2 {
	font-size: 32px; text-align: left; font-weight: 800;
	color: rgb(16,30,56);
	color: rgb(16,30,56);
}
.general2 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general2 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 16px; border-radius: 1.6rem;
}

.general2 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general2 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.general2 .floater{
	
    width: 100%;
    background: #10367e;
    background: #b52828;
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 1;
		margin-left:-0;
		box-shadow: 7px 7px 1px #10367e;
}
.general2 .floater h2{
	
	color: white; 
}
.general2 .floater h3{
	
	color: white;
	font-family: 'font3';
	font-weight: 800; 
}
.general2 .floater p{
	
	color: white; 
	font-family: 'font3';
	font-size: 1.3rem; 
}
.general2 .img-fluid{
	
	max-width:100%;; 
}
.general2 .floater{

	align-items:center;
	display:inline-grid;
	transition:0.5s;
	
}

.general2:hover .floater{
		margin-left:-0; 

	width: 100%;
		box-shadow: 10px 10px 1px #10367e;
	
}

.general2 .container .float{
    align-items: center;
    display: grid;
	
}

.general2:hover .floater{
	
	width: 100%;
}

/*GENERAL SERVICE PAGE END*/
/**/
/**/


.area1 {
	background: rgb(255,255,255); padding: 50px 0 50px 0;
}
.area1 h1 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area1 h5 {
	text-align: center;
}
.area1 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area1 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area1 iframe {
	width: 100%; height: 100%;
}
.area1 .push {
	padding-top: 40px;
}
.area2 {
	background: rgb(250,250,250); padding: 50px 0 50px 0;
}
.area2 h2 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area2 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area2 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area2 iframe {
	width: 100%; height: 100%;
}
.area3 {
	background: rgb(255,255,255); padding: 50px 0 50px 0;
}
.area3 h2 {
	text-align: left; font-weight: 800; font-size: 30px; color: rgb(16,30,56);
}
.area3 p {
	text-align: justify; font-size: 16px; color: rgb(140,140,140); font-weight: 600;
}
.area3 a {
	font-weight: 500; font-size: 15px; color: rgb(140,140,140); border-radius: 1.6rem; padding: 10px 20px; border: 1px solid rgb(140,140,140);
}
.area3 iframe {
	width: 100%; height: 100%;
}
.map iframe {
	width: 100%; height: 300px; margin-bottom: -7px;
}
.contact1 {
	padding: 50px 0 50px 0;	background: rgb(255,255,255);
}
.contact-us {
    padding: 175px 0 0px 0;
    background: rgb(255,255,255);
    background: #10367ea8;
}
.contact1 h1 {
	text-align: center; font-size: 40px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 30px;
}

.contact-us h1 {
	text-align: center; font-size: 40px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 30px;
}
.contact-us h2 {
	text-align: center; font-size: 25px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 5px;
}
.contact-us h3 {
	text-align: center; font-size: 22px; font-weight: 800; color: rgb(16,30,56); padding-bottom: 5px;
	font-family: 'font3';
}
.contact-us a{
	color: black; 
}
.contact-us p{
	font-family: 'font3';
	font-size: 1.3rem;
	font-weight: 900;
	color: black ;
}
.blue-bg{
	background: rgb(16,30,56);;
}
.contact-us a:hover{

	text-decoration: underline !important;
}
.contact-us iframe{
	box-shadow: -5px -5px 20px black; ;
	border: 2px solid black;
	border-radius: 15px; 
}

.contact-us .box.contact-info{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center; 
}
.contact-us .box.contact-info p{
	color: white;
	font-weight: 700;
	
}


/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 5; overflow:visible;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff;	cursor: pointer; outline: none;	border: none;
}
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

}

@media screen and (max-width: 690px) {
	
	
	
	
}
@media screen and (max-width: 375px) {}