body.InnerPages.about-page:before {
        background: transparent;
    }

    .sec-about {
        min-height: 500px;
        /* background: url(http://clientapp.narola.online/sd/517635/html/images/banner-one.jpg);
        background-position: center center;
        background-size: cover; */
        padding-top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .header-section-img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .header-section-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .InnerPages.about-page .HeaderCarousel {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .sec-about:After {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(12 12 12 / 25%); 
        z-index: -1;
    }

    .sec-about h3 {
        display: block;
        font-size: 3.5rem;
        line-height: 1.25;
        font-weight: 900;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .sec-about p {
        text-align: center;
        font-size: 18px;
        margin: 0;
        color: #fff;
    }

    .sec-ab-detail {
        padding: 60px 0;
    }

    .ab-inner {
        display: flex;
        /* flex-wrap: wrap; */
        width: 100%;
        align-items: center;
        margin-bottom: 60px;
        /* padding: 0px 2.5rem; */
    }

    .ab-l {
        width: 50%;
    }

    .ab-r {
        width: 50%;
        padding-left: 50px;
    }

    .ab-right {
        width: 50%;
        padding-right: 50px;
    }

    .img-main {
        background: #ffffff;
        max-height: 400px;
        min-height: 278px;
        height: 30vw;
        overflow: hidden;
        border-radius: 10px;
    }

    .img-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ab-r h4, .ab-l h4, .ab-right h4 {
        font-size: 30px;
        color: #4fbd37;
        word-break: break-word;
        white-space: normal;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .ab-r .ab-r-intro span {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 10; */
    }

    .ab-inner.s-change .ab-l {
        order: 2;
    }

    .ab-inner.s-change .ab-r {
        padding-left: 0;
        padding-right: 50px;
    }

    .rd-more {
        /* margin-top: 10px; */
        margin: 20px 0 !important;
    }

    .rd-more a {
        text-decoration: none;
        margin-top: 10px !important;
        background: #4fbd37;
        color: #fff;
        border: 2px solid #4fbd37;
        padding: 0.5rem 1.5rem;
        border-radius: 6px;
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
        transition: ease-in-out 0.5s;
        margin: 0px;
    }

    .rd-more a:hover {
        color: #4fbd37;
        background: transparent;

    }

    /*dup css starts */
/*    .sec-ab-detail .img-main{
        max-height: unset;
        min-height: unset;
        height: unset;
    }*/
    .sec-ab-detail .img-main img{
        max-width: 100%;
        object-fit: unset;
            width: 100%;
    }

    .sec-ab-detail .ab-inner:last-child {
        margin-bottom: 0;
    }
    /*dup css ends */

    @media (max-width: 991px) {
        .ab-l {
            width: 50%;
        }

        .ab-r {
            width: 50%;
            padding-left: 20px;
        }

        .ab-r h4 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .ab-inner.s-change .ab-r {
            padding-right: 20px;
        }

        .sec-about h3 {
            font-size: 2.5rem;
            margin-bottom: 10px !important;
        }

        .sec-about {
            min-height: 420px;
        }

        .sec-ab-detail {
            padding: 50px 0;
        }
        .ab-r .ab-r-intro span{
            /* -webkit-line-clamp: 6; */
        }
    }

    @media (max-width: 767px) {
        .sec-about p {
            font-size: 16px;
        }

        .ab-l {
            width: 100%;
            padding-bottom: 15px;
            border: 1px solid #ccc;
            border-bottom: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .ab-r {
            width: 100%;
            padding-left: 0;
            border: 1px solid #ccc;
            border-top: 0;
            padding: 30px !important;
            text-align: justify;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .ab-r h4 {
            font-size: 24px;
            margin-bottom: 10px;
            text-align: center;
        }

        .ab-r p {
            text-align: center;
            font-size: 16px;
        }

        .ab-inner {
            margin-bottom: 30px;
        }

        .ab-inner.s-change .ab-l {
            order: 1;
        }

        .ab-inner.s-change .ab-r {
            padding-right: 0;
            order: 2;
        }

        .rd-more{
            display: flex !important;
            justify-content: center;
        }
        .img-main{
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    }