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

/***************************************

-webkit-transition: all .30s ease;
-moz-transition: all .30s ease;
-o-transition: all .30s ease;
transition: all .30s ease;

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

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

.home-faqs img {
	border-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}


.faq-section { max-width: 980px; margin: 0 auto; padding: 1rem; }
  .faq-title {     font-size: 2.33rem;
    color: rgb(47,208,52);
    font-weight: 800;
    font-family: 'font';
    text-transform: uppercase;
    text-align: center; margin-bottom:20px; }
  .faq-item { border-top: 1px solid #e6e8ec; }
  .faq-item:last-child { border-bottom: 1px solid #e6e8ec; }
  .faq-q { margin: 0; }
  .faq-trigger {
    width: 100%; text-align: left; padding: 1rem .25rem;
    font-size: 1.05rem; font-weight: 700; color: #0b1320; background: transparent; border: 0; cursor: pointer;
    display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .75rem;
  }
  .faq-trigger:focus-visible { outline: 2px solid #0a66c2; outline-offset: 2px; border-radius: 8px; }
  .faq-icon { width: 18px; height: 18px; position: relative; }
  .faq-icon::before, .faq-icon::after {
    content: ""; position: absolute; background: #0b1320; transition: transform .2s ease;
  }
  .faq-icon::before { width: 18px; height: 2px; top: 8px; left: 0; }
  .faq-icon::after  { width: 2px; height: 18px; top: 0; left: 8px; }
  .faq-trigger[aria-expanded="true"] .faq-icon::after { transform: scaleY(0); }
  .faq-panel { padding: 0 0 1rem .25rem; }
  .faq-a p { margin: .25rem 0 .5rem; color: #1a2333; }
  .faq-a ul { margin: .25rem 0 0 1.25rem; }
  .faq-a li { margin: .25rem 0; color: #334155; }
  .faq-a a { color: #7ac321; text-decoration: underline; text-underline-offset: 2px; font-weight: 600;}
  .faq-a a:hover { text-decoration-thickness: 2px; }
/*  @media (prefers-color-scheme: dark) {
    .faq-item { border-color: #243244; }
    .faq-title, .faq-trigger, .faq-icon::before, .faq-icon::after { color: rgb(47,208,52); background: transparent; }
    .faq-a p, .faq-a li { color: #d8e1ee; }
    .faq-a a { color: #8ab4ff; }
  }*/


.jireh-reviews-section { padding: 2rem 1rem; }
  .jireh-reviews-container { max-width: 1100px; margin: 0 auto; }
  .jireh-reviews-title { font-weight: 800; font-size: 45px; margin: 0 0 50px; color: #fff; text-shadow: 2px 2px 1px #000; }
  .jireh-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  @media (max-width: 900px) {
    .jireh-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .jireh-reviews-grid { grid-template-columns: 1fr; }
  }

  .jireh-review-card {
    background: #fff;
    border: 3px solid #7ac321;
    border-radius: 12px; margin: 15px 0px 15px 0px;
    padding: 25px 16px 25px;
    display: flex; flex-direction: column; gap: 10px;
    box-shadow: 0 2px 10px rgba(16,24,40,0.04);
  }
  .jireh-review-stars {
    color: #f59e0b; /* amber */
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
  }
  .jireh-review-text { margin: 0; color: #111827; line-height: 1.5; }
  .jireh-review-meta { display: flex; gap: 8px; color: #475569; font-size: .95rem; }
  .jireh-review-author { font-weight: 700; }
  .jireh-review-time { opacity: .9; }
  .jireh-review-link {
    margin-top: 2px; font-size: .95rem;
    color: #0a66c2; text-decoration: underline; text-underline-offset: 2px;
  }
  .jireh-review-link:hover { text-decoration-thickness: 2px; }

  .jireh-reviews-cta { text-align: center; margin-top: 1rem; }
  .jireh-btn {
    display: inline-block;
    background: #7ac321; color: #fff; border-radius: 999px;
    padding: .75rem 1.25rem; font-weight: 700; text-decoration: none;
    transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 8px 16px rgba(10,102,194,0.2); margin-top: 25px;
  }
  .jireh-btn:hover { background: #5B9118; }
  .jireh-btn:active { transform: translateY(1px); }
  .jireh-btn[aria-disabled="true"] { opacity: .7; pointer-events: none; }

  @media (prefers-color-scheme: dark) {
    .jireh-review-card { background: #0f172a; border-color: #1f2a44; }
    .jireh-reviews-title { color: #e8edf5; }
    .jireh-review-text, .jireh-review-meta { color: #d8e1ee; }
    .jireh-review-link { color: #8ab4ff; }
  }

.modal-dialog {
  max-width: 1200px;
  top: 40px;
  margin: 1.75rem auto;
}
body,html{
	overflow-x: hidden; ; 
}
/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-header-section {
	padding-top: 105px;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block; background: rgb(0,0,0,0.6);
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video {
    position: relative;
    height: 750px; /* Set the desired height for the section */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Example overlay color with 50% opacity */
    z-index: 1;
}
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/jireh-main-background.png') !important; /* Replace with the path to your image */
    background-size: cover;
    background-position: center;
    z-index: 0; /* Ensure the image is behind the overlay */
}


/* Custom Carousel Styling */
.custom-carousel {
  position: relative;
  height: 80vh; width: 101%;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Stationary Info Section */
.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: #ffffffeb;
    padding: 50px;
    margin-top: 25px;

}
.custom-carousel img{
	width:70%;
}

.carousel-info h1 {
/*font-family: font4;*/ font-size: 85px; text-shadow: none; color: black;  letter-spacing: 2px;
    line-height: 50px;
}
.carousel-info h1 span {
font-size:1.2rem;
		
		color:black;
		/*font-family: monospace; */
}
.carousel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.carousel-service {
 padding: 15px;
   background: linear-gradient(to right, #000000c4, #0000008f), url(/img/homepage/rb1-25.png) no-repeat;
    background-size: cover;
    color: #fff;
    background-color: #000000;
    margin: 10px 0px 10px 0px;
    border-radius: 15px;
}

.carousel-service h3 {
font-family: font8;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    width: 175px;
}
.carousel-service h3 span {
	color: #121862;
}
.carousel-quote-button {
  background-color: #121862;
  padding: 15px 25px;
  border-radius: 10px; font-family: font4;
  margin-top: 20px;
}

.carousel-quote-button h5 {
  margin: 0;
  color: #fff;
}

/* Carousel Slides */
.carousel-slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
  height: 100%;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Navigation Buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff; width: 3%;
  border: none;
  padding: 10px 15px; /* Smaller padding for less width */
  cursor: pointer;
  z-index: 3;
  font-size: 24px; /* Reduced font size for a cleaner look */
  border-radius: 50%; /* Circular button */
  transition: background 0.3s ease;
}

.carousel-nav:hover {
  background: rgba(0, 0, 0, 0.8); /* Darker background on hover */
 
}

.carousel-nav.prev {
  left: 20px; /* Position button on the left side */
}

.carousel-nav.next {
  right: 20px; /* Position button on the right side */
}


.home-page-section-1 {
	padding: 15px 0 15px 0;
	background: rgb(3,16,182);
}
.home-page-section-1 h1 {
	color: rgba(255,255,255);
	font-family: 'font';
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 80px;
}
.home-page-section-1 h2 {
	color: rgba(255,255,255);
	font-family: 'font';
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 80px;
}
.home-page-section-1 p {
	font-size: 18px;
	color: white;
	text-align: center;
}


.home-page-section-2 {
	background: rgb(255,255,255);
	padding: 100px 0 100px 0 !important;
	overflow: hidden;
	background-size: inherit;
}
.home-page-section-2 .intro-block{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s;
}
.home-page-section-2 .intro-block.show{
	opacity: 1;
	transform: translateY(0px); 

}
.home-page-section-2 h1 {
	font-size: 4rem;
	text-align: center;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.home-page-section-2 h1 span{
	font-size: 2.4rem;
	text-align: center;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.home-page-section-2 h2 {
	font-size: 4rem;
	text-align: center;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.home-page-section-2 h2 span{
	font-size: 2.4rem;
	text-align: center;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.home-page-section-2 h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'font';
	font-size: 2rem;
	color: rgb(60,60,60);
}
.home-page-section-2 h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 800;
	color: rgb(255,255,255);
}
.home-page-section-2 p {
	font-size: 1rem;
	color: rgb(60,60,60);
	text-align: center;
}
.home-page-section-2 a {
	color: rgb(47,208,52);
	text-decoration: underline !important;
}
.home-page-section-2 img{
    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
}
.home-page-section-2 a.learn-more{
    background: white;
    display: inline-flex;
    padding: 10px;
    color: rgb(3 16 182 / 91%);
    font-family: 'font';
    border: 2px solid rgb(3 16 182 / 91%);

}
.home-page-section-2 a.learn-more:hover{
	background: rgb(3 16 182 / 71%);
	color:white; 
}

.home-page-section-3 {
	background: rgb(3,16,182);
	padding-bottom: 50px;
}
.home-page-section-3 h5 {
	font-size: 2.6rem;
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: center;
}
.home-page-section-3 a {
	color: rgb(255,255,255);
}
.home-page-section-3 a:hover {
	color: rgb(47,208,52);
}
.home-page-section-4 {
	background: rgb(255,255,255);
	padding: 100px 0 100px 0;
}
.home-page-section-4 a.learn-more{
    background: white;
    display: inline-flex;
    padding: 10px;
    color: rgb(3 16 182 / 91%);
    font-family: 'font';
    border: 2px solid rgb(3 16 182 / 91%);

}
.home-page-section-4 a.learn-more:hover{
	background: rgb(3 16 182 / 71%);
	color:white; 
}
.home-page-section-4 img {
    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
}

.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
	    border-radius: 25px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.card h2 {
	font-size: 50px;
	color: rgb(47,208,52);
	font-weight: 800;
	font-family: 'font';
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 18px;
	text-align: center;
	color: rgb(60,60,60);
	padding-top: 15px;
}
.card i {
	font-size: 105px;
	text-align: center;
	color: rgb(60,60,60);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.home-referrals .testimonials {
	background: transparent;
	text-align: center;
}
.home-referrals .container {
	padding: 125px 0 125px 0;
}
.testinomials-1 h3 {
    color: rgb(255,255,255) !important;
    font-size: 60px !important;
		font-family: 'font';
		text-transform: uppercase;
    font-weight: 600 !important;
}
.testimonials img {
	width: 125px;
	border-radius: 100%;
}
.testinomials-1 h4 {
    color: rgb(0,0,0) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.testinomials-1 p {
    color: rgb(255,255,255) !important;
	font-style: italic;
    font-size: 1.5rem !important;
	font-family: "Open Sans", sans-serif !important;
    margin-top: 20px;
}
.testinomials-1 p i {
    margin-right: 10px !important;
	margin-left: 10px !important;
	font-style: italic;
    color: rgb(137,247,3) !important;
	font-size: 1.5rem !important;
}
.parallax {
  background-image: linear-gradient(rgb(0,0,0,0.6), rgb(0,0,0,0.6)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-5 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.home-page-section-5 h5 {
	font-size: 2rem;
	font-family: 'font';
	text-transform: uppercase;
	color: rgb(47,208,52);
	font-weight: 800;
}
.home-page-section-5 p {
	color: rgb(60,60,60);
	font-size: 18px;
}
.home-page-section-5 strong {
	text-transform: uppercase;
	font-weight: 800;
}
.home-page-section-5 .contact-block{
	
	padding: 20px; 
	background: rgb(250,250,250);
	border-radius: 25px; 
}


.commercial-service {
	background: #f5f5f5;
	padding: 150px 0; 
}
.commercial-service .row {
	    --bs-gutter-x: 0;
}
.commercial-service .container-fluid {
		padding-left:0;
		padding-right: 0; 
}
.commercial-service .service-block{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s;
}
.commercial-service .service-block.show{
	opacity: 1;
	transform: translateY(0px); 

}
.commercial-service h2.service-header {
    font-family: 'font';
    font-size: 3rem;
    text-align: center;
    line-height: 36px;
    /*color: rgb(246,177,24);*/
    color: rgb(47,208,52);
    text-shadow: 1px 1px 1px #000;
				margin-bottom:50px; 

				
						transform: translateY(50%);
		opacity: 1; 
	transition: 2s; 
}

.commercial-service h2.service-header.show-header {

		transform: translateY(0);
		
		opacity: 1; 
		
}
 
.commercial-service p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.commercial-service .boxer1 {
 padding: 125px 15px 125px 15px; background: linear-gradient(90deg, rgba(29,54,68,0.67) 0%, rgba(29,54,68,0.67) 100%);
    background-size: 100%; text-align: center; background-position: center; color: #f5f5f5; text-shadow: 1px 1px 1px #000;
	
	position:relative;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
height: 500px;
}
.commercial-service .boxer1 p{
	/*color: transparent;*/
	
	transition: 0.5s;
	opacity: 0;
	font-size: 1.3rem;
	font-weight: 700; 
}


.commercial-service .boxer1:hover p{
	/*color: black;;*/
	opacity: 1;
	
}
.commercial-service .boxer2 {
  padding: 125px 0;
  text-align: center;
  /*background-position: bottom;*/
		
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*height: 500px;*/
height: 60vh;
margin: 0 15px;
  color: white;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
	    border-radius: 25px;
}

.commercial-service .boxer2::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(rgb(0 0 0 / 60%), rgb(255 255 255 / 40%));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.commercial-service .boxer2:hover::before {
  opacity: 1;
}

.commercial-service .boxer2 h3 {
  font-family: 'font';
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  transition: 0.8s;
		color: white; 
  z-index: 1; /* ensures above overlay */
}

/* Scope p and a tags within .p-container specifically */
.commercial-service .boxer2 .p-container {
  position: absolute;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
  opacity: 0;
  z-index: 1; /* ensures above overlay */
		
		
    padding: 0 20px;
		
}

.commercial-service .boxer2 .p-container p {
  transition: 0.8s;
  opacity: 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.commercial-service .boxer2 .p-container .detail-wrapper {
	/*width:200px;*/
	
	position:relative;
}

.p-container .detail-wrapper a.detail-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  text-decoration: underline;
  color: inherit;
  transition: 0.8s;
		font-size:1.2rem;
  font-family: 'font2';

		
}
.p-container .detail-wrapper:hover a.detail-link {
    color: rgb(47, 208, 52);;
		
}


/*
.p-container .detail-wrapper:after {
  content: '';
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 60%;

  
  background: linear-gradient(45deg, rgb(47, 208, 52) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  
  transition: background-position 0.5s ease-out;
}

.p-container .detail-wrapper:hover:after {
  background-position: left bottom;
}
*/



/* Hover Effects */
.commercial-service .boxer2:hover .p-container {
  transform: translateY(0%);
  opacity: 1;
}

.commercial-service .boxer2:hover .p-container p {
  opacity: 1;
}

.commercial-service .boxer2:hover h3 {
  transform: translateY(-530%);
		
		/*color: #c02026;*/
		color: white;
 
}

.commercial-service .boxer2:hover {
  /*height: 105%;*/
height: 60vh;

  box-shadow: 0px 3px 10px black;
  transform: translateY(-15px);
}

.landscape-bg-1{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/landscape-bg-1.jpg);
	background-size: cover;
	transition:2s;
	background-position:50% 50%;
}
.landscape-bg-2{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/landscape-bg-2.jpg);
	background-size: cover; 
	background-position:50% 50%;

}
.landscape-bg-3{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/landscape-bg-3.jpg);
	background-size: cover; 
	background-position:50% 50%;

}
  
.water-bg-1{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/water-bg-1.jpg);
	background-size: cover;
	transition:2s;
	background-position:50% 50%;
}
.water-bg-2{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/water-bg-2.jpg);
	background-size: cover; 
	background-position:50% 50%;

}
.water-bg-3{
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 79%)), url(/img/homepage/water-bg-3.jpg);
	background-size: cover; 
	background-position:50% 50%;

}
  


.about-page-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-size: 3rem;
	text-transform: uppercase;
	text-align: center;
	color: rgb(47,208,52);
	font-family: 'font';
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: center;
	color: rgb(60,60,60);
}
.about-page-section-1 img {
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
}
.service1 {
	padding: 50px 0 25px 0;
	background: rgb(255,255,255);
}
.service1 h2 {
	font-size: 2rem;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.service1 p {
	font-size: 18px;
	color: rgb(60,60,60);
}

.service1 iframe {
	height: 100%;
	width: 100%;
}
.service2 {
	padding: 25px 0 50px 0;
	background: rgb(255,255,255);
}
.service2 h3 {
	font-size: 2rem;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
	text-align: right;
}
.service2 p {
	font-size: 18px;
	text-align: right;
	color: rgb(60,60,60);
}
.ocala-section {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.ocala-section h2 {
	font-size: 2rem;
	font-family: font;
	text-transform: uppercase;
	color: rgb(47,208,52);
}
.ocala-section h4 {
	font-size: 1.25rem;
	color: rgb(75,75,75);
}
.ocala-section p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.ocala-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.8rem;
}
.ocala-section a.learn-more {
	padding: 10px;
	background: rgb(255,255,255);
	border: 5px double rgb(3,16,182);
	border-radius: 0.8rem;
	font-size: 24px;
	font-family: font;
	text-align: center;
	text-transform: capitalize;
	color: rgb(3,16,182);
}
.gallery-section-divider {
	overflow:hidden;
	position: relative;
	background: rgb(255, 255, 255);
	padding: 50px 0px 50px 0px;
}
.gallery-section-divider h1 {
	font-size: 3rem;
	color: rgb(12,12,12);
	font-family: 'font';
}
.gallery-button {
	padding: 100px 0 50px 0;
	background: rgb(255,255,255);
}
.gallery-button p {
	padding: 5px;
	border-radius: 0.8rem;
	border: 2px solid blue;
	font-size: 1.5rem;
	font-family: 'font';
	text-align: center;
	text-transform: uppercase;
	color: rgb(134,241,6);
}
.referrals-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.referrals-section-1 h1 {
	font-size: 3rem;
	font-family: 'font';
	text-align: center;
	text-transform: uppercase;
	color: rgb(47,208,52);
}
.referrals-section-1 p {
	font-size: 24px;
	text-align: center;
	color: rgb(0,0,0);
}
.contact-page-section-1 {
	background: rgb(255,255,255);
	padding: 75px 0 0 0;
}
.contact-page-section-1 h2 {
	color: rgb(47,208,52);
	text-align: center;
	text-transform: uppercase;
	font-family: 'font';
	font-size: 3rem;
}
.contact-page-section-1 h4 {
	font-size: 1.5rem;
	font-family: 'font';
	color: rgb(47,208,52);
	text-transform: uppercase;
	text-align: center;
}
.contact-page-section-1 p {
	font-size: 18px;
	text-align: center;
	color: rgb(60,60,60);
}
/************************* 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, .mobile-menu .dropdown-menu-mobile-3 {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1rem;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: #101010;
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.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;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a, .mobile-menu .dropdown-menu-mobile-3 a {
	color:#545454;
	font-weight:600 !important;
	font-size: 1.3em;
	font-family:'Raleway';
	text-align:center;
}
.view-gallery-btn {
	position:relative;
	display: inline-block;
	background: #b34141;
	padding: 5px 30px;
	color: #fff;
	font-weight: 600;
}
#login-page .btn-primary.disabled, .btn-primary:disabled {
	background-color:#1f1f1f;
}
#login-page .about-header-section {
    text-align: center;
    padding: 0;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.81), rgba(4, 4, 4, 0.81)), url(../img/backgrounds/service-page-two-header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#login-page .about-header-section {
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#login-page .about-header-section form {
	background:#fff;
	padding: 30px;
	margin:auto;
	text-align: left;
	box-shadow: 0px 0px 20px 1px #000;
}
#login-page #form-login {
	padding:30px 0 50px;
}
#login-page #form-login .btn {
	width:100%;
	margin: 0 0 15px;
	box-shadow: none;
}
#login-page #form-login .btn-secondary {
	padding:0;
	text-align:inherit;
	color: inherit;
	background-color: transparent;
	width:inherit;
	border:none;
}
#login-page #form-login .btn-secondary:hover {
	background-color:transparent !important;
	color:#585858;
}
#login-page .btn-primary {
	border:none;
	color:#fff;
	background-color:#252525;
}
#login-page input {
	padding:6px 10px;
	margin: 0 0 15px;
	width: 100%;
}
body#login-page {
	visibility:visible;
}
#login-page .login-form-container {
	position: relative;
	overflow: hidden;
	padding: 0;
}
#login-page #form-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	font-weight: 700;
	padding:6px 30px;
	background: #b34141;
}
#image-uploads .upload-container {
	padding: 50px 0 !important;
}
#image-uploads .form-control {
	margin-left:10px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; z-index:99999; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
.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 .item p {
	font-size: 20px;
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.owl-carousel .item span {
	color: rgb(4,47,134);
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	text-transform: uppercase;
}
.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;
}
#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 {
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  cursor: pointer;
}
.lnr-chevron-right {
  color: #232323;
  font-size: 22px;
}
.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;
}
#image-uploads .badge {
	font-size:1.2em;
}
#image-uploads form {
	display:flex;
	justify-content:space-between;
}
#image-uploads #upload-preview .btn {
	background-color:#d84a4a;
	color:#fff;
}
#image-uploads .btn {
	padding:6px 20px;
	margin:0 10px;
	outline: none !important;
	background-color: transparent;
	border-color: #929292;
	/* color: #333; */
	border-radius: 0;
}
#image-uploads .btn:hover {
	background-color:#2d2d2d;
	color:#fff;
}

#image-uploads .btn-primary.disabled,
#image-uploads .btn-primary.disabled span,
.btn-primary:disabled,
.btn-primary:disabled span {
	color:#fff;
	border: none;
	cursor: not-allowed;
}
.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;
}
.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;
}

.block-overlay {
	position:absolute;
	display:inline-block;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}
/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	z-index:1050;
	color: #fff;
	background: #300e87;
	padding:50px;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(0,0);
	box-shadow: 0px 0px 20px -1px #000;
	transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;
	display: inline-block;
	padding:50px;
	z-index:1050;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}
.navbar-collapse ul {
	width:100%;
	padding-bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay {
	height: 100%;
	width: 100%;
	background:#ffffff12;
}
#myBtn {
    display: none; /* Hidden by default */
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* 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: #ffffff00;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.top-header-animate a,
.top-header-animate p,
.top-header-animate i,
.top-header-animate {
	color:rgb(255,255,255);
	font-weight: 600;
}
/*.header-animate {
	padding: 40px 0 0 !important;
	background: rgb(3,16,182,0);
}*/
.header-animate a {
	color:rgb(137,247,3);
	font-size: 25px;
}
.header-animate a:before {
	background:#222 !important;
}
.body-wrapper {
	position:relative;
	height:100%;
	width:100%;
	background: white;
	top: 0;
	left: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: all;
	transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.body-wrapper-animate {
	margin-left:-400px;
	-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;
}
.sidebar-flyout {
    position: fixed;
    background: linear-gradient(rgb(25, 25, 25), rgba(0, 0, 0, 0.95)), url(/img/backgrounds/adjusting-lawn-sprinkler.jpg) -30em 0 no-repeat !important;
    background-size: cover;
    z-index: 4;
    height: 100%;
    width: 400px;
    top: 0;
    right: 0;
    margin-right: -400px;
    background: #101010;
    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;
}
.sidebar-flyout ul li a .block-overlay {
	opacity:1;
	-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;
	display: none;
}
.sidebar-flyout ul li a:hover .block-overlay {
	opacity:0;
}
.sidebar-flyout h2 {
	position: relative;
	color: white;
	line-height: 32px;
	font-size: 1.5em;
}
.sidebar-flyout h3 {
	font-size:1.5em;
	margin-left: 50px;
	margin-top: 1em;
	text-transform:uppercase;
	color: #e6e6e6;
}
.sidebar-flyout h3 img {
	width:8%;
}
.sidebar-flyout ul {
	list-style:none;
	color: #ffffff;
	margin: 30px 0 0;
	padding: 0 0 30px;
	overflow-y: scroll;
	position: relative;
	height: 100vh;
}
.sidebar-flyout ul::-webkit-scrollbar {
	width: 0 !important;
}
.sidebar-flyout ul li a {
	display: block;
	padding: 10px 50px;
	position: relative;
	align-items:center;
	height:100%;
	width:inherit;
	text-decoration: none;
}
.sidebar-flyout ul li a img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sidebar-flyout-animate {
	margin-right: 0;
}
.sidebar-flyout .lnr {
	color: white;
	font-size: 1em;
}
.sidebar-flyout .services-button {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 18px;
	right: 20px;
}
.sidebar-flyout ul li a {
	color: #e6e6e6;
	font-weight: 400;
}
body {
	/*background-color: rgb(0,47,79);*/
    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;
}
body#image-upload-page {
	visibility:visible;
}
.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%;
	padding: 0 0;
	background: url(../img/header.jpg) center center no-repeat;
	background-size: cover;
	border-bottom: 5px solid rgb(60,36,17,0);
	z-index: 4;
	-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 {
	font-size:25px;
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.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(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.top-header a,
.top-header i,
.top-header p {
	color:rgb(255, 255, 255);
	font-weight: 600;
	margin: 0;
}
.top-header div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:100px;
	height: 40px;
	font-size: 1.4rem;
	width: 40px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
	text-decoration:none !important;
	color: #929292;
}
.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: rgb(137,247,3);
}
.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: 27px 0 0;
	position: fixed;
	width: 100%;
	z-index: 0;
	-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 16px;
	padding: 6px 7px;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(137,247,3);
	text-shadow: 0px 0px 6px #000;
	font-family: 'Montserrat', sans-serif;
	/* 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: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}
.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;
}



.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}

#portfolio6, #portfolio7 {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio6 li, #portfolio7 li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position:relative;
  overflow:hidden;
  margin: 0 10px 20px;
}

#portfolio6 li a, #portfolio7 li a {
  transform:scale(1,1);
  display:block;
  width:100%;
  height: 400px;
  width: 600px;
  overflow:hidden;
  -o-transition:all .30s ease;
  -moz-transition:all .30s ease;
  -webkit-transition:all .30s ease;
  transition:all .30s ease;
}

#portfolio, #portfolio2, #portfolio3, #portfolio4, #portfolio5 {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio li, #portfolio2 li, #portfolio3 li, #portfolio4 li, #portfolio5 li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position:relative;
  overflow:hidden;
  margin: 0 10px 20px;
}

#portfolio li a, #portfolio2 li a, #portfolio3 li a, #portfolio4 li a, #portfolio5 li a {
  transform:scale(1,1);
  display:block;
  width:100%;
  height: 400px;
  width: 300px;
  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, #portfolio2 li a:hover, #portfolio3 li a:hover, #portfolio4 li a:hover, #portfolio5 li a:hover, #portfolio6 li a:hover, #portfolio7 li a:hover {
	transform:scale(1.1,1.1) !important;
}
.project-upload #portfolio li:before {
	position:absolute;
	content:'Delete Image';
	/* width:100%; */
	/* height:50px; */
	display:inline-block;
	/* top:0; */
	color: #fff;
	z-index:3;
	font-size: 2em;
}
#portfolio li a img, #portfolio2 li a img, #portfolio3 li a img, #portfolio4 li a img, #portfolio5 li a img, #portfolio6 li a img, #portfolio7 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:rgb(47,208,52,0.7);
}
#portfolio li:hover .block-overlay, #portfolio2 li:hover .block-overlay, #portfolio3 li:hover .block-overlay, #portfolio4 li:hover .block-overlay, #portfolio5 li:hover .block-overlay, #portfolio6 li:hover .block-overlay, #portfolio7 li:hover .block-overlay {
	background-color:rgba(47,208,52,0);
}
#portfolio li:hover input, #portfolio2 li:hover input, #portfolio3 li:hover input, #portfolio4 li:hover input, #portfolio5 li:hover input, #portfolio6 li:hover input, #portfolio7 li:hover input {
	left: 0;
}

#portfolio .block-overlay, #portfolio2 .block-overlay, #portfolio3 .block-overlay, #portfolio4 .block-overlay, #portfolio5 .block-overlay, #portfolio6 .block-overlay, #portfolio7 .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 {
  /* start state */
  /* animate in */
  /* animate out */
}
.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: 8px 0 0px;
	background: rgb(3,16,182);
	color: rgb(122,122,122);
	font-size: 18px;
	font-weight: 400;
}
.footer-section a {
	color: rgb(255,255,255);
    font-weight: 600;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h4 {
	font-size:22px;
	font-weight: 600;
	color: rgb(122,122,122);
}
.footer-section a.social-buttons {
	font-size: 24px;
	margin-left: 10px
}
/*** Footer Section 2 ***/
.service-cities .footer-title h4 {
	text-align: center;
	font-size:32px;
	font-weight: 600;
	color: rgb(122,122,122);
}
.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:1.4rem;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:100px;
	height:33px;
	width:33px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
	text-decoration:none !important;
	color: rgb(20,20,20);
}

@media screen and (max-width:1500px){
	
.top-header div[class*='col-']:first-child a {
    font-size: 1rem;
    z-index: 1;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
}


