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

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

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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/TIMES.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-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
body,html{
	overflow-x:hidden;
}
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;  background: #0009;	z-index: 6; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; margin-top: 115px;
}

.top-header img {
	border-radius: 100%; margin-bottom: -115px;
}

.top-header-animate {
	background: rgb(255,255,255); margin-top: -150px; transition: 2.5s;
}
.top-header p {
	color: #fff; font-family: font2; font-size: 15px;
}

.top-header p strong {
	text-transform:uppercase; font-size: 17px;
}

.top-header i {
	font-size: 20px;
    position: relative;
    margin: 25px 10px 0px 10px;
    padding: 10px 10px 10px 12px;
    background: #949096;
    width: 40px;
    border-radius: 100%;
    color: #fff;
    height: 40px;
}

@media (max-width:991px){
	
.top-header {
    margin-top: 0;
	display:none;
}
.top-header img {
    margin-bottom: 0;
}
}

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


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: 45px 0 5px 0; position: fixed; background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat; width: 100%; z-index: 5;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 3px solid #000;
}
.navbar-scroll img {
	margin-top: -35px; margin-left: 45px; margin-bottom: 15px;
}
.navbar-scroll .header-button {
	    padding: 15px;
    border: 1px solid #c20001;
    width: fit-content;
    border-radius: 10px; background: #fff;
    color: #c20001; text-transform: uppercase;
    margin-top: -20px;
    font-family: font2;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-scroll .header-button:hover {
	background: #c20001; color: #fff;
}

.navbar-scroll .header-button2 {
	    padding: 15px;
    border: 1px solid #010e6b;
    width: fit-content; background: #fff;
    border-radius: 10px;
    color: #010e6b; text-transform: uppercase;
    margin-top: -20px;
    font-family: font2;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-scroll .header-button2:hover {
	background: #010e6b; color: #fff;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: #000; font-family: 'font2'; text-transform: uppercase;
	margin-top: -25px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%; 
}
.mobile-top-header {
	display: none !important;
}

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

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

.video-hero {
  position: relative;
  width: 100%;
  min-height: 100vh; /* adjust: 100vh for full screen */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.video-hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

/* Optional dark overlay for text contrast */
.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

/* Content */
.video-hero__content {
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}

.video-hero__content h1 {
  font-size: 45px; font-weight: 600; text-transform: uppercase;
  margin-bottom: 0.75rem; font-family: font2;
}
.video-hero__content h1 span {
	font-size: 20px; font-weight: 500;text-transform: none;
}

.video-hero__content p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 40px; margin: 0px 200px 0px 200px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .video-hero {
    min-height: 60vh;
  }
}






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

    /* override: stop flex from squeezing the slide track */
    display: block;
}

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

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

/*.carousel-info h1 {
    font-family: font3; font-size: 30px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}
.carousel-info h1 span {
    color: #EDDDAF; text-shadow: 1px 1px 1px #000; font-size: 45px; letter-spacing: 1px;
}
.carousel-info h2 {
    font-family: font3; font-size: 25px; position: relative; left: 10%;
    text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}
.carousel-info p {
    font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

*/

.carousel-info h1 {
  font-size: 45px; font-weight: 600; text-transform: uppercase;
  margin-bottom: 0.75rem; font-family: font2; text-align:center;
}
.carousel-info h1 span {
	font-size: 20px; font-weight: 500;text-transform: none;
}

.carousel-info p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 40px; margin: 0px 200px 0px 200px;
}






/* Services grid inside panel (unchanged) */
.carousel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.carousel-service {
  padding: 15px;
  background: linear-gradient(to right, #000000c4, #0000008f), url(/img/homepage/rb1-25.png) no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #000000;
  margin: 10px 0px 10px 0px;
  border-radius: 15px;
}
.carousel-service h3 {
  font-family: font8;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  width: 175px;
}
.carousel-service h3 span { color: #121862; }
.carousel-quote-button {
  background-color: #121862;
  padding: 15px 25px;
  border-radius: 10px; font-family: font4;
  margin-top: 20px;
}
.carousel-quote-button h5 { margin: 0; color: #fff; }

/* ===== Carousel Slides — Cross-fade + Mini Zoom ===== */


:root { --slideDuration: 7000ms; }

@keyframes kb-zoom-in {
  from { transform: translateZ(0) scale(1); }
  to   { transform: translateZ(0) scale(1.10); } /* adjust to taste */
}

.carousel-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateZ(0) scale(1);
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  transition: opacity .7s ease;
  backface-visibility: hidden;
}

.carousel-slide.is-active{
  opacity: 1;
  animation: kb-zoom-in var(--slideDuration) linear both;
  z-index: 2;
}

.carousel-slide.is-leaving{
  opacity: 0;
  transition:
    opacity .7s ease,
    transform 1.5s cubic-bezier(.2,.75,.2,1);
  z-index: 1;
}

/* Reduced motion stays respected */
@media (prefers-reduced-motion: reduce){
  .carousel-slide{ transition: none !important; transform: none !important; animation: none !important; }
}
/* Navigation Buttons (unchanged) */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff; width: 3%;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3;
  font-size: 24px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.carousel-nav:hover { background: rgba(0, 0, 0, 0.8); }
.carousel-nav.prev { left: 20px; }
.carousel-nav.next { right: 20px; }


/* explicit layers + isolation to avoid transform quirks */
.custom-carousel { position: relative; isolation: isolate; }

:root{
  --z-slides: 0;
  --z-slide-active: 1;
  --z-overlay: 50;   /* higher than any slide */
  --z-nav: 60;
}

.carousel-slides{ z-index: var(--z-slides); }
.carousel-slide{ z-index: var(--z-slides); }
.carousel-slide.is-active{ z-index: var(--z-slide-active); }
.carousel-slide.is-leaving{ z-index: var(--z-slides); }

.carousel-info{ z-index: var(--z-overlay); }
.carousel-nav{ z-index: var(--z-nav); }






@media(max-width: 991px){
.carousel-info {
    padding: 50px 10px;
    text-align: center;
}
.custom-carousel {
    height: 95vh;
}

.carousel-info .intro-content {
    padding: 175px 10px 150px 10px;
    background: none;
}
.carousel-info h1 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    font-family: font2;
    text-align: center;
}
	
.carousel-info p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 40px;
    margin: 0px 10px 0px 10px;
}
}










.wallpaper-process {
  padding: 150px 0px;
 background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
}

.process-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.process-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform .45s ease, box-shadow .45s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(0,0,0,.6);
}

/* Image */
.process-media {
  position: relative;
  overflow: hidden;
}

.process-media img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  transition: transform .6s ease;
}

.process-card:hover img {
  transform: scale(1.08);
}

/* Step capsule */
.process-step {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .4rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .05em;
  transition: background .4s ease, color .4s ease;
}

.process-card:hover .process-step {
  background: #fff;
  color: #000;
}

/* Content */
.process-content {
  padding: 1.75rem;
  color: #000;
}

.process-content h3 {
  font-size: 23px;
  margin-bottom: .5rem; font-family: font2;
  text-transform: uppercase;  color: #010e6b; 
  transition: color .3s ease;
}

.process-card:hover h3 {
  font-weight: 600;
}

.process-content p {
  font-size: .95rem;
  line-height: 1.6;
  opacity: .9;
  margin-bottom: 1rem;
}

.process-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-content li {
  font-size: .9rem;
  padding-left: 1.2rem;
  margin-bottom: .45rem;
  position: relative;
}

.process-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c20001;
  font-weight: bold;
}



.hero-intro,
.hero-row {
  min-height: 80vh; background: #000;
}

.hero-thumb-col {
  padding: 0;
}

.hero-thumb {
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transition: all 0.3s ease;
}

.hero-thumb.active img,
.hero-thumb:hover img {
  filter: brightness(1);
  transform: scale(1.05);
}

/* Stacked title (upper-left) */
.thumb-title {
 position: absolute;
    top: 150px;
    left: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    height: 400px;
    font-family: font2;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}

.thumb-title span {
  font-size: 25px; margin:5px 0px 5px 0px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

/* Hero */
.hero-main {
  position: relative;
  min-height: 80vh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 80px;
  color: #fff;
}

.hero-content h2 {
  font-size: 45px; font-family: font2; text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-cta {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.hero-cta:hover {
	color: #000; background: #fff;
}

@media (max-width: 991px) {
  .hero-row {
    flex-direction: column;
  }

  .hero-thumb-col {
    height: 80px;
  }

  .hero-content {
    padding: 40px 10px;
	text-align:center;
	    max-width: 100%;
  }
  
  
  
.thumb-title {
    top: 0;
    height: auto;

	flex-direction:row;
	
	width: 70%;
}
  
}

.why-choose-us {
  padding: 100px 0;
 
	background: linear-gradient(to right, #0000005e, #00000040), url(/img/homepage/wallpaper-05.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.why-choose-us .container {
	padding: 150px 50px 150px 50px; background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat; border-radius: 10px; box-shadow: 0 40px 80px rgba(0,0,0,.6);
}

.why-content h2 {
  font-size: 45px; font-family: font2; text-transform:uppercase;
  margin-bottom: 20px;
}

.why-content .lead {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #444;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.why-list li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}

.why-list li strong {
	font-family: font2; font-size: 20px; text-transform:uppercase;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c20001; font-size: 25px;
  font-weight: bold;
}

.why-cta {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.why-cta:hover {
  background: #010e6b;
    color: #fff;
}

.why-image img {
    width: 85%;
    height: 600px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-left: 50px;
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 60px 0;
  }
.why-choose-us .container {
    padding: 110px 10px 110px 10px;
	text-align: center;
}
  .why-content {
    margin-bottom: 40px;
  }
.why-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-left: 0;
}
  
}



.image-gallery {
  padding: 100px 0;
}

.gallery-title {
  text-align: center;
  font-size: 50px; font-family: font2; text-transform: uppercase;
  margin-bottom: 40px;
}

/* CLEAN GRID */
.gallery-carousel {
  padding: 100px 0 200px 0;
   background: linear-gradient(to right, #cdc7c7c7, #cdc7c7c7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
}

.gallery-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

/* Carousel layout */
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 50px 0;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track img {
  flex: 0 0 auto;
  width: 280px;
  height: 275px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Hover enlarge */
.carousel-track img:hover {
  transform: scale(1.08);
  box-shadow: 1px 1px 10px 1px #000;
  z-index: 2;
}

/* Nav buttons */
.carousel-nav {
    background: #000;
    color: #fff;
    border: none;
    font-size: 2.5rem;
    width: 225px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.carousel-nav:hover {
  opacity: 1;
}

.carousel-nav.prev {
  margin-right: 10px;
}

.carousel-nav.next {
  margin-left: 10px;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .carousel-track img {
    width: 180px;
    height: 130px;
  }
.carousel-nav {
    width: auto;
    height: 45px;
}
  .gallery-carousel {
    padding: 60px 0;
  }
}

.consultation-steps {
  padding: 100px 0;
     background: linear-gradient(to right, #000000d9, #000000d9), url(/img/homepage/wp-03.webp);
    background-size: 10%;
    background-repeat: repeat;
    background-color: #e3e3e3;
  color: #fff;
}

.consultation-steps-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 60px;
}

.consultation-steps-header h2 {
  font-size: 2.8rem;
  margin-bottom: 20px; font-family: font2; text-transform: uppercase;
}

.consultation-steps-header p {
  font-size: 1.2rem;
  color: #ccc;
}

.consultation-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.consultation-step {
   box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  padding: 40px 30px;
  border-radius: 16px; background: #0000004a;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consultation-step:hover {
  transform: translateY(-15px); background: #0009;
 
}

.consultation-step:hover h3 {
	color: #c20001;
}

.consultation-step:hover .step-number {
	background: #010e6b; color: #fff;
}

.consultation-step .step-number {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultation-steps .spanner {
	margin-top: 50px;
}

.consultation-step h3 {
  font-size: 1.4rem;
  margin-bottom: 15px; text-transform: uppercase; font-family: font2;
}

.consultation-step p {
  font-size: 1rem;
  color: #bbb;
}

.consultation-steps-footer {
  text-align: center;
}

.consultation-steps-cta {
  display: inline-block;
  padding: 25px 44px;
  border-radius: 40px;

  /* Text */
  color: #444;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;

  /* Animation base */
  background: #c20001;
  box-shadow: 0 0 0 rgba(0,0,0,0);

  /* Color + glow animation (hard snap) */
  animation: ctaPulse 3.2s steps(1, end) infinite;

  /* Movement only */
  transition: transform 0.25s ease;
}

/* Hover: kill animation, go solid */
.consultation-steps-cta:hover {
  animation: none;
  background: #000;
  color: #fff;

  transform: translateY(-2px);
}

/* Keyframes — color + glow together */
@keyframes ctaPulse {
  0% {
    background: #000;

  }
  50% {
    background: #fff;

  }
  100% {
    background: #000;

  }
}



/* Responsive */
@media (max-width: 991px) {
  .consultation-steps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .consultation-steps-grid {
    grid-template-columns: 1fr;
  }

  .consultation-steps {
    padding: 70px 0;
  }
}

.selling-points {
  padding: 120px 0;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.71) 100%), url(/img/homepage/wallpaper-10.jpg);
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
}

.selling-content {
  max-width: 560px;
}

.selling-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #010e6b;
  font-size: 15px;
}

.selling-content h2 {
  font-size: 2.8rem; font-family: font2; text-transform: uppercase;
  margin-bottom: 20px;
}

.selling-intro {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 40px;
}

/* FEATURES */
.selling-features {
  margin-bottom: 40px;
}

.selling-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.feature-icon {
 width: 60px;
    height: 40px;
    background: #c200014a;
    color: #c20001;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selling-feature h4 {
  font-size: 1.2rem; font-family: font2; text-transform: uppercase;
  margin-bottom: 6px;
}

.selling-feature p {
  font-size: 0.95rem;
  color: #666;
}

/* METRICS */
.selling-metrics .metric {
  margin-bottom: 20px;
}

.metric-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 6px;
}

.metric-bar {
  background: #eee;
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.metric-bar span {
  display: block;
  height: 100%;
  background: #c20001;
  border-radius: 6px;
}

.metric-bar mark {
  display: block;
  height: 100%;
  background: #010e6b;
  border-radius: 6px;
}


/* VISUALS */
.selling-visual {
  position: relative;
  padding-left: 60px;
}

.visual-main img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.visual-secondary {
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 55%;
}

.visual-secondary img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.visual-accent {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  background: #e0a03a;
  border-radius: 24px;
  z-index: -1;
}

/* Responsive */
@media (max-width: 991px) {
  .selling-points {
    padding: 80px 0;
	        text-align: center;
  }
.selling-content h2 {
    font-size: 2rem;
    text-transform: uppercase;
}
  .selling-visual {
    padding-left: 0;
    margin-top: 60px;
  }
.selling-feature {
    gap: 0;
}
  .visual-secondary {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 30px;
  }
}


.home1 {
	padding: 75px 0 75px 0;     background: linear-gradient(to right, #000000c7, #000000c7), url(/img/homepage/wallpaper-07.jpg);
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
}
.home1 .pad {
	padding: 50px;    background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-03.webp);
    background-size: 10%; height: 100%;
    background-repeat: repeat; border-radius: 15px;
}
.home1 h2 {
	font-family: 'font2'; font-size: 35px; text-align: left; text-transform: uppercase;
}
.home1 h3 {
	font-size: 18px; line-height: 40px; color: #000;
}

.home1 h3 strong {
	font-family: font2; text-transform: uppercase;
}

.home1 p {
	font-size: 17px; line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}


@media (max-width: 991px){
.home1 h2 {
    font-family: 'font2';
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.home1 .pad {
    padding: 50px 10px;
    text-align: center;
}
	
}
/**** About Section ****/
.about-hero {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-overlay {
  background: rgba(0,0,0,0.6);
  padding: 80px;
  text-align: center;
  color: #fff; border-radius: 20px;
}

.about-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px; font-family: font2; text-transform: uppercase;
}

.about-hero p {
  font-size: 1.2rem;
  max-width: 700px; line-height: 35px;
}

.about-who {
  padding: 100px 0;
  background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
}

.about-who h2 {
  font-size: 2.8rem; font-family: font2; text-transform: uppercase;
  margin-bottom: 10px;
}

.about-who h4 {
  color: #777; font-family: font2;
  margin-bottom: 20px;
}

.about-who p {
	font-size: 17px; line-height: 35px;
}

.about-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 750px;
}

.service-card {
  background-size: cover;
  background-position: center;
  position: relative;
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

.service-overlay h3 {
  font-size: 2.5rem; font-family: font2; text-transform: uppercase;
  margin-bottom: 15px;
}

.about-expertise {
  padding: 80px 0; font-family: font2; text-transform: uppercase;
  background: #111;
  color: #fff;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight:500;
}

@media(max-width: 991px){

.about-hero-overlay {
    padding: 80px 15px;
    text-align: center;
}
.about-who {
    text-align: center;
}

.about-services {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.service-overlay h3 {
    font-size: 2rem;
}
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

}






.why-choose-stacked {
  padding: 100px 0;
  background: #fff;
}

/* Top box */
.why-box {
  max-width: 720px;
  margin: 0 auto 50px;
  padding: 50px 60px;
  text-align: center;
      background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.why-box h2 {
  font-size: 35px;
  margin-bottom: 15px; font-family: font2; text-transform: uppercase;
}

.why-box p {
  font-size: 1.15rem;
  color: #555;
}

/* Reasons list */
.why-reasons {
  max-width: 720px;
  margin: 0 auto;
      background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;border-radius: 20px;
    background-repeat: repeat;box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.why-reason {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.why-reason:last-child {
  border-bottom: none;
}

.reason-icon {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-reason h4 {
  font-size: 1.25rem;
  margin-bottom: 6px; font-family: font2; text-transform: uppercase;
}

.why-reason p {
  font-size: 0.95rem;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .why-box {
    padding: 40px 30px;
  }

  .why-box h2 {
    font-size: 2.2rem;
  }
}









.about-projects {
    padding: 150px 0;
    font-family: font2;
    text-transform: uppercase;
    background: #111;
    color: #fff;
}

.projects-header {
    text-align: center;
    margin-bottom: 50px;
}

.projects-header h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.projects-sub {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-top: 10px;
}

.projects-controls {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.projects-controls select,
.projects-controls input {
    background: #000;
    color: #fff;
    border: 1px solid #333;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: font2;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-item {
    background: #1a1a1a;
    padding: 20px;
    border: 1px solid #222;
    transition: 0.3s ease;
}

.project-item:hover {
    background: #222;
    border-color: #444;
}

.project-item span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.6;
    margin-bottom: 6px;
}
@media (max-width: 991px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}
.project-year {
    border-bottom: 1px solid #222;
    padding: 20px 0;
}

.project-year summary {
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.project-year summary::-webkit-details-marker {
    display: none;
}

.year-title {
    font-weight: bold;
}

.year-count {
    opacity: 0.6;
    font-size: 0.9rem;
}

.year-projects {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.project-item {
    display: flex;
	flex-direction: column;
    gap: 10px;
    font-size: 0.85rem;
}

.project-type {
    opacity: 0.5;
    min-width: 90px;
}

.project-name {
    opacity: 0.9;
}










.about-locations {
	    background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    padding: 100px;
	
	
	

}

.about-locations h2 {
	font-family: font2; text-transform: uppercase; font-size: 45px;
}

.about-locations p {
	font-size: 17px; line-height: 35px;
}

.about-locations li {
	font-family: font2; line-height: 40px; font-size: 20px;
}

.about-cta {
  padding: 100px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

.about-cta h2 {
	font-family: font2; text-transform: uppercase;
}

.about-cta p {
	font-size: 17px; line-height: 35px; margin: 25px 0px 25px 0px;
}


@media (max-width: 991px){
.about-locations {
    padding: 100px 20px;
	text-align:center;
}
.about-locations ul{
	    padding: 0;
    list-style-type: none;
    font-weight: 800;
}
	
}
/**** Services Section ****/
.service-intro {
  position: relative;
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.service-intro__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.service-intro__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15rem 2rem;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 3rem;
  align-items: center;
  z-index: 2;
}

/* LEFT CONTENT */
.service-intro__content h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 0.5rem; font-family: font2; text-transform: uppercase;
}

.service-intro__content h3 {
  font-size: 1.2rem; font-family: font2;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}

.service-intro__content p {
  max-width: 520px;
  line-height: 35px;
  margin-bottom: 2rem;
}

/* CTA */
.btn-primary {
  display: inline-block;
  padding: 0.85rem 2.25rem;
  background: #ffffff;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-3px); background: #000; color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* RIGHT LEGEND */
.service-intro__legend {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-intro__legend a {
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 20px; font-family: font2;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-intro__legend a:hover {
  background: #000;
  color: #fff;
  transform: translateX(-6px);
}

/* MOBILE FIXES */
@media (max-width: 900px) {
  .service-intro__inner {
    grid-template-columns: 1fr;
        padding: 7rem 1rem;
        text-align: center;
  }

  .service-intro__legend {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center;
  }

  .service-intro__legend a {
    font-size: 0.85rem;
  }
}

.mcb-sellingpoints {
  padding: 80px 0;
}

.sp-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.sp-card {
  position: relative;
  border: 2px solid #000;
  padding: 35px 25px 35px 65px;
  background: #fff; border-radius: 10px;
  overflow: hidden;
  transition: .35s ease;
}

/* Icon box starting at top-left corner */
.sp-card .sp-icon {
  position: absolute;
  top: 20px;
  left: 3px;
  width: 45px;
  height: 45px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: .35s ease;
}

/* Yellow slide overlay effect */
.sp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  width: 0%;
  z-index: -1;
  transition: .35s ease;
}

.sp-card:hover {
  width: 100%;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 90%, rgb(0, 0, 0) 90%); cursor: pointer; box-shadow: 1px 1px 10px 1px #000;
}

.sp-card:hover h3 {
	color: #fff; text-shadow: 1px 1px 1px #000; letter-spacing: 1px; margin-left: -15px; background: #000;
	width: 110%;
}

.sp-card:hover::before {
  width: 100%;
}

/* Icon moves down on hover */
.sp-card:hover .sp-icon {
  top: 30%; font-size: 35px;
  transform: translateY(-50%);
  background: #000; color: #c7c7c7;
  border-radius: 50%;
}

/* Typography */
.sp-card h3 {
  font-size: 22px; padding: 10px;text-transform: uppercase; 
  font-weight: 800; font-family: font2;
}

.sp-card p {
  font-size: 15px;
  margin-top: 10px;
  color: #333;
}

/* Adapt to mobile */
@media (max-width: 700px) {
  .sp-wrap { grid-template-columns: 1fr; }
}

.service-main {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 10rem 2rem;
  color: #fff;
}



.service-main__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.6) 40%,
    rgba(0,0,0,0.4) 100%
  );
}

.service-main__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  z-index: 2;
}

/* LEFT CONTENT */
.service-main__content h2 {
  font-size: 45px; font-family: font2; text-transform: uppercase;
  margin-bottom: 1rem;
}

.service-main__content p {
  max-width: 520px;
  font-size: 17px;
  line-height: 35px;
  opacity: 0.95;
}

/* RIGHT FEATURES */
.service-main__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-pill {
  padding: 1rem 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  font-size: 20px;
  font-weight: 500; font-family: font2; letter-spacing: 1px; text-transform: uppercase;
  transition: all 0.3s ease;
}

/* Hover interaction (Pixydrops-inspired, subtle) */
.feature-pill:hover {
  background: #fff;
  color: #000;
  transform: translateX(-6px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .service-main__inner {
    grid-template-columns: 1fr;
	        text-align: center;
  }

  .service-main__features {
    margin-top: 2rem;
  }
  
  .service-main__content h2 {
    font-size: 2rem;
}


.service-main__content p {
    max-width: 100%;
    font-size: 17px;
    line-height: 35px;
    opacity: 0.95;
}
 
  .service-main__inner {
    grid-template-columns: 1fr;
  }

  .service-main__content {
    order: 1;
  }

  .service-main__features {
    order: 2;
  }
 
}



.service-cta {
      background: linear-gradient(to right, #000000d9, #000000d9), url(/img/homepage/wp-03.png);
    background-size: 10%;
    background-repeat: repeat;
    background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
}

.service-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.75rem; font-family: font2; text-transform: uppercase;
}

.service-cta p {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  opacity: 0.9;
}

.service-cta__btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
}

.flippa {
	    background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat; color: #000;    text-align: center;
    padding: 4rem 2rem;
}

.flippa h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.75rem; font-family: font2; text-transform: uppercase;
}

.flippa p {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  opacity: 0.9;
}

.flippa__btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.flippa__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
}


.extended-services {
  padding: 50px 0px;
      background: linear-gradient(to right, #000000f2, #000000f2), url(/img/homepage/wp-03.png);
    background-size: 10%;
    background-repeat: repeat;
    background-color: #000;
  color: #fff;
}

.extended-services h2 {
  text-align: center;
  margin-bottom: 3rem; font-family: font2; text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.extended-grid {
  max-width: 75%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD BASE */
.extended-card {
  position: relative;
  height: 425px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}

.extended-card:hover {
	box-shadow: 1px 1px 10px 1px #fff;
}

/* Default visible title */
.extended-card__base {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: opacity 0.4s ease;
}

.extended-card__base h3 {
  font-size: 1.6rem; font-family: font2; text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Hover curtain */
.extended-card__hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.78);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.45s ease;
}

.extended-card__hover h3 {
  font-size: 1.5rem; font-family: font2; text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.extended-card__hover p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.extended-card__hover ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.extended-card__hover li {
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.extended-card__hover li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
}

/* Hover interactions */
.extended-card:hover .extended-card__hover {
  transform: translateY(0);
}

.extended-card:hover .extended-card__base {
  opacity: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .extended-grid {
    grid-template-columns: 1fr;
  }

  .extended-card {
    height: 430px;
  }
}

/* =========================
   AAW PROCESS SECTION
========================= */

.aaw-process {
  padding: 6rem 2rem;
     background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
}

.aaw-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* STEP CARD */
.aaw-step {
  display: grid;
  grid-template-columns: 55% 45%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 4rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* EVEN STEPS FLIP LAYOUT */
.aaw-step.aaw-flip {
  grid-template-columns: 45% 55%;
}

/* IMAGE */
.aaw-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TEXT AREA */
.aaw-step-text {
  padding: 2.5rem;
  position: relative;
}

/* STEP LABEL */
.aaw-step-label {
  display: block;
  font-size: 50px;
  font-weight: 700; font-family: font2;
  letter-spacing: 0.08em; text-align: center; margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 0.75rem; padding: 10px;
}

.aaw-step:hover .aaw-step-label {
	font-size: 25px; text-align: left; margin-top: 0px; background: #000; color: #fff; border-radius: 5px; width: fit-content;
	margin-left: -15px; margin-right: 15px; transition: 1s;
}

/* SUPPORTIVE CONTENT */
.aaw-step-content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.aaw-step:hover .aaw-step-content {
  opacity: 1;
  transform: translateY(0);
}

.aaw-step-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.aaw-step-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.aaw-step-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aaw-step-content li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.aaw-step-content li::before {
  content: "•";
  position: absolute;
  left: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .aaw-step,
  .aaw-step.aaw-flip {
    grid-template-columns: 1fr;
  }
}




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

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

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


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


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

.aaw-contact-hero {
  position: relative;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  align-items: center;
  color: #fff; padding-top: 150px;
}

.aaw-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.aaw-contact-hero-inner {
  position: relative;
  max-width: 100%;
  padding: 3rem;
}

.aaw-contact-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 1rem; font-family: font2; text-transform: uppercase;
}

.aaw-contact-hero p {
	font-size: 17px; line-height: 35px;
}

.aaw-why-hire {
  padding: 5rem 2rem;    background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;
}

.aaw-why-hire-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.aaw-why-hire h2 {
	font-family: font2; text-transform: uppercase; font-size: 40px;
}

.aaw-why-hire p {
	font-size: 17px; line-height: 35px;
}

.aaw-why-hire li {
	line-height: 40px; font-family: font2; font-size: 20px;
}

.aaw-why-hire-image img {
  width: 100%; box-shadow: 1px 1px 10px 1px #000;
  border-radius: 16px;
}

@media (max-width: 900px) {
	
.aaw-contact-hero {
    padding: 100px 0;
}
.aaw-why-hire {
    padding: 5rem 2rem;
    text-align: center;
}

.aaw-why-hire ul{
	
	padding:0;
	list-style-type:none;
	font-weight: 700;
}
  .aaw-why-hire-inner {
    grid-template-columns: 1fr;
  }
}

.aaw-service-overview {
  padding: 5rem 2rem;
  background: #fff;
  text-align: center;
}

.aaw-service-overview h2 {
  margin-bottom: 3rem; font-family: font2; text-transform: uppercase; font-size: 45px;
}

/* GRID */
.aaw-flip-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

/* CARD */
.aaw-flip-card {
  perspective: 1200px; border: 1px solid #000;border-radius: 16px;
}

.aaw-flip-inner {
  position: relative;
  width: 100%;
  height: 240px;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.aaw-flip-card:hover .aaw-flip-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK */
.aaw-flip-front,
.aaw-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* FRONT */
.aaw-flip-front {
background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%; font-family: font2; text-transform: uppercase;
    background-repeat: repeat;
}

.aaw-flip-front i {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

/* BACK */
.aaw-flip-back {
  background: #111;
  color: #fff;
  transform: rotateY(180deg);
  text-align: left;
}

.aaw-flip-back p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.aaw-flip-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aaw-flip-back li {
  font-size: 0.85rem;
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.aaw-flip-back li::before {
  content: "•";
  position: absolute;
  left: 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .aaw-flip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .aaw-flip-grid {
    grid-template-columns: 1fr;
  }
}


.aaw-service-areas {
  padding: 5rem 2rem;
  text-align: center;
  background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/houston.jpg);
    background-size: cover; background-position: bottom; background-attachment: fixed;
    background-repeat: no-repeat;
}

.aaw-service-areas h2 {
	padding: 25px; background: #fff; font-family: font2; text-transform: uppercase; width: max-content;
	text-align: center; border-radius: 10px; font-size: 50px; margin-bottom: 0px;
	border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
}

.aaw-areas-grid {
  max-width: 1100px;
  margin: 0 auto 0;
  display: grid; padding: 50px;    
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px); border-radius: 15px;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 0.75rem;
}

.aaw-areas-grid span {
 
  padding: 0.6rem 1rem; 
  border-radius: 999px; color: #fff;
  font-size: 0.9rem;
}

.aaw-contact-cta {
  background: #000;
  color: #fff;
  padding: 4.5rem 2rem;
  text-align: center;
}

.aaw-cta-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.9rem 2.4rem;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

@media(max-width:991px){
.aaw-service-areas h2 {
    font-family: font2;
    font-size: 2rem;
    width: 100%;

    margin-bottom: 0px;
}

.aaw-areas-grid {
    grid-template-columns: auto;
}

}

/* ========================================== */
/* === 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  .mixa img {
	margin-left: -50px; margin-right: 50px; margin-top: 25px;
}
.footer-section {
	padding: 0 0 10px;     background: linear-gradient(to right, #ffffffc7, #ffffffc7), url(/img/homepage/wp-02.webp);
    background-size: 10%;
    background-repeat: repeat;  font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: #010e6b; font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase;
}
.service-cities h3 {
	font-size: 35px; font-family: 'font2'; text-transform: uppercase;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #0009;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.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) {
	
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

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

/**** 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: 130px;
    height: 100%;
    width: 200px;
    background-color: rgb(250,250,250);
    position: fixed !important;
    z-index: 99;
    overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	
	font-family: font2;
	font-weight: 700;
	color:black;
	
}
.nav-link{
	color:black;
	
	font-family: font2;
	font-weight: 700;
	
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
 
/**** About Section ****/


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


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

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

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

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


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
 .footer-section  .mixa img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
}
.bottom-footer div[class*='col-']:nth-child(3) {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
/**** 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) {

}