/* 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/south.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/brando.otf') format('opentype');
	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');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 10px 0 10px 0;
	background: rgb(255,255,255);
	z-index: 5;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:#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(120,120,120);
	border-radius: 1.6rem;
	border: 1px double rgb(120,120,120);
}
.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(120,120,120);
	font-weight: 600;
	border-radius: 1.6rem;
	border: 1px double rgb(120,120,120);
}
.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(255,255,255);
	color: rgb(255,255,255);
	background: rgb(72,202,240);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(72,202,240,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;
}
/* Base, -2, and -3 dropdown menus */
.mobile-menu .dropdown-menu-mobile,
.mobile-menu .dropdown-menu-mobile-2,
.mobile-menu .dropdown-menu-mobile-3 {
    position:relative;
    display:none;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    height:0px;
    margin:0;
    width:100%;
    padding: 0;
    font-size: 18px;
    color: #e6e6e6 !important;
    text-align: left;
    list-style: none;
    background-color: #101010;
    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;
}

/* Animation class shared by all dropdown menus */
.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3 {
    display:inline-block !important;
    transform:scale(1,1) !important;
    padding:25px 0 !important;
    height:auto !important;
    visibility: visible !important;
}

/* Dropdown anchor styling */
.mobile-menu .dropdown-menu-mobile a,
.mobile-menu .dropdown-menu-mobile-2 a,
.mobile-menu .dropdown-menu-mobile-3 a {
    color:#545454;
    font-weight:600 !important;
    font-size: 1em;
    font-family:'Raleway';
    text-align:center;
}

/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 153px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: rgb(196,41,56);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(87, 86, 87);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-weight: 600;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
    color: rgb(255,255,255);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(22,22,22) !important;
}
.review-banner {
	padding: 30px 0 30px 0; background: rgb(240,240,240);
}
.review-banner h2{
	font-family: 'font2';
	font-size: 35px;
  text-align: center;
	color: rgb(36,119,190);
}
.review-banner img {
	width: 100%; height: 100%;
}
.home1 {
	padding: 100px 0 100px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.home1 .pad {
	padding-top: 30px;
}
.home1 h1 {
	font-family: 'font';
	font-size: 65px;
  text-align: left;
	color: rgb(36,119,190);
}
.home1 p {
	font-size: 19px;
	font-family: 'font2';
	font-weight: 500;
	text-align: justify;
	color: rgb(120,120,120);
}
.home1 img {
	border-radius: 4px;
}
.home2 .container {
	padding: 100px 0 100px 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;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0px;
	border-radius: 4px;
	padding: 20px 15px 10px 20px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.card h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 500;
	color: rgb(36,119,190);
	text-align: center;
}
.card img {
	width: 75px;
	padding-bottom: 20px;
}
.card i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card p {
	font-size: 18px;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
}
.card span {
	color: rgb(83,82,82);
}
.home3 {
	padding: 100px 0 100px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.home3 .pad {
	padding: 45px 0px 0px 0px;
}
.home3 h4 {
	color: rgb(36,119,190);
	font-size: 65px;
	text-align: left;
	font-family: 'font';
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 p {
    color: rgb(120,120,120);
		text-align: justify;
    font-family: 'font2';
    font-size: 19px;
}
.home3 img {
	border-radius: 4px;
}
.home3a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home4 {
	padding: 125px 0 125px 0;
}
.home4 .pad {
	padding: 115px 0px 0px 50px;
}
.home4 h4 {
	color: rgb(196,41,56);
	font-size: 27px;
	text-align: left;
	font-weight: 800;
	font-family: 'font2';
}
.home4 span {
	color: rgb(83,82,82);
}
.home4 p {
	  font-weight: 600;
    color: rgb(150,150,150);
		text-align: left;
    font-family: 'font2';
    font-size: 17px;
}
.home4 img {
	border-radius: 0.2rem;
}
.home5 .container {
	padding: 100px 0 100px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.1)), url("/img/parallax2.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: 4px;
	padding: 15px 0px 10px 0px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font2';
	font-size: 25px;
	color: rgb(72,202,240);
	padding-top: 5px;
	text-align: center;
}
.card3 p {
	font-size: 18px;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
}
.card3 img {
	border-radius: 100%;
	width: 50%;
}
.home-contact {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
  padding: 100px 0 100px 0;
}
.home-contact h2 {
  font-size: 65px;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(36,119,190);
}
.home-contact h3 {
  font-size: 65px;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(36,119,190);
}
/**** About Section ****/ 
.about1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 8px;
}
.about1 h1 {
	font-family: 'font';
	font-size: 65px;
	text-align: center;
	padding-bottom: 30px;
	color: rgb(36,119,190);
}
.about1 p {
	font-size: 20px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(120,120,120);
}
.about1 li {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
}
.about1 strong {
	color: rgb(72,202,240);
	font-family: 'font2';
}
.about1 span {
	color: rgb(120,120,120);
	font-weight: 600;
}
.about1 img {
	border-radius: 4px;
}
/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(36,119,190);
	font-size: 40px;
	text-align: left;
}
.serv1 h2 {
	font-family: 'font';
	color: rgb(36,119,190);
	font-size: 38px;
	text-align: left;
}
.serv1 h3 {
	color: black;
	font-size: 1.5rem;
}
.serv1 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv1 img {
	border-radius: 4px;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv2 h2 {
	font-family: 'font';
	color: rgb(72,202,240);
	font-size: 40px;
	text-align: left;
}
.serv2 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv2 img {
	border-radius: 4px;
}
.serv3 {
	padding: 75px 0 75px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.serv3 h2 {
	font-family: 'font';
	color: rgb(36,119,190);
	font-size: 40px;
	text-align: left;
}
.serv3 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv3 img {
	border-radius: 4px;
}

/*Service Page - Modernized*/
.service-top,
.service-body {
  position: relative;
  padding: 110px 0 85px;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78)),
    url("/img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.service-top::before,
.service-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(36,119,190,0.14), transparent 36%),
    radial-gradient(circle at bottom right, rgba(36,119,190,0.10), transparent 34%);
  pointer-events: none;
}

.service-top .container,
.service-body .container {
  position: relative;
  z-index: 1;
}

.service-top .row,
.service-body .row {
  align-items: center;
  margin-bottom: 42px;
}

.service-top .row:last-child,
.service-body .row:last-child {
  margin-bottom: 0;
}

.service-top .pad1,
.service-body .pad1,
.service-top .detail-box,
.service-body .detail-box {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(36,119,190,0.12);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.07);
  backdrop-filter: blur(6px);
}

.service-top h1,
.service-body h1 {
  font-family: 'font2';
  color: rgb(36,119,190);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  text-align: left;
  margin-bottom: 22px;
  letter-spacing: -0.04em;
}

.service-top h2,
.service-body h2 {
  font-family: 'font2';
  color: rgb(36,119,190);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.12;
  text-align: left;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}

.service-top h3,
.service-body h3 {
  color: #1f1f1f;
  font-size: 1.35rem;
  line-height: 1.35;
  font-family: 'font2';
  margin: 28px 0 10px;
}

.service-top p,
.service-body p {
  font-size: 18px;
  line-height: 1.75;
  font-family: 'font2';
  color: rgb(90,90,90);
  text-align: left;
  margin-bottom: 18px;
}

.service-top p:last-child,
.service-body p:last-child {
  margin-bottom: 0;
}

.service-top a,
.service-body a {
  color: rgb(36,119,190);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-top a:hover,
.service-body a:hover {
  color: #145f9f;
}

.service-top .btn,
.service-body .btn,
.service-top .btn-primary,
.service-body .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 0;
  background: rgb(36,119,190);
  color: #fff;
  font-family: 'font2';
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(36,119,190,0.28);
}

.service-top .btn:hover,
.service-body .btn:hover,
.service-top .btn-primary:hover,
.service-body .btn-primary:hover {
  background: #145f9f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(36,119,190,0.35);
}

.service-top img,
.service-body img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 18px 18px 0 rgba(36,119,190,0.22), 0 24px 55px rgba(0,0,0,0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-top img:hover,
.service-body img:hover {
  transform: translateY(-4px);
  box-shadow: 14px 14px 0 rgba(36,119,190,0.28), 0 28px 65px rgba(0,0,0,0.18);
}

.service-top .container > .row:not(:first-child) > [class*="col-"],
.service-body .container > .row:not(:first-child) > [class*="col-"] {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(36,119,190,0.10);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}

.service-top ul,
.service-body ul {
  padding-left: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-top li,
.service-body li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 13px;
}

.service-top li::before,
.service-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(36,119,190,0.12);
  color: rgb(36,119,190);
  font-size: 13px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.service-top li p,
.service-body li p {
  margin-bottom: 0;
}


/* Additional CSS for Expanded Upholstery Page Sections */
.service-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(36,119,190,0.10);
  color: rgb(36,119,190);
  font-family: 'font2';
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-card-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.service-card,
.process-step,
.faq-item {
  position: relative;
  height: 100%;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,252,255,0.92));
  border: 1px solid rgba(36,119,190,0.12);
  box-shadow: 0 14px 32px rgba(0,0,0,0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.process-step:hover,
.faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(36,119,190,0.24);
  box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

.service-card h3,
.process-step h3,
.faq-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.service-card p,
.process-step p,
.faq-item p {
  font-size: 16.5px;
  line-height: 1.65;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgb(36,119,190);
  color: #fff;
  font-family: 'font2';
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(36,119,190,0.24);
}

.highlight-panel {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(36,119,190,0.12), rgba(255,255,255,0.96)),
    rgba(255,255,255,0.95);
  border: 1px solid rgba(36,119,190,0.14);
  box-shadow: 0 18px 44px rgba(0,0,0,0.07);
}

.highlight-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(36,119,190,0.13);
}

.highlight-panel h2,
.highlight-panel p,
.highlight-panel .service-eyebrow {
  position: relative;
  z-index: 1;
}

.compact-grid {
  grid-template-columns: repeat(4, 1fr);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.service-top .faq-item h3 + p,
.service-body .faq-item h3 + p {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.service-cta-panel {
  margin-top: 34px;
  padding: 38px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(36,119,190,0.95), rgba(20,95,159,0.95));
  box-shadow: 0 20px 48px rgba(36,119,190,0.28);
}

.service-cta-panel h2,
.service-cta-panel p {
  color: #fff;
}

.service-cta-panel .btn,
.service-cta-panel .btn-primary {
  background: #fff;
  color: rgb(36,119,190);
  box-shadow: 0 12px 28px rgba(0,0,0,0.20);
}

.service-cta-panel .btn:hover,
.service-cta-panel .btn-primary:hover {
  background: #f3f8fc;
  color: #145f9f;
}


/* Responsive */
@media (max-width: 1199px) {
  .service-card-grid,
  .process-grid,
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .service-top,
  .service-body {
    padding: 80px 0 60px;
  }

  .service-top .row,
  .service-body .row {
    margin-bottom: 30px;
  }

  .service-top .pad1,
  .service-body .pad1,
  .service-top .detail-box,
  .service-body .detail-box,
  .service-top .container > .row:not(:first-child) > [class*="col-"],
  .service-body .container > .row:not(:first-child) > [class*="col-"] {
    padding: 26px;
  }

  .service-top img,
  .service-body img {
    margin-top: 26px;
    box-shadow: 10px 10px 0 rgba(36,119,190,0.22), 0 20px 42px rgba(0,0,0,0.14);
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .service-top,
  .service-body {
    padding: 60px 0 45px;
  }

  .service-top h1,
  .service-body h1 {
    font-size: 34px;
  }

  .service-top h2,
  .service-body h2 {
    font-size: 28px;
  }

  .service-top p,
  .service-body p {
    font-size: 17px;
    line-height: 1.65;
  }

  .service-top .pad1,
  .service-body .pad1,
  .service-top .detail-box,
  .service-body .detail-box,
  .service-top .container > .row:not(:first-child) > [class*="col-"],
  .service-body .container > .row:not(:first-child) > [class*="col-"],
  .highlight-panel,
  .service-cta-panel {
    padding: 22px;
    border-radius: 15px;
  }

  .service-card-grid,
  .process-grid,
  .compact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card,
  .process-step,
  .faq-item {
    padding: 22px;
  }

  .service-eyebrow {
    font-size: 0.72rem;
    line-height: 1.35;
  }
}


/* Gallery Page Start */
.gallery-page {
	padding: 75px 0 50px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.gallery-page h1 {
	font-size: 65px;
	font-family: 'font';
	padding-bottom: 40px;
	text-align: center;
	color: rgb(36,119,190);
}
.gallery-page h2 {
	font-size: 45px;
	font-family: 'font';
	padding-bottom: 20px;
	text-align: center;
	color: rgb(36,119,190);
}
iframe{
	width: 100%;
	height: 350px; 
}
/* Gallery Page End */
.area1, .area3, .area5, .area7, .area9, .area11 {
	padding: 75px 0 75px 0;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.area2, .area4, .area6, .area8, .area10, .area12 {
	padding: 75px 0 75px 0;
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.area1 h2, .area2 h2, .area3 h2, .area4 h2, .area5 h2, .area6 h2,
.area7 h2, .area8 h2, .area9 h2, .area10 h2, .area11 h2, .area12 h2 {
	font-size: 2.5rem;
	font-family: font;
	font-weight: 600;
	color: rgb(36,119,190);
}

.area1 h1, .area2 h1, .area3 h1, .area4 h1, .area5 h1, .area6 h1,
.area7 h1, .area8 h1, .area9 h1, .area10 h1, .area11 h1, .area12 h1 {
	font-size: 2.5rem;
	font-family: font;
	font-weight: 600;
	color: rgb(36,119,190);
}
.area1 h4, .area2 h4, .area3 h4, .area4 h4, .area5 h4, .area6 h4,
.area7 h4, .area8 h4, .area9 h4, .area10 h4, .area11 h4, .area12 h4 {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.area1 p, .area2 p, .area3 p, .area4 p, .area5 p, .area6 p,
.area7 p, .area8 p, .area9 p, .area10 p, .area11 p, .area12 p {
	font-size: 18px;
	font-family: font;
	text-align: justify;
	color: rgb(12,12,12);
}
.area1 iframe, .area2 iframe, .area3 iframe, .area4 iframe, .area5 iframe, .area6 iframe,
.area7 iframe, .area8 iframe, .area9 iframe, .area10 iframe, .area11 iframe, .area12 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.8rem;
}
.map iframe {
	height: 450px;
}
.contact-page-1 {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
	padding: 100px 0 100px 0;
}
.contact-page-1 h1 {
	font-family: 'font';
  font-size: 65px;
  color: rgb(36,119,190);
	text-align: center;
}
.contact-page-1 h2 {
	font-family: 'font';
  font-size: 35px;
  color: rgb(36,119,190);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(120,120,120);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/

/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
	font-family:  'font2' ;
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: rgb(36, 119, 190);
}
.process h2 {
	font-family:  'font2' ;
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(36, 119, 190);
}
.process h3.card-title {
	font-family:  'font2' ;
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: rgb(36, 119, 190);

}
.process h5 {
	font-family:  'font2' ;
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: justify;
	font-family:  'font2' ;
	color: rgb(110,110,110);
}
.process li {
	font-size: 19px;
	font-family: 'font';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font';
}








/*FAQ Page*/
.faq {
	padding: 120px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(36,119,190);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black; 
	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: 1.1rem;
}
.faq .bg-dark {
  background-color: rgb(36,119,190)!important;
}
.faq .bg-dark:hover {
  background-color:rgb(36,119,190)!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, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 0px 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, .faq .header_12 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    margin: 20px 0 0;
	border-radius:10px; 
}
/*FAQ Page END*/	


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

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

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

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

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	z-index:1050;
	color: #fff;
	background: #300e87;
	padding:50px;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(0,0);
	box-shadow: 0px 0px 20px -1px #000;
	transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;
	display: inline-block;
	padding:50px;
	z-index:1050;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}
.navbar-collapse ul {
	width:100%;
	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;
}
.navbar-scroll {
	padding: 100px 0 0;
	position: fixed;
	background: rgb(36,119,190);
	width: 100%;
	z-index: 4;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0);
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;
	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;
	font-size: 1.5em;
	position: absolute;
	top: 6px;
	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 45px;
  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(200,200,200);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

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

/* ========================== Gallery ZoomIn Effect ================================ */

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

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

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

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-section {
	padding: 0 0 10px;
	background: rgb(36,119,190);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 15px;
	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.footer-section .reminder{
	
	font-size: 1.05rem;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid rgb(72,202,240);
	background: rgb(72,202,240);
	border-radius:100px;
	height:32px;
	width:32px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(72,202,240,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 ***/
}

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

.navbar-scroll {
	padding: 80px 0 0;
	position: fixed;
	background: rgb(36,119,190);
	width: 100%;
	z-index: 4;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
	
.map iframe {
	margin-top: 30px; 
}

}

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

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 55px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: rgb(196,41,56);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(87, 86, 87);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-weight: 600;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
    color: rgb(255,255,255);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 50px 0 50px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.home1 .pad {
	padding-top: 0px;
}
.home1 h1 {
	font-family: 'font';
	font-size: 35px;
  text-align: center;
	color: rgb(36,119,190);
}
.home1 p {
	font-size: 19px;
	font-family: 'font2';
	font-weight: 500;
	text-align: justify;
	color: rgb(120,120,120);
}
.home1 img {
	border-radius: 4px;
}
.review-banner img {
    width: 70%;
    height: 70%;
}
.home2 .container {
	padding: 0px 0px 0px 0px;
}
.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;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0px;
	border-radius: 4px;
	padding: 20px 15px 10px 20px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.card h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 500;
	color: rgb(36,119,190);
	text-align: center;
}
.card img {
	width: 75px;
	padding-bottom: 20px;
}
.card i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card p {
	font-size: 18px;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
}
.card span {
	color: rgb(83,82,82);
}
.home3 {
	padding: 50px 0 50px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.home3 .pad {
	padding: 45px 0px 0px 0px;
}
.home3 h4 {
	color: rgb(36,119,190);
	font-size: 35px;
	text-align: center;
	font-family: 'font';
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 p {
    color: rgb(120,120,120);
		text-align: justify;
    font-family: 'font2';
    font-size: 19px;
}
.home3 img {
	border-radius: 4px;
}
.home3a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home4 {
	padding: 0px 0 0px 0;
}
.home4 .pad {
	padding: 115px 0px 0px 50px;
}
.home4 h4 {
	color: rgb(196,41,56);
	font-size: 27px;
	text-align: left;
	font-weight: 800;
	font-family: 'font2';
}
.home4 span {
	color: rgb(83,82,82);
}
.home4 p {
	  font-weight: 600;
    color: rgb(150,150,150);
		text-align: left;
    font-family: 'font2';
    font-size: 17px;
}
.home4 img {
	border-radius: 0.2rem;
}
.home5 .container {
	padding: 0px 0 0px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.1)), url("/img/parallax2.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: 4px;
	padding: 15px 0px 10px 0px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font2';
	font-size: 25px;
	color: rgb(72,202,240);
	padding-top: 5px;
	text-align: center;
}
.card3 p {
	font-size: 18px;
	font-family: 'font2';
	text-align: center;
	color: rgb(120,120,120);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
  padding: 50px 0 50px 0;
}
.home-contact h3 {
  font-size: 35px;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(36,119,190);
}
/**** About Section ****/ 
.about1 {
	padding: 75px 0 50px 0;
	background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 0px;
}
.about1 h1 {
	font-family: 'font';
	font-size: 35px;
	text-align: center;
	padding-bottom: 20px;
	color: rgb(36,119,190);
}
.about1 p {
	font-size: 20px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(120,120,120);
}
.about1 li {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
}
.about1 strong {
	color: rgb(72,202,240);
	font-family: 'font2';
}
.about1 span {
	color: rgb(120,120,120);
	font-weight: 600;
}
.about1 img {
	border-radius: 4px;
}
/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(36,119,190);
	font-size: 40px;
	text-align: left;
}
.serv1 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv1 img {
	border-radius: 4px;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv2 h2 {
	font-family: 'font';
	color: rgb(72,202,240);
	font-size: 40px;
	text-align: left;
}
.serv2 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv2 img {
	border-radius: 4px;
}
.serv3 {
	padding: 75px 0 75px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.serv3 h2 {
	font-family: 'font';
	color: rgb(36,119,190);
	font-size: 40px;
	text-align: left;
}
.serv3 p {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(120,120,120);
	text-align: justify;
}
.serv3 img {
	border-radius: 4px;
}
/* Gallery Page Start */
.gallery-page {
	padding: 75px 0 50px 0;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
}
.gallery-page h1 {
	font-size: 35px;
	font-family: 'font';
	padding-bottom: 20px;
	text-align: center;
	color: rgb(36,119,190);
}
iframe{
	width: 100%;
}
/* Gallery Page End */
.map iframe {
	height: 400px;
	margin-top: 50px; 
}
.contact-page-1 {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bg.jpg");
	background-size: cover;
	overflow: hidden;
	padding: 100px 0 100px 0;
}
.contact-page-1 h1 {
	font-family: 'font';
  font-size: 65px;
  color: rgb(36,119,190);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(120,120,120);
	font-size: 20px;
	font-family: 'font2';
	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(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}
/** 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: 5px 0px 0px 0px;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 0px 0;
}
.top-header div[class*='col-']:nth-child(3) a {
  border: none;
	font-size: 18px;
}
.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;
		font-family: 'font2';
    padding-top: 6em;
    top: 100%;
    border: 0;
    background: rgb(36,119,190);
    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.5em;
    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;
}
#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;
}

.area1{
	padding-top: 60px; 
}


}

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

.map iframe {
	height: 280px;
}


.area1{
	padding-top: 60px; 
}

}

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