/* 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-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');
}

/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */
.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);
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 10px 0 10px 0;
	background: rgb(255,255,255);
	z-index: 3;
	-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:#fbfbfb;
	color:#222;
}
.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) a {
	padding: 9px 15px 9px 15px;
	background: transparent;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(15,53,72);
	border-radius: 1.6rem;
	border: 1px double rgb(15,53,72);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px;
	background: transparent;
	font-family: 'font2';
	color: rgb(15,53,72);
	font-weight: 600;
	border-radius: 1.6rem;
	border: 1px double rgb(15,53,72);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: transparent;
}
.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(30,138,192);
	color: rgb(255,255,255);
	background: rgb(30,138,192);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(30,138,192,0.8);
	text-decoration:none !important;
	color: rgb(255,255,255);
}
.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 *******/
.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile, .mobile-menu .dropdown-menu-mobile-2, .mobile-menu .dropdown-menu-mobile-3, .mobile-menu .dropdown-menu-mobile-4  {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1rem;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: rgb(255,255,255);
	  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, .dropdown-menu-animate-3, .dropdown-menu-animate-4 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a, .mobile-menu .dropdown-menu-mobile-3 a , .mobile-menu .dropdown-menu-mobile-4 a{
	color: rgb(30,138,192);
	font-weight: 900 !important;
	font-size: 16px;
	font-family: 'font2';
	text-align: center;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.modal-dialog {
    max-width: 1200px;
    top: 130px;
    margin: 1.75rem auto;
}
h5.modal-title {
	font-size: 24px; color: rgb(255,255,255);
}
.modal-body p {
	font-size: 17px; text-align: justify; color: rgb(255,255,255);
}
.home-header-section {
	padding-top: 140px;
}
.home-header-section a {
    background: rgb(30,138,192);
    padding: 10px 25px!important;
    text-shadow: none;
    color: rgb(255,255,255);
    font-weight: 600;
    font-family: font2;
    border-radius: 2.5rem;
    font-size: 18px;
}
.home-header-section a:hover {
    background: rgb(30,138,192,0.8);
    color: rgb(255,255,255);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    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(15,53,72);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
		font-weight: 900;
    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;
}
.dropdown-item.active, .dropdown-item:hover {
    color: rgb(30,138,192);
    text-decoration: none;
    background-color: rgb(255,255,255) !important;
}
.home1 {
	padding: 50px 0 30px 0;
    background: rgb(30 138 192 / 11%);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2';
	font-size: 35px;
  text-align: left;
	font-weight: 800;
	color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.2rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	color: rgb(15,53,72);
	text-align: center;
}
.card i {
	font-size: 45px;
	color: rgb(30,138,192);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(120,120,120);
}
.home2 .container {
	padding: 75px 0 75px 0;
}
.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 .square1 {
/*	display: block!important;*/
/*    background-repeat: no-repeat!important;*/
/*    background-size: cover!important;*/
/*    width: calc(100% - 0px)!important;*/
/*    max-width: 558px!important;*/
/*		border-radius: 0.2rem;*/
/*    margin: 25px 81px 0 0!important;*/
/*    padding: 50px 15px 40px 15px !important;*/
/*		background: rgb(15,53,72,0.8) !important*/

    display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: auto;
    max-width: 100%;
    border-radius: 0.2rem;
    margin: 0;
    padding: 50px 15px 40px 15px !important;
    background: rgb(15,53,72,0.8) !important;

}
.home2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*margin: 38px 38px 8px!important;*/
  margin: 38px 38px 8px;
	border-radius: 0.2rem;
  padding: 50px 50px 40px 50px !important;
	background: rgb(255,255,255,0.9)!important
}
.home2 h4 {
  font-size: 23px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
}
.home2 p {
	color: rgb(120,120,120);
	font-family: 'font2';
	font-weight: 600;
  font-size: 15px;
}
.home2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home3 {
	padding: 75px 0 75px 0;
    background: rgb(255,255,255);
}
.home3 h2 {
	font-family: 'Montserrat';
	font-size: 30px;
  text-align: left;
	font-weight: 600;
	color: rgb(15,53,72);
}
.home3 h3 {
	text-align: left;
    font-size: 22px;
		font-weight: 600;
		font-family: 'Montserrat';
		color: rgb(15,53,72);
}
.home3 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: left;
}
.home3 i {
	font-size: 22px;
	color: rgb(30,138,192);
}
.home3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home3 a {
	background: rgb(30,138,192);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home3 a:hover {
	background: rgb(30,138,192,0.8);
	color: rgb(255,255,255);
}
.home4 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  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 .square1 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(15,53,72,0.8);
		border-radius: 0.2rem;
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home4 .square2 {
	float: none!important;
  top: 0!important;
  left: 0!important;
  width: auto!important;
  position: relative!important;
	background: rgb(255,255,255,0.9);
  height: auto!important;
	border-radius: 0.2rem;
  padding: 46px 20px 29px 20px !important;
  max-width: none!important;
  margin: 21px 0!important;
  min-width: 0!important;
  text-align: start!important;
}
.home4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(120,120,120);
		text-align: left;
    font-family: 'font2';
    font-size: 20px;
}
.home4 h5 {
	font-size: 30px;
  color: rgb(255,255,255);
  font-family: 'Montserrat';
	font-weight: 600;
  text-align: center;
}
.home4a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 10px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	color: rgb(30,138,192);
	padding-top: 13px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(120,120,120);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 100px 0 100px 0;
}
.home-contact h3 {
  font-size: 35px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(15,53,72);
}
.home-contact p {
	font-family: font2; text-align: center; font-size: 17px; line-height: 35px; font-weight: 600;
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(30,138,192);
}
.about-page-section-1 p {
	font-size: 16px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	text-align: left;
	font-weight: 600;
	color: rgb(120,120,120);
}
.about-page-section-1 strong {
	color: rgb(15,53,72);
	font-family: 'Montserrat';
	font-weight: 600;
}
/* General Slider Container Styling */
.slider-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
}

/* Main Slider Container */
.slider-new .slider-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 400px;
    overflow: hidden;
}

/* Styling for Images */
.slider-new .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: clip-path 0.1s ease;
}

.slider-new .before {
    z-index: 1;
}

.slider-new .after {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

/* Slider Handle Styling */
.slider-new .slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background-color: #007bff; /* Line color */
    cursor: ew-resize;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Circle with Arrows */
.slider-new .slider:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #007bff; /* Circle background color */
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-new .slider:after {
    content: '⇋'; /* Arrows inside the circle */
    color: white;
    font-size: 18px;
    z-index: 5;
    position: absolute;
}

/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 h5 {
	text-align: center;
	color: rgb(30,138,192);
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 13px;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(255,255,255);
	text-align: center;
}
.serv1 a {
	padding: 5px 25px 5px 25px;
	border-radius: 1.6rem;
	color: rgb(255,255,255);
	border: 1px solid rgb(15,53,72);
	font-weight: 600;
	background: rgb(15,53,72);
	font-size: 14px;
}
.serv1 a:hover {
	background: rgb(30,138,192);
	border: 1px solid rgb(30,138,192);
}
.serv1 button {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 100%;
	background: rgb(255,255,255);
	font-size: 20px;
}
.serv1 button:hover {
	background: rgb(30,138,192);
	color: rgb(255,255,255);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
		border-bottom: none;
		background: rgb(15,53,72);
		padding: 10px 0px 0px 10px;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
	background: rgb(15,53,72);
}
.serv1 .modal-dialog {
	max-width: auto;
	top: 130px;
	margin: 1.75rem auto;
}
.serv1 img {
	border-radius: 0.2rem;
	box-shadow: 3px 3px 0px rgb(0 0 0);
}


.serv2 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.serv2 .pad {
	padding-top: 30px;
}
.serv2 h1 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}
.serv2 h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}
.serv2 h3 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 1.5rem;;
	font-weight: 600;
	text-align: center;
}

.serv2 p {
	font-size: 16px;
	font-family: 'font2';
	padding-bottom: 40px;
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv2 img {
	border-radius: 3px;
}
.serv-a {
	padding: 0px 0 50px 0;
	background: rgb(255,255,255);
}
.serv-a .pad {
	padding-top: 65px;
}
.serv-a h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 25px;
	font-weight: 600;
	text-align: left;
}
.serv-a p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-a a.learn-more, .serv-b a.learn-more, .serv-c a.learn-more {
  padding: 10px;
	background: rgb(30,138,192);
  font-size: 24px;
  font-weight: 600;
  font-family: font2;
  border-radius: 2.5rem;
  color: rgb(255,255,255);
	    text-align: center;
	display:inline-flex; 

}

a.learn-more.black{
	
	background: black;
}

a.learn-more.black:hover{
	
	background: lightgray;
	display:inline-flex; 
}

.service-btn-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: center;
    justify-content: start;
}

@media(max-width: 991px){
.service-btn-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
}
.serv-a img {
	border-radius: 3px;
}

.serv-b {
	padding: 50px 0 50px 0;
	background: rgb(251,251,251);
}
.serv-b .pad {
	padding-top: 65px;
}
.serv-b .pad2 {
	padding-top: 65px;
}
.serv-b .pad3 {
	padding-top: 65px;
}
.serv-b h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 25px;
	font-weight: 600;
	text-align: left;
}
.serv-b h3 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 21px;
	font-weight: 600;
	text-align: left;
}
.serv-b p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-b img {
	border-radius: 3px;
}
.serv-c {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.serv-c .pad {
	padding-top: 65px;
}
.serv-c .pad2 {
	padding-top: 65px;
}
.serv-c .pad3 {
	padding-top: 65px;
}
.serv-c h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 25px;
	font-weight: 600;
	text-align: left;
}
.serv-c p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-c img {
	border-radius: 3px;
}





/**** Whole-Home Remodeling Page ****/

.whole-remodel-hero {
	padding: 120px 0 90px 0;
	background:
		linear-gradient(110deg, rgba(30,138,192,0.92), rgba(30,138,192,0.58)),
		url("/img/gallery/ba32.jpg");
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.whole-remodel-hero-content span,
.whole-remodel-section-title span,
.whole-remodel-feature-content span,
.whole-remodel-science-content span,
.whole-remodel-cost-box span {
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin-bottom: 12px;
}

.whole-remodel-hero-content h1 {
	font-family: 'Montserrat';
	color: rgb(255,255,255);
	font-size: 45px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 18px;
}

.whole-remodel-hero-content p {
	font-size: 17px;
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}

.whole-remodel-actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.whole-remodel-btn {
	padding: 12px 22px;
	background: rgb(255,255,255);
	font-size: 18px;
	font-weight: 600;
	font-family: font2;
	border-radius: 2.5rem;
	color: rgb(30,138,192) !important;
	text-align: center;
	display: inline-flex;
	text-decoration: none !important;
	transition: .3s ease;
	border: 2px solid rgb(255,255,255);
}

.whole-remodel-btn:hover {
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
	color: rgb(255,255,255) !important;
}

.whole-remodel-btn-dark {
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
	color: rgb(255,255,255) !important;
}

.whole-remodel-btn-dark:hover {
	background: rgb(255,255,255);
	color: rgb(30,138,192) !important;
}

.whole-remodel-hero-image img {
	border-radius: 3px;
	box-shadow: 0px 12px 35px rgba(0,0,0,.25);
}

/**** Intro ****/

.whole-remodel-intro {
	padding: 75px 0;
	background: rgb(255,255,255);
}

.whole-remodel-intro h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.whole-remodel-intro p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}

/**** Services ****/

.whole-remodel-services {
	padding: 75px 0;
	background: rgb(251,251,251);
}

.whole-remodel-section-title {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 45px auto;
}

.whole-remodel-section-title span {
	color: rgb(30,138,192);
}

.whole-remodel-section-title h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 12px;
}

.whole-remodel-section-title p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 29px;
	text-align: center;
}

.whole-remodel-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.whole-remodel-card {
	background: rgb(255,255,255);
	border-radius: 3px;
	padding: 28px 24px;
	box-shadow: 0px 8px 24px rgba(0,0,0,.08);
	border-top: 5px solid rgb(30,138,192);
}

.whole-remodel-card h3 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 1.35rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 12px;
}

.whole-remodel-card p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 27px;
	text-align: left;
	margin-bottom: 0;
}

/**** Feature ****/

.whole-remodel-feature {
	padding: 75px 0;
	background: rgb(255,255,255);
}

.whole-remodel-feature img {
	border-radius: 3px;
	box-shadow: 0px 8px 24px rgba(0,0,0,.1);
}

.whole-remodel-feature-content {
	padding-left: 25px;
}

.whole-remodel-feature-content span {
	color: rgb(30,138,192);
}

.whole-remodel-feature-content h2,
.whole-remodel-science-content h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}

.whole-remodel-feature-content p,
.whole-remodel-science-content p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 28px;
	text-align: justify;
}

/**** Process ****/

.whole-remodel-process {
	padding: 75px 0;
	background: rgb(251,251,251);
}

.whole-remodel-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.whole-remodel-step {
	background: rgb(255,255,255);
	padding: 28px 20px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 8px 24px rgba(0,0,0,.08);
}

.whole-remodel-step strong {
	display: block;
	font-family: 'Montserrat';
	font-size: 34px;
	font-weight: 700;
	color: rgb(30,138,192);
	margin-bottom: 8px;
}

.whole-remodel-step h3 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.whole-remodel-step p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	margin-bottom: 0;
}

/**** Building Science / Planning ****/

.whole-remodel-science {
	padding: 75px 0;
	background: rgb(255,255,255);
}

.whole-remodel-science-content span {
	color: rgb(30,138,192);
}

.whole-remodel-note {
	background: rgb(30,138,192);
	padding: 32px;
	border-radius: 3px;
}

.whole-remodel-note h3 {
	font-family: 'Montserrat';
	color: rgb(255,255,255);
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}

.whole-remodel-note ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.whole-remodel-note li {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	line-height: 28px;
}

/**** Cost ****/

.whole-remodel-cost {
	padding: 75px 0;
	background: rgb(251,251,251);
}

.whole-remodel-cost-box {
	background: rgb(255,255,255);
	padding: 38px;
	border-radius: 3px;
	box-shadow: 0px 8px 24px rgba(0,0,0,.08);
	border-left: 6px solid rgb(30,138,192);
}

.whole-remodel-cost-box span {
	color: rgb(30,138,192);
}

.whole-remodel-cost-box h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}

.whole-remodel-cost-box p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 28px;
	text-align: justify;
}

.whole-remodel-cost-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 20px;
}

.whole-remodel-cost-grid div {
	background: rgb(30,138,192);
	color: rgb(255,255,255);
	font-family: 'font2';
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 14px 10px;
	border-radius: 2.5rem;
}

/**** FAQ ****/

.whole-remodel-faq {
	padding: 75px 0;
	background: rgb(255,255,255);
}

.whole-remodel-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.whole-remodel-faq-item {
	background: rgb(251,251,251);
	padding: 26px;
	border-radius: 3px;
	border-left: 5px solid rgb(30,138,192);
}

.whole-remodel-faq-item h3 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 1.25rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
}

.whole-remodel-faq-item p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 0;
}

/**** Final CTA ****/

.whole-remodel-final-cta {
	padding: 75px 0;
	background: rgb(30,138,192);
	text-align: center;
}

.whole-remodel-final-cta h2 {
	font-family: 'Montserrat';
	color: rgb(255,255,255);
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.whole-remodel-final-cta p {
	font-size: 17px;
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	margin-bottom: 25px;
}

/**** Responsive ****/

@media(max-width: 991px) {
	.whole-remodel-hero {
		padding: 90px 0 70px 0;
		text-align: center;
	}

	.whole-remodel-hero-content h1 {
		font-size: 36px;
	}

	.whole-remodel-hero-content p,
	.whole-remodel-feature-content p,
	.whole-remodel-science-content p,
	.whole-remodel-cost-box p,
	.whole-remodel-faq-item p {
		text-align: center;
	}

	.whole-remodel-actions {
		justify-content: center;
	}

	.whole-remodel-hero-image {
		margin-top: 35px;
	}

	.whole-remodel-service-grid,
	.whole-remodel-process-grid,
	.whole-remodel-faq-grid {
		grid-template-columns: 1fr;
	}

	.whole-remodel-feature-content {
		padding-left: 0;
		padding-top: 25px;
		text-align: center;
	}

	.whole-remodel-feature-content h2,
	.whole-remodel-science-content h2,
	.whole-remodel-cost-box h2,
	.whole-remodel-note h3,
	.whole-remodel-faq-item h3 {
		text-align: center;
	}

	.whole-remodel-note {
		margin-top: 25px;
	}

	.whole-remodel-cost-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 575px) {
	.whole-remodel-hero-content h1 {
		font-size: 31px;
	}

	.whole-remodel-intro h2,
	.whole-remodel-section-title h2,
	.whole-remodel-feature-content h2,
	.whole-remodel-science-content h2,
	.whole-remodel-cost-box h2,
	.whole-remodel-final-cta h2 {
		font-size: 28px;
	}

	.whole-remodel-btn {
		width: 100%;
		justify-content: center;
	}

	.whole-remodel-cost-box,
	.whole-remodel-note,
	.whole-remodel-card,
	.whole-remodel-step,
	.whole-remodel-faq-item {
		padding: 24px 18px;
	}
}






/* CouponSection Start */
.coupon {
	background: rgb(255,255,255);
	padding: 100px 0 30px 0;
}
.coupon h1{
	font-family: 'Montserrat';
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  color: rgb(15,53,72);
}
.coupon p {
	font-weight: 600;
	color: rgb(120,120,120);
	font-family: 'font2';
	text-align: center;
	font-size: 16px;
	padding-bottom: 40px;
}
.coupon-section {
	background: rgb(251,251,251);
	padding: 30px 0 30px 0;
}
.coupon-section2 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.coupon-section3 {
	background: rgb(255,255,255);
	padding: 30px 0 75px 0;
}
/* Coupon Section End */




.refinishing-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.refinishing-process-card {
  padding: 25px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.3s ease;
}

.refinishing-process-card:hover {
  transform: translateY(-5px);
}

.refinishing-process-card span {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.refinishing-process-card h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
	    font-family: 'Montserrat';
			font-family: 500;
}

.refinishing-process-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Mobile */
@media (max-width: 690px) {
  .refinishing-process-grid {
    grid-template-columns: 1fr;
  }
}

/*Blog Page Start*/
.blog1 {
	padding: 215px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 25px;
	color: rgb(70,110,145);
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h2 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h3 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
	text-align:left; 
}
.blog1 h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .img-fluid.box-image{
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    object-fit: cover;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
	/*height:680px;*/
	margin-bottom: 25px; 
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(70,110,145);
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 1.15rem;
	font-family: 'font2';
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}




.blog-top {
	background: rgb(15,53,72);
	padding: 180px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: white;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: center;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}

.blog-top1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top1 .box {
	padding: 110px 45px 0px 50px;
}
.blog-top1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	text-shadow: 1px 1px 1px #000;
/*	box-shadow: 1px 1px 2px 1px #000;*/
	background: rgb(68,68,68);
	border-radius: 5px;
}
.blog-top1 a:hover {
	color: rgb(255,255,255);
	
	background: rgb(226,64,0);
}
/*.blog-top1 span strong {
	 transform: rotate(90deg);
	 position: fixed;
}*/
.blog-top1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}


.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 33px;
	font-weight:900;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 400;
	font-family: 'font';
	font-size: 23px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 1.1rem;
	/*font-family: 'font2';*/
	font-family: 'Arial';
	font-weight: 500;
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template span{

	font-weight: 900;
	text-shadow: 0 0 black;
	/*text-decoration: underline;*/
}
.blog-template span.transformer {

	font-weight: 900;
	text-shadow: 0 0 black;
	text-decoration: underline;
}
.blog-template li p span{
	color: black;
	font-size: 19px;
	font-family: 'font';
	text-decoration:underline;
	font-weight:300;
}
.blog-template a.contact-today {
	padding: 10px; background: rgb(226,64,0); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template a.services {
	padding: 10px; background: rgb(21,135,198); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}

.blog-template1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template1 i {
	color: rgb(7, 155, 196);
}
.blog-template1 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template1 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h2 {
	font-family: 'font';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template1 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 29px;
}
.blog-template1 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	padding: 7px;
}
.blog-template1 h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 21px;
}
.blog-template11 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template .img-fluid.box-image{
	
	border-radius: 20px;<div id="scroll-progress-bar"></div>
 
	box-shadow: 1px 1px 10px 3px rgb(12,12,12);
}


.numbered{
	list-style-type: decimal;
}


/*.blog-template {
  position: relative;
  overflow: auto;
}

.blog-scroll-bar {
  position: sticky;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: rgb(226,64,0);
  z-index: 10;
}
*/

.page-scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: rgb(81 77 63);
  z-index: 9999;
}

/*Blog Page End*/


/* Gallery Page Start */
.gallery-page {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: center;
	color: rgb(30,138,192);
}
.gallery-page p {
	font-size: 16px;
	font-weight: 600;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
	padding-bottom: 40px;
}
/* Gallery Page End */
/* City List Page Start */
.harris-county-page-header {
	padding: 200px 0 50px 0;
}
.harris-county-page-header h1 {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	color: rgb(30,138,192);
}
.harris-county-page-header p {
	font-size: 20px;
	text-align: center;
	color: rgb(12,12,12);
}
.harris-county-page-content {
	padding: 0 0 50px 0;
	background: rgb(255,255,255);
}
.harris-county-page-content h2 {
	font-size: 2.75rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.harris-county-page-content p {
	font-size: 18px;
	text-align: center;
	color: rgb(12,12,12);
}
/* City List Page End */
/* Service Areas Page Start */
.service-areas-header {
	padding: 200px 0 50px 0;
}
.service-areas-header h1 {
	font-size: 3rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.service-areas-header h2 {
	font-size: 1.8rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.service-areas-header p {
	font-size: 20px;
	text-align: center;
	color: rgb(12,12,12);
}

.service-areas-header li p span {
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: underline;
}

.service-areas-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-1 h3 {
	font-size: 2.5rem;
	font-family: Montserrat;
	font-weight: 600;
	color: rgb(30,138,192);
}
.service-areas-section-1 p {
	font-size: 18px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-1 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
}
.service-areas-section-1 li p {
	font-size: 1rem;
}
.service-areas-section-1 li p span {
	font-size: 1.2rem;
	font-weight: 900;
	text-decoration: underline;
}

.service-areas-section-2 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-2 h3 {
	font-size: 2.5rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: right;
	color: rgb(30,138,192);
}
.service-areas-section-2 p {
	font-size: 18px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-2 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-1 h1 {
	font-family: 'Montserrat';
  font-size: 35px;
	font-weight: 600;
  color: rgb(30,138,192);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(120,120,120);
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}








/*FAQ Page*/
.faq {
	padding: 190px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(15,53,72);
	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(15,53,72) !important;
}
.faq .bg-dark:hover {
  background-color: rgb(15,53,72) !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 black !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;
}
/*FAQ Page END*/





/******************************************** DAVIDS MOBILE CODE END *************************************************/
.section-divider {
	position:relative;
	padding: 30px 0;
}
.view-gallery-btn {
	position:relative;
	display: inline-block;
	background: #b34141;
	padding: 5px 30px;
	color: #fff;
	font-weight: 600;
}
/*******************  Referrals Owl Carousel *************************/
.owl-carousel {
}
.owl-carousel .owl-stage-outer {
	padding:40px 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;
}
/*******************  Linearicons *************************/
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  cursor: pointer;
}
.lnr-chevron-right {
  color: #232323;
  font-size: 22px;
}
.lnr-star {
	font-size:25px !important;
	position:relative;
	top: -12px;
}
/* ========================================================== */
/* 			            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;
}
.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;
}
.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%;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay {
	height: 100%;
	width: 100%;
	background: #ffffffbf;
}
#myBtn {
    display: block; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    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;
}
body#image-upload-page {
	visibility:visible;
}
.navbar-scroll {
	padding: 89px 0 0;
	position: fixed;
	background: rgb(15,53,72);
	width: 100%;
	z-index: 2;
	-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-weight: 900;
  font-size: 18px;
  color: rgb(255,255,255);
  font-family: 'font2';
}
.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(30,138,192);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}
/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */
.projects .about-header-section h1 {
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
.projects .about-header-section .header-logout-btn {
	font-size:22px;
	display:block;
	margin-left:20px;
	color:#ca3535;
}
#delete-msg {
	position:relative;
	text-align:center;
	margin:0 0 2em;
}
#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;
}
.projects-section {
	position:relative;
	overflow:hidden;
}
#project-1 .projects-section img {
	transform:scale(1.08,1.08)
}
.projects-section .mosaic-row {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.projects-section .mosaic-row div[class*='col-'] {
	position: absolute;
    top: 0;
    right: 0;
}
.projects-section a img {
	transform: scale(1.06,1.06);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a:hover img {
	transform:scale(1.3,1.3);
}
.projects-section a .block-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#08080891;
	opacity:0;
	z-index:1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a .block-overlay p {
	color:#f18907;
	font-size:1.3em;
	font-weight:100;
}
.projects-section a:hover .block-overlay {
	background-color:rgba(247, 247, 247, 0.97);
	opacity:1;
}
.projects-section div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}

/**** Gallery Function Section ****/
/**** Gallery Function Section ****/
[id^="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 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] input:hover {
    background-color: #fff;
    opacity: 1; /* Adjusted to ensure hover effect is visible */
}

button.mfp-close, button.mfp-arrow {
    outline: none !important;
}

[id^="portfolio"] {
    display: flex; 
    padding: 0; 
    overflow: hidden; 
    flex-wrap: wrap; 
    justify-content: center;
}

[id^="portfolio"] li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    float: left; 
    position: relative; 
    overflow: hidden; 
    margin: 0 10px 20px;
}

[id^="portfolio"] li a {
    transform: scale(1,1); 
    display: block; 
    width: 100%; 
/*    height: 295px; 
    width: 490px; */
		height: 435px;
		width: 435px; 
    overflow: hidden; 
    -o-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -webkit-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] li a:hover {
    transform: scale(1.1,1.1) !important;
}

[id^="portfolio"] li a img {
    display: block; 
    position: absolute; 
    top: 0%; 
    bottom: 0%; 
    left: 0%; 
    right: 0%; 
    margin: auto; 
    width: 100%; 
    height: 100%; 
    transform: scale(1,1);
}

[id^="portfolio"] li:hover .block-overlay {
    background-color: transparent;
}

[id^="portfolio"] li:hover input {
    left: 0;
}

[id^="portfolio"] .block-overlay {
    background: rgba(0,0,0,0.1); 
    z-index: 1; 
    -webkit-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}
/* ========================== 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 {
	background: rgb(15,53,72);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section span {
	color: rgb(255, 255, 255);
	font-size: 16px;
}
.footer-section h3 {
	font-size: 1.3rem;
color: rgb(255, 255, 255);
	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 h2 {
	font-size: 22px;
	font-family: font2;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	color: rgb(255,255,255);
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.service-cities h5 {
	font-size: 16px;
	font-family: font2;
	text-align: center;
	color: rgb(255,255,255);
}
.service-cities h6 {
	font-size: 20px;
	font-family: font2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	color: rgb(255,255,255);
}
.service-cities p.cities {
	font-size: 18px;
	text-align: center;
	color: rgb(255,255,255);
}
.bottom-footer {
	padding: 25px 0 5px 0;
	background: rgb(10,39,54);
}
.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 rgb(30,138,192);
	background: rgb(30,138,192);
	border-radius:100px;
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(30,138,192,0.8);
	text-decoration:none !important;
	color: rgb(255,255,255);
}

/* ======================================== */
/* === Laptop CSS Section ================= */
/* ======================================== */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}

@media screen and (min-width: 1250px) and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/



}


@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/


.navbar-light .navbar-nav .nav-link {
	margin: 0 15px;
  padding: 6px 0px;
  font-weight: 900;
  font-size: 16px;
  color: rgb(255,255,255);
  font-family: 'font2';
}

}

/* ======================================== */
/* === Tablet CSS Section ================= */
/* ======================================== */
/*@media screen and (min-width: 768px) and (max-width: 1024px) {*/
@media screen and (max-width: 991px) {

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 95px;
}
.home-header-section a {
    background: rgb(30,138,192);
    padding: 10px 25px!important;
    text-shadow: none;
    color: rgb(255 255 255);
    font-weight: 600;
    font-family: font2;
		display: none;
    border-radius: 2.5rem;
    font-size: 18px;
}
.home-header-section a:hover {
    background: rgb(30,138,192,0.8);
    color: rgb(255,255,255);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    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(15,53,72);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
		font-weight: 900;
    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;
}
.dropdown-item.active, .dropdown-item:hover {
    color: rgb(30,138,192);
    text-decoration: none;
    background-color: rgb(255,255,255) !important;
}
.home1 {
	padding: 0 0 0 0;
    background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2';
	font-size: 35px;
  text-align: left;
	font-weight: 800;
	color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.2rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	color: rgb(15,53,72);
	text-align: center;
}
.card i {
	font-size: 45px;
	color: rgb(30,138,192);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(120,120,120);
}
.home2 .container {
	padding: 0 0 0 0;
}
.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 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
		border-radius: 0.2rem;
    margin: 0px 81px 0 0!important;
    padding: 50px 15px 40px 15px !important;
		background: rgb(15,53,72,0.8) !important
}
.home2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 0 0 !important;
	border-radius: 0.2rem;
  padding: 50px 50px 40px 50px !important;
	background: rgb(255,255,255,0.9)!important
}
.home2 h4 {
  font-size: 23px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
}
.home2 p {
	color: rgb(120,120,120);
	font-family: 'font2';
	font-weight: 600;
  font-size: 15px;
}
.home2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home3 {
	padding: 30px 0 30px 0;
    background: rgb(255,255,255);
}
.home3 h2 {
	font-family: 'Montserrat';
	font-size: 30px;
  text-align: left;
	font-weight: 600;
	color: rgb(15,53,72);
}
.home3 h3 {
	text-align: left;
    font-size: 22px;
		font-weight: 600;
		font-family: 'Montserrat';
		color: rgb(15,53,72);
}
.home3 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: left;
}
.home3 i {
	font-size: 22px;
	color: rgb(30,138,192);
}
.home3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home3 a {
	background: rgb(30,138,192);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home3 a:hover {
	background: rgb(30,138,192,0.8);
	color: rgb(255,255,255);
}
.home4 .container {
	padding: 0 0 0 0;
}
.parallax2 {
  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 .square1 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(15,53,72,0.8);
		border-radius: 0.2rem;
    margin: 0 0 0 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home4 .square2 {
	float: none!important;
  top: 0!important;
  left: 0!important;
  width: auto!important;
  position: relative!important;
	background: rgb(255,255,255,0.9);
  height: auto!important;
	border-radius: 0.2rem;
  padding: 46px 20px 29px 20px !important;
  max-width: none!important;
  margin: 0 0 0 0 !important;
  min-width: 0!important;
  text-align: start!important;
}
.home4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(120,120,120);
		text-align: center;
    font-family: 'font2';
    font-size: 20px;
}
.home4 h5 {
	font-size: 30px;
  color: rgb(255,255,255);
  font-family: 'Montserrat';
	font-weight: 600;
  text-align: center;
}
.home4a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home5 .container {
	padding: 0 0 0 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 10px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	color: rgb(30,138,192);
	padding-top: 13px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(120,120,120);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 30px 0 30px 0;
}
.home-contact h3 {
  font-size: 35px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(15,53,72);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 75px 0 30px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 20px;
	color: rgb(30,138,192);
}
.about-page-section-1 p {
	font-size: 15px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	text-align: left;
	font-weight: 600;
	color: rgb(120,120,120);
}
.about-page-section-1 strong {
	color: rgb(15,53,72);
	font-family: 'Montserrat';
	font-weight: 600;
}
/**** Service Page Section ****/
.serv1 {
	padding: 75px 0 30px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 h5 {
	text-align: center;
	color: rgb(30,138,192);
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 13px;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(255,255,255);
	text-align: center;
}
.serv1 a {
	padding: 5px 25px 5px 25px;
	border-radius: 1.6rem;
	color: rgb(255,255,255);
	border: 1px solid rgb(15,53,72);
	font-weight: 600;
	background: rgb(15,53,72);
	font-size: 14px;
}
.serv1 a:hover {
	background: rgb(30,138,192);
	border: 1px solid rgb(30,138,192);
}
.serv1 button {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 100%;
	background: rgb(255,255,255);
	font-size: 20px;
}
.serv1 button:hover {
	background: rgb(30,138,192);
	color: rgb(255,255,255);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
		border-bottom: none;
		background: rgb(15,53,72);
		padding: 10px 0px 0px 10px;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
	background: rgb(15,53,72);
}
.serv1 .modal-dialog {
	max-width: auto;
	top: 130px;
	margin: 1.75rem auto;
}
.serv1 img {
	border-radius: 0.2rem;
	box-shadow: 3px 3px 0px rgb(0 0 0);
}
.serv2 {
	padding: 75px 0 0 0;
	background: rgb(255,255,255);
}
.serv2 .pad {
	padding-top: 30px;
}
.serv2 h1 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.serv2 p {
	font-size: 15px;
	font-family: 'font2';
	padding-bottom: 0px;
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: center;
}
.serv2 img {
	border-radius: 3px;
}
.serv-a {
	padding: 0px 0 30px 0;
	background: rgb(255,255,255);
}
.serv-a .pad {
	padding-top: 20px;
}
.serv-a h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
.serv-a p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-a img {
	border-radius: 3px;
}
.serv-b {
	padding: 30px 0 30px 0;
	background: rgb(251,251,251);
}
.serv-b .pad {
	padding-top: 20px;
}
.serv-b .pad2 {
	padding-top: 20px;
}
.serv-b .pad3 {
	padding-top: 65px;
}
.serv-b h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
.serv-b p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-b img {
	border-radius: 3px;
}
.serv-c {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.serv-c .pad {
	padding-top: 0px;
}
.serv-c .pad2 {
	padding-top: 65px;
}
.serv-c .pad3 {
	padding-top: 65px;
}
.serv-c h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 25px;
	font-weight: 600;
	text-align: left;
}
.serv-c p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-c img {
	border-radius: 3px;
}
/* CouponSection Start */
.coupon {
	background: rgb(255,255,255);
	padding: 75px 0 30px 0;
}
.coupon h1{
	font-family: 'Montserrat';
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  color: rgb(15,53,72);
}
.coupon p {
	font-weight: 600;
	color: rgb(120,120,120);
	font-family: 'font2';
	text-align: center;
	font-size: 15px;
	padding-bottom: 40px;
}
.coupon-section {
	background: rgb(251,251,251);
	padding: 30px 0 30px 0;
}
.coupon-section2 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.coupon-section3 {
	background: rgb(255,255,255);
	padding: 30px 0 75px 0;
}
/* Coupon Section End */

/* Gallery Page Start */
.gallery-page {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: center;
	color: rgb(30,138,192);
}
.gallery-page p {
	font-size: 15px;
	font-weight: 600;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
	padding-bottom: 40px;
}
/* Gallery Page End */
/* City List Page Start */
.harris-county-page-header {
	padding: 100px 0 50px 0;
}
.harris-county-page-header h1 {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	color: rgb(30,138,192);
}
.harris-county-page-header p {
	font-size: 16px;
	text-align: center;
	color: rgb(12,12,12);
}
.harris-county-page-content {
	padding: 0 0 50px 0;
	background: rgb(255,255,255);
}
.harris-county-page-content h2 {
	font-size: 1.75rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.harris-county-page-content p {
	font-size: 16px;
	text-align: center;
	color: rgb(12,12,12);
}
/* City List Page End */
/* Service Areas Page Start */
.service-areas-header {
	padding: 200px 0 50px 0;
}
.service-areas-header h1 {
	font-size: 2rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.service-areas-header p {
	font-size: 18px;
	text-align: center;
	color: rgb(12,12,12);
}
.service-areas-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-1 h3 {
	font-size: 1.5rem;
	font-family: Montserrat;
	font-weight: 600;
	color: rgb(30,138,192);
}
.service-areas-section-1 p {
	font-size: 16px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-1 iframe {
	width: 100%;
	height: 400px;
	border: 0;
	border-radius: 0.5rem;
}
.service-areas-section-2 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-2 h3 {
	font-size: 1.5rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: right;
	color: rgb(30,138,192);
}
.service-areas-section-2 p {
	font-size: 16px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-2 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.contact-page-1 h1 {
	font-family: 'Montserrat';
  font-size: 35px;
	font-weight: 600;
  color: rgb(30,138,192);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(120,120,120);
	font-size: 1px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE 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(15,53,72);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(15,53,72);
}
.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);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.service-content-section {
    padding: 0 !important;
}

.service-content-section p {
    padding: 0;
    margin: 0;
    background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}

.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}

.about-info-section div[class*='col-']:first-child {
    border-right:none;
    border-bottom: 1px solid #b5b5b5;
}
	
.about-header-section {
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}

.pre-footer-section .hours {
    padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
    padding: 0;
}

.section-divider {
	padding: 40px 10px;
}

.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}



.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}

.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}

.projects-section .row {
    height: inherit;
}

.projects-section div[class*='col-'] {
    padding: 0;
    position: relative;
}
	


.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: rgb(15,53,72);
    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: 1.7rem;
		font-family: 'font2';
		font-weight: 900;
    color: rgb(255,255,255) !important;
}
.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;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#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;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
		background: rgb(15,53,72);
		border: none;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
    
.section-b .pic {
    width: 90%;
    padding: 30%;
    position: relative;
    left: 26px;
    top: 32px;
}
    
.about-section .overlay {
    background: #a501104f;
    padding: 12% 0%;
}
    
.about-showcase .overlay {
    padding: 9% 0%;
    padding-top: 18%;
}
    
.reviews-a {
    background: white;
    text-align: center;
    padding: 13% 7%;
}
    
.services-section h1 {
    font-size: 2rem; 
}

}

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
@media screen and (min-width: 425px) and (max-width: 768px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 95px;
}
.home-header-section a {
    background: rgb(30,138,192);
    padding: 10px 25px!important;
    text-shadow: none;
    color: rgb(255 255 255);
    font-weight: 600;
    font-family: font2;
		display: none;
    border-radius: 2.5rem;
    font-size: 18px;
}
.home-header-section a:hover {
    background: rgb(30,138,192,0.8);
    color: rgb(255,255,255);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    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(15,53,72);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
		font-weight: 900;
    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;
}
.dropdown-item.active, .dropdown-item:hover {
    color: rgb(30,138,192);
    text-decoration: none;
    background-color: rgb(255,255,255) !important;
}
.home1 {
	padding: 0 0 0 0;
    background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2';
	font-size: 35px;
  text-align: left;
	font-weight: 800;
	color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.2rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	color: rgb(15,53,72);
	text-align: center;
}
.card i {
	font-size: 45px;
	color: rgb(30,138,192);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(120,120,120);
}
.home2 .container {
	padding: 0 0 0 0;
}
.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 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
		border-radius: 0.2rem;
    margin: 0px 81px 0 0!important;
    padding: 50px 15px 40px 15px !important;
		background: rgb(15,53,72,0.8) !important
}
.home2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 0 0 !important;
	border-radius: 0.2rem;
  padding: 50px 50px 40px 50px !important;
	background: rgb(255,255,255,0.9)!important
}
.home2 h4 {
  font-size: 23px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
}
.home2 p {
	color: rgb(120,120,120);
	font-family: 'font2';
	font-weight: 600;
  font-size: 15px;
}
.home2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home3 {
	padding: 30px 0 30px 0;
    background: rgb(255,255,255);
}
.home3 h2 {
	font-family: 'Montserrat';
	font-size: 30px;
  text-align: left;
	font-weight: 600;
	color: rgb(15,53,72);
}
.home3 h3 {
	text-align: left;
    font-size: 22px;
		font-weight: 600;
		font-family: 'Montserrat';
		color: rgb(15,53,72);
}
.home3 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: left;
}
.home3 i {
	font-size: 22px;
	color: rgb(30,138,192);
}
.home3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home3 a {
	background: rgb(30,138,192);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home3 a:hover {
	background: rgb(30,138,192,0.8);
	color: rgb(255,255,255);
}
.home4 .container {
	padding: 0 0 0 0;
}
.parallax2 {
  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 .square1 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(15,53,72,0.8);
		border-radius: 0.2rem;
    margin: 0 0 0 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home4 .square2 {
	float: none!important;
  top: 0!important;
  left: 0!important;
  width: auto!important;
  position: relative!important;
	background: rgb(255,255,255,0.9);
  height: auto!important;
	border-radius: 0.2rem;
  padding: 46px 20px 29px 20px !important;
  max-width: none!important;
  margin: 0 0 0 0 !important;
  min-width: 0!important;
  text-align: start!important;
}
.home4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(120,120,120);
		text-align: center;
    font-family: 'font2';
    font-size: 20px;
}
.home4 h5 {
	font-size: 30px;
  color: rgb(255,255,255);
  font-family: 'Montserrat';
	font-weight: 600;
  text-align: center;
}
.home4a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home5 .container {
	padding: 0 0 0 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 10px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	color: rgb(30,138,192);
	padding-top: 13px;
	line-height: 20px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(120,120,120);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 30px 0 30px 0;
}
.home-contact h3 {
  font-size: 35px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(15,53,72);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 20px;
	padding-top: 20px;
	color: rgb(30,138,192);
}
.about-page-section-1 p {
	font-size: 15px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	text-align: left;
	font-weight: 600;
	color: rgb(120,120,120);
}
.about-page-section-1 strong {
	color: rgb(15,53,72);
	font-family: 'Montserrat';
	font-weight: 600;
}
/**** Service Page Section ****/
.serv1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center;
}
.serv1 h5 {
	text-align: center;
	color: rgb(30,138,192);
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 13px;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(255,255,255);
	text-align: center;
}
.serv1 a {
	padding: 5px 25px 5px 25px;
	border-radius: 1.6rem;
	color: rgb(255,255,255);
	border: 1px solid rgb(15,53,72);
	font-weight: 600;
	background: rgb(15,53,72);
	font-size: 14px;
}
.serv1 a:hover {
	background: rgb(30,138,192);
	border: 1px solid rgb(30,138,192);
}
.serv1 button {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 100%;
	background: rgb(255,255,255);
	font-size: 20px;
}
.serv1 button:hover {
	background: rgb(30,138,192);
	color: rgb(255,255,255);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
		border-bottom: none;
		background: rgb(15,53,72);
		padding: 10px 0px 0px 10px;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
	background: rgb(15,53,72);
}
.serv1 .modal-dialog {
	max-width: auto;
	top: 130px;
	margin: 1.75rem auto;
}
.serv1 img {
	border-radius: 0.2rem;
	box-shadow: 3px 3px 0px rgb(0 0 0);
}
.serv2 {
	padding: 50px 0 0 0;
	background: rgb(255,255,255);
}
.serv2 .pad {
	padding-top: 30px;
}
.serv2 h1 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.serv2 p {
	font-size: 15px;
	font-family: 'font2';
	padding-bottom: 0px;
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: center;
}
.serv2 img {
	border-radius: 3px;
}
.serv-a {
	padding: 0px 0 30px 0;
	background: rgb(255,255,255);
}
.serv-a .pad {
	padding-top: 20px;
}
.serv-a h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
.serv-a p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-a img {
	border-radius: 3px;
}
.serv-b {
	padding: 30px 0 30px 0;
	background: rgb(251,251,251);
}
.serv-b .pad {
	padding-top: 20px;
}
.serv-b .pad2 {
	padding-top: 20px;
}
.serv-b .pad3 {
	padding-top: 65px;
}
.serv-b h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
.serv-b p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-b img {
	border-radius: 3px;
}
.serv-c {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.serv-c .pad {
	padding-top: 0px;
}
.serv-c .pad2 {
	padding-top: 65px;
}
.serv-c .pad3 {
	padding-top: 65px;
}
.serv-c h2 {
	font-family: 'Montserrat';
	color: rgb(30,138,192);
	font-size: 25px;
	font-weight: 600;
	text-align: left;
}
.serv-c p {
	font-size: 15px;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	text-align: justify;
}
.serv-c img {
	border-radius: 3px;
}
/* CouponSection Start */
.coupon {
	background: rgb(255,255,255);
	padding: 50px 0 30px 0;
}
.coupon h1{
	font-family: 'Montserrat';
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  color: rgb(15,53,72);
}
.coupon p {
	font-weight: 600;
	color: rgb(120,120,120);
	font-family: 'font2';
	text-align: center;
	font-size: 15px;
	padding-bottom: 40px;
}
.coupon-section {
	background: rgb(251,251,251);
	padding: 30px 0 30px 0;
}
.coupon-section2 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.coupon-section3 {
	background: rgb(255,255,255);
	padding: 30px 0 75px 0;
}
/* Coupon Section End */

/* Gallery Page Start */
.gallery-page {
	padding: 50px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: center;
	color: rgb(30,138,192);
}
.gallery-page p {
	font-size: 15px;
	font-weight: 600;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
	padding-bottom: 40px;
}
/* Gallery Page End */
/* City List Page Start */
.harris-county-page-header {
	padding: 100px 0 50px 0;
}
.harris-county-page-header h1 {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	color: rgb(30,138,192);
}
.harris-county-page-header p {
	font-size: 16px;
	text-align: center;
	color: rgb(12,12,12);
}
.harris-county-page-content {
	padding: 0 0 50px 0;
	background: rgb(255,255,255);
}
.harris-county-page-content h2 {
	font-size: 1.75rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.harris-county-page-content p {
	font-size: 16px;
	text-align: center;
	color: rgb(12,12,12);
}
/* City List Page End */
/* Service Areas Page Start */
.service-areas-header {
	padding: 150px 0 50px 0;
}
.service-areas-header h1 {
	font-size: 2rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(30,138,192);
}
.service-areas-header p {
	font-size: 18px;
	text-align: center;
	color: rgb(12,12,12);
}
.service-areas-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-1 h3 {
	font-size: 1.5rem;
	font-family: Montserrat;
	font-weight: 600;
	color: rgb(30,138,192);
}
.service-areas-section-1 p {
	font-size: 16px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-1 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
}

.service-areas-section-1 li p {
	font-size: 0.95rem;
}
.service-areas-section-1 li p span {
	font-size: 1.1rem;
	font-weight: 900;
	text-decoration: underline;
}
.service-areas-section-2 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.service-areas-section-2 h3 {
	font-size: 1.5rem;
	font-family: Montserrat;
	font-weight: 600;
	text-align: right;
	color: rgb(30,138,192);
}
.service-areas-section-2 p {
	font-size: 16px;
	font-family: font2;
	font-weight: 600;
	text-align: justify;
	color: rgb(12,12,12);
}
.service-areas-section-2 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.contact-page-1 h1 {
	font-family: 'Montserrat';
  font-size: 35px;
	font-weight: 600;
  color: rgb(30,138,192);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(120,120,120);
	font-size: 1px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE 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(15,53,72);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(15,53,72);
}
.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);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.service-content-section {
    padding: 0 !important;
}

.service-content-section p {
    padding: 0;
    margin: 0;
    background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}

.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}

.about-info-section div[class*='col-']:first-child {
    border-right:none;
    border-bottom: 1px solid #b5b5b5;
}
	
.about-header-section {
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}

.pre-footer-section .hours {
    padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
    padding: 0;
}

.section-divider {
	padding: 40px 10px;
}

.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}



.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}

.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}

.projects-section .row {
    height: inherit;
}

.projects-section div[class*='col-'] {
    padding: 0;
    position: relative;
}
	


.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: rgb(15,53,72);
    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: 35px;
		font-family: 'font2';
		font-weight: 900;
    color: rgb(255,255,255) !important;
}
.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;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#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;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
		background: rgb(15,53,72);
		border: none;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
    
.section-b .pic {
    width: 90%;
    padding: 30%;
    position: relative;
    left: 26px;
    top: 32px;
}
    
.about-section .overlay {
    background: #a501104f;
    padding: 12% 0%;
}
    
.about-showcase .overlay {
    padding: 9% 0%;
    padding-top: 18%;
}
    
.reviews-a {
    background: white;
    text-align: center;
    padding: 13% 7%;
}
    
.services-section h1 {
    font-size: 2rem; 
}

}

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


	
	
	
}