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

@import "node_modules/bootstrap/scss/forms";
@import "node_modules/bootstrap/scss/modal";

@font-face {
	font-family: 'font';
	src:url('../fonts/impact.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');
}
body,html{
	overflow-x: hidden; 
}


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

/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-header-section iframe {
	width: 100%;
	height: 600px;
}
.home-header-section img {
	width: 400px;
	height: auto;
}
.home-header-section h1 {
	font-size: 30px;
}
.home-header-section h2 {
	font-size: 25px;
}


.home-slider{
	height: 80vh;
	position: relative;
    padding: 135px 0 75px 0;
    /*background: linear-gradient(to right, #00000040, #00000040), url(/img/home-slide-1.jpg) no-repeat;*/
    background: linear-gradient(to right, #00000040, #00000040), url(/img/homepage/airbnb-pool-slider.jpg) no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	background-attachment: fixed; 
}
.home-overlay{
	
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	
	display: flex; 
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	
}
.home-overlay img {
	width: 100%;
	
}
.home-overlay h1 {
	color: white; 
	font-size: 1.4rem;
	text-transform: uppercase; text-align: center;
}
.home-overlay h1 span{

	font-weight: 700; 
}

.home-overlay h2 {
	font-size: 1.7rem;
	color: white; 
	
}
.home-overlay p {
	font-size: 1rem;
	color:white; 
	
}

.new-form {
	background: rgb(225,214,168);
	padding: 50px 0 50px 0;
}
.dh1 {
	padding: 100px 0 75px 0;
	background: rgb(225,214,168);
}
.dh1 .pad {
	padding-top: 30px;
}
.dh1 h1 {
	text-align: center;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 35px;
}
.dh1 h2 {
	text-align: left;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 25px;
}
.dh1 h3 {
	text-align: left;
	color: rgb(33,37,41);
	font-size: 23px;
	text-transform: uppercase;
}
.dh1 p {
	color: rgb(33,37,41);
	text-align: justify;
	font-size: 15px;
}
.dh1 img {
	border-radius: 3px;
}
.dh2 {
	padding: 75px 0 75px 0;
	background: rgb(235,231,210);
}
.dh2 h2 {
	text-align: left;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 25px;
}
.dh2 h3 {
	text-align: left;
	color: rgb(33,37,41);
	font-size: 23px;
	text-transform: uppercase;
}
.dh2 p {
	color: rgb(33,37,41);
	text-align: justify;
	font-size: 15px;
}
.dh3 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.dh3 h3 {
	text-align: center;
	color: rgb(60,182,215);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.dh3 p {
	color: rgb(122,122,122);
	text-align: justify;
	font-size: 16px;
}
.di1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.di1 h1 {
	text-align: center;
	color: rgb(60,182,215);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di1 p {
	color: rgb(122,122,122);
	text-align: justify;
	font-size: 16px;
}
.di2 {
	padding: 75px 0 75px 0;
	background: rgb(60,182,215);
}
.dh2 .pad {
	padding-top:20px;
}
.di2 h2 {
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di2 p {
	color: rgb(255,255,255);
	text-align: justify;
	font-size: 16px;
}
.dh2 img {
	border-radius: 3px;
}
.di3 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.di3 h3 {
	text-align: center;
	color: rgb(60,182,215);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di3 p {
	color: rgb(122,122,122);
	text-align: justify;
	font-size: 16px;
}
.di4 {
	padding: 75px 0 75px 0;
	background: rgb(60,182,215);
}
.di4 h2 {
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di4 p {
	color: rgb(255,255,255);
	text-align: justify;
	font-size: 16px;
}
.di5 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.di5 h3 {
	text-align: center;
	color: rgb(60,182,215);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di5 p {
	color: rgb(122,122,122);
	text-align: justify;
	font-size: 16px;
}
.di6 {
	padding: 75px 0 75px 0;
	background: rgb(60,182,215);
}
.di6 h2 {
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-family: 'font';
	font-size: 2.5rem;
}
.di6 p {
	color: rgb(255,255,255);
	text-align: justify;
	font-size: 16px;
}
.home-header-section {
	padding: 135px 0 0 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0 0 0 0;
    font-size: 20px;
    color: rgb(255,255,255);
    text-align: left;
    list-style: none;
    background-color: rgb(0,88,79);
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: rgb(255,255,255);
	background: rgb(0,88,79);
    text-align: inherit;
	text-transform: uppercase;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: rgb(212,61,47);
    text-decoration: none;
    background-color: rgb(225,214,168);
}
.home-page-section-1 div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
.home-page-section-1 .text-container {
	padding: 40px 40px;
}
.home-page-section-1 h4 {
	text-align: center;
	color: rgb(255,255,255);
	font-family: 'font';
}
.home-page-section-1 i {
	font-size: 50px;
}
.home-page-section-1 hr {
	border-color: rgb(255,255,255);
	width:50%;
}
.home-page-section-1 p {
	color: rgb(255,255,255);
	text-align: center;
	font-size: 15px;
}
.home-page-section-2 {
	background: rgb(225,214,168);
	padding: 100px 0 100px 0;
}
.home-page-section-2 .first-part {
    border-radius: 5px;
	background: rgb(235,231,210);
    border: 1px solid rgb(217 217 217);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
}
.home-page-section-2 .scott {
    margin: 0 0 21px 0px;
    padding: 15px 2px 15px 14px;
    -webkit-padding-right: 3px;
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    text-transform: uppercase;
    color: rgb(255,255,255);
    border-bottom: 1px solid rgb(217 217 217);
    background: -webkit-linear-gradient(rgb(212,61,47), rgb(226,89,77));
    background: -o-linear-gradient(rgb(212,61,47), rgb(226,89,77));
    background: -moz-linear-gradient(rgb(212,61,47), rgb(226,89,77));
    background: linear-gradient(rgb(212,61,47), rgb(226,89,77));
}
.home-page-section-2 h2 {
	font-size: 4rem;
	color: rgba(135,170,188);
	font-family: 'font';
}
.home-page-section-2 p {
	font-size: 15px;
	text-align: justify !important;
	color: rgb(33,37,41);
    padding: 25px 50px;
}
.home-page-section-2 img {
	border-radius: 3px;
	width: 60%; 
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(135,170,188);
    border-color: rgb(150,150,150);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(167, 197, 212);
    border-color: rgb(150,150,150);
}
.home-page-section-3 {
	background: rgb(225,214,168);
	padding: 75px 0 75px 0;
}
.home-page-section-3 img {
	border-radius: 3px;
}
.home-page-section-3 h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.home-page-section-3 h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.home-page-section-3 h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.home-page-section-3 p {
	font-size: 15px;
	color: rgb(33,37,41);
}
.home-page-section-3 a.pool-button {
	padding: 8px 15px 8px 15px;
	background: transparent;
	border: 1px solid rgb(212,61,47);
	border-radius: 1.5rem;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(212,61,47);
	display: inline-flex; 
}
.home-page-section-3 a.pool-button:hover {
	background: transparent;
	border: 1px solid rgb(212,61,47);
	color: rgb(212,61,47);
}
.home-card {
	border-style: solid;
    border-width: 05px 0px 0px 0px;
	background: rgb(235,231,210);
    border-color: rgb(0,88,79);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
}
.home-card p span{
	font-weight: 700; 
}
.home-page-section-4 div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
.home-page-section-4 .text-container {
	padding: 40px 40px;
}
.home-page-section-4 h4 {
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
}
.home-page-section-4 i {
	font-size: 50px;
}
.home-page-section-4 hr {
	border-color: rgb(255,255,255);
	width:50%;
}
.home-page-section-4 p {
	color: rgb(255,255,255);
	text-align: center;
	font-size: 15px;
}
.home-page-section-4 li {
	font-size: 15px; color: rgb(255,255,255);
}
.flat-contact-section {
	padding: 75px 0 100px 0;
	background: rgb(0,107,142);
}
.flat-contact-section h3 {
	font-size: 50px;
    text-align: center;
    font-family: 'font';
    color: rgb(255,255,255);
    text-transform: uppercase;;
}
.flat-contact-section-1 {
	padding: 75px 0 100px 0;
	background: rgb(255,255,255);
}
.flat-contact-section-1 h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: rgb(26,26,26);
}
.about-page-section-1 {
	padding: 100px 0 100px 0;
	background: rgb(225,214,168);
}
.about-page-section-1 h1 {
	font-size: 2.3rem;
	text-transform: uppercase;
	color: rgba(40,40,40);
	font-weight: 700; 
}
.about-page-section-1 h2 {
	font-size: 2rem;
	color: rgba(40,40,40);
	font-weight: 700; 
}
.about-page-section-1 h3 {
	font-size: 25px;
	color: rgb(33,37,41);
	text-align: left;
}
.about-page-section-1 p {
	font-size: 16px;
	color: rgb(33,37,41);
}
.about-page-section-1 li span {
	font-size:1.26rem;
	font-weight: 600; 
}
.about-page-section-1 .about-card {
	border-style: solid;
    border-width: 05px 0px 0px 0px;
	background: rgb(235,231,210);
    border-color: rgb(0,88,79);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
}
.about-page-section-1 .about-card p span{
	font-weight: 700; 
}
.about-page-section-1 a.pool-button {
    padding: 8px 15px 8px 15px;
    background: transparent;
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
    display: inline-flex;
}



.service-page-section-1 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(27, 27, 27, 0)), url(../img/service-image-1.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-page-section-1 h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(222,42,28);
}
.service-page-section-1 h4 {
	color: rgb(222,42,28);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}
.service-page-section-1 p {
	font-size: 16px;
	color: rgb(40,40,40);
}
.service-page-section-2 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
	background-size: cover;
	overflow: hidden;
}
.service-page-section-2 h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(222,42,28);
}
.service-page-section-2 h4 {
	color: rgb(222,42,28);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}
.service-page-section-2 p {
	font-size: 16px;
	text-align: justify;
	color: rgb(40,40,40);
}
.service-page-section-2 img {
	border: 1px solid #333;
}
.service-page-section-3 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(27, 27, 27, 0)), url(../img/service-image-3.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-page-section-3 h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(222,42,28);
}
.service-page-section-3 h4 {
	color: rgb(222,42,28);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}
.service-page-section-3 p {
	font-size: 16px;
	color: rgb(40,40,40);
}
.dh1 a.pool-button {
	padding: 8px 15px 8px 15px;
	background: transparent;
	border: 1px solid rgb(212,61,47);
	border-radius: 1.5rem;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(212,61,47);
}
.dh1 a.pool-button:hover {
	background: transparent;
	border: 1px solid rgb(212,61,47);
	color: rgb(212,61,47);
}
.dh2 a.pool-button {
	padding: 8px 15px 8px 15px;
	background: transparent;
	border: 1px solid rgb(212,61,47);
	border-radius: 1.5rem;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(212,61,47);
}
.dh2 a.pool-button:hover {
	color: rgb(212,61,47);
	border: 1px solid rgb(212,61,47);
	background: transparent;
}
.glendale-services-1 {
	padding: 100px 0 75px 0;
	background: rgb(225,214,168);
}
.glendale-services-1 h1 {
	text-align: center;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 2.8rem;
}
.glendale-services-1 span {
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
}
.glendale-services-1 h2 {
	text-align: left;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 25px;
}
.glendale-services-1 h3 {
	font-size: 1.70rem;
	font-weight: 600;
	color: rgb(12,12,12);
}
.glendale-services-1 h4 {
text-align: left;
    color: rgb(33,37,41);
    font-size: 23px;
    text-transform: uppercase;
}
.glendale-services-1 p {
    color: rgb(33,37,41);
    text-align: justify;
    font-size: 15px;
}
.glendale-services-1 img {
	border-radius: 3px;
}
.glendale-services-1 a.learn-more {
	padding: 8px 15px 8px 15px;
	background: transparent;
	border: 1px solid rgb(212,61,47);
	border-radius: 1.5rem;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(212,61,47);
}

.glendale-services-1 .about-card {
	border-style: solid;
    border-width: 05px 0px 0px 0px;
	background: rgb(235,231,210);
    border-color: rgb(0,88,79);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
}
.glendale-services-1 .about-card p span{
	font-weight: 700; 
}
.glendale-services-1 a.pool-button {
    padding: 8px 15px 8px 15px;
    background: transparent;
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
    display: inline-flex;
}



.peoria-glendale-section-1 {
	padding: 100px 0 75px 0;
	background: rgb(225,214,168);
}
.peoria-glendale-section-1 h2 {
	text-align: left;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-size: 25px;
}
.peoria-glendale-section-1 h4 {
	text-align: left;
    color: rgb(33,37,41);
    font-size: 20px;
    text-transform: uppercase;
}
.peoria-glendale-section-1 p {
    color: rgb(33,37,41);
    text-align: justify;
    font-size: 15px;
}
.gallery-section-divider {
	overflow:hidden;
	position: relative;
	background: rgb(255, 255, 255);
	padding: 75px 0px 65px 0px;
}
.gallery-section-divider h1 {
	font-size: 30px;
	color: rgb(26,26,26);
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.gallery-section-divider p {
	font-size: 18px;
	color: rgb(12,12,12);
	text-align: center;
}
.referrals-section-1 {
	padding: 100px 0 125px 0;
	background: linear-gradient(127deg, rgb(0,88,79,0.65) 30%, rgba(142,211,224,0.3)), url(../img/virtual-tour.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.referrals-section-1 h1 {
	text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.referrals-section-1 h2 {
	text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.referrals-section-1 h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: rgb(255,255,255);
}
.referrals-section-1 a {
	font-size: 15px;
    font-weight: 700;
	padding: 20px 40px;
    text-transform: uppercase;
    background-color: rgb(255,255,255,0.1);
	color: rgb(255,255,255);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgb(255,255,255);
    border-radius: 50px 50px 50px 50px;
}
.referrals-section-1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(255,255,255,0.2);
}
.referrals-section-1 p {
	text-align: center;
	font-size: 16px;
	font-family: "Open Sans",sans-serif;
	color: rgba(255,255,255);
}
.referrals-section-1 i {
	font-size: 18px;
}
.referrals-section-11 {
	padding: 75px 35px 75px 35px;
	background: linear-gradient(127deg, rgb(0,88,79,0.65) 30%, rgba(142,211,224,0.3)), url(../img/pool-1.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.referrals-section-11 h1 {
	text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.referrals-section-11 h2 {
	text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.referrals-section-11 h3 {
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 30px;
	color: rgb(255,255,255);
}
.referrals-section-11 h4 {
	text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: rgb(255,255,255);
}
.referrals-section-11 h5 {
	font-size: 15px;
	color: #fff;
}
.referrals-section-11 ul {
	/*padding-left: 15px;*/
}
.pool-1 {
	padding: 25px;
	background:  rgb(0,88,79,0.5);
}
.pool-1 h4 {
	text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: rgb(255,255,255);
}
.pool-1 span {
	font-size: 35px;
	font-weight: 500;
}
.pool-2 {
	padding: 25px;
	background:  rgb(69,150,126,0.5);
}
.pool-2 h4 {
	text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	color: rgb(255,255,255);
}
.pool-2 span {
	font-size: 35px;
	font-weight: 500;
}
.pool-2 ul {
	padding-left: 75px;
}
.pool-3 {
	padding: 25px;
	background:  rgb(0,88,79,0.5);
}
.pool-3 h4 {
    text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: rgb(255,255,255);
}
.pool-3 span {
	font-size: 35px;
	font-weight: 500;
}
.pool-4 {
	padding: 25px;
	background:  rgb(69,150,126,0.5);
}
.pool-4 h4 {
    text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: rgb(255,255,255);
}
.pool-4 span {
	font-size: 35px;
	font-weight: 500;
}
.referrals-section-11 hr {
	background: rgb(255,255,255);
	width: 50%;
}
.referrals-section-11 a {
	font-size: 15px;
    font-weight: 700;
	padding: 20px 40px;
    text-transform: uppercase;
    background-color: rgb(255,255,255,0.1);
	color: rgb(255,255,255);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgb(255,255,255);
    border-radius: 50px 50px 50px 50px;
}
.referrals-section-11 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(255,255,255,0.2);
}
.referrals-section-11 p {
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255);
}
.referrals-section-11 i {
	font-size: 18px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 100%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.referrals-section-2 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.referrals-section-2 h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	color: rgb(222,42,28);
}
.referrals-section-2 h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	color: rgb(255,255,255);
}
.referrals-section-2 a {
	background: rgb(213,59,47);
	color: rgb(255,255,255);
	font-weight: 600;
	border-radius: 0.4rem;
	padding: 15px 20px 15px 20px;
}
.referrals-section-2 a:hover {
	color: rgb(255,255,255);
}
.referrals-section-2 p {
	text-align: center;
	font-size: 16px;
	font-family: "Open Sans",sans-serif;
	color: rgb(40,40,40);
}
.service-areas-section-1 {
	padding: 100px 0 75px 0;
	background: rgb(225,214,168);
}
.service-areas-section-1 h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.service-areas-section-1 h4 {
	font-size: 15px;
	color: rgb(33,37,41);
}
.service-areas-section-1 p {
	font-size: 15px;
	text-align: justify;
	color: rgb(33,37,41);
}
.service-areas-section-1 iframe {
	border-radius: 3px;
	border: none;
	padding-top: 0px;
}
.service-areas-section-1 a.service-btn {
	padding: 8px 15px 8px 15px;
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
}
.service-areas-section-1 a.service-btn:hover {
	background: rtransparent;
	border: 1px solid rgb(212,61,47);
	color: rgb(212,61,47);
}
.service-areas-section-2 {
	padding: 75px 0 75px 0;
	background: rgb(235,231,210);
}
.service-areas-section-2 h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.service-areas-section-2 h4 {
	font-size: 15px;
	color: rgb(33,37,41);
}
.service-areas-section-2 p {
	font-size: 15px;
	text-align: justify;
	color: rgb(33,37,41);
}
.service-areas-section-2 iframe {
	border-radius: 3px;
	border: none;
}
.service-areas-section-2 a.service-btn {
	padding: 8px 15px 8px 15px;
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
}
.service-areas-section-2 a.service-btn:hover {
	background: rtransparent;
	border: 1px solid rgb(212,61,47);
	color: rgb(212,61,47);
}
.service-areas-section-3 {
	padding: 100px 0 75px 0;
	background: rgb(225,214,168);
}
.service-areas-section-3 h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(33,37,41);
	text-align: left;
}
.service-areas-section-3 h4 {
	font-size: 15px;
	color: rgb(33,37,41);
}
.service-areas-section-3 p {
	font-size: 15px;
	text-align: justify;
	color: rgb(33,37,41);
}
.service-areas-section-3 iframe {
	border-radius: 3px;
	border: none;
}
.service-areas-section-3 a.service-btn {
	padding: 8px 15px 8px 15px;
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
}
.service-areas-section-3 a.service-btn:hover {
	background: rtransparent;
	border: 1px solid rgb(212,61,47);
	color: rgb(212,61,47);
}
.pool-equipment-tune-ups {
	padding: 75px 0 75px 0;
}
.glendale-services-section-1 {
	padding: 75px 0 75px 0;
	background: rgb(225,214,168);
}
.glendale-services-section-1 h1 {
	font-size: 30px;
    text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	padding-bottom: 40px;
    color: rgb(33,37,41);
}
.glendale-services-section-1 h2 {
	font-size: 19px;
	font-weight: 600;
	color: rgb(33,37,41);
	text-align: center;
}
.glendale-services-section-1 span {
	font-size: 16px;
	font-weight: 500;
}
.glendale-services-section-1 h4 {
	font-size: 21px;
	text-align: center;
	color: rgb(33,37,41);
}
.glendale-services-section-1 hr {
	background: rgb(33,37,41);
	margin-left: 35%;
	margin-right: 35%;
}
.glendale-services-section-1 p {
	font-size: 15px;
	text-align: center;
	color: rgb(33,37,41);
}
.glendale-services-section-1 a {
    color: rgb(212,61,47);
}
.glendale-services-section-1 a:hover {
    color: rgb(212,61,47,0.8);
}
.gallery-page {
	padding: 75px 0 75px 0;
	background: rgb(225,214,168);
}
.gallery-page h1 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(0,88,79);
}
.gallery-page h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(33,37,41);
}
.gallery-page p  {
	font-weight: 500;
	text-align: center;
	/*text-transform: uppercase;*/
	color: rgb(33,37,41);
}
.gallery-page p span {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: rgb(33,37,41);
}
.employment-section-1 {
	padding: 75px 0 75px 0;
	background: rgb(225,214,168);
	overflow: hidden;
}
.employment-section-1 h1 {
	font-size: 35px; font-weight: 600; text-transform: uppercase; color: rgb(33,37,41);
}
.employment-section-1 h2 {
	font-size: 28px; font-weight: 600; text-transform: uppercase; color: rgb(33,37,41);
}
.contact-page-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(225,214,168);
}
.contact-page-section-1 h1 {
	color: rgb(33,37,41);
	font-size: 35px;
	text-transform: uppercase;
}
.contact-page-section-1 h4 {
	font-size: 1.5rem;
	color: rgb(33,37,41);
}
.contact-page-section-1 strong {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgb(33,37,41);
}
.contact-page-section-1 span {
	font-size: 16px;
	color: rgb(33,37,41);
}
.contact-page-section-1 p {
	font-size: 16px;
	color: rgb(33,37,41);
}







/*Blog Page Start*/
.blog1 {
	padding: 55px 0 75px 0;
	background: rgb(225,214,168);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'Montserrat', 'sans-serif';
	padding-bottom: 25px;
	color: rgb(0,88,79);
	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);
	    font-size: 1.5rem;
		text-transform: uppercase; 
}
.blog1 h3 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.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:580px;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(226,64,0);
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 17px;
}
.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);
}
.blog1 .about-card {
	border-style: solid;
    border-width: 05px 0px 0px 0px;
	background: rgb(235,231,210);
    border-color: rgb(0,88,79);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
}
.blog1 .about-card p span{
	font-weight: 700; 
}
.blog1 a.pool-button {
    padding: 8px 15px 8px 15px;
    background: transparent;
    border: 1px solid rgb(212,61,47);
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(212,61,47);
    display: inline-flex;
}








.blog-top {
	background: rgb(0,88,79);
	padding: 100px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(255,255,255);
	font-family: 'Montserrat', 'sans-serif';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 2rem;
	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: 'font';
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template h3 {
	font-family: 'font';
	font-weight: 600;
	color: #89181c;
	font-size: 28px;
}
.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: 1rem;
	font-family: 'font2';
	font-weight: 800;
}

.blog-template p span{
	    color: black;
    font-size: 19px;
    font-family: 'font';
    text-decoration: none;
    font-weight: 300;
}

.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.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*/



/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 END ***********************************/



.navbar-inverse .navbar-inner {
	display:none;
}

.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile, .mobile-menu .dropdown-menu-mobile-2 {
	  position:relative;
	  display:block;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1rem;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: rgb(235,231,210);
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a {
	font-size: 20px;
    color: rgb(212,61,47)!important;
	text-align:center;
}
/**** Mobile Menu ****/
.view-gallery-btn {
	position:relative;
	display: inline-block;
	background: #b34141;
	padding: 5px 30px;
	color: #fff;
	font-weight: 600;
}
/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding: 40px 0 0 0;
}
.owl-nav {
	position:absolute;
	width: 100%;
	top:10%;
	display: none;
}
.owl-carousel .item {
	display:block;
	height:100%;
}
.owl-carousel .item p {
	font-size: 15px;
	color: rgb(255,255,255);
	text-align: left;
}
.owl-carousel .item span {
	color: rgb(4,47,134);
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	text-transform: uppercase;
}
.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;
}

#owl-coding .owl-carousel .item {
    -webkit-animation-duration: 30s !important;
    animation-duration: 30s !important;
}

/*******************  Home Page Service Cards *************************/
#referrals .referrals-section {
    background: #0a0a0a;
    color: #a5a5a5;
}

#referrals .card .btn {
	position:inherit;
	width: 100%;
	text-align: left;
	margin: 0;
	display: block;
	padding: 16px 20px;
}
#referrals .card {
    position: relative;
    max-height: 100%;
    height: 100%;
    margin:inherit;
    padding: inherit;
    background: transparent;
}
#referrals .card-header {
	padding: 0;
}



.home-service-section {
	overflow: hidden;
}
#home .inner-content-section {
	background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(27, 27, 27, 0)), url(../img/home-image-1.jpg) 0 no-repeat;
	padding: 2em 0 3em !important;
	overflow: hidden;
	background-size: inherit;
}
.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 {
	/* background:#252525; */
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/*******************  Linearicons *************************/
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  cursor: pointer;
}

.lnr-chevron-right {
  color: #232323;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 22px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

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


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

body {
	font-family: 'Montserrat', sans-serif;
}
a, button, .btn {
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
a {
	cursor:pointer;
	text-decoration: none !important;
}
a:hover {
    color: #252525;
    text-decoration: underline;
}
.btn {
	cursor:pointer;
	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd;
	background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
    border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;
	box-shadow: none;
}
.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;
	/* width:100%; */
	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;
	/* background:red; */
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}

.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}

.navbar-collapse ul {
	width:100%;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-right: 40px; */
}

.overlay {
	height: 100%;
	width: 100%;
	background: #ffffffbf;
}

#myBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(212,61,47); /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding: 16px 20px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: rgb(0,107,142,0.7); /* Add a dark-grey background on hover */
    color:#fff;
}

/*******************  Jarallax Styling *************************/

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.top-header-animate {
	background: rgb(225,214,168) !important;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.top-header-animate div[class*='col-']:nth-child(2) a {
	padding: 9px 15px;
    background: 0 0;
    font-weight: 600;
    font-family: Montserrat;
    color: rgb(212,61,47) !important;
    border-radius: 1.6rem;
    border: 1px double rgb(212,61,47) !important;
}
.top-header-animate div[class*='col-']:nth-child(4) a {
	padding: 9px 15px;
    background: 0 0;
    font-weight: 600;
    font-family: Montserrat;
    color: rgb(212,61,47) !important;
    border-radius: 1.6rem;
    border: 1px double rgb(212,61,47) !important;
}
.header-animate {
	padding: 80px 0 0 !important;
	background: rgb(0,88,79) !important;
}
.header-animate a:before {
	background: rgb(214,60,48) !important;
}
body {
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
	background: rgb(225,214,168);
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.top-header .dropdown-menu {
	background:whitesmoke;
	border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;
	padding:3px 20px !important;
}
.top-header {
	position: fixed;
	width:100%;
	z-index:1;
	padding: 0 0;
	background: rgb(225,214,168);
	z-index: 3;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:#fbfbfb;
	color:#222;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(2) a {
	padding: 9px 15px;
    background: 0 0;
    font-weight: 600;
    font-family: Montserrat;
    color: rgb(212,61,47);
    border-radius: 1.6rem;
    border: 1px double rgb(212,61,47);
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px;
    background: 0 0;
    font-weight: 600;
    font-family: Montserrat;
    color: rgb(212,61,47);
    border-radius: 1.6rem;
    border: 1px double rgb(212,61,47);
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px;
    background: 0 0;
    font-weight: 600;
    font-family: Montserrat;
    color: rgb(212,61,47);
    border-radius: 1.6rem;
    border: 1px double rgb(212,61,47);
}
.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(69,150,126);
	background: rgb(69,150,126);
	color: rgb(255,255,255);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(69,150,126,0.8);
	text-decoration:none !important;
	color: rgb(255,255,255);
}
.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;
}
.navbar-scroll {
	padding: 80px 0 0;
	position: fixed;
	background: rgb(0,88,79);
	width: 100%;
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
#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: 0px 17px;
    padding: 6px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(255,255,255);
    /* cursor: pointer; */
    overflow: hidden;
}
.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;
}
#logo-pic {
    width: 73%;
}
.shrink {
	height: 85px;
	background-color: #f7f7f7;
	border: none;
	margin-top: 0;
}
.remove {
	display: none;
}
.small {
	height: 180px;
    width: 180px;
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
	margin-left: 25px;
}
/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

.projects .about-header-section h1 {
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
.projects .about-header-section .header-logout-btn {
	font-size:22px;
	display:block;
	margin-left:20px;
	color:#ca3535;
}

#delete-msg {
	position:relative;
	text-align:center;
	margin:0 0 2em;
}
#portfolio input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: -60px;
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-image: url(/img/icons/close-btn-icon-red.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;
	opacity: .;
}


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

.projects-section {
	position:relative;
	overflow:hidden;
}
#project-1 .projects-section img {
	transform:scale(1.08,1.08)
}

.projects-section .mosaic-row {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.projects-section .mosaic-row div[class*='col-'] {
	position: absolute;
    top: 0;
    right: 0;
}
.projects-section a img {
	transform: scale(1.06,1.06);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a:hover img {
	transform:scale(1.3,1.3);
}
.projects-section a .block-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#08080891;
	opacity:0;
	z-index:1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a .block-overlay p {
	color:#f18907;
	font-size:1.3em;
	font-weight:100;
}
.projects-section a:hover .block-overlay {
	background-color:rgba(247, 247, 247, 0.97);
	opacity:1;
}
.projects-section div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}

#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;
}
.project-upload #portfolio li:before {
	position:absolute;
	content:'Delete Image';
	display:inline-block;
	color: #fff;
	z-index:3;
	font-size: 2em;
}
#portfolio li a img {
	display:block;
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 100%;
   height: 100%;
   transform:scale(1,1);
}
.project-upload #portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: #13131333;
	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; }

/* ========================================================== */
/* 			           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: 20px 0 10px;
	background: rgb(0,88,79);
	color: rgb(255,255,255);
	background-size: cover;
	font-size: 15px;
}
.footer-section a {
	color: rgb(255,255,255);
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.bottom-footer {
	padding-top: 0px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h4 {
	font-size:22px;
	text-align: left;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.service-cities h4.title {
	font-size: 22px;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.service-cities h4.title span {
	font-size: 17px;
	text-align: left;
	color: rgb(255,255,255);
	text-transform: none;
}
.service-cities h5 {
	font-size:22px;
	text-align: left;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.service-cities p {
	font-size: 15px;
}
/*** Footer Section 2 ***/
.service-cities .footer-title h4 {
	text-align: center;
	font-size:32px;
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: right;
}
/*** Footer Section 2 ***/
.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(255,255,255);
	border-radius:100px;
	height:35px;
	width:35px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(59,188,238);
	text-decoration:none !important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (min-width: 1824px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
	
.home-overlay {

	width:100%;
}
	


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