/* ========================================== */
/* === 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/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Qargeo-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/Qargeo-Regular.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 ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; padding: 10px 0 10px 0; background: rgb(255,255,255);	z-index: 4; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;    border-bottom: 2px solid #000;
}
.top-header  img {
    position: relative;
    margin-bottom: -75px;
    padding: 10px 15px 15px 10px;
    max-width: 50%;
    background: #ffff;
    border-bottom-left-radius: 100%;
	 border-bottom-right-radius: 100%;
	box-shadow: 0px 5px 0px 0px #000;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.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;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #d3d3d3; width: 100%; z-index: 3;	-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: 500; font-size: 18px; color: #420f0f; font-family: 'font4'; letter-spacing: 1px;
}
.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);
}
.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;
}

.motion1 {
	background: rgb(255,255,255);
	
}
.motion1 h3 {
	    font-size: 20px;
    font-family: font4;
    letter-spacing: 1px;
}
.motion1 .siza {
	max-width: 60%; margin-left: -100px;
}
.motion1 .slippa {
    margin-top: -175px;
    left: 75%;
    position: relative;
    
}
.motion1 .slippa2 {
    margin-top: -150px;
    left: 50%;
    position: relative;
    
}
.motion1 .slippa3 {
      margin-top: -145px;
    left: 75%;
    position: relative;
    
}
.motion1 .container-fluid {
	padding: 0px;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: #000;
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
    overflow-x: hidden;
}

.home1 {
	padding: 0; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/roofing-7.jpg);
    background-size: cover;color: #fff;
    background-position:  right;
    height: 850px;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pad {
	    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/red-outline-3.gif);
    background-size: cover;padding: 100px 0px 300px 0px;
    background-position: right; 
        height: 100%;
}
.home1 h2 {
	font-family: 'font4'; font-size: 45px; text-align: left; letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home1 h2 span {
	font-size: 20px;
}
.home1 h1 {
	font-family: 'font4'; font-size: 45px; text-align: left; letter-spacing: 1px;
}
.home1 h1 span {
	font-size: 20px;
}
.home2 {
	    padding: 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/window-2.jpg);
    background-size: cover;
    color: #fff;
    background-position: left;
    height: 850px;
    background-repeat: no-repeat;
}
.home2 .container-fluid {
	padding: 0px;
}
.home2 .pad {
	    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/blue-outline-2.gif);
    background-size: cover;padding: 100px 0px 300px 0px;
    background-position: right; 
       height: 100%;
}

.home2 h2 {
	font-family: 'font4'; font-size: 45px; text-align: left; letter-spacing: 1px;
}

.home2 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home2 h2 span {
	font-size: 20px;
}

.home3 {
padding: 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/siding-1.jpg);
    background-size: cover;
    color: #000;
    background-position: right;
    height: 850px;
    background-repeat: no-repeat;
}
.home3 .container-fluid {
	padding: 0px;
}
.home3 .pad {
	 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/white-outline-3.gif);
    background-size: cover;padding: 100px 0px 300px 0px;
    background-position: right; 
       height: 100%;
}
.home3 h2 {
	font-family: 'font4'; font-size: 45px; text-align: left; letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home3 h2 span {
	font-size: 20px;
}

.home-split {
position: relative;
    text-align: center;
  
}
.home-split .contact-box {
	padding: 50px; position: relative; background: #8a8989; margin-top: -100px;
}
.home-points {
	padding: 150px 0px 150px 0px; background: #fff; text-align: center;
}
.home-points .cawd {
	padding: 100px 25px; background: linear-gradient(to left, #92191e8c, #92191e8c), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; border-radius: 10px;
    background-color: #92191e !important;
    background-position: center center;
    color: #fff;    box-shadow: -10px -10px 0px 0px #232323;
    border: 5px double #000000; height: 100%;
}
.home-points h3 {
	font-family: font4; font-size: 25px;
}
.home-points p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home-points i {
	    font-size: 65px;
    margin-bottom: 25px;
    color: #000000;
}
.home-choose {
	background: #f9f9f9;
	
}
.home-choose .container-fluid {
	padding: 0px;
}
.home-choose .choose-content {
	padding: 100px 50px 100px 50px;
}

.home-choose h2 {
	font-family: font4; font-size: 25px; letter-spacing: 2px;
}
.home-choose h2 span {
	font-size: 45px;
}
.home-choose h3 {
	font-family: font4; font-size: 20px; letter-spacing: 2px;
}
.home-choose h3 span {
	font-size: 15px; font-family: font2; font-weight: 600;
}
.home-choose h3 strong {
    color: #92191e;
    font-size: 30px;
    text-decoration: underline;
}
.home-choose p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px;
}
.home-choose .choose-image {
  position: relative;
  background: url('/img/homepage/cagle-1.jpg') center center / cover no-repeat;
  height: 100%;
  overflow: hidden;
  border-right: 15px solid #92191e;
    box-shadow: 3px 0px 5px 0px #000;
}

.home-choose .choose-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;
}

.home-choose .choose-image:hover::before {
  opacity: 1;
  animation: sheen-delayed 4s ease-in-out infinite alternate;
}

@keyframes sheen-delayed {
  0% {
    left: -75%;
  }
  40% {
    left: 125%;
  }
  60% {
    left: 125%; /* Hold here (pause) */
  }
  100% {
    left: -75%;  /* Will reverse in alternate mode */
  }
}

.service-circle {
	padding: 200px 0px 200px 0px;
	background: linear-gradient(to left, #f9f9f9b0, #f9f9f9b0), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; background-color: #92191e9e !important;
    background-position: center center;
    height: 100%;    position: relative;
    z-index: 1;

}

.service-circle h3 {
	font-family: font4; font-size: 50px; text-align: center; letter-spacing: 3px; color: #92191e; margin: -100px 0px 150px 0px; font-weight: 600;
}

.circle1-container {
  position: relative;
  width: 500px;
  height: 500px;
  margin-bottom: 20px;
}

.circle1 {
  box-shadow: 0 0 15px rgb(0, 17, 31);
  width: 100%;
  height: 100%;
  border-radius: 50%;
   background: conic-gradient(
  #92191e 0deg 51.43deg,
  #801010 51.43deg 102.86deg,
  #5a0c0c 102.86deg 154.29deg,
  #3f0a0a 154.29deg 205.71deg,
  #2a0707 205.71deg 257.14deg,
  #150303 257.14deg 308.57deg,
  #000000 308.57deg 360deg
);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle1:hover {
  animation: changeParts 6s ease-in-out forwards infinite;
  transition: 6s;
  background: linear-gradient();
  cursor: pointer;
}

.showing1 {
  position: absolute !important;
  font-size: 20px;
  width: 10%;
  height: 40%;
  right: 345px;
  text-align: center;
   align-items: center;
  justify-content: center;
  color: white;
 
  display: flex;
		font-family: font4; letter-spacing: 2px;
  cursor: pointer;
  transform-origin: 80px 65px;
}

.showing1:nth-child(1) {
  transform: rotate(-1.5deg) translateX(85%) translateY(-76%);
}

.showing1:nth-child(2) {
  transform: rotate(0deg) translateX(390%) translateY(-80%);
}

.showing1:nth-child(3) {
  transform: rotate(0deg) translateX(600%) translateY(-20%);
}

.showing1:nth-child(4) {
  transform: rotate(0deg) translateX(530%) translateY(55%);
}

.showing1:nth-child(5) {
  transform: rotate(0deg) translateX(250%) translateY(90%);
}

.showing1:nth-child(6) {
  transform: rotate(0deg) translateX(-20%) translateY(60%);
}

.showing1:nth-child(7) {
  transform: rotate(0deg) translateX(-120%) translateY(-20%);
}

.showing1:nth-child(8) {
  transform: rotate(0deg) translateX(80%) translateY(-80%);
}

.showing1:hover {
  text-transform: uppercase; text-decoration: underline !important;
  transition: 0.5s; font-weight: bold;
 
}

.content-info-boxs {
  background: white;
  padding: 20px; margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*text-align: center;*/
}

.content-info-boxs h2 {
	font-family: font4; font-size: 30px; letter-spacing: 1px; color: #92191e; 
}

.content-info-boxs h4 {
	font-family: font2; font-size: 15px; letter-spacing: 1px; font-weight: 600;
}

.content-info-boxs h4 span {
	color: #92191e;
}

.content-info-boxs p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px;
}

.content-info-boxs i {
	font-size: 85px; color: #92191e; text-align: center; top: 20%; left: 10%;
}
.hidden {
  display: none;
}

.home-services {
	position: relative; 
}

.home-services h3 {
	    font-family: font4;
    font-size: 45px !important;
    letter-spacing: 2px;
    padding: 15px;
    background: #fff;
    color: #92191e;
    position: relative;
    text-align: center;
    left: -30%;
    transform: rotate(-45deg);
    width: 75%;
    z-index: 0;
}

.home-services h4 {
	font-family: font2; font-weight: 600; letter-spacing: 1px; font-size: 20px; display: none; width: 75%;
	    text-indent: 25px;
    box-shadow: -100px 0px 0px 0px #fff;
	padding: 15px 0px 15px 0px;background: linear-gradient(250deg,rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 10%, rgba(196, 35, 35, 1) 10%, rgba(196, 35, 35, 1) 12%, rgba(255, 255, 255, 1) 12%); color: #92191e; margin-bottom: 0px; text-indent: 10px;
}

.home-services h5 {
	    padding: 25px;
		 background: #92191e;
    color: #fff;
	box-shadow: -10px -10px 0px 0px #fff;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    top: 20%;
    left: 15.5%;
    font-size: 20px;
    font-family: font4;
    display: none;
    letter-spacing: 1px;
  
}

.home-services h5:hover {
	background: #fff;
    color: #92191e; border: 1px solid #92191e;
	  box-shadow: -10px -10px 0px 0px #92191e;
}

.home-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; display: none; margin: 35px 0px 35px 0px;
}

.home-services img {
	 display: none;
}

.home-services .container-fluid {
	padding: 0px;
}

.home-services .row {
	    --bs-gutter-x: 0;
}

.home-services .window-services {
	      background: linear-gradient(to right, #16028700, #16028700), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 100px;
    background-position: center center;
    height: 800px;
    color: #fff;border: 35px solid #fff;
}

.home-services .siding-services {
	       background: linear-gradient(to right, #16028700, #16028700), url(/img/homepage/siding-2.jpg) no-repeat;
    background-size: cover;
    padding: 100px;
    background-position: center center;
     height: 800px;
    color: #fff; border: 35px solid #fff;
	    position: relative;
    z-index: 0;
}

.home-services .window-services:hover {
	      background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 100px;
    background-position: center center;
    height: 800px;
    color: #fff;
	  position: relative;
    z-index: 2;border-radius: 100px;    border: 3px solid #000;
}

.home-services .window-services:hover h3 {
	     transform: rotate(0deg);
    left: -15%; transition: 1s;
    top: -5%;    box-shadow: -10px -10px 0px 0px #92191e;
}

.home-services .window-services:hover h4 {
	 display: block; 
}
.home-services .window-services:hover h5 {
	 display: block; 
}
.home-services .window-services:hover p {
	 display: block;
}
.home-services .window-services:hover img {
	 display: block;
}

.home-services .siding-services:hover {
	       background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/siding-2.jpg) no-repeat;
    background-size: cover;
	padding: 100px;
    height: 800px;
    background-position: center center;
    color: #fff;z-index: 1;border-radius: 100px;    border: 3px solid #000;
}

.home-services .siding-services:hover h3 {
	     transform: rotate(0deg);
    left: -15%; transition: 1s;
    top: -5%;    box-shadow: -10px -10px 0px 0px #92191e;
}
.home-services .siding-services:hover h4 {
	 display: block;
}
.home-services .siding-services:hover h5 {
	 display: block; 
}
.home-services .siding-services:hover p {
	 display: block;
}
.home-services .siding-services:hover img {
	 display: block;
}

.home-estimate {
	padding: 100px 0px 100px 0px; position: relative; background: #92191e; color: #fff;
}
.home-estimate h2 {
	font-family: font4; font-size: 20px; letter-spacing: 1px;
}

.home-estimate h2 span {
	font-size: 45px;
}
.home-estimate h3 {
	font-family: font2; font-weight: 600; letter-spacing: 1px; font-size: 17px; line-height: 40px;
}
.home-estimate  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.home-estimate mark {
	    position: relative;
    padding: 100px 35px 100px 35px;
    background: #fff;
    font-size: 30px;
    color: #92191e;
    border-radius: 20px;
    border: 8px double #92191e;
    /*top: 45%;*/
    top: 0%;
    font-family: font4;
    letter-spacing: 2px;
    font-weight: 600;
display: flex; text-align:center;
}
/**** About Section ****/

.about-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/about/cagle-2.jpg) no-repeat;
    background-size: cover; padding: 	150px;
    height: 100%; background-color: #fff; border-left: 10px solid #92191e;  border-right: 10px solid #92191e;
    background-position: center center;
}
.about-intro .bawks {
	text-align: center; padding: 100px; border: 5px solid #fff9; color: #fff;
}
.about-intro h1 {
	font-family: font4; font-size: 30px;
}
.about-intro h1 span {
	font-family: font3; font-size: 45px;
}
.about-intro p {
	font-family: font4; font-size: 17px; line-height: 35px;
}
.about-history {
		 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; padding: 50px 0px 50px 0px;
    height: 100%; background-color: #92191e; color: #fff;
    background-position: center center;
}
.about-history .boarder {
	border-right: 5px solid #fff;
}
.about-history h2 {
	font-family: font3; font-size: 65px; text-align: center;
}
.about-history p {
	font-family: font4; font-size: 17px; line-height: 35px; margin-left: 100px; margin-right: -100px; margin-top: 75px;
}
.about-benefits {
	padding: 100px; background: #f9f9f9; border-left: 10px solid #92191e;  border-right: 10px solid #92191e;  border-bottom: 10px solid #92191e;
}
.about-benefits .sq {
	padding: 25px; border: 2px dashed #92191e; margin: 15px 0px 15px 0px;
}
.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: font4;
}
.about-benefits p {
	font-family: font4; line-height: 35px; font-size: 17px; text-align: center;
}
.about-benefits i {
	font-size: 35px; color: #6D1417;
}
.about-benefits img {
	box-shadow: 15px -15px 0px 0px #92191e;
}
/**** Services Section ****/
.service-starter {
	padding: 200px 0px 200px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/hero-2.jpg) no-repeat;
    background-size: cover; 
    height: 100%;
}

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

.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: #88001b;
}

.service-starter p {
	font-family: font4; line-height: 35px; font-size: 17px; letter-spacing: 1px;
}
.service-intro {
	background: #E0DEDE; position: relative; height: 1100px; padding: 00px 0px 00px 0px;
}
.service-intro .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-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/services/shingle-roof-3.jpg) no-repeat;
    background-size: cover;    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    box-shadow: -15px 15px 0px 0px #88001b;
}
.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: font4; font-size: 35px; letter-spacing: 1px;
}
.service-intro h3 {
	font-family: font4; 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: #88001b29; cursor: pointer;
}
.service-intro  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.service-intro i {
	font-size: 50px; color: #88001b;
}
.intro-tab-content-area {
  margin-top: 30px;
  background: #fff8f8;
  padding: 20px;
  border: 2px solid #88001b;
  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;
}

.roofing-services {
	padding: 200px;     background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center;
    height: 100%;
}

.roofing-services .roofing-legend {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #000 !important; height: 500px;
    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; 

}
.roofing-services .roofing-legend:hover {
 border: 3px solid #88001b; background: #fff !important; box-shadow: 1px 1px 10px 1px #000;
}
.roofing-services .roofing-legend:hover h3 {
		color: #88001b; font-weight: 600;
}
.roofing-services .roofing-legend:hover p {
	display: block;
}

.roofing-services .roofing-legend2 {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #000 !important; height: 500px;
    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; 

}

.roofing-services .roofing-legend2:hover {
 border: 3px solid #88001b; background: #fff !important; box-shadow: 1px 1px 10px 1px #000;
}
.roofing-services .roofing-legend2:hover h3 {
		color: #88001b; font-weight: 600;
}
.roofing-services .roofing-legend2:hover p {
	display: block;
}

.roofing-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; text-align: center; color: #fff;
}
.roofing-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px;  text-align: center; display: none;
}

.window-services {
	background: #E0DEDE;
}

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

.window-services h2 strong {
	color: #88001b;
}
.window-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.window-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.window-services .container-fluid {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.window-services .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important; background-attachment: fixed;
    background-position: center center;
    height: 100%; padding: 0px;
}
.window-services .window-content {
	padding: 200px 25px 200px 25px;
}
.window-services .window-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/window-02.jpg) no-repeat;
    background-size: cover; height: 100%; border-bottom: 5px solid #000; border-left: 5px solid #000; box-shadow: -15px 15px 0px 0px #88001b;
}
.siding-services {
	background: #E0DEDE;
}
.siding-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.siding-services h2 strong {
	color: #88001b;
}

.siding-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.siding-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.siding-services .container-fluid {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.siding-services .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center; background-attachment: fixed;
    height: 100%; padding: 0px;
}
.siding-services .siding-content {
	padding: 200px 25px 200px 25px;
}
.siding-services .siding-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/siding-02.jpg) no-repeat;
    background-size: cover; height: 100%; border-top: 5px solid #000; border-right: 5px solid #000; box-shadow: 15px -15px 0px 0px #88001b;
}
/* Apply sheen effect to service-intro, window-services, siding-services */

.service-intro .intro-image,
.window-services .window-image,
.siding-services .siding-image {
  position: relative;
  overflow: hidden;
}

/* Sheen overlay */
.service-intro .intro-image::before,
.window-services .window-image::before,
.siding-services .siding-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,
.window-services .window-image:hover::before,
.siding-services .siding-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%;
  }
}

/**** 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);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

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


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


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

.contact-starter {
	padding: 200px 0px 200px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/shingle-roof-1.jpg) no-repeat;
    background-size: cover; 
    height: 100%; text-align: center;
}

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

.contact-starter h1 {
	font-family: font4; font-size: 40px; letter-spacing: 1px; margin-bottom: 50px;
}

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

.contact-starter h1 strong {
	font-size: 45px; color: #88001b;
}

.contact-starter p {
	font-family: font4; line-height: 35px; font-size: 17px; letter-spacing: 1px;
}

.contact-section {
	padding: 150px 0 150px 0; text-align: center;
	background: linear-gradient(to left, #f9f9f9b0, #f9f9f9b0), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%;
}

.contact-section .service-box {
	padding: 50px; background: #fff; border: 2px solid #92191e; border-radius: 5px;
}

.contact-section .service-box:hover {
	 border: 2px solid #fff; box-shadow: 0px 0px 5px 1px #000; background: #92191e; transition: 1s;
}


.contact-section .service-box:hover i {
	background: #fff; color: #92191e;
}

.contact-section .service-box:hover h5 {
 color: #fff;
}

.contact-section .service-box:hover .triangle-up {
	border-bottom-color: #fff;
}

    .triangle-up {
     width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 50px solid #92191e;
    position: relative;
    left: 35.5%;
    }

.contact-section h2 {
	font-size: 40px; font-family: font4; font-weight: 800; text-align: center;  letter-spacing: 1px;
}
.contact-section h4 {
	font-family: font2;  letter-spacing: 1px; font-size: 20px; line-height: 40px; color: #000;
}

.contact-section h4 strong {
	color: #92191e; font-weight: 600; font-family: font4;
}

.contact-section h5 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; color: #92191e;
}

.contact-section  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; margin: 0px 150px 50px 150px;
}

.contact-section i {
	font-size: 35px; padding: 15px; width: 65px; height: 65px; background: #92191e; color: #fff; margin-bottom: 25px;
}

/* ========================================== */
/* === 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 ======================= */
/* ========================================== */

.spanner {
	margin-top: 100px;
}
.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 {
background: linear-gradient(to left, #ffffffb0, #ffffffb0), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; padding-top: 100px;
    background-color: #fff !important;
    background-position: center center;
    height: 100%;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2'; letter-spacing: 1px; line-height: 30px;
}
.footer-section p strong {
	color: #92191e;
}
.footer-section a {
	color:inherit; font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-family: font4; letter-spacing: 1px;
}
.service-cities h3 {
	font-family: font4; letter-spacing: 1px;
}

.bottom-footer {
	padding: 50px 0px 25px 0px; background: #d3d3d3; margin-top: 100px;
}

.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; margin-bottom: -10px; background: #92191e;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

.footer-section .clicker {
	border: 2px solid #92191e; padding: 25px; font-family: font4; font-size: 15px; letter-spacing: 1px; background: #fff;
}
.footer-modal-cities,
.footer-modal-counties {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.footer-modal-cities.hidden,
.footer-modal-counties.hidden {
  display: none;
}

.footer-modal-content-cities,
.footer-modal-content-counties {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.footer-modal-content-cities h2,
.footer-modal-content-counties h2 {
  margin-top: 0;
}

.footer-modal-content-cities ul,
.footer-modal-content-counties ul {
  padding-left: 20px;
  columns: 2;
  column-gap: 40px;
}

.footer-modal-close-cities,
.footer-modal-close-counties {
  margin-top: 20px;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1400px) {
.home1 {
    padding: 0;
    background: linear-gradient(to right, #0000008a, #000000ad), url(/img/homepage/roofing-7.jpg);
    background-size: cover;
    color: #fff;
    background-position: right;
    height: 850px;
}
.home2 {
    padding: 0;
    background: linear-gradient(to right, #0000008a, #000000ad), url(/img/homepage/window-2.jpg);
    background-size: cover;
    color: #fff;
    background-position: left;
    height: 1100px;
    background-repeat: no-repeat;
}
.home3 {
    padding: 0;
    background: linear-gradient(to right, #00000000, #000000ad), url(/img/homepage/siding-1.jpg);
    background-size: cover;
    color: #000;
    background-position: right;
    height: 1060px;
    background-repeat: no-repeat;
}


.home-services h4 {
    font-family: font2;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    display: none;
    width: 75%;
    text-indent: 25px;
    box-shadow: -10px 0px 0px 0px #fff;
    padding: 15px 0px 15px 0px;
    background: linear-gradient(250deg,rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 10%, rgba(196, 35, 35, 1) 10%, rgba(196, 35, 35, 1) 12%, rgba(255, 255, 255, 1) 12%);
    color: #92191e;
    margin-bottom: 0px;
    text-indent: 10px;
}
.home-services .window-services:hover {
    background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 100px 30px;
    background-position: center center;
    height: 900px;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    border: 3px solid #000;
}
.home-services .siding-services:hover {
    background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/siding-2.jpg) no-repeat;
    background-size: cover;
    padding: 100px 30px;
    height: 900px;
    background-position: center center;
    color: #fff;
    z-index: 1;
    border-radius: 100px;
    border: 3px solid #000;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 50px solid #92191e;
    position: relative;
    left: 35.5%;
	display: none;
}



.about-history h2 {
    font-family: font3;
    font-size: 3rem;
    text-align: center;
}

.about-history p {
    font-family: font4;
    font-size: 17px;
    line-height: 35px;
    margin-left:  00px;
    margin-right: -00px;
    margin-top: 00px;
}



.roofing-services {
    padding: 120px 20px;
    background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center;
    height: 100%;
}
.roofing-services .roofing-legend {
    background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%;
    background-attachment: fixed;
    background-color: #000 !important;
    height: 500px;
    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;
}
.roofing-services .roofing-legend2 {
    background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%;
    background-attachment: fixed;
    background-color: #000 !important;
    height: 500px;
    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;
}

}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** 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;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}
.top-header  img {
    position: relative;
    margin-bottom: -0;
    padding: 10px  5px 10px 5px;
    max-width: 100px;
    background: #ffff;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0px 5px 0px 0px #000;
}
/**** 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: 114px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; 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;
	
	color: black; 
	    font-family: 'font4'; font-weight: 700; 
}
.nav-link{
	color: black; 
	    font-family: 'font4'; font-weight: 700; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

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

.home1 {
	padding: 0; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/roofing-7.jpg);
    background-size: cover;color: #fff;
    background-position:  right;
    height: auto;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pad {
	    background: linear-gradient(to right, #000000c4, #000000d9), url(/img/homepage/red-outline-3.gif);
    background-size: cover;padding: 100px 20px 100px 20px;
    background-position: right; 
        height: 100%;
		text-align:center; 
}
.home1 h2 {
	font-family: 'font4'; font-size: 2.3rem; text-align: center; letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home1 h2 span {
	font-size: 20px;
}
.home1 h1 span {
	font-size: 20px;
	text-align:center;
}
.home1 h1 {
	font-family: 'font4'; font-size: 2.3rem; text-align: center; letter-spacing: 1px;
	
	text-align:center;

}
.home2 {
	    padding: 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/window-2.jpg);
    background-size: cover;
    color: #fff;
    background-position: left;
    height: 850px;
    background-repeat: no-repeat;
}
.home2 .container-fluid {
	padding: 0px;
}
.home2 .pad {
	

	    background: linear-gradient(to right, #000000c4, #000000d9), url(/img/homepage/blue-outline-2.gif);
    background-size: cover;padding: 100px 20px 100px 20px;
    background-position: right; 
       height: 100%;
}
.home2 h2 {
	font-family: 'font4'; font-size: 2.3rem; text-align: center; letter-spacing: 1px;
}
.home2 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px; text-align:center;
}
.home2 h2 span {
	font-size: 20px;
}

.home3 {
padding: 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/siding-1.jpg);
    background-size: cover;
    color: #000;
    background-position: right;
    height: auto;
    background-repeat: no-repeat;
	text-align: center;
}
.home3 .container-fluid {
	padding: 0px;
}
.home3 .pad {
 
	 background: linear-gradient(to right, #000000c4, #000000d9), url(/img/homepage/white-outline-3.gif);
    background-size: cover;padding: 100px 20px 100px 20px;
    background-position: right; 
       height: 100%;
	text-align: center;

}
.home3 h2 {
	font-family: 'font4'; font-size: 2.3rem; text-align: center; letter-spacing: 1px;         color: white;
}
.home3 p { 
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;         color: white;
}
.home3 h2 span {
	font-size: 20px;
}
.motion1 h3 {
    font-size: 20px;
    font-family: font4;
    letter-spacing: 1px;
    color: white;
    text-align: center;
}


.motion1 .carousel-button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0.5rem;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 0.9;
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.1s;
}
.home-split {
position: relative;
    text-align: center;
  
}
.home-split .contact-box {
    padding: 50px;
    position: relative;
    background: #8a8989;
    margin-top: 25px;
}
.home-points {
	padding:  50px 0px 50px 0px; background: #fff; text-align: center;
}
.home-points .cawd {
	padding: 40px 10px; background: linear-gradient(to left, #92191e8c, #92191e8c), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; border-radius: 10px;
    background-color: #92191e !important;
    background-position: center center;
    color: #fff;    box-shadow: -5px -5px 0px 0px #232323;
    border: 5px double #000000; height: 100%;
}
.home-points h3 {
	font-family: font4; font-size: 25px;
}
.home-points p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; line-height: 30px; letter-spacing: 1px;
}
.home-points i {
	    font-size: 35px;
    margin-bottom: 25px;
    color: #000000;
}
.home-choose {
	background: #f9f9f9;
	
}
.home-choose .container-fluid {
	padding: 0px;
}
.home-choose .choose-content {
	padding: 60px 10px 60px 10px; text-align:center; 
}

.home-choose h2 {
	font-family: font4; font-size: 1.8rem; letter-spacing: 2px;
}
.home-choose h2 span {
	font-size: 2rem;
}
.home-choose h3 {
	font-family: font4; font-size: 20px; letter-spacing: 2px;
}
.home-choose h3 span {
	font-size: 15px; font-family: font2; font-weight: 600;
}
.home-choose h3 strong {
    color: #92191e;
    font-size: 30px;
    text-decoration: underline;
}
.home-choose p {
	font-family: font4; font-size: 1rem; line-height: 35px; letter-spacing: 1px;
}
.home-choose .choose-image {
  position: relative;
  background: url('/img/homepage/cagle-1.jpg') center center / cover no-repeat;
  height: 100%;
  overflow: hidden;
  border-right: 15px solid #92191e;
    box-shadow: 3px 0px 5px 0px #000;
}

.home-choose .choose-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;
}

.home-choose .choose-image:hover::before {
  opacity: 1;
  animation: sheen-delayed 4s ease-in-out infinite alternate;
}

@keyframes sheen-delayed {
  0% {
    left: -75%;
  }
  40% {
    left: 125%;
  }
  60% {
    left: 125%; /* Hold here (pause) */
  }
  100% {
    left: -75%;  /* Will reverse in alternate mode */
  }
}

.service-circle {
	padding: 100px 0px 100px 0px;
	background: linear-gradient(to left, #f9f9f9b0, #f9f9f9b0), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; background-color: #92191e9e !important;
    background-position: center center;
    height: 100%;    position: relative;
    z-index: 1;

}

.service-circle h3 {
	font-family: font4; font-size: 50px; text-align: center; letter-spacing: 3px; color: #92191e; margin:  -10px 0px 15px 0px; font-weight: 600;
}

.circle1-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.circle1 {
  box-shadow: 0 0 15px rgb(0, 17, 31);
  width: 100%;
  height: 100%;
  border-radius: 50%;
   background: conic-gradient(
  #92191e 0deg 51.43deg,
  #801010 51.43deg 102.86deg,
  #5a0c0c 102.86deg 154.29deg,
  #3f0a0a 154.29deg 205.71deg,
  #2a0707 205.71deg 257.14deg,
  #150303 257.14deg 308.57deg,
  #000000 308.57deg 360deg
);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle1:hover {
  animation: changeParts 6s ease-in-out forwards infinite;
  transition: 6s;
  background: linear-gradient();
  cursor: pointer;
}

.showing1 {
  position: absolute !important;
  font-size: 20px;
  width: 10%;
  height: 40%;
  right: 345px;
  text-align: center;
   align-items: center;
  justify-content: center;
  color: white;
 
  display: flex;
		font-family: font4; letter-spacing: 2px;
  cursor: pointer;
  transform-origin: 80px 65px;
  
  display: none;
}

.showing1:nth-child(1) {
  transform: rotate(-1.5deg) translateX(85%) translateY(-76%);
}

.showing1:nth-child(2) {
  transform: rotate(0deg) translateX(390%) translateY(-80%);
}

.showing1:nth-child(3) {
  transform: rotate(0deg) translateX(600%) translateY(-20%);
}

.showing1:nth-child(4) {
  transform: rotate(0deg) translateX(530%) translateY(55%);
}

.showing1:nth-child(5) {
  transform: rotate(0deg) translateX(250%) translateY(90%);
}

.showing1:nth-child(6) {
  transform: rotate(0deg) translateX(-20%) translateY(60%);
}

.showing1:nth-child(7) {
  transform: rotate(0deg) translateX(-120%) translateY(-20%);
}

.showing1:nth-child(8) {
  transform: rotate(0deg) translateX(80%) translateY(-80%);
}

.showing1:hover {
  text-transform: uppercase; text-decoration: underline !important;
  transition: 0.5s; font-weight: bold;
 
}

.content-info-boxs {
  background: white;
  padding: 20px; margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  /*text-align: center;*/
}

.content-info-boxs h2 {
	font-family: font4; font-size: 30px; letter-spacing: 1px; color: #92191e; 
}

.content-info-boxs h4 {
	font-family: font2; font-size: 15px; letter-spacing: 1px; font-weight: 600;
}

.content-info-boxs h4 span {
	color: #92191e;
}

.content-info-boxs p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px;
}

.content-info-boxs i {
    font-size: 50px;
    color: #92191e;
    text-align: center;
    top: 0;
    left: 0;
}
.hidden {
  display: none;
}

.home-services {
	position: relative; 
}

.home-services h3 {
	    font-family: font4;
    font-size: 2rem !important;
    letter-spacing: 2px;
    padding: 10px;
    background: #fff;
    color: #92191e;
    position: relative;
    text-align: center;
    left: -0%;
    transform: rotate(-0deg);
    width: 100%;
    z-index: 0;
}

.home-services h4 {
    font-family: font2;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    display: none;
    width: 100%;
    text-indent: 0;
    box-shadow: none;
    padding: 15px 0px 15px 0px;
    background: linear-gradient(250deg,rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 10%, rgba(196, 35, 35, 1) 10%, rgba(196, 35, 35, 1) 12%, rgba(255, 255, 255, 1) 12%);
    color: #92191e;
    margin-bottom: 0px;
    text-indent: 10px;
}

.home-services h5 {
    padding: 25px;
    background: #92191e;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    top: 10%;
    left: 0%;
    font-size: 20px;
    font-family: font4;
    display: block;
    letter-spacing: 1px;
}

.home-services h5:hover {
	background: #fff;
    color: #92191e; border: 1px solid #92191e;
	  box-shadow: -10px -10px 0px 0px #92191e;
}

.home-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; display: none; margin: 35px 0px 35px 0px;
}

.home-services img {
	 display: none;
}

.home-services .container-fluid {
	padding: 0px;
}

.home-services .row {
	    --bs-gutter-x: 0;
}

.home-services .window-services {
/*	      background: linear-gradient(to right, #16028700, #16028700), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 30px 10px;
    background-position: center center;
    height: 800px;
    color: #fff;border: 35px solid #fff;*/
	      background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 50px 10px;
    background-position: center center;
    height: auto;
    color: #fff;
	  position: relative;
    z-index: 2;border-radius: 100px;    border: 3px solid #000;
        text-align: center;
}

.home-services .siding-services {
	       background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/siding-2.jpg) no-repeat;
    background-size: cover;
    padding: 50px 10px;
    height: 800px;
    background-position: center center;
    color: #fff;z-index: 1;border-radius: 100px;    border: 3px solid #000;
	
        text-align: center;
}

.home-services .window-services:hover {
	      background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/window-1.jpg) no-repeat;
    background-size: cover;
    padding: 50px 10px;
    background-position: center center;
    height: auto;
    color: #fff;
	  position: relative;
    z-index: 2;border-radius: 100px;    border: 3px solid #000;
}

.home-services .window-services:hover h3 {
	     transform: rotate(0deg);
    left: -0%; transition: 1s;
    top: -0%;    box-shadow: -10px -10px 0px 0px #92191e;
}

.home-services .window-services h4 {
	 display: block; 
}
.home-services .window-services h5 {
	 display: block; 
}
.home-services .window-services p {
	 display: block;
}
.home-services .window-services img {
	 display: block;
}

.home-services .siding-services:hover {
	       background: linear-gradient(to right, #92191ea6, #92191ea6), url(/img/homepage/siding-2.jpg) no-repeat;
    background-size: cover;
    padding: 50px 10px;
    height: 800px;
    background-position: center center;
    color: #fff;z-index: 1;border-radius: 100px;    border: 3px solid #000;
}

.home-services .siding-services:hover h3 {
	     transform: rotate(0deg);
    left: -0%; transition: 1s;
    top: -0%;    box-shadow: -10px -10px 0px 0px #92191e;
}
.home-services .siding-services h4 {
	 display: block;
}
.home-services .siding-services h5 {
	 display: block; 
}
.home-services .siding-services p {
	 display: block;
}
.home-services .siding-services img {
	 display: block;
}

.home-estimate {
	padding: 50px 0px 50px 0px; position: relative; background: #92191e; color: #fff; text-align: center; 
}
.home-estimate h2 {
	font-family: font4; font-size: 20px; letter-spacing: 1px;
}

.home-estimate h2 span {
	font-size: 2.4rem;
}
.home-estimate h3 {
	font-family: font2; font-weight: 600; letter-spacing: 1px; font-size: 17px; line-height: 40px;
}
.home-estimate  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.home-estimate mark {
	    position: relative;
    padding: 40px 15px 40px 15px;
    background: #fff;
    font-size: 1.3rem;
    color: #92191e;
    border-radius: 20px;
    border: 8px double #92191e;
    top: 15%;
    font-family: font4;
    letter-spacing: 2px;
    font-weight: 600;
	display:flex; 
	width: max-content; 
}
/**** About Section ****/

.about-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/about/cagle-2.jpg) no-repeat;
    background-size: cover; padding: 	50px 10px;
    height: 100%; background-color: #fff; border-left: 10px solid #92191e;  border-right: 10px solid #92191e;
    background-position: center center;
}
.about-intro .bawks {
	text-align: center; padding: 40px 10px; border: 5px solid #fff9; color: #fff;
}
.about-intro h1 {
	font-family: font4; font-size: 30px;
}
.about-intro h1 span {
	font-family: font3; font-size: 2rem;
}
.about-intro p {
	font-family: font4; font-size: 17px; line-height: 35px;
}
.about-history {
		 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; padding: 30px 0px 30px 0px;
    height: 100%; background-color: #92191e; color: #fff;
    background-position: center center;
	text-align:center;
}
.about-history .boarder {
	border-right: 5px solid #fff;
}
.about-history h2 {
	font-family: font3; font-size: 2.5rem; text-align: center;
}
.about-history p {
	font-family: font4; font-size: 17px; line-height: 35px; margin-left: 0px; margin-right: -0px; margin-top: 15px;
}
.about-benefits {
	padding: 40px 10px; background: #f9f9f9; border-left: 10px solid #92191e;  border-right: 10px solid #92191e;  border-bottom: 10px solid #92191e;
}
.about-benefits .sq {
	padding: 25px; border: 2px dashed #92191e; margin: 15px 0px 15px 0px;
	        text-align: center;
}
.about-benefits .sq p {
	font-size: 15px; line-height: 30px; text-align: center;
}
.about-benefits h3 {
	font-family: font3; font-size: 35px; text-align: center;
}
.about-benefits h4 {
	font-family: font4;
}
.about-benefits p {
	font-family: font4; line-height: 35px; font-size: 17px; text-align: center;
}
.about-benefits i {
	font-size: 35px; color: #6D1417;
}
.about-benefits img {
	box-shadow: 15px -15px 0px 0px #92191e;
}
/**** Services Section ****/
.service-starter {
	padding: 200px 0px 200px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/hero-2.jpg) no-repeat;
    background-size: cover; 
    height: 100%;
}

.service-starter .banner {
	padding: 50px 10px; border: 5px solid #fff; background: #fff9; text-align: center;
}

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

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

.service-starter h1 strong {
	font-size: 1.5rem; color: #88001b;
}

.service-starter p {
	font-family: font4; line-height: 35px; font-size: 17px; letter-spacing: 1px;
}
.service-intro {
	background: #E0DEDE; position: relative; height: auto; padding: 00px 0px 00px 0px;
}
.service-intro .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-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 15px 100px 15px; text-align: center;
}
.service-intro .intro-image {
	height: 500px;
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/shingle-roof-3.jpg) no-repeat;
    background-size: cover;    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    box-shadow: -15px 15px 0px 0px #88001b;
}
.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: font4; font-size: 2rem; letter-spacing: 1px;
}
.service-intro h3 {
	font-family: font4; font-size: 20px; letter-spacing: 1px; font-weight: 600; line-height: 35px; text-align: center; padding: 35px 5px; background: #fff; margin-top: 10px;
}
.service-intro h3:hover {
 background: #88001b29; cursor: pointer;
}
.service-intro  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.service-intro i {
	font-size: 35px; color: #88001b;
}
.intro-tab-content-area {
  margin-top: 30px;
  background: #fff8f8;
  padding: 20px 5px;
  border: 2px solid #88001b;
  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;
}

.roofing-services {
	padding: 60px 10px;     background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover; background-attachment: fixed;
    background-color: #fff !important;
    background-position: center center;
    height: 100%;
	text-align: center;
}

.roofing-services .roofing-legend {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #000 !important; height: auto;
    background-position: center center; margin: 25px 0px 25px 0px;
    padding: 70px 15px 70px 15px; border: 3px solid #fff;
}
.roofing-services .roofing-legend {
 border: 3px solid #88001b; background: #fff !important; box-shadow: 1px 1px 10px 1px #000;
}
.roofing-services .roofing-legend h3 {
		color: #88001b; font-weight: 600;
}
.roofing-services .roofing-legend p {
	display: block;
}

.roofing-services .roofing-legend2 {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png);
    background-size: 100%; background-attachment: fixed;
    background-color: #000 !important; height: auto;
    background-position: center center; margin: 25px 0px 25px 0px;
    padding: 100px 15px 100px 15px; border: 3px solid #fff;
}

.roofing-services .roofing-legend2 {
 border: 3px solid #88001b; background: #fff !important; box-shadow: 1px 1px 10px 1px #000;
}
.roofing-services .roofing-legend2 h3 {
		color: #88001b; font-weight: 600;
}
.roofing-services .roofing-legend2 p {
	display: block;
}

.roofing-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px; text-align: center; color: #fff;
}
.roofing-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px;  text-align: center; display: none;
}

.window-services {
	background: #E0DEDE;
}

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

.window-services h2 strong {
	color: #88001b;
}
.window-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.window-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}

.window-services .container-fluid {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.window-services .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important; background-attachment: fixed;
    background-position: center center;
    height: 100%; padding: 0px;
}
.window-services .window-content {
	padding: 60px 15px 60px 15px; text-align:center;
}
.window-services .window-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/window-02.jpg) no-repeat;
    background-size: cover; height: 400px; border-bottom: 5px solid #000; border-left: 5px solid #000; box-shadow: -15px 15px 0px 0px #88001b;
}
.siding-services {
	background: #E0DEDE;
}
.siding-services h2 {
	font-family: font4; font-size: 40px; letter-spacing: 1px;
}

.siding-services h2 strong {
	color: #88001b;
}

.siding-services h3 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.siding-services  p {
	font-family: font4; font-size: 17px; line-height: 35px; letter-spacing: 1px; 
}
.siding-services .container-fluid {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center;
    height: 100%; padding: 0px;
}
.siding-services .container {
	background: linear-gradient(to left, #f9f9f900, #f9f9f900), url(/img/homepage/texture-1.png) no-repeat;
    background-size: cover;
    background-color: #fff !important;
    background-position: center center; background-attachment: fixed;
    height: 100%; padding: 0px;
}
.siding-services .siding-content {
	padding: 60px 15px 60px 15px; text-align:center;
}
.siding-services .siding-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/siding-02.jpg) no-repeat;
    background-size: cover; height: 400px; border-top: 5px solid #000; border-right: 5px solid #000; box-shadow: 15px -15px 0px 0px #88001b;
}
/* Apply sheen effect to service-intro, window-services, siding-services */

.service-intro .intro-image,
.window-services .window-image,
.siding-services .siding-image {
  position: relative;
  overflow: hidden;
}

/* Sheen overlay */
.service-intro .intro-image::before,
.window-services .window-image::before,
.siding-services .siding-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,
.window-services .window-image:hover::before,
.siding-services .siding-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%;
  }
}


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

/**** 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 h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.spanner {
    margin-top: 30px;
}
/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

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


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-starter {
    padding: 100px 0px 100px 0px;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/shingle-roof-1.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
}
.contact-starter h1 {
    font-family: font4;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-starter h1 strong {
    font-size: 2.2rem;
    color: #88001b;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.contact-section  p {
    font-family: font4;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 0px 10px 10px 10px;
}
.contact-starter .banner {
    padding: 30px 10px;
    border: 5px solid #fff;
    background: #fff9;
}
.contact-section .service-box {
    padding: 20px;
    background: #fff;
    border: 2px solid #92191e;
    border-radius: 5px;
}
.contact-section h4 {
    font-family: font2;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 40px;
    color: #000;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 50px solid #92191e;
    position: relative;
    left: 35.5%;
	display: none;
}
/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 1.3rem; font-weight: 600; color:black;
}
.service-cities a {
	font-size: 1rem; line-height: 10px; color:black;
}

/**** 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;
}
}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 425px) {


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

}