/* @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');

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

:root {
    --bg_body: #6e7d161a;
    --bg_body_1: #f0f1e7;
    --txt-color: #000;
    --font-family: "Teachers", sans-serif;
    --font-family: "Assistant", sans-serif;
    --theme-clr: #c61818;
    --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);
    font-weight: 500;
    /* text-transform: capitalize; */
}

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

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

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

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

.homehead {}

header {
    /* width: 1140px;
    max-width: 80%;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center; */
    position: relative;
    z-index: 100;

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

    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;
    }
}

.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;
}

/* 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;
}
.sec_pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

h2 {
    font-weight: 700;
    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;
        }
    }
}

.applicimg {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 10px;

    img {
        width: 194px;
        height: 140px;
        object-fit: contain;
        z-index: 1111;
    }
}

/*
.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: -27px;
    right: 70px;
    width: 95px;
    height: 95px;
    /* 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: 600;
        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;
    }
    .sec_pad {
        padding: 50px;
        padding-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;
    }
}

.breadcrumbsdiv_capbilities {
    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: black;
        z-index: 1;
        top: 0;
        left: auto;
        opacity: 55%;
    }
    nav{
        z-index: 1;
        position: relative;
    }
}

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


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

@media (min-width:991px) {
    .card-style-three {
        border: 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: 1px dashed var(--border-color);
    }

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

@media (min-width:991px) and (max-width:1199px){
  .card_all_hg{
    height: 955px;
    min-height: 373px;
  }
}


@media (min-width:1200px){
  .card_all_hg{
    height: 881px;
    min-height: 373px;
  }
}

@media (min-width:1400px){
  .card_all_hg{
   height: 100%;
  }
}


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

.swprbtn_people {
    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;
}

.swprbtn {
    position: absolute;
    top: 42%;
    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
}


@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 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: 86vh;*/
    margin-top: 0;
    overflow: hidden;
    background: #1e1e1e;
    iframe {
        height: 100%;
    }
    @media (max-width: 1320px) {
        height: auto;
    }
}

.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,#jobmodal1,#jobmodalform1,#jobmodalform2,#jobmodal2,#jobmodalform_combine
{
    .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
        }
    }
}

.swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
img:not([draggable]), embed, object, video {
    max-width: 100%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}
.two .swiper-slide {
    width: 300px;
}
.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ee0f6f;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}


/* Timeline css */

 body, html {
     font-size:16.5px;
     scroll-behavior: smooth;
     position: relative;
     background:#FFFFF;
     font-family: "basic-sans", sans-serif;
     overflow-x:hidden;
} 
.timeline_wrap {
    overflow:hidden;
}
#timeline_slider {
    display:flex;
     overflow-x:scroll;
     padding-bottom:20px;
      transform:translatey(20px)
}
.timeline {
    width:2px;
     position:absolute;
     background:white;
     height:100%;
     left:50%;
}
 .timeline_line {
     position:absolute;
     max-width:90%;
     right:0;
     height:2px;
     top:118px;
     background:red;
     width:100%;
}
 .timeline_slide {
    min-width:300px;

     max-width:10px;
     cursor:grab;
}
 .timeline_fadebox {
     position:absolute;
     background: rgb(0,0,0);
     background: white;
     z-index:1;
     width:10%;
     height:100%;
     left:0;
     top:0;
}
 .timeline_nav {
     margin:auto;
     position:absolute;
     right:10%;
     z-index:99999;
     top:111px;
     width:fit-content;
}
 .timeline_nav button span {
/*  Keep the user from selecting the chevrons. You could just use an image instead of an icon instead.   */
    pointer-events:none;
  -webkit-touch-callout: none;
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
     border-radius:100%;
      pointer-events:none;
     border:2px solid white;
     font-size:40px;
       color:white;
}

 .blueback {
    background:rgb(78 106 82);
   border-radius:7px;
}


 .blueback_his {
    background:white;
   color:black;
   border-radius:7px;
}

 .timeline_nav button {
    background:transparent;
     border:none;

}

 .timeline_nav button:hover {
    transform:scale(1.1)
}

.timeline_dot {
    background: red;
    width: 20px;
    height: 20px;
  position:relative;
    border: 1px solid black;
    border-radius: 100%;
    padding: 5px;
    margin: 10px auto;
}
 .timeline_dot_center {
    width:100%;
     height:100%;
     border-radius:100%;
     background:white;
}
.timeline_item_content {
    border: 1px solid black;
    border-radius: 8px;
  position:relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    background: rgba(255,255,255,.1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

 .yellow {
    color:#E7C568;
}

 @media only screen and (max-width:1200px) {
     .timeline_nav {
        width:90%;
         z-index:999999;
         left:5%;
         display:flex;
         justify-content:space-between;
    }
}
 @media only screen and (max-width:768px) {
     .timeline_line {
        min-width:100%;
         background: rgb(255,255,255);
         background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    }
     .timeline_nav span {
        background:transparent;
    }
}
 @media only screen and (min-width:768px) {
     #timeline_slider {
        padding-left:10%;
    }
     .timeline_left_line {
        width:2px;
         background:red;
         left:10%;
         height:118px;
         position:absolute;
         top:0;
    }
     .timeline_header {
        position:relative;
         width:fit-content;
         padding:0 20px;
         margin-left:10%
    }
     .timeline_top {
        max-width:90%;
         overflow:hidden;
         padding:100px 0;
         margin-left:auto;
    }
     .tl_line {
        position:absolute;
         background:red;
    }
     .tl_line_mid {
         width:100%;
         height:2px;
         top:50%;
    }
     .tl_line_left {
         width:2px;
         height:400px;
         left:0;
         top:50%;
    }
}
 
.blueback1 {
    font-size: 20px;
    padding: 12px;
    border-radius: 86%;
    height: 37px;
    align-items: center;
    display: flex !important;
    background: black;
}

.timeline_dot.flex-center:after {
    position: absolute;
    content: "";
    bottom: -26px;
    left: 8px;
    background: black;
    width: 2px;
    height: 26px;
}

.timeline_item_content:after {
    position: absolute;
    content: "";
    top: -13px;
    left: 110px;
    background: white;
    width: 29px;
    height: 30px;
    border: 2px solid black;
    border-bottom: none;
    border-radius: 100%;
    border-left: none;
    border-right: none;
}

.header_capabilities_txt {
    font-size: 3.9vw;
    line-height: 1.1;
    padding-bottom: 12px;
}

.hdr_cap_txt_p{
  font-size:20px !important; 
}

.bigtext {
    font-weight: bold;
    font-style: normal;
    font-size: 150% !important;
    line-height: 1.4;
}

.bott_cap{
  margin-bottom:24px;
}

.accordion {
    background-color: transparent;
    color: ;
    cursor: pointer;
    padding: 18px;
   padding-left: 0;
   padding-right: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px #e0c6cc dotted;
    font-size: 23px;
  display:flex;
  justify-content:space-between;
  width:100%;
}

.plus_icon:hover{
color:red;
}

.active, .accordion:hover {
    color: black;
}

.capabilitis_mp4{
  width:100%;
}

.capaa_toggle_sec{
  padding-top:50px;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.panel.active {
    max-height: 500px; /* Adjust based on content */
}
.sendinq {
    &:hover {
        border-color: var(--theme-clr);
      background-color: var(--theme-clr);
        color: #FFF !important;
    }
}
.color-add {
  color:var(--theme-clr);
}

.footer_color{
      background-color: #1e1e1e;
    color: white;
}

footer * {
    color: #fff !important;
}


.color_txt-ss {
    color: #fff;
}

.creadit_vdio {
    color: #ffffff7d;
    position: absolute;
    top: 50%;
    left: 50%;
}

.sus_div{
  position:relative;
}

.splide__slide img{
  background:white;
}

.timeline_slide:nth-child(odd) .timeline_item_content {
    background: #2e2e2e;
    color: white;
    letter-spacing: 0.5px;
}

.timeline_slide:nth-child(even) .timeline_item_content {
    background: #c50c0c;
    color: white;
    letter-spacing: 0.5px;
}
.timeline_slide:nth-child(even) .timeline_item_content:after{
   background: #c50c0c;
}
.timeline_slide:nth-child(odd) .timeline_item_content:after{
    background: #2e2e2e;

}
.sub_hdr_txt {
    color: black;
    font-weight: bold;
}

@keyframes beatFade {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

.beat-fade-animation {
    animation: beatFade 1.5s infinite ease-in-out;
}
