
.ind-box a {
    pointer-events: none;
}


.title-line:before {
    content: "";
    width: 23px;
    height: 3px;
    background-color: #D87210;
    position: absolute;
    top: 25%;
    left: -34px;
}

.title-line-2::before {
    content: "";
    width: 23px;
    height: 3px;
    background-color: #D87210;
    position: absolute;
    top: 25%;
    left: 0;
}

.img-border:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #D87210;
    border-radius: 5px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all 0.3s;
}

.img-border:hover:after {
    left: 10px;
    bottom: 10px;
}

.img-border2:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #D87210;
    border-radius: 5px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all 0.3s;
}

.img-border2:hover:after {
    right: 10px;
    bottom: 10px;
}



/* Browse Our Categories slider start */

.browse-categories {
    margin-top: 40px;
}

.box {
    width: 408px;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s;
}

.box img {
    width: 100%;
}

/* .box .round {
    width: 100%;
    height: 100%;
    background-color: #111630;
    border-radius: 50%;
    padding: 9% 17% 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
} */

.box .round {
    width: 100%;
    height: 70px;
    background-color: #111630;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round img {
    width: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
}

.box:hover .round img {
    opacity: 1;
}

/* .round h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.875vw;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 20px;
} */

.round h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.box:hover .img-div::before {
    content: "";
    background-color: #111630;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

.box:hover .round {
    background-color: #D87210;
}

.browse-slider .slick-slide,
.industries-slider .slick-slide,
.clients-feedback-slider .slick-slide {
    margin: 0 0.78125vw;
}

.browse-slider .slick-list,
.industries-slider .slick-list,
.clients-feedback-slider .slick-list {
    margin: 0 -0.78125vw;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.browse-slider.slick-slider {
    margin-bottom: 0;
}

.browse-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 0;
}

.browse-arrow .left-arrow,
.browse-arrow .right-arrow {
    width: 50px;
    background-color: #F6DDC6;
    border-radius: 50%;
    padding: 18.8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.browse-arrow .left-arrow {
    margin-right: 20px;
}

.browse-arrow .left-arrow img,
.browse-arrow .right-arrow img {
    width: 16px;
}

.browse-arrow .left-arrow:hover,
.browse-arrow .right-arrow:hover {
    background-color: #D87210;
}

.img-div img {
    /* height: 22.239583333333332vw; */
    /* height: 14.583333333333334vw; */
    height: 230px;
    object-fit: cover;
}


/* Browse Our Categories slider END */


/* Industries We Serve strat */

.industries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ind-box {
    position: relative;
    overflow: hidden;
}

.ind-img {
    line-height: 0;
}

.ind-box a .ind-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.ind-round {
    width: 100%;
    height: 70px;
    padding: 0 15px 0;
    background-color: #111630;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    display: grid;
    place-content: center;
}

.ind-round img {
    width: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
}

.ind-round h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.ind-box:hover .ind-round img {
    opacity: 1;
}

.ind-box:hover .ind-round {
    background-color: #D87210;
}

.ind-box:hover .ind-img::before {
    content: "";
    background-color: #111630;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Industries We Serve END */



/* Explore Our Satisfied Clients Feedback sleder Start */


.clients-feedback-slider .clients-img img {
    padding: 3px;
    background-color: #FFFFFF;
}

.clients-box-slider:hover .quote .elementor-icon {
    background-color: #D87210 !important;
    color: #FFFFFF !important;
}

.clients-feedback-slider .clients-box-slider:hover .clients-img img {
    border-color: #D87210;
}

.clients-feedback-slider .clients-box-slider:hover .clients-title h5,
.clients-feedback-slider .clients-box-slider:hover .clients-designation h6 {
    color: #FFFFFF;
}

.clients-slider-arrow {
    position: absolute;
    top: 17%;
    right: 0;
}

.clients-feedback-slider .slick-slider,
.industries-slider.slick-slider {
    margin-bottom: 0 !important;
}


/* Explore Our Satisfied Clients Feedback sleder END */


@media only screen and (max-width: 1440px) {

    .round img,
    .ind-round img {
        width: 30px;
    }
}


@media only screen and (max-width: 1280px) {

    .round h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .box .round {
        /* height: 70px; */
        /* padding: 9% 25% 0; */
    }

    .industries {
        grid-template-columns: repeat(3, 1fr);
    }

    .ind-box a .ind-img img {
        /* height: 21.892103205629397vw; */
    }
}

@media only screen and (max-width: 1279px) {

    .img-div img {
        /* height: 30.625000000000004vw; */
        /* height: 21.892103205629397vw; */
    }
}


@media only screen and (max-width: 1024px) {

    .browse-categories {
        margin-top: 70px;
    }

    .browse-arrow {
        top: 15px;
    }

    .box .round {
        /* top: 120%;
        padding: 10% 25% 0; */
    }

    .round h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .ind-round h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .round img, .ind-round img {
        width: 20px;
    }

    .ind-round {
        height: 30%;
    }

    .ind-box a .ind-img img {
        height: 200px;
    }

    .browse-arrow .left-arrow,
    .browse-arrow .right-arrow {
        width: 40px;
        padding: 13.8px 0;
    }
}


@media only screen and (max-width: 907px) {

    .clients-slider-arrow {
        top: 27%;
    }
}


@media only screen and (max-width: 768px)  {
    
    .real-people-col1 .real-people-col1-text {
        order: 2;
    }

    .clients-slider-arrow {
        top: 26%;
    }

    .title-line-2::before,
    .title-line:before {
        top: -3px;
        left: 0;
    }

    .img-div img {
        /* height: 46.875vw; */
        /* height: 200px; */
    }

    .box .round {
        /* padding: 11% 25% 0; */
    }

    .industries {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

}


@media only screen and (max-width: 650px) {

    .clients-slider-arrow {
        top: 29%;
    }
}

@media only screen and (max-width: 550px) {

    .clients-slider-arrow {
        top: 31%;
    }
}

@media only screen and (max-width: 500px) {

    .img-div img,
    .ind-box a .ind-img img {
        /* height: 92vw; */
        /* height: 280px; */
    }

    .industries {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .round img, .ind-round img {
        width: 30px;
    }
}


@media only screen and (max-width: 414px) {

    .browse-arrow .left-arrow, .browse-arrow .right-arrow {
        width: 35px;
        padding: 11.3px 0;
    }

    .clients-slider-arrow {
        top: 33%;
    }
}


@media only screen and (max-width: 356px) {

    .clients-slider-arrow {
        top: 38%;
    }
}