﻿.service-slider .slick-slide.slick-current.slick-active {
    /* width: 650px !important; */
}

.service-slider .slick-list {
    max-height: 500px !important;
}

.ps-slides {
    display: flex !important;
    height: 500px;
    background-color: #1B1B1B;
    overflow: hidden;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    color: #fff;
}

.service-slider .slick-slide {
    margin: 0 2px;
    box-sizing: border-box;
    transition-duration: 0.8s;
}

    .service-slider .slick-slide:hover {
        width: 650px !important;
    }
/* the parent */
.service-slider .slick-list {
    margin: 0 2px;
}

.service-slider ul.slick-dots {
    display: flex;
    position: absolute;
    right: 0;
    list-style: none;
    bottom: -75px;
}

.service-slider button.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    color: #282780;
    border: 1px solid #282780;
    font-size: 26px;
    position: absolute;
    bottom: -75px;
    left: 0;
    transition-duration: 0.5s;
}

.service-slider button.slick-next.slick-arrow {
    left: 60px;
}

.service-slider button.slick-arrow:hover {
    background: #282780;
    color: #fff;
}

.service-slider ul.slick-dots li button {
    font-size: 0;
    border: none;
    margin: 0 5px;
    width: 25px;
    background: #b7b7b7;
}

.service-slider ul.slick-dots li.slick-active button {
    background: #282780;
}


.service-slider-det img {
    width: 100%;
}

.service-slider-det {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

    .service-slider-det ul.slick-dots button {
        font-size: 0;
        border: none;
        width: 30px;
        background: rgb(40 39 128 / 30%);
        height: 4px;
        border-radius: 50px;
    }

    .service-slider-det ul.slick-dots {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 5px;
        position: absolute;
        z-index: 1;
        bottom: 20px;
        right: 20px;
    }

        .service-slider-det ul.slick-dots li.slick-active button {
            background: rgb(40 39 128 / 100%);
        }

    .service-slider-det button.slick-next.slick-arrow {
        background: url(/images/right-arrow.svg) no-repeat;
        font-size: 0;
        width: 50px;
        height: 50px;
        border: none;
        background-size: 100%;
        transition-duration: 0.5s;
        position: absolute;
        bottom: 20px;
        left: 65px;
        z-index: 1;
    }

        .service-slider-det button.slick-next.slick-arrow:hover {
            background: url(/images/right-arrow-hover.svg);
        }

    .service-slider-det button.slick-prev.slick-arrow {
        background: url(/images/left-arrow.svg) no-repeat;
        font-size: 0;
        width: 50px;
        height: 50px;
        border: none;
        background-size: 100%;
        transition-duration: 0.5s;
        position: absolute;
        bottom: 20px;
        left: 5px;
        z-index: 1;
    }

        .service-slider-det button.slick-prev.slick-arrow:hover {
            background: url(/images/left-arrow-hover.svg);
        }
section.services {
    padding: 75px 0;
}

section.services h3 {
    font-size: 30px;
    font-weight: bold;
    color: #282780;
    margin-bottom: 30px;
}
.services .btn.btn-primary:hover {
    color: #fff;
}
.ss-bottom {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.ss-slides {
    font-family: "Montserrat", serif;
    position: relative;
}
.slick-slide.slick-current.slick-active .ss-bottom {
    /* height:auto !important; */
}

.ss-slides {
    display: flex !important;
    height: 500px;
    background-color: #1B1B1B;
    overflow: hidden;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    color: #fff;
}

    .ss-slides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition-duration: 2s;
    }

    .ss-slides:hover img {
        transform: scale(1.5);
    }

    .ss-slides:hover .ss-bottom {
        height: 175px;
    }

    .ss-slides h4 {
        position: relative;
        z-index: 2;
    }

    .ss-slides::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        z-index: 0;
    }
@media (max-width:767px) {

    .service-slider .slick-slide.slick-current.slick-active {
        width: 380px !important;
    }
}

.cert-box img {
    height: 285px;
    object-fit: cover;
}

.product-box {
    overflow: hidden;
   min-height:650px;
}
.pb-bot {
    min-height: 200px;
}
    .product-box img {
       
        height: 600px;
        object-fit: cover;
    }

.prdt-slides img {
    min-height: 360px;
    height: 360px;
    overflow: hidden;
    object-fit: cover;
}
.prdt-slides {
    overflow: hidden;
}

.inner-banner {
    background-position: center !important;
    background-size: cover !important;
}
.flip > .front img {
    height: 315px;
    object-fit: fill;
}

.cert-box img {
    height: 315px;
    object-fit: contain;
}

.cert-box {
    overflow: hidden;
    min-height: 420px;
}


.white-box-con
{
    min-height:230px;
}


.details-ong {   
    height: 53px;
    width:100%
}

.text-line text {
    font-size: 38px !important;
}

.slick-slide .content::after {
    display: none;
}
.timeline-item .content.bottom {
    display: flex; /* Required for justify-content to work */
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center items horizontally */
    justify-content: flex-start !important; /* Align items to the top (start) vertically */
    box-shadow: none !important;
    background: none !important;
    text-align: justify;
}
.timeline-item .content.top {
    display: flex; /* Required for justify-content to work */
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center items horizontally */
    justify-content: flex-end !important; /* Align items to the top (start) vertically */
    box-shadow: none !important;
    background: none !important;
    text-align: justify;
}
.timeline-item .image {
    background: none !important;
}
.justify-text-overview {
    align-items: start;
    text-align: left;
}
.product-box img {
    height: 350px !important;
   
}

.product-box {    
    min-height: 550px;
}

.pb-bot h4 {
    height: 45px;
    font-size: 18px;
}
.pb-bot p {
    height: 40px;
    font-size: 14px;
}
.fnt-14 {
    font-size: 14px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .pb-bot h4 {
            height: 90px;
        }
    .pb-bot p {
        height: 70px;
    }
    }


@media (min-width:768px) and (max-width:1200px) {
    .product-listing .col-md-3 {
        flex: 0 0 auto;
        width: 33%;
    }
}

    .chartcontainer {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

.chartsection h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #282780;
    font-weight: bold;
}

.chartsection {
    padding: 70px 0;
}

.details-ong h5 {
    padding: 0px 20px;
    color: #fff;
    font-size: 18px;
}


.ongoing-slides button.slick-next.slick-arrow {
    background: url(/images/right-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    top: -75px;
    right: 5px;
    z-index: 1;
}

    .ongoing-slides button.slick-next.slick-arrow:hover {
        background: url(/images/right-arrow-hover.svg);
    }

.ongoing-slides button.slick-prev.slick-arrow {
    background: url(/images/left-arrow.svg) no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-size: 100%;
    transition-duration: 0.5s;
    position: absolute;
    top: -75px;
    right: 65px;
    z-index: 1;
}

    .ongoing-slides button.slick-prev.slick-arrow:hover {
        background: url(/images/left-arrow-hover.svg);
    }

.img-side{
    height:600px;
    object-fit:cover;
    width:100% !important
}

.pointer-cursor{
    cursor:pointer !important;
}

.text-line {
    font-size: 48px !important;
    margin-bottom: 4px !important;
}
.expertise {
    /* padding-top: 0px !important; */
}

.service-slider {
    display: flex;
    gap: 15px;
}

.ss-slides {
    width: 50%;
}

@media (max-width:767px) {
    .service-slider {
        flex-direction: column;
    }

    .ss-slides {
        width: 100%;
    }
}

.inner-slider button.slick-arrow {
    display: flex;
    justify-content: center;
}

.timeline-item .content.top {
    text-align: left; 
}
.timeline-item .content.bottom {
    text-align: left;
}
.details-ong {
    height: 85px;
}

.border0 {
    border-radius: 0px;
}


.projectsdiv {
    height: 100%
}


.product-slider-det button.slick-next.slick-arrow {
    background-color:white;
}

.product-slider-det button.slick-prev.slick-arrow {
    background-color: white;
}


p{
    text-align:justify !important;
}


/* .ongoing-proj .details-ong {
    height: 170px;
} */
.product-slider-det button.slick-next.slick-arrow{
    background-size: 100% !important;
}
.product-slider-det button.slick-prev.slick-arrow{
    background-size: 100% !important;
}
.first-box ul.blue-ico li::before{
    filter:brightness(0) invert(1);
}
.third-box ul.blue-ico li::before{
    filter:brightness(0) invert(1);
}

    .inner-slider button.slick-next.slick-arrow {
        background: url(/images/right-arrow-hover.svg) !important;
        font-size: 0;
        border: none !important;
    }
    .inner-slider button.slick-prev.slick-arrow {
        background: url(/images/left-arrow-hover.svg) !important;
        font-size: 0;
        border: none !important;
    }
    .white-box-con .bot-hold-cont .cont-rec img {
        max-width: 35px;
    }
    .ss-slides:hover img {
    transform: scale(1) !important;
}
@media (max-width:767px){
    section.right-img-box {
        margin-bottom: 25px;
    }
    .ongoing-proj .details-ong {
        height: 200px;
    }
}



.media-gallery-slider ul.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
}

    .media-gallery-slider ul.slick-dots button {
        font-size: 0;
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 50px;
        border: none;
        background: #9B9CC3;
    }

    .media-gallery-slider ul.slick-dots li.slick-active button {
        background: #454794;
    }

.media-gallery-slider {
    max-width: 500px;
    margin: auto;
}

    .media-gallery-slider button.slick-prev.slick-arrow {
        background: url(images/left-arrow-grey.svg);
        font-size: 0;
        width: 50px;
        height: 50px;
        background-size: 100%;
        border: none;
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 9;
        transform: translateY(-50%);
    }

    .media-gallery-slider button.slick-next.slick-arrow {
        background: url(images/right-arrow-grey.svg);
        font-size: 0;
        width: 50px;
        height: 50px;
        background-size: 100%;
        border: none;
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 9;
        transform: translateY(-50%);
    }

.gallery-wrap ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-wrap .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 5px solid #282780;
    color: #282780;
    background: none;
    font-weight: 500;
}

.gallery-wrap .nav-tabs .nav-link {
    color: #000;
    padding: 5px 55px;
}

.gallery-box {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-height: 400px;
    margin-bottom: 20px;
    min-height: 400px;
}

.gallery-wrap .tab-content {
    margin-top: 50px;
}

.gallery-box img {
   /* width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.gallery-box h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 3;
}

.gallery-count {
    position: absolute;
    top: 15px;
    left: 20px;
    display: flex;
    width: 100%;
    color: #fff;
    align-items: center;
    z-index: 3;
}

    .gallery-count img {
        width: 35px;
        margin-right: 10px;
    }

.gallery-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #282780, transparent);
    position: absolute;
    top: 0;
    left: 0;
}


.spl-equips .slide-details img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.md-box h4 {
    color: #282780;
    margin-top: 10px;
    font-size: 18px;
}

.md-box h5 {
    color: #555;
    margin-top: 0px;
    font-size: 14px;
}


.banner-text .text-section {
    border-bottom: 3px solid #272683;
    margin-bottom: 30px;
}

.banner-text h2 {
    font-size: 3.5rem;
    color: #272683;
    font-weight: 600;
}

.banner-text {
    position: absolute;
    top: 45%;
    right: 10%;
    left: unset;
    z-index: 3;
    transform: translate(-10%, -85%);
}

    .banner-text .btn-section a.btn {
        background: #272683;
        border: none;
    }

@media (max-width: 767px) {
    .banner-text {
        top: 40%;
        left: unset;
    }
}

.slides-banner::after {
    display: none;
}