#rev_slider_31_1_wrapper {
    height: 100vh !important;
}

#rev_slider_31_1_forcefullwidth {
    height: 100vh !important;
}

/* div#slide-layer-2{
        min-width: 550px !important;
        min-height: 550px !important;
        width: 550px !important;
        height: 550px !important;
    } */
div#slide-layer-1 {
    background: -webkit-linear-gradient(0deg, #7e9202 15%, #b3cb1c 65%, #e0f947 100%) text !important;
}

div#rev_slider_31_1 {
    height: 100vh !important;
}

div#rev_slider_31_1_forcefullwidth {
    background: url('./hvax-img/banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div#slide-layer-1 {
    top: -12rem;
    font-size: 200px !important;
    letter-spacing: 1px !important;

}

.bg-img-opc {
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -50px;
    z-index: -1;
}

.text-dark {
    color: #000;
}

.bg-linen {
    background-color: #000;
}

.bg-base-color {
    background: rgb(179, 203, 28);
}

.newbtn {
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    position: relative;
    padding: 12px 25px 12px 30px;
    border-radius: 100px;
    background: rgb(179, 203, 28);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
    transition: 0.5s linear;
    gap: 10px;
}

.newbtn svg {
    width: 20px;
    z-index: 1;
    transform: rotate(180deg) translateX(0px);
    transition: transform 0.3s ease-in-out;
}

.newbtn:hover {
    background: rgb(196, 226, 1);
}

.fs-275 {
    font-size: 8.188rem;
}

.demo-button-wrapper {
    display: none;
}

.theme-demos .demo-button-wrapper {
    display: none !important;
}

.hvac_banner {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hvac_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banr-cnt {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px 24px;
    text-align: center;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); */
}

.banr-title {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.banr-title span {
    display: block;
}

.banr-kicker {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 4px;
}

.banr-main {
    font-size: 5.8rem;
    font-weight: 800;
    /* text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); */
}

.banr-sub {
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

.blg-cnt h3 {
    font-size: 30px;
}

.banr-title span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.banr-title span::after {
    content: "";
    position: absolute;
    left: -110%;
    top: 0;
    height: 100%;
    width: 110%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: screen;
    will-change: transform, opacity;
    /* animation: banr-wipe 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards; */
    z-index: 1;
}

.banr-title span .banr-text {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
    will-change: transform, opacity;
    animation: banr-slide 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    z-index: 2;
}

.banr-main .banr-text {
    background: linear-gradient(90deg, #f6ff8b 0%, #b3cb1c 55%, #7e9202 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banr-kicker::after {
    animation-delay: 0.05s;
}

.banr-kicker .banr-text {
    animation-delay: 0.05s;
}

.banr-main::after {
    animation-delay: 0.25s;
}

.banr-main .banr-text {
    animation-delay: 0.25s;
}

.banr-sub::after {
    animation-delay: 0.45s;
}

.banr-sub .banr-text {
    animation-delay: 0.45s;
}

@keyframes banr-slide {
    0% {
        transform: translateY(120%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes banr-wipe {
    0% {
        transform: translateX(0);
        opacity: 0.35;
    }

    100% {
        transform: translateX(220%);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .banr-title span,
    .banr-main {
        animation: none;
        transform: none;
        opacity: 1;
    }

    .banr-title span::after {
        animation: none;
        opacity: 0;
    }

    .banr-title span .banr-text {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .banr-cnt {
        top: 16%;
        padding: 22px 18px;
    }

    .banr-main {
        font-size: 4.6rem;
    }

    .banr-sub {
        font-size: 2.6rem;
    }
}

@media (max-width: 575px) {
    .banr-cnt {
        top: 14%;
        padding: 18px 14px;
    }

    .banr-kicker {
        font-size: 1.2rem;
        letter-spacing: 3px;
    }

    .banr-main {
        font-size: 3.4rem;
    }

    .banr-sub {
        font-size: 2.1rem;
    }
}

.slid-img {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.stc-img {
    height: 100vh;
    width: 100%;
}

.abt-img1 {
    margin: 6px;
    border-radius: 30px;
    overflow: hidden;
}

.inf-sld {
    border-radius: 50px;
    margin-top: -50px;
    z-index: 6;
    position: relative;
    background: #000;
    padding: 1rem 1rem;
    text-align: center;
}


.inf-sld h3 {
    font-size: 2rem;
    line-height: normal;
}

.cln-sec {
    display: none;
}

@media (max-width:1199px) {
    .stack-box {
        display: none;
    }

    .cln-sec {
        display: block;
        padding: 3rem 1rem;
        background: #ebebeb;
    }

    .cln-img {
        height: 430px;
        border-radius: 30px;
        overflow: hidden;
    }

    .cln-img img {
        background-size: 120%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: right;
    }
}

@media (max-width:767px) {
    .hvac_banner {
        height: 50vh;
    }

    .bg-img-opc h2 {
        font-size: 2rem;
    }

    .stack-box .stack-item {

        background: #e1e1df;
        padding: 0 !important;
    }

    .slid-img {
        background-size: contain;
        background-position: bottom;
    }

    .cln-img {
        height: 300px;
    }


}

/* Make parent relative */
.nav-services {
    position: relative;
    cursor: pointer;
}

/* Dropdown box */
.services-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Dropdown links */
.services-dropdown a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: 0.2s ease;
}


/* Show dropdown on hover */
.nav-services:hover .services-dropdown a {
    color: #fff;
}

.nav-services:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: #ffffff36;
    backdrop-filter: blur(18px);
    z-index: 10;
    color: #fff;
    top: 60px;
}