/* ========================================== */
/* === 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. Contact Section ================ */
/* ===    g. 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/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/paladinsstraight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/High Spirited.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background: #000;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: 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: #c6c6c6; border-radius: .3rem; border: 1px solid #c6c6c6;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #cbfa96; color: #000; border: 1px solid #000;
}
.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: #c6c6c6; border-radius: .3rem; border: 1px solid #c6c6c6;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #cbfa96; color: #000; border: 1px solid #000;
}
.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 #cab5b6; color: #cab5b6; background: transparent; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #cab5b6;	text-decoration:none !important; color: #000; border-radius: 0px;
}
.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 h3 {
	font-family: font4; font-size: 25px; text-align: center; color: #c4c4c4;
}
.dropdown h4 {
	font-family: font2; font-size: 20px; font-weight: 600; color: #f6f6f6;
}
.dropdown a {
	color: inherit; line-height: 30px; font-family: font2; font-weight: 600;
}
.dropdown hr {
	background: #cbfa96; opacity: 75%; height: 1px;
}
.dropdown .dropbtn {
	font-size: 18px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;border: 2px solid transparent; font-family: circular; font-weight: 500; margin-bottom: -2px; letter-spacing: 1px;
    text-shadow: 2px 2px 1px #000;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #000; color: #fff; border: 2px solid #cbfa96;
} 
.dropdown-one {
	    cursor: pointer;
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 650px; 
    padding: 25px 15px 25px 15px;
    margin-left: -150px; border: 3px solid #cbfa96;
}
.dropdown-one span {
	color: #cbfa96;
}
.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: #f4f4f4; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #cbfa96; color: #000; transition: 0s;
}
.dropdown-one .dItem:hover span  {
 color: #000; transition: 0s;
}
.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: #000;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #2B2B2B; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 3px solid #cbfa96;
}
.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: 10px; font-weight: 400; font-size: 18px; color: rgb(255,255,255); font-family: 'circular'; border: 2px solid transparent; margin-bottom: -6px; letter-spacing: 1px; text-shadow: 2px 2px 1px #000;
}
.navbar-light .navbar-nav .nav-link span {
	font-size: 20px;
}
.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: #cbfa96; border: 2px solid #cbfa96; background: #000;
}
.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;  display: block;
}
.video .pad {
	    margin: -100px -25px 0px -100px;
    position: absolute;
    background: #0009;
    height: 100%;
    padding: 350px 100px 150px 250px; border-right: 5px solid #000; border-bottom: 5px solid #000; 
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: fantasy; text-align: left; letter-spacing: 2px;
}
.video .pad h4 {
	color: #fff; font-family: circular; font-size: 25px;  text-shadow: 0px 0px 5px #000;	font-weight: 600; padding: 10px 0px 10px 0px;
}
.video .pad h5 {
	font-size: 20px; color: #fff; font-family: font2; font-weight: 600; text-shadow: 0px 0px 5px #000;
}
.video .pad h6 {
	font-size: 18px; color: #fff; font-family: font2; font-weight: 500; text-shadow: 0px 0px 5px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font2'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad li {
	color: #fff; text-shadow: 1px 1px 1px #000; line-height: 30px;
}

.home-intro {
    padding: 300px 0px 100px 0px;
  /* background: linear-gradient(90deg, rgba(203,250,150,0.9) 0%, rgba(203,250,150,0.9) 20%, rgba(203,250,150,0.7) 20%, rgba(203,250,150,0.7) 40%, rgba(203,250,150,0.5) 40%, rgba(203,250,150,0.5) 60%, rgba(203,250,150,0.3) 60%, rgba(203,250,150,0.3) 80%, rgba(203,250,150,0.15019418411896013) 80%, rgba(203,250,150,0.14739306367078087) 100%), url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1.jpg);*/
		     background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1-new.jpg);

    background-size: cover; color: #f1fde3;
  
}
.home-intro h1 {
	font-family: fantasy; font-size: 50px; letter-spacing: 2px;  padding-bottom: 25px;
}
.home-intro h2 {
	font-family: circular; font-size: 25px; line-height: 50px;  color: #fff;
}
.home-intro h3 {
	font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px; color: #fff; padding: 10px;
}
.home-intro h3:hover {
	color: #000; background: #cbfa96; margin-left: 50px; transition: .7s;
}
.home-intro h4 {
	font-size: 40px; font-family: fantasy; font-weight: 500; letter-spacing: 2px; line-height: 40px; color: #fff; text-align: center;
}
.home-intro h5 {
	padding: 15px; background: #cbfa96; border: 2px solid #000; font-size: 20px; color: #000; width: 75%; margin-top: 50px; text-align: center; font-family: font2; font-weight: 600; text-transform: uppercase;
}
.home-intro h5:hover {
	background: #000; border: 2px solid #cbfa96; color: #cbfa96;
}
.home-intro  h6 {
	padding: 15px; background: #000; border: 2px solid #cbfa96; font-size: 20px; color: #cbfa96; width: 75%; margin-top: 50px; text-align: center;
}
.home-banner {
	padding: 50px 0px 50px 0px; text-align: center; background: #000; border: 15px solid #cbfa96; border-top: 5px solid #cbfa96; border-bottom: 5px solid #cbfa96;
}
.home-banner h3 {
	font-family: font4; font-size: 50px;
}
.home-banner h3 span {
	font-size: 20px;
}
.home-banner h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-banner h6 {
font-family: fantasy; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-banner .liner {
	background: #fff; width: 10%;
}
.home-banner .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #cbfa96; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}
.home1 {
	padding: 175px 75px 175px 75px;
	
	/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/roof-2.jpg);*/
		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2.jpg);*/
		background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2-new.jpg);

	background-size: cover;
}
.home1 .pad {
 background: #262525;
    box-shadow: -15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-left: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad:hover {
	   
}
.home1 .pad2 {
background: #161616;
    box-shadow: 15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad2:hover {
	    
}
.home1 h2 {
	font-family: 'font4'; font-size: 35px; text-align: center; font-weight: 800; color: #cbfa96; letter-spacing: 2px; text-shadow: 2px 2px 1px #000;
}
.home1 p {
	font-size: 18px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	padding: 100px 0px 100px 0px; background: #161616;
}
.home2 .cardy1 {
	padding: 25px; background: #000; color: #fff; border: 1px solid #000; height: 100%; border-left: 5px solid #000; border-top: 5px solid #000;
}
.home2 .cardy1:hover {
	 border: 1px solid #cbfa96;  border-left: 5px solid #cbfa96; border-top: 5px solid #cbfa96;
}
.home2 .cardy1:hover h3 {
	color: #cab5b6;
}
.home2 h3 {
	font-size: 25px; font-family: fantasy; letter-spacing: 2px; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home2 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600;
}
.home-quality {
	    padding: 175px 75px 175px 75px;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/roofers-2.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/home-slider-1.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/esquibel-slider-1.jpg);*/
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/esquibel-slider-1-new.jpg);

				
    background-size: cover;
}
.home-quality .showcase {
	padding: 25px 25px 25px 50px; margin-left: 75px;
}
.home-quality h3 {
	font-size: 35px; font-family: circular; color: #f1fde3; text-align: center;
}
.home-quality h3 u {
	text-decoration: none; font-size: 65px; font-weight: 600; color: #f5f5f5;
}
.home-quality h3 span {
	font-family: font5; color: #cab5b6; font-size: 65px;
}
.home-quality h3 strong {
	font-family: font4; color: #cbfa96; text-shadow: 2px 1px 1px #000;	font-size: 45px; letter-spacing: 3px;
}
.home-quality h4 {
	text-align: center; color: #f1fde3; font-size:  20px; font-family: circular; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.home-quality h4 span {
	font-size: 40px; font-weight: 600;
}
.home-quality p {
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; color: #fff; line-height: 35px;
}
.home3 {
	padding: 100px 125px 100px 125px; background: #000; color: #f5f5f5;
}
.home3 .padder {
	/*padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);

	background-size: cover; background-attachment: fixed;border: 5px solid #cbfa96;
}
.home3 .padder2 {
	/*padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);
	
	background-size: cover; background-attachment: fixed;border: 3px solid #cbfa96; 
}
.home3 .padder2 p {
	text-align: right;
}
.home3 h3 {
	font-size: 45px; font-family: fantasy; text-align: center;color: #cab5b6; text-shadow: 2px 2px 1px #000;
}
.home3 h3 u {
	color: #cbfa96; 
}
.home3 h4 {
	font-size: 30px; font-family: circular; text-align: right;color: #cab5b6; font-weight: 600; text-shadow: 2px 1px 1px #000;
}
.home3 h6 {
    font-size: 10px;
    color: transparent;
    text-align: center;
    margin-left: 30px;
    margin-right: -32px;
    margin-top: 10px;
}
.home3 a {
	color: inherit;
}
.home3 a:hover {
	color: #000;
}
.home3 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600; text-align: center; text-shadow: 1px 1px 1px #000;
}
.home3 i {
	font-size: 55px; margin-top: 25px; padding: 30px; border: 1px solid #000; border-radius: 100%;
}
.home3 i:hover {
	background: #000; color: #cbfa96; 
}
/**** About Section ****/
.about-1 {
	padding: 100px 50px 100px 50px; background: #f1fde3;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #cbfa96; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #cab5b6; opacity: 99%;
}
.about-1 p {
	font-family: 'circular'; color: #fff; font-size: 17px; line-height: 35px; margin-right: 100px; font-weight: 600;
}
.about-1 img {
 margin-top: 100px; width: 350px;
}
.about-1 li {
	color:  #e4102f; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: #000;
	padding: 150px;
}
/**** Services Section ****/

.roof-services-intro {
	padding: 150px 250px 150px 250px; background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-build-1-new1.jpg); background-size: cover; background-attachment: fixed;
}
.roof-services-intro .banner {
	padding: 25px; border: 1px solid #cbfa96;background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-build-1.jpg);background-size: cover; background-attachment: fixed; border-right-width: 5px; border-top-width: 5px;
}
.roof-services-intro h1 {
	font-family: font4; color: #cab5b6; font-size: 35px;
}
.roof-services-intro h2 {
	font-family: fantasy; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-intro h3 {
	font-family: font2; font-size: 18px; line-height: 40px; color: #f5f5f5; font-weight: 600; letter-spacing: 1px;
}
.roof-services-intro  p {
	font-family: 'circular';  font-size: 17px; line-height: 35px;  font-weight: 500; color: #fff;
}

.roof-services-main {
background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-collage-1-new1.png); background-size: cover;  background-repeat: no-repeat; color: #fff; text-shadow: 2px 2px 1px #000;
}
.roof-services-main .service-section1 {
	padding: 75px; border: 1px solid #cbfa96; background: #5348488f;
}
.roof-services-main .service-section2 {
	padding: 75px;
}
.roof-services-main h3 {
	font-family: fantasy; font-size: 35px; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-main p {
	font-family: circular; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 3px #000; font-weight: 600;
}
.roof-services-main img {
	box-shadow: 1px 1px 10px 3px #000;
}
/**** 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: 30px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 1.7rem; font-weight: 600; font-family: 'font2'; padding-bottom: 10px; 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 ****/


/**** Sections On Every Page ****/
.contact-section {
 background: #cab5b6; border: 10px solid #000;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .crown {
	padding: 25px; margin-top: 75px;
}
.contact-section h1 {
	font-family: font5; font-size: 75px; padding-bottom: 50px; font-weight: 600; text-align: center;
}
.contact-section h1 span {
	font-family: font4; font-weight: 500;
}
.contact-section h2 {
	font-family: font5; font-size: 75px; padding-bottom: 50px; font-weight: 600; text-align: center;
}
.contact-section h2 span {
	font-family: font4; font-weight: 500;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; 
}
.contact-section h4 {
	font-size: 20px; font-family: circular; line-height: 40px; 
}
.contact-section h2.offer {
	font-size: 25px; font-family: font4; font-weight: 500; text-align: center; text-decoration: underline;
}
.contact-section h5 {
	font-size: 25px; font-family: font4; font-weight: 500; text-align: center; text-decoration: underline;
}
.contact-section h6 {
	font-size: 17px; font-family: circular; margin-left: 50px;
}
.contact-section img {
 max-width: 75%;
}
/* ========================================== */
/* === 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 ======================= */
/* ========================================== */
.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(90deg, rgba(0,0,0,0.25) 3%, rgba(0,0,0,1) 3%, rgba(0,0,0,1) 30%, rgba(0,0,0,0.7048160328584558) 30%, rgba(0,0,0,0.7048160328584558) 80%, rgba(0,0,0,0.24823339980523462) 80%), url(/img/shingle-4-new.jpg);
    background-size: cover; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2'; line-height: 20px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.h-card {
	text-align: center;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-size: 20px; font-family: 'circular'; font-weight: 600; text-decoration: underline; color: #cab5b6;
}
.service-cities h4 {
	font-size: 25px; font-family: 'circular'; font-weight: 600; color: #f1fde3;text-shadow: 2px 3px 1px #000;
}
.service-cities h3 {
	font-size: 40px; font-family: 'font4'; font-weight: 600;  color: rgb(255, 255, 255); letter-spacing: 3px; text-shadow: 2px 3px 1px #000;
}
.service-cities .foot-tabber {
	padding: 10px; background: transparent;
}
.service-cities .foot-tabber h6 {
	color: transparent; font-family: font4; font-size: 15px; margin-top: 5px;
}
.service-cities .foot-tabber i {
	    margin-left: 235px;
    font-size: 30px;
}
.service-cities .foot-tabber:hover {
	padding: 10px; background: #000;  transition: 2s;
}
.service-cities .foot-tabber:hover h6 {
transition: 5s;  color: #cbfa96;
}
.service-cities .foot-tabber:hover i {
	    margin-left: 0px; transition: 2s;
    font-size: 30px; color: #cbfa96;
}
.service-cities hr {
	background: #cbfa96; width: 75%;
}
.bottom-footer {
	background: #000; padding: 25px 0px 10px 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; color: #cbfa96
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #cbfa96; text-decoration: none !important; color: #000; border-radius: 0px;border: 1px solid #cbfa96;
}
.trademark-disclaimer {
	padding: 10px 0; background: #cbfa96; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #000;
}



/* === 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: 1024px) {
	
	body,html{
		overflow-x: hidden; 
	}
	.home-intro{
    padding: 300px 0px 100px 0px;
    /* background: linear-gradient(90deg, rgba(203,250,150,0.9) 0%, rgba(203,250,150,0.9) 20%, rgba(203,250,150,0.7) 20%, rgba(203,250,150,0.7) 40%, rgba(203,250,150,0.5) 40%, rgba(203,250,150,0.5) 60%, rgba(203,250,150,0.3) 60%, rgba(203,250,150,0.3) 80%, rgba(203,250,150,0.15019418411896013) 80%, rgba(203,250,150,0.14739306367078087) 100%), url(/img/tile-roof-1.jpg); */
    /* background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/tile-roof-1.jpg); */
    /* background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1.jpg); */
    background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 90%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1-new.jpg);
    background-size: cover;
    color: #f1fde3;
	}

	.roof-services-intro{
    padding: 150px 20px 150px 20px;
    background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-build-1-new1.jpg);
    background-size: cover;
    background-attachment: fixed;
	}
	
	
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 768px) {
/**** 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: white;
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: white;
}
.top-header {
	background: black; 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;
}
.home-header-section {
	padding-top: 90px;
}
/**** 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: 144px; height: 100%; width: 200px; background-color: rgb(0,0,0); position: fixed !important; z-index: 3; 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: #949c91;
}
.bar-block .nav-link {
	color: #949c91;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}




.home-intro {
    padding: 300px 0px 100px 0px;
  /* background: linear-gradient(90deg, rgba(203,250,150,0.9) 0%, rgba(203,250,150,0.9) 20%, rgba(203,250,150,0.7) 20%, rgba(203,250,150,0.7) 40%, rgba(203,250,150,0.5) 40%, rgba(203,250,150,0.5) 60%, rgba(203,250,150,0.3) 60%, rgba(203,250,150,0.3) 80%, rgba(203,250,150,0.15019418411896013) 80%, rgba(203,250,150,0.14739306367078087) 100%), url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1.jpg);*/
		     background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1-new.jpg);

    background-size: cover; color: #f1fde3;
  
}
.home-intro h1 {
	font-family: fantasy; font-size: 50px; letter-spacing: 2px;  padding-bottom: 25px;
}
.home-intro h2 {
	font-family: circular; font-size: 25px; line-height: 50px;  color: #fff;
}
.home-intro h3 {
	font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px; color: #fff; padding: 10px;
}
.home-intro h3:hover {
	color: #000; background: #cbfa96; margin-left: 50px; transition: .7s;
}
.home-intro h4 {
	font-size: 40px; font-family: fantasy; font-weight: 500; letter-spacing: 2px; line-height: 40px; color: #fff; text-align: center;
}
.home-intro h5 {
	padding: 15px; background: #cbfa96; border: 2px solid #000; font-size: 20px; color: #000; width: 75%; margin-top: 50px; text-align: center; font-family: font2; font-weight: 600; text-transform: uppercase;
}
.home-intro h5:hover {
	background: #000; border: 2px solid #cbfa96; color: #cbfa96;
}
.home-intro  h6 {
	padding: 15px; background: #000; border: 2px solid #cbfa96; font-size: 20px; color: #cbfa96; width: 75%; margin-top: 50px; text-align: center;
}
.home-banner {
	padding: 50px 0px 50px 0px; text-align: center; background: #000; border: 15px solid #cbfa96; border-top: 5px solid #cbfa96; border-bottom: 5px solid #cbfa96;
}
.home-banner h3 {
	font-family: font4; font-size: 50px;
}
.home-banner h3 span {
	font-size: 20px;
}
.home-banner h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-banner h6 {
font-family: fantasy; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-banner .liner {
	background: #fff; width: 10%;
}
.home-banner .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #cbfa96; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}
.home1 {
	padding: 175px 75px 175px 75px;
	
	/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/roof-2.jpg);*/
		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2.jpg);*/
		background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2-new.jpg);

	background-size: cover;
}
.home1 .pad {
 background: #262525;
    box-shadow: -15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-left: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad:hover {
	   
}
.home1 .pad2 {
background: #161616;
    box-shadow: 15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad2:hover {
	    
}
.home1 h2 {
	font-family: 'font4'; font-size: 35px; text-align: center; font-weight: 800; color: #cbfa96; letter-spacing: 2px; text-shadow: 2px 2px 1px #000;
}
.home1 p {
	font-size: 18px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	padding: 100px 0px 100px 0px; background: #161616;
}
.home2 .cardy1 {
	padding: 25px; background: #000; color: #fff; border: 1px solid #000; height: 100%; border-left: 5px solid #000; border-top: 5px solid #000;
}
.home2 .cardy1:hover {
	 border: 1px solid #cbfa96;  border-left: 5px solid #cbfa96; border-top: 5px solid #cbfa96;
}
.home2 .cardy1:hover h3 {
	color: #cab5b6;
}
.home2 h3 {
	font-size: 25px; font-family: fantasy; letter-spacing: 2px; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home2 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600;
}
.home-quality {
	    padding: 175px 15px  175px 15px ;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/roofers-2.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/home-slider-1.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/esquibel-slider-1.jpg);*/
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.1) 100%), url(/img/esquibel-slider-1-new.jpg);

				
    background-size: cover;
}
.home-quality .showcase {
	padding: 25px 25px 25px 50px; margin-left: 0px;
}
.home-quality h3 {
	font-size: 35px; font-family: circular; color: #f1fde3; text-align: center;
}
.home-quality h3 u {
	text-decoration: none; font-size: 65px; font-weight: 600; color: #f5f5f5;
}
.home-quality h3 span {
	font-family: font5; color: #cab5b6; font-size: 65px;
}
.home-quality h3 strong {
	font-family: font4; color: #cbfa96; text-shadow: 2px 1px 1px #000;	font-size: 45px; letter-spacing: 3px;
}
.home-quality h4 {
	text-align: center; color: #f1fde3; font-size:  20px; font-family: circular; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.home-quality h4 span {
	font-size: 40px; font-weight: 600;
}
.home-quality p {
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; color: #fff; line-height: 35px;
}
.home3 {
	padding: 100px 125px 100px 125px; background: #000; color: #f5f5f5;
}
.home3 .padder {
	/*padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);

	background-size: cover; background-attachment: fixed;border: 5px solid #cbfa96;
}
.home3 .padder2 {
	/*padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);
	
	background-size: cover; background-attachment: fixed;border: 3px solid #cbfa96; 
}
.home3 .padder2 p {
	text-align: right;
}
.home3 h3 {
	font-size: 45px; font-family: fantasy; text-align: center;color: #cab5b6; text-shadow: 2px 2px 1px #000;
}
.home3 h3 u {
	color: #cbfa96; 
}
.home3 h4 {
	font-size: 30px; font-family: circular; text-align: right;color: #cab5b6; font-weight: 600; text-shadow: 2px 1px 1px #000;
}
.home3 h6 {
    font-size: 10px;
    color: transparent;
    text-align: center;
    margin-left: 30px;
    margin-right: -32px;
    margin-top: 10px;
}
.home3 a {
	color: inherit;
}
.home3 a:hover {
	color: #000;
}
.home3 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600; text-align: center; text-shadow: 1px 1px 1px #000;
}
.home3 i {
	font-size: 55px; margin-top: 25px; padding: 30px; border: 1px solid #000; border-radius: 100%;
}
.home3 i:hover {
	background: #000; color: #cbfa96; 
}
/**** About Section ****/
.about-1 {
	padding: 100px 50px 100px 50px; background: #f1fde3;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #cbfa96; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #cab5b6; opacity: 99%;
}
.about-1 p {
	font-family: 'circular'; color: #fff; font-size: 17px; line-height: 35px; margin-right: 100px; font-weight: 600;
}
.about-1 img {
 margin-top: 100px; width: 350px;
}
.about-1 li {
	color:  #e4102f; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: #000;
	padding: 30px;
}
/**** Services Section ****/

.roof-services-intro {
	padding: 150px 20px 150px 20px; background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-build-1-new1.jpg); background-size: cover; background-attachment: fixed;
}
.roof-services-intro .banner {
	padding: 25px; border: 1px solid #cbfa96;background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-build-1.jpg);background-size: cover; background-attachment: fixed; border-right-width: 5px; border-top-width: 5px;
}
.roof-services-intro h1 {
	font-family: font4; color: #cab5b6; font-size: 35px;
}
.roof-services-intro h2 {
	font-family: fantasy; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-intro h3 {
	font-family: font2; font-size: 18px; line-height: 40px; color: #f5f5f5; font-weight: 600; letter-spacing: 1px;
}
.roof-services-intro  p {
	font-family: 'circular';  font-size: 17px; line-height: 35px;  font-weight: 500; color: #fff;
}

.roof-services-main {
background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-collage-1-new1.png); background-size: cover;  background-repeat: no-repeat; color: #fff; text-shadow: 2px 2px 1px #000;
}
.roof-services-main .service-section1 {
	padding: 75px; border: 1px solid #cbfa96; background: #5348488f;
}
.roof-services-main .service-section2 {
	padding: 75px;
}
.roof-services-main h3 {
	font-family: fantasy; font-size: 35px; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-main p {
	font-family: circular; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 3px #000; font-weight: 600;
}
.roof-services-main img {
	box-shadow: 1px 1px 10px 3px #000;
}



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


/**** Sections On Every Page ****/
.contact-section {
 background: #cab5b6; border: 10px solid #000;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .crown {
	padding: 25px; margin-top: 75px;
}
.contact-section h2 {
	font-family: font5; font-size: 50px; padding-bottom: 50px; font-weight: 600; text-align: center;
}
.contact-section h2 span {
	font-family: font4; font-weight: 500;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; 
}
.contact-section h4 {
	font-size: 20px; font-family: circular; line-height: 40px; 
}
.contact-section h5 {
	font-size: 25px; font-family: font4; font-weight: 500; text-align: center; text-decoration: underline;
}
.contact-section h6 {
	font-size: 17px; font-family: circular; margin-left: 50px;
}
.contact-section img {
 max-width: 75%;
}




/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.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: black;
    background-size: cover; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2'; line-height: 20px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.h-card {
	text-align: center;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-size: 20px; font-family: 'circular'; font-weight: 600; text-decoration: underline; color: #cab5b6;
}
.service-cities h4 {
	font-size: 25px; font-family: 'circular'; font-weight: 600; color: #f1fde3;text-shadow: 2px 3px 1px #000;
}
.service-cities h3 {
	font-size: 40px; font-family: 'font4'; font-weight: 600;  color: rgb(255, 255, 255); letter-spacing: 3px; text-shadow: 2px 3px 1px #000;
}
.service-cities .foot-tabber {
	padding: 10px; background: transparent;
}
.service-cities .foot-tabber h6 {
	color: transparent; font-family: font4; font-size: 15px; margin-top: 5px;
}
.service-cities .foot-tabber i {
	    margin-left: 235px;
    font-size: 30px;
}
.service-cities .foot-tabber:hover {
	padding: 10px; background: #000;  transition: 2s;
}
.service-cities .foot-tabber:hover h6 {
transition: 5s;  color: #cbfa96;
}
.service-cities .foot-tabber:hover i {
	    margin-left: 0px; transition: 2s;
    font-size: 30px; color: #cbfa96;
}
.service-cities hr {
	background: #cbfa96; width: 75%;
}
.bottom-footer {
	background: #000; padding: 25px 0px 10px 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; color: #cbfa96
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #cbfa96; text-decoration: none !important; color: #000; border-radius: 0px;border: 1px solid #cbfa96;
}
.trademark-disclaimer {
	padding: 10px 0; background: #cbfa96; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #000;
}






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

body, html{
	overflow-x: hidden; 
}

/**** 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: white;
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: white;
}
.top-header {
	background: black; 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;
}

/**** 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: 84px; height: 100%; width: 200px; background-color: rgb(0,0,0); 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; color: #949c91;
}
.bar-block .nav-link {
	color: #949c91;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 80px;
}
.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; background: #0009;
}
.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;
}
.home-intro {
    padding: 300px 0px 100px 0px;
  /* background: linear-gradient(90deg, rgba(203,250,150,0.9) 0%, rgba(203,250,150,0.9) 20%, rgba(203,250,150,0.7) 20%, rgba(203,250,150,0.7) 40%, rgba(203,250,150,0.5) 40%, rgba(203,250,150,0.5) 60%, rgba(203,250,150,0.3) 60%, rgba(203,250,150,0.3) 80%, rgba(203,250,150,0.15019418411896013) 80%, rgba(203,250,150,0.14739306367078087) 100%), url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1.jpg);*/
							
							
							
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1-new.jpg);*/


		     background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);

    background-size: cover; color: #f1fde3;
  
}
.home-intro h1 {
	font-family: fantasy; font-size: 50px; letter-spacing: 2px;  padding-bottom: 25px;
}
.home-intro h2 {
	font-family: circular; font-size: 25px; line-height: 50px;  color: #fff;
}
.home-intro h3 {
	font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px; color: #fff; padding: 10px;
}
.home-intro h3:hover {
	color: #000; background: #cbfa96; margin-left: 50px; transition: .7s;
}
.home-intro h4 {
	font-size: 40px; font-family: fantasy; font-weight: 500; letter-spacing: 2px; line-height: 40px; color: #fff; text-align: center;
}
.home-intro h5 {
	padding: 15px; background: #cbfa96; border: 2px solid #000; font-size: 20px; color: #000; width: 75%; margin-top: 50px; text-align: center; font-family: font2; font-weight: 600; text-transform: uppercase;
}
.home-intro h5:hover {
	background: #000; border: 2px solid #cbfa96; color: #cbfa96;
}
.home-intro  h6 {
	padding: 15px; background: #000; border: 2px solid #cbfa96; font-size: 20px; color: #cbfa96; width: 75%; margin-top: 50px; text-align: center;
}
.home-banner {
	padding: 50px 0px 50px 0px; text-align: center; background: #000; border: 15px solid #cbfa96; border-top: 5px solid #cbfa96; border-bottom: 5px solid #cbfa96;
}
.home-banner h3 {
	font-family: font4; font-size: 50px;
}
.home-banner h3 span {
	font-size: 20px;
}
.home-banner h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-banner h6 {
font-family: fantasy; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-banner .liner {
	background: #fff; width: 10%;
}
.home-banner .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #cbfa96; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}
.home1 {
	padding: 105px 25px 105px 25px;
	
	/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/roof-2.jpg);*/
		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2.jpg);*/
		
		
		
		
		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2-new.jpg);*/

		background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%);




	background-size: cover;
}
.home1 .pad {
 background: #262525;
    box-shadow: -15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-left: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad:hover {
	   
}
.home1 .pad2 {
background: #161616;
    box-shadow: 15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad2:hover {
	    
}
.home1 h2 {
	font-family: 'font4'; font-size: 20px; text-align: center; font-weight: 800; color: #cbfa96; letter-spacing: 2px; text-shadow: 2px 2px 1px #000;
}
.home1 p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	padding: 100px 0px 100px 0px; background: #161616;
}
.home2 .cardy1 {
	padding: 25px; background: #000; color: #fff; border: 1px solid #000; height: 100%; border-left: 5px solid #000; border-top: 5px solid #000;
}
.home2 .cardy1:hover {
	 border: 1px solid #cbfa96;  border-left: 5px solid #cbfa96; border-top: 5px solid #cbfa96;
}
.home2 .cardy1:hover h3 {
	color: #cab5b6;
}
.home2 h3 {
	font-size: 25px; font-family: fantasy; letter-spacing: 2px; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home2 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600;
}
.home-quality {
	    padding: 175px 15px  175px 15px ;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/roofers-2.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/home-slider-1.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/esquibel-slider-1.jpg);*/
				
				
				
				
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.1) 100%), url(/img/esquibel-slider-1-new.jpg);*/


    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.1) 100%);

				
    background-size: cover;
}
.home-quality .showcase {
	padding: 25px 15px 25px 15px; margin-left: 0px;
}
.home-quality h3 {
	font-size: 35px; font-family: circular; color: #f1fde3; text-align: center;
}
.home-quality h3 u {
	text-decoration: none; font-size: 45px; font-weight: 600; color: #f5f5f5;
}
.home-quality h3 span {
	font-family: font5; color: #cab5b6; font-size: 65px;
}
.home-quality h3 strong {
	font-family: font4; color: #cbfa96; text-shadow: 2px 1px 1px #000;	font-size: 35px; letter-spacing: 3px;
}
.home-quality h4 {
	text-align: center; color: #f1fde3; font-size:  20px; font-family: circular; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.home-quality h4 span {
	font-size: 40px; font-weight: 600;
}
.home-quality p {
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; color: #fff; line-height: 35px;
}
.home3 {
	padding: 100px 25px 100px 25px; background: #000; color: #f5f5f5;
}
.home3 .padder {
	/*padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 75px 20px 75px 20px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);

	background-size: cover; background-attachment: fixed;border: 5px solid #cbfa96;
}
.home3 .padder2 {
	/*padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);
	
	background-size: cover; background-attachment: fixed;border: 3px solid #cbfa96; 
}
.home3 .padder2 p {
	text-align: right;
}
.home3 h3 {
	font-size: 35px; font-family: fantasy; text-align: center;color: #cab5b6; text-shadow: 2px 2px 1px #000;
}
.home3 h3 u {
	color: #cbfa96; 
}
.home3 h4 {
	font-size: 30px; font-family: circular; text-align: right;color: #cab5b6; font-weight: 600; text-shadow: 2px 1px 1px #000;
}
.home3 h6 {
    font-size: 10px;
    color: transparent;
    text-align: center;
    margin-left: 30px;
    margin-right: -32px;
    margin-top: 10px;
}
.home3 a {
	color: inherit;
}
.home3 a:hover {
	color: #000;
}
.home3 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600; text-align: center; text-shadow: 1px 1px 1px #000;
}
.home3 i {
	font-size: 55px; margin-top: 25px; padding: 30px; border: 1px solid #000; border-radius: 100%;
}
.home3 i:hover {
	background: #000; color: #cbfa96; 
}
/**** About Section ****/
.about-1 {
	padding: 100px 20px 100px 20px; background: #f1fde3;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 25px; color: #cbfa96; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #cab5b6; opacity: 99%;
}
.about-1 p {
	font-family: 'circular'; color: #fff; font-size: 17px; line-height: 35px; margin-right: 00px; font-weight: 600;
}
.about-1 img {
 margin-top: 100px; width: 350px;
}
.about-1 li {
	color:  #e4102f; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: #000;
	padding: 30px;
}
/**** Services Section ****/
/**** Services Section ****/

.roof-services-intro {
	padding: 150px 20px 150px 20px;
	/*background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-build-1-new.jpg);*/

	background: linear-gradient(90deg, #06060685 0%, #060606a3 100%);
	
	background-size: cover; background-attachment: fixed;
}
.roof-services-intro .banner {
	padding: 25px; border: 1px solid #cbfa96;background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-build-1.jpg);background-size: cover; background-attachment: fixed; border-right-width: 5px; border-top-width: 5px;
}
.roof-services-intro h1 {
	font-family: font4; color: #cab5b6; font-size: 27px;
}
.roof-services-intro h2 {
	font-family: fantasy; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-intro h3 {
	font-family: font2; font-size: 18px; line-height: 40px; color: #f5f5f5; font-weight: 600; letter-spacing: 1px;
}
.roof-services-intro  p {
	font-family: 'circular';  font-size: 17px; line-height: 35px;  font-weight: 500; color: #fff;
}

.roof-services-main {
/*background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-collage-1-new1.png);*/
background: linear-gradient(90deg, #06060685 0%, #060606a3 100%);


background-size: cover;  background-repeat: no-repeat; color: #fff; text-shadow: 2px 2px 1px #000;
}
.roof-services-main .service-section1 {
	padding: 30px; border: 1px solid #cbfa96; background: #5348488f;
}
.roof-services-main .service-section2 {
	padding: 75px;
}
.roof-services-main h3 {
	font-family: fantasy; font-size: 35px; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-main p {
	font-family: circular; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 3px #000; font-weight: 600;
}
.roof-services-main img {
	box-shadow: 1px 1px 10px 3px #000;
}





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


/**** Sections On Every Page ****/
.contact-section {
 background: #cab5b6; border: 10px solid #000;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .crown {
	padding: 25px; margin-top: 75px;
}
.contact-section h2 {
	font-family: font5; font-size: 40px; padding-bottom: 50px; font-weight: 600; text-align: center;
}
.contact-section h2 span {
	font-family: font4; font-weight: 500;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; 
}
.contact-section h4 {
	font-size: 20px; font-family: circular; line-height: 40px; 
}
.contact-section h5 {
	font-size: 25px; font-family: font4; font-weight: 500; text-align: center; text-decoration: underline;
}
.contact-section h6 {
	font-size: 17px; font-family: circular; margin-left: 50px;
}
.contact-section img {
 max-width: 75%;
}




/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.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: black;
    background-size: cover; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2'; line-height: 20px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.h-card {
	text-align: center;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-size: 20px; font-family: 'circular'; font-weight: 600; text-decoration: underline; color: #cab5b6;
}
.service-cities h4 {
	font-size: 25px; font-family: 'circular'; font-weight: 600; color: #f1fde3;text-shadow: 2px 3px 1px #000;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font4'; font-weight: 600;  color: rgb(255, 255, 255); letter-spacing: 3px; text-shadow: 2px 3px 1px #000;
}
.service-cities .foot-tabber {
	padding: 10px; background: transparent;
}
.service-cities .foot-tabber h6 {
	color: transparent; font-family: font4; font-size: 15px; margin-top: 5px;
}
.service-cities .foot-tabber i {
	    margin-left: 235px;
    font-size: 30px;
}
.service-cities .foot-tabber:hover {
	padding: 10px; background: #000;  transition: 2s;
}
.service-cities .foot-tabber:hover h6 {
transition: 5s;  color: #cbfa96;
}
.service-cities .foot-tabber:hover i {
	    margin-left: 0px; transition: 2s;
    font-size: 30px; color: #cbfa96;
}
.service-cities hr {
	background: #cbfa96; width: 75%;
}
.bottom-footer {
	background: #000; padding: 25px 0px 10px 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; color: #cbfa96
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #cbfa96; text-decoration: none !important; color: #000; border-radius: 0px;border: 1px solid #cbfa96;
}
.trademark-disclaimer {
	padding: 10px 0; background: #cbfa96; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #000;
}














/**** 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) {

body,html{
	overflow-x: hidden; 
}
/**** 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: white;
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: white;
}
.top-header {
	background: black; 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;
}

/**** 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: 144px; height: 100%; width: 200px; background-color: rgb(0,0,0); position: fixed !important; z-index: 3; 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: #949c91;
}
.bar-block .nav-link {
	color: #949c91;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}




.home-intro {
    padding: 300px 0px 100px 0px;
  /* background: linear-gradient(90deg, rgba(203,250,150,0.9) 0%, rgba(203,250,150,0.9) 20%, rgba(203,250,150,0.7) 20%, rgba(203,250,150,0.7) 40%, rgba(203,250,150,0.5) 40%, rgba(203,250,150,0.5) 60%, rgba(203,250,150,0.3) 60%, rgba(203,250,150,0.3) 80%, rgba(203,250,150,0.15019418411896013) 80%, rgba(203,250,150,0.14739306367078087) 100%), url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/tile-roof-1.jpg);*/
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.65) 5%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1.jpg);*/
							
							
							
		     /*background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%),url(/img/esquibel-tile-1-new.jpg);*/
		     background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);

    background-size: cover; color: #f1fde3;
  
}
.home-intro h1 {
	font-family: fantasy; font-size: 50px; letter-spacing: 2px;  padding-bottom: 25px;
}
.home-intro h2 {
	font-family: circular; font-size: 25px; line-height: 50px;  color: #fff;
}
.home-intro h3 {
	font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px; color: #fff; padding: 10px;
}
.home-intro h3:hover {
	color: #000; background: #cbfa96; margin-left: 50px; transition: .7s;
}
.home-intro h4 {
	font-size: 40px; font-family: fantasy; font-weight: 500; letter-spacing: 2px; line-height: 40px; color: #fff; text-align: center;
}
.home-intro h5 {
	padding: 15px; background: #cbfa96; border: 2px solid #000; font-size: 20px; color: #000; width: 75%; margin-top: 50px; text-align: center; font-family: font2; font-weight: 600; text-transform: uppercase;
}
.home-intro h5:hover {
	background: #000; border: 2px solid #cbfa96; color: #cbfa96;
}
.home-intro  h6 {
	padding: 15px; background: #000; border: 2px solid #cbfa96; font-size: 20px; color: #cbfa96; width: 75%; margin-top: 50px; text-align: center;
}
.home-banner {
	padding: 50px 0px 50px 0px; text-align: center; background: #000; border: 15px solid #cbfa96; border-top: 5px solid #cbfa96; border-bottom: 5px solid #cbfa96;
}
.home-banner h3 {
	font-family: font4; font-size: 50px;
}
.home-banner h3 span {
	font-size: 20px;
}
.home-banner h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-banner h6 {
font-family: fantasy; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-banner .liner {
	background: #fff; width: 10%;
}
.home-banner .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #cbfa96; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}
.home1 {
	padding: 105px 25px 105px 25px;
	
	/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/roof-2.jpg);*/
		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2.jpg);*/


		/*background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%), url(/img/esquibel-tile-2-new.jpg);*/
		background: linear-gradient(90deg, rgba(0,0,0,0.8028552485447304) 0%, rgba(0,0,0,0.8) 47.8%, rgba(0,0,0,0.1) 47.8%);

	background-size: cover;
}
.home1 .pad {
 background: #262525;
    box-shadow: -15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-left: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad:hover {
	   
}
.home1 .pad2 {
background: #161616;
    box-shadow: 15px -15px 0px 0px #cbfa96;
    border: 2px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
				margin-top: 25px; padding: 75px 25px 75px 25px;
}
.home1 .pad2:hover {
	    
}
.home1 h2 {
	font-family: 'font4'; font-size: 20px; text-align: center; font-weight: 800; color: #cbfa96; letter-spacing: 2px; text-shadow: 2px 2px 1px #000;
}
.home1 p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	padding: 100px 0px 100px 0px; background: #161616;
}
.home2 .cardy1 {
	padding: 25px; background: #000; color: #fff; border: 1px solid #000; height: 100%; border-left: 5px solid #000; border-top: 5px solid #000;
}
.home2 .cardy1:hover {
	 border: 1px solid #cbfa96;  border-left: 5px solid #cbfa96; border-top: 5px solid #cbfa96;
}
.home2 .cardy1:hover h3 {
	color: #cab5b6;
}
.home2 h3 {
	font-size: 25px; font-family: fantasy; letter-spacing: 2px; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home2 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600;
}
.home-quality {
	    padding: 175px 15px  175px 15px ;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/roofers-2.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/home-slider-1.jpg);*/
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.1) 55%), url(/img/esquibel-slider-1.jpg);*/
				
				
				
				
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.1) 100%), url(/img/esquibel-slider-1-new.jpg);*/
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8028552485447304) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.1) 100%);

				
    background-size: cover;
}
.home-quality .showcase {
	padding: 25px 15px 25px 15px; margin-left: 0px;
}
.home-quality h3 {
	font-size: 35px; font-family: circular; color: #f1fde3; text-align: center;
}
.home-quality h3 u {
	text-decoration: none; font-size: 45px; font-weight: 600; color: #f5f5f5;
}
.home-quality h3 span {
	font-family: font5; color: #cab5b6; font-size: 65px;
}
.home-quality h3 strong {
	font-family: font4; color: #cbfa96; text-shadow: 2px 1px 1px #000;	font-size: 35px; letter-spacing: 3px;
}
.home-quality h4 {
	text-align: center; color: #f1fde3; font-size:  20px; font-family: circular; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.home-quality h4 span {
	font-size: 40px; font-weight: 600;
}
.home-quality p {
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; color: #fff; line-height: 35px;
}
.home3 {
	padding: 100px 25px 100px 25px; background: #000; color: #f5f5f5;
}
.home3 .padder {
	/*padding: 75px 50px 75px 50px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	
	
	
	
	padding: 75px 20px 75px 20px; background: #fff; border: 1px solid #000;
	/*background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);*/
	background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%);

	background-size: cover; background-attachment: fixed;border: 5px solid #cbfa96;
}
.home3 .padder2 {
	/*padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000; background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4.jpg);*/
	padding: 15px 15px 15px 35px; background: #fff; border: 1px solid #000;
	
	
	
	/*background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-damage-4-new.jpg);*/
	background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%);
	
	background-size: cover; background-attachment: fixed;border: 3px solid #cbfa96; 
}
.home3 .padder2 p {
	text-align: right;
}
.home3 h3 {
	font-size: 35px; font-family: fantasy; text-align: center;color: #cab5b6; text-shadow: 2px 2px 1px #000;
}
.home3 h3 u {
	color: #cbfa96; 
}
.home3 h4 {
	font-size: 30px; font-family: circular; text-align: right;color: #cab5b6; font-weight: 600; text-shadow: 2px 1px 1px #000;
}
.home3 h6 {
    font-size: 10px;
    color: transparent;
    text-align: center;
    margin-left: 30px;
    margin-right: -32px;
    margin-top: 10px;
}
.home3 a {
	color: inherit;
}
.home3 a:hover {
	color: #000;
}
.home3 p {
	font-family: font2; font-size: 18px; line-height: 35px; font-weight: 600; text-align: center; text-shadow: 1px 1px 1px #000;
}
.home3 i {
	font-size: 55px; margin-top: 25px; padding: 30px; border: 1px solid #000; border-radius: 100%;
}
.home3 i:hover {
	background: #000; color: #cbfa96; 
}
/**** About Section ****/
.about-1 {
	padding: 100px 20px 100px 20px; background: #f1fde3;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 25px; color: #cbfa96; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #cab5b6; opacity: 99%;
}
.about-1 p {
	font-family: 'circular'; color: #fff; font-size: 17px; line-height: 35px; margin-right: 00px; font-weight: 600;
}
.about-1 img {
 margin-top: 100px; width: 350px;
}
.about-1 li {
	color:  #e4102f; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: #000;
	padding: 30px;
}
/**** Services Section ****/

.roof-services-intro {
	padding: 150px 20px 150px 20px;
	
	
	
	/*background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-build-1-new.jpg);*/
	background: linear-gradient(90deg, #06060685 0%, #060606a3 100%);

	background-size: cover; background-attachment: fixed;
}
.roof-services-intro .banner {
	padding: 25px; border: 1px solid #cbfa96;background: linear-gradient(90deg, #060606e6 0%, #060606e6 100%), url(/img/roof-build-1.jpg);background-size: cover; background-attachment: fixed; border-right-width: 5px; border-top-width: 5px;
}
.roof-services-intro h1 {
	font-family: font4; color: #cab5b6; font-size: 27px;
}
.roof-services-intro h2 {
	font-family: fantasy; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-intro h3 {
	font-family: font2; font-size: 18px; line-height: 40px; color: #f5f5f5; font-weight: 600; letter-spacing: 1px;
}
.roof-services-intro  p {
	font-family: 'circular';  font-size: 17px; line-height: 35px;  font-weight: 500; color: #fff;
}

.roof-services-main {
background: linear-gradient(90deg, #06060685 0%, #060606a3 100%), url(/img/roof-collage-1-new1.png); background-size: cover;  background-repeat: no-repeat; color: #fff; text-shadow: 2px 2px 1px #000;
}
.roof-services-main .service-section1 {
	padding: 30px; border: 1px solid #cbfa96; background: #5348488f;
}
.roof-services-main .service-section2 {
	padding: 75px;
}
.roof-services-main h3 {
	font-family: fantasy; font-size: 35px; letter-spacing: 2px; color: #cbfa96;
}
.roof-services-main p {
	font-family: circular; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 3px #000; font-weight: 600;
}
.roof-services-main img {
	box-shadow: 1px 1px 10px 3px #000;
}



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


/**** Sections On Every Page ****/
.contact-section {
 background: #cab5b6; border: 10px solid #000;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .crown {
	padding: 25px; margin-top: 75px;
}
.contact-section h2 {
	font-family: font5; font-size: 40px; padding-bottom: 50px; font-weight: 600; text-align: center;
}
.contact-section h2 span {
	font-family: font4; font-weight: 500;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; 
}
.contact-section h4 {
	font-size: 20px; font-family: circular; line-height: 40px; 
}
.contact-section h5 {
	font-size: 25px; font-family: font4; font-weight: 500; text-align: center; text-decoration: underline;
}
.contact-section h6 {
	font-size: 17px; font-family: circular; margin-left: 50px;
}
.contact-section img {
 max-width: 75%;
}




/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.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: black;
    background-size: cover; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2'; line-height: 20px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.h-card {
	text-align: center;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-size: 20px; font-family: 'circular'; font-weight: 600; text-decoration: underline; color: #cab5b6;
}
.service-cities h4 {
	font-size: 25px; font-family: 'circular'; font-weight: 600; color: #f1fde3;text-shadow: 2px 3px 1px #000;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font4'; font-weight: 600;  color: rgb(255, 255, 255); letter-spacing: 3px; text-shadow: 2px 3px 1px #000;
}
.service-cities .foot-tabber {
	padding: 10px; background: transparent;
}
.service-cities .foot-tabber h6 {
	color: transparent; font-family: font4; font-size: 15px; margin-top: 5px;
}
.service-cities .foot-tabber i {
	    margin-left: 235px;
    font-size: 30px;
}
.service-cities .foot-tabber:hover {
	padding: 10px; background: #000;  transition: 2s;
}
.service-cities .foot-tabber:hover h6 {
transition: 5s;  color: #cbfa96;
}
.service-cities .foot-tabber:hover i {
	    margin-left: 0px; transition: 2s;
    font-size: 30px; color: #cbfa96;
}
.service-cities hr {
	background: #cbfa96; width: 75%;
}
.bottom-footer {
	background: #000; padding: 25px 0px 10px 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; color: #cbfa96
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #cbfa96; text-decoration: none !important; color: #000; border-radius: 0px;border: 1px solid #cbfa96;
}
.trademark-disclaimer {
	padding: 10px 0; background: #cbfa96; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #000;
}








}