/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --bg_body: #6e7d161a;
    --bg_body_1: #f0f1e7;
    --txt-color: #05153e;
    --font-family: "Teachers", sans-serif;
    --font-family: "Assistant", sans-serif;
    --font-family-Comfortaa: "Comfortaa", sans-serif;
    --font-family-Montserrat: "Montserrat", sans-serif;
    --font-family-Betm: "Quicksand", sans-serif;
    --theme-clr: #bd5c32;
    --border-color: #838383;
    --bg-dark: #404040;
}

.teachers {
    font-family: var(--font-family);
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
    /* background-color: var(--bg_body); */
    font-family: var(--font-family-Comfortaa);
    font-weight: 500;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: #05153e;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: var(--theme-clr);
    font-family: var(--font-family-Comfortaa);
}

p {
    margin: 0;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
strong {
    text-transform: capitalize;
}

.navbar-nav {
    li {
        a {
            font-size: 19px;
            font-size: 18px;
            letter-spacing: .5px;
            font-weight: 600;
            text-transform: capitalize;
        }
    }
}

.homehead {}

header {

    position: relative;
    z-index: 100;

    a.nav-link {
        color: var(--txt-color);
        border: 1px solid transparent;
        font-weight: normal;
    }

    a.nav-link.active,
    a.nav-link:hover,
    a.nav-link:focus {
        color: var(--txt-color) !important;
        border-bottom: 1px solid var(--txt-color);
    }

    ;
    width: 100%;

    .logo-dark {
        display: block;
    }

    .logo-white {
        display: none;
    }

    ul.dropdown-menu.show {
        background-color: #fff;
    }

    ul.dropdown-menu.show {
        background-color: rgb(255 255 255 / 51%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        font-weight: bold;
        color: #fff;
    }
}

.border-bottom-theme {
    border-bottom: 1px solid var(--theme-clr);
}

.appltitle h5 {
    font-weight: 600;
}

.home {
    /* header{
        position: absolute; 
        :not(.page-header.is-sticky){
            a.nav-link {
                color: #fff;
                border: 1px solid transparent;
            }
        
            a.nav-link.active,
            a.nav-link:hover,
            a.nav-link:focus {
                color: #fff !important;
                border-bottom: 1px solid #fff;
            }
        
            a {
                color: #fff;
            }
        } 

        .logo-white{
            display: block;
        }
        .logo-dark{
            display: none;
        }
        .page-header.is-sticky{
            .logo-white{
                display: none;
            }
            .logo-dark{
                display: block;
            } 
            a.nav-link {
                color: var(--txt-color);
                border: 1px solid transparent;
            }
        
            a.nav-link.active,
            a.nav-link:hover,
            a.nav-link:focus {
                color: var(--txt-color) !important;
                border-bottom: 1px solid var(--txt-color);
            }
        
            a {
                color: var(--txt-color);
            }
        }
        
    }  */
}


/* sticky header */
.page-header {
    /* box-shadow: 0 0px 20px #00000024; */
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 0px 20px #00000024;
    /* background-color: var(--bg_body_1); */
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
    animation: slideDown 0.35s ease-out;
}

.w-fitcontent {
    width: fit-content;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* sticky header end */

button {
    text-transform: capitalize;
}

/* carousel */
.carousel {
    height: 86vh;
    margin-top: 0;
    /* width: 100vw; */
    overflow: hidden;
    position: inherit;
}

.carousel .list .item {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.carousel .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3)
}

.carousel .list .item .content {
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.carousel .list .item .author {
    font-weight: bold;
    letter-spacing: 10px;
}

.carousel .list .item .title,
.carousel .list .item .topic {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1.3em;
}

.carousel .list .item .topic {
    color: #f1683a;
}

.carousel .list .item .buttons {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}

.carousel .list .item .buttons button {
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
}

.carousel .list .item .buttons button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
    width: fit-content;
    white-space: nowrap;
    padding: 8px 30px;
}



.topheresec {

    .swiper--tophero {
        width: 100%;
        padding: 0;
    }

    .swiper-slide {
        position: relative;
        width: 200px;
        height: 85vh;
        border-radius: 0;
        overflow: hidden;
        transition: 1s;
        user-select: none;
        filter: brightness(.6);

        @media (max-width:768px) {
            height: 100%;
            flex-direction: column;
            gap: 15px;
        }
    }

    .heroimgdesc h1 {
        text-shadow: 1px 1px 19px #00000085;
        /* font-size: 60px;
        line-height: 95px; */
    }

    .swiper-slide::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000052;
        z-index: 1;
    }

    @media (max-width: 768px) {
        .heroimgcntnt {
            /* position: relative !important; */
            width: 100%;
            margin-top: 15px;
        }

        .swiper-slide::before {
            /* height: 30%; */
        }

        .heroimgdesc {

            h1,
            p,
            a {
                color: #fff !important;
            }
        }
    }

    .swiper-slide img {
        width: 100%;
        height: 85vh;
        object-fit: cover;
        transition: 1s;
    }

    @media (max-width:768px) {
        .swiper-slide img {
            height: 50vh;
        }
    }

    .swiper-slide-active {
        position: relative;
        width: 1440px;
        transition: 1s;
        filter: brightness(1);

        .heroimgcntnt {
            display: block;
            padding-top: 50px;
        }
    }

    .swiper-slide-active img {
        transform: scale(1.1);
        object-position: 50% 0%;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 0.6s ease-in-out;
    }
}

.application {
    .topheresec {
        .swiper-slide {
            height: 50vh;

            @media (max-width:768px) {
                height: 100%;
                flex-direction: column;
                gap: 15px;
            }
        }
    }
}


/* thumbail */
.thumbnail {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

.thumbnail .item {
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}


.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.thumbnail .item .content {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.thumbnail .item .content .title {
    font-weight: 500;
}

.thumbnail .item .content .description {
    font-weight: 300;
}

/* arrows */
.arrows {
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}

.arrows button:hover {
    background-color: #fff;
    color: #000;
}

/* animation */
.carousel .list .item:nth-child(1) {
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.carousel .list .item:nth-child(1) .content .title {
    animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .topic {
    animation-delay: 1.4s !important;
}

.carousel .list .item:nth-child(1) .content .des {
    animation-delay: 1.6s !important;
}

.carousel .list .item:nth-child(1) .content .buttons {
    animation-delay: 1.8s !important;
}

/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1) {
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}

.carousel.prev .list .item img {
    z-index: 100;
}

@keyframes showThumbnail {
    from {
        width: 0;
        opacity: 0;
    }
}

.carousel.next .thumbnail {
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext {
    from {
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time {
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next .time,
.carousel.prev .time {
    animation: runningTime 3s linear 1 forwards;
}

@keyframes runningTime {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}


/* prev click */

.carousel.prev .list .item:nth-child(2) {
    z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes outFrame {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1) {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}

.carousel.next .arrows button,
.carousel.prev .arrows button {
    pointer-events: none;
}

.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
    animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content {
        padding-right: 0;
    }

    .carousel .list .item .content .title {
        font-size: 30px;
    }
}

/* slider end */

/* .homehead header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    filter: blur(30px);
    background-color: #00000082;
    top: -14%;
    z-index: -1;
} */

.sec_mar {
    margin-top: 100px;
    margin-bottom: 100px;
}

.abtsecdiv {
    h2 {
        font-weight: 600;
        letter-spacing: .5px;
    }
}

h2 {
    font-weight: 600;
    letter-spacing: .5px;
}

.abtimgdiv {
    border-radius: 30px;
    overflow: hidden;
}

.max-h-100\/50 {
    max-height: calc(100% - 60%);
    height: 100%;
}

.max-h-100\/45 {
    max-height: calc(100% - 66%);
}

@media (min-width:767px) {
    .fabimgdiv {
        height: 500px;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
}

.fabimgdiv {
    position: relative;
}




@media (min-width:1041px) {
    /* .bgshdow--cntnt{
        height: 0;
        transition: height .5s ease;
        .fabcont {
            opacity: 0;
            bottom: 0;
            transition: bottom .5s ease;
        }
    } */

    .fabimgdiv .bgshdow--cntnt {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        height: 100%;
        transition: height .5s ease;
        width: 100%;
        padding: 30px 15px 15px;
        background: linear-gradient(0deg, rgb(14 14 14), rgba(15, 41, 35, 0) 100%);

        .fabcont {
            position: absolute;
            bottom: 15px;
            opacity: 1;
            transition: bottom .5s ease;
        }

        h3 {
            color: #fff;
            font-weight: 700;
        }

        .viewprodbtn {
            background: white;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: .5px;
            border-radius: 100px;
            padding: 9px 30px;
            margin-top: 15px;
        }

        p {
            color: #fff;
            margin-top: 15px;
        }
    }
}

.application_sec {
    padding: 100px 0;
    /* background: url(../images/application-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}

.applicimg {
    position: relative;

    img {
        /* width: 140px;
        height: 140px; */
        object-fit: cover;
        /* border-radius: 25px; */
        z-index: 1111;
        /* padding: 30px; */
        min-height: 272px;
        max-height: 272px;
    }
}

/*.applicimg:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    width: 85px;*/
/*    height: 85px;*/
/*    background-color: #47474733;*/
/*    z-index: -1;*/
/*    border-radius: 150px;*/
/*    bottom: 0;*/
/*}*/

/* .applicimg:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 35px;
    width: 144px;
    height: 144px;
    background-color: #47474733;
    z-index: -1;
    border-radius: 150px;
} */

.btn-theme {
    background-color: var(--theme-clr);
    border: 1px solid var(--theme-clr);
    padding: 8px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    transition: all .5s ease;

    &:hover {
        background-color: transparent;
        color: var(--theme-clr);
        border: 1px solid var(--theme-clr);
        transition: all .5s ease;


    }
}

.btn-theme-o {
    background-color: transparent;
    color: var(--theme-clr);
    border: 1px solid var(--theme-clr);

    padding: 8px 30px;
    font-size: 18px;

    font-weight: 600;
    border-radius: 100px;
    transition: all .5s ease;

    &:hover {
        background-color: var(--theme-clr);
        border: 1px solid var(--theme-clr);
        transition: all .5s ease;
        color: #fff;


    }
}

.btn-theme-ob {
    font-size: 18px;
    color: var(--theme-clr);
    font-weight: 600;
    border-radius: 0px;
    border-bottom: 1px solid var(--theme-clr);
    transition: all .5s ease;

    &:hover {
        border-bottom: 1px solid transparent;
        transition: all .5s ease;
    }
}

.infraimgdiv {
    position: relative;
}

.infraimgdiv:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: #25252533;
    border-radius: 30px;
    transition: height .5s ease;
}

.infraimgdiv:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #25252533;
    border-radius: 30px;
    transition: height .5s ease;
}

.infraimgdiv:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #25252533;
    border-radius: 30px;
    transition: width .5s ease;
}

.infraimgdiv:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    bottom: 0;
    right: 0;
    background-color: #25252533;
    border-radius: 30px;
    transition: width .5s ease;
}

.infradesc {
    padding: 30px;
    border-radius: 30px;
    background-color: #47474733;
}

/* swiper starts */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ourclntdivv--00 {
    /* background-color: #45454587; */
    border-radius: 20px;
    margin-top: 20px;
}

.ourclntdivv--00 img {
    border-radius: 10px;
}

/* swiper ends */

.sustaindivcontent {
    /* max-width: 760px; */
    /* margin: auto; */
    font-size: 17px;
    line-height: 35px;
    padding: 20px;
    border: 1px solid #343333;
    border-radius: 10px;
    height: 100%;
}

footer {
    li {
        margin-top: 15px;
    }

    a,
    p {
        color: #000;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
}

#menumodal {
    .modal-content {
        background: #f0f1e7;
    }
}



@media (max-width:991px) {
    .thumbnail .item {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
        position: relative;
    }

    .carousel .list .item .content {
        padding-right: 5%;
    }

    .thumbnail {
        bottom: 15px;
        left: 12%;
    }

    .sec_mar {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


@media (max-width:767px) {
    .carousel {
        height: 81vh;
    }

    .fabimgdiv {
        height: 315px;
    }
}

@media (max-width:1040px) {
    .bgshdow--cntnt {
        height: 100%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        transition: height .5s ease;
        width: 100%;
        padding: 30px 15px 15px;
        background: linear-gradient(0deg, rgb(14 14 14), rgba(15, 41, 35, 0) 100%);

        h3 {
            color: #fff;
            font-weight: 700;
        }

        .viewprodbtn {
            background: white;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: .5px;
            border-radius: 100px;
            padding: 9px 30px;
            margin-top: 15px;
        }

        p {
            color: #fff;
            margin-top: 15px;
        }
    }

    .fabcont {
        position: absolute;
        padding: 10px;
        bottom: 15px;
    }

    .fabimgdiv img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width:575px) {
    .applicimg:before {
        left: 30px;
        width: 110px;
        height: 110px;
    }

    .applicimg:after {
        top: -42px;
        right: 50px;
        width: 110px;
        height: 110px;

    }
}

@media (max-width:360px) {
    .thumbnail {
        left: 9%;
    }
}

.fabdivmiun {
    max-width: 1700px;
}

.breadcrumbsdiv {
    background-image: url(../images/breadcrumb-abt.jpg);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;

    &:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #00000064;
        z-index: 1;
        top: 0;
        left: 0;
    }

    nav {
        z-index: 1;
        position: relative;
    }
}

body.about {
    .breadcrumbsdiv {
        background-image: url(../images/aboutbg.jpeg);
    }
}

body.contact {
    .breadcrumbsdiv {
        background-image: url(../images/contact.jpeg);
    }
}

.line-wrapper {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
}


.card-style-three {
    padding-left: 100px;

    @media (max-width: 991px) {
        padding-left: 0;
    }
}

@media (min-width:991px) {
    .card-style-three {
        border-left: 1px dashed var(--border-color);
        /* border-bottom: 1px dashed var(--border-color); */
    }

    /* .card-style-three:last-child {
        border-bottom: none;
    } */
}

@media (max-width:991px) {
    .card-style-three {
        border-top: 1px dashed var(--border-color);
    }

    /* .card-style-three:last-child {
        border-bottom: none;
    } */
}



.redmorbtn {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.swprbtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translatey(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    color: var(--theme-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000040;
}

.swiper-button-nextt {
    right: 15px;
}

.swiper-button-prevv {
    left: 15px;
}

@media (min-width:991px) {
    .whywediff--title {
        max-width: 300px;
        margin: auto;
    }
}

.card-style-two .applicimg:after {
    top: 0;
    right: 70px;
    z-index: 0;
}

.whydiff--card {
    padding: 30px;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
}

.whywediff--slider .swprbtn {

    top: 25px;

    background-color: transparent;

    box-shadow: none;

    color: #000;

    border: 1px solid #000;

    font-size: 28px;
}

.card-style-two .applicimg:before {
    z-index: 0;
}

.card-style-two .applicimg img {
    z-index: 9;
    position: relative;
    max-width: 140px;
    width: 100%;
}


@media (min-width:575px) {
    .container-fluuid {
        padding-left: 15px;
    }
}

.applicationpgsec {

    .masonry {
        /* Masonry container */
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        /* margin: 1.5em; */
        padding: 0;
        -moz-column-gap: 1.5em;
        -webkit-column-gap: 1.5em;
        column-gap: 1.5em;
        font-size: .85em;
    }

    .item {
        display: inline-block;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

    }

    .item img {
        max-width: 100%;
    }

    @media only screen and (max-width: 320px) {
        .masonry {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }
    }

    @media only screen and (min-width: 321px) and (max-width: 768px) {
        .masonry {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1200px) {
        .masonry {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
    }

    @media only screen and (min-width: 1201px) {
        .masonry {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
    }
}

.ourprod--card {
    border: 1px solid var(--border-color);
    border-top: none;
}

.sendinq {
    color: var(--theme-clr);
    font-size: 17px;
    padding: 8px 30px;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
    border: 1px solid var(--theme-clr);

    &:hover {
        border-color: var(--theme-clr);
        color: #fff;
    }

    &:before {
        position: absolute;
        width: 100%;
        height: 0%;
        content: "";
        background-color: var(--theme-clr);
        top: 0;
        left: 0;
        z-index: -1;
        transition: .5s ease all;

    }

    &:hover:before {
        height: 100%;
        transition: .5s ease all;
    }
}

.ourprod--img {
    max-height: 300px;
    overflow: hidden;
}

.infratopvideodiv iframe {
    width: 100%;
}

.infraimg {
    height: 100%;
    border: 1px solid var(--txt-color);

    img {
        height: 100%;
        width: 100%;
    }
}

#menumodal .modal-dialog {
    height: 100% !important;
    background-color: #f0f1e7;
}

.conticon {
    width: 80px;
    height: 80px;
    background: var(--theme-clr);
}

.con--form {
    border-radius: 30px;
    margin-top: 5rem;
    border: 1px solid;

    .title-one {
        @media (max-width:575px) {
            h1 {
                font-size: 32px !important;
                line-height: 46px;
            }
        }
    }
}

.title-one h1.fw-bold {
    font-size: 48px;
    /* color: var(--theme-clr); */
}

.input-group-meta input {
    border: 1px solid var(--border-color);
    height: 47px;
    border-radius: 5px;
    padding-left: 15px;

    &:focus {
        outline: none;
        border: none;
    }
}

.input-group-meta textarea {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 15px;

    &:focus {
        outline: none;
        border: none;
    }
}

.top--viddiv {
    /*height: 46vh;*/
    margin-top: 0;
    overflow: hidden;

    iframe {
        height: 100%;
    }
}

.zq_choose-item {
    /* border: 1px dashed var(--border-color); */
    border-radius: 5px;
}

.bg-gray {
    background-color: var(--bg-dark);
}

.border-theme-dark {
    border: 1px solid var(--bg-dark);
}

.linkedslide {
    &:hover img {
        transform: scale(1.1);
        transition: all .5s ease;
    }

    img {
        transform: scale(1);
        transition: all .5s ease;
    }
}

.bg-theme {
    background-color: var(--theme-clr);
}

.text-theme {
    color: var(--theme-clr);
}

.text-theme-dark {
    color: var(--bg-dark);
}

.searchdivmain {
    background-color: var(--bg_body);
    border-radius: 100px;
    overflow: hidden;

    input {
        background-color: transparent;
        border: 0;
        padding: 10px 10px 10px 15px;

        &:focus {
            border: none;
            outline: 0
        }
    }

    ;

    .searchbtn {
        background-color: var(--theme-clr);
        height: 100%;
        padding: 10px;
        border-radius: 100px;
        color: #fff;
    }
}

/* slider linkedin */
.our_client_sec {
    .swiper-slide {
        transition: transform 0.3s, width 0.3s, height 0.3s;
    }

    .swiper-slide.swiper-slide-active {
        transform: scale(1.1);
        /* Adjust the scale as needed */
        z-index: 1;
    }
}

.career {
    .careerjobsec {
        .careercard {
            p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }
        }
    }
}

div#jobmodal,
#jobmodalform {
    .modal-dialog.modal-dialog-centered {
        max-width: 840px;
    }

    .uploaddiv {
        border: 1px dashed var(--theme-clr);
        position: relative;
        border-radius: 7px;
        height: 48px;

        input {
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
            opacity: 0;
        }

        ;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;

        h5 {
            margin: 0
        }
    }
}

.blogimg {
    /* max-height: 260px;
    min-height: 260px; */
    height: 100%;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 20px;

    @media (max-width:991px) {
        min-height: auto;
    }

    a {
        height: 100%;
        display: block;
    }

    img {
        height: 100%;
        object-fit: cover;
    }
}

.blogcontent h3 {
    font-size: 18px;
    letter-spacing: .5px;
    /* line-height: 35px; */
    font-weight: 700;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 15px;
    margin-bottom: 0;

    @media (max-width: 767px) {
        font-size: 17px;
        line-height: normal;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.blog-conte p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 15px;
    padding: 0 15px;

    @media (max-width: 767px) {
        line-height: normal;
    }
}

.blogcontent {
    background-color: #bd5c3224;
    border-radius: 10px;
    padding-bottom: 20px;
}



@media (min-width: 1400px) {
    .containercust {
        max-width: 55%;
        margin: auto;
    }
}

/* / single blog / */
.blogbodydiv:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/bg3.png), url(../images/bg3.png), url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: -1% 74%, 103% 100%, 104% 0;
    background-size: 130px, 200px, 200px;
}

.bloglistimg {
    height: 350px;
    overflow: hidden;
    border-radius: 25px;
}

.bloglistimg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.bloglisttitlepara h4 {
    color: #2B2B2B;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bloglisttitlepara p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.theme-text {
    color: var(--theme-clr);
}

.availsizesdiv {
    background: #bd5c320f;
}

.custhr {
    border-color: var(--theme-clr);
}

/* single blog end*/

.cstul {
    font-size: 16px;
}

section.sec_mar.wlcmweb .d-flex.justify-content-center.aligm-items-center.gap-2 * {
    margin: 0;
    align-content: center;
}

section.sec_mar.wlcmweb h4 {
    color: var(--txt-color);
}

.sizediv h6 {
    color: var(--txt-color) !important;
}

.applicul {
    border-right: 2px solid var(--theme-clr);

    li .active,
    li:hover {
        color: var(--theme-clr);
        transition: all .5s ease;
    }
}

.appliculcontent {
    .applicimg {
        img {
            padding: 0;
        }
    }
}

.border-theme {
    border: 1px solid var(--theme-clr);
}

.bgparadiv {
    position: relative;
    height: 500px;
    /* Adjust the height to match your design */
    overflow: hidden;
}

.imgbgparaller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bgpara.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    /* Initial state */
    will-change: transform;
    /* Optimized for rendering */
    z-index: -1;
    /* Push behind content */
}

.imgbgparaller2 {
    position: relative;

    &::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00000085;
        top: 0;
        left: 0;
        background: url(../images/application-bg-right.svg), url(../images/application-bg.svg), #bd5c3214;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0, 100% 100%;
    }
}

.appcmain--div {
    background-color: #faf2ef;
}

/* .imgbgparaller2 {  
    background-image: url(../images/application-bg.jpg);
    background-image: url(../images/application-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(0);  
    will-change: transform; 
    z-index: -1; 
} */

/* .bgparadiv::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000085;
    top: 0;
    left: 0;
} */

.wjyusdiv {
    .zq_choose-item {
        transition: all .3s ease;

        .zq_choose-item-icon {
            transform: scale(1);
            transition: all .3s ease;
            width: fit-content;
            margin: auto;
        }

        &:hover {
            background-color: var(--theme-clr);
            color: #fff;

            * {
                color: #fff;
            }

            .zq_choose-item-icon {
                transform: scale(1.1);
                filter: brightness(0) invert(1);
            }
        }
    }
}

.applicicons {
    .appcmain--div {
        transition: all .3s ease;

        &:hover {
            transition: all .3s ease;
            transform: scale(1.03);
        }
    }
}