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

/* ===== Barrett's Wells Reviews (scoped) ===== */
#bw-reviews.bw-reviews {
  --bw-gap: 1.2rem;
  --bw-radius: 14px;
  --bw-border: #D91A34;
	padding: 100px 0px 100px 0px;
  --bw-text: #111827;
  --bw-muted: #6b7280;
  --bw-bg: #ffffff;
  --bw-accent: #0b67ff;
  color: var(--bw-text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

#bw-reviews .bw-reviews__header {
  text-align: center;
  margin-bottom: 0.5rem;
}
#bw-reviews .bw-reviews__title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 .25rem;
}
#bw-reviews .bw-reviews__subtitle {
  color: var(--bw-muted);
  margin: 0 0 1rem;
}

#bw-reviews .bw-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--bw-gap);
}

@media (max-width: 1024px) {
  #bw-reviews .bw-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  #bw-reviews .bw-reviews__grid { grid-template-columns: 1fr; }
}

#bw-reviews .bw-review {
  border: 1px solid var(--bw-border);
  border-radius: var(--bw-radius);
  background: var(--bw-bg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#bw-reviews .bw-review:hover {
	background: #d91a3429; cursor: pointer;
}

#bw-reviews .bw-review__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .5rem;
}

#bw-reviews .bw-author__name { font-weight: 700; }
#bw-reviews .bw-author__meta { color: var(--bw-muted); font-size: .9rem; }

#bw-reviews .bw-review__stars {
  display: inline-flex; gap: 2px;
}
#bw-reviews .bw-star {
  width: 18px; height: 18px;
  fill: #f59e0b; /* amber */
  flex: 0 0 auto;
}

#bw-reviews .bw-review__text {
  margin: .5rem 0 .75rem;
  line-height: 1.5;
}

#bw-reviews .bw-review__foot { margin-top: auto; }
#bw-reviews .bw-review__link {
  color: #D91A34;
  text-decoration: none;
  font-weight: 600;
}
#bw-reviews .bw-review__link:hover,
#bw-reviews .bw-review__link:focus { text-decoration: underline; }

#bw-reviews .bw-reviews__actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: .75rem;
}

#bw-reviews .bw-btn {
  appearance: none;
  border: 1px solid #D91A34;
  background: var(--bw-bg);
  padding: .7rem 1rem;
  border-radius: 999px;
	margin-top: 25px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: var(--bw-text);
}
#bw-reviews .bw-btn:hover,
#bw-reviews .bw-btn:focus {
  border-color: #000;
  outline: none; background: #D91A34; color: #fff;
}

#bw-reviews .bw-btn--secondary {
  border-color: var(--bw-accent);
  color: var(--bw-accent);
}

#bw-reviews .bw-hidden { display: none; }


.home-faqs {
	padding: 100px 0px 100px 0px; background: #f9f9f9;
}

/* ===== Barrett's Wells FAQ (scoped) ===== */
#bwf-faq.bwf-faq {
  --bwf-gap: 1rem;
  --bwf-radius: 12px;
  --bwf-border: #e5e7eb;
	margin-top: 100px;
  --bwf-text: #111827;
  --bwf-muted: #6b7280;
  --bwf-bg: #ffffff;
  --bwf-accent: #0b67ff;
  color: var(--bwf-text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#bwf-faq .bwf-faq__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

#bwf-faq .bwf-faq__title {
  font-size: 1.75rem;
	color: #d91a34; margin-top: 50px;
	font-family: 'Montserrat';
  font-weight: 800;
  margin: 0 0 0.75rem; letter-spacing: 1px;
  line-height: 1.2;
}

#bwf-faq .bwf-faq__accordion {
  display: grid;
  gap: var(--bwf-gap);
}

#bwf-faq .bwf-faq__item {
  border: 1px solid var(--bwf-border);
  border-radius: var(--bwf-radius);
  background: var(--bwf-bg);
  overflow: hidden;
}

#bwf-faq .bwf-faq__button {
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  background: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bwf-faq .bwf-faq__button[aria-expanded="true"] {
  border-bottom: 1px solid var(--bwf-border);
}

#bwf-faq .bwf-faq__panel {
  padding: 0.85rem 1rem 1rem;
}

#bwf-faq .bwf-faq__panel p {
  margin: 0 0 0.5rem;
  color: var(--bwf-text);
}

#bwf-faq .bwf-faq__bullets {
  margin: 0.25rem 0 0;
  padding-left: 1.1rem;
  color: var(--bwf-text);
}

#bwf-faq .bwf-faq__bullets li + li {
  margin-top: 0.25rem;
}

#bwf-faq a {
  color: #d91a34;
  text-decoration: none;
  font-weight: 600;
}
#bwf-faq a:hover,
#bwf-faq a:focus {
  text-decoration: underline;
}






.modal-dialog {
    max-width: 1200px;
    top: 70px;
    margin: 1.75rem auto;
}
.dropdown {
  float: left; position: relative;
}

.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}

.dropdown-one .dItem {
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown-one .dItem:hover, .dropdown-two a:hover {
    background-color: #ddd;
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 1;	padding: 5px 0 5px 0;	background: rgb(255,255,255);	z-index: 9;	-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(217,26,52);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(120,120,120); font-family: 'font2'; font-weight: 600;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	color: rgb(120,120,120);
}
.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(217,26,52);
}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(120,120,120); font-family: 'font2'; font-weight: 600;
}
.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(217,26,52);	color: rgb(255,255,255); background: rgb(217,26,52); 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(217,26,52);
}
.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 {
	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: rgb(250,250,250); 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 {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a, .navbar-sidebar .dropdown-menu-mobile-3 a {
	color: rgb(51,51,51);	font-weight:600 !important;	font-size: 16px;	font-family:'font2';
}
.navbar-sidebar {
	padding-top: 117px; height: 100%; width: 200px; background-color: rgb(253,253,253); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	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); color: rgb(12,12,12);
}
.modal-body p {
	color: rgb(12,12,12) !important;
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; color: rgb(51,51,51); font-weight: 600; font-family: 'font2';
}
.nav-link {
	display: block; padding: 0.5rem 1rem;	color: rgb(51,51,51);	text-decoration: none; font-family: 'font2'; font-weight: 600; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; font-weight: 600;
}
.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: 138px;
}
.home-header-section h5 {
	color: rgb(255,255,255); font-weight: 800; font-size: 75px; text-shadow: 0px 0px 15px rgb(162,209,232);
}
.home-header-section p {
	font-weight: 600; color: rgb(255,255,255); font-size: 30px; text-shadow: 0px 0px 7px rgb(162,209,232);
}
.home-header-section a {
	font-size: 17px; font-weight: 600; font-family: 'font2'; color: rgb(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: transparent; padding: 13px 30px;
}
.home-header-section a:hover {
	font-size: 17px; font-weight: 600; font-family: 'font2'; color: rgb(68,162,205); border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: rgb(255,255,255); padding: 13px 30px;
}
.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(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
	color: rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 30px 0 75px 0; background: rgb(255,255,255); position: relative;
}
.home1 .svg1 {
	position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; bottom: 99%; fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-size: 35px; text-align: left; font-weight: 800; color: rgb(30,30,30); text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.home1 .blu {
	box-shadow: 7px 7px rgb(217,26,52);
}
.home2 {
	background: rgb(217,26,52); padding: 75px 0 75px;
}
.home2 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.home2 h3 {
	font-weight: 800; text-transform: uppercase; font-size: 35px; color: rgb(255,255,255); text-align: center;
}
.home2 i {
	padding: 20px; font-size: 35px; border-radius: 100%; background: rgb(255,255,255); color: rgb(217,26,52); box-shadow: 0 0 25px 0 rgb(20,20,20,0.12);
}
.home2 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 50px; font-weight: 600; line-height: 25px;
}
.home2 .box {
	padding: 25px;
}
.home2 h2 {
	text-align: center; color: rgb(255,255,255); font-size: 20px; font-weight: 800; padding-top: 5px; text-transform: uppercase;
}
.home2 p {
	text-align: center; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.home3 {
	padding: 75px 0 30px 0; background: rgb(255,255,255); position: relative;
}
.home3 .svg2 {
    position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.home3 .pad {
	padding-top: 50px;
}
.home3 h2 {
	font-size: 35px; text-align: left; font-weight: 800; color: rgb(30,30,30); text-transform: uppercase;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.home3 .blu {
  box-shadow: -7px -7px rgb(217,26,52);
}
.home4 .container {
	padding: 125px 0 100px 0;
}
.home4 .parallax {
  background-image: linear-gradient(rgb(26,119,162,0.6), rgb(26,119,162,0.5)), url("/img/parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 h3 {
	text-align: center; font-weight: 800; font-family: 'Montserrat'; font-size: 35px; text-transform: uppercase; color: rgb(255,255,255);
}
.home4 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.home4 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 30px; font-weight: 600; line-height: 25px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';	font-style: italic;
}
.home4 .newsCaption-link1 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link1:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);     transform: translateY(80%); -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home4 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.home4 .newsCaption-link2 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link2:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard3 {
  position: relative; width: 100%; border-radius: 10px; height: 350px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.home4 .newsCaption-link3 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link3:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home5 {
	padding: 75px 0 75px 0; background: rgb(255,255,255); position: relative;
}
.home5 .svg1 {
	position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; bottom: 99.9%; fill: rgb(8,129,221);
}
.home5 h3 {
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.home5 h2 {
	color: rgb51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.home5 h4 {
	color: rgb51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.home5 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.about1 {
	padding: 75px 0 30px 0; background: rgb(255,255,255); position: relative;
}
.about1 .pad {
	padding-top : 50px;
}
.about1 .svg2 {
  position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.about1 h1 {
	font-size: 35px; text-transform: uppercase; color: rgb(51,51,51); textalign: left; font-family: 'Montserrat'; font-weight: 800;
}
.about1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}

.service1 {
	background:
		radial-gradient(circle at top left, rgba(217,26,52,0.08), transparent 32%),
		linear-gradient(180deg, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
	padding: 100px 0 40px 0;
	position: relative;
	overflow: hidden;
}

.service1:before {
	content: "";
	position: absolute;
	top: 55px;
	right: -140px;
	width: 330px;
	height: 330px;
	background: rgba(217,26,52,0.07);
	border-radius: 50%;
	pointer-events: none;
}

.service1:after {
	content: "";
	position: absolute;
	left: -170px;
	bottom: 80px;
	width: 380px;
	height: 380px;
	background: rgba(51,51,51,0.04);
	border-radius: 50%;
	pointer-events: none;
}

.service1 .container {
	position: relative;
	z-index: 2;
}

.service1 .svg2 {
	position: absolute;
	background-position: 0;
	background-size: cover;
	width: auto;
	overflow: hidden;
	z-index: 0;
	top: 99.9%;
	fill: rgb(217,26,52);
}

.service1 .pad {
	padding: 42px;
	margin-top: 35px;
	background: rgba(255,255,255,0.88);
	border: 1px solid rgba(51,51,51,0.08);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(12,12,12,0.08);
}

.service1 h1 {
	font-weight: 800;
	font-family: 'Montserrat';
	color: rgb(51,51,51);
	text-align: center;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	text-transform: uppercase;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 22px;
}

.service1 h1:after {
	content: "";
	display: block;
	width: 120px;
	height: 5px;
	margin: 24px auto 0 auto;
	background: rgb(217,26,52);
	border-radius: 30px;
	box-shadow: 0 8px 18px rgba(217,26,52,0.22);
}

.service1 h4 {
	color: rgb(217,26,52);
	font-size: 17px;
	font-weight: 800;
	font-family: 'font2';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.service1 h5 {
	color: rgb(51,51,51);
	font-size: 16px;
	font-family: 'font2';
	text-align: center;
	padding-bottom: 35px;
	font-weight: 600;
	line-height: 25px;
}

.service1 h2 {
	text-align: left;
	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.15;
	font-weight: 800;
	color: rgb(51,51,51);
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}

.service1 h2:after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	background: rgb(217,26,52);
	border-radius: 30px;
	margin-top: 14px;
}

.service1 a {
	font-size: 1rem;
	font-weight: 700;
	color: white;
	font-family: 'Montserrat';
	text-transform: uppercase;
	background: rgb(217,26,52);
	padding: 12px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 2px solid rgb(217,26,52);
	box-shadow: 0 12px 28px rgba(217,26,52,0.22);
	transition: 0.3s ease;
}

.service1 a:hover {
	background: #fff;
	color: rgb(217,26,52);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(12,12,12,0.16);
}

.service1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(80,80,80);
	line-height: 1.8;
}

.service1 p span {
	color: rgb(51,51,51);
	font-weight: 900;
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.service1 ul {
	padding: 0;
	margin: 20px 0 28px 0;
	list-style: none;
}

.service1 li {
	position: relative;
	padding: 8px 0 8px 28px;
	border-bottom: 1px solid rgba(51,51,51,0.08);
}

.service1 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 10px;
	height: 10px;
	background: rgb(217,26,52);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(217,26,52,0.12);
}

.service1 li p {
	margin-bottom: 0;
}

.service1 hr {
	margin: 45px 0 25px 0;
	border: none;
	height: 2px;
	opacity: 1;
	background: linear-gradient(to right, transparent, rgba(217,26,52,0.65), transparent);
}

.service1 img:not(.svg2) {
	border-radius: 18px;
	box-shadow: 0 22px 55px rgba(12,12,12,0.22);
	border: 6px solid #fff;
	transition: 0.3s ease;
}

.service1 img:not(.svg2):hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 65px rgba(12,12,12,0.28);
}

.service1 .card-title {
	font-size: 1.2rem;
	font-weight: 800;
	color: rgb(51,51,51);
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.service1 .card-body {
	border: 2px solid rgb(217,26,52);
	border-radius: 14px;
	box-shadow: 0 14px 35px rgba(12,12,12,0.1);
	background: #fff;
	transition: 0.3s ease;
}

.service1 .card-body:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 45px rgba(12,12,12,0.16);
}

@media(max-width: 991px) {
	.service1 {
		padding: 80px 0 35px 0;
	}

	.service1 .pad {
		padding: 28px 22px;
		margin-top: 25px;
	}

	.service1 p {
		text-align: left;
	}

	.service1 img:not(.svg2) {
		margin-top: 25px;
	}
}

@media(max-width: 575px) {
	.service1 h1 {
		font-size: 2rem;
	}

	.service1 h2 {
		font-size: 1.45rem;
	}

	.service1 a {
		width: 100%;
	}
}
.service2 {
	background: rgb(217,26,52); padding: 100px 0 100px;
}
.service2 .box {
	padding: 25px 50px;
}
.service2 i {
	padding: 20px 22px; font-size: 35px; border-radius: 100%; background: rgb(255,255,255); color: rgb(217,26,52); box-shadow: 0 0 25px 0 rgb(20,20,20,0.12);
}
.service2 h2 {
	text-align: center; color: rgb(255,255,255); font-size: 20px; font-weight: 800; padding-top: 5px; text-transform: uppercase;
}
.service2 p {
	text-align: center; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.service3 {
	background: rgb(255,255,255); padding: 100px 0 30px 0;
}
.service3 .pad {
	padding-top: 50px;
}
.service3 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.service3 h3 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.service3 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.service3 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.service3 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat'; text-transform: uppercase;
}
.service3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(100,100,100);
}
.review1 {
	background: rgb(255,255,255); padding: 100px 0 75px 0;
}
.review1 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.review1 h3{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.review1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.review1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.review1 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.review1 .box {
	padding: 25px; border-radius: 10px; border: 3px solid rgb(217,26,52); opacity: 1;
}
.review1 span {
	color: rgb(251,188,4);
}
.area1 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.area1 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area1 h3 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area1 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area1 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}

.area1 .schedule-cta{
	background: black;
	color: white;
	border: 2px solid black;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	padding: 15px; 
}
.area1 .schedule-cta:hover{
	background: white;
	color: black;;
}



.area2 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area2 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area2 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area2 h3 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area2 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area2 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area3 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.area3 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area3 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area3 h3 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area3 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area3 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.gallery1 {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery1 h2 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(51,51,51); text-align: center;
}
.gallery1 h1 {
	font-size: 35px; font-weight: 800; font-family: 'Montserrat'; text-align: center; color: rgb(51,51,51); text-transform: uppercase;
}
.gallery1 p {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 20px; font-weight: 600;
}
.map iframe {
	width: 100%; height: 450px;
}
.contact1 {
	background: rgb(255,255,255); padding: 50px 0 50px 0; position: relative;
}
.contact1 .svg2 {
  position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.contact1 h1 {
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.contact1 h3 {
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.contact1 h2 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.contact1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.contact1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.contact2 .container {
	padding: 100px 0 50px 0;
}
.contact2 .parallax {
  background-image: linear-gradient(rgb(26,119,162,0.6), rgb(26,119,162,0.5)), url("/img/parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.contact2 p {
	padding-bottom: 10px;
}
.contact2 h3 {
	text-align: center; font-weight: 800; font-family: 'Montserrat'; font-size: 35px; text-transform: uppercase; color: rgb(255,255,255);
}
.contact2 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.contact2 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 20px; font-weight: 600; line-height: 25px;
}
.contact2 .newsCard1 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(217,26,52); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact2 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';	font-style: italic;
}
.contact2 .newsCaption-link1 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link1:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(217,26,52); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);     transform: translateY(80%); -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contact2 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.contact2 .newsCaption-link2 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link2:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9;
  -webkit-transform: translateY(0px);
	transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 .newsCard3 {
  position: relative;
  width: 100%;
	border-radius: 10px;
  height: 350px;
  margin: 3rem auto;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg");
	background-size: cover;
  color:#fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption3 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
	opacity: 0.9;
  width: 100%;
  height: 63%;
  background-color: rgb(217,26,52);
  padding: 10px 15px 15px 15px;
  -webkit-transform: translateY(80%);
	transform: translateY(80%);
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.contact2 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.contact2 .newsCaption-link3 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link3:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}


/*FAQ Page*/
.faq {
	padding: 120px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(217,26,52);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black; 
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: black !important;
}
.faq .bg-dark:hover {
  background-color:black !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 0px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    margin: 20px 0 0;
	border-radius:10px; 
}
/*FAQ Page END*/	

/******************************************** 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: right; 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: 100px 0 0; position: fixed;	background: rgb(83,82,82); width: 100%;	z-index: 8;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:rgb(26,119,162,0.7);
}
#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(83,82,82);	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {

.top-header {
	z-index: 3;
}

}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1175px) and (min-width: 992px) {
	
.navbar-sidebar {
	padding-top: 183px;
}
.navbar-scroll {
    padding: 120px 0 0;
    position: fixed;
    background: rgb(83,82,82);
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 14px;
    color: rgb(255,255,255);
    font-family: 'font2';
}

}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
	
.navbar-sidebar {
    padding-top: 145px;
    height: 100%;
    width: 200px;
    background-color: rgb(253,253,253);
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}
	
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 80px;
}
.home-header-section h5 {
	color: rgb(255,255,255); font-weight: 800; font-size: 60px; text-shadow: 0px 0px 15px rgb(162,209,232);
}
.home-header-section p {
	font-weight: 600; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 7px rgb(162,209,232);
}
.home-header-section a {
	font-size: 17px; font-weight: 600; font-family: 'font2'; color: rgb(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: transparent; padding: 13px 30px;
}
.home-header-section a:hover {
	font-size: 17px; font-weight: 600; font-family: 'font2'; color: rgb(68,162,205); border-radius: 1.6rem; border: 1px solid rgb(255,255,255); background: rgb(255,255,255); padding: 13px 30px;
}
.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(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
	color: rgb(68,162,205); background: transparent;
}
.home1 {
	padding: 50px 0 75px 0; background: rgb(255,255,255); position: relative;
}
.home1 .svg1 {
	position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; bottom: 99.9%; fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 0px;
}
.home1 h1 {
	font-size: 35px; text-align: center; font-weight: 800; color: rgb(30,30,30); text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(100,100,100);
}
.home1 .blu {
	box-shadow: 7px 7px rgb(217,26,52);
}
.home2 {
	background: rgb(217,26,52); padding: 75px 0 75px;
}
.home2 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.home2 h3 {
	font-weight: 800; text-transform: uppercase; font-size: 35px; color: rgb(255,255,255); text-align: center;
}
.home2 i {
	padding: 20px; font-size: 35px; border-radius: 100%; background: rgb(255,255,255); color: rgb(74,135,203); box-shadow: 0 0 25px 0 rgb(20,20,20,0.12);
}
.home2 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 50px; font-weight: 600; line-height: 25px;
}
.home2 .box {
	padding: 25px;
}
.home2 h2 {
	text-align: center; color: rgb(255,255,255); font-size: 20px; font-weight: 800; padding-top: 5px; text-transform: uppercase;
}
.home2 p {
	text-align: center; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.home3 {
	padding: 75px 0 30px 0; background: rgb(255,255,255); position: relative;
}
.home3 .svg2 {
    position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.home3 .pad {
	padding-top: 50px;
}
.home3 h2 {
	font-size: 35px; text-align: left; font-weight: 800; color: rgb(30,30,30); text-transform: uppercase;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.home3 .blu {
  box-shadow: -7px -7px rgb(217,26,52);
}
.home4 .container {
	padding: 125px 0 100px 0;
}
.home4 .parallax {
  background-image: linear-gradient(rgb(26,119,162,0.6), rgb(26,119,162,0.5)), url("/img/parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 h3 {
	text-align: center; font-weight: 800; font-family: 'Montserrat'; font-size: 35px; text-transform: uppercase; color: rgb(255,255,255);
}
.home4 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.home4 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 30px; font-weight: 600; line-height: 25px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';	font-style: italic;
}
.home4 .newsCaption-link1 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link1:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);     transform: translateY(80%); -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home4 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.home4 .newsCaption-link2 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link2:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard3 {
  position: relative; width: 100%; border-radius: 10px; height: 350px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.home4 .newsCaption-link3 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.home4 .newsCaption-link3:hover {
  opacity: 0.65;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home5 {
	padding: 75px 0 75px 0; background: rgb(255,255,255); position: relative;
}
.home5 .svg1 {
	position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; bottom: 99.9%; fill: rgb(8,129,221);
}
.home5 h3 {
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.home5 h4 {
	color: rgb51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.home5 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.about1 {
	padding: 75px 0 30px 0; background: rgb(255,255,255); position: relative;
}
.about1 .pad {
	padding-top : 50px;
}
.about1 .svg2 {
  position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.about1 h1 {
	font-size: 35px; text-transform: uppercase; color: rgb(51,51,51); text-align: center; font-family: 'Montserrat'; font-weight: 800;
}
.about1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(100,100,100);
}
.service1 {
	background: rgb(255,255,255); padding: 100px 0 30px 0; position: relative;
}
.service1 .svg2 {
  position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.service1 .pad {
	padding-top: 50px;
}
.service1 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.service1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.service1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.service1 h2 {
	text-align: center; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat'; text-transform: uppercase;
}
.service1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(100,100,100);
}
.service2 {
	background:rgb(217,26,52); padding: 100px 0 100px;
}
.service2 .box {
	padding: 25px 50px;
}
.service2 i {
	padding: 20px 22px; font-size: 35px; border-radius: 100%; background: rgb(255,255,255); color: rgb(74,135,203); box-shadow: 0 0 25px 0 rgb(20,20,20,0.12);
}
.service2 h2 {
	text-align: center; color: rgb(255,255,255); font-size: 20px; font-weight: 800; padding-top: 5px; text-transform: uppercase;
}
.service2 p {
	text-align: center; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.service3 {
	background: rgb(255,255,255); padding: 100px 0 30px 0;
}
.service3 .pad {
	padding-top: 50px;
}
.service3 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.service3 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.service3 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.service3 h2 {
	text-align: center; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat'; text-transform: uppercase;
}
.service3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(100,100,100);
}
.review1 {
	background: rgb(255,255,255); padding: 100px 0 75px 0;
}
.review1 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.review1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.review1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.review1 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.review1 .box {
	padding: 25px; border-radius: 10px; border: 3px solid rgb(68,162,205); opacity: 1;
}
.review1 span {
	color: rgb(251,188,4);
}
.area1 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.area1 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area1 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area1 iframe {
	width: 100%; height: 400px; border-radius: 10px;
}
.area2 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area2 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area2 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area2 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area2 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area3 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.area3 h1{
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area3 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.area3 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area3 h2 {
	text-align: left; font-size: 25px; font-weight: 800; color: rgb(51,51,51); font-family: 'Montserrat';
}
.area3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(100,100,100);
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.gallery1 {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery1 h2 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(51,51,51); text-align: center;
}
.gallery1 h1 {
	font-size: 35px; font-weight: 800; font-family: 'Montserrat'; text-align: center; color: rgb(51,51,51); text-transform: uppercase;
}
.gallery1 p {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 20px; font-weight: 600;
}
.map iframe {
	width: 100%; height: 250px;
}
.contact1 {
	background: rgb(255,255,255); padding: 50px 0 50px 0; position: relative;
}
.contact1 .svg2 {
  position: absolute; background-position: 0; background-size: cover; width: auto; overflow: hidden; z-index: 0; top: 99.9%; fill: rgb(8,129,221);
}
.contact1 h3 {
	font-weight: 800; font-family: 'Montserrat'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.contact1 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font2'; text-align: center;
}
.contact1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.contact2 .container {
	padding: 100px 0 50px 0;
}
.contact2 .parallax {
  background-image: linear-gradient(rgb(26,119,162,0.6), rgb(26,119,162,0.5)), url("/img/parallax.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.contact2 p {
	padding-bottom: 10px;
}
.contact2 h3 {
	text-align: center; font-weight: 800; font-family: 'Montserrat'; font-size: 35px; text-transform: uppercase; color: rgb(255,255,255);
}
.contact2 h4 {
	font-family: 'font2'; font-weight: 600; font-size: 16px; color: rgb(255,255,255); text-align: center;
}
.contact2 h5 {
	color: rgb(255,255,255); font-size: 16px; font-family: 'font2'; text-align: center; padding-bottom: 20px; font-weight: 600; line-height: 25px;
}
.contact2 .newsCard1 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile1.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.contact2 .newsCaption-title1 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content1 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';	font-style: italic;
}
.contact2 .newsCaption-link1 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link1:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up1:hover .newsCaption1 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 .newsCard2 {
  position: relative; width: 100%; height: 350px; border-radius: 10px; margin: 3rem auto; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile2.jpg"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 0.9; width: 100%; height: 63%; background-color: rgb(26,119,162); padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%);     transform: translateY(80%); -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contact2 .newsCaption-title2 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content2 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.contact2 .newsCaption-link2 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link2:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up2:hover .newsCaption2 {
  opacity: 0.9;
  -webkit-transform: translateY(0px);
	transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.contact2 .newsCard3 {
  position: relative;
  width: 100%;
	border-radius: 10px;
  height: 350px;
  margin: 3rem auto;
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/profile3.jpg");
	background-size: cover;
  color:#fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact2 .newsCaption3 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
	opacity: 0.9;
  width: 100%;
  height: 63%;
  background-color: rgb(26,119,162);
  padding: 10px 15px 15px 15px;
  -webkit-transform: translateY(80%);
	transform: translateY(80%);
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.contact2 .newsCaption-title3 {
  margin-top: 0px; color: rgb(255,255,255); font-size: 20px; font-weight: 800; text-transform: uppercase; font-style: italic;
}
.contact2 .newsCaption-content3 {
  margin: 0; color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2'; font-style: italic;
}
.contact2 .newsCaption-link3 {
  color: #fff; font-style: italic; font-size: 14px;font-family: 'font2'; font-weight: 600; 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);
}
.contact2 .newsCaption-link3:hover {
  opacity: 0.65;
}
.contact2 .news-Slide-up3:hover .newsCaption3 {
  opacity: 0.9; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
/******************************************** 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(26,119,162);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(26,119,162);
}
.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;
	height: 125px; 
}

.top-header img{
	
	width: 75%; 
}

.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) {

.top-header {
    background: white;
    display: none;
    height: 95px;
}


.navbar-sidebar {
	padding-top: 117px;
}

}

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

}