/* 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/feathericons3869.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericonsd41d.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons3869.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons3869.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons3869.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);
}

/* ======================================== */

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	/* position: fixed; */
	width: 100%;
	/* padding: 10px 0 10px 0; */
	background: linear-gradient(127deg, rgb(70,70,70), rgb(77,77,77), rgb(74,74,74), rgb(77,77,77), rgb(70,70,70));
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header {
  background: linear-gradient(127deg, #464646, #4d4d4d, #4a4a4a);
  color: #fff;
  padding: 10px 0;
  top: 0;
  z-index: 1030; /* keeps above hero */
}
.top-header p {
	color: rgb(255,255,255);
	font-weight: 900;
	font-family: 'font2';
}
.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;*/
	background-color:transparent;

	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(255,255,255);
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
}
.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(255,255,255);
	font-weight: 600;
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
}
.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(70,70,70);
	background: rgb(255,255,255);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: transparent;
	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 {
	  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: #ffffff;
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a {
	color:#545454;
	font-weight:600 !important;
	font-size: 1.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: 140px; */
}

.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: 0 0 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(74,74,74);
    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: 75px 0 75px 0;
    background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 25px;
}
.home1 h1 {
	font-size: 45px;
  text-align: left;
	font-weight: 600;
	color: rgb(0,149,192);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 img {
	border-radius: 7px;
}
.home2 .container {
	padding: 125px 0 125px 0;
}
.parallax {
  background-image: linear-gradient(45deg, rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("../img/parallax.webp");
  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: 7px;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.card h2 {
	font-size: 25px;
	padding-top: 20px;
	font-weight: 600;
	color: rgb(77,77,77);
	text-align: center;
}
.card h4 {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.card h5 {
	color: rgb(83,82,82);
	font-size: 16px;

}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card i {
	font-size: 15px;
	color: rgb(100,100,100);
}
.card p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(90,90,90);
}
.card span {
	color: rgb(83,82,82);
}
.home3 {
	padding: 75px 0 75px 0;
}
.home3 .pad {
	padding: 0px 0px 0px 0px;
}
.home3 h4 {
	font-size: 35px;
  text-align: left;
	font-weight: 600;
	color: rgb(0,149,192);
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 p {
	  font-weight: 600;
    color: rgb(150,150,150);
		text-align: left;
    font-family: 'font2';
    font-size: 17px;
}
.home3 img {
	border-radius: 7px;
}
.home3a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home5 .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.webp");
  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: 7px;
	padding: 10px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-weight: 600;
	font-size: 20px;
	color: rgb(231,30,38);
	padding-top: 10px;
	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: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 10px 0 10px 0;
}
.home-contact h1{
	font-size: 45px;
  text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(0,149,192);
}
.home-contact h3 {
	font-size: 45px;
  text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(0,149,192);
}
.home-contact span {
	color: rgb(83,82,82);
}
/**** About Section ****/ 
.about1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.about1 h1 {
	font-size: 35px;
  text-align: left;
	font-weight: 600;
	color: rgb(0,149,192);
}
.about1 p {
	font-size: 17px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(90,90,90);
	font-weight: 600;
}
.about1 img {
	border-radius: 7px;
}
/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 .pad {
	padding-top: 50px;
}
.serv1 h1 {
	color: rgb(0,149,192);
	font-weight: 600;
	font-size: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 .mid {
	padding-bottom: 30px;
	text-align: center;
}
.serv1 p {
	font-size: 17px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: justify;
}
.serv1 img {
	border-radius: 7px;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(251,251,251);
}
.serv2 .pad1 {
	padding-top: 10px;
}
.serv2 .pad2 {
	padding-top: 10px;
}
.serv2 .pad3 {
	padding-top: 25px;
}
.serv2 .pad4 {
	padding-top: 10px;
}
.serv2 .pad5 {
	padding-top: 25px;
}
.serv2 .davids-break {
	padding-top: 50px;
}
.serv2 h2 {
	color: rgb(231,30,38);
	text-align: left;
	font-weight: 600;
	font-size: 25px;
}
.serv2 p {
	font-size: 16px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: justify;
}
.serv2 img {
	border-radius: 7px;
}
.serv3 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	color: rgb(0,149,192);
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.serv3 h2 {
	font-size: 30px; font-weight: 600; color: rgb(0,149,192);
}
.serv3 h4 {
	font-size: 21px; color: rgb(75,75,75);
}
.serv3 p {
	font-size: 17px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: justify;
}
.serv3 img {
	border-radius: 7px;
}
/* Gallery Page Start */
.gallery-page {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 45px;
  text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(0,149,192);
}
/* Gallery Page End */



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






/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 2.2rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
.review-card {
	padding: 40px 20px 35px 20px;
	border-radius: 1.0rem;
	box-shadow: 1px 1px 10px 1px #000;
	text-align: center;
	margin: 15px;
}
.review-card p {
	font-size: 17px;
	font-style: italic;
}
.review-card p strong {
	font-size: 27px;
	font-style: italic;
}
.review-card h3 {
	font-size: 25px;
}
.review-card h3 i {
	font-size: 20px;
	text-decoration: underline;
}
.review-card h5 {
	font-size: 50px;
	color: #fbcb1d;
	text-shadow: 1px 1px 1px #000;
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'font';
}
/*Reviews Page End */
/* Service Areas Page Start */
.area1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.area1 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: left;
}
.area1 h2 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.area1 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: justify;
}
.area1 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area1 .area-box p {
	text-align: left !important;
}
.area1 iframe {
	border-radius: 7px;
}
.area2 {
	background: rgb(251,251,251);
	padding: 75px 0 75px 0;
}
.area2 h2 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: left;
}
.area2 h3 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.area2 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: justify;
}
.area2 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area2 .area-box p {
	text-align: left !important;
}
.area2 iframe {
	border-radius: 7px;
}
.area3 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.area3 h2 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: left;
}
.area3 h3 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.area3 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: justify;
}
.area3 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area3 .area-box p {
	text-align: left !important;
}
.area3 iframe {
	border-radius: 7px;
}
.area4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.area4 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	padding-bottom: 40px;
	text-align: center;
}
.area4 h2 {
	text-align: left;
	font-weight: 600;
	color: rgb(231,30,38);
	font-size: 30px;
}
.area4 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
.area4 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area4 .area-box p {
	text-align: left !important;
}
.area4 iframe {
	border-radius: 7px;
}
.area5 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.area5 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: left;
}
.area5 h2 {
	text-align: left;
	font-weight: 600;
	color: rgb(231,30,38);
	font-size: 30px;
}
.area5 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
.area5 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area5 .area-box p {
	text-align: left !important;
}
.area5 iframe {
	border-radius: 7px;
}
.kyote-section {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.kyote-section h1 {
	font-size: 40px;
	font-weight: 600;
	font-family: 'font';
}
.kyote-section h1 span {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	.kyote-section h1 i {
		font-size: 15px;
	}
	.kyote-section h1 strong {
		font-size: 15px;
		text-transform: lowercase;
	}
.kyote-section h2 {
	font-size: 2rem;
	font-weight: 600;
	color: rgb(231,30,38);
}
.kyote-section h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.kyote-section p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.kyote-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.8rem;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-1 h1 {
	font-size: 40px;
  text-align: center;
	font-weight: 600;
	color: rgb(0,149,192);
}
.contact-page-1 p {
	color: rgb(129,141,148);
	font-size: 19px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE CODE 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;
}
.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: 1em 0;
	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: linear-gradient(127deg, rgb(70,70,70), rgb(77,77,77), rgb(74,74,74), rgb(77,77,77), rgb(70,70,70));
}
.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;
		padding-top: 160px;

}
@media(max-width:767px){
	body{
		padding-top: 0;
	}
}
.navbar-scroll {
	/* padding: 90px 0 0; */
	/* position: fixed; */
	background: rgb(255,255,255);
	width: 100%;
	z-index: 2;
	box-shadow: 0px 0px 10px -4px #000000bd;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
	top:100px;
}
.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 24px;
  padding: 6px 0px;
  font-weight: 900;
  font-size: 17px;
  color: rgb(70,70,70);
  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(196,41,56);
}
.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: 1;
}
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.3,1.3);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1);
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

/* ========================== Gallery 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: linear-gradient(127deg, rgb(70,70,70), rgb(77,77,77), rgb(74,74,74), rgb(77,77,77), rgb(70,70,70));
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 15px;
	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #fff;
	border-radius:100px;
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a;
	text-decoration:none !important;
	color: #929292;
}

/* ======================================== */
/* === Laptop CSS Section ================= */
/* ======================================== */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
@media screen and (min-width: 992px) and (max-width: 1490px){
	
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-family: 'font2';
    color: rgb(255,255,255);
    font-weight: 600;
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
		display: inline-block; 
}
.top-header div[class*='col-']:nth-child(4) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-family: 'font2';
    color: rgb(255,255,255);
    font-weight: 600;
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
		display: inline-block; 
		
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 14px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 14px;
    color: rgb(70,70,70);
    font-family: 'font2';
}
}
/* ======================================== */
/* === Tablet CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 1024px) {
	
.top-header {
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 10px 0 10px 0;
	background: linear-gradient(127deg, rgb(70,70,70), rgb(77,77,77), rgb(74,74,74), rgb(77,77,77), rgb(70,70,70));
	z-index: 3;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header p {
	color: rgb(255,255,255);
	font-weight: 900;
	font-family: 'font2';
}
.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-size: 0.7em;
	font-family: 'font2';
	color: rgb(255,255,255);
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
}
.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(255,255,255);
	font-weight: 600;
	font-size: 0.9em;
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
}
.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(70,70,70);
	background: rgb(255,255,255);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: transparent;
	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;
}
	
}



/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}

.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: 0 0 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(74,74,74);
    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: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 25px;
}
.home1 h1 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	color: rgb(0,149,192);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(150,150,150);
}
.home1 img {
	border-radius: 7px;
}
.home2 .container {
	padding: 50px 0 50px 0;
}
.parallax {
  background-image: linear-gradient(45deg, rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("../img/parallax.webp");
  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: 7px;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.card h2 {
	font-size: 25px;
	padding-top: 20px;
	font-weight: 600;
	color: rgb(77,77,77);
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card i {
	/* font-size: 45px; */
	color: rgb(100,100,100);
}
.card p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(90,90,90);
}
.card span {
	color: rgb(83,82,82);
}
.card h5 {
	color: rgb(83,82,82);
	font-size: 16px;
}
.home3 {
	padding: 50px 0 50px 0;
}
.home3 .pad {
	padding: 30px 0px 0px 0px;
}
.home3 h4 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	color: rgb(0,149,192);
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 p {
	  font-weight: 600;
    color: rgb(150,150,150);
		text-align: center;
    font-family: 'font2';
    font-size: 17px;
}
.home3 img {
	border-radius: 7px;
}
.home3a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home5 .container {
	padding: 50px 0 50px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("../img/parallax2.webp");
  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: 7px;
	padding: 10px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-weight: 600;
	font-size: 20px;
	color: rgb(231,30,38);
	padding-top: 10px;
	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: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 50px 0 50px 0;
}
.home-contact h3 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(0,149,192);
}
.home-contact span {
	color: rgb(83,82,82);
}
/**** About Section ****/ 
.about1 {
	padding: 80px 0 50px 0;
	background: rgb(255,255,255);
}
.about1 h1 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	color: rgb(0,149,192);
}
.about1 p {
	font-size: 17px;
	text-align: center;
	font-family: 'font2';
	color: rgb(90,90,90);
	font-weight: 600;
}
.about1 img {
	border-radius: 7px;
}
/**** Service Page Section ****/
.serv1 {
	padding: 80px 0 50px 0;
	background: rgb(255,255,255);
}
.serv1 .pad {
	padding-top: 0px;
}
.serv1 h1 {
	color: rgb(0,149,192);
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 20px;
	text-align: center;
}
.serv1 .mid {
	padding-bottom: 30px;
	text-align: center;
}
.serv1 p {
	font-size: 17px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: center;
}
.serv1 img {
	border-radius: 7px;
}
.serv2 {
	padding: 50px 0 50px 0;
	background: rgb(251,251,251);
}
.serv2 .pad1 {
	padding-top: 10px;
}
.serv2 .pad2 {
	padding-top: 10px;
}
.serv2 .pad3 {
	padding-top: 25px;
}
.serv2 .pad4 {
	padding-top: 10px;
}
.serv2 .pad5 {
	padding-top: 25px;
}
.serv2 .davids-break {
	padding-top: 50px;
}
.serv2 h2 {
	color: rgb(231,30,38);
	text-align: center;
	font-weight: 600;
	font-size: 25px;
}
.serv2 p {
	font-size: 16px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: center;
}
.serv2 img {
	border-radius: 7px;
}
.serv3 {
	padding: 80px 0 50px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	color: rgb(0,149,192);
	font-weight: 600;
	font-size: 35px;
	text-align: center;
}
.serv3 p {
	font-size: 17px;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(90,90,90);
	text-align: center;
}
.serv3 img {
	border-radius: 7px;
}
/* Gallery Page Start */
.gallery-page {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	padding-bottom: 20px;
	color: rgb(0,149,192);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 50px 0 50px 0;
}
.referrals-page-section-1 p {
	color: rgb(90,90,90);
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
}
/*Reviews Page End */
/* Service Areas Page Start */
.area1 {
	background: rgb(255,255,255);
	padding: 80px 0 50px 0;
}
.area1 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: center;
}
.area1 h2 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.area1 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: center;
}
.area1 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area1 .area-box p {
	text-align: center !important;
}
.area1 iframe {
	border-radius: 7px;
}
.area2 {
	background: rgb(251,251,251);
	padding: 50px 0 50px 0;
}
.area2 h2 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: center;
}
.area2 h3 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.area2 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: center;
}
.area2 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area2 .area-box p {
	text-align: center !important;
}
.area2 iframe {
	border-radius: 7px;
}
.area3 {
	background: rgb(255,255,255);
	padding: 50px 0 50px 0;
}
.area3 h2 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: center;
}
.area3 h3 {
	color: rgb(231,30,38);
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.area3 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(90,90,90);
	text-align: center;
}
.area3 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area3 .area-box p {
	text-align: center !important;
}
.area3 iframe {
	border-radius: 7px;
}
.area4 {
	background: rgb(255,255,255);
	padding: 80px 0 50px 0;
}
.area4 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	padding-bottom: 20px;
	text-align: center;
}
.area4 h2 {
	text-align: center;
	font-weight: 600;
	color: rgb(231,30,38);
	font-size: 30px;
}
.area4 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: center;
}
.area4 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px 10px;
}
.area4 .area-box ul{
	list-style-type: none; 
}
.area4 .area-box p {
	text-align: center !important;
}
.area4 iframe {
	border-radius: 7px;
}
.area5 {
	background: rgb(255,255,255);
	padding: 80px 0 50px 0;
}
.area5 h1 {
	font-size: 35px;
	font-weight: 600;
	color: rgb(0,149,192);
	text-align: center;
}
.area5 h2 {
	text-align: center;
	font-weight: 600;
	color: rgb(231,30,38);
	font-size: 30px;
}
.area5 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: center;
}
.area5 .area-box {
	background: rgb(255,255,255);
	border-radius: 7px;
	border: none;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	height: auto;
	padding: 50px;
}
.area5 .area-box p {
	text-align: center !important;
}
.area5 iframe {
	border-radius: 7px;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 80px 0 50px 0;
}
.contact-page-1 h1 {
	font-size: 35px;
  text-align: center;
	font-weight: 600;
	color: rgb(0,149,192);
}
.contact-page-1 p {
	color: rgb(129,141,148);
	font-size: 19px;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 20px;
	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(255,255,255);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(255,255,255);
}
/* .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;
}
.section-divider ul {
	padding: 0;
}
.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: rgb(77,77,77);
	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(3) a {
  border: none;
}
.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(77,77,77);
    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.8rem;
    color: #fff !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;
}

}

@media screen and (max-width: 425px) {
.home-header-section {
	padding-top: 88px;
}
}

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

body,html{
	overflow-x: hidden; 
}
        
}

#toast-container > div {
  font-size: 14px;
}
.faq .faq-item {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.faq .header {
  cursor: pointer;
  background-color: #0099cc;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
}

.faq .header:hover {
  background-color: #007ba7;
}

.faq .header i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq .content {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #ccc;
  transition: 0.3s ease;
  max-height:600px;
}

.faq .faq-item.active .content {
  display: block;
}

.faq .faq-item.active .header i {
  transform: rotate(180deg);
}
.dropdown-menu-columns {
    width: 600px; /* adjust as needed */
    padding: 20px 0;
}
.dropdown-menu-columns .dropdown-item {
    white-space: normal; /* allows longer links to wrap */
}
a.dropdown-item {
    font-size: 14px;
}

.profile-logo {
	display: flex;
	align-items: center;
	gap:10px
}

.profile-logo img {
   height: 50px;
   width: 50px !important;
}

.flex_item {
		display: flex;
	align-items: center;
	justify-content: space-between;
}

.owl-carousel .read-toggle {
	display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer;
   border: none;
   background: none;
   padding: 0;
   cursor: pointer;
   font: inherit;
}
.owl-carousel .profile_data h5{
	font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}
.owl-carousel .profile_data .date-content{
	color: #8a8a8a;
    font-size: 13px;
}
.owl-carousel .review-star{
	margin-bottom: 11px;
    margin-top: 11px;
    text-align: left;
}
.owl-carousel .reviews-details p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden !important;
    padding-right: 0;
	color: #000;
}
   .owl-carousel .review-star i { color: #f1c40f; }
  .owl-carousel  .reviews-list-view { display: flex; gap: 15px; }
.owl-carousel    .reviews-list-container { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); min-height: 253px; }


#push_review .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* prevents blocking slide clicks */
}

#push_review .owl-nav button {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  pointer-events: auto; /* re-enable for buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

#push_review .owl-nav button:hover {
  background: rgba(0,0,0,0.8) !important;
}


.owl-nav .owl-next {
    left: 96%;
}

.owl-nav .owl-prev {
    right: 96%;
}
.review-text {
	 font-size: 14px !important;
	 line-height: 30px;
}
.reviews-txt {
   font-size: 14px !important;
}
.reviews-txt[data-expanded="true"] {
    line-height: 30px !important;
    max-height: 100%;
    min-height: 300px;
}
#push_review .owl-nav span{
	background: none !important;
}
.carousel-control-prev-icon{
	background-image: url(/img/icon/prev-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: -80px;
	position: relative;
}

.carousel-control-next-icon{
	background-image: url(/img/icon/next-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	right: -80px;
	position: relative;
}
.home-header-section{
	 background: url(../img/home-slide-1.webp) center center/cover no-repeat;
	position: relative;
	width: 100%;
	min-height: 550px;    
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
	  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;  
}
 .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
    }
.home-header-section_cnt{
	position: relative;
      padding: 0 15px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    
}
.home-header-section_cnt h2{
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 65px;
    white-space: pre-wrap;
    min-height: 0px;
    max-height: none;
}
.home-header-section_cnt p{
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 37px;
    white-space: pre-wrap;
    min-height: 0px;
    max-height: none;
	padding-top: 30px;
}
@media(max-width:991px){
	.home-header-section_cnt h2{
		font-size: 45px;
	}
}
@media(max-width:767px){
	.home-header-section_cnt h2{
		font-size: 36px;
	}
}
@media(max-width:480px){
	.home-header-section_cnt h2{
		font-size: 29px;
	}
}
@media(max-width:360px){
	.home-header-section_cnt h2{
		font-size: 20px;
	}
}
.inner-hero {
  /* background: url('/img/home-inner-slide.jpg');
min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 0px;
    background-position: center;
    background-size: contain;
    height: 100%; */
	background: url(/img/home-inner-slide.jpg) center center / cover no-repeat;
    position: relative;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	/* padding-top: 121px; */
}
.inner-hero h2{
	font-weight: 700;
}
