:root {
    --color-primary: #ec4b24;
    --color-black-light: #444444;
    --color-black: #000000;
    --text-light: #ffffff;
}

.header-area {
    width: 100%;
    backdrop-filter: none;
    top: 0;
}
.header-area .navbar-area-inr {
    backdrop-filter: blur(5px);
    border-radius: 100px;
    position: relative;
    top: 15px;
    box-shadow: 0px 1px 20px 0px rgba(29, 22, 22, 0.12);
    padding: 0 30px;
    background: rgb(255 255 255 / 60%);
    transition:all 0.6s;
}


.header-area.sticky {
    /* background: var(--text-light); */
    /* box-shadow: 0px 0px 16px #e9e9e9; */
    border-radius: 0;
    backdrop-filter: blur(90px);
    transition: all 0.5s;
}

.header-area.sticky .navbar-area-inr {
    backdrop-filter: inherit;
    border-radius: inherit;
    position: inherit;
    top: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.header-area .site-navbar ul li a {
    position: relative;

}
.header-area .site-navbar ul.main-menu li:hover a::after,
.header-area .site-navbar ul.main-menu li.current a::after {
    content: '';
    background: var(--color-primary);
    width: 100%;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    z-index: 10
}

.header-area .site-navbar ul.main-menu li:hover .sub-menu li a::after{
    display: none;
}

.header-area.sticky .menu-icon .search-main {
    background: var(--color-primary)
}

.header-area.sticky .search-main svg path {
    stroke: #ffffff;
}

/*.solutions-sec:hover a {*/
/*    background-color: var(--color-primary);*/
/*}*/

.banner{
    height: 100vh;
}
.banner .container-fluid{
    height: 100%;
}
.banner .banner-sub-bg {
    display: none
}

.banner-text {
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-text .banner-text-heading h1 {
    color: var(--color-primary);
    font-weight: 500;
    /* font-size: 130px; */
    font-size: 0px;
    line-height: 110%;
    
}

.banner-text h4 {
    color: var(--color-black-light);
    position: relative;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

.banner-text .banner-text-heading h1 span {
    /* font-size: 145px; */
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0px;
    color: var(--color-primary);
    position: relative;
    text-transform: uppercase;
}

.banner-text .banner-text-heading h3 span.lightText {
    font-size: 70px;
    font-style: normal;
    font-weight: 100;
    line-height: 110%;
    letter-spacing: 0px;
    color: var(--color-primary);
    position: relative;
    text-transform: uppercase;
}

.banner-text-sub-heading p {
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.banner-text-sub-heading .custom-btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--text-light);
    font-size: 16px;
}

.cloud1,
.cloud2,
.cloud3 {
    display: none;
}

#testimonialCarousel .testimonial-box {
    background-color: var(--text-light);
    padding: 16px 40px;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    border: #bdbdbd;
}

#testimonialCarousel .testimonial-box::before {
    content: '';
    width: 50px;
    aspect-ratio: 1/1;
    border: 2px solid #61635f;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px;
    display: none;
}

#testimonialCarousel .testimonial-box .shape1 {
    position: absolute;
    bottom: -3px;
    filter: invert(1) brightness(0);
    width: 55px;
    left: 70%;
    transform: translateX(-30%);
}

#testimonialCarousel .testimonial-box .shape2 {
    position: absolute;
    left: 0;
    top: 60%;
    width: 45px;
    transform: translateY(-40%);
}

#testimonialCarousel .testimonial-box .testimonial-text {
    color: var(--color-black-light);
    font-weight: 400;
    font-size: 16px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
}

#testimonialCarousel .testimonial-box .quote-icon {
    color: var(--color-primary);
    font-size: 50px;
}

#testimonialCarousel .testimonial-box .testimonial-img {
    width: 60px;
    border-radius: 50%;
    height: 100%;
    /* box-shadow: inset 0px 0px 6px 3px var(--color-primary); */
    /* padding: 6px; */
    object-fit: cover;
    object-position: center center;
}

#testimonialCarousel .testimonial-box .testimonial-name {
    font-weight: 500;
    font-size: 16px;
}

#testimonialCarousel .testimonial-box .testimonial-role {
    font-weight: 300;
    font-size: 16px;
}

#testimonialCarousel .testimonial-box .testimonial-role {
    font-weight: 300;
    color: var(--color-black-light);
    font-size: 16px;
    font-family: 'Poppins';
}

#testimonialCarousel .owl-dots {
    margin-top: 60px;
}

#testimonialCarousel .owl-dots .owl-dot.active span {
    background: var(--color-primary);
}

.solutions-sec:hover p, .solutions-sec:hover h3{
    color: #fff;
    /*text-shadow: 0.5px 0.5px 1px #000;*/
}



@media only screen and (max-width: 1400px) {
    .site-navbar>ul>li a {
        padding: 30px 3px;
        font-size: 15px;
    }

    .banner-text {
        padding: 140px 0 50px;
    }

    .banner-text h4 {
        font-size: 30px;
    }

    .banner-text .banner-text-heading h1 span,
    .banner-text .banner-text-heading h3 span.lightText {
        font-size: 56px;
    }
}

@media only screen and (min-width:1600px) {    
    .banner-text .banner-text-heading h1 span {
        font-size: 90px;
    }

}

@media screen and (max-width:1100px) {
    .header-area .navbar-area-inr {
        padding: 0 16px;
    }

    .site-navbar ul {
        gap: 12px;
    }

    .site-navbar>ul>li a {
        padding: 24px 3px;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .header-area .navbar-area-inr {
        backdrop-filter: none;
        background: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        top: 0;
    }

    .banner-text {
        padding: 80px 0 30px;
    }

    .banner-text h4 {
        font-size: 22px;
    }

    .banner-text .banner-text-heading h1 span,
    .banner-text .banner-text-heading h3 span.lightText {
        font-size: 44px;
    }

    .banner-text .banner-text-heading h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .banner-text h4 {
        font-size: 18px;
    }

    .banner-text h3 {
        margin-bottom: 0;
    }

    .banner-text .banner-text-heading h1 span,
    .banner-text .banner-text-heading h3 span.lightText {
        font-size: 30px;
    }

    .banner-text-sub-heading p {
        font-size: 12px;
    }

    .banner-text {
        padding: 70px 0 15px;
    }
}

@media screen and (max-width:480px) {
    .banner-text h4{font-size: 15px;}
    .banner-text .banner-text-heading h1 span, .banner-text .banner-text-heading h3 span.lightText{font-size: 20px;}
    .lightText{font-weight: 200!important;}
    .banner-text-sub-heading .custom-btn{font-size: 12px;}
    .custom-btn{font-size: 12px; padding: 4px 20px;}
}