    :root {
        --jwl-white: #ffffff;
        --jwl-black: #000000;
        --jwl-active: #699540;
        --jwl-green: #699540;
        --font-family: 'Lato', sans-serif;
        --bg-section1: #f5f7f6;
        --bg-section2: #f7f7f7;
        --jwl-logo: #c6c6c6;
        --jwl-border-color: #a6a8a7;
        --nav-active: #699540;
    }

    .background-light-grey {
        background: #00000008;
    }

    /* ======= Variables ========== */

    /* h1, h2, h3, h4, p{
    font-family: var(--font-family);
    } */




    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .accordion-body {
        scrollbar-color: #699540;
        scroll-behavior: smooth;
    }
    @-moz-document url-prefix() { 
        .accordion-body {
            scrollbar-width: thin;
        }
    }
    .accordion-body::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    
    .accordion-body::-webkit-scrollbar-track {
        border-radius: 30px;
        background: transparent;
    }
    
    .accordion-body::-webkit-scrollbar-track:hover {
        background: transparent;
    }
    
    .accordion-body::-webkit-scrollbar-thumb {
        background: #699540; 
        border-radius: 10px;
    }
    
    .accordion-body::-webkit-scrollbar-thumb:hover {
        background: #3C501D; 
    }

    html,
    body {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        font-family: 'Lato', sans-serif;
        color: #1c1c1c;
        line-height: 1;
        scroll-behavior: auto !important;
        user-select: none;         
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none;      
    }

    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    a {
        text-decoration: none;
        color: #1c1c1c;
        cursor: pointer;
    }

    a:hover {
        color: var(--jwl-green) !important;
        transition: .3s;
    }

    li {
        list-style: none;
    }


    h1 {
        font-size: 70px;
        color: var(--jwl-white);
        font-weight: bolder;
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
        line-height: 76px;
    }
    .banner-container .banner-txt .main-text {
        font-size: 60px;
        color: var(--jwl-white);
        font-weight: bolder;
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
        line-height: 66px;
    }


    h2 {
        color: #1c1c1c;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
    }

    .bn-btn {
        background-color: #FFFFFF;
        border: none;
        color: #699540;
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 22px;
        line-height: 20px;
        font-size: 16px;
        border-radius: 5px;
        transition: .3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .bn-btn img {
        width: 13px !important;
        height: 12px;
        margin: 0 0 0 12px;
    }
    .gallery-slider-btn img {
        width: 18px !important;
        height: 18px;
        margin: 0 0 0 12px;
    }
    .bn-btn:hover img {
        content: url("../images/home/right-arrow-white.svg");
    }
    .gallery-slider-btn:hover img {
        content: url("../images/home/talk-to-us-white.svg");
    }
    .bn-btn:hover {
        color: #fff !important;
        background: #699540;
    }

    .bg-color {
        background-color: var(--bg-section1);
        width: 100%;
    }

    .bg {
        background-color: var(--jwl-white);
        width: 100%;
    }

    /* ============================ */

    /* Header Css */

    .header {
        z-index: 100;
        background-color: transparent;
        width: 100%;
    }

    .header .full-width {
        width: 1296px;
        height: 80px;
        position: absolute;
        background: #FFFFFFCC;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        transition: .5s ease-in-out;
        border: none;
        box-shadow: 0px 0px 6px 2px rgb(32 33 33 / 12%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .header.sticky-header {
        height: 70px;
        width: 100%;
    }

    .header .navbar {
        max-width: 100%;
        /* background-color: #FFFFFFCC; */
        background-color: transparent;
        z-index: 100;
        /* backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px); */
    }
    .header .navbar .navbar-brand {
        margin-left: 30px;
    }
    .dropdown-toggle::after {
        display: none;
    }

    .navbar-collapse .navbar-nav span {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse .navbar-nav .nav-item {
        /* border: 1px solid ; */

        /* border-bottom: 3px solid transparent; */
        margin-left: 18px;
        margin-right: 18px;
    }

    .navbar-collapse .navbar-nav .nav-item .nav-link {
        border-bottom: 3px solid transparent;
        color: #1c1c1c;
        font-size: 16px;
        line-height: 36px;
        font-weight: 500;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-right: 30px;
    }

    .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: var(--jwl-active);
    }

    .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        border-bottom: 3px solid var(--jwl-active);
    }

    .navbar-collapse .navbar-nav .nav-item>.active {
        color: var(--nav-active);
        border-bottom: 3px solid var(--jwl-active);
        font-weight: bold;
    }

    .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a.active {
        padding: 14px 10px;
        background-color: var(--jwl-green) !important;
        color: var(--jwl-white) !important;
    }

    /* .navbar-expand-lg .navbar-nav .dropdown-menu li {
        padding: 10px 0px;
    } */

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--nav-active);
        border-bottom: 3px solid var(--jwl-active);
        font-weight: bold;
        background-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu ul {
        padding: 10px;
        width: 261px;
        background-color: #ffffff;
        list-style: none;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: transparent !important;
        padding: 6px 0 0;
    }


    /* .navbar-expand-lg .navbar-nav .dropdown-menu li a {
        padding: 5px 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
        color: var(--jwl-white);
        color: var(--jwl-white) !important;
        transition: .3s;
        background-color: var(--jwl-green) !important;
        padding: 14px 10px;
        border-radius: 5px;
    } */

    .navbar-expand-lg .navbar-nav .dropdown-menu li a {
        height: 36px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 5px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        padding: 0 0 0 10px;
        margin: 5px 0 0 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
        padding: 14px 10px;
        background-color: var(--jwl-green) !important;
        color: var(--jwl-white) !important;
        margin: 5px 0 0 0;
    }

    /*======================= Banner image section =====================*/

    .banner {
        width: 100%;
        position: relative;
        top: 0px;
    }

    /* banner container */

    .banner .container {
        position: absolute;
        left: 0;
        padding: 0;
        right: 0;
        top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner .container .banner-txt .fa-arrow-right {
        font-weight: 100;
        font-size: 14px;
        padding-left: 15px;
    }

    .home-page .banner .container .banner-txt {
        padding-bottom: 146px;
    }

    p.banner-footer-text {
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .home-page .banner .banner-image {
        position: relative;
        height: 100svh;
    }
    .home-page .banner .banner-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .banner .banner-image span {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgb(0 0 0) 100%);
        opacity: 20%;
    }

    .banner .banner-container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* ========== Main section =================== */

    .main {
        width: 100%;
        padding: 120px 0px 150px 0px;
    }

    /* ================ Row-1 ======================= */

    .main .container .row-1 {
        padding-bottom: 70px;
    }

    /* .main .container .row-1 .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
} */

    .main .container .row-1 .col-lg-5 .div-logo {
        max-width: 100%;
        border-right: 2px solid var(--jwl-border-color);
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        /* justify-content: right; */
        padding-right: 24px;
    }

    .main .container .row-1 .col-lg-5 .div-logo p {
        color: var(--jwl-logo);
        font-family: 'Lato', sans-serif;
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
        font-size: 170px;
        /* text-transform: uppercase; */
        font-weight: 900;
        letter-spacing: 5px;
        line-height: 116px;
    }

    .main .container .row-1 .col-lg-7 {
        /* border: 1px solid green; */
        display: flex;
        align-items: center;
    }

    .main .container .row-1 .col-lg-7 ul {
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }

    .main .container .row-1 .col-lg-7 ul li {
        color: #a1a1a1;
        font-size: 38px;
        line-height: 46px;
        padding-left: 10px;
    }

    /* ================ Row-2 ======================= */

    .main .container .row-2 {
        padding-bottom: 90px;
    }

    .main .container .row-2 .col-lg-4 {
        position: relative;
    }

    .main .container .row-2 .col-lg-4 .main-img {
        margin: 0px;
        position: relative;
    }

    .main .container .row-2 .col-lg-4 .main-img img {
        width: 100%;
        /* padding: 0px 12px 0px 12px; */
    }

    .main .container .row-2 .col-lg-4 .main-txt {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main .container .row-2 .col-lg-4 .main-txt h4 {
        color: var(--jwl-white);
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 1px;
    }
    
    .home-page .main .container .row-2 .col-lg-4 .main-txt h4 {
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    }

    /* ================ Row-3 ======================= */

    .main .container .row-3 {
        width: 100%;
    }

    .main .container .row-3 .col-lg-12 {
        padding: 0px 12px;
        width: 100%;
    }

    .main .container .row-3 .col-lg-12 p {
        font-size: 22px;
        line-height: 30px;
        color: #878887;
        /* letter-spacing: 1px; */
        margin-top: 20px;
        margin-bottom: 42px;
    }

    .main .container .row-3 .col-lg-12 a {
        background-color: var(--jwl-green);
        color: var(--jwl-white);
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
        border: 1px solid var(--jwl-green);
    }

    .main .container .row-3 .col-lg-12 a:hover {
        background: var(--jwl-white);
        color: var(--jwl-green) !important;
    }


    /* =========================================== */



    /* =============== Project Section ============== */

    .project {
        width: 100%;
        padding: 120px 0px 150px 0px;
    }
    .project h2 {
        
    }

    .project .slide-container {
        margin: 0 -50px;
    }

    .project .slide-container h2 {
        padding-left: 40px;
        padding-bottom: 28px;
    }

    .project .slide-content {
        margin: 0 40px;
        overflow: hidden;
        padding: 0px 12px;
    }

    .project .card {
        border-radius: 12px;
        background-color: #FFF;
        border: none;
        border: 1px solid transparent;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

    /* .project .card:hover{
    border: 0px solid transparent;
    box-shadow: 0px 0px 7px 4px #00000017;
} */


    .project .card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #c6c6c6;
        border-right: 1px solid #c6c6c6;
        border-left: 1px solid #c6c6c6;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        /* border-radius: 9px; */
    }

    .project .card-content:hover {
        border-bottom: 1px solid var(--jwl-green);
        border-right: 1px solid var(--jwl-green);
        border-left: 1px solid var(--jwl-green);
    }

    .project .name:hover {
        color: var(--jwl-green);
        font-weight: bold;
    }

    .project .card-image {
        position: relative;
        height: 100%;
        width: 100%;
        background: #FFF;
        border: none;
    }

    .project .card-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .project .name {
        font-size: 24px;
        color: #737373;
        font-family: 'Lato', sans-serif;
        padding: 30px 14px;
        width: 100%;
        text-align: center;
        transition: all .3s ease-in-out;
    }

    .project .swiper-navBtn {
        color: #97999c;
        transition: color 0.3s ease;
    }

    .project .swiper-navBtn:hover {
        color: #97999c;
    }

    .project .swiper-navBtn::before,
    .project .swiper-navBtn::after {
        font-size: 35px;
    }

    .project .swiper-button-next {
        right: 0;
        padding-left: 10px;
    }

    .project .swiper-button-next:hover,
    .project .swiper-button-prev:hover {
        color: var(--jwl-green);
    }

    .project .swiper-button-prev {
        left: 0;
        padding-right: 10px;
    }

    /* .swiper-slide-duplicate-active{
    background-color: green;
} */

    /* owl carousel */
    .banner .owl-carousel.home-banner {
        position: relative;
    }

    .banner .owl-carousel.home-banner .owl-dots {
        position: absolute;
        bottom: 78px;
        padding: 0;
        transform: translateX(-660px);
        left: 50%;
    }

    .banner .owl-carousel.home-banner .owl-nav {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        width: 100%;
    }

    .banner .owl-carousel.home-banner .owl-nav .owl-next {
        float: right;
        margin-right: 30px;
    }

    .banner .owl-carousel.home-banner .owl-nav .owl-prev {
        float: left;
        margin-left: 30px;
    }

    .banner .owl-carousel.home-banner .owl-nav .owl-prev:hover,
    .banner .owl-carousel.home-banner .owl-nav .owl-next:hover {
        background: none;
    }
    .gallery-slider {
        background-color: #F5F7F6;
        padding: 112px 0 120px;
    }
    .gallery-slider .main-heading {
        font-weight: 700;
        font-style: italic;
        font-size: 40px;
        line-height: 46px;
        color: #1c1c1c;
    }
    .gallery-btn {
        background-color: #ffffff !important;
    }
    .gallery-slider-btn, .slider-btn {
        background-color: #ECF0E5 !important;
    }
    .gallery-btn:hover {
        background-color: #699540 !important;
    }
    .gallery-slider .btn-holder {
        display: flex;
        align-items: end;
        justify-content: flex-end;
    }
    .gallery-slider .content-holder {
        display: flex;
        align-items: end;
        padding: 0 0 48px 0;
    }
    .footer-strip {
        background-color: #699540;
        position: relative;
    }
    /* .footer-strip {
        background-image: url(../images/footer-strip-logo.png);
        background-repeat: no-repeat;
        background-position: right center;
    } */
    .footer-strip .image-holder {
        background: url('../images/home/bring-your-perspective.webp');    
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    }
    .footer-strip .footer-strip-text {
        padding: 75px 0 75px 36px;
    }
        .footer-strip .footer-strip-text-02 {
        padding: 30px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-strip-text-02 .heading {
        margin: 0 !important;
    }

    .footer-strip-text .heading {
        font-weight: 500;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        margin: 0 0 20px 0;
    }
    .footer-strip-logo {
        position: absolute;
        top: 0;
        right: 0;
    }
    .gallery-btn .fa-arrow-right, .career-btn .fa-arrow-right {
        padding-left: 12px;
    }
    .footer-strip .gallery-btn {
        border: 1px solid transparent !important;
    z-index: 1;
    }
.footer-strip .gallery-btn:hover {
        background-color: var(--jwl-green) !important;
        border: 1px solid #ffffff !important;
        color: #ffffff;
    }

.footer-strip-02 .footer-strip-logo img {
    width: 176px;
    height: auto;
}
.footer-strip-03 .footer-strip-logo img {
    width: 138px;
    height: auto;
}

    .slider-wrapp {
    position: relative;
}
.slider-wrapp .owl-item .image-holder img{
    object-fit:cover;
    aspect-ratio: 468 / 432;
}
.slider-wrapp .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.slider-wrapp .owl-nav .owl-prev {
    position: absolute;
    left: 60px;
}
.slider-wrapp .owl-nav .owl-next {
    position: absolute;
    right: 60px;
}

.pswp__button--arrow--prev {
    left: 200px;
}
.pswp__button--arrow--next {
    right: 200px;
}

.image-slider-wrapp .owl-nav {
    top: 36%;
}

.image-slider-wrapp .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
}
.image-slider-wrapp .owl-nav .owl-next {
    position: absolute;
    right: 30px;
}


.slider-wrapp .owl-nav button.owl-next span, .slider-wrapp .owl-nav button.owl-prev span {
    display: none;
}
.slider-wrapp .owl-nav [class*=owl-] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    margin: 0;
    background-color: transparent;
    transition: opacity 0.3s ease-in-out;
}
.slider-wrapp .owl-nav button.owl-prev {
    background-image: url('../images/home/slider/left-arrow.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: all;
}
.slider-wrapp .owl-nav button.owl-next {
    background-image: url('../images/home/slider/right-arrow.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: all;
}
.slider-wrapp .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7; 
}
  .pswp__icn{
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
  }

  .home-page .pswp__scroll-wrap{
    background: #474747CF;
  }

.main-img {
    position: relative;
    overflow: hidden;
}
.pswp--touch .pswp__button--arrow {
    visibility: visible;
}
.main-img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #74747447;
    backdrop-filter: blur(70px);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.main-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0;
}

.home-page .img-holder img {
    filter: grayscale(100%);
    transition: filter 0.4s ease-in-out, transform 0.4s ease;
}

.home-page .img-holder:hover img {
    filter: none;
    transform: scale(1.02);
}

.main-img .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--jwl-white);
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

.main-img:hover span {
    opacity: 1;
}

.main-img:hover .hover-text {
    opacity: 1;
}
.projects-title {
    margin: 0 0 40px 0;
}

.events, .careers {
    padding: 120px 0;
}
.events .accordion-item {
    border: 0;
}
.events .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.events .accordion-body {
    padding: 30px 0;
}
.events .accordion-button {
    background-color: #0000000D;
    padding: 17px 40px;
    margin: 0 0 10px;
    border-radius: 5px;
}
.events .accordion-button .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 46px;

}
.events .accordion-button:not(.collapsed) {
    background-color: #699540;
    box-shadow: none;
    outline: 0;
    color: #ffffff;
    margin: 0;
}
.events .accordion-button.collapsed {
    color: #000000 !important;
}

.events .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.events .accordion-button::after {
    background-image: url(../images/events/down-arrow.svg) !important;
    width: 15px;
    height: 16px;
    transition: transform 0.3s ease;
    background-size: auto;
}
.events .accordion-button:not(.collapsed)::after {
    background-image: url(../images/events/up-arrow.svg) !important;
       transform: rotate(360deg);
}

.careers .back-btn {
    position: absolute;
    left: -15px;
    top: 10px;
}
.careers .opening-title .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #1c1c1c;
    margin: 0 0 20px;
}
.careers .opening-title .sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #41612F;
    margin: 0;
}
.careers .opening-title .content-holder {
    margin: 10px 0 30px;
    padding: 0 0 0 30px;
}
.careers .opening-title .content-holder li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #585858;
    list-style: disc !important;
}
.career-btn {
    background-color: #699540 !important;
    color: #ffffff;
    margin: 20px 0 0;
    border: 1px solid transparent;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.career-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #699540;
    color: #699540 !important;
}
.career-btn:hover img {
    content: url("../images/home/right-arrow.svg");
}

.career-mainpage .hiring-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 40px;
    border-radius: 5px;
    background-color: #ffffff;
    gap: 20px;
}
.career-mainpage .hiring-list:hover {
    background-color: #699540;
    color: #ffffff !important;
}
.career-mainpage .hiring-list:hover .hiring-title,
.career-mainpage .hiring-list:hover .hiring-sub-title {
    color: #ffffff !important;
}
.career-mainpage {
    padding: 120px 0;
    background-color: #EDEDEDCC;
}
.career-mainpage .latest-opening-col {
    margin: 0 0 10px;
}
.career-mainpage .latest-opening ul {
    margin: 20px 0 0;
}

.career-mainpage .latest-opening-col .hiring-list-name {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 40px;
}

.career-mainpage .latest-opening-col .hiring-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 46px;
    color: #1c1c1c;
    margin: 0;
    transition: color 0.3s ease;
    flex: 1 0 650px;

}
.career-mainpage .latest-opening-col .hiring-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:  #000000CC;
    margin: 0;
    transition: color 0.3s ease;
    flex: 0 1 300px;

}
.career-mainpage .icon-right-arrow img {
    transition: transform 0.3s ease;
}

.career-mainpage .hiring-list:hover .icon-right-arrow img {
    transform: translateX(20px);
    content: url("../images/careers/right-arrow-white.svg");
}
.career-mainpage .hiring-list .icon-right-arrow {
    flex-shrink: 0;
}
.careers .back-btn img{
    transition: transform 0.3s ease;
}
.careers .back-btn:hover img{
    transform: translateX(-10px);
}
.home-page .owl-theme .owl-dots .owl-dot span {
    background: #FFFFFF80;
;
}
.home-page .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}
.pswp__button--close {
    margin-right: 5px;
    margin-top: 5px;
}
.img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}

.img-wrapper img.jasleen-image {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 415px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
        .project .slide-content {
            margin: 0 10px;
        }

        .project .swiper-navBtn {
            display: none;
        }
    }


    /* =========================================== */




    /* =============== Team Section ================= */

    .team {
        width: 100%;
        background-image: url('../images/home/section-bg.png');
        padding-top: 120px;
    }

    .team .container h2 {
        padding-bottom: 20px;
    }

    /* ================ Row - 1 ===================== */

    .team .container .row-1 {
        border-bottom: 2px solid #c8e0c5;
        padding-bottom: 50px;
    }

    .team .container .row-1 .col-lg-4 img {
        max-width: 100%;
    }

    .team .container .row-1 .col-lg-8 h3 {
        font-size: 30px;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
        color: var(--jwl-green);
        margin: 0px;
        font-weight: 600;
    }

    .team .container .row-1 .col-lg-8 p {
        font-size: 18px;
        line-height: 24px;
        color: #363636;
        margin-bottom: 40px;
        font-family: 'Lato', sans-serif;
    }

    .team .container .row-1 .col-lg-8 ul {
        padding: 0px 0px 20px 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .team .container .row-1 .col-lg-8 ul li {
        font-size: 20px;
        line-height: 30px;
        color: #3f674d;
        position: relative;
        margin-left: 20px;
    }

    .team .container .row-1 .col-lg-8 ul li::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: var(--jwl-green);
        top: 12px;
    }

    .team .container .row-1 .col-lg-8 .team-para {
        font-size: 20px;
        line-height: 28px;
        color: #363636;
    }

    /* =============== Row - 2 =================== */

    .team {
        width: 100%;
        padding-bottom: 150px;
    }

    .team .container .row-2 h3 {
        font-size: 34px;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
        color: #a1a1a1;
        padding-top: 40px;
    }

    .team .container .row-2 .col-lg-3 .card {
        border-radius: 15px;
        height: 100%;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all .3s ease-in-out;
    }

    .team .container .row-2 .col-lg-3 .card:hover {
        border: 2px solid #9ad79a;
    }

    .team .container .row-2 .col-lg-3 .card img {
        max-width: 100%;
    }

    .team .container .row-2 .col-lg-3 .card .card-body {
        width: 100%;
        padding: 0px;
        margin: 22px 0px 8px 0px;
    }

    .team .container .row-2 .col-lg-3 .card .card-body h5 {
        color: var(--jwl-green);
        font-size: 22px;
        line-height: 26px;
        margin: 0px;
        padding-bottom: 4px;
        font-family: 'Lato', sans-serif;
    }

    .team .container .row-2 .col-lg-3 .card .card-body p {
        color: #656565;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
    }

    /* =========================================== */



    /* ================= Client Section ================== */

    .client {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 150px;
    }

    .client .container h2 {
        padding-bottom: 15px;
    }

    .client .container h3 {
        font-size: 34px;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
        color: #a1a1a1;
        padding-bottom: 15px;
    }

    .client .container .row-1 {
        padding-bottom: 47px;
    }

    .client .container .row-1 .card {
        border: 1px solid #dadada;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 29px;
        border-radius: 5px;
        height: 89px;
    }


    .client .container .row-2 .card {
        border: 1px solid #dadada;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 29px;
        border-radius: 5px;
        height: 89px;
    }

    .client .container .row-1 .card img {
        width: fit-content;
    }

    .client .container .row-2 .card img {
        width: fit-content;
    }




    /* =========================================== */



    /* =============== Service section ================== */

    .service {
        /* background-color: var(--jwl-active); */
        padding-top: 90px;
        padding-bottom: 150px;
    }

    .service .container h2 {
        color: #1c1c1c;
        padding-bottom: 20px;
    }

    .service .container .row {
        background-color: transparent;
    }

    .service .container .col-lg-4 {
        background-color: transparent;
    }

    .service .container .col-lg-12 .card {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        /* border-radius: 20px; */
        height: 100%;
        padding: 40px 40px 25px 40px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        row-gap: 30px;
        border-radius: 0;
    }

    .service .container .col-lg-12 .card .card-head {
        display: flex;
        align-items: center;
        /* padding: 40px 40px 25px 40px; */
        flex-direction: column;
        align-items: flex-start;
    }

    .service .container .col-lg-12 .card .card-body {
        margin-left: 0px;
        margin-top: 0px;
    }

    .service .container .col-lg-12 .card .card-head .card-icon {
        background-color: #d6ecd6;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service .container .col-lg-12 .card .card-head h4 {
        font-size: 30px;
        line-height: 34px;
        color: #1c1c1c;
        padding-left: 20px;
        display: inline-block;
        width: 67%;
        padding: 0px;
        padding-top: 20px;
        font-weight: 700;
    }

    .service .container .col-lg-12 .card .card-body ul {
        margin: 0px;
        padding: 0px 40px 0px 18px;
    }

    .service .container .col-lg-12 .card .card-body ul li {
        list-style: disc;
        color: #1c1c1c;
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .service .container .col-lg-12 .card .card-body ul li span {
        color: #1d8845;
    }

    /* =========================================== */


    /* ================ footer Section================== */

    hr {
        margin: 0px;
        padding: 0px;
    }

    .jwl-footer {
        max-width: 100%;
        padding: 0px;
        margin: 0px;
        background-color: var(--jwl-white);
        position: relative;
    }

    .jwl-footer .container .row .footer-logo {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .jwl-footer .foot-top-bar .footer-detail {
        /* margin: 0px 20px; */
        margin: 30px 0px 30px 0px;
        padding-top: 20px;
    }

    .jwl-footer .container .row .col-lg-3 h4, .jwl-footer .container .row .col-lg-2 h4 {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 3px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        color: #1c1c1c;
        margin-bottom: 0;
    }

    .jwl-footer .container .row .col-lg-3 p,
    .jwl-footer .container .row .col-lg-3 ul li a, 
    .jwl-footer .container .row .col-lg-2 p,
    .jwl-footer .container .row .col-lg-2 ul li a {
        font-size: 17px;
        line-height: 26px;
        font-family: 'Lato', sans-serif;
        color: #585858;
        font-weight: 400;
    }
    .jwl-footer .bottom-strip  .col-lg-9 p,
    .jwl-footer .bottom-strip  .col-lg-9 p a {
        font-size: 17px;
        line-height: 26px;
        color: #585858;
        margin: 0px;
        font-weight: 400;
    }
    .jwl-footer .container .row .col-lg-3 ul.icon-list li a {
        font-size: 20px;
        line-height: 20px;
    }

    .jwl-footer .social-links h4 {
        padding-bottom: 11px !important;
    }

    .jwl-footer .container .row .col-lg-3 img, .jwl-footer .container .row .col-lg-2 img {
        max-width: 100%;
    }

    .jwl-footer .container .row ul {
        padding: 0px;
        margin: 0px;
    }

    .jwl-footer .bottom-strip .col-lg-9 {
        padding-top: 30px;
        padding-bottom: 28px;
    }

    .jwl-footer .container .row .d-flex ul {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .dropdown-menu.tooltip-dropdown {
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
        border: none !important;
        display: block !important;
        padding: 13px 0 0;
        border-radius: 0;
        left: -2px;
        top: calc(100% + 2px);
        min-width: 100%;
        background-color: transparent;
    }
    .dropdown-menu.tooltip-dropdown ul {
        border: 1px solid #45673233;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        padding: 12px 15px !important;
        border-radius: 5px;
        background: #F7F9F5;
        gap: 0 !important;
    }

    .dropdown-menu.tooltip-dropdown li {
        width: 100%;
        padding: 0 !important;
        
    }
    .dropdown-menu.tooltip-dropdown li .dropdown-item {
        font-family: 'Lato', sans-serif;
        font-weight: 400 !important;
        font-size: 15px !important;
        line-height: 15px !important;
        color: #212529CC !important;
        padding: 0;
        margin-bottom: 10px;    
    }

    .dropdown:hover .dropdown-menu.tooltip-dropdown {
        max-height: 500px;
        opacity: 1;
    }
    .dropdown-menu.tooltip-dropdown .dropdown-item:focus, .dropdown-menu.tooltip-dropdown .dropdown-item:hover {
        background-color: transparent;
        border: none;
        color: #699540 !important;

    }
    .hover-dropdown .dropdown-menu::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        width: 17px;
        height: 7px;
        background-color: #F7F9F5; 
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        z-index: 2;
    }

    .hover-dropdown .dropdown-menu::after {
        content: "";
        position: absolute;
        top: 6px; 
        left: 7px; 
        width: 17px;
        height: 7px;
        background-color: #45673233; 
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        z-index: 1;
    }
        .home-page .hover-dropdown .dropdown-menu::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 8px;
        width: 17px;
        height: 7px;
        background-color: #F7F9F5; 
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        z-index: 2;
    }

    .home-page .hover-dropdown .dropdown-menu::after {
        content: "";
        position: absolute;
        top: 7px; 
        left: 7px; 
        width: 17px;
        height: 7px;
        background-color: #45673233; 
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        z-index: 1;
    }

    .jwl-footer .container .row .d-flex ul li {
        padding: 0px 6px 0px 6px;
    }
    .jwl-footer .container .row .d-flex ul li:first-child {
        padding: 0px 6px 0px 0;
    }
    .jwl-footer .container .row .d-flex ul .link {
        font-size: 16px;
        line-height: 20px;
        color: #585858;
    }
    .jwl-footer .jwl-footer-wrapper {
        display: flex;
    }

    /* Card mode start here. */
    .modal.card-model {
        backdrop-filter: blur(3px);
    }

    .modal.card-model .btn-close {
        width: 38px;
        height: 38px;
        position: absolute;
        right: -22px;
        top: -22px;
        background-color: #f2f2f2;
        z-index: 1;
        border-radius: 50px;
        opacity: 1;
        box-shadow: -1px 2px 5px 0px #00000075;
        transition: all .1s ease-in-out
    }

    .modal.card-model .btn-close:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 3px 1px #00000047;
    }

    .modal.card-model .modal-content {
        border-radius: 8px;
    }

    .modal.card-model .modal-body {
        box-shadow: 0px 3px 5px 2px #1d1d1d52;
        border-radius: 8px;
    }

    .card.card-model-card .card-title {
        font-size: 26px;
        color: var(--jwl-green);
    }

    .card.card-model-card .card-subtitle {
        font-family: 'lato', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #666666;
    }

    .list-group.card-model-card-list-group .list-group-item {
        border: none;
        font-size: 20px;
        line-height: 24px;
    }

    .list-group.card-model-card-list-group .list-group-item::before {
        content: "";
        position: absolute;
        left: 0px;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        background: var(--jwl-green);
        top: 18px;
    }

    /* Card mode end here. */

    /* ====================================== About us Page css =========================================== */

    .about-us {
        background-color: var(--jw-primary) !important;
        position: relative;
        padding: 120px 0 0;
    }


    /* ==== about row ==== */

    .about-us .container .about-row {
        z-index: 100;
    }

    .about-us .container .about-row .col-lg-4 img {
        max-width: 75%;
    }
    /* .about-us .jasleen-image {
        max-width: 100%;
        border-radius: 10px;
    } */


    .about-us .container .about-row .col-lg-8 h3 {
        font-size: 30px;
        line-height: 36px;
        font-family: 'Lato', sans-serif;
        color: var(--jwl-green);
        margin: 0px;
        font-weight: 600;
    }

    .about-us .container .about-row .col-lg-8 {
        margin-left: -60px;
    }

    /* =================== */

    /* ==== About row 1 ==== */

    .about-us .container .about-row1 {
        padding-top: 60px;
        padding-bottom: 120px;
        z-index: 100;
    }

    .about-us .container .about-row1 .col-lg-12 h2 {
        padding-bottom: 15px;
    }

    .about-us .container .about-row1 .sub-cont {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .about-us .container .about-row1 .sub-cont div {
        width: 30%;
    }

    .about-us .container .about-row1 .sub-cont hr {
        margin: 0px 20px;
        border-left: 1px solid #0000001a;
        height: 100%;
    }

    .about-us .container .about-row1 .sub-cont h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        padding-bottom: 45px;
    }

    .about-us .container .about-row1 .sub-cont ul {
        padding-bottom: 0px !important;
    }

    .about-us .container .about-row1 .sub-cont ul li {
        padding-bottom: 20px;
    }

    .about-us .container .about-row1 .sub-cont ul li:last-child {
        padding-bottom: 0px;
    }

    .about-us .container .about-row1 .sub-cont ul {
        padding: 0px;
    }



    .about-us .container .about-row1 .col-lg-12 ul {
        padding: 0px 0px 20px 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-us .container .about-row1 .content-holder ul {
        padding: 0px 0px 0px 0px;
        margin: 40px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-us .container .about-row1 .col-lg-12 ul li {
        font-size: 16px;
        line-height: 30px;
        color: #1c1c1c;
        font-weight: 400;
        position: relative;
        margin-left: 20px;
    }
        .about-us .container .about-row1 .content-holder ul li {
        font-size: 18px;
        line-height: 28px;
        color: #1c1c1c;
        font-weight: 300;
        position: relative;
        margin-left: 20px;
    }


    .about-us .container .about-row1 .col-lg-12 ul li::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: #53C351;
        top: 12px;
    }
    .about-us .container .about-row1 .content-holder ul li::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: #53C351;
        top: 12px;
    }


    .about-us .container .about-row1 h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
    }

    .about-us .container .about-row1 p {
        font-size: 16px;
        line-height: 30px;
        color: #1c1c1c;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

    /* ===================== */

    /* ==== About row 2 ==== */


    .about-us .about-row2 {
        padding: 114px 50px 116px;
    }

    /* ===================== */


    /* ==== About row 3 ==== */

    .about-us .container .about-row3 {
        padding: 0 0 100px;
        position: relative;
    }

    .about-us .container .about-row3 .col-lg-4 {
        border-right: 1px solid var(--jwl-border-color);
    }

    .about-us .container .about-row3 .col-lg-4 p {
        font-size: 16px;
        line-height: 30px;
        color: #1c1c1c;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        padding-right: 20px;
    }

    .about-us .container .about-row3 .col-lg-4 h2 {
        line-height: 30px;
        padding-bottom: 25px;
    }

    .about-us .container .about-row3 .col-lg-8 p {
        font-size: 16px;
        line-height: 30px;
        color: #1c1c1c;
        font-weight: 400;
        padding-left: 35px;
    }

    .about-us .container .about-row3 .col-lg-8 h2 {
        padding-left: 35px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    .about-us .container .about-row3 .col-lg-5 {
        position: absolute;
        top: 15%;
        left: 0;
        z-index: -1;
    }

    .about-us .container .about-row3 .col-lg-7 {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: -1;
    }

    /* ===================== */


    .jwl-bg {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        z-index: 1;
        max-width: 1400px;
    }

    .about-us .container .row .col-lg-8 .div-logo {
        max-width: 100%;
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
    }

    .about-us .container .row .col-lg-8 .div-logo .jwl-para {
        color: var(--jwl-logo);
        font-family: 'Lato', sans-serif;
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
        font-size: 140px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 5px;
        /* line-height: 116px; */
    }

    /* ==================================================================================================== */


    /* ====================================== projects Page css =========================================== */

    .Projects .main-section {
        padding: 120px 0px 100px;
        overflow: hidden;
    }

    .Projects .main-section .main-img {
        display: flex;
        justify-content: center;
    }

    .Projects .main-section .main-img a img {
        width: 100%;
        height: auto;
    }

    .Projects .main-section .main-img a {
        position: relative;
    }

    /* .Projects .main-section .main-img span { 
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 20%;
        } */

    .Projects .main-section .main-txt {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .Projects .main-section .main-txt a p {
        color: var(--jwl-white);
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .Projects .main-section .row-1 .col-lg-4 {
        position: relative;
        padding: 0px;
        padding-bottom: 20px;
    }

    .Projects .main-section .row-1 .col-lg-4:hover {
        transition: .3s;
        position: relative;
        z-index: 50;
    }


    /* ==================================================================================================== */


    /* ======================================Our Team css code=========================================== */

    .our-team {
        padding: 110px 0px 40px;
    }

    .our-team p {
        color: #000000b3;
    }

    .our-team .jasleen-kaur-section .col-lg-4 img {
        width: 90%;
        height: auto;
    }

    .our-team .jasleen-kaur-section .col-lg-8 h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
    }

    .our-team .jasleen-kaur-section .col-lg-8 p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .our-team .jasleen-kaur-section .col-lg-8 ul li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding-bottom: 10px;
        position: relative;
        margin-left: 5px;
    }

    .our-team .jasleen-kaur-section .col-lg-8 ul li.first-section {
        margin-bottom: 10px;
    }

    .our-team .jasleen-kaur-section .col-lg-8 ul li.second-section {
        line-height: 26px;
    }

    .our-team .jasleen-kaur-section .col-lg-8 ul li::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: var(--jwl-green);
        top: 7px;
    }

    .our-team .jasleen-kaur-section .col-lg-8 ul {
        padding: 0px 0px 0px 15px;
        margin: 30px 0px 20px;
    }

    .our-team .jasleen-kaur-section .col-lg-8 .sub-cont h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .our-team .jasleen-kaur-section .col-lg-8 .sub-cont ul {
        margin: 20px 0px;
    }

    .our-team .all-team {
        margin-top: 50px;
    }
    .our-team .all-team .row .commen-border {
        margin: 0px;
        padding-bottom: 24px;
        width: 308px;
    }

    .our-team .all-team .row .commen-border .title-img-holder {
        border: 1px solid #0000001a;
    }

    .our-team .all-team .title-img-holder img {
        width: 100%;
    }

    .our-team .all-team .row {
        padding-bottom: 80px;
    }


    .our-team .all-team .row .cont {
        display: block;
    }

    .our-team .all-team .title-img-holder .title-name {
        padding: 40px 20px 10px;
    }

    .our-team .all-team .title-img-holder .title-name h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .our-team .all-team .title-img-holder .title-name p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #1c1c1c;
    }

    .our-team .all-team .cont {
        padding: 0px 20px 10px;
    }

    .our-team .all-team .cont p {
        padding: 10px 0px;
        margin: 0px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        border-bottom: 1px solid #0000001a;
    }

    .our-team .all-team .cont p:last-child {
        border-bottom: none;
    }

    .more-arrow {
        display: none;
    }


    /* ==================================================================================================== */

    /* ======================================Contact Us code=========================================== */
    .contact-us {
        overflow: hidden;
    }

    .contact-us p {
        color: #000000b3;
    }

    .contact-us .contact-details,
    .contact-us .form-holder {
        padding: 120px 0px 100px;
    }

    /* .contact-us .contact-details h2{ 
        font-size: 40px;
        line-height: 48px;
        font-weight: 700;
    } */
    .contact-us .contact-details p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }

    .contact-us .contact-details ul {
        padding: 0px;
    }

    .contact-us .contact-details ul li ul {
        display: flex;
    }


    .contact-us .contact-details ul li ul li {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    .contact-us .contact-details ul li ul {
        margin-bottom: 30px;
    }
    
    .contact-us .contact-details ul li ul li img {
        width: 80%;
        height: auto;
    }

    .contact-us .contact-details ul li ul li:first-child {
        width: 30px;
        height: auto;
    }

    .contact-us .contact-details ul li ul li:last-child {
        margin-left: 20px;
    }
    .contact-us .contact-details ul li ul.social-icons {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 40px 0 0;
        border-top: 1px solid #d9d9d9;
        width: 335px;
    }

    .contact-us .contact-details ul li ul.social-icons .social-icons-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #1c1c1c;
        margin: 0 16px 0 0;
    }
    .contact-us .contact-details ul li ul.social-icons ul {
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }
    .contact-us .contact-details ul li ul.social-icons ul li:last-child {
        margin-left: 0;
    }
    .contact-us .contact-details ul li ul.social-icons ul {
        margin-bottom: 0;
    }
    .contact-us .contact-details ul li ul.social-icons ul li img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .contact-us .contact-details ul li ul.social-icons ul li:first-child {
        width: unset;
    }

    .contact-us .form-holder {
        background: var(--bg-section1);
        padding-left: 68px;
        position: relative;
        z-index: 10;
    }

    .contact-us .contact-us-wrapper::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left: 100%;
        background-color: var(--bg-section1);
        z-index: 0;
        bottom: 0;
    }
    .contact-us .contact-us-wrapper {
        position: relative;
        background: var(--bg-section1);
    }

    .contact-us .form-holder h3 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        margin-bottom: 50px;
        color: #1c1c1c;
    }

    .contact-us .form-holder form input {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        background: transparent;
        border-radius: 5px;
        padding: 0px 23px;
        border: 1px solid #0000001a;
    }

    .contact-us .form-holder form textarea {
        width: 100%;
        min-height: 100px;
        height: auto;
        border-radius: 5px;
        padding: 10px 23px;
        border: 1px solid #0000001a;
        background: transparent;
    }

    .contact-us .form-holder form input.button {
        width: 200px;
        height: 46px;
        color: #ffffff;
        background: var(--jwl-green);
        margin-top: 20px;
        margin-bottom: 0px;
        border: 0px;
        border: 1px solid var(--jwl-green);
        transition: .3s;
    }

    .contact-us .form-holder form input.button:hover {
        color: var(--jwl-green);
        background-color: #fff;
    }



    /* ==================================================================================================== */

    /* ======================================Civic & Culture Landscape css code=========================================== */

    .project-sub-sections {
        padding: 80px 0px 120px;
        overflow: hidden;
    }

    .project-sub-sections .tab-holder {
        display: flex;
    }

    .project-sub-sections .tab-holder ul {
        flex-direction: column;
        display: flex;
    }

    .project-sub-sections .tab-holder ul.nav-tabs {
        border: none;
        margin-right: 36px;
    }

    .project-sub-sections .tab-holder ul.nav-tabs .nav-link:focus,
    .project-sub-sections .tab-holder ul.nav-tabs .nav-link:hover {
        background: #6D8A38;
        border-radius: 5px;
        color: #ffffff;
    }

    .project-sub-sections .tab-holder ul.nav-tabs .nav-item.show .nav-link,
    .project-sub-sections .tab-holder ul.nav-tabs .nav-link.active {
        background: #6D8A38;
        border-radius: 5px;
        color: #ffffff;
    }
    .project-sub-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-sub-sections .project-sub-title img {
        padding: 0 20px 0 0;
        transition: transform 0.3s ease;
    }
    .project-sub-sections .project-sub-title:hover img {
        transform: translateX(-10px);
    }

    .project-sub-sections h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        color: #ffffff;
        background: #3C501D;
        padding: 17px 20px 18px;
        border-radius: 5px;
        margin: 0 0 10px;
    }

    .project-sub-sections h2 {
        width: 288px;
    }

    .project-sub-sections .tab-holder ul.nav-tabs li button {
        text-align: left;
        width: 288px;
        padding: 15px 20px 17px;
        color: #1c1c1c;
        min-height: 80px;
        /* border-bottom: 1px solid #0000001A; */
        display: flex;
        flex-direction: column;
        margin: 0 0 6px;
        background: #6D8A3821;
        outline: 0;
        border-radius: .25rem;
    }

    .project-sub-sections .tab-holder ul.nav-tabs li button span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

    .project-sub-sections .tab-holder ul.nav-tabs li button span.sub {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 5px;
    }
    .project-sub-sections .tab-holder ul.nav-tabs li button.nav-link:has(:not(.active)) span.sub {
        color: #585858;
    }
    .project-sub-sections .tab-holder ul.nav-tabs li button.nav-link.active span.sub {
        color: #ffffff;
    }
    .project-sub-sections .tab-holder ul.nav-tabs li button.nav-link:hover span.sub {
        color: #ffffff;
    }

    .project-sub-sections .tab-holder .tab-content {
        margin-top: -66px;
        width: 100%;
    }

    .project-sub-sections .tab-holder .accordion-item {
        border: 0px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body {
        padding: 0px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body h3 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        width: 550px;
        color: #1c1c1c;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .top-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section {
        display: flex;
        gap: 50px;
        margin: 40px 0px 54px;

    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body span.sub {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        color: #585858;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side {
        width: 279px;
        flex-shrink: 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder {
        border-bottom: 1px solid #0000001A;
        margin: 0 0 18px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder:last-child {
        border-bottom: none;
        margin: 0;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder span {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #343434;
        margin: 0 0 5px;
        padding: 17px 0 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder p {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #495A2C;
        margin: 5px 0 17px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder:last-child p{
        margin-bottom: 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .bottom-section .image-wrapper:last-child img{
        margin-bottom: 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .bottom-section .image-wrapper img{
        margin-bottom: 20px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .right-side {
        flex: 1; 
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul {
        padding: 0px;
        margin: 0;
    }

    /* .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul {
        display: flex;
        flex-direction: row;
        margin: 0px;
        align-items: center;
        border: 1px solid #0000001a;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li.small-box {
        width: 30%;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li.big-box {
        width: 70%;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li.full-width-box {
        width: 100% !important;
        border-right: 0px !important;
    }
 */
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li {
        padding: 20px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li p {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        margin: 0px;
        margin-top: 5px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #585858;
        margin-bottom: 5px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li:first-child {
        border-right: 1px solid #0000001a;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #585858;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider {
        width: 888px;
        height: auto;
        margin: 30px 0;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-dots {
        display: none;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav {
        color: #133D24;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        width: 100%;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav button i {
        font-size: 20px;
        line-height: 20px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 30px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50px;
    }

    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 30px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50px;
    }

    /*pop up form */

    .enquiry-modal {
        background-color: #000000B2 !important; 
    }
    .enquiry-modal .modal-dialog {
        max-width: 440px !important;
    }
    .enquiry-modal .modal-content {
        border-radius: 10px;
        padding: 37px 40px 42px;
    }
    .enquiry-modal .modal-header {
        border-bottom: none;
        padding: 0;
        margin-bottom: 37px;
    }
    .enquiry-modal .modal-body {
        padding: 0;
    }

    .enquiry-modal .modal-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #1c1c1c;
    }

    .enquiry-modal .modal-body .popup-form-control-wrap {
        margin-bottom: 38px;
        display: block;
        position: relative;
    }
    .enquiry-modal .modal-body .popup-form-control {
        border: 0;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 100%;
        outline: 0;

    }
    .enquiry-modal .modal-body .popup-form-control:focus {
        border-bottom: 1px solid #699540;
    }
    .form-holder .form .form-control-wrap {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
    .form-holder .form .form-control {
        width: 100%;
        outline: 0;
        box-shadow: none;
    }
    .form-holder .form .form-control:focus {
        border: 1px solid #699540;
    }
    .form-holder .form .info{
        color: red;
        font-size: 12px;
        line-height: 16px;
        font-family: 'Lato', sans-serif;
    }

      .enquiry-modal .modal-body .popup-form-control-wrap:has(.popup-form-control-disabled){
        height: 0px; 
        width: 0px;
        position: absolute;
      }
      .enquiry-modal .modal-body .popup-form-control-disabled {
        opacity: 0;
        height: 0px;
        width: 0px;
        margin: 0px;
        padding: 0px;
    }

    .enquiry-modal .modal-body .btn-submit {
        width: 100%;
        background-color: #699540;
        color: #ffffff;
        padding: 13px 0;
        border-radius: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1.6px;
        /* margin-top: 36px; */
        border: 1px solid #699540;

    }
    .enquiry-modal .modal-body .btn-submit:hover {
        background-color: #fff;
        color: #699540;
        border: 1px solid #699540;
    }

    .enquiry-modal .popup-btn-close {
        background: transparent;
        opacity: 0.5;
        border: 0;
        padding: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        position: absolute;
        right: 20px;
        top: 41px;
        font-size: 0;
        line-height: 0;
    }
    .enquiry-modal .popup-btn-close:hover {
        opacity: 1;
    }
    .enquiry-modal .modal-body input:disabled {
        background-color: transparent;
        opacity: 0.6;
        color: #00000080;
    }

    .owl-carousel .owl-nav .owl-prev button span {
        line-height: 0px;
    }


    /* ==================================================================================================== */


    .our-clients {
        padding: 80px 0px;
    }

    .error-page {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .error-page h2 {
        font-size: 45px;
        line-height: 51px;
        margin-bottom: 10px;
    }

    .error-page h1 {
        font-size: 200px;
        line-height: 206px;
        color: #1c1c1c;
        margin-bottom: 10px;
        margin-top: 150px;
    }

    .error-page p {
        font-size: 22px;
        line-height: 28px;
        color: #000000b5;
        margin-bottom: 130px;
    }


    .result-col {
        text-align: center;
    }

    .result-col .label {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        color: #1c1c1c;
    }

    .result-col .value {
        font-size: 72px;
        line-height: 78px;
        color: #699540;
        font-weight: 600;
        margin-top: 30px;
    }
    .info{
        display: none;
    }
    .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
}

.btn-upload {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    width: 145px;
    height: auto;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
.icon-list img {
  transition: transform 0.3s ease;
    /* transition: transform 0.3s ease, filter 0.3s ease; */

}

.icon-list a:hover img, .icon-list .dropdown-toggle:hover img {
    transform: scale(1.1);
  /* filter: brightness(1.3); */
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.upload-btn-wrapper .upload-name {
    margin-left: 10px;
    font-size: 14px;
        color: #666;
    border: none;
    outline: none;

}
.upload-btn-wrapper .upload-name {
    color: #1c1c1c!important;
}

.enquiry-modal .modal-body ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #1c1c1c;
}
.enquiry-modal .modal-body :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: #1c1c1c;
   opacity:  1;
}
.enquiry-modal .modal-body ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #1c1c1c;
   opacity:  1;
}
.enquiry-modal .modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #1c1c1c;
}
.enquiry-modal .modal-body ::-ms-input-placeholder { /* Microsoft Edge */
       color: #1c1c1c;
}

.enquiry-modal .modal-body ::placeholder { /* Most modern browsers support this now. */
       color: #1c1c1c;
}
.enquiry-modal .modal-body .info{
    color: red;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
}


    @keyframes duepduep {

        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(-40px, 0);
        }

        75% {
            transform: translate(0, 0);
        }
    }

    .progress {
        background-color: unset;
        height: auto;
        justify-content: space-between;
        align-items: center;
    }

    .number-counter-section {
        background-color: #f5f7f6;
        padding: 100px 0px;
    }

    .number-counter-section {
        width: 100%;
        height: auto;
    }

    .number-counter-section .odometer:last-child {
        margin: 0;
    }

    .number-counter-section .odometer .odometer-digit {
        /* margin-right: 6px; */
        padding: 10px 0px;
    }

    .number-counter-section .odometer.odometer-auto-theme .odometer-value,
    .odometer.odometer-theme-default .odometer-value {
        padding: 12px 10px;
    }

    .number-counter-section .odometer.odometer-auto-theme .odometer-value {
        padding: 12px 0px;
    }

    .number-counter-section .odometer .odometer-digit:last-child {
        margin-right: 0;
    }

    .goto-top-btn {
        position: fixed;
        z-index: 99;
        top: 80%;
        right: 6%;
        border-radius: 5px;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ECF0E5;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
    }
    .goto-top-btn img {
        transition: transform 0.3s ease, filter 0.3s ease;
        will-change: transform;
    }

    .goto-top-btn:hover {
        opacity: 1;
        background-color: #699540;
    }

    .goto-top-btn:hover img {
        content: url(../images/top-up-arrow-white.svg);
        transform: translateY(-5px);
    }

    /* ======================================Responsive css code=========================================== */

    @media (max-width: 1600px) {
            .slider-wrapp .owl-nav button.owl-next, .slider-wrapp .owl-nav button.owl-prev,.pswp__button{
        width: 60px;
        height: 60px;
    }
    .pswp__button svg{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
      }    

    }

    @media (max-width: 1399.98px) {
        h1 {
            font-size: 54px;
            line-height: 56px;
        }
    .banner-container .banner-txt .main-text {
            font-size: 54px;
            line-height: 56px;
        }


        .container {
            max-width: 1000px;
        }

        .header .full-width {
            width: 1116px;
        }

        .project .slide-container {
            max-width: 1110px;
        }

        .main .container .row-1 .col-lg-5 .div-logo p {
            font-size: 126px;
            padding-right: 20px;
        }

        .main .container .row-1 .col-lg-7 ul li {
            font-size: 30px;
            line-height: 36px;
        }

        .main .container .row-1 .col-lg-7 ul {
            padding: 0px 0px 0px 0px;
        }

        .banner .owl-carousel.home-banner .owl-dots {
            padding: 10px 10px 25px 5px;
            transform: translateX(-500px);
        }

        .banner .owl-carousel.home-banner .owl-nav .owl-next {
            margin-right: 10px;
        }

        .banner .owl-carousel.home-banner .owl-nav .owl-prev {
            margin-left: 10px;
        }

        .main .container .row-1 {
            padding-bottom: 60px;
        }

        .main .container .row-2 .col-lg-4 .main-txt h4 {
            line-height: 32px;
            font-size: 26px;
        }

        .main .container .row-2 {
            padding-bottom: 45px;
        }

        h2 {
            font-size: 32px;
            line-height: 42px;
        }

        .main .container .row-3 .col-lg-12 p {
            font-size: 20px;
            line-height: 28px;
            margin-top: 10px;
            margin-bottom: 35px;
        }

        .project .name {
            font-size: 22px;
        }

        .team {
            width: 100%;
            padding-bottom: 60px;
            padding-top: 55px;
        }

        .main {
            width: 100%;
            padding: 75px 0px 80px 0px;
        }

        .project {
            padding: 55px 0px 60px 0px;
        }

        .team .container .row-2 h3 {
            padding-top: 30px;
        }

        .team .container .row-2 h3 {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 0px;
        }

        .client {
            padding-top: 50px;
            padding-bottom: 60px;
        }

        .service, .events, .careers, .career-mainpage {
            padding-top: 50px;
            padding-bottom: 80px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body h5 {
            font-size: 18px;
            line-height: 22px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body p {
            font-size: 14px;
        }

        .client .container h3 {
            font-size: 24px;
            line-height: 42px;
        }

        .client .container h2 {
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .service .container .col-lg-12 .card {
            padding: 20px 20px 25px 20px;
        }

        .service .container .col-lg-12 .card .card-head h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .service .container .col-lg-12 .card .card-body ul li {
            font-size: 15px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .service .container .col-lg-12 .card .card-head .card-icon {
            width: 70px;
            height: 70px;
        }

        .service .container .col-lg-12 .card .card-head .card-icon img {
            width: 70%;
        }





        .about-us {
            padding: 70px 0px;
        }

        .about-us .container .about-row1 {
            padding-bottom: 55px;
        }

        .about-us .about-row2 {
            padding: 70px 50px;
        }

        .about-us .container .about-row3 {
            padding-top: 70px;
        }

        .about-us .container .about-row3 .col-lg-8 h2 {
            padding-left: 33px;
            line-height: 28px;
        }
        /* .about-us .container .about-row1 .title-name {
            font-size: 40px;
            line-height: 48px;
        } */

        /* .about-us .container .about-row1 p {
            font-size: 16px;
            line-height: 2px;
        } */

        /* .about-us .container .about-row3 .col-lg-8 p,
        .about-us .container .about-row3 .col-lg-4 p {
            font-size: 16px;
            line-height: 22px;
        } */



        .Projects .main-section .main-img a img {
            width: 95%;
            height: auto;
        }

        .Projects .main-section .main-img a span {
            width: 95%;
        }

        .Projects .main-section .main-txt a p {
            font-size: 24px;
            line-height: 26px;
        }

        .Projects .main-section .row-1 .col-lg-4 {
            padding-bottom: 16px;
        }

        .Projects .main-section {
            padding: 90px 0px 70px;
        }



        .our-team .jasleen-kaur-section .col-lg-8 h2 {
            font-size: 34px;
            line-height: 42px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 p {
            font-size: 16px;
            line-height: 20px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 .sub-cont h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 ul {
            margin: 20px 0px 15px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 .sub-cont ul {
            margin: 15px 0px;
        }

        .our-team .all-team {
            margin-top: 40px;
        }

        .our-team .all-team .title-img-holder .title-name {
            padding: 30px 15px 10px;
        }

        .our-team .all-team .title-img-holder .title-name h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .our-team .all-team .title-img-holder .title-name p {
            font-size: 14px;
            line-height: 18px;
        }

        .our-team .all-team .cont {
            padding: 0px 15px 20px;
        }

        .our-team .all-team .cont p {
            font-size: 14px;
            line-height: 20px;
            padding: 5px 0px;
        }

        .our-team {
            padding: 80px 0px 40px;
        }





        .contact-us .contact-details,
        .contact-us .form-holder {
            padding: 90px 0px 70px;
        }

        .contact-us .contact-details p {
            font-size: 15px;
            line-height: 23px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li {
            font-size: 16px;
            line-height: 26px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) {
            margin-bottom: 20px;
        }

        .contact-us .form-holder h3 {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 40px;
        }

        .contact-us .form-holder {
            padding-left: 50px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li img {
            width: 70%;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li:last-child {
            margin-left: 15px;
        }

        .contact-us .form-holder form input {
            font-size: 14px;
            line-height: 18px;
        }



        .project-sub-sections h2 {
            width: 300px;
            font-size: 22px;
            line-height: 28px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button {
            width: 300px;
            padding: 12px 15px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button span {
            font-size: 17px;
            line-height: 21px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button span.sub {
            font-size: 13px;
            line-height: 15px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider {
            width: 626px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body h3 {
            font-size: 26px;
            line-height: 32px;
            width: 450px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body span.sub {
            font-size: 17px;
            line-height: 21px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li span {
            font-size: 13px;
            line-height: 17px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li p {
            font-size: 18px;
            line-height: 22px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li {
            padding: 10px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body p {
            font-size: 14px;
            line-height: 22px;
        }

        .bn-btn {
            line-height: 17px;
            font-size: 13px;
            padding: 10px 12px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
        }

        p.banner-footer-text {
            font-size: 16px;
            line-height: 24px;
        }

        .header .navbar a img {
            width: 90%;
        }

        .main .container .row-3 .col-lg-12 a {
            padding: 10px 18px;
            font-size: 13px;
            line-height: 21px;
        }

        .team .container .row-1 .col-lg-8 ul li,
        .about-us .container .about-row1 .content-holder ul li
         {
            font-size: 16px;
            line-height: 26px;
        }

        .team .container .row-1 .col-lg-8 .team-para {
            font-size: 16px;
            line-height: 24px;
        }

        .team .container .row-2 h3.studio-team {
            margin-top: 55px;
        }

        .team .container .row-2 .col-lg-3 .card {
            padding: 15px !important;
        }

        .client .container .row-1 .card,
        .client .container .row-2 .card {
            padding: 5px 10px;
        }

        .jwl-footer .container .row .col-lg-3 img, .jwl-footer .container .row .col-lg-2 img {
            height: 20px;
            width: auto;
        }

        .jwl-footer .container .row .col-lg-3 h4, .jwl-footer .container .row .col-lg-2 h4 {
            font-size: 15px;
            line-height: 15px;
        }

        .jwl-footer .container .row .col-lg-3 p,
        .jwl-footer .container .row .col-lg-3 ul li a,
        .jwl-footer .container .row .col-lg-2 p,
        .jwl-footer .container .row .col-lg-2 ul li a {
            font-size: 15px;
            line-height: 24px;
        }
        .jwl-footer .container .row .col-lg-3 ul.icon-list li a {
            font-size: 14px;
            line-height: 14px;
        }

        .jwl-footer .bottom-strip  .col-lg-9 p,
        .jwl-footer .bottom-strip  .col-lg-9 p a {
            font-size: 15px;
            line-height: 19px;
        }

        .jwl-footer .container .row .d-flex ul .link {
            font-size: 15px;
            line-height: 19px;
        }
        .jwl-footer .container .row .d-flex ul li {
            padding: 0px 4px;
        }
        .jwl-footer .container .row .d-flex ul li:first-child {
            padding: 0px 4px 0px 0;
        }
        .list-group.card-model-card-list-group .list-group-item {
            font-size: 16px;
            line-height: 20px;
        }

        .card.card-model-card .card-title {
            font-size: 24px;
        }

        .card.card-model-card .card-subtitle {
            font-size: 16px;
        }

        .modal.card-model .btn-close {
            width: 30px;
            height: 30px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-next,
        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-prev {
            margin-right: 15px;
            width: 40px;
            height: 40px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-prev {
            margin-left: 15px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav button i {
            font-size: 16px;
            line-height: 16px;
        }

        /* .service .container .col-lg-12 .card .card-body {
            margin-left: 90px;
        } */

        .project .swiper-navBtn::before,
        .project .swiper-navBtn::after {
            font-size: 25px;
        }

        .team .container .row-1 .col-lg-8 ul li::before,
        .about-us .container .about-row1 .col-lg-12 ul li::before,
        .about-us .container .about-row1 .content-holder ul li::before {
            top: 10px;
            width: 6px;
            height: 6px;
            left: -15px;
        }

        .team .container .row-1 .col-lg-8 ul li,
        .about-us .container .about-row1 .col-lg-12 ul li,
        .about-us .container .about-row1 .content-holder ul li {
            margin-left: 15px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 ul li::before {
            top: 6px;
        }

        .error-page h1 {
            font-size: 140px;
            line-height: 146px;
            margin-bottom: 5px;
        }

        .error-page h2 {
            font-size: 35px;
            line-height: 41px;
            margin-bottom: 5px;
        }

        .error-page p {
            font-size: 18px;
            line-height: 24px;
        }

        /* .about-us .container .about-row1 .sub-cont {
            padding-top: 25px;
        } */

        .about-us .container .about-row1 .sub-cont h3 {
            padding-bottom: 20px;
        }

        .about-us .container .about-row1 .sub-cont ul li {
            padding-bottom: 15px;
        }

        .result-col .label {
            font-size: 16px;
            line-height: 22px;
        }

        .result-col .value {
            font-size: 50px;
            line-height: 56px;
            margin-top: 10px;
        }

        .number-counter-section {
            background-color: #f5f7f6;
            padding: 70px 0px;
        }
        .div-logo img {
        width: 350px;
        height: auto;
        }
    .slider-wrapp .owl-nav button.owl-next, .slider-wrapp .owl-nav button.owl-prev, .pswp__button{
        width: 40px;
        height: 40px;
    }
    .footer-strip .footer-strip-text {
    padding: 60px 0 60px 30px;
    }
    .gallery-slider .main-heading {
        font-size: 32px;
        line-height: 38px;
    }
    .gallery-slider {
        padding: 50px 0;
    }
    .navbar-expand-lg .navbar-collapse {
            flex-basis: 100% !important;
        }
    .enquiry-modal .modal-content {
        padding: 27px 31px 34px;
    }
    .enquiry-modal .modal-header {
        margin-bottom: 35px;
    }
    .enquiry-modal .modal-body .popup-form-control-wrap{
        margin-bottom: 30px;

    }
    .enquiry-modal .modal-body .popup-form-control, .popup-form-control-wrap label {
        font-size: 16px;
    }
    .enquiry-modal .modal-body .btn-submit {
        padding: 14px 0;
        font-size: 14px;
        letter-spacing: 1px;
    }
        .enquiry-modal .popup-btn-close {
        right: 20px;
        top: 34px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section {
        gap: 30px;
        margin: 30px 0px 35px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side {
        width: 220px;
    }
    .home-page .banner .container .banner-txt {
        padding-bottom: 100px;
    }
    .banner .owl-carousel.home-banner .owl-dots {
        bottom: 35px;
    }
    .contact-us .contact-details ul li ul.social-icons .social-icons-text {
        font-size: 16px;
        line-height: 26px;
        margin: 0px 12px 0px 0px;
    }
    .contact-us .contact-details ul li ul.social-icons ul {
        gap: 15px;
    }
    .contact-us .contact-details ul li ul.social-icons {
        padding: 20px 0 0;
        width: auto;
    }
    .events .accordion-button .title {
        font-size: 22px;
        line-height: 34px;
    }
    .events .accordion-button {
        padding: 15px 25px;
    }
    .events .accordion-body {
        padding: 20px 0;
    }
    .career-mainpage .latest-opening-col .hiring-list-name {
        gap: 20px;
    }

    .career-mainpage .latest-opening-col .hiring-title {
        font-size: 22px;
        line-height: 32px;
        flex: 1 0 550px;

    }
    .career-mainpage .latest-opening-col .hiring-sub-title {
        font-size: 16px;
        line-height: 24px;
        flex: 0 1 300px;
    }
    .career-mainpage .hiring-list {
        padding: 15px 25px;
    }
    .slider-wrapp .owl-nav .owl-prev {
        left: 50px;
    }
    .slider-wrapp .owl-nav .owl-next {
        right: 50px;
    }
    .pswp__button--arrow--prev {
        left: 5px;
        top: 50%;
    }
    .pswp__button--arrow--next {
        right: 5px;
        top: 50%;
    }
    .gallery-slider-btn img {
        width: 13px !important;
        height: auto;
        margin: 0 0 0 8px;
    }
    .goto-top-btn {
        width: 50px;
        height: 50px;
    }
    .footer-strip-text .heading {
        font-size: 30px;
        line-height: 36px;
    }
    .footer-strip-logo {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 300px;
    }
    .projects-title {
        margin: 0 0 30px 0;
    }
    .Projects .main-img .hover-text {
        font-size: 28px;
        line-height: 32px;
    }
    .header .navbar .navbar-brand {
        margin-left: 20px;
    }
    .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-right: 20px;
    }
    .img-wrapper img.jasleen-image {
        height: 452px;
    }
    .about-us .container .about-row1 .title-name {
        font-size: 32px;
        line-height: 40px;
    }




    }


    @media (max-width: 1199.98px) {

        .header .full-width {
            height: 60px;
        }

        .banner .owl-carousel.home-banner .owl-dots {
            transform: translateX(-415px);
        }

        /* header */

        .header .container .row .col-lg-12 .navbar img {
            max-width: 80%;
        }

        .navbar-collapse .navbar-nav .nav-item .nav-link {
            height: 60px;
        }

        /* Main */

        .main .container .row-1 .col-lg-5 .div-logo p {
            font-size: 100px;
            letter-spacing: 10px;
        }

        .main .container .row-1 .col-lg-7 ul li {
            font-size: 24px;
            line-height: 30px;
        }

        .project .slide-container {
            max-width: 1230px;
            margin: 0 -30px;
        }
        .project .slide-content {
            margin: 0 20px;
        }

        h1 {
            font-size: 50px;
            line-height: 50px;
        }
        .banner-container .banner-txt .main-text {
            font-size: 50px;
            line-height: 50px;
        }
        h2 {
            font-size: 32px;
            line-height: 48px;
        }

        .team .container .row-1 .col-lg-8 h3 {
            padding-top: 0px;
        }

        .team .container .row-1 .col-lg-8 p {
            margin-bottom: 30px;
        }

        .team .container .row-1 .col-lg-8 .team-para {
            line-height: 26px;
        }

        .team .container h3 {
            font-size: 30px;
            padding-top: 20px;
        }

        /* clients */

        .client .container h2 {
            padding-bottom: 0px;
        }

        .client .container h3 {
            font-size: 24px;
            line-height: 36px;
        }

        /* services */

        .service, .events, .careers, .career-mainpage {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service .container .col-lg-12 .card {
            padding: 15px;
            row-gap: 20px;
        }

        .service .container .col-lg-12 .card .card-head h4 {
            font-size: 20px;
            line-height: 24px;
        }

        .service .container .col-lg-12 .card .card-head .card-icon {
            width: 55px;
            height: 55px;
        }

        .service .container .col-lg-12 .card .card-body {
            /* margin-left: 75px; */
            /* margin-top: -20px; */
        }

        .container {
            max-width: 1000px;
        }

        /* .jwl-footer .container .row .col-lg-3 img, .jwl-footer .container .row .col-lg-2 img {
            max-width: 70%;
        } */

        .navbar-collapse .navbar-nav .nav-item {
            margin-left: 7px;
            margin-right: 7px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body h5 {
            font-size: 18px;
            line-height: 22px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body p {
            font-size: 14px;
        }

        .card.card-model-card .card-title {
            font-size: 24px;
        }

        .card.card-model-card .card-subtitle {
            font-size: 16px;
        }

        .list-group.card-model-card-list-group .list-group-item {
            font-size: 16px;
            line-height: 20px;
        }

        .main .container .row-3 .col-lg-12 p {
            font-size: 18px;
            line-height: 26px;
        }

        .project .name {
            font-size: 20px;
            padding: 20px 14px;
        }

        .team .container .row-2 h3 {
            font-size: 26px;
            line-height: 34px;
        }

        .service .container .col-lg-12 .card .card-body ul li {
            font-size: 16px;
            line-height: 26px;
        }

        .container {
            max-width: 830px;
        }

        .navbar-collapse .navbar-nav .nav-item .nav-link {
            height: 60px;
            font-size: 14px;
            line-height: 34px;
            padding: 3px;
        }

        .bn-btn {
            padding: 10px 20px;
        }



        .about-us {
            padding: 65px 0px;
        }

        .about-us .container .row .col-lg-8 .div-logo .jwl-para {
            font-size: 100px;
        }

        .about-us .container .about-row .col-lg-8 h3 {
            font-size: 22px;
            line-height: 32px;
        }

        .about-us .container .about-row1 {
            padding: 40px 0px;
        }

        .about-us .about-row2 {
            padding: 40px;
        }

        .about-us .container .about-row3 {
            padding-top: 50px;
        }



        .Projects .main-section .main-txt a p {
            font-size: 21px;
            line-height: 23px;
        }

        .Projects .main-section {
            padding: 50px 0px 30px;
        }



        .our-team .all-team .title-img-holder .title-name {
            padding: 20px 8px 8px;
        }

        .our-team .all-team .cont {
            padding: 0px 8px 10px;
        }

        .our-team .all-team .title-img-holder .title-name h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .our-team .all-team .title-img-holder .title-name p {
            font-size: 13px;
            line-height: 17px;
        }

        .our-team .all-team .cont p {
            font-size: 13px;
            line-height: 19px;
            padding: 5px 0px;
        }

        .our-team .all-team .row {
            padding-bottom: 50px;
        }

        .our-team {
            padding: 65px 0px 30px;
        }

        .our-team .all-team .row .commen-border {
            width: 264px;

        }




        .contact-us .contact-details,
        .contact-us .form-holder {
            padding: 70px 0px 50px;
        }

        .contact-us .form-holder {
            padding-left: 40px;
        }

        .contact-us .form-holder h3 {
            font-size: 34px;
            line-height: 44px;
            margin-bottom: 36px;
        }

        .contact-us .contact-details p {
            font-size: 14px;
            line-height: 22px;
        }

        .contact-us .form-holder form input {
            margin-bottom: 15px;
        }

        .contact-us .form-holder form input.button {
            width: 170px;
            height: 36px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li {
            font-size: 14px;
            line-height: 24px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li:last-child {
            margin-left: 10px;
        }




        .project-sub-sections h2 {
            width: 260px;
            font-size: 20px;
            line-height: 26px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button {
            width: 260px;
            padding: 10px;
            min-height: 60px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button span {
            font-size: 15px;
            line-height: 19px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs li button span.sub {
            font-size: 12px;
            line-height: 14px;
        }

        .project-sub-sections .tab-holder ul.nav-tabs {
            margin-right: 35px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider {
            width: 510px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body h3 {
            font-size: 24px;
            line-height: 30px;
            width: 350px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li span {
            font-size: 12px;
            line-height: 16px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li p {
            font-size: 16px;
            line-height: 20px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body p {
            font-size: 13px;
            line-height: 21px;
        }

        .project-sub-sections {
            padding: 60px 0px 70px;
        }


        .error-page h1 {
            font-size: 120px;
            line-height: 126px;
        }

        .error-page h2 {
            font-size: 28px;
            line-height: 34px;
        }

        .error-page p {
            font-size: 16px;
            line-height: 22px;
        }

        .error-page h1 {
            margin-top: 120px;
        }

        .error-page p {
            margin-bottom: 100px;
        }

        .about-us .container .about-row1 .sub-cont h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .about-us .container .about-row1 .sub-cont div {
            width: 29%;
        }

        .result-col .label {
            font-size: 14px;
            line-height: 20px;
        }

        .result-col .value {
            font-size: 44px;
            line-height: 50px;
            margin-top: 10px;
        }

        .number-counter-section {
            padding: 50px 0px;
        }
        .div-logo img {
            width: 275px;
            height: auto;
        }

    /* .slider-wrapp .owl-nav button.owl-next, .slider-wrapp .owl-nav button.owl-prev, .pswp__button{
        width: 40px;
        height: 40px;
    } */
    .footer-strip-text .heading {
        font-size: 26px;
        line-height: 34px;
    }
    .footer-strip .footer-strip-text {
        padding: 40px 0 40px 20px;
    }
        .about-us .container .about-row3 {
        padding: 0 0 50px;
    }
    .footer-strip-03 .footer-strip-logo img {
        width: 128px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section {
        gap: 20px;
        margin: 20px 0px 25px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side {
        width: 180px;
    }
        .home-page .banner .container .banner-txt {
        padding-bottom: 80px;
    }
    .banner .owl-carousel.home-banner .owl-dots {
        bottom: 15px;
    }
    .contact-us .contact-details ul li ul.social-icons .social-icons-text {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 10px 0px 0px;
    }
    .contact-us .contact-details ul li ul.social-icons ul {
        gap: 10px;
    }
    .events .accordion-button .title {
        font-size: 20px;
        line-height: 28px;
    }
    .careers .back-btn {
        position: absolute;
        /* left: -30px; */
        top: 7px;
    }
    .careers .opening-title .title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .careers .opening-title .sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .careers .opening-title .content-holder {
        margin: 10px 0 25px;
        padding: 0 0 0 25px;
    }
    .careers .opening-title .content-holder li {
        font-size: 16px;
        line-height: 26px;
    }
    .career-mainpage .latest-opening-col .hiring-list-name {
        gap: 15px;
    }

    .career-mainpage .latest-opening-col .hiring-title {
        font-size: 20px;
        line-height: 30px;
        flex: 1 0 450px;

    }
    .career-mainpage .latest-opening-col .hiring-sub-title {
        font-size: 14px;
        line-height: 22px;
        flex: 0 1 275px;
    }
    .career-mainpage .hiring-list {
        padding: 10px 20px;
    }
    .career-mainpage .hiring-list:hover .icon-right-arrow img {
        transform: translateX(10px);
    }
    .slider-wrapp .owl-nav .owl-prev {
        left: 40px;
    }
    .slider-wrapp .owl-nav .owl-next {
        right: 40px;
    }
    .jwl-footer .container .row .col-lg-3 h4, .jwl-footer .container .row .col-lg-2 h4 {
        font-size: 14px;
        line-height: 14px;
    }

    .jwl-footer .container .row .col-lg-3 p,
    .jwl-footer .container .row .col-lg-3 ul li a,
    .jwl-footer .container .row .col-lg-2 p,
    .jwl-footer .container .row .col-lg-2 ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .jwl-footer .container .row .col-lg-2 {
        padding: 0 0 0 12px;
    }
    .jwl-footer .bottom-strip  .col-lg-9 p,
    .jwl-footer .bottom-strip  .col-lg-9 p a {
        font-size: 14px;
        line-height: 18px;
    }

    .jwl-footer .container .row .d-flex ul .link {
        font-size: 14px;
        line-height: 18px;
    }
    .main .container .row-2 .col-lg-4 .main-txt h4 {
        line-height: 26px;
        font-size: 20px;
    }
    .goto-top-btn {
        width: 45px;
        height: 45px;
    }
    .footer-strip-logo {
        width: 250px;
    }
        .projects-title {
        margin: 0 0 20px 0;
    }
    .Projects .main-section .main-img a span {
        background: #02020261;
        backdrop-filter: unset;
        opacity: 1;
    }
    .Projects .main-img .hover-text {
        opacity: 1;
        font-size: 24px;
        line-height: 30px;
    }
    .header .navbar .navbar-brand {
        margin-left: 10px;
    }
    .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-right: 10px;
    }
    .img-wrapper img.jasleen-image {
        height: 602px;
    }


    }

    @media (max-width: 991.98px) {
        /* header */
        .navbar-light .navbar-toggler {
            color: #000000cc;
            border: 0;
            padding: 0;
            margin: 0;
            box-shadow: none;
        }
        .navbar-light .navbar-toggler .icon-bar {
            width: 26px;
            height: 3px;
            display: block;
            background-color: #000000CC;
            position: relative;
            transition: all 0.3s ease-in-out;
        }
        .navbar-light .navbar-toggler .icon-bar.two {
            margin: 6px 0;
        }
        .navbar-light .navbar-toggler[aria-expanded="true"] .icon-bar.one {
            transform: rotate(-138deg);
            top: 9px;
        }
        .navbar-light .navbar-toggler[aria-expanded="true"] .icon-bar.two {
            opacity: 0;
            transform: scale(0);
        }
        .navbar-light .navbar-toggler[aria-expanded="true"] .icon-bar.three {
            transform: rotate(138deg);
            top: -9px;
        }

        .header .full-width {
            display: none;
            height: 65px;
            width: 100% !important;
        }

        .header .navbar {
            padding: 15px 0;
        }
        .header .navbar-nav {
            padding-top: 20px;
        }

        .header .container .row .col-lg-12 .navbar img {
            max-width: 84%;
        }

        .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            line-height: 30px;
            height: 40px;
            justify-content: flex-start;
        }
        .navbar-expand-lg .navbar-nav .dropdown-menu ul {
            padding: 0px 10px;
            width: 100%;
            border: none;
            font-size: 14px;
            background-color: transparent;
        }

        .navbar-collapse .navbar-nav span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
            z-index: 5;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            border: 0;
            border-radius: 0;
            padding: 0;
            margin: 0;

        }
        .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
            padding: 14px 10px;
            background-color: transparent !important;
            color: var(--jwl-green) !important;
        }
         .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a.active {
            padding: 14px 10px;
            background-color: transparent !important;
            color: var(--jwl-green) !important;
        }
        .navbar-expand-lg .navbar-nav .dropdown-menu li a {
            height: 30px;
            padding: 0 0 0 10px;
        }
        .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
            padding: 14px 10px;
        }

        .banner .owl-carousel.home-banner .owl-dots {
            transform: translateX(-340px);
        }

        .dropdown:hover .dropdown-menu {
            display: none;
        }

        .dropdown-menu.show {
            display: block !important;
        }

        /* banner */

        h1 {
            font-size: 48px;
            line-height: 48px;
            margin-bottom: 22px;
        }
        .banner-container .banner-txt .main-text {
            font-size: 48px;
            line-height: 48px;
            margin-bottom: 22px;
        }

        .bn-btn {
            background-color: var(--jwl-white);
            padding: 10px 12px;
            line-height: 16px;
            font-size: 12px;
        }

        .fa-arrow-right:before {
            font-size: 12px;
        }
        .about-us .container .about-row1 p {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 10px;
        }
        .about-us .container .about-row1 .col-lg-12 ul li {
            font-size: 14px;
            line-height: 26px;
        }


        /* Main */

        .main .container .row-1 .col-lg-7 ul li {
            font-size: 20px;
            line-height: 24px;
            padding: 0;
        }

        .main .container .row-1 .col-lg-5 .div-logo p {
            font-size: 100px;
            letter-spacing: 10px;
        }

        .main .container .row-1 {
            padding-bottom: 50px;
        }

        /* main row 2 */
        .main .container .row-2 {
            padding-bottom: 30px;
        }

        .main .container .row-2 .col-lg-4 .main-txt h4 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
        }

        /* Main row 3 */
        .main .container .row-3 .col-lg-12 p {
            font-size: 18px;
            line-height: 28px;
            margin-top: 10px;
            margin-bottom: 30px;
        }

        .main .container .row-3 .col-lg-12 p br {
            display: none;
        }

        h2 {
            font-size: 24px;
            line-height: 34px;
        }

        .main .container .row-3 .col-lg-12 a {
            padding: 12px 26px;
            font-size: 14px;
            line-height: 20px;
        }

        /* Projects */

        .project .slide-content {
            margin: 0 15px;
        }

        .project {
            padding: 50px 0px 50px 0px;
        }

        /* Team */

        .team {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .team .container .row-1 .col-lg-8 h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .team .container .row-1 .col-lg-8 p {
            font-size: 16px;
            margin-bottom: 20px;
            line-height: 22px;
        }

        .team .container .row-1 .col-lg-8 ul li,
        .about-us .container .about-row1 .content-holder ul li {
            font-size: 16px;
            line-height: 24px;
        }        

        .team .container .row-1 .col-lg-8 .team-para {
            font-size: 18px;
            line-height: 22px;
        }

        .team .container .row-1 {
            padding-bottom: 20px;
        }

        .team .container h3 {
            line-height: 30px;
            font-size: 26px;
            padding-top: 20px;
        }

        .p-4 {
            padding: 0.8rem !important;
        }

        .team .container .row-2 .col-lg-3 .card .card-body h5 {
            font-size: 20px;
            line-height: 22px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body p {
            font-size: 16px;
        }

        /* Client */

        .client {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .client .container h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .client .container .row-1 {
            padding-bottom: 20px;
        }

        /* .client .container .row-1 .card {
            height: 69px;
        }
        .client .container .row-2 .card {
            height: 69px;
        } */

        /* Services */
        .service .container .col-lg-12 .card {
            row-gap: 10px;
        }

        /* .service .container .col-lg-12 .card .card-head .card-icon {
            width: 70px;
            height: 70px;
        } */

        .service .container .col-lg-12 .card .card-body ul {
            padding: 0px 0px 0px 20px;
        }

        .service .container .col-lg-12 .card .card-head h4 {
            font-size: 20px;
            line-height: 24px;
            padding-left: 10px;
            text-align: left;
            padding-top: 0;
            margin-bottom: 0;

        }

        .service, .events, .careers, .career-mainpage {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        /* footer */

        /* .jwl-footer .container .row .col-lg-3 p,
        .jwl-footer .container .row .col-lg-3 ul li a,
        .jwl-footer .container .row .col-lg-2 p,
        .jwl-footer .container .row .col-lg-2 ul li a {
            font-size: 15px;
            line-height: 24px;
        } */

        /* .jwl-footer .bottom-strip  .col-lg-9 p,
        .jwl-footer .bottom-strip  .col-lg-9 p a {
            font-size: 12px;
            line-height: 18px;
        } */

        /* .jwl-footer .container .row .d-flex ul .link {
            font-size: 12px;
            line-height: 16px;
            padding-top: 5px;
        } */

        .project .name {
            font-size: 18px;
            padding: 20px 15px;
        }

        .main {
            width: 100%;
            padding: 50px 0px 70px 0px;
        }

        .service .container .col-lg-12 .card .card-head {
            flex-direction: unset;
            align-items: center;

        }

        .jwl-footer .foot-top-bar .footer-detail {
            margin: 0px 0px 20px 0px;
        }

        .core-team .modal-dialog-centered {
            justify-content: center;
        }

        .core-team .modal-dialog-centered .modal-content {
            width: 73%;
        }

        .core-team .modal-dialog-centered .modal-content .card-body {
            padding: 10px;
            padding-left: 0px !important;
        }

        .core-team .modal-dialog-centered .modal-content .card .row .col-lg-5 img {
            width: 100%;
        }

        .container {
            max-width: 680px;
        }

        /* header .container {
            max-width: 100%;
            padding: 0px;
        } */

        p.banner-footer-text {
            font-size: 14px;
            line-height: 22px;
        }



        /* ====================================About us  =====================================*/

        .about-us {
            padding: 50px 0px;
        }

        .about-us .container .about-row .col-lg-8 h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .about-us .container .row .col-lg-8 .div-logo .jwl-para {
            font-size: 96px;
        }

        .about-us .container .about-row1 .col-lg-12 h2 {
            padding-bottom: 10px;
        }

        .about-us .container .about-row3 {
            padding-top: 30px;
        }

        .about-us .container .about-row3 .col-lg-4 h2 {
            padding: 10px 0px;
        }

        .about-us .container .about-row3 .col-lg-8 h2 {
            padding-left: 0px;
            padding-bottom: 5px;
            padding-top: 15px;
        }

        .about-us .container .about-row3 .col-lg-8 p {
            padding-left: 0px;
        }

        .about-us .container .about-row3 .col-lg-4 p {
            font-size: 14px;
            line-height: 26px;
        }

        .about-us .container .about-row3 .col-lg-8 p {
            font-size: 14px;
            line-height: 24px;
        }

        .about-us .container .about-row3 .col-lg-4 {
            border-right: 0px;
        }



        .our-team .all-team .row {
            padding-bottom: 0px;
        }

        .our-team .jasleen-kaur-section .col-lg-4 img {
            width: 50%;
            padding-bottom: 20px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 h2 {
            font-size: 32px;
            line-height: 40px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 p {
            font-size: 14px;
            line-height: 18px;
            margin: 0px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 ul li {
            font-size: 13px;
            line-height: 17px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 .sub-cont h3 {
            font-size: 16px;
            line-height: 22px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 ul {
            margin: 15px 0px;
        }

        .our-team .jasleen-kaur-section .col-lg-8 .sub-cont ul {
            margin: 10px 0px;
        }

        .our-team .all-team {
            margin-top: 25px;
        }

        .our-team .all-team .row .commen-border {
            width: 216px;
        }




        .contact-us .contact-details ul li ul:not(.social-icons) li img.mail {
            width: 25px;
        }

        .contact-us .form-holder h3 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 28px;
        }

        .contact-us .form-holder form input {
            height: 40px;
        }


        .tab-content>.tab-pane {
            display: block;
            opacity: 1;
        }

        .project-sub-sections .tab-holder .accordion-item {
            border: 1px solid rgba(0, 0, 0, .125);
        }

        .project-sub-sections h2 {
            width: 100%;
            padding: 0px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider {
            width: 100%;
            margin: 0 0 20px;
        }

        .project-sub-sections .accordion-button:hover,
        .project-sub-sections .accordion-button:not(.collapsed) {
            background-color: #6D8A38;
            border-radius: 5px;
            color: #ffffff;
            box-shadow: none;
            transition: .3s;
        }

        .project-sub-sections .accordion-button {
            padding: 15px;
            background-color: #6D8A3821;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body {
            padding: 20px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body h3 {
            display: none;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body span.sub {
            display: none;
        }

        .project-sub-sections .accordion-button h3,
        .project-sub-sections .accordion-button span.main-text {
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
            margin: 0px 0px 5px;
        }

        .project-sub-sections .accordion-button span.text-holder {
            display: flex;
            flex-direction: column;
        }

        .project-sub-sections .accordion-button span.sub {
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
        }

        .project-sub-sections {
            padding: 90px 0px 50px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul {
            padding: 0px;
            margin: 0px 0px 20px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li p {
            font-size: 14px;
            line-height: 18px;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url(../images/arrow.svg);
        }

        .accordion-button:hover::after {
            background-image: url(../images/arrow.svg);
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav button i {
            font-size: 12px;
            line-height: 12px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-next,
        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .slider .owl-carousel .owl-nav .owl-prev {
            width: 35px;
            height: 35px;
        }


        .error-page h1 {
            font-size: 100px;
            line-height: 106px;
            margin-top: 110px;
        }

        .error-page h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .error-page p {
            margin-bottom: 80px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
        }

        .about-us .container .about-row1 .sub-cont {
            flex-direction: column;
            flex-wrap: unset;
        }

        .about-us .container .about-row1 .sub-cont div {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .about-us .container .about-row1 .sub-cont div:last-child {
            margin-bottom: 0px;
        }

        .about-us .container .about-row1 .sub-cont h3 {
            padding-bottom: 5px;
        }

        .about-us .container .about-row1 .sub-cont ul li {
            padding-bottom: 0px;
        }

        .progress {
            flex-wrap: wrap;
            justify-content: center;
        }

        .progress .result-col {
            width: 33%;
        }

        .result-col .label {
            text-align: center;
        }

        .result-col .value {
            margin-top: 0px;
        }

        .result-col:last-child {
            margin-top: 20px;
        }

        .number-counter-section .odometer.odometer-auto-theme .odometer-value,
        .number-counter-section .odometer .odometer-digit {
            padding: 0px 0px;
        }

        .result-col .value {
            font-size: 40px;
            line-height: 46px;
        }
        .footer-strip-text .heading {
            font-size: 20px;
            line-height: 24px;
    }
        .footer-strip .footer-strip-text {
        padding: 20px 0;
    }
        .gallery-slider .main-heading {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 25px;
    }
    .gallery-slider .btn-holder {
    align-items: start;
    justify-content: flex-start;
}
.gallery-slider .content-holder {
    align-items: center;
    padding: 0 0 50px 0;
}
.about-us .content-holder .title-name {
    padding: 30px 0 0;
}
.footer-strip-02 .footer-strip-logo img {
    width: 158px;
}
.footer-strip-03 .footer-strip-logo img {
    width: 121px;
}

.main-img .hover-text {
    display: none !important;
}

.main-img:hover span {
    opacity: 0 !important;
}
.main-img span {
    background-color: #0000001f;
}
.Projects .main-section .main-txt {
    z-index: 1;
}

.main-img:hover .hover-text {
    opacity: 0 !important;
}
.header {
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000001f;
}
    /* .header .navbar {
        background-color: #FFFFFFCC;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    } */
    .enquiry-modal .modal-content {
        padding: 23px 27px 30px;
    }
    .enquiry-modal .modal-header {
        margin-bottom: 25px;
    }
    .enquiry-modal .modal-body .popup-form-control-wrap {
        margin-bottom: 25px;
    }
    .enquiry-modal .modal-body .popup-form-control,.popup-form-control-wrap label {
        padding-bottom: 8px;
        font-size: 14px;
    }
    .enquiry-modal .modal-body .btn-submit {
        padding: 12px 0;
        font-size: 14px;
        /* margin-top: 20px; */
    }
    .enquiry-modal .popup-btn-close img {
        width: 12px;
        height: auto;
    }
    .enquiry-modal .popup-btn-close {
        right: 30px;
        top: 30px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section {
        flex-direction: column-reverse;
        margin: 0 0 25px;
        gap: 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul {
        margin: 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side, .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .right-side {
        width: 100%;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .btn-mobile {
        display: inline-block;
        margin: 0 0 30px;
    }
    /* .project-sub-sections img {
        padding: 0;
    } */
    .accordion-body {
        max-height: 265px;
        overflow-y: auto;
    }
    .events .accordion-body {
        max-height: 100%;
        overflow-y: unset;
    }
    .home-page .banner .container .banner-txt {
        padding-bottom: 60px;
    }
    .banner .owl-carousel.home-banner .owl-dots {
        bottom: 5px;
    }
    /* .contact-us .contact-details ul li ul.social-icons ul {
        width: 55%;
    } */
    .events .accordion-button .title {
        font-size: 18px;
        line-height: 24px;
    }
    .events .accordion-button {
        padding: 10px 15px;
        margin: 0 0 5px;
    }
    .events .accordion-body {
        padding: 15px 0;
    }
    .careers .back-btn {
        /* left: -20px; */
        top: 6px;
    }
    .careers .opening-title .title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .careers .opening-title .sub-title {
        font-size: 16px;
        line-height: 24px;
    }
    .careers .opening-title .content-holder {
        margin: 10px 0 20px;
        padding: 0 0 0 20px;
    }
    .careers .opening-title .content-holder li {
        font-size: 14px;
        line-height: 24px;
    }
    .career-mainpage .latest-opening-col .hiring-list-name {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .career-mainpage .latest-opening-col .hiring-title {
        font-size: 18px;
        line-height: 24px;
        flex: unset;

    }
    .career-mainpage .latest-opening-col .hiring-sub-title {
        flex: unset;
    }
    .career-mainpage .hiring-list {
        padding: 10px 15px;
    }
    .career-mainpage .latest-opening-col {
        margin: 0 0 5px;
    }
        .career-mainpage .hiring-list:hover .icon-right-arrow img {
        transform: translateX(5px);
    }

    .banner .banner-image img {
        height: 350px;
        object-fit: cover;
    }
    .banner .banner-main-txt {
        padding: 60px 0 0;
    }
    .jwl-footer .social-links h4 {
        padding-bottom: 5px !important;
    }
    .jwl-footer .foot-top-bar {
        padding-top: 20px;
    }
    .footer-strip-logo {
        width: 175px;
    }
    .contact-us .form-holder {
        padding-left: 30px;
    }
    .footer-strip-02 .footer-strip-logo {
        width: 110px;
    }
    .header .navbar .navbar-brand {
        margin-left: 0;
    }
    .navbar-collapse .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
    }
    .img-wrapper img.jasleen-image {
        /* height: 380px;
        max-width: 50%; */
        aspect-ratio: 3 / 4;
        height: auto;
        max-width: 50%;
        display: block;
    }
    .about-us .container .about-row1 .title-name {
            font-size: 24px;
            line-height: 32px;
    }
    .home-page .img-holder img {
        transition: filter 0.4s ease-in-out, transform 0.4s ease;
    }

    .home-page .img-holder:hover img {
        transform: none;
        filter: grayscale(100%);
    }



    }

    @media (max-width: 767.98px) {

        .header .full-width {
            display: none;
        }

        /* .header .container {
            max-width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            margin: 0px;
        } */

        .banner .owl-carousel.home-banner .owl-dots {
            transform: translateX(0px);
            left: 35px;
        }

        .container {
            max-width: calc(100% - 36px);
        }

        .project .container-fluid {
            max-width: calc(100% - 36px);
        }

        .project .swiper-button-next {
            right: unset;
            padding-left: 0px;
        }

        .project .swiper-button-prev {
            left: 0;
            padding-right: 0px;
        }

        .project .slide-content {
            margin: 0 0px;
            padding: 0px 0px;
        }

        .modal .modal-dialog .modal-content .modal-body .card .row .col-lg-7 .ps-5 {
            padding-left: 0rem !important;
        }

        .main .container .row-2 .col-lg-4 .main-txt h4 {
            font-size: 20px;
            line-height: 22px;
        }

        .list-group.card-model-card-list-group .list-group-item {
            font-size: 14px;
            line-height: 18px;
            padding: 0px 0px 0px 20px;
        }

        .card.card-model-card .card-title {
            font-size: 20px;
        }

        .main {
            padding: 35px 0px 55px 0px;
        }

        .main .container .row-1 .col-lg-5 .div-logo {
            border-right: none;
        }

        .main .container .row-2 .col-lg-4 .main-img {
            height: 200px;
            overflow: hidden;
        }

        .main .container .row-2 .col-lg-4 .main-img img {
            position: absolute;
            bottom: 0;
        }

        .main .container .row-2 .col-lg-4 .main-img.img-2 a img {
            top: 50%;
            transform: translateY(-50%);
        }

        .project,
        .client,
        .team {
            padding: 35px 0px 45px 0px;
        }

        .jwl-footer {
            padding: 25px 0px;
        }

        .jwl-footer .foot-top-bar .footer-detail {
            margin: 0px 0px 20px 0px;
            padding-top: 0px;
        }

        /* .jwl-footer .bottom-strip  .col-lg-9 {
            padding: 30px 0px 20px 0px;
        } */

        .team .container .row-2 .col-lg-3 .card {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .team .container .row-2 .col-lg-3 .card img {
            width: 150px;
            height: auto;
        }

        .team .container .row-2 .col-lg-3 .card .card-body {
            margin: 0px 20px;
        }

        .team .container .row-2 .col-lg-3 .card .card-body {
            margin: 0px 20px;
        }

        .about-us .container .about-row .col-lg-8 {
            margin-left: 0px;
        }

        .about-us .container .about-row .col-lg-4 img {
            max-width: 55%;
        }
        /* .about-us .jasleen-image {
            max-width: 55%;
        } */

        .about-us .container .about-row1 {
            padding: 30px 0px;
        }



        .Projects .main-section .main-img a img {
            width: 100%;
            height: auto;
        }

        .Projects .main-section .main-img a span {
            width: 100%;
        }

        .Projects .main-section .main-img {
            height: 200px;
            overflow: hidden;
        }




        .our-team .all-team .title-img-holder img.team-member {
            width: 150px;
            height: 100%;
            transition: width .6s;
            align-self: flex-start;
            display: flex;
        }

        .our-team .all-team .title-img-holder {
            width: 100%;
            display: flex;
            border: 1px solid #0000001a;
            justify-content: flex-start;
            position: relative;
            align-items: center;

        }

        .our-team .all-team .title-img-holder.open {
            align-items: flex-start;
            transition: 1s;
        }

        .our-team .all-team .cont {
            padding: 15px 20px 20px;
        }

        .our-team .all-team .title-img-holder .group {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .our-team .all-team .title-img-holder img.more-arrow {
            display: none;
            width: 20px;
            height: auto;
            cursor: pointer;
            transition: 1s leniar;
        }

        .our-team .all-team .title-img-holder.open img.more-arrow {
            right: 20px;
            top: 20px;
            transform: rotate(180deg);
            transition: .2s leniar;
        }

        .our-team .all-team .row .cont {
            display: none;
            transition: 1s opacity linear;
        }

        .our-team .all-team .row .commen-border {
            width: 100%;
        }


        .our-team .all-team .row {
            width: 100%;
        }

        .our-team .all-team .title-img-holder .title-name {
            padding: 20px 20px 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }




        .contact-us .contact-details,
        .contact-us .form-holder {
            padding: 40px 0px 0px;
        }

        .contact-us .contact-us-wrapper::before {
            width: 100vw;
            left: -18px;
        }

        .contact-us .form-holder {
            margin-bottom: 30px;
        }

        .contact-us .form-holder h3 {
            font-size: 26px;
            line-height: 36px;
            margin-bottom: 24px;
        }

        .progress .result-col {
            width: 50%;
        }

        .number-counter-section {
            padding: 35px 0px;
        }
        .div-logo {
            padding: 0 0 30px;
        }
        .footer-strip-text .heading {
            font-size: 18px;
            line-height: 22px;
            /* width: 100%; */
            margin: 0 0 10px;
        }
        .footer-strip .gallery-btn {
            padding: 6px 12px;
        }
        .footer-strip-02 .footer-strip-logo {
            width: 105px;
        }
    
    .gallery-slider {
        padding: 35px 0 45px;
    }
    .gallery-slider .content-holder {
        padding: 0 0 35px 0;
    }
    .footer-strip .footer-strip-text-02 {
        /* display: flex;
        align-items: start;
        flex-direction: column; */
    }

    .footer-strip .footer-strip-text-02 .gallery-btn {
        margin: 25px 0 0;
    }
    .footer-strip-02 .footer-strip-logo img {
        width: 240px;
    }
        .footer-strip-03 .footer-strip-logo img {
        width: 200px;
    }

    .projects-title {
        margin: 0 0 20px 0;
        text-align: center;
    }
    .enquiry-modal .modal-body .popup-form-control-wrap {
        margin-bottom: 20px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder p {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0 12px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder span {
        font-size: 12px;
        line-height: 12px;
        padding: 12px 0 0;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder {
        margin: 0 0 12px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .middle-section .left-side .content-holder:first-child span {
        padding: 0;

    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .bottom-section .image-wrapper img {
        margin-bottom: 10px;
    }
    .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body .btn-mobile {
        margin: 0 0 25px;
    }
    .contact-us .contact-details ul li ul.social-icons ul {
        justify-content: flex-start;
    }
    .slider-wrapp .owl-nav button.owl-next, .slider-wrapp .owl-nav button.owl-prev, .pswp__button{
        width: 30px;
        height: 30px;
    }
    .events .accordion-button .title {
        font-size: 14px;
        line-height: 22px;
    }
    .events .accordion-button {
        padding: 10px;
    }
    .events .accordion-body {
        padding: 10px 0;
    }
    .careers .back-btn {
        left: 10px;
        top: -25px;
    }
    .careers .opening-title .title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .careers .opening-title .content-holder {
        margin: 10px 0 15px;
        padding: 0 0 0 15px;
    }
    .career-mainpage .latest-opening-col .hiring-title {
        font-size: 16px;
        line-height: 20px;

    }
    .career-mainpage .latest-opening-col .hiring-sub-title {
        font-size: 13px;
        line-height: 17px;

    }
    .career-mainpage .hiring-list {
        padding: 10px;
    }
    .careers .back-btn:hover img{
        transform: translateX(0);        
    }
    .slider-wrapp .owl-nav .owl-prev {
        left: 30px;
    }
    .slider-wrapp .owl-nav .owl-next {
        right: 30px;
    }
    .bn-btn img {
        width: 10px !important;
        height: auto;
        margin: 0 0 0 8px;
    }
    .footer-logo img {
        padding-bottom: 20px;
        width: 180px;
        margin: 0 0 0 -10px;
    }
    .jwl-footer .bottom-strip  .col-lg-9 {
    padding-top: 25px;
    padding-bottom: 0;
    }
    h1 {
        font-size: 43px;
        line-height: 47px;
    }
    .banner-container .banner-txt .main-text {
        font-size: 43px;
        line-height: 47px;
    }
    .main .container .row-3 .col-lg-12 {
        padding: 0 12px;
    }
    .project .slide-container {
        margin: 0;
    }
    .header {
        background-color: #ffffff;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        box-shadow: 0px 0px 15px #0000002b;
    }
    .jwl-footer .foot-top-bar {
        padding-top: 0;
    }
    .latest-opening-col img{
        width: 15px;
    }
    .service .container .col-lg-12 .card .card-head .card-icon {
        width: 50px;
        height: 50px;
    }
    .banner .owl-carousel.home-banner .owl-dots {
        left: 18px;
    }
    .dropdown-menu.tooltip-dropdown {
        padding: 10px 0 0;
        left: -5px;
    }
    .dropdown-menu.tooltip-dropdown ul {
        padding: 8px 10px !important;
    }

    .dropdown-menu.tooltip-dropdown li .dropdown-item {
        font-size: 13px !important;
        line-height: 13px !important;
        margin-bottom: 8px;    
    }
    .hover-dropdown .dropdown-menu::before {
        top: 6px;
        left: 8px;
    }

    .hover-dropdown .dropdown-menu::after {
        top: 4px; 
        left: 7px; 
    }
    .home-page .hover-dropdown .dropdown-menu::before {
        top: 6px;
        left: 8px;
    }

    .home-page .hover-dropdown .dropdown-menu::after {
        top: 4px; 
        left: 7px; 
    }
    /* .img-wrapper img.jasleen-image {
        height: 280px;
        max-width: 36%;
}
 */


    }

    @media (max-width: 575.98px) {

        .client .container .row-1 .card img,
        .client .container .row-2 .card img {
            max-width: 100%;
        }
        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body {
        padding: 15px;
        }

        .team .container .row-2 .col-lg-3 .card img {
            width: 130px;
        }

        .main .container .row-1 .col-lg-7 ul li {
            font-size: 14px;
            line-height: 20px;
        }

        .main .container .row-1 {
            padding-bottom: 35px;
        }

        h2 {
            font-size: 26px;
            line-height: 36px;
        }

        .main .container .row-3 .col-lg-12 p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 22px;
        }

        .team .container .row-1 .col-lg-8 .team-para {
            font-size: 16px;
            line-height: 20px;
        }

        .team .container .row-1 .col-lg-8 ul li,
        .about-us .container .about-row1 .content-holder ul li {
            font-size: 14px;
            line-height: 22px;
        }
        .team .container .row-1 .col-lg-8 h3 {
            font-size: 22px;
            line-height: 26px;
        }

        .team .container .row-1 .col-lg-8 p {
            font-size: 14px;
            margin-bottom: 18px;
            line-height: 20px;
        }

        .team .container .row-2 h3 {
            font-size: 24px;
            line-height: 46px;
            padding-top: 20px;
        }

        .client .container h3 {
            font-size: 18px;
            line-height: 20px;
            margin: 12px 0;
            padding: 0 0 15px;
        }

        .service .container .col-lg-12 .card .card-head h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .service .container .col-lg-12 .card .card-body ul li {
            font-size: 15px;
            line-height: 23px;
            margin-bottom: 10px;
        }

        .service .container .col-lg-12 .card .card-body {
            margin-left: 0px;
            margin-top: 0px;
        }

        .jwl-footer .foot-top-bar .footer-detail {
            margin: 10px 0px 10px 0px;
            padding-top: 0px;
        }

        .jwl-footer .container .row.mob-view .col-lg-3, .jwl-footer .container .row.mob-view .col-lg-2 {
            padding-bottom: 30px;
        }
        .footer-logo img {
            padding-bottom: 10px;
        }

        /* .jwl-footer .bottom-strip  .col-lg-9 {
            padding-top: 30px;
            padding-bottom: 20PX;
        } */

        h1 {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 15px;
        }
        .banner-container .banner-txt .main-text {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 15px;
        }
        .banner .owl-carousel.home-banner .owl-nav .owl-next {
            margin-right: 5px;
        }

        .banner .owl-carousel.home-banner .owl-nav .owl-prev {
            margin-left: 5px;
        }

        p.banner-footer-text {
            font-size: 12px;
            line-height: 18px;
            right: 15px;
        }

        .main {
            padding: 50px 0px 50px 0px;
        }

        .client,
        .service,
        .project {
            padding: 40px 0px 40px 0px;
        }

        .team .container .row-2 .col-lg-3 .card {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .team .container .row-2 .col-lg-3 .card .card-body {
            margin: 20px 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }




        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li.small-box {
            width: 50%;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li.big-box {
            width: 50%;
        }

        .team .container .row-1 .col-lg-8 ul li::before,
        .about-us .container .about-row1 .col-lg-12 ul li::before,
        .about-us .container .about-row1 .content-holder ul li::before {
            top: 8px;
        }

        .result-col .label {
            font-size: 13px;
            line-height: 19px;
            padding-top: 20px;
        }

        .result-col:last-child {
            margin: 0px;
        }

        .number-counter-section {
            padding: 10px 0px 30px;
        }

        .result-col .value {
            font-size: 35px;
            line-height: 39px;
        }
        .div-logo {
            padding: 0 0 15px;
        }
        .div-logo img {
            width: 158px;
        }
            /* .slider-wrapp .owl-nav button.owl-next, .slider-wrapp .owl-nav button.owl-prev, .pswp__button{
        width: 30px;
        height: 30px;
    } */
        .footer-strip-text .heading {
        /* width: 100%; */
    }

    .gallery-slider {
        padding: 40px 0;
    }
        .footer-strip-02 .footer-strip-logo img {
        width: 230px;
    }
        .footer-strip-02 .footer-strip-logo img {
        width: 191px;
    }
        .enquiry-modal .modal-content {
        padding: 20px;
    }
    .enquiry-modal .popup-btn-close {
        right: 20px;
        top: 28px;
    }
    
    .enquiry-modal .modal-header {
        margin-bottom: 15px;
    }
    .enquiry-modal .modal-body .popup-form-control-wrap{
        margin-bottom: 15px;
    }
    .enquiry-modal .modal-body .popup-form-control {
        padding-bottom: 8px;
    }
    .enquiry-modal .modal-body .btn-submit {
        padding: 10px 0;
        font-size: 14px;
        letter-spacing: 0;
        /* margin-top: 12px; */
    }
    .enquiry-modal .modal-dialog {
        max-width: 100% !important;    
    }
    .pswp__button--arrow--prev {
        top: 55%;
    }
    .pswp__button--arrow--next {
        top: 55%;
    }
    .banner .banner-image img {
        height: 300px;
    }
    .footer-strip .image-holder {
        width: 45%;
        background: url('../images/home/bring-your-perspective-phone.webp');
        background-size: cover;
        background-position: center;
    }
    .footer-strip .footer-strip-text {
        padding: 15px 0;
        margin-left: -15px;
    }
    .footer-strip-text .heading {
        font-size: 16px;
        line-height: 20px;
        /* width: 100%; */
    }
    .main .container .row-2 .col-lg-4 .main-txt h4 {
        font-size: 24px;
        line-height: 26px;
    }
    .main .container .row-2 {
        padding-bottom: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .goto-top-btn {
        width: 40px;
        height: 40px;
    }
    .project .card {
        border-radius: 8px
    }
    .client .container .row-1 .col-6 {
        margin: 15px 0 0;
    }
    .footer-strip-logo {
        width: 150px;
    }
    .main .container .row-3 .col-lg-12 a {
        padding: 8px 20px;
    }
    /* .img-wrapper img.jasleen-image {
        height: 210px;
        max-width: 35%;
    } */




    }

    @media (max-width: 449.98px) {

        h1 {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 10px;
            margin-top: 0;
        }
        .banner-container .banner-txt .main-text {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .banner .container .banner-txt .fa-arrow-right {
            font-size: 10px;
            padding-left: 5px;
        }

        .banner .owl-carousel.home-banner .owl-dots {
            transform: translateX(0px);
            left: 20px;
        }

        .main .container .row-1 {
            padding-top: 0px;
            padding-bottom: 20px;
        }

        .main .container .row-1 .col-lg-5 .div-logo p {
            font-size: 70px;
            letter-spacing: 5px;
        }

        .main .container .row-1 .col-lg-7 ul li {
            font-size: 16px;
            line-height: 18px;
        }

        .main .container .row-1 .col-lg-7 ul {
            padding: 0px 0px 0px 0px;
        }
        /* .main .container .row-3 .col-lg-12 p {
            font-size: 18px;
            line-height: 26px;
            margin-top: 0px;
            margin-bottom: 20px;
        } */

        /* .main .container .row-3 .col-lg-12 a {
            padding: 9px 18px;
            font-size: 10px;
            line-height: 16px;
        } */

        /* team */

        .project .name {
            font-size: 16px;
            padding: 15px 10px;
        }

        .project {
            padding-bottom: 20px;
        }

        .team {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .team .container .row-2 h3 {
            font-size: 22px;
            line-height: 26px;
            padding-top: 20px;
        }
        /* .client .container .row-1 .card {
            height: 40px;
        }        
        .client .container .row-2 .card {
            height: 40px;
        }   */
        .service {
            padding-top: 20px;
            padding-bottom: 20px;
        }



        .about-us .container .row .col-lg-8 .div-logo .jwl-para {
            font-size: 65px;
        }

        .about-us .container .about-row .col-lg-8 h3 {
            font-size: 15px;
            line-height: 27px;
        }

        .about-us .container .about-row1 {
            padding: 20px 0px;
        }

        .our-team .all-team .title-img-holder img.team-member {
            width: 100px;
        }




        .contact-us .form-holder h3 {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 20px;
        }

        .contact-us .form-holder form input {
            margin-bottom: 10px;
        }

        .contact-us .form-holder form textarea {
            min-height: 80px;
            padding: 10px 10px;
            font-size: 12px;
            line-height: 16px;
        }

        .contact-us .form-holder form input {
            font-size: 12px;
            line-height: 16px;
        }

        .contact-us .form-holder form input {
            height: 35px;
            padding: 0px 10px;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li img,
        .contact-us .contact-details ul li ul:not(.social-icons) li img.mail {
            width: 60%;
        }

        .contact-us .contact-details ul li ul:not(.social-icons) li:last-child {
            margin-left: 5px;
        }





        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li p {
            font-size: 12px;
            line-height: 16px;
        }

        .project-sub-sections .tab-holder .accordion-item .accordion-collapse .accordion-body ul li ul li span {
            font-size: 10px;
            line-height: 12px;
        }

        .project-sub-sections .accordion-button h3,
        .project-sub-sections .accordion-button span.main-text {
            font-size: 16px;
            line-height: 18px;
        }

        .project-sub-sections .accordion-button span.sub {
            font-size: 12px;
            line-height: 12px;
        }

    .footer-strip-02 .footer-strip-logo img {
        width: 210px;
    }

    .footer-strip-03 .footer-strip-logo img {
        width: 178px;
    }
    .enquiry-modal .modal-title {
        font-size: 16px;
        line-height: 20px;
    }
    .enquiry-modal .popup-btn-close {
        right: 20px;
        top: 25px;
    }
    .client .container .row-1 .card {
        height: 75px;
    }
    .footer-strip.footer-strip-02 .footer-strip-text {
        margin-left: 0;
    }
    /* .img-wrapper img.jasleen-image {
        height: 180px;
    } */

}

@media (max-width: 399.98px){
    .container {
        max-width: calc(100% - 6px);
    }
    .footer-strip .footer-strip-text {
        padding: 10px 0;
    }
    .footer-strip-text .heading {
        font-size: 14px;
        line-height: 16px;
    }
    .project .name {
        font-size: 13px;
        padding: 12px 5px;
    }
        .banner .owl-carousel.home-banner .owl-dots {
        left: 3px;
    }
    /* .img-wrapper img.jasleen-image {
        height: 170px;
        max-width: 40%;
    } */



}

    /* @media (max-width:) */
    /* ==================================================================================================== */