/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/LiberationSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/itc-novarese-bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */


.pest-expandable-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 225px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  z-index: 999; border: 1px solid #fff;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pest-expandable-button i {
	    font-size: 40px;
    padding-right: 30px; color: #FFC107;
}

.pest-expandable-button.opened {
  width: 400px;
  border-radius: 20px;
}

.ppb-main {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
}

.pest-expandable-button img {
  width: 50px;
  height: 25px;
border-radius: 0px;
  object-fit: cover;
}

.pest-expandable-button span {
  font-family: font3;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.ppb-content {
  max-height: 0;
  opacity: 0;
  padding: 0 16px;
  transition: all 0.4s ease;
  pointer-events: none;
}

.pest-expandable-button.opened .ppb-content {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 16px 16px;
  pointer-events: auto;
}

.ppb-close {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: right;
  cursor: pointer;
  margin-bottom: 10px;
}
.ppb-close:hover {
  color: #c1292e;
}

/* Default avatar */
.ppb-img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.ppb-label {
  font-family: font4;
  font-size: 15px;
  font-weight: 500; color: #fff;
  margin-top: 5px;
  white-space: nowrap;
  transition: font-size 0.3s ease;
}

/* When panel is opened */
.pest-expandable-button.opened .ppb-img {
  content: url('/img/logo-avatar.png');
  width: 100px;
  height: 50px;
  border-radius: 0;
}

.pest-expandable-button.opened .ppb-label {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  white-space: normal;
}

.pest-expandable-button.opened .ppb-close {
	    margin-top: -75px;
    margin-bottom: 125px;
}

.top-header {
	position: fixed; width: 100%; padding: 10px 0 0px 0; background: #1c1f23;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 1px solid #fff;
}

.top-header .container-fluid {
	padding: 0px;
}

.top-header img {
     position: relative;
    margin-top: -30px;
    margin-bottom: -45px;
    z-index: 1;
    background: #1c1f23;
    padding: 25px;
}

.top-header-animate {
	background: #000000;
	
	margin-top: -110px;


}

.top-header-animate img {
	    margin-top: 65px;
    margin-bottom: -160px;
    border-radius: 120px;
    max-width: 50%;

}

.top-header .upper-header {
	padding: 25px 10px 25px 10px; background: #1c1f23;     position: relative;
    margin-bottom: -50px;    
  /*border: 1px solid #fff;*/
}

.top-header-animate .upper-header {
	border-bottom-right-radius: 175px;
    border-bottom-left-radius: 175px;
}

.top-header h5 {
	text-align: center; font-family: font3; font-size: 20px; letter-spacing: 1px;    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.top-header .header-contact_info {
	    font-family: font2;
    font-size: 1rem;
    color: #000000;
    letter-spacing: 1px;
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
    width: fit-content;
    margin-left: 50px;
    background: #FFC107;
}

.top-header .header-contact_info:hover {
	border: 1px solid  #eb2c2a; background: #fff; box-shadow: 1px 1px 10px 1px #000;
}

.top-header .header-contact_info:hover a {
	color: #eb2c2a;
}

.top-header i {
	color: #000;
}

.top-header a {
	color: inherit;
}

.top-header a:hover {
	color: #000;
}

.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}

.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #1c1f23; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}


.showcase{
	
	
}
.background-video {
/*    width: 100%;
    height: 1250px;
    overflow: hidden;
    object-fit: cover;*/
}
.video-overlay {
/*      position: relative;
    padding: 100px 000px 100px 200px;
        background: linear-gradient(122deg, #212529 30%, rgba(235, 44, 42, 0.75) 15%, rgba(235, 44, 42, 0.75) 41%, rgba(255, 255, 255, 0) 40%);
    margin-top: -1210px;
    width: 100%;
    height: 1203px;*/
}



.showcase {
    position: relative;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
}

.background-video {
    width: 100%;
    height: 900px;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 100px 10px 50px 10px;
            background: linear-gradient(124.5deg, #212529 30%, #FFC107 15%, #FFEB3B 41%, rgba(255, 255, 255, 0) 40%);
        margin-top: -0;
        margin-bottom: 0;
        width: 100%;
        top:  2%;
				height:100%;
				
}



.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
	font-family: Montserrat; font-size: 45px; color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;  margin-bottom: 50px;text-shadow: 1px 1px 1px #000;
}
.video-overlay h1 span {
	font-size: 20px; font-family: Montserrat; font-weight: 500; color: #fff; text-transform: capitalize; letter-spacing: 1px;  
}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #9B3639;
}
.video-overlay h3 {
	font-family: font4;
    letter-spacing: 1px;
    font-size: 25px;
    text-transform: uppercase; text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.video-overlay h3 span {
	color: #ffc107;
}
.video-overlay h4 {
padding: 35px;
    border-radius: 10px;
    color: #FFC107;
    font-size: 20px;
    letter-spacing: 2px;
    width: fit-content;
    background: #000000;
    text-align: center;
    font-family: font3;
    font-weight: 600;
    text-transform: uppercase;
}
.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #000;  border-radius: 0px;
}
.video-overlay p {
	font-size: 18px; line-height: 35px; font-family: font2; text-shadow: 1px 1px 1px #000;
	letter-spacing: 1px; color: #fff; padding-right: 25px;   
}
.video-overlay .boxer1 {
	padding: 25px; 
}
.video-overlay .boxer2 {
	padding: 15px;
    margin-left: 35px;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.service-video1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.home1 {
	padding: 0px 140px 0px 140px;  position: relative;
     background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/black-1.png);
    background-size: cover;background-color: #231B1B !important;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
}
.home1 .pad {
	padding: 175px 50px 175px 50px;    background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff91, #ffffff91), url(/img/homepage/white-1.png);
    background-size: cover;background-color: #fff !important;
    position: relative; background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
}

.home1 .pad-image {
	    /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/security-4.jpg);*/
	    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/intro-security.jpg);
    background-size: cover; border: 2px solid #000; border-top: none;  box-shadow: -7px 7px 0px 0px #FFC107;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
}
.home1 .bawks {
	padding: 15px; border: 2px solid #d8ca00; text-align: center; background: #fff9; margin-top: 15px;
}
.home1 h2 {
	font-family: 'Montserrat'; font-size: 35px; text-align: left; font-weight: 800; color: #FFC107;
	text-shadow: 1px 1px 1px #000;
}

.home1 h4 {
	font-family: font2; font-size: 20px;
}
.home1 h4 strong {
	color: #FFC107; text-shadow: 1px 1px 1px #000; letter-spacing: 2px; font-size: 23px; text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; color: #000; line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}

.home2 {
	padding: 150px 0px 150px 0px; background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff91, #ffffff91), url(/img/homepage/white-1.png);
    background-size: cover;background-color: #fff !important;
     background-attachment: fixed;
    background-repeat: no-repeat;
 
}

.home2 .service-card1 {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/sg-1.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat;
    height: 500px; border: 1px solid #000; border-top: none;
}

.home2 .service-card1:hover {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/sg-1.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat;
    height: 500px;
		
		/*box-shadow: 1px 1px 10px 1px #000;*/
		
}

.home2 .service-card1:hover p {
	display: block;
}

.home2 .service-card1:hover i {
	display: block;
}

.home2 .service-card2 {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/sv-1.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat; border: 1px solid #000; border-top: none;
   height: 500px;
}

.home2 .service-card2:hover {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/sv-1.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat;
   height: 500px;
}

.home2 .service-card2:hover p {
	display: block;
}

.home2 .service-card2:hover i {
	display: block;
}

.home2 .service-card3 {
	background-size: cover; background-position: center center;
   /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/red-pipe.png);*/
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/staffing-2.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat; border: 1px solid #000; border-top: none;
    height: 500px;
}

.home2 .service-card3:hover {
	background-size: cover; background-position: center center;
   /*background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/red-pipe.png);*/
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/staffing-2.jpg);
    background-size: cover;
    position: relative; padding: 50px;text-align: center;
    background-repeat: no-repeat;
    height: 500px;
}

.home2 .service-card3:hover p {
	display: block;
}

.home2 .service-card3:hover i {
	display: block;
}
.home2 h3 {
    font-family: font3;
    font-size: 30px;
    text-align: center;
    padding: 25px 0px 25px 0px;
    background: #000000;
    color: #FFEB3B;
    margin-bottom: 0px;
    border: 1px solid #000;
    border-bottom: none;

}
.home2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; display: none; color: #fff;
}
.home2 i {
	font-size: 35px; color: #FFC107; margin-bottom: 10px; display: none;
}
.home3 {
	padding: 100px 0px 100px 0px; background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/black-2.png);
    background-size: cover;background-color: #000 !important;
     background-attachment: fixed; text-align: center; color: #151c24;
    background-repeat: no-repeat;
}

.home3 .estimate-box {
	padding: 75px 25px; border: 2px solid #fff;
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/white-1.png);
    background-size: cover;background-color: #fff !important;
     /*background-attachment: fixed;*/
    background-repeat: no-repeat;
}
.home3 h3 {
	font-family: font2; font-size: 25px;
}

.home3 h3 span {
	font-size: 50px;
}

.home3 h3 strong {
	font-family: Montserrat; color: #FFC107; letter-spacing: 1px; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}

.home3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px;  padding: 10px 100px 0px 100px;
}
.home3 mark {
	padding: 20px; background: #FFC107; font-family: font3; font-size: 20px; color: #000; letter-spacing: 1px; border: 1px solid #000;
}

.home4 {
	padding: 100px 0px 100px 0px; background-size: cover; background-position: center center;
  background: /*linear-gradient(122deg, rgb(39 37 37 / 89%) 30%, rgba(235, 44, 42, 0.75) 15%, rgba(235, 44, 42, 0.75) 41%, rgba(255, 255, 255, 0) 40%),*/ url(/img/homepage/security-9.jpg);
    background-size: cover;
     background-attachment: fixed; 
    background-repeat: no-repeat; 
}
.home4 .home-content {
	    padding: 50px 100px 50px 25px;
    background-position: center center;
    background: linear-gradient(to right, #ffc107c7, #ffc107c7), url(/img/homepage/black-1.png);
    background-size: cover;
    background-color: #ffffff !important;
    color: #000;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    box-shadow: -25px -25px 0px 0px #0009;
    border: 5px solid #fff;
}

.home4 .home-content p {
	color: #000;
}

.home4 .home-card {
	padding: 25px; text-align: center;background-size: cover; background-position: center center;
   background: linear-gradient(to right, #0009, #0009), url(/img/homepage/white-1.png);
    background-size: cover;background-color: #fff9 !important;
    /* background-attachment: fixed;*/ color: #000; height: /*300px*/440px; border: 2px solid #000;
    background-repeat: no-repeat; margin: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 

}
.home4 h2 {
	font-family: font2; font-size: 25px;
}
.home4 h2 span {
	font-family: font3; font-size: 40px; letter-spacing: 1px;
}

.home4 h3 {
	font-family: font3; font-size: 20px; letter-spacing: 1px;color: #ffc107;
}
.home4 p {
	font-size: 17px; font-family: 'font2'; line-height: 30px; color: #fff;
}

.home5 {
	padding: 100px 0px 100px 0px;     background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/white-1.png);
    background-size: cover;
    background-color: #0009 !important;
    color: #fff;    background-attachment: fixed;
    background-repeat: no-repeat;

}
.home5 .active-systems {
	 background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/black-1.png);
    background-size: cover; border: 5px solid #000;
    background-color: #151c24cc !important;background-attachment: fixed;
    color: #ffffff;     margin: 0px 100px 25px -100px;
    background-repeat: no-repeat;
}

.home5 .active-systems .active-image {
	 background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/rf-01.png);
    background-size: cover; height: 100%;box-shadow: 1px 1px 10px 2px #000;
}

.home5 .passive-systems {
	    background-position: center center;
    background: linear-gradient(to right, #ffffff91, #ffffff91), url(/img/homepage/white-1.png);
    background-size: cover;
    background-color: #fff9 !important;
    background-attachment: fixed;
    color: #000;
    background-repeat: no-repeat;
 margin: 0px 0px 25px 0px;
	border: 5px solid #fff;
	
	
}

.home5 .passive-systems .passive-image {
	 background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/passive-1.jpg);
    background-size: cover; height: 100%;box-shadow: 1px 1px 10px 2px #000;
}

.home5 .automatic-systems {
	    background-position: center center;
    background: linear-gradient(to right, #ffc107b8, #ffc107b8), url(/img/homepage/white-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: #FFEB3B !important;
    color: #000000;
    margin: 0px -100px 25px 100px;
    background-repeat: no-repeat;
    border: 5px solid #000000;
}

.home5 .automatic-systems .automatic-image {
	 background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/rf-02.png);
    background-size: cover; height: 100%;box-shadow: 1px 1px 10px 2px #000;
}
.home5 .padder {
	margin: 75px 75px 75px 75px;
}
.home5 h3 {
	font-family: font2; font-size: 30px; font-weight: 600;
}

.home5 h3 strong {
	font-family: font3; letter-spacing: 1px; font-size: 35px; text-decoration: underline; text-transform: uppercase;
}

.home5 h4 {
	font-family: font3; font-size: 20px; letter-spacing: 1px;
}

.home5 p {
	font-size: 17px; font-family: 'font2'; line-height: 30px; 
}

.home6 {
	background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/white-1.png);
    background-size: cover;
    background-color: #fff9 !important;
    background-attachment: fixed;
    color: #000;
    background-repeat: no-repeat;
}
.home6 .container {
	background: #fff; padding: 0px;
}

.home6 .emergency-content {
	padding: 100px 50px 100px 50px;
}
.home6 .emergency-image {
	background-position: center center;
    /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/staffing-1.jpg);*/
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/construction-clean-up.jpg);
    background-size: cover; height: 100%;
    background-repeat: no-repeat;
}


.home6 h3 {
	font-family: font2; font-size: 20px; line-height: 50px;
}
.home6 h3 span {
	font-size: 35px;
}
.home6 h3 strong {
	font-family: Montserrat; letter-spacing: 1px; font-size: 40px; color: #fccd25; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}

.home6 h4 {
	font-family: font3; font-size: 20px; line-height: 35px;
}

.home6 p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.home6 u {
	color: #fccd25; text-shadow: 1px 1px 1px #000; font-weight: 600; letter-spacing: 2px;
}

.home6 mark {
	padding: 20px; font-family: font2; font-size: 20px; background: #eb2c2a; color: #fff;
}
/**** About Section ****/

.about-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/security-10.jpg) no-repeat;
    background-size: cover; padding: 	150px;
    height: 100%; background-color: #fff; border-left: 10px solid #FFC107;  border-right: 10px solid #FFC107;
    background-position: center center;
}
.about-intro .bawks {
	text-align: center; padding: 100px; border: 5px solid #fff; color: #fff; background: #1c1f23de;
}
.about-intro h1 {
	font-family: font2; font-size: 30px;
}
.about-intro h1 span {
	font-family: Montserrat; font-size: 45px; color: #FFC107; text-shadow: 1px 1px 1px #000; text-transform: uppercase; font-weight: 600; letter-spacing: 2px;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-history {
		 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; padding: 50px 0px 50px 0px;
    height: 100%; background-color: #FFC107; color: #000;
    background-position: center center;
}
.about-history .boarder {
	border-right: 5px solid #000;
}
.about-history h2 {
	font-family: font3; font-size: 65px; text-align: center; margin-top: 25px;
}
.about-history p {
    font-family: font2;
    font-size: 17px;
    line-height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
}
.about-benefits {
	padding: 100px; background: #f9f9f9; border-left: 10px solid #FFC107;  border-right: 10px solid #FFC107;  border-bottom: 10px solid #FFC107;
}
.about-benefits .sq {
	padding: 25px; border: 2px dashed #FFC107; margin: 15px 0px 15px 0px;
	
height: /*300px*/410px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.about-benefits .sq p {
	font-size: 15px; line-height: 30px; text-align: left;
}
.about-benefits h3 {
	font-family: font3; font-size: 35px; text-align: center;
}
.about-benefits h4 {
	font-family: font3;
}
.about-benefits p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center;
}
.about-benefits i {
	font-size: 35px; color: #FFC107; text-shadow: 1px 1px 1px #000;
}
.about-benefits img {
	box-shadow: 15px -15px 0px 0px #1c1f23; border: 5px solid #000;
}

/**** Services Section ****/

.service-starter {
	padding: 200px 0px 200px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/rf-02.png) no-repeat;
    background-size: cover; 
    height: 100%;
}

.service-starter .banner {
	padding: 100px; border: 5px solid #fff; background: #fff9; height: auto;
}

.service-starter h1 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.service-starter h1 span {
	font-size: 20px;
}

.service-starter h1 strong {
	font-size: 45px; color: #FFC107;
}

.service-starter .banner p {
	font-family: font2; line-height: 35px; font-size: 17px; letter-spacing: 1px; margin: 0px;
}
.service-intro {
	background: #1c1f23; position: relative; height: 1100px; padding: 00px 0px 00px 0px;
}
.service-intro .container {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.service-intro .intro-content {
	padding: 100px 25px 100px 25px;
}
.service-intro .intro-image {
	height: 1100px;
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/patrol-2.jpg) no-repeat;*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/security-24-7.png) no-repeat;
	background-position: 80% 50%;
    background-size: cover;    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    box-shadow: -15px 15px 0px 0px #151c24;
}
.service-intro .grid1 {
	border-bottom: 1px solid #000;
}
.service-intro .grid2 {
	border-right: 3px solid #000;
}
.service-intro .grid3 {
	border-top: 1px solid #000;
}
.service-intro h2 {
	font-family: font3; font-size: 35px; letter-spacing: 1px;
}
.service-intro h2 strong {
	color: #FFC107; text-shadow: 1px 1px 1px #000;
}
.service-intro h3 {
	font-family: font3; font-size: 20px; letter-spacing: 1px; font-weight: 600; line-height: 35px; text-align: center; padding: 35px; background: #fff; margin-top: 10px;
}
.service-intro h3:hover {
    background: #000000ab;
    cursor: pointer;
    color: #fff;
}
.service-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.service-intro i {
	font-size: 50px; color: #FFC107;
}
.intro-tab-content-area {
  margin-top: 30px;
  background: #0009;
  padding: 20px;
	color: #fff;
  border: 2px solid #FFC107;
  display: none;
  transition: all 0.3s ease;
}

.intro-tab-content {
  display: none;
  font-size: 16px;
  line-height: 1.8;
}

.intro-tab-content.active {
  display: block;
}

.fire-protection-services {
	padding: 200px 150px;     background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
    background-position: center center;
    height: 100%;
}

.fire-protection-services .fire-protection-legend {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/white-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #FFC107 !important; height: 360px;
    background-position: center center; margin: 25px 0px 25px 0px;
    padding: 100px 15px 100px 15px; border: 3px solid #fff;
		
		
	display: flex;
	flex-direction: column;
	justify-content: center; 

}
.fire-protection-services .fire-protection-legend:hover {
 border: 3px solid #FFC107; background: #fff !important; box-shadow: 1px 1px 10px 1px #000; padding: 35px;
 
 
	display: flex;
	flex-direction: column;
	justify-content: center; 

 
}
.fire-protection-services .fire-protection-legend:hover h3 {
		color: #FFC107; font-weight: 600; font-size: 20px;
}
.fire-protection-services .fire-protection-legend:hover p {
	display: block;
}

.fire-protection-services .fire-protection-legend2 {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/white-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #FFC107 !important; height: 360px;
    background-position: center center; margin: 25px 0px 25px 0px;
    padding: 100px 15px 100px 15px; border: 3px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center; 

}

.fire-protection-services .fire-protection-legend2:hover {
 border: 3px solid #FFC107; background: #fff !important; box-shadow: 1px 1px 10px 1px #000; padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center; 

}
.fire-protection-services .fire-protection-legend2:hover h3 {
		color: #FFC107; font-weight: 600; font-size: 20px;
}
.fire-protection-services .fire-protection-legend2:hover p {
	display: block;
}

.fire-protection-services .fire-protection-image img {
	max-width: 150%; margin-left: -200px; margin-top: -50px;
}

.fire-protection-services h2 {
	font-family: font3; font-size: 40px; line-height: 75px;
}

.fire-protection-services h3 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; text-align: center; color: #000;
}
.fire-protection-services  p {
	font-family: font2; font-size: 16px; line-height: 30px; letter-spacing: 1px;  text-align: center; display: none;
}

.active-services {
	background: #151c24;
}

.active-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.active-services h2 strong {
	color: #FFC107; text-shadow: 1px 1px 1px #000;
}
.active-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; line-height: 50px;
}
.active-services  p {
	font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.active-services .container-fluid {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.active-services .container {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important; background-attachment: fixed;
    background-position: center center;
    height: 100%; padding: 0px;
		        max-width: 1620px;
}
.active-services .active-content {
	padding: 200px 25px 200px 25px;
}

.active-services .active-image {
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/service-11.png) no-repeat;*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/surveillance-cameras.jpg) no-repeat;
	background-position: 50% 50%;
	
	border-top: 5px solid #000;
    background-size: cover; height: 100%; border-bottom: 5px solid #000; border-left: 5px solid #000; box-shadow: -15px 15px 0px 0px #FFC107;
}
.passive-services {
	background: #151c24;
}
.passive-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.passive-services h2 strong {
	color: #FFC107; text-shadow: 1px 1px 1px #000;
}

.passive-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; line-height: 50px;
}
.passive-services  p {
	font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.passive-services .container-fluid {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.passive-services .container {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center; background-attachment: fixed;
    height: 100%; padding: 0px;
}
.passive-services .passive-content {
	padding: 200px 25px 200px 25px;
}
.passive-services .passive-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/fire-wall-1.jpg) no-repeat;border-bottom: 5px solid #000;
    background-size: cover; height: 100%; border-top: 5px solid #000; border-right: 5px solid #000; box-shadow: 15px -15px 0px 0px #eb2c2a;
}

.automatic-services {
	background: #151c24;
}

.automatic-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.automatic-services h2 strong {
	color: #eb2c2a; text-shadow: 1px 1px 1px #000;
}
.automatic-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; line-height: 50px;
}
.automatic-services  p {
	font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.automatic-services .container-fluid {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.automatic-services .container {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important; background-attachment: fixed;
    background-position: center center;
    height: 100%; padding: 0px;
}
.automatic-services .automatic-content {
	padding: 200px 25px 200px 25px;
}
.automatic-services .automatic-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/service-10.png) no-repeat;border-top: 5px solid #000;
    background-size: cover; height: 100%; border-bottom: 5px solid #000; border-left: 5px solid #000; box-shadow: -15px -15px 0px 0px #eb2c2a;
}


.corrosion-services {
	background: #151c24;
}
.corrosion-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.corrosion-services h2 strong {
	color: #eb2c2a; text-shadow: 1px 1px 1px #000;
}

.corrosion-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; line-height: 50px;
}
.corrosion-services  p {
	font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.corrosion-services .container-fluid {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.corrosion-services .container {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center; background-attachment: fixed;
    height: 100%; padding: 0px;
}
.corrosion-services .corrosion-content {
	padding: 200px 25px 200px 25px;
}
.corrosion-services .corrosion-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/corrosion-1.jpg) no-repeat;border-bottom: 5px solid #000; 
    background-size: cover; height: 100%; border-top: 5px solid #000; border-right: 5px solid #000; box-shadow: 15px -15px 0px 0px #eb2c2a;
}


/* Apply sheen effect to service-intro, window-services, siding-services */

.service-intro .intro-image,
.active-services .active-image,
.automatic-services .automatic-image,
.corrosion-services .corrosion-image,
.passive-services .passive-image {
  position: relative;
  overflow: hidden;
}

/* Sheen overlay */
.service-intro .intro-image::before,
.active-services .active-image::before,
.automatic-services .automatic-image::before,
.corrosion-services .corrosion-image::before,
.passive-services .passive-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

/* Animate on hover */
.service-intro .intro-image:hover::before,
.active-services .active-image:hover::before,
.automatic-services .automatic-image:hover::before,
.corrosion-services .corrosion-image:hover::before,
.passive-services .passive-image:hover::before {
  opacity: 1;
  animation: sheen-delayed 4s ease-in-out infinite alternate;
}

/* Already present in your CSS */
@keyframes sheen-delayed {
  0% {
    left: -75%;
  }
  40% {
    left: 125%;
  }
  60% {
    left: 125%;
  }
  100% {
    left: -75%;
  }
}

.service-projects {
	background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
    height: 100%; padding: 100px;
}

.service-projects h1 {
	font-family: font3; font-size: 40px; 
}
.service-projects h2 {
	font-family: font3; font-size: 2rem; text-align:center;

}
.service-projects h1 span {
	color: #FFC107; font-size: 50px;text-shadow: 1px 1px 1px #000;
}

.service-projects h3 {
	font-family: font3; font-size: 40px; 
}

.service-projects h3 span {
	color: #FFC107;text-shadow: 1px 1px 1px #000;
}

.service-projects h4 {
	font-family: font3; font-size: 20px; line-height: 50px;
}

.service-projects h4 span {
	color: #FFC107;
}



.service-projects p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.service-projects .project-image img {
max-width: 75%;
}
.service-projects .project-content {
	padding: 50px 25px; background: #fff; border: 3px dotted #000; 
}

.banner {
	padding: 200px 100px 250px 100px; background: linear-gradient(to left, #151c24b8, #151c24b8), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #1c1f23 !important; color: #fff; height: 1000px;
    background-position: center center; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
  
}

.banner .banner-card {
	/*padding: 25px;*/ border: 2px solid #fff; border-radius: 5px;    background: #151c2470; padding-bottom: 35px;
	
	transition:0.5s;
}

.banner .banner-card:hover {
	background: #FFC107; box-shadow: 1px 1px 10px 1px #fff; transition: 1s;
}

.banner .banner-card:hover i {
	color: #FFC107;  transition: 1s;
}

.banner .banner-card:hover h3 {
	color: #000;
}

.banner .banner-card:hover p {
	color: #000;
}

.banner .banner-card:hover i {
	background: #000;
}

.banner .banner-card:hover li {
	color: #000; display: block; 
}

.banner h2 {
	font-family: font3; font-size: 40px; text-align: center; margin-bottom: 75px; letter-spacing: 2px;
}
.banner h2 span {
	color: #FFC107; text-shadow: 1px 1px 1px #000; font-size: 45px;
}
.banner h3 {
	font-family: font3; font-size: 20px; margin-top: 25px; margin-left: 25px;
}

.banner p {
	font-family: font2; font-size: 17px; line-height: 35px;margin-left: 25px;
}

.banner i {
	    height: 65px;
    width: 65px;
    background: #151c24;
    font-size: 45px; border-right:2px double #fff;
		 border-bottom: 1px double #fff;
    color: #fff; 
    padding: 7px;
    border-bottom-right-radius: 15px;
}

.banner li {
	font-family: font2; font-size: 14px; line-height: 30px; display: none;
}


.installation-replacement-services {
	padding: 100px 0px 100px 0px; background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;!important; color: #151c24;
    background-position: center center; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
    height: 100%; 
}

.installation-replacement-services .service-box {
	text-align: center; padding: 100px 25px; background: #fff; border: 2px dashed #151c24; margin-bottom: 100px; 
}

.installation-replacement-services .margy {
	margin-top: 150px;
}

.installation-replacement-services .lefty img {
	margin-left: -200px;
}

.installation-replacement-services .righty img {
	margin-right: -200px;
}

.installation-replacement-services .system1 {
	padding: 50px 25px 50px 25px; text-align: center; background: #eb2c2a; margin: 15px 0px 15px 0px;color: #fff;
}

.installation-replacement-services .system1:hover {
	background: #151c24;
}

.installation-replacement-services h2 {
	font-family: font3; font-size: 40px; letter-spacing: 1px;
}

.installation-replacement-services h2 span {
	color: #eb2c2a; font-size: 45px; text-shadow: 1px 1px 1px #000;
}

.installation-replacement-services h3 {
	font-family: font3; font-size: 25px; letter-spacing: 1px;
}

.installation-replacement-services  p {
	font-family: font2; font-size: 17px; line-height: 35px;margin-left: 25px;
	
	}
	
	
	/* Modal Overlay */
.install-modal-backdrop {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.install-modal-content {
  background: #fff;
  display: flex;
  max-width: 900px;
  padding: 40px;
  border-radius: 10px;
  gap: 40px;
  color: #111;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  flex-wrap: wrap;
}

.install-modal-left {
  flex: 1 1 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb2c2a;
}

.install-modal-left i {
	font-size: 100px;
}

.install-modal-right {
  flex: 2 1 300px;
}

.install-modal-right h2 {
  font-size: 35px;
  margin-bottom: 5px; font-family: font3; letter-spacing: 1px;
}
.install-modal-right h2 span {
	font-size: 19px; color: #eb2c2a;
}

.install-modal-right h4 {
  font-size: 15px; letter-spacing: 1px;
  font-weight: 500; font-family: font2; font-style: italic;
  margin-bottom: 15px; margin-top: 15px;
}

.install-modal-right p {
	font-family: font2; font-size: 18px; line-height: 35px;
}

.install-modal-right ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px; font-family: font2;
}

.install-modal-close {
  background-color: #eb2c2a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.install-modal-close:hover {
  background-color: #151c24;
}

.emergency-services {
	padding: 100px 0px 100px 0px; background: linear-gradient(to left, #ffc107ad, #ffc107ad), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #FFC107 !important; color: #151c24;
    background-position: center center; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
    height: 100%; 
}

.emergency-services .emergency-service-content {
	padding: 100px 50px;
}

.emergency-services .emergency-box {
 border: 5px solid #151c24; background: #fff;
}

.emergency-services .emergency-service-image {
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/emergency-service-1.png) no-repeat;*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/staffing-3.jpg) no-repeat;
    background-size: cover; height: 100%; border-left: 5px solid #151c24;
}

.emergency-services .emergency-cta {
	border: 1px solid #FFC107; height: 50px; width: fit-content; padding-right: 10px; position: relative;   margin-top: 50px;
}
.emergency-services .emergency-cta  a{
 font-size: 25px; font-family: font3; letter-spacing: 1px; margin-bottom: 0px; text-align: center;  ; position: relative; color: #FFC107; text-shadow: 1px 1px 1px #000; color:black; padding:10px;
}
.emergency-services .emergency-cta:hover {
	background: #FFC107;
}

.emergency-services .emergency-cta:hover h4 {
 color: #fff;
}

.emergency-services .emergency-cta:hover i {
	background: #fff; color: #FFC107;
}

.emergency-services h2 {
	font-family: font2; font-size: 20px; letter-spacing: 1px;
}

.emergency-services h2 span {
	font-size: 45px; font-family: font3; letter-spacing: 1px;
}

.emergency-services h2 strong {
	font-size: 50px; color: #FFC107; text-shadow: 1px 1px 1px #000;
}

.emergency-services h4 {
 font-size: 25px; font-family: font3; letter-spacing: 1px; margin-bottom: 0px; text-align: center; margin-top: -14px; position: relative; color: #FFC107; text-shadow: 1px 1px 1px #000;
}

.emergency-services p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.emergency-services i {
    font-size: 30px;
    height: 75px;
    width: 75px;
    padding: 20px 15px 15px 15px;
    border: 1px solid #FFC107;
    background: #FFC107;
    position: relative;
    margin-left: -10px;
    margin-right: 25px; color: #fff;
}


/*FAQS*/

.rf-faq-wrap { background:#1c1f23; color:#fff; padding:48px 16px; }
  .rf-faq-container { max-width:1100px; margin:0 auto; }
  .rf-faq-title { font-size:2rem; line-height:1.2; margin:0 0 24px; text-align:center; }
  .rf-accordion { border-top:1px solid rgba(255,255,255,0.12); }
  .rf-acc-item { border-bottom:1px solid rgba(255,255,255,0.12); }
  .rf-acc-heading { margin:0; }
  .rf-acc-btn {
    width:100%; text-align:left; background:transparent; color:#fff; border:0; padding:20px 12px;
    font-size:1.05rem; line-height:1.4; cursor:pointer; position:relative;
  }
  .rf-acc-btn::after {
    content:"+"; position:absolute; right:12px; top:50%; transform:translateY(-50%);
    font-weight:700; transition:transform 200ms ease;
  }
  .rf-acc-btn[aria-expanded="true"]::after { content:"–"; transform:translateY(-50%) rotate(180deg); }
  .rf-acc-panel { padding:0 12px 18px; }
  .rf-acc-panel[hidden] { display:none; }
  .rf-acc-panel p { margin:0 0 10px; color:#e7e9f3; }
  .rf-acc-bullets { margin:0; padding:0 0 0 18px; }
  .rf-acc-bullets li { margin:6px 0; }
  .rf-acc-panel a { color:#FFC107; text-decoration:underline; text-underline-offset:2px; }
  .rf-acc-panel a:hover { text-decoration:none; }
  @media (prefers-reduced-motion:no-preference) {
    .rf-acc-panel { transition:opacity 200ms ease; }
    .rf-acc-item.rf-open .rf-acc-panel { opacity:1; }
    .rf-acc-item .rf-acc-panel { opacity:0.98; }
  }
	/*FAQS*/
/**** Gallery Section ****/
.gallery-page {
	padding: 125px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}

.area:nth-child(odd) iframe {
	margin-right: 100px; margin-left: -100px;
}

.area:nth-child(even) iframe {
	margin-right: -100px; margin-left: 100px;
}

.area h2 {
	font-size: 45px; font-family: font3; font-weight: 800; color: rgb(196,41,56); letter-spacing: 2px; margin-bottom: 25px;
}

.area h3 {
	font-family: font3; font-size: 20px; letter-spacing: 1px;
}
.area h4 {
	font-size: 17px; font-family: font2; color: rgb(75,75,75); line-height: 35px;
}

.area h4 strong {
	font-size: 25px; font-family: font3; letter-spacing: 1px; color: #151c24;
}

.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12); font-family: font2; line-height: 35px; padding: 25px 0px 25px 0px; 
}
.area iframe {
	width: 100%; height: 50%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0); margin-top: 150px;
}

.area .location-box {
	padding: 15px; border: 2px dotted #eb2c2a; margin: 15px 0px 15px 0px; background: #fff;
}
.area .location-box p {
	font-size: 15px; line-height: 25px; padding: 0px;
}
/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/

.contact-intro {
		background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/rf-01.png) no-repeat;
    background-size: cover; height: 100%; background-attachment: fixed; padding: 150px 0px 150px 0px;border-left: 25px solid #151c24; border-right: 25px solid #151c24;
}

.contact-intro .contact-box {
	padding: 75px; background: #FFC107; color: #000;
}

.contact-intro .contact-card {
	padding: 25px; background: #ffffffe3; margin-top: 50px; border: 2px dashed #151c24;
}

.contact-intro  h1 {
	font-family: font2; font-size: 30px;
}

.contact-intro  h1 span {
	font-family: Montserrat; font-size: 50px; letter-spacing: 2px;  text-transform: uppercase; font-weight: 700;
}

.contact-intro  h3  {
	font-family: font3; font-size: 25px; letter-spacing: 1px; color: #FFC107;text-shadow: 1px 1px 1px #000;
}

.contact-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.contact-intro i {
	font-size: 50px; color: #151c24; margin-bottom: 25px;
}
.contact-section {
	padding: 0;background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;!important; color: #151c24;
    background-position: center center; border-left: 25px solid #151c24; border-right: 25px solid #151c24;
    height: 100%; 
}
.contact-section .container-fluid {
	padding: 0px;
}

.contact-section  .contact-legend {
	padding: 100px 15px;
}

.contact-section .contact-service {
	padding: 25px; text-align: center; font-family: font3; background: #fff; margin: 10px 0px 10px 0px; border: 2px dotted #151c24;color: #000;
}

.contact-section h2 {
font-family: font3; font-size: 35px; letter-spacing: 1px;
}

.contact-section h2 span {
	color: #FFC107; text-shadow: 1px 1px 1px #000;
}

.contact-section h3 {
font-family: font2; font-size: 17px; line-height: 45px;	color: #151c24;
}

.contact-section h3 strong {
	font-family: font3; letter-spacing: 1px; font-size: 20px;color: #FFC107; text-shadow: 1px 1px 1px #000; letter-spacing: 2px;
}
.contact-section h4 {
	font-size: 20px;
}

.contact-section p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */


.custom-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
  background: white;
  margin: 10% auto;
  padding: 30px; color: #000;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
}

.custom-modal-content h4 {
	font-family: font3; font-size: 30px; color: #eb2c2a; text-shadow: 1px 1px 1px #000;
}

.modal-columns li::before {
  content: "♨";
  margin-right: 8px;
  color: #c00; /* Optional: change color */
 
}


.custom-modal-content li {
	font-family: font2; font-size: 20px; letter-spacing: 1px; line-height: 45px;
}

.custom-modal-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.modal-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding-left: 0;
}

@keyframes pulse-subtle {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(0,0,0,0);
  }
  50% {
    transform: scale(1.03);
    text-shadow: 0 0 6px rgba(204, 0, 0, 0.3);
  }
}

.modal-pulse {
  animation: pulse-subtle 2.2s ease-in-out infinite;
  transition: transform 0.3s ease;
  will-change: transform, text-shadow;
}


.modal-pulse:hover {
  transform: scale(1.12);
  color: #900; /* optional darker hover */
  text-decoration: none;
}



.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #1c1f23; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}

.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section p strong {
	letter-spacing: 1px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .h-card {
	padding: 75px 0px 0px 0px; text-align: center;
}
.footer-section iframe {
	margin-left: 100px; margin-top: 50px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
font-family: font2; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
}
.service-cities h4 {
font-family: font3;
}
.service-cities h3 {
font-family: font3; font-size: 35px;
}
.bottom-footer {
	background: #000; padding: 25px 0px 15px 0px;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #1c1f23; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.banner {
    padding: 200px 10px 250px 10px;
    background: linear-gradient(to left, #151c24b8, #151c24b8), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1c1f23 !important;
    color: #fff;
    height: 1000px;
    background-position: center center;
    border-left: 25px solid #151c24;
    border-right: 25px solid #151c24;
		height: auto;
}
	
	
	
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1190px) {
.area h3 {
    font-family: font3;
    font-size: 1rem;
    letter-spacing: 1px;
}

.area:nth-child(even) {
    padding: 110px 0 75px 0;
    background: rgb(245,245,245);
}
.area:nth-child(odd) {
    padding: 110px 0 75px 0;
    background: rgb(255,255,255);
}
.area .location-box {
    padding: 15px;
    border: 2px dotted #eb2c2a;
    margin: 15px 0px 15px 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {


.pest-expandable-button {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 225px;
    background-color: #151c24;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    z-index: 999;
    border: 1px solid #fff;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pest-expandable-button.opened {
    width: auto;
    border-radius: 20px;
}
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
	        align-items: center;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
	        align-items: center;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); 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 {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 1; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	
	
    font-family: font3;
    color: black;;
}
.nav-link{
    font-family: font3;
    color: black;;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}
.top-header img {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    background: #151c24;
    padding: 0;
    max-width: 90px;
}
.top-header .header-contact_info {
    font-family: font2;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    padding: 0;
    border: 1px solid #fff;
    text-align: center;
    width: auto;
    margin-left: 0;
    background: none;
}


.showcase {
    position: relative;
    height: 125vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
}

.background-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    padding: 100px 10px 50px 10px;
    background: linear-gradient(124.5deg, #21252994 30%, #ffc10733 15%, #ffeb3b5e 41% 41%, rgba(255, 255, 255, 0) 40%);
    margin-top: -0;
    margin-bottom: 0;
    width: 100%;
    top: 0%;
    height: 100%;
}
.video-overlay p {
    font-size: 18px;
    line-height: 35px;
    font-family: font2;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    color: #fff;
    padding-right: 25px;
    display: none;
}
 .video-overlay .boxer2 {
    padding: 15px;
    margin-left: 10px;
}
.video-overlay h3 {
    font-family: font4;
    letter-spacing: 1px;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.video-overlay h4 {
    padding: 35px;
    border-radius: 10px;
    color: #FFC107;
    font-size: 20px;
    letter-spacing: 2px;
    width: fit-content;
    background: #000000;
    text-align: center;
    font-family: font3;
    font-weight: 600;
    text-transform: uppercase;
		transition:0.3s;
}
.video-overlay h4:hover {
    box-shadow: 0px 0px 0px 5px #000;
    border-radius: 0px;
}
.home1 {
    padding: 0px 10px 0px 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/black-1.png);
    background-size: cover;
    background-color: #231B1B !important;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
}
 .home1 .pad {
    text-align: center;
    padding: 55px 10px 55px 10px;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(to right, #ffffff91, #ffffff91), url(/img/homepage/white-1.png);
    background-size: cover;
    background-color: #fff !important;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
}
.home1 h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    color: #FFC107;
    text-shadow: 1px 1px 1px #000;
}
.home2 {
	padding: 150px 0px 150px 0px; background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff91, #ffffff91), url(/img/homepage/white-1.png);
    background-size: cover;background-color: #fff !important;
     background-attachment: fixed;
    background-repeat: no-repeat;
 
}

.home2 .service-card1 {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/system-design-1.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat;
    height: 300px; border: 1px solid #000; border-top: none;
}

.home2 .service-card1:hover {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/system-design-1.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat;
    height: auto;
		
		/*box-shadow: 1px 1px 10px 1px #000;*/
		
}

.home2 .service-card1:hover p {
	display: block;
}

.home2 .service-card1:hover i {
	display: block;
}

.home2 .service-card2 {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/fabrication-1.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat; border: 1px solid #000; border-top: none;
   height: 300px;
}

.home2 .service-card2:hover {
	background-size: cover; background-position: center center;
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/fabrication-1.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat;
   height: auto;
}

.home2 .service-card2:hover p {
	display: block;
}

.home2 .service-card2:hover i {
	display: block;
}

.home2 .service-card3 {
	background-size: cover; background-position: center center;
   /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/red-pipe.png);*/
   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/installation-inspection-001.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat; border: 1px solid #000; border-top: none;
    height: 300px;
}

.home2 .service-card3:hover {
	background-size: cover; background-position: center center;
   /*background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/red-pipe.png);*/
   background: linear-gradient(to right, #151c24c7, #151c24c7), url(/img/homepage/installation-inspection-001.jpg);
    background-size: cover;
    position: relative; padding: 50px 5px;text-align: center;
    background-repeat: no-repeat;
    height: auto;
}

.home2 .service-card3:hover p {
	display: block;
}

.home2 .service-card3:hover i {
	display: block;
}
 
.home2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; display: none; color: #fff;
}
.home2 i {
	font-size: 35px; color: #eb2c2a; margin-bottom: 10px; display: none;
}
 .home3 p {
    font-size: 17px;
    font-family: 'font2';
    line-height: 35px;
    padding: 10px 10px 0px 10px;
}
.home3 h3 span {
    font-size: 2rem;
}

.home4 .home-content {
    text-align: center;
    padding: 50px 10px 50px 11px;
    background-position: center center;
    background: linear-gradient(to right, #ffc107c7, #ffc107c7), url(/img/homepage/black-1.png);
    background-size: cover;
    background-color: #ffffff !important;
    color: #000;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    box-shadow: -15px -15px 0px 0px #0009;
    border: 5px solid #fff;
}
 .home5 .active-systems {
    background-position: center center;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/black-1.png);
    background-size: cover;
    border: 5px solid #000;
    background-color: #151c24cc !important;
    background-attachment: fixed;
    color: #ffffff;
    margin: 0px 4px 25px 4px;
    background-repeat: no-repeat;
		        padding: 10px;
		
}
 .home5 .padder {
    margin: 75px 5px 75px 5px;
}
.home5 h3 strong {
    font-family: font3;
    letter-spacing: 1px;
    font-size: 1.2rem;
    text-decoration: underline;
    text-transform: uppercase;
}
.home5 .automatic-systems {
    background-position: center center;
    background: linear-gradient(to right, #ffc107b8, #ffc107b8), url(/img/homepage/white-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: #FFEB3B !important;
    color: #000000;
    margin: 0px -10px 25px 10px;
    background-repeat: no-repeat;
    border: 5px solid #000000;
		        padding: 10px;
}
 .home6 .emergency-content {
    padding: 100px 11px 100px 11px;
    text-align: center;
}
/**** About Section ****/
 .about-intro {
    background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/security-10.jpg) no-repeat;
    background-size: cover;
    padding:  50px 10px;;
    height: 100%;
    background-color: #fff;
    border-left: 10px solid #FFC107;
    border-right: 10px solid #FFC107;
    background-position: center center;
}
.about-intro .bawks {
    text-align: center;
    padding: 40px 10px;
    border: 5px solid #fff;
    color: #fff;
    background: #1c1f23de;
}
.about-history p {
    font-family: font2;
    font-size: 17px;
    line-height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
		text-align: center;
}
.about-benefits {
    padding: 40px 10px;
    background: #f9f9f9;
    border-left: 10px solid #FFC107;
    border-right: 10px solid #FFC107;
    border-bottom: 10px solid #FFC107;
}
.about-benefits .sq {
    padding: 25px;
    border: 2px dashed #FFC107;
    margin: 15px 0px 15px 0px;
    height: /*300px*/410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.about-benefits .sq p {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
.about-benefits img {
    box-shadow: 5px -5px 0px 0px #1c1f23;
    border: 5px solid #000;
}
/**** Services Section ****/
 .service-starter {
    padding: 100px 0px 100px 0px;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/rf-02.png) no-repeat;
    background-size: cover;
    height: 100%;
}
.service-starter .banner {
    padding: 40px 10px;
    border: 5px solid #fff;
    background: #fff9;
    height: auto;
    text-align: center;
}
.service-starter h1 {
    font-family: font4;
    font-size: 2rem;
    letter-spacing: 1px;
}
.service-intro {
    background: #1c1f23;
    position: relative;
    height: auto;
    padding: 00px 0px 00px 0px;
}
.service-intro .intro-image {
    height: 444px;
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/patrol-2.jpg) no-repeat; */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/security-24-7.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    box-shadow: -15px 15px 0px 0px #151c24;
}
.service-intro .intro-content {
    padding: 100px 25px 100px 25px;
    text-align: center;
}
.service-intro .grid2 {
    border-right: 0px solid #000;
}

.fire-protection-services h2 {
    font-family: font3;
    font-size: 2rem;
    line-height: 45px;
}
.fire-protection-services {
    padding: 100px 14px;
    background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff !important;
    border-left: 5px solid #151c24;
    border-right: 5px solid #151c24;
    background-position: center center;
    height: 100%;
}
.fire-protection-services .fire-protection-legend {
    background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/white-1.png);
    background-size: 100%;
    background-attachment: fixed;
    background-color: #FFC107 !important;
    height: 550px;
    background-position: center center;
    margin: 25px 0px 25px 0px;
    padding: 100px 15px 100px 15px;
    border: 3px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fire-protection-services .fire-protection-legend:hover {
    border: 3px solid #FFC107;
    background: #fff !important;
    box-shadow: 1px 1px 10px 1px #000;
    padding: 35px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.fire-protection-services .fire-protection-legend2 {
    background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/white-1.png);
    background-size: 100%;
    background-attachment: fixed;
    background-color: #FFC107 !important;
    height: 550px;
    background-position: center center;
    margin: 25px 0px 25px 0px;
    padding: 100px 15px 100px 15px;
    border: 3px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.active-services .active-content {
    padding: 100px 25px 100px 25px;
    text-align: center;
}
.active-services h3 {
    font-family: font4;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 30px;
}


.service-projects {
    background: linear-gradient(to left, #ffffff69, #ffffff69), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center;
    border-left: 5px solid #151c24;
    border-right: 5px solid #151c24;
    height: 100%;
    padding: 100px 10px;
    text-align: center;
}
.banner {
    padding: 120px 10px 120px 10px;
    background: linear-gradient(to left, #151c24b8, #151c24b8), url(/img/homepage/white-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1c1f23 !important;
    color: #fff;
    height: auto;
    background-position: center center;
    border-left: 25px solid #151c24;
    border-right: 25px solid #151c24;
}
.banner p {
    font-family: font2;
    font-size: 17px;
    line-height: 35px;
    margin-left: 5px;
}

.emergency-services .emergency-service-content {
    padding: 100px 10px;
		text-align: center;
}
.emergency-services h2 span {
    font-size: 2rem;
    font-family: font3;
    letter-spacing: 1px;
}
.emergency-services h2 strong {
    font-size: 2.2rem;
    color: #FFC107;
    text-shadow: 1px 1px 1px #000;
}

.emergency-services .emergency-cta {
    border: 1px solid #FFC107;
    height: auto;
    width: auto;
    padding-right: 10px;
    position: relative;
    left: 0;
    margin-top: 50px;
}
.emergency-services .emergency-cta  a {
    font-size: 1rem;
    font-family: font3;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    color: #FFC107;
    text-shadow: 1px 1px 1px #000;
    color: black;
    padding: 10px;
}

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255); text-align:center;
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);text-align:center;
}

.area:nth-child(odd) iframe {
	margin-right: 0; margin-left: -0;
}

.area:nth-child(even) iframe {
	margin-right: -0; margin-left: 0;
}

.area h2 {
	font-size: 45px; font-family: font3; font-weight: 800; color: rgb(196,41,56); letter-spacing: 2px; margin-bottom: 25px;
}

.area h3 {
	font-family: font3; font-size: 20px; letter-spacing: 1px;
}
.area h4 {
	font-size: 17px; font-family: font2; color: rgb(75,75,75); line-height: 35px;
}

.area h4 strong {
	font-size: 25px; font-family: font3; letter-spacing: 1px; color: #151c24;
}

.area p {
	font-size: 17px; text-align: center; color: rgb(12,12,12); font-family: font2; line-height: 35px; padding: 25px 0px 25px 0px; 
}
.area iframe {
	width: 100%; height: 430px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0); margin-top: 35px;;
}

.area .location-box {
	padding: 15px; border: 2px dotted #eb2c2a; margin: 15px 0px 15px 0px; background: #fff;
}
.area .location-box p {
	font-size: 15px; line-height: 25px; padding: 0px;
}
/**** Contact Section ****/

.contact-intro .contact-box {
    padding: 30px 10px;
    background: #FFC107;
    color: #000;
}
.contact-section  .contact-legend {
    padding: 100px 15px;
    text-align: center;
}
/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
 .footer-section iframe {
    margin-left:  0px;
    margin-top: 50px;
}
}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 425px) {

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.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;
}
 

/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/



/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}