/* 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/Quicksand_Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/Quicksand_Book.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

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

.modal-backdrop {
  position: fixed; top: 0; left: 0; z-index: 1; width: 100vw; height: 100vh; background-color: #000;
}
.modal-dialog {
  max-width: 1200px; top: 50px; margin: 1.75rem auto;
}
.modal-dialog .modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:1200px;
}
.modal-body p {
	color: rgb(12,12,12) !important;
}
p.city-btn {
  cursor: pointer; font-weight: 500; color: rgb(12,12,12);
}
h5.modal-title {
	font-size: 1.25rem; font-family: font2; font-weight: 600; color: rgb(12,12,12);
}
.my-pad1 {
	padding: 0 0 0 20px;
}
.my-pad1 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		text-decoration: underline;
		line-height: 5px;
		padding-top: 10px;
    font-size: 20px;
}
.my-pad2 {
	padding: 0 0 0 20px;
}
.my-pad2 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		line-height: 5px;
		text-decoration: underline;
		padding-top: 20px;
    font-size: 20px;
}
.my-pad3 {
	padding: 0 0 0 20px;
}
.my-pad3 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		line-height: 5px;
		padding-top: 10px;
    font-size: 20px;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: rgb(255,255,255,0.7);	white-space: normal; font-family: 'font2'; font-weight: 900; font-size: 18px;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: rgb(255,255,255); background-color: rgb(29,29,29);
}
.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: 2px 0 2px 0;	background: rgb(255,255,255);	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(120,120,120); font-family: 'font2';
}
.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) i {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(120,120,120); font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.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(231,223,208);	color: rgb(50,50,50); background: rgb(231,223,208); border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(50,50,50); border: 1px solid rgb(50,50,50);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile,
.navbar-sidebar .dropdown-menu-mobile-2,
.navbar-sidebar .dropdown-menu-mobile-3,
.navbar-sidebar .dropdown-menu-mobile-4 {
	position: relative;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	height: 0px;
	margin: 0;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #e6e6e6 !important;
	text-align: left;
	list-style: none;
	background-color: rgb(240,240,240);
	border: 0;
	visibility: hidden;
	border-radius: 0;
	transform: scale(1,0);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3,
.dropdown-menu-animate-4 {
	display: inline-block !important;
	transform: scale(1,1) !important;
	height: auto !important;
	visibility: visible !important;
}

.navbar-sidebar .dropdown-menu-mobile a,
.navbar-sidebar .dropdown-menu-mobile-2 a,
.navbar-sidebar .dropdown-menu-mobile-3 a,
.navbar-sidebar .dropdown-menu-mobile-4 a {
	color: rgb(29,29,29);
	font-size: 18px;
	font-family: 'font';
	text-align: left;
}

.navbar-sidebar {
	padding-top: 95px; height: 100%; width: 250px; background-color: rgb(255,255,255); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block h5 {
	padding-top: 20px; padding-left: 16px; color: rgb(29,29,29); font-size: 18px; font-family: 'font'; text-decoration: underline;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .nav-link {
	color: rgb(29,29,29); font-family: 'font'; font-size: 18px;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; font-family: 'font'; color: rgb(29,29,29); font-size: 18px;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 97px;
}
.home-header-section h5 {
	font-family: 'font'; color: rgb(255,255,255); font-size: 55px;
}
.home-header-section p {
	color: rgb(255,255,255); font-family: 'font2'; font-size: 25px;
}
.home-header-section a {
	border-radius: 1.6rem; color: rgb(255,255,255); font-size: 18px; padding: 13px 35px; border: 1px solid rgb(255,255,255); color: rgb(255,255,255);
}
.home-header-section a:hover {
	color: rgb(255,255,255);
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(29,29,29); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 550px;
}
.dropdown-menu li a {
	padding: 2px 15px 0px 15px; font-weight: 900; padding-left: 25px;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255,0.7); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(29,29,29) !important;
}
.new-home1 {
	background: rgb(255,255,255); padding: 20px 0 20px 0;
}
.new-home1 .pad {
	padding-top: 30px;
}
.new-home1 h1 {
	font-family: 'font3'; font-size: 60px; color: rgb(110,105,85); line-height: 100px; text-align: center;
}
.new-home1 span {
	font-size: 100px;
}
.new-home1 strong {
	font-size: 44px; font-weight: 500; margin-top:-30px;
}
.new-home1 p {
	text-align: center; color: rgb(100,100,100);
}
.new-home1 a {
	padding: 20px 20px; background: rgb(216,213,198); color: rgb(90,90,90); font-weight: 600;
}
.new-home1 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home2 {
	background: rgb(250,250,250); padding: 40px 0 40px 0;
}
.new-home2 h2 {
	font-family: 'font3'; font-size: 40px; text-align: left; color: rgb(110,105,85); padding-bottom: 30px;
}
.new-home2 .pad {
	padding-top: 30px;
}
.new-home2 h3 {
	font-family: 'font3'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home2 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home2 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home2 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home2 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home3 {
	background: rgb(255,255,255); padding: 40px 0 40px 0;
}
.new-home3 h2 {
	font-family: 'font3'; font-size: 40px; text-align: right; color: rgb(110,105,85); padding-bottom: 30px;
}
.new-home3 .pad {
	padding-top: 30px;
}
.new-home3 h3 {
	font-family: 'font3'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home3 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home3 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home3 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home3 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home4 {
	background: rgb(109,100,85); padding: 60px 0 60px 0;
}
.new-home4 img {
	max-width: 250px;
}
.new-home4 p {
	font-size: 25px; font-family: 'font3'; color: rgb(255,255,255); text-align: center; padding-top: 30px; padding-bottom: 15px;
}
.new-home4 hr {
	margin: auto: width: 60px; border-top: 3px solid rgb(217,214,199); opacity: 1;
}
.new-home5 {
	background: rgb(250,250,250); padding: 40px 0 40px 0;
}
.new-home5 h2 {
	font-family: 'font3'; font-size: 40px; text-align: left; color: rgb(110,105,85); padding-bottom: 30px;
}
.new-home5 .pad {
	padding-top: 30px;
}
.new-home5 h3 {
	font-family: 'font3'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home5 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home5 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home5 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home5 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home6 {
	background: rgb(255,255,255); padding: 40px 0 40px 0;
}
.new-home6 .box {
	padding: 25px 25px 0 25px;
}
.new-home6 h2 {
	text-align: center; color: rgb(109,100,85); font-size: 40px; font-family: 'font3'; text-transform: uppercase;
}
.new-home6 h3 {
	font-family: 'font3'; text-align: center; color: rgb(109,100,85); font-size: 25px;
}
.new-home6 h5 {
	font-size: 17px; color: rgb(100,100,100); text-align: center; line-height: 27px; padding-bottom: 40px;
}
.new-home6 p {
	font-size: 16px; text-align: center; color: rgb(100,100,100);
}
.new-home6 a {
	font-weight: 600; color: rgb(109,100,85);
}
.new-home6 a:hover {
	color: rgb(217,214,199);
}
.new-home6 .flip-card {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px; border-radius: 5px;
}
.new-home6 .flip-card-inner {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front, .flip-card-back {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card1.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card2 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner2 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front2, .flip-card-back2 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front2 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card2.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back2 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card3 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner3 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front3, .flip-card-back3 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front3 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card3.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back3 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card4 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner4 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front4, .flip-card-back4 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front4 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card4.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back4 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card5 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner5 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front5, .flip-card-back5 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front5 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card5.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back5 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card6 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner6 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front6, .flip-card-back6 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front6 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card6.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back6 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home1 .box {
	background: rgb(231,223,208); padding: 25px;
}
.home1 .pad {
	padding-top: 15px;
}
.home1 h1 {
	font-family: 'font';	font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; text-align: justify;	color: rgb(100,100,100);
}
.home1 iframe {
	width: 100%; height: 295px;
}
.home2 {
	background: rgb(250,250,250); padding: 75px 0 75px 0;
}
.home2 .box {
	background: rgb(255,255,255); padding: 15px;
}
.home2 .pad {
	padding: 15px;
}
.home2 h2 {
	font-family: 'font'; color: rgb(29,29,29); font-size: 25px; text-align: left;
}
.home2 p {
	text-align: justify; color: rgb(100,100,100); font-size: 16px;
}
.home2 a {
	color: rgb(247,197,30); font-weight: 600;
}
.home3 {
	background: rgb(231,223,208); padding: 75px 0 65px 0;
}
.home3 h3 {
	text-align: left; font-family: 'font'; color: rgb(43,23,0); font-size: 35px;
}
.home3 p {
	color: rgb(100,100,100); font-family: 'font2'; font-size: 20px; text-align: left;
}
.home3 .pad {
	padding-top: 27px;
}
.home3 a {
	background: rgb(255,255,255); color: rgb(29,29,29); border-radius: 1.6rem; padding: 15px 25px;
}
.home3 a:hover {
	background: rgb(29,29,29); color: rgb(255,255,255);
}
.home4 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home4 .pad {
	padding-top: 30px;
}
.home4 h4 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home4 p {
	color: rgb(100,100,100); font-size: 17px; font-family: 'font2'; text-align: justify;
}
.home5 {
	background: rgb(250,250,250); padding: 75px 0 75px 0;
}
.home5 h4 {
	text-align: center; font-size: 35px; font-family: 'font'; color: rgb(29,29,29); padding-bottom: 40px;
}
.home5 i {
	font-size: 50px; color: rgb(247,197,30);
}
.home5 p {
	text-align: center;
}
.home5 h5 {
	text-align: center; font-family: 'font'; color: rgb(29,29,29); font-size: 25px;
}
.home6 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.home6 .pad {
	padding-top: 30px;
}
.home6 h4 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home6 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.home7 {
	padding: 75px 0 75px 0; background: rgb(29,29,29);
}
.home7 h3 {
	font-weight: 600; color: rgb(255,255,255); text-align: center; font-size: 40px; font-family: 'font';
}
.home7 p {
	padding-bottom: 10px;
}
.home7 .newsCard1 {
  position: relative; width: 100%; height: 450px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.home7 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title1 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 15px 0;
}
.home7 .newsCaption-content1 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.home7 .newsCaption-link1 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link1:hover {
  opacity: 1;
}
.home7 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home7 .newsCard2 {
  position: relative; width: 100%; height: 450px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.home7 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title2 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 15px 0;
}
.home7 .newsCaption-content2 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.home7 .newsCaption-link2 {
  color: rgb(50,50,50); opacity: 1; font-weight: 600; font-size: 14px; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);	transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link2:hover {
  opacity: 1;
}
.home7 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home7 .newsCard3 {
  position: relative; width: 100%; height: 450px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.home7 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title3 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 15px 0;
}
.home7 .newsCaption-content3 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.home7 .newsCaption-link3 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link3:hover {
  opacity: 1;
}
.home7 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home8 {
	background: rgb(250,250,250); padding: 50px 0 50px 0;
}
.home8 .box {
	background: rgb(231,223,208); padding: 25px; border-radius: 5px;
}
.home8 h3 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.home8 h5 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.home8 p {
	font-family: 'font2'; color: rgb(100,100,100); text-align: justify;
}
.home-faq {
	background: #fff; padding: 100px 0px 100px 0px;
}

.home-faq mark {
	padding: 20px; border-radius: 10px; background: #e7dfd0; color: #3F3A33; font-family: font3; font-size: 20px;
}

.home-faq img {
	    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
}
  #ctp-faq {
    max-width: 800px;
    margin: auto;
    padding: 2rem;
  
  }
  .ctp-faq-heading {
    font-size: 2rem; font-family: font3; font-weight: 600; letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: center; color: #3F3A33;
  }
  .ctp-faq-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
  }
  .ctp-faq-question {
    font-size: 1.2rem;
    cursor: pointer;
    color: #6d6455;  font-family: font3;
    margin: 0;
  }
  .ctp-faq-question.ctp-faq-open {
    color: #6d6455;
  }
  .ctp-faq-answer {
    display: none; font-family: font2;
    margin-top: 0.5rem;
  }
  .ctp-faq-answer.ctp-faq-visible {
    display: block;
  }
  .ctp-faq-answer ul {
    padding-left: 1.25rem;
    list-style-type: disc;
  }
  .ctp-faq-answer li {
    margin-bottom: 0.5rem;
  }
  .ctp-faq-answer a {
    text-decoration: underline;
    color: #6d6455;
  }


.review-section {
  background-color: #fff;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.review-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; margin: 20px 0px 20px 0px;
  justify-content: center;
}

.review-card {
  background-color: #e7dfd0;
  color: #3f3a33;
  border: 1px solid #3f3a33;
  border-radius: 8px;
  padding: 1rem;
  width: 300px;
  min-height: 280px;
  display: none; /* Hidden by default */
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.review-card.visible {
  display: flex; /* Show only when marked visible */
}

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

.review-header {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.review-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.review-stars {
  color: #f4b400;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.review-content {
  font-size: 0.95rem;
  flex-grow: 1;
}

.review-footer {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.review-footer a {
  color: #3f3a33;
  text-decoration: underline;
}

.review-footer i {
  margin-right: 4px;
  color: #4285f4;
}

#show-more-btn {
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: #3f3a33;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}



/**** 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(231,223,208);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
	font-family: 'font';
	font-size: 2.5rem;
	text-align: center;
	font-weight: 900;
	color: rgb(29,29,29);
}
.process h2 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(29,29,29);
}
.process h3.card-title {
	font-family: 'font';
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: rgb(29,29,29);

}
.process h5 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(29,29,29);
}
.process p {
	font-size: 19px;
	text-align: center;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process li {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(29,29,29);
	font-family: 'font2';
}
.area1 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.area1 h1 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area1 h2 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area1 h1.main {
	font-family: 'font'; color: rgb(29,29,29); text-align: center; font-size: 40px;
}
.area1 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area1 iframe {
	width: 100%; height: 100%; border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.area1 a.learn-more, .area2 a.learn-more, .area3 a.learn-more {
	padding: 10px; border: 2px solid rgb(0,0,0); border-radius: 1.5rem;
	font-size: 20px; font-family: font; text-align: center; text-transform: uppercase; color: rgb(0,0,0);
}
.area2 {
	padding: 75px 0 75px 0; background: rgb(250,250,250);
}
.area2 h2 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area2 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.area3 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area3 h2 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area3 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.seo {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.seo h2 {
	font-size: 2rem; font-family: font; color: rgb(29,29,29);
}
.seo h3, h4 {
	font-size: 1.3rem; font-family: font; color: rgb(75,75,75);
}
.seo p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.seo iframe {
	width: 100%; height: 100%; border: 0; border-radius: 1.5rem;
}
.seo li p span {

	text-decoration: underline; font-weight: 700;
	font-size:1.1rem;
}
.service1 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.service1 .box {
	background: rgb(231,223,208); padding: 25px; border-radius: 5px;
}
.service1 h1 {
	font-size: 45px; color: rgb(29,29,29); text-align: center; font-family: 'font';
}
.service1 h2 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.service1 h3 {
	font-family: 'font'; font-size: 1.5rem; text-align: left; color: rgb(29,29,29);
}
.service1 h5 {
	text-align: center; line-height: 25px; font-size: 17px; font-family: 'font2'; color: rgb(100,100,100); padding-bottom: 40px;
}
.service1 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.service1 ul li {
	color: rgb(100,100,100); font-size: 17px;  font-family: 'font2'; 
}
.service1 ul li strong{
	text-decoration:underline; 
}
.service1 a.contact-btn {
    padding: 10px;
    border: 2px solid rgb(0,0,0);
    border-radius: 1.5rem;
    font-size: 20px;
    font-family: font;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0,0,0);
		width:max-content;
}
.service1 a.contact-btn:hover {

		background:rgb(231,223,208);


}
.service1 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}

.service1 .contact-cta {
    text-align: center;
    color: rgb(255, 255, 255);
    top: 25px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding: 25px;
    background: black;
    border-radius: 5px;
    display: inline-flex;
    border: 2px solid black;
}
.service1 .contact-cta:hover {
    background: white;
    color: black;
}




.gallery-page {
	padding: 100px 0 50px 0;	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 40px; font-family: 'font'; padding-bottom: 40px; text-align: center; color: rgb(29,29,29);
}
.map iframe {
	width: 100%; height: 450px; margin-bottom: -7px;
}
.contact1 {
	padding: 30px 0 30px 0; background: rgb(29,29,29);
}
.contact1 h3 {
	font-weight: 600; color: rgb(255,255,255); text-align: center; font-size: 40px; font-family: 'font';
}
.contact1 p {
	padding-bottom: 10px;
}
.contact1 .newsCard1 {
  position: relative; width: 100%; height: 450px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.contact1 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title1 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 20px 0;
}
.contact1 .newsCaption-content1 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.contact1 .newsCaption-link1 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link1:hover {
  opacity: 1;
}
.contact1 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact1 .newsCard2 {
  position: relative; width: 100%; height: 450px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.contact1 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title2 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 20px 0;
}
.contact1 .newsCaption-content2 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.contact1 .newsCaption-link2 {
  color: rgb(50,50,50); opacity: 1; font-weight: 600; font-size: 14px; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);	transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link2:hover {
  opacity: 1;
}
.contact1 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact1 .newsCard3 {
  position: relative; width: 100%; height: 450px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 5px;
}
.contact1 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title3 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 20px 0;
}
.contact1 .newsCaption-content3 {
  margin: 0; color: rgb(50,50,50); font-size: 15px; font-family: 'font2'; font-style: italic; line-height: 20px;
}
.contact1 .newsCaption-link3 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link3:hover {
  opacity: 1;
}
.contact1 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.contact2 .box {
	background: rgb(231,223,208); padding: 25px; border-radius: 5px;
}
.contact2 h5 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.contact2 p {
	font-family: 'font2'; color: rgb(100,100,100); text-align: justify;
}












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




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

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


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

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

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

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


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


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

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

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

/*Blog Page End*/









/*FAQ Page*/
.faq {
	padding: 150px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(110,105,85);
	text-align: center;
}
.faq h2 {
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 15px;
	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: 18px;
}
.faq .bg-dark {
  background-color: rgb(205 205 205) !important;
	color: black !important;;
}
.faq .bg-dark:hover {
  background-color: rgb(205 205 205) !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: auto;
	/*height:auto;*/
  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, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/








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

/*******************  Referrals 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%;	justify-content: center; align-items: center;
}
.overlay {
	height: 100%;	width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top:100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color:#fff;
}

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

.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 0px 0 0; position: fixed;	background: rgb(255,255,255); width: 100%;	z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 0px 0px 10px -4px #000000bd;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(110,105,85); 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(110,105,85);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(216,213,198);
}
.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; border-radius: 5px;
    box-shadow: 2px 2px 6px #000;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

/* ========================== Gallery 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(29,29,29);	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: 15px;
}
.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: 18px; font-family: 'font'; 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(231,223,208);	border-radius:100px; height:32px;	width:32px;	margin: 0 4px;color: rgb(29,29,29); background: rgb(231,223,208);
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(29,29,29); text-decoration:none !important;	color: rgb(231,223,208);
}
/* === 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) {
	
}
/* === 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 {
	padding-top: 115px;
}
.home-header-section h5 {
	font-family: 'font'; color: rgb(255,255,255); font-size: 45px;
}
.home-header-section p {
	color: rgb(255,255,255); font-family: 'font2'; font-size: 25px;
}
.home-header-section a {
	border-radius: 1.6rem; color: rgb(255,255,255); font-size: 18px; padding: 13px 35px; border: 1px solid rgb(255,255,255); color: rgb(255,255,255);display: none;
}
.home-header-section a:hover {
	color: rgb(255,255,255);
}

.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 250px; background-color: rgb(255,255,255); position: fixed!important;	z-index: 1;	overflow: auto;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(29,29,29); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 550px;
}
.dropdown-menu li a {
	padding: 2px 15px 0px 15px; font-weight: 900; padding-left: 25px;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255,0.7); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(29,29,29) !important;
}
.home1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.home1 .box {
	background: rgb(231,223,208); padding: 25px;
}
.home1 .pad {
	padding-top: 15px;
}
.home1 h1 {
	font-family: 'font';	font-size: 35px; text-align: center; color: rgb(29,29,29);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; text-align: center;	color: rgb(100,100,100);
}
.home1 iframe {
	width: 100%; height: 215px;
}
.home2 {
	background: rgb(250,250,250); padding: 30px 0 30px 0;
}
.home2 .box {
	background: rgb(255,255,255); padding: 15px;
}
.home2 .pad {
	padding: 15px;
}
.home2 h2 {
	font-family: 'font'; color: rgb(29,29,29); font-size: 25px; text-align: left;
}
.home2 p {
	text-align: justify; color: rgb(100,100,100); font-size: 16px;
}
.home2 a {
	color: rgb(247,197,30); font-weight: 600;
}
.home3 {
	background: rgb(231,223,208); padding: 75px 0 75px 0;
}
.home3 h3 {
	text-align: center; font-family: 'font'; color: rgb(43,23,0); font-size: 35px;
}
.home3 p {
	color: rgb(100,100,100); font-family: 'font2'; font-size: 20px; text-align: center;
}
.home3 .pad {
	padding-top: 27px;
}
.home3 a {
	background: rgb(255,255,255); color: rgb(29,29,29); border-radius: 1.6rem; padding: 15px 25px;
}
.home3 a:hover {
	background: rgb(29,29,29); color: rgb(255,255,255);
}
.home4 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home4 .pad {
	padding-top: 30px;
}
.home4 h4 {
	font-family: 'font'; font-size: 35px; text-align: center; color: rgb(29,29,29);
}
.home4 p {
	color: rgb(100,100,100); font-size: 17px; font-family: 'font2'; text-align: center;
}
.home5 {
	background: rgb(250,250,250); padding: 75px 0 75px 0;
}
.home5 h4 {
	text-align: center; font-size: 35px; font-family: 'font'; color: rgb(29,29,29); padding-bottom: 40px;
}
.home5 i {
	font-size: 50px; color: rgb(247,197,30);
}
.home5 p {
	text-align: center;
}
.home5 h5 {
	text-align: center; font-family: 'font'; color: rgb(29,29,29); font-size: 25px;
}
.home6 {
	background: rgb(255,255,255); padding: 30px 0 30px 0;
}
.home6 .pad {
	padding-top: 30px;
}
.home6 h4 {
	font-family: 'font'; font-size: 35px; text-align: center; color: rgb(29,29,29);
}
.home6 p {
	color: rgb(100,100,100); font-size: 17px; text-align: center; font-family: 'font2';
}
.home7 {
	padding: 30px 0 30px 0; background: rgb(29,29,29);
}
.home7 h3 {
	font-weight: 600; color: rgb(255,255,255); text-align: center; font-size: 40px; font-family: 'font';
}
.home7 p {
	padding-bottom: 10px;
}
.home7 .newsCard1 {
  position: relative; width: 100%; height: 485px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home7 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title1 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 10px 0;
}
.home7 .newsCaption-content1 {
  margin: 0; color: rgb(50,50,50); font-size: 13px; font-family: 'font2'; font-style: italic; line-height: 17px;
}
.home7 .newsCaption-link1 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link1:hover {
  opacity: 1;
}
.home7 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home7 .newsCard2 {
  position: relative; width: 100%; height: 485px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home7 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title2 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 20px 0; 
}
.home7 .newsCaption-content2 {
	margin: 0; color: rgb(50,50,50); font-size: 13px; font-family: 'font2'; font-style: italic; line-height: 14px;	
}
.home7 .newsCaption-link2 {
  color: rgb(50,50,50); opacity: 1; font-weight: 600; font-size: 14px; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);	transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link2:hover {
  opacity: 1;
}
.home7 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home7 .newsCard3 {
  position: relative; width: 100%; height: 485px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home7 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home7 .newsCaption-title3 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font'; padding: 0 0 10px 0; 
}
.home7 .newsCaption-content3 {
	margin: 0; color: rgb(50,50,50); font-size: 13px; font-family: 'font2'; font-style: italic; line-height: 15px;
}
.home7 .newsCaption-link3 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home7 .newsCaption-link3:hover {
  opacity: 1;
}
.home7 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home8 {
	background: rgb(255,255,255); padding: 30px 0 30px 0;
}
.home8 .box {
	background: rgb(231,223,208); padding: 25px;
}
.home8 h5 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.home8 p {
	font-family: 'font2'; color: rgb(100,100,100); text-align: justify;
}
.area1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.area1 h1 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area1 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area1 iframe {
	width: 100%; height: 400px;
}
.area2 {
	padding: 30px 0 30px 0; background: rgb(250,250,250);
}
.area2 h2 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area2 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area2 iframe {
	width: 100%; height: 400px;
}
.area3 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.area3 h2 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 40px;
}
.area3 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.area3 iframe {
	width: 100%; height: 400px;
}
.service1 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.service1 .box {
	background: rgb(231,223,208); padding: 25px;
}
.service1 h1 {
	font-size: 45px; color: rgb(29,29,29); text-align: center; font-family: 'font';
}
.service1 h2 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.service1 h5 {
	text-align: center; line-height: 25px; font-size: 17px; font-family: 'font2'; color: rgb(100,100,100); padding-bottom: 40px;
}
.service1 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}
.gallery-page {
	padding: 30px 0 30px 0;	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 35px; font-family: 'font'; padding-bottom: 40px; text-align: center; color: rgb(29,29,29);
}
.map iframe {
	width: 100%; height: 450px; margin-bottom: -7px;
}
.contact1 {
	padding: 30px 0 30px 0; background: rgb(29,29,29);
}
.contact1 h3 {
	font-weight: 600; color: rgb(255,255,255); text-align: center; font-size: 40px; font-family: 'font';
}
.contact1 p {
	padding-bottom: 10px;
}
.contact1 .newsCard1 {
  position: relative; width: 100%; height: 350px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact1 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title1 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font';
}
.contact1 .newsCaption-content1 {
  margin: 0; color: rgb(50,50,50); font-size: 12px; font-family: 'font2'; font-style: italic; line-height: 14px;
}
.contact1 .newsCaption-link1 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link1:hover {
  opacity: 1;
}
.contact1 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact1 .newsCard2 {
  position: relative; width: 100%; height: 350px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact1 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title2 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font';
}
.contact1 .newsCaption-content2 {
  margin: 0; color: rgb(50,50,50); font-size: 12px; font-family: 'font2'; font-style: italic; line-height: 14px;
}
.contact1 .newsCaption-link2 {
  color: rgb(50,50,50); opacity: 1; font-weight: 600; font-size: 14px; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);	transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link2:hover {
  opacity: 1;
}
.contact1 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact1 .newsCard3 {
  position: relative; width: 100%; height: 350px; margin: 0 auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:rgb(50,50,50); overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact1 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: rgb(231,223,208); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact1 .newsCaption-title3 {
  margin-top: 0px; color: rgb(29,29,29); font-size: 20px; font-family: 'font';
}
.contact1 .newsCaption-content3 {
  margin: 0; color: rgb(50,50,50); font-size: 12px; font-family: 'font2'; font-style: italic; line-height: 14px;
}
.contact1 .newsCaption-link3 {
  color: rgb(50,50,50); font-weight: 600; font-size: 14px; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.contact1 .newsCaption-link3:hover {
  opacity: 1;
}
.contact1 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.contact2 .box {
	background: rgb(231,223,208); padding: 25px;
}
.contact2 h5 {
	font-family: 'font'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.contact2 p {
	font-family: 'font2'; color: rgb(100,100,100); text-align: justify;
}





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




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

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


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

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

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

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



/******************************************** 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(120,120,120);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(120,120,120);
}
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff;	cursor: pointer; outline: none;	border: none;
}
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 690px) {
.new-home1 {
	background: rgb(255,255,255); padding: 20px 0 20px 0;
}
.new-home1 .pad {
	padding-top: 30px;
}
.new-home1 h1 {
	font-family: 'font3'; font-size: 45px; color: rgb(110,105,85); line-height: 100px; text-align: center;
}
.new-home1 span {
	font-size: 65px;
}
.new-home1 strong {
	font-size: 44px; font-weight: 500; margin-top:-30px;
}
.new-home1 p {
	text-align: center; color: rgb(100,100,100);
}
.new-home1 a {
	padding: 20px 20px; background: rgb(216,213,198); color: rgb(90,90,90); font-weight: 600;
}
.new-home1 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}



.new-home6 {
	background: rgb(255,255,255); padding: 40px 0 40px 0;
}
.new-home6 .box {
	padding: 25px 25px 0 25px;
}
.new-home6 h2 {
	text-align: center; color: rgb(109,100,85); font-size: 40px; font-family: 'font3'; text-transform: uppercase;
}
.new-home6 h3 {
	font-family: 'font3'; text-align: center; color: rgb(109,100,85); font-size: 25px;
}
.new-home6 h5 {
	font-size: 17px; color: rgb(100,100,100); text-align: center; line-height: 27px; padding-bottom: 40px;
}
.new-home6 p {
	font-size: 14px; text-align: center; color: rgb(100,100,100);
}
.new-home6 a {
	font-weight: 600; color: rgb(109,100,85);
}
.new-home6 a:hover {
	color: rgb(217,214,199);
}
.new-home6 .flip-card {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px; border-radius: 5px;
}
.new-home6 .flip-card-inner {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front, .flip-card-back {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card1.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card2 {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner2 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front2, .flip-card-back2 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front2 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card2.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back2 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card3 {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner3 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front3, .flip-card-back3 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front3 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card3.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back3 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card4 {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner4 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front4, .flip-card-back4 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front4 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card4.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back4 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card5 {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner5 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front5, .flip-card-back5 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front5 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card5.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back5 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card6 {
  background-color: transparent; width: 100%; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner6 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front6, .flip-card-back6 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front6 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card6.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back6 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}

.service1 .box {
	background: rgb(231,223,208); padding: 25px;
}
.service1 h1 {
	font-size: 25px; color: rgb(29,29,29); text-align: center; font-family: 'font';
}
.service1 h2 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.service1 h5 {
	text-align: center; line-height: 25px; font-size: 17px; font-family: 'font2'; color: rgb(100,100,100); padding-bottom: 40px;
}
.service1 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}

}

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

.new-home5 a {
	
	    padding: 10px 10px;
    background: rgb(255,255,255);
    color: rgb(100,100,100);
    font-weight: 600;
    border: 2px solid rgb(100,100,100);
}
.new-home5 p {
    color: rgb(100,100,100);
    text-align: justify;
    font-size: 15px;
}				
}