/* header */
header {
    z-index: 999;
}

header.bg-transparent {
    background: transparent;
}

header .search_box {
    width: 130px;
}

header .search_box input {
    background: #B6222C;
    border: 1px solid #B6222C;
    padding-left: 10px;
}

header .search_box button {
    right: 25px;
    top: 7px;
}

header .search_box button img {
    filter: invert(1) brightness(2);
}

header .search_box input::placeholder {
    color: #fff;
}

header.sticky {
    background: #fff !important;
}
@media only screen and (max-width: 991px) {
    header, header.sticky {
        position: fixed !important;
    }
}

/* footer */
@media (max-width: 1024px) {
    .icv-image {
        margin-right: 0px !important;
    }
}

/* body sections */

.container-outer {
    padding: 5px 44px 5px;
}

.heading h2 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 38px;
    color: #B6222C;
}

.heading small {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 7%;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.heading small::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    background-color: #E73932;
    margin-left: 15px;
    transform: translateY(-1px);
}

.view-all-btn {
    text-align: center;
}

.view-all-btn a {
    background: #E73932;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #E73932;
    transition: all 0.5s;
}
.view-all-btn a:hover {
    background: #fff;
    color: #E73932;
}

.view-all-btn a img {
    height: 15px;
    width: 15px;
    padding-bottom: 3px;
    margin-left: 5px;
}
.view-all-btn a:hover img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(7441%) hue-rotate(354deg) brightness(101%) contrast(98%);
}

/* .new-home-banner{background: #ddd; width: 100%; height: 100vh;} */
.new-home-banner .new-home-banner-outer {
    position: relative;
}

.new-home-banner .new-home-banner-outer:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(360deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%); */
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 50%, #FFFFFF 100%);
    z-index: 2;
}

.new-home-banner .new-home-banner-outer figure {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
}

.new-home-banner .new-home-banner-outer figure img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.new-home-banner .new-home-banner-outer figure video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .scroll-bottom {
    z-index: 3;
}

.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

/* .new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt {
    max-width: 750px; 
    border-left: 8px solid #E73932;
    margin: 5px 44px 5px;
} */
.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt {
    position: relative;
    /* Needed for absolute positioning of ::before */
    max-width: 775px;
    margin: 5px 44px 5px;
    padding-left: 15px;
    z-index: 3;
}

.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    /* Same as your original border-left thickness */
    height: 80%;
    background-color: #E73932;
    /* Your border color */
}

.new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt h1 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
/* responsive */
@media only screen and (min-width: 992px) and (max-width: 1350px) {
    .scroll-bottom {
        bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt h1{
        font-size: 30px;
    }
    .new-home-banner .new-home-banner-outer .new-home-banner-txt-outer .wrapper .banner-txt {
        margin: 0;
    }
}





/* About Section */
.about-sec {
    padding: 50px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}

.about-sec .dots-bg-bx {
    position: absolute;
    top: -200px;
    right: 0;
    height: 100%;
    z-index: -1;
}

.about-sec .dots-bg-bx figure img {
    height: 100%;
}

.about-sec .wrapper .container-outer .about-top {
    display: flex;
    justify-content: space-between;
}

.about-sec .wrapper .container-outer .about-top .about-top-left {
    width: 39%;
}

.about-sec .wrapper .container-outer .about-top .about-top-right {
    width: 59%;
}

.about-sec .wrapper .container-outer .about-top .about-top-right .content-bx p {
    margin-bottom: 35px;
}

.about-sec .wrapper .container-outer .about-top .about-top-right .content-bx a {
    background: #E73932;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #E73932;
    transition: all 0.5s;
}
.about-sec .wrapper .container-outer .about-top .about-top-right .content-bx a:hover {
    color: #E73932;
    background: #fff;
}
.about-sec .wrapper .container-outer .about-top .about-top-right .content-bx a:hover img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(7441%) hue-rotate(354deg) brightness(101%) contrast(98%);
}

.counter-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 60px;
    gap: 10px;
}
.counter-bx-outer{
    width: 23%;
    position: relative;
    display: flex;
    justify-content: center;
}
.counter-bx-outer:first-child{
    justify-content: flex-start;
}
.counter-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-box h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    color: #363636;
    text-transform: none;
}

.counter-box p {
    margin-top: 5px;
    color: #363636;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
}

/* Responsive divider between counter-boxes */
.counter-bx-outer:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 80%;
    /* responsive height */
    background-color: #eee;
}


.counter-box.red h3 {
    color: #E73932 !important;
}


/* responsive about section */
@media screen and (max-width: 1024px) {
    .counter-box h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .about-sec .wrapper .container-outer{padding: 0;}
    .about-sec .wrapper .container-outer .about-top{
        flex-wrap: wrap;
    }
    .about-sec .wrapper .container-outer .about-top .about-top-left {
        width: 100%; text-align: center;
    }
    
    .about-sec .wrapper .container-outer .about-top .about-top-right {
        width: 100%; text-align: center;
    }
    .counter-bx-outer{
        width: 48%;
    }
    .counter-bx-outer:first-child{
        justify-content: center;
    }
    .counter-box{
        align-items: center;
    }
    .counter-box p{
        text-align: center;
    }
    .counter-bx-outer:nth-child(2)::after {
        width: 0px;
    }
}

@media screen and (max-width: 576px) {
    .counter-bx-outer{
        width: 99%;
    }
    .counter-bx-outer::after {
        display: none;
    }
}



/* What We Offer Section */
.we-offer-sec {
    padding: 50px 0px;
    background: #F6F6F6;
}

.we-offer-sec .wrapper .top-heading {
    text-align: center;
}

.we-offer-sec .wrapper .our-product-outer {
    margin-top: 30px;
}


.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    transition: all 0.5s;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-arrow:hover {
    border: 1px solid #B6222C;
   background: #B6222C;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-prev{
    top: -15px;
    left: unset;
    right: 110px;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-next{
    top: -15px;
    right: 15px;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-prev::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/left-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-prev:hover::before {
    filter: invert(1);
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/right-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-next:hover::before {
    filter: invert(1);
}
.we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-counter {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px;
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: -25px;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide {
    padding: 15px;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure {
    margin-bottom: 0;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption {
    position: relative;
    /* or remove if not needed */
    background: white;
    margin: -80px 15px 0;
    padding: 0px 15px 15px 15px;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0 !important;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 0;
    color: #000;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption p {
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 7px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 98px
}


.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption a {
    background: #EFEFEF;
    font-size: 35px;
    width: 100px;
    height: 40px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2F2F2F;
    transition: all 0.5s;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption .small-img {
    display: flex;
    justify-content: right;
    align-items: center;

}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption .small-img figure {
    width: 70px;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
    top: -30px;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption .small-img figure img {
    width: auto;
    transition: all 0.5s;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption .small-img figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 100%;
    background: url('../images/triangle.png') no-repeat;
    background-size: cover;
}

/* .we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn:hover > figure > img{
   transform: scale(1.1);
} */
.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption:hover .small-img figure {
    background: #B6222C;
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption:hover .small-img figure img {
    filter: brightness(1000%);
}

.we-offer-sec .wrapper .our-product-outer .our-product-slider .our-product-slide .our-product-slide-inn figure figcaption:hover a {
    background: #B6222C;
    color: #fff;
}

/* Responsive */

@media screen and (max-width: 576px) {
    .we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-next {
        top: unset;
        bottom: -60px;
        right: 25%;
    }
    .we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-prev {
        top: unset;
        bottom: -60px;
        left: 25%;
    }
    .we-offer-sec .wrapper .our-product-outer .our-product-slider .slick-counter {
        top: unset;
        bottom: -30px;
        left: 50%;                 
        transform: translateX(-50%);
        text-align: center;
        margin: unset;
        right: unset;
    }
}



/* Industries section */
.industries-sec {
    position: relative;
    padding: 50px 0px;
    background-color: #B6222C;
    overflow: hidden;
}

.industries-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/cubes-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    /* Adjust this value for more or less opacity */
    z-index: 0;
}

.industries-sec .wrapper .container-outer .industries-heading {
    text-align: center;
}

.industries-sec .wrapper .container-outer .industries-heading .heading small {
    color: #fff !important;
}

.industries-sec .wrapper .container-outer .industries-heading .heading small::after {
    background-color: #fff !important;
}

.industries-sec .wrapper .container-outer .industries-heading .heading h2 {
    color: #fff !important;
}

.industries-sec .wrapper .container-outer .industries-outer {
    padding: 0px 90px;
}

.industries-sec .wrapper .container-outer .industries-outer figure {
    width: 100%;
    position: relative;
    z-index: 1;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption {
    position: relative;
    /* top: 0; */
    /* transform: translateY(-50%); */
    margin-top: -82px; 
}


.industries-sec .wrapper .container-outer .industries-outer figure img {
    width: 100%;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer {
    padding: 0px 50px;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider{
    display: flex; height: 100%;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide {
    padding: 10px;
    display: flex;
    height: 100%;
    flex: 1;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn {
    background: #B6222C;
    border: 0.5px solid #FFDCDC;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.5s;
    height: 100%;
    flex: 1;
}
.industries-slider .slick-list.draggable .slick-track{
    display: flex; height: 100%;
}



.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn p {
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn:hover {
    background: #fff;
    border: 0.5px solid #B6222C; 
    margin-top: -10px;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn:hover h3 {
    color: #B6222C; 
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .industries-slide .industries-slide-inn:hover p {
    color: #000; 
}



.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #B6222C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    transition: all 0.5s;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-arrow:hover {
    background-color: #B6222C;
    border: 1px solid #fff;
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/right-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption 
.industries-slider-outer .industries-slider .slick-next:hover::before {
    filter: invert(1); /* Inverts black to white */
}

.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-prev::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/left-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption 
.industries-slider-outer .industries-slider .slick-prev:hover::before {
    filter: invert(1); /* Inverts black to white */
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-dots {
    margin-bottom: -20px;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-dots li button{
    border: 1px solid #fff; height: 15px; width: 15px; border-radius: 50%;
}
.industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer .industries-slider .slick-dots li button:before{
    font-size: 20px;
    color: #fff;
    top: -2px;
    left: -2px;
}
/* responsive */
@media screen and (max-width: 1024px) {
    .industries-sec .wrapper .container-outer{padding: 0;}
    .industries-sec .wrapper .container-outer .industries-outer {
        padding: 0px 30px;
    }
}
@media screen and (max-width: 991px) {
    .industries-sec .wrapper .container-outer .industries-outer{padding: 0;}
}

@media screen and (max-width: 576px) {
    .industries-sec .wrapper .container-outer .industries-outer figure figcaption .industries-slider-outer {
        padding: 0px 20px;
    }
}


/* Industry Section Start===================================================*/

.industry-sec {
    position: relative;
    padding: 50px 0px;
    background-color: #B6222C;
    overflow: hidden;
}

.industry-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/cubes-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    /* Adjust this value for more or less opacity */
    z-index: 0;
}

.industry-sec .wrapper .container-outer .industry-heading {
    text-align: center;
}

.industry-sec .wrapper .container-outer .industry-heading .heading small {
    color: #fff !important;
}

.industry-sec .wrapper .container-outer .industry-heading .heading small::after {
    background-color: #fff !important;
}

.industry-sec .wrapper .container-outer .industry-heading .heading h2 {
    color: #fff !important;
}

.industry-sec .wrapper .container-outer .industry-outer {
    padding: 0px 90px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-top .industry-inner-img-slider{
    padding-top: 20px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-top .industry-inner-img-slider figure{
    margin-bottom: 0; border-radius: 114px 114px 0px 0px; overflow: hidden;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom {
    padding: 0px 50px;
    position: relative;
    /* top: 0; */
    /* transform: translateY(-50%); */
    margin-top: -82px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider{
    display: flex; height: 100%;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide{
    padding: 10px;
    display: flex;
    height: 100%;
    flex: 1;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide.slick-slide.slick-current.slick-active .industry-slide-inn{
    background: #fff;
    border: 0.5px solid #B6222C; 
    margin-top: -10px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide.slick-slide.slick-current.slick-active .industry-slide-inn h3{
    color: #B6222C; 
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide.slick-slide.slick-current.slick-active .industry-slide-inn p{
    color: #000; 
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn{
    background: #B6222C;
    border: 0.5px solid #FFDCDC;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.5s;
    height: 100%;
    flex: 1;
}

.industry-slider .slick-list.draggable .slick-track{
    display: flex; height: 100%;
}

.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn h3{
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn p{
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn:hover {
    background: #fff;
    border: 0.5px solid #B6222C; 
    margin-top: -10px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn:hover h3 {
    color: #B6222C; 
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .industry-slide .industry-slide-inn:hover p {
    color: #000; 
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #B6222C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    transition: all 0.5s;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-arrow:hover {
    background-color: #B6222C;
    border: 1px solid #fff;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/right-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-next:hover::before {
    filter: invert(1); /* Inverts black to white */
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-prev::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/left-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-prev:hover::before {
    filter: invert(1); /* Inverts black to white */
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-dots {
    margin-bottom: -20px;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-dots li button{
    border: 1px solid #fff; height: 15px; width: 15px; border-radius: 50%;
}
.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom .industry-slider .slick-dots li button:before{
    font-size: 20px;
    color: #fff;
    top: -2px;
    left: -2px;
}

/* responsive */
@media screen and (max-width: 1024px) {
    .industry-sec .wrapper .container-outer{padding: 0;}
    .industry-sec .wrapper .container-outer .industry-outer {
        padding: 0px 30px;
    }
}
@media screen and (max-width: 991px) {
    .industry-sec .wrapper .container-outer .industry-outer{padding: 0;}
    .industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom {
	       margin-top: -70px;
    }
}

@media screen and (max-width: 576px) {
    .industry-sec .wrapper .container-outer .industry-outer .industry-slider-outer {
        padding: 0px 20px;
    }
	.industry-sec .wrapper .container-outer .industry-outer .industry-inner-bottom {
	padding: 0px 25px;
       margin-top: -65px;
}
}

/* Industry Section End=================================== */






/* undertaken project section */
.owned-project {
    padding: 50px 0px;
    background: #F6F6F6;
}

.owned-project .wrapper .container-outer .owned-project-heading {
    text-align: center;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer {
    margin: 20px 0px;
}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider{
    display: flex; height: 100%; padding: 0px 15px;
}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide {
    padding: 10px;
    display: flex;
    height: 100%;
    flex: 1;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn {
    padding: 15px;
    background: #fff;
    border-radius: 17px;
    flex: 1;
    height: 100%;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn figure{
    border-radius: 20px; overflow: hidden;
}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn figure img{
    width: 100%;
}

.owned-project-slider .slick-list.draggable .slick-track{
    display: flex; height: 100%;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn .owned-project-slide-txt h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    color: #B6222C;
    line-height: 25px;
    margin-bottom: 0;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn .owned-project-slide-txt ul li {
    color: #6D6D6D;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 15px;

}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .owned-project-slide .owned-project-slide-inn .owned-project-slide-txt ul li span {
    color: #413f3f;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-arrow:hover {
   border: 1px solid #B6222C;
   background: #B6222C;
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/right-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-next:hover::before {
    filter: invert(1); 
}

.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-prev::before {
    content: '';
    display: inline-block;
    width: 15px;
    /* Set to your image width */
    height: 15px;
    /* Set to your image height */
    background-image: url('../images/left-arrows-black.png');
    /* Replace with actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.owned-project .wrapper .container-outer .owned-pro-slider-outer .owned-project-slider .slick-prev:hover::before {
    filter: invert(1); 
}

/* Responsive */
@media screen and (max-width: 576px) {
    .owned-project .wrapper .container-outer{
        padding: 5px 25px 5px;
    }
}


/* SERVICES SECTION */
.services-sec {position: relative;
    padding: 50px 0px 20px 0px;
}
.services-sec .dots-bg-bx{position: absolute; top: 0; left: 0; z-index: -1;}
.services-sec .dots-bg-bx figure{max-width: 275px;}
.services-sec .dots-bg-bx figure img{width: 100%;}


.services-sec .wrapper .container-outer .services-heading {
    text-align: center;
    margin-bottom: 40px;
}

.services-sec .wrapper .container-outer .services-outer {
    padding: 0px 90px;
}
.services-sec .wrapper .container-outer .services-outer .card{
    background-color: transparent !important;
}

.services-slider-outer .services-slider .services-slide{padding: 15px;}
.services-slider-outer .services-slider .services-slide .services-slide-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left {
    width: 50%;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #E73932;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left p {
    font-family: Tahoma;
    font-weight: 400;
    font-size: 18px;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left a {
    background: #E73932;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px 10px;
    gap: 8px;
    transition: all 0.5s;
    border: 1px solid #E73932;
}
.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left a:hover {
    background: #fff;
    color: #E73932;
}
.services-slider-outer .services-slider .services-slide .services-slide-inn .services-left a:hover img{
    filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(7441%) hue-rotate(354deg) brightness(101%) contrast(98%);
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-right {
    width: 45%;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-right figure {
    margin-bottom: 0;
    padding: 5px;
}

.services-slider-outer .services-slider .services-slide .services-slide-inn .services-right figure img {
    width: 100%;
}

/* Position slick arrows at bottom-left */
.services-slider-outer .services-slider .custom-prev,
.services-slider-outer .services-slider .custom-next {
    position: absolute;
    bottom: -10px;
    z-index: 10;
    border: none;
    background: none;
}

.services-slider-outer .services-slider .custom-prev .arrow-circle,
.services-slider-outer .services-slider .custom-next .arrow-circle {
    display: inline-block;
    background: #353535;
    font-size: 10px;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 100%;
}

.services-slider-outer .services-slider .custom-prev .label,
.services-slider-outer .services-slider .custom-next .label {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 14px;
    color: #353535;
}

.services-slider-outer .services-slider .custom-prev {
    left: 15px;
}

.services-slider-outer .services-slider .custom-next {
    left: 125px;
}

/* Optional: Add a divider between arrows */
.custom-prev::after {
    content: '|';
    color: #353535;
    margin: 0 10px;
}

.nav-tabs {
    border-bottom: none;
    gap: 15px;
    display: none;
}
.nav-tabs .nav-item{width: calc(25% - 15px);}
.nav-tabs .nav-link {
    background: #F6F6F6;
    /* max-width: 300px; */
    /* height: 80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 100%;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #B6222C;
    border-color: transparent;
}

.nav-tabs .nav-link {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 1px;
}

.services-sec .services-outer .card-body{
    padding: 30px 0px 40px 0px;
}
.services-outer .card .card-header h5 a{
    display: inline-block;
    width: 100% ;
    height: 100%;
    color: #000;
    position: relative;
}
.services-outer .card .card-header h5 a::after {
    content: '▼';                      /* Down arrow */
    float: right;
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #B6222C;
    position: absolute;
    top: 5px;
    right: -5px;
}

/* When the accordion is open (i.e., NOT collapsed) */
.services-outer .card .card-header h5 a:not(.collapsed)::after {
    transform: rotate(180deg);         /* Points UP */
}
@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 5px;
    }
}

/* responsive */
/* @media screen and (max-width: 1375px) {
    .services-slider-outer .services-slider .custom-prev,
    .services-slider-outer .services-slider .custom-next {
        bottom: 10px;
    }
} */
@media screen and (max-width: 1024px) {
    .services-sec .wrapper .container-outer .services-outer {
        padding: 0px;
    }
    /* .nav-tabs .nav-link {
        max-width: 290px;
        height: 65px;
    } */
    .nav-tabs .nav-item{width: calc(33.33% - 15px);}
    /* .services-slider-outer .services-slider .custom-prev,
    .services-slider-outer .services-slider .custom-next {
        bottom: -25px;
    } */
}
@media screen and (max-width: 991px) {
    .services-sec .wrapper .container-outer{padding: 0;}
}
@media screen and (max-width: 768px) {
    .services-slider-outer .services-slider .services-slide .services-slide-inn {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .services-slider-outer .services-slider .services-slide .services-slide-inn .services-left {
        width: 100%;
        margin-top: 15px;
    }
    .services-slider-outer .services-slider .services-slide .services-slide-inn .services-right {
        width: 100%;
    }
    /* .services-sec .services-outer .card-body {
        padding: 10px 50px 40px 10px;
    } */
}
