﻿.section-padding {
    padding: 70px 0px;
}

.about1-left {
    position: relative;
}

.bg-mask {
    mask-size: cover;
    mask-position: center;
    background-size: cover;
    background-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.about1-left__thumb {
    margin-left: 100px;
}

    .about1-left__thumb img {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        border-radius: 16px;
    }

.about1-left__experience {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
    height: 177px;
    flex-shrink: 0;
    background-color: #d81b1b;
    border-radius: 15px;
    padding: 30px;
}

.about1-left__experience-counter {
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.about1-left__experience-text {
    padding-top: 0px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.about1-left__year {
    position: absolute;
    left: -180px;
    bottom: 200px;
    transform: rotate(270deg);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    font-family: 'Poppins', sans-serif;
}

.about1-content {
    padding-right: 45px;
    padding-left: 10px;
    position: relative;
    z-index: 3;
}

.section-title__subtitle {
    color: #01083a;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

    .section-title__subtitle::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        transform: translateY(-50%);
        content: "";
        background-color: #01083a;
    }


.section-title__title {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
}

.section-title__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 20px;
    text-align: justify;
}

.about1-content__list {
    padding-top: 30px;
}

    .about1-content__list p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        text-align: justify;
    }

.about1-content__list-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
}

    .about1-content__list-title::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        transform: translateY(-50%);
        content: "";
        background-color: #01083a;
    }

.about1-content__btn-wrapper {
    margin-top: 45px;
}

.theme-btn.style1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    height: 56px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #01083a;
    padding: 15px 35px;
    transition: all 0.3s ease-in-out;
}

    .theme-btn.style1:before {
        transition-duration: 800ms;
        position: absolute;
        width: 210%;
        height: 290%;
        content: "";
        top: 162%;
        left: 50%;
        background: var(--theme);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%) rotate(-8deg);
        border-radius: 80%;
        z-index: -1;
    }

    .theme-btn.style1 i {
        margin-left: 6px;
    }

/*================ Footer ====================*/

.main-footer {
    position: relative;
    padding: 50px 0 0;
    background-color: #01083a;
}

    .main-footer:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #01083a;
    }


    .main-footer svg:not(:root) {
        overflow: hidden;
    }

    .main-footer svg {
        position: absolute;
        height: 100%;
        top: 0;
        width: 100%;
    }

    .main-footer .widgets-section {
        position: relative;
    }

.widget_bunch_about_us .footer-widget {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #01083a;
    padding: 0px 25px 30px;
    margin-bottom: 0;
    height: 100%;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.main-footer .logo-widget img {
    margin: 10px 0 10px 0;
}

.main-footer .list-style-one {
    position: relative;
}

    .main-footer .list-style-one li {
        position: relative;
        color: #fff;
        font-size: 15px;
        padding-left: 30px;
        font-weight: 500;
        margin-bottom: 25px;
        line-height: 1.4em;
        transition: all .3s ease;
    }


        .main-footer .list-style-one li .icon {
            position: absolute;
            left: 0;
            top: 0px;
            font-size: 20px;
            color: #fff;
        }

.main-footer .footer-widget ul li a {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    transition: all .4s ease;
    font-size: 17px;
    color: #fff;
}

.footer-bottom.socialbottom {
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: left;
}

.main-footer .footer-nav h2 {
    display: block;
    text-align: left;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    margin-left: 2px;
    display: inline-block;
}

.main-footer .footer-widget h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #d81b1b;
}

.main-footer .footer-nav .fb {
    background-color: #3c5a9a;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all .5s ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 100px;
}

.main-footer .footer-nav .tw {
    background-color: #1da1f2;
}

.main-footer .footer-nav .li {
    background: #007ab9;
}

.main-footer .footer-nav .in {
    background-image: -webkit-linear-gradient(90deg, #db8c40 0, #c32869 48%, #7324c1 100%);
}

.main-footer .footer-nav .yo {
    background: #ce101c;
}

.city-heading {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

ul.city-branches {
    margin: 0 0 0px;
    text-align: center;
}

    ul.city-branches li {
        text-align: center;
        display: inline-block;
        margin: 10px 20px;
    }

        ul.city-branches li a {
            color: #fff;
        }

        ul.city-branches li img {
            width: 80px !important;
            margin-bottom: 6px;
            height: 80px;
            border: 2px solid #ec3e45;
            background: #fff;
            display: block;
            border-radius: 50%;
            filter: grayscale(100%);
        }

.main-footer .footer-bottom-lower {
    position: relative;
    padding: 18px 0;
    background-color: #d81b1b;
}

    .main-footer .footer-bottom-lower .copyright {
        position: relative;
        color: #fff;
        margin-top: 2px;
        font-size: 17px;
        border: none;
        padding: 0px 0;
    }

        .main-footer .footer-bottom-lower .copyright a {
            color: #fff;
        }


/*============== Team Member =================*/

.head-team-member {
    position: relative;
}

    .head-team-member .team-member-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .head-team-member .team-member-details {
        display: flex;
        height: 75px;
    }

    .head-team-member .team-share-icon {
        width: 30%;
        background: #d81b1b;
        display: flex;
        align-items: center;
        padding: 15px 0 15px 35px;
        cursor: pointer;
        transition: width .4s ease;
    }

        .head-team-member .team-share-icon i {
            font-size: 40px;
            color: #fff;
        }

    .head-team-member .team-member-name {
        width: 70%;
        padding: 15px 10px;
        background: #ffe9cc;
    }

        .head-team-member .team-member-name h2 {
            font-size: 18px;
        }

.social-icon {
    position: absolute;
    bottom: 21px;
    width: 66%;
    z-index: 999;
    left: 34%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
    transition: all .4s ease;
}

    .social-icon ul {
        display: flex;
        column-gap: 10px;
    }

        .social-icon ul li a {
            position: relative;
            color: #fff;
            font-size: 16px;
            transition: all .5s ease;
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: block;
            text-align: center;
            border-radius: 100px;
            background: #01083a;
        }

.head-team-member .team-share-icon:hover ~ .team-member-name {
    display: none;
}

.head-team-member .team-share-icon:hover {
    width: 100%;
}

    .head-team-member .team-share-icon:hover .social-icon {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }

.member-carousal .owl-nav {
    margin-top: 0px;
}



    .member-carousal .owl-nav button {
        position: absolute;
        top: 55%;
        margin-top: -35px;
        transform: translate(0, -50%);
        transition: all .5s ease-in-out;
    }



        .member-carousal .owl-nav button i {
            display: inline-block;
            height: 48px;
            width: 48px;
            line-height: 48px;
            color: #fff;
            font-size: 25px;
            text-align: center;
            background: #d81b1b;
            border-radius: 50px;
            cursor: pointer;
            transition: all .5s ease-in-out;
        }



        .member-carousal .owl-nav button:hover i {
            background: #d81b1b;
            color: #fff;
        }

    .member-carousal .owl-nav .owl-prev {
        left: 0px;
        opacity: 0;
    }

    .member-carousal .owl-nav .owl-next {
        right: 0px;
        opacity: 0;
    }

.member-carousal:hover .owl-nav .owl-prev {
    left: -10px;
    opacity: 1;
}

.member-carousal:hover .owl-nav .owl-next {
    right: -10px;
    opacity: 1;
}


/*.testimonial-head .testimonial-img{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.testimonial-head .testimonial-img img{
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 2px solid #01083a;
}

.testimonial-head .testmonial-icon i{
    padding: 9px;
    position: absolute;
    bottom: -14px;
    left: 48.7%;
    background: #d81b1b;
    color: #fff;
    border-radius: 50%;
}

.testimonial-details{
    margin-top: 40px;
    padding: 25px 20px;
    box-shadow: 0 0 5px rgb(174 174 199);
    border-radius: 15px;
}

.testimonial-details p{
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #000;
}

.testimonial-details h3{
    text-align: center;
    font-size: 22px;
}*/

/* Title */


.testimonial-head .site-title-tagline {
    font-size: 16px;
    color: #ff6a00;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
}

..testimonial-head site-title {
    font-size: 34px;
    font-weight: 700;
    color: #002a66;
}

/* Testimonial Carousel */
.testimonial-head .testimonial-area {
    background: #fff;
}

.testimonial-head .testimonial-item {
    padding: 20px;
}

/* Image Section */
.testimonial-head .testimonial-img {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

    .testimonial-head .testimonial-img img {
        height: 95px;
        width: 95px;
        border-radius: 50%;
    }

/* Quote Icon */
.testimonial-head .testmonial-icon i {
    padding: 9px;
    position: absolute;
    bottom: -14px;
    left: 48%;
    background: #d81b1b;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

/* Testimonial Card Box */
.testimonial-head .testimonial-details {
    margin-top: 40px;
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    text-align: center;
}

    .testimonial-head .testimonial-details p {
        color: #333;
        font-size: 16px;
        line-height: 1.6;
    }

    .testimonial-head .testimonial-details h3 {
        font-size: 20px;
        margin-top: 15px;
        color: #002a66;
        font-weight: 700;
    }


/* Owl Navigation */
.textimonial-carousel .owl-nav {
    position: absolute;
    top: 50px;
    width: 100%;
}

    .textimonial-carousel .owl-nav button {
        background: none !important;
    }

    .textimonial-carousel .owl-nav span {
        font-size: 40px;
        color: #ff6a00;
        font-weight: bold;
    }

.textimonial-carousel .owl-prev {
    position: absolute;
    left: 32%;
}

.textimonial-carousel .owl-next {
    position: absolute;
    right: 32%;
}

.textimonial-carousel .owl-nav i {
    font-size: 30px;
    color: #d81b1b;
}


/* Center slide — clean */
.textimonial-carousel .owl-item.center .testimonial-details,
.textimonial-carousel .owl-item.center .testimonial-img img {
    opacity: 1;
    filter: blur(0px);
}

/* LEFT & RIGHT slides — blur + fade */
.textimonial-carousel .owl-item:not(.center) .testimonial-details,
.textimonial-carousel .owl-item:not(.center) .testimonial-img img {
    opacity: 0.30;
    filter: blur(0.3px);
    transition: 0.4s ease;
}


/* Smooth animation */
.textimonial-carousel .owl-item {
    transition: 0.5s;
}


.textimonial-carousel .owl-prev, .textimonial-carousel .owl-next {
    opacity: 0;
    transition: all 0.5s ease;
}

.textimonial-carousel:hover .owl-prev {
    opacity: 1;
    left: 35%;
}

.textimonial-carousel:hover .owl-next {
    opacity: 1;
    right: 35%;
}

/*=============== Product Cateloge =============*/

.Product-catelog {
    position: fixed;
    right: -66px;
    z-index: 999;
    padding: 4px 13px;
    background: #d81b1b;
    top: 50%;
    transform: rotate(90deg);
    cursor: pointer;
    font-weight: 600;
}

    .Product-catelog p {
        color: #fff;
        font-family: sans-serif;
    }


.popup-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 73%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.containers {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background-color: #fff;
    text-align: center;
    color: #000 !important;
}

    .containers p {
        text-align: start;
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

.popup-overlay label {
    text-align: left;
    display: block;
    color: #000;
    margin: 0;
    line-height: 1;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
}

    .popup-overlay label span {
        color: red;
    }

.close-btn {
    position: absolute;
    top: -10px;
    right: 10px;
    color: #000;
    cursor: pointer;
    font-size: 30px;
}



.input-box {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
}

    .input-box::placeholder {
        font-size: 15px;
    }

.btn-ones {
    width: 100%;
    padding: 10px 0;
    background-color: #e62f43;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}



.apprl {
    padding: 40px 0 10px;
    position: relative;
}

    .apprl .aprl-img {
        width: 650px;
        margin-left: -123px;
        position: absolute;
        height: 400px;
    }

    .apprl .feature-img {
        position: absolute;
        height: 360px;
        left: 60px;
        bottom: 16px;
    }

.feature-icn {
    margin-top: 49px;
    margin-left: 57px;
}

    .feature-icn h2 {
        font-size: 32px;
        font-weight: 900;
        font-family: "Roboto", sans-serif;
        color: #333;
        padding-bottom: 23px;
        position: relative;
    }

        .feature-icn h2:before {
            position: absolute;
            left: -2%;
            bottom: 14%;
            height: 2px;
            width: 92px;
            background-color: #d81b1b;
            content: "";
            margin-left: 15px;
        }

        .feature-icn h2 span {
            color: #d81b1b;
        }


    .feature-icn ul {
        padding-left: 0rem;
        margin-bottom: 0rem;
    }

        .feature-icn ul li {
            list-style: none;
            display: inline-flex;
            width: 130px;
            border: 1px solid #e1dddd;
            margin: 9px;
        }


.chairman-img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 15px;
    border: 7px solid #071071;
}

.custom-ul li {
    color: #2c2828;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align:justify;
}

section#why {
    padding: 42px 0px 0px;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.rangehead-1 h2 {
    font-weight: 600;
    padding-bottom: 37px;
    position: relative;
}

.rangehead-3 h2:before {
    position: absolute;
    left: 30%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #d81b1b;
    content: "";
    margin-left: -76px;
}

.rangehead-3 h2:after {
    position: absolute;
    left: 63%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #d81b1b;
    content: "";
    margin-left: 104px;
}

.rangehead-1 h2 span {
    color: #01083a;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .service-block .inner-box {
        position: relative;
        background-color: #ffffff;
        border: 1px solid #e2e2e2;
        padding: 37px 19px;
        transition: all 300ms ease;
        border-radius: 10px;
        overflow: hidden;
        height: 290px;
    }

        .service-block .inner-box::before {
            position: absolute;
            width: 124px;
            height: 121px;
            left: 0;
            top: 0;
            background-image: url(../../images/dots.png);
            content: "";
        }

    .service-block .icon-box {
        position: absolute;
        right: -25px;
        bottom: -107px;
        height: 210px;
        width: 210px;
        background: #d9d9d9;
        transition: all 300ms ease;
        padding: 13px 34px;
        border-radius: 50%;
    }

        .service-block .icon-box img.img-responsive {
            max-width: 65%;
        }

    .service-block .title {
        font-weight: 600;
        margin-bottom: 14px;
        font-size: 23px;
        color: #333;
        font-family: "Roboto", sans-serif;
    }

    .service-block .text {
        position: relative;
        color: #000;
        font-size: 15px;
        line-height: 29px;
        font-family: "Roboto", sans-serif;
        text-align: justify;
        margin: 0px;
    }

    .service-block .inner-box:hover {
        box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
        transform: translateY(-15px);
    }


/*============ Counter ================*/

.counter-section {
    background: #022a66;
    padding: 60px 0;
}

.counter-details {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 10px;
    border-radius: 8px;
}

.icon-counter i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}

.counter-details h2 {
    font-size: 50px;
    color: #ff6a00;
    margin: 10px 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.counter-details p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}


/*============== Process ==================*/

.tj-process-section.style-2 {
    background: #f1f6ff;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}


    .tj-process-section.style-2 .tj-heading-area {
        margin-bottom: 60px;
    }

.tj-heading-area .subs-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

    .tj-heading-area .subs-title span {
        color: #01083a;
        font-size: 22px;
        line-height: 1;
    }

    .tj-heading-area .subs-title .sub-title {
        color: #01083a;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .tj-heading-area .subs-title span:nth-child(3) {
        transform: rotate(-70deg);
        position: relative;
        top: -3px;
    }

.tj-heading-area .title {
    margin-bottom: 0;
    font-size: 50px;
    color: #000;
    margin-top: 0px;
    font-weight: 900;
    line-height: 1.3;
}

.process-content-two {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 40px;
    counter-reset: ol-counter;
}

.process-style-2 {
    max-width: 325px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 15px 0px;
    position: relative;
    z-index: 2;
    counter-increment: ol-counter;
}


    .process-style-2::before {
        position: absolute;
        content: "0" counter(ol-counter);
        left: 0;
        color: #a59a9a;
        line-height: 1;
        font-size: 40px;
        top: 15px;
        font-weight: 700;
    }

    .process-style-2 .process-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1.5px dashed #d81b1b;
        background: #fff;
        border-radius: 50%;
        width: 210px;
        height: 210px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }


        .process-style-2 .process-icon span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 180px;
            height: 165px;
            font-size: 70px;
            line-height: 1;
            border-radius: 50%;
            color: #d81b1b;
            background: #01083a;
            position: relative;
            z-index: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

            .process-style-2 .process-icon span img {
                border-radius: 50%;
                height: 180px;
                width: 180px;
            }


            .process-style-2 .process-icon span::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: linear-gradient(90deg, #01083a 0%, #01083a 100%);
                border-radius: 50%;
                z-index: -1;
                opacity: 0;
                visibility: hidden;
            }

    .process-style-2 .process-text .process-title {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .process-style-2 .process-text .desc p:last-child {
        margin-bottom: 0;
        line-height: 1.4;
        font-size: 15px;
    }

    .process-style-2:nth-child(3), .process-style-2:nth-child(1) {
        margin-top: 90px;
    }


    .process-style-2:hover::before {
        color: #d81b1b;
    }

    .process-style-2:hover .process-icon span {
        transform: scale(1.1);
    }

        .process-style-2:hover .process-icon span::before {
            opacity: 1;
            visibility: visible;
        }

    .process-style-2 .process-arrow {
        position: absolute;
        top: 45%;
        right: -60px;
    }

    .process-style-2 .process-arrow {
        right: -45px;
    }

    .process-style-2:nth-child(3) .process-arrow, .process-style-2:nth-child(1) .process-arrow {
        top: 20%;
        right: -60px;
        transform: rotate(-20deg);
    }

    .process-style-2 .process-arrow i {
        display: inline-flex;
        line-height: 1;
        font-size: 65px;
        color: #dbe8ff;
    }

.why-icon {
    padding: 10px;
}

    .why-icon img {
        height: 50px;
        width: 50px;
    }

    .why-icon .why-details h3 {
        font-size: 22px;
    }

    .why-icon .why-details p {
        font-size: 16px;
        margin-bottom: 0;
    }


table {
    width: 100%;
}

table, th, td {
    border: 1px solid #000;
}

th {
    background: #d81b1b;
    color: #fff;
    padding: 7px 10px;
}

td {
    color: #000;
    padding: 7px 10px;
}

.side-main-bar {
    padding: 27px 15px;
    background: #fff;
    border-radius: 15px;
}

    .side-main-bar .service-side-custom {
        display: flex;
        column-gap: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
    }

        .side-main-bar .service-side-custom i {
            font-size: 23px;
            color: #d81b1b;
        }

        .side-main-bar .service-side-custom .side-details h3 {
            font-size: 20px;
        }

        .side-main-bar .service-side-custom .side-details p {
            font-size: 15px;
            line-height: 1.4;
            margin-top: 5px;
        }

.service-main-details {
    padding: 20px 15px;
    background: #fff;
    border-radius: 15px;
}

    .service-main-details .nav-link {
        color: #000;
        font-weight: 700;
    }


    .service-main-details img {
        width: 100%;
        height: 253px;
        border-radius: 15px;
    }


@media screen and (max-width:900px) {

    html, body {
        overflow-x: hidden;
    }

    .custom-slider {
        height: 230px;
    }

    .header-top {
        padding: 5px 0;
    }

    .header-top-wrap {
        justify-content: center;
    }

    .containers {
        width: 335px;
    }

    .about1-left__year {
        left: -88px;
        bottom: 110px;
        font-size: 43px;
    }

    .about1-left__thumb {
        margin-left: 55px;
    }

    .about1-left__experience {
        width: 182px;
        height: 69px;
        padding: 14px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .about1-left__experience-counter {
        font-size: 28px;
        line-height: 22px;
    }

    .about1-left__experience-text {
        font-size: 17px;
    }

    .about1-content {
        margin-top: 20px;
        padding-right: 0;
    }

    .section-title__subtitle {
        margin-bottom: 8px;
    }

    .section-title__title {
        font-size: 19px;
        line-height: 26px;
    }

    .about1-content__list {
        padding-top: 15px;
    }

    .about1-content__btn-wrapper {
        margin-top: 23px;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .pa-bg {
        height: 380px;
    }

    .site-title {
        font-size: 27px;
    }

    .rangehead-1 h2 {
        font-size: 26px;
    }

    .rangehead-3 h2:before {
        left: 64%;
        bottom: 108%;
    }

    .rangehead-3 h2:after {
        left: 42%;
        bottom: 44%;
        margin-left: 0;
    }

    .tj-heading-area .title {
        font-size: 26px;
        line-height: 1;
    }

    .process-content-two {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-style-2:nth-child(3), .process-style-2:nth-child(1) {
        margin-top: 0;
    }

    .process-style-2 {
        margin: 0 auto 65px;
    }

        .process-style-2 .process-arrow {
            bottom: -100px;
            top: auto;
            right: auto;
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
        }

        .process-style-2:nth-child(3) .process-arrow, .process-style-2:nth-child(1) .process-arrow {
            bottom: -100px;
            top: auto;
            right: auto;
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
        }

    .counter-section {
        padding: 60px 0 40px;
    }

    .member-carousal:hover .owl-nav .owl-prev {
        left: 15px;
    }

    .member-carousal:hover .owl-nav .owl-next {
        right: 15px;
    }

    .counter-details h2 {
        font-size: 35px;
        margin: 4px 0;
    }

    .counter-details {
        padding: 15px 10px;
        margin-bottom: 15px;
    }

    .projects-page-section .title-inner .title {
        font-size: 13px;
    }

    .clientstabs .nav-item.nav-link {
        font-size: 15px;
        padding: 8px 8px 8px;
        line-height: 1.3;
    }

    .textimonial-carousel .owl-item:not(.center) .testimonial-details,
    .textimonial-carousel .owl-item:not(.center) .testimonial-img img {
        opacity: 1;
        filter: blur(0);
        transition: 0.4s ease;
    }
    .apprl .aprl-img{
        display:none;
    }
    .apprl .feature-img{
        display:none;
    }
    .feature-icn{
        margin-top: 25px;
        margin-left: 0;
    }
    .feature-icn ul li{
        width: 90px;
    }
    .feature-icn h2{
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .feature-icn h2:before{
        left: 33%;
        bottom: 14%;
    }
    .tj-process-section.style-2{
        padding: 70px 0 0;
    }
    .mobile-arrow-down{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-arrow-down i{
        padding: 5px;
        background: aliceblue;
        border-radius: 50%;
        box-shadow: 0 0 3px;
        height: 25px;
        width: 25px;
    }
    .chairman-img{
       height: 400px;
       margin-bottom: 20px;
    }
    .hero-section h4{     
       font-size: 20px;
    }
    .why-icon img{
       height: 36px;
       width: 36px;
    }
    .hero-section h1{
        font-size: 27px;
    }

    .product-range, .key-features, .applications{
        padding:0;
        margin-bottom:0;
    }
    .city-heading{
        font-size: 20px;
        margin-top:15px;
    }
    .projects-page-section .title-inner h2{
        font-size:27px;
    }
    .main-footer .list-style-one li{
        font-size:14px;
    }

    .main-footer .footer-widget ul li a{
        font-size:15px;
    }
    ul.city-branches li{
        margin: 10px 13px;
    }
    .contact-info .content p{
        font-size: 14px;
    }
    .why-icon .why-details h3{
        font-size: 19px;
    }

    .custom-column-count{
        column-count:2;
    }
}
