.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffffe3 url('../images/loader.webp') 50% 50% no-repeat;
    background-size: 60px auto;
}

/*.loader img{
    animation: sjhfhdwdws3 4s linear infinite;
}*/

@keyframes sjhfhdwdws3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* For Webkit-based browsers (Chrome, Safari) */
body::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #8ac7f9;
    /* Scrollbar color */
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #05a4ef;
    /* Hover state */
}

button.toast-close-button {
    overflow: hidden;
}

.cursor {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 2px solid #01aafb;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid yellow;
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}



@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        visibility: hidden;
    }
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.loader img {
    /*  animation: spin 2s linear infinite;*/
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
}

@font-face {
    font-family: 'Jost-Light';
    src: url('../fonts/jost/Jost-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/jost/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Italic';
    src: url('../fonts/jost/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/jost/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/jost/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/jost/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('../fonts/jost/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.jost-italic {
    font-family: 'Jost-Italic';
}

.jost-medium {
    font-family: 'Jost-Medium';
}

.jost-semibold {
    font-family: 'Jost-SemiBold';
}

.text-justify {
    text-align: justify !important;
}

.rundschrift-fnt {
    font-family: "VAGRundschriftBQ", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

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


html,
body {
    overflow-x: hidden;
    background-color: #e7f1f9 !important;
}

body,
button,
input,
select,
textarea,
a,
button {
    color: #716c80;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    border: none;
    font-family: "Jost-Regular", sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

#goToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    z-index: 2;
}





.group-header {
    margin-top: clamp(18px, 1.25vw, 48px);
    position: fixed;
    width: 100%;
    z-index: 9;
}

.header-bg {
    background: #fff;
    padding: 0px 13px;
    border-radius: 70px;
    box-shadow: 0px 0px 6px rgb(2 30 84 / 8%);
}

.sticky .header-bg {
    padding: 0px 0px;
}


.navbar-brand img {
    width: 200px;
    margin-bottom: 2px;
}

.cust-navbar .navbar-nav {
    justify-content: center;
    width: 100%;
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-family: 'Jost-Medium' !important;
}

.cust-navbar .navbar-nav .nav-link:hover {
    color: #05a4ef;
}



.cust-navbar .navbar-nav .nav-link.active {
    color: #05a4ef;
}


.bannerArea {
    position: relative;
    display: flex;
    /*    height: 110vh;*/
    height: 100vh;
    background: linear-gradient(180deg, #eaf8ff1f 30%, #c2ebff1f 100%), url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    padding-top: clamp(100px, 3.333vw, 128px);
    overflow: hidden;
}

.bannerArea .userBlk1,
.bannerArea .userBlk2 {
    width: 80%;
    opacity: 0.7;
}

/*.bannerArea .custtxtRight{
    text-align: right;
}*/

.bannerArea .hash-tags-wrapper {
    position: relative;
    text-align: center;
    list-style: none;
    margin: auto;
    padding: 0;
    width: clamp(746px, 57.396vw, 1232px);
    height: clamp(142px, 12.812vw, 332px);
    flex-shrink: 0;
}


.bannerArea .bannerCntHdng .cursorfsf {
    display: inline-block;
    background-color: black;
    margin-left: 5px;
    animation: blink 0.7s infinite;
}

/* Blinking effect for the cursor */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*.bannerArea .animtWrd{
    position: relative;
    width: 100%;
    height: 400px;  
}*/
.bannerArea .animtWrd .animtedWrd {
    position: absolute;
    display: inline;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.9rem;
}



.bannerArea .animtWrd .animtedWrd.wrt1 {
    background: #8AA2FC;
    transform: rotate(-10deg);
    animation: randomMove1 25s infinite alternate ease-in-out;
    bottom: 40px;
}

@keyframes randomMove1 {
    0% {
        right: 400px;
        transform: rotate(0deg);
    }

    50% {
        right: 0px;
        transform: rotate(50deg);
    }

    100% {
        right: 400px;
        transform: rotate(0deg);
    }
}

.bannerArea .animtWrd .animtedWrd.wrt2 {
    background: #E2ACFF;
    transform: rotate(20deg);
    animation: randomMove2 30s infinite alternate ease-in-out;
    right: 40px;
}

@keyframes randomMove2 {
    0% {
        top: 50%;
        transform: rotate(0deg);
    }

    50% {
        top: 0px;
        transform: rotate(-50deg);
    }

    100% {
        top: 50%;
        transform: rotate(0deg);
    }
}

.bannerArea .animtWrd .animtedWrd.wrt3 {
    background: #8FFF58;
    animation: randomMove3 20s infinite alternate ease-in-out;
}

@keyframes randomMove3 {
    0% {
        right: 100px;
        top: 10%;
        transform: rotate(0deg);
    }

    50% {
        right: 20px;
        top: 50%;
        transform: rotate(30deg);
    }

    100% {
        right: 100px;
        top: 80%;
        transform: rotate(0deg);
    }
}

.bannerArea .animtWrd .animtedWrd.wrt4 {
    background: #6DF5FC;
    animation: randomMove4 24s infinite alternate ease-in-out;
}

@keyframes randomMove4 {
    0% {
        right: 30%;
        top: 20%;
        transform: rotate(-10deg);
    }

    50% {
        right: 0%;
        top: 60%;
        transform: rotate(40deg);
    }

    100% {
        right: 30%;
        top: 20%;
        transform: rotate(-10deg);
    }
}

.bannerArea .animtWrd .animtedWrd.wrt5 {
    background: #FEE079;
    animation: randomMove5 25s infinite alternate ease-in-out;
}

@keyframes randomMove5 {
    0% {
        right: 30%;
        top: 80%;
        transform: rotate(0deg);
    }

    50% {
        right: 50%;
        top: 20%;
        transform: rotate(-30deg);
    }

    100% {
        right: 30%;
        top: 80%;
        transform: rotate(0deg);
    }
}

.bannerArea .animtWrd .animtedWrd.wrt6 {
    background: #FFC3A0;
    animation: randomMove6 20s infinite alternate ease-in-out;
}

@keyframes randomMove6 {
    0% {
        right: 60%;
        top: 10%;
        transform: rotate(15deg);
    }

    50% {
        right: 10%;
        top: 70%;
        transform: rotate(-20deg);
    }

    100% {
        right: 60%;
        top: 10%;
        transform: rotate(15deg);
    }
}


.bannerslider .item .bannersliderCrd {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    border-radius: 6px;
    position: relative;
}

.bannerslider .item .bannersliderCrd .bnrcrdat {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
}

.bannerslider .item .bannersliderCrd .bnrcrdat .bnrslidHd {
    font-family: "Jost-SemiBold";
    color: #fff;
    font-size: 1.8rem;
}

.bannerslider .item .bannersliderCrd .bnrcrdat .bnrslidTxt {
    color: #fff;
}

.bannerslider .item .bannersliderCrd:hover .bnrcrdat .bnrslidTxt {
    display: block;
}

.center {
    position: relative;
    width: 500px;
    height: 500px;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: rotate 10s linear infinite;
}

.orbit-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: 150px 150px;
    transform: rotate(calc(72deg * var(--i))) translateX(150px);
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: calc(0.5s * var(--i));
    background: #fff;
    padding: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px rgb(2 30 84 / 17%);
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.orbit-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed #bdbdbd;
}













.ctsmb-5 {
    margin-bottom: 40px;
}

.innerpageTopSection {
    text-align: center;
}


.innerpageTopSection .innerpageTopQrSec {
    text-align: center;
}

.innerpageTopSection .breadcrumb {
    justify-content: center;
}

.innerpageTopSection {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 160px;
    padding-bottom: 50px;
}

.innerpageTopSection .innerpagehdng {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: 'Jost-Medium'
}

.innerpageTopSection .breadcrumb .breadcrumb-item a {
    color: #6f6f6f;
}

.innerpageTopSection .breadcrumb .breadcrumb-item a:hover {
    color: #41b2e8;
}

.innerpageTopSection .breadcrumb .breadcrumb-item.active {
    color: #05a4ef;
}



.menuArea.sticky {
    background: #ffffff;
    box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 22%);
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
    z-index: 999;
}

.get-quote-btn {
    padding: 7px 9px 7px 13px;
    font-size: 16px;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    height: 50px;
    overflow: hidden;
}

.get-quote-btn i {
    font-size: 0.8rem;
    margin-left: 4px;
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
    padding: 10px;
    background: #fff;
    border-radius: 50px;
    color: #1987ba;
}

.get-quote-btn:hover {
    background: transparent;
    border: 1px solid #05a4ef;
    color: #05a4ef;
}

.get-quote-btn:hover i {
    background: linear-gradient(90deg, #01aafb 30%, #1987ba 100%);
    color: #fff;
    border: 1px solid #0e59f200;
    transform: rotate(0deg);
}



.logo-sidbar {
    width: 100px;
}

.offcanvas.show {
    background: #e7f1f9;
}

.mobilemenuarea .cardUi {
    text-align: center;
    padding: 15px 10px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.mobilemenuarea .cardUi img {
    width: 45px;
    margin-bottom: 6px;
}

.mobilemenuarea .cardUi.active {
    background: #c4dbee;
}

.mobilemenuarea .cardUi .cardUiTxt {
    font-size: 1.2rem;
    color: #000;
}





/*.bannerCntArea{
    text-align: center;
}*/

.bgposit {
    position: static;
    z-index: 1;
}

.bannerCntArea .bannerCntHdng {
    font-family: 'Jost-Medium';
    font-size: 2.8rem;
    color: #000;
}

.bannerCntArea .bannerCntshtDsc {
    font-family: 'Jost-Regular';
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #585858;
}

.aboutSection {
    padding: 100px 10px;
    background: #fff;
    overflow: hidden;
}

.aboutSection .aboutSesc {
    font-size: 1.1rem;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.aboutSection .about-content-block {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #5f5f5f;
}

.aboutSection .about-content-block i {
    color: #05a4ef;
}

.aboutSection .abtOrbtImg {
    width: 90%;
}

.aboutSection .location {
    fill: #0e59f2;
    cursor: pointer;
}

.entHeading.depbg .entHeadingSub {
    background: #9de0ff;
}

.entHeading.depbg .entHeadingMain {
    font-size: 3rem;
}

.entHeading .entHeadingSub {
    font-family: "Jost-Regular";
    display: inline;
    background: #e7f1f9;
    color: #000000;
    padding: 4px 12px;
    border-radius: 50px;
}

.entHeading .entHeadingMain {
    font-family: "Jost-Regular";
    font-size: 2.3rem;
    padding-top: 12px;
    padding-bottom: 15px;
}

.entHeading .entHeadingDTxt {
    font-size: 1.1rem;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.counterSect {
    margin-top: 4rem;
    text-align: center;
}

.counterSect .cntCrd .cntCrdNo {
    color: #178abf;
    font-size: 2.5rem;
    font-family: 'Jost-SemiBold';
}

.counterSect .cntCrd .cntCrdTxt {
    font-size: 1.2rem;
    color: #555555;
}

.whyChoseUsSec {
    padding: 100px 10px 80px 10px;
}


.whyChoseUsSec .whyChseCrd {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.whyChoseUsSec .whyChseCrd .whyChseCrdicon {
    margin-bottom: 20px;
}

.whyChoseUsSec .whyChseCrd .whyChseCrdicon img {
    width: 60px;
}

.whyChoseUsSec .whyChseCrd .whyChseCrdHdng {
    font-size: 1.6rem;
    font-family: "Jost-Regular";
    margin-bottom: 10px;
}

.whyChoseUsSec .whyChseCrd .whyChseCrdDesc {
    color: #5f5f5f;
    font-size: 1rem;
}

.whyChoseUsSec .whyChseCrd .circle_vector-1 {
    transition: transform 0.9s ease-in-out;
    position: absolute;
    top: -80%;
    right: -14%;
    width: clamp(124px, 18.49vw, 464px);
    height: clamp(124px, 18.49vw, 464px);
    border-radius: 50%;
    opacity: 0.3;
    background: #a4defa;
    z-index: 1;
}

.whyChoseUsSec .whyChseCrd .circle_vector-2 {
    transition: transform 0.8s ease-in-out;
    position: absolute;
    z-index: 2;
    top: -62%;
    right: -38%;
    width: clamp(124px, 18.49vw, 464px);
    height: clamp(124px, 18.49vw, 464px);
    border-radius: 50%;
    opacity: 0.3;
    background: #8fc2da;
}

.whyChoseUsSec .whyChseCrd:hover .circle_vector-1 {
    transform: translate(-44px, 82px);
    transition: transform 0.7s, color 0.3s ease-in-out;
}

.whyChoseUsSec .whyChseCrd:hover .circle_vector-2 {
    transform: translate(-179px, 21px);
    transition: transform 0.7s, color 0.3s ease-in-out;
}

.ourPartners {
    padding: 100px 0px 80px 0px;
    background: #fff;
}

.ourPartners .ourPartnersLogo {
    background: #fdfeff00;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.8s ease-in-out;
    text-align: center;
    font-family: "Jost-Medium";
    color: #404040;
    box-shadow: 0px 0px 4px rgb(3 3 3 / 28%)
}

.ourPartners .ourPartnersLogo .clntImg {
    width: 23px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

.ourPartners .ourPartnersLogo i {
    color: #52b6e5;
}

.ourPartners .ourPartnersLogo:hover {
    transform: scale(1.1);
}

.ourPartners .ourPartnersLogo img {
    width: 100%;
}






.coreFeatres {
    padding: 100px 0px 80px 0px;
}

.coreFeatres.coreFeatresInnerTopP {
    padding: 140px 0px 40px 0px;
}

.coreFeatres .coreFeatresCard {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.coreFeatres .coreFeatresCard:hover {
    transform: scale(1.1);
}

.coreFeatres .coreFeatresCard .coreFeatresIcn {}

.coreFeatres .coreFeatresCard .coreFeatresIcn img {
    width: 45px;
    margin-bottom: 15px;
}

.coreFeatres .coreFeatresCard .coreFeatresHdng {
    font-size: 1.1rem;
    font-family: "Jost-Medium";
    margin-bottom: 10px;
}

.coreFeatres .coreFeatresCard .coreFeatresDesc {
    color: #5f5f5f;
    font-size: 1rem;
}


.ourServicesSec {
    padding: 100px 0px 100px 0px;
    background: #fff;
}

.ourServicesSec .serviceHeading {
    font-family: "Jost-Regular";
    font-size: 2rem;
    padding-top: 12px;
    padding-bottom: 15px;
    color: #188abe;
}

.ourServicesSec .service-content-block {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #5f5f5f;
}

.ourServicesSec .service-content-block i {
    color: #05a4ef;
}

.ourServicesSec .servDesc {
    font-size: 1.1rem;
    color: #5f5f5f;
    margin-bottom: 20px;
}


.ourServicesSec .resrchMainImgArea {
    text-align: center;
    position: relative;
    width: 450px;
    height: 450px;
}

.ourServicesSec .resrchMainImgArea .resrchMainImg {
    width: 100%;
}

.ourServicesSec .resrchMainImgArea .resrchMainImg2 {
    width: 100%;
    animation: sjhfhws3 15s linear infinite;
}

.ourServicesSec .resrchMainImgArea .aniImg1 {
    position: absolute;
    width: 80px;
    transform: translateY(-15.6604px);
    left: -36px;
    top: 230px;
    animation: sjhfhws3 15s linear infinite;
}

@keyframes sjhfhws3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.ourServicesSec .resrchMainImgArea .aniImg2 {
    width: 55px;
    position: absolute;
    right: 20px;
    top: 160px;
    animation: sjhfhws2 10s ease-in-out infinite;
}

@keyframes sjhfhws2 {
    0% {
        right: 20px;
        transform: rotate(0deg);
    }

    50% {
        right: 190px;
        ;
        transform: rotate(20deg);
    }

    100% {
        right: 20px;
        transform: rotate(0deg);
    }
}


.ourServicesSec .resrchMainImgArea .aniImg3 {
    position: absolute;
    width: 106px;
    transform: translateY(-15.6604px);
    right: 79px;
    bottom: 107px;
    animation: sjhfhws33 10s ease-in-out infinite;
}

@keyframes sjhfhws33 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.ourServicesSec .resrchMainImgArea .aniImg5 {
    position: absolute;
    width: 59px;
    transform: translateY(-15.6604px);
    right: -15px;
    animation: sjhfhws34 10s ease-in-out infinite;
}

@keyframes sjhfhws34 {
    0% {
        top: 240px;
        transform: rotate(0deg);
    }

    50% {
        top: 20px;
        transform: rotate(50deg);
    }

    100% {
        top: 240px;
        transform: rotate(0deg);
    }
}


.ourServicesSec .resrchMainImgArea .aniImg6 {
    width: 70px;
    position: absolute;
    left: -40px;
    top: 0px;
    animation: sjhfhws24 10s ease-in-out infinite;
}

@keyframes sjhfhws24 {
    0% {
        top: 20px;
        transform: rotate(0deg);
    }

    50% {
        top: 200px;
        transform: rotate(50deg);
    }

    100% {
        top: 20px;
        transform: rotate(0deg);
    }
}




.ourServicesSec .resrchMainImgArea .aniImg7 {
    position: absolute;
    width: 59px;
    transform: translateY(-15.6604px);
    right: -15px;
    top: 46px;
    animation: sjhfhws35 10s ease-in-out infinite;
}

@keyframes sjhfhws35 {
    0% {
        left: 90%;
        transform: rotate(0deg);
    }

    50% {
        left: 0px;
        transform: rotate(50deg);
    }

    100% {
        left: 90%;
        transform: rotate(0deg);
    }
}


.ourServicesSec .resrchMainImgArea .aniImg8 {
    width: 54px;
    position: absolute;
    right: 0px;
    bottom: 62px;
    animation: sjhfhws25 10s ease-in-out infinite;
}

@keyframes sjhfhws25 {
    0% {
        right: 90%;
        transform: rotate(0deg);
    }

    50% {
        right: 0%;
        transform: rotate(50deg);
    }

    100% {
        right: 90%;
        transform: rotate(0deg);
    }
}







.ourPrcsHw {
    padding: 100px 0px 80px 0px;
}

.ourPrcsHw .custpenv {
    padding: 4px;
    background: rgb(250, 250, 250);
    border-radius: clamp(24px, 1.667vw, 64px);
}

.ourPrcsHw .custpenv.nav-pills .nav-link {
    color: #444444;
}

.ourPrcsHw .custpenv.nav-pills .nav-link.active,
.ourPrcsHw .custpenv.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    border-radius: 50px;
}

.ourPrcsHw .custsetgJustiCntr {
    justify-content: end;
}


.ourPrcsHw .ourPrcsHwCard {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.ourPrcsHw .ourPrcsHwCard .ourPrcsHwCardIcn {
    border-radius: 70px;
    background: #7dcbf1;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 49px;
    font-family: 'Jost-Bold';
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.ourPrcsHw .ourPrcsHwCard .ourPrcsHwCardHdng {
    font-size: 1.4rem;
    font-family: "Jost-Regular";
    margin-bottom: 10px
}

.ourPrcsHw .ourPrcsHwCard .ourPrcsHwCardDescs {
    color: #5f5f5f;
    font-size: 1rem;
}



.subscSec {}

.subscSec .subscSecImg {
    width: 100%;
    border-radius: 14px;
}

.subscSec .subscCrd {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.subscSec .subscCrd .circle-vector-1 {
    position: absolute;
    top: -86%;
    right: -15%;
    width: 355px;
    height: 355px;
    border-radius: 50%;
    opacity: 0.3;
    background: #a4defa;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.09);
        opacity: 0.6;
    }
}


.subscSec .subscCrd .subscCrdhdng {
    font-size: 1.4rem;
    font-family: "Jost-Regular";
    margin-bottom: 5px;
}

.subscSec .subscCrd .subscCrdDesc {
    color: #5f5f5f;
    font-size: 1rem;
    margin-bottom: 20px;
}

.subscSec .subscCrd .subscCrdForm {
    margin-bottom: 30px;
}

.subscSec .subscCrd .subscCrdForm .form-control {
    height: 50px;
    font-family: "Jost-Medium" !important;
    color: #797979;
}

.subscSec .subscCrd .email-spam {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscSec .subscCrd .email-spam .textEmspan {
    margin-top: auto;
    margin-bottom: auto;
    color: #0090d4;
}

.subscSec .subscCrd .email-spam .subBtnarea {
    margin-top: auto;
    margin-bottom: auto;
}

.testimonialSec {
    padding: 100px 0px 100px 0px;
    background: #fff;
}

.testimonialSec .testimonialCard .testimonialBox {
    text-align: center;
}

.testimonialSec .testimonialCard .testimonialBox .reviewTxt {
    font-size: 1.2rem;
    font-style: italic;
    color: #5c5c5c;
    margin-bottom: 15px;
}

.testimonialSec .testimonialCard .testimonialBox .reviewStar {
    color: #05a4ef;
    margin-top: 15px;
    margin-bottom: 10px;
}

.testimonialSec .testimonialCard .testimonialBox .reviewName {
    font-family: "Jost-Medium";
    font-family: "Jost-Medium";
    font-size: 1.3rem;
    margin-bottom: 2px;
}

.testimonialSec .testimonialCard .testimonialBox .reviewDesig {}

.testimonialSec .testimonialCard .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.testimonialSec .testimonialCard .owl-dot {
    display: inline-block;
    margin: 5px;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.testimonialSec .testimonialCard .owl-dot.active {
    background-color: #6bd0ff;
}


.faqSec {
    padding: 100px 0px 100px 0px;
}

.faqSec.faqSecInnerTopP {
    padding: 140px 0px 40px 0px;
}


.faqSec .faqTbArea .accordion .accordion-item {
    margin-bottom: 10px;
    border: 0;
}

.faqSec .faqTbArea .accordion .accordion-item .accordion-button {
    font-size: 1.17rem;
    font-family: "Jost-Regular";
    margin-bottom: 10px;
}

.faqSec .faqTbArea .accordion .accordion-item .accordion-button:focus {
    border-color: #86b7fe00;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.faqSec .faqTbArea .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #0c0c0c;
    background-color: #fefefe;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    margin-bottom: 0;
}

.faqSec .faqTbArea .accordion .accordion-item .accordion-body {
    color: #6e6e6e;
    padding: 0px 1.25rem 1rem 1.25rem;
}

.faqSec .faqTbArea .accordion .accordion-item .accordion-header {}

.fdrthy {
    background: #9de0ff !important;
}

.abutUsMisVisSec {
    padding: 100px 0px 100px 0px;
}

.abutUsMisVisSec .abutUsMisVisCard {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.abutUsMisVisSec .abutUsMisVisCard .circle_vector-1 {
    transition: transform 0.9s ease-in-out;
    position: absolute;
    top: -46%;
    right: -14%;
    width: clamp(124px, 18.49vw, 464px);
    height: clamp(124px, 18.49vw, 464px);
    border-radius: 50%;
    opacity: 0.3;
    background: #c1ebff;
    z-index: 1;
}



.abutUsMisVisSec .abutUsMisVisCard .abutUsMisVisIcn img {
    width: 80px;
    margin-bottom: 10px;
}

.abutUsMisVisSec .abutUsMisVisCard .abutUsMisVisHdng {
    font-size: 1.8rem;
    font-family: "Jost-Regular";
    margin-bottom: 10px;
}

.abutUsMisVisSec .abutUsMisVisCard .abutUsMisVisDesc {
    color: #5f5f5f;
    font-size: 1.1rem;
}

.teamMembersSec {
    margin-bottom: 100px;
}

.teamMembersSec .teamCrd {
    padding: 6px;
    background: #fff;
    border-radius: 7px;
    text-align: center;
}

.teamMembersSec .teamCrd .teamCrdName {
    font-size: 1rem;
    font-family: "Jost-Medium";
    margin-bottom: 2px;
}

.teamMembersSec .teamCrd .teamCrdDsig {
    color: #676767;
}


.teamMembersSec .teamCrd .teamCrdImg img {
    border-radius: 7px;
    width: 100%;
    margin-bottom: 7px;
}

.teamMembersSec .teamMembersSecSlider .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.teamMembersSec .teamMembersSecSlider .owl-dot {
    display: inline-block;
    margin: 5px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.teamMembersSec .teamMembersSecSlider .owl-dot.active {
    background-color: #6bd0ff;
}


.gettruchSec {
    padding-top: 130px;
    padding-bottom: 50px;
}

.gettruchSec .gettruchCard {
    padding: 40px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.gettruchSec .gettruchCard .addressCntARea {
    display: flex;
    margin-bottom: 25px;
}

.gettruchSec .gettruchCard .addressCnticon {
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #46b7ed;
    color: #ffffff;
    border-radius: 50px;
    line-height: 2.6;
}

.gettruchSec .gettruchCard .addressCntdHgf {
    font-family: 'Jost-Medium';
}

.gettruchSec .gettruchCard .addressCntdtls {
    color: #6b6b6b;
    font-size: 1.1rem;
}



.gettruchSec .gettruchCard .circle-vector-1 {
    position: absolute;
    bottom: -192px;
    right: -146px;
    width: 355px;
    height: 355px;
    opacity: 0.3;
    border-radius: 50%;
    background: #a4defa;
    animation: pulseRotate 3s ease-in-out infinite;
}

.gettruchSec .gettruchCard .circle-vector-2 {
    position: absolute;
    bottom: -249px;
    right: -27px;
    width: 355px;
    height: 355px;
    flex-shrink: 0;
    opacity: 0.3;
    border-radius: 50%;
    background: #8fc2da;
    animation: pulseRotate 3s ease-in-out infinite;
}

@keyframes pulseRotate {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1) rotate(30deg);
        opacity: 0.5;
    }
}

.gettruchSec .gettruchCard .gettruchsbhd {
    color: #05a4ef;
    font-size: 1.1rem;
    font-family: 'Jost-Medium';
    margin-bottom: 0.3rem;
}

.gettruchSec .gettruchCard .gettruchHdng {
    margin-bottom: 0.4rem;
    font-family: "Jost-Regular";
    font-size: 2.2rem;
    padding-bottom: 6px;
}

.gettruchSec .gettruchCard .gettruchHdng2 {
    margin-bottom: 0.4rem;
    font-family: "Jost-Regular";
    font-size: 1.7rem;
    padding-top: 10px;
    padding-bottom: 6px;
}

.gettruchSec .gettruchCard .gettruchTxt {
    padding-bottom: 15px;
    color: #6e6e6e;
}

.gettruchSec .gettruchCard .gettruchFrm {
    position: inherit;
    z-index: 1;
}

.gettruchSec .gettruchCard .gettruchFrm .form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.gettruchSec .gettruchCard .gettruchFrm .form-group .cutsfm {
    height: 50px;
    padding-right: 33px;
}

.gettruchSec .gettruchCard .gettruchFrm .form-group .cutsfmTxAt {
    height: 150px;
}

.gettruchSec .gettruchCard .gettruchFrm .form-group .cntFmIcn {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 1.3rem;
    color: #61c8f9;
}


.gettruchSec .gettruchCard .sociLicn {}

.gettruchSec .gettruchCard .sociLicn ul {
    list-style-type: none;
    gap: 18px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 6px;
    display: inline-flex;
}

.gettruchSec .gettruchCard .sociLicn ul li {}

.gettruchSec .gettruchCard .sociLicn ul li a {
    color: #46b7ed;
    font-size: 1.5rem;
}

.gettruchSec .gettruchCard .sociLicn ul li:hover a {
    color: #1a90c6;
}

.form-control:focus {
    border-color: #01aafb;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.gettruchSec .gettruchCard .circle-vector-4 {
    position: absolute;
    top: -192px;
    right: -206px;
    width: 355px;
    height: 355px;
    opacity: 0.3;
    border-radius: 50%;
    background: #a4defa;
    animation: pulseRotate 3s ease-in-out infinite;
}

.gettruchSec .gettruchCard .circle-vector-5 {
    position: absolute;
    top: -269px;
    right: -97px;
    width: 355px;
    height: 355px;
    flex-shrink: 0;
    opacity: 0.3;
    border-radius: 50%;
    background: #8fc2da;
    animation: pulseRotate 3s ease-in-out infinite;
}

.gettruchSec .gettruchCard .cntQutSec {
    position: relative;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.gettruchSec .gettruchCard .cntQutSec .cntQutTxt {
    font-size: 1.8rem;
    color: #777777;
    position: inherit;
    z-index: 1;
    font-style: italic;
}

.gettruchSec .gettruchCard .cntQutSec .cntQuticn {
    font-size: 3.3rem;
    color: #e9e9e9;
    position: absolute;
}

.gettruchSec .gettruchCard .cntQutSec .cntQuticn.cntQutLft {
    top: 10px;
    left: 0px;
}

.gettruchSec .gettruchCard .cntQutSec .cntQuticn.cntQutRit {
    bottom: -10px;
    right: 0px;

}

.gettruchSec .gettruchCard .altfgretMsg {
    text-align: center;
    margin: auto;
}

.gettruchSec .gettruchCard .altfgretMsg img {
    width: 100px;
    margin-bottom: 20px;
}

.gettruchSec .gettruchCard .altfgretMsg .altfgretHd {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-family: "Jost-Medium";
    color: #585858;
}

.gettruchSec .gettruchCard .altfgretMsg .altfgretDc {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #6e6e6e;
}

.gettruchCard.alrtMsg {
    display: flex;
}







.inrServiceSec {}


.inrServiceSec .inrServCrd {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}


.inrServiceSec .inrServCrd .inrServHdng {
    font-size: 1.4rem;
    font-family: "Jost-Regular";
    margin-bottom: 10px;
    position: inherit;
    z-index: 1;
}

.inrServiceSec .inrServCrd .inrServDsc {
    color: #5f5f5f;
    font-size: 1rem;
    margin-bottom: 1rem;
    position: inherit;
    z-index: 1;
}

.inrServiceSec .inrServCrd .inrServExpl {
    font-family: Jost-Medium !important;
    position: inherit;
    z-index: 1;
    color: #1094d2;
}

.inrServiceSec .inrServCrd .inrServExpl i {
    font-size: 0.8rem;
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
}

.inrServiceSec .inrServCrd .inrServExpl:hover {
    color: #31bbfc;
}

.inrServiceSec .inrServCrd .inrServExpl:hover i {
    transform: rotate(0deg);
    margin-left: 10px;
}

.inrServiceSec .ourPartnersLogo {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.8s ease-in-out;
    text-align: center;
    font-family: "Jost-Medium";
    color: #404040;
}

.inrServiceSec .ourPartnersLogo .clntImg {
    width: 23px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}




.servSinRDetls {
    padding: 140px 0px 40px 0px;
}

.servSinRDetls .sideBarSevMenu {
    overflow-x: hidden;
    overflow-y: auto;
}

.servSinRDetls .sideBarSevMenu::-webkit-scrollbar {
    width: 0px;
    /* Width of the scrollbar */
}

.servSinRDetls .sideBarSevMenu::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 5px;
}

.servSinRDetls .sideBarSevMenu::-webkit-scrollbar-thumb {
    background: #8ac7f9;
    /* Scrollbar color */
    border-radius: 5px;
}

.servSinRDetls .sideBarSevMenu::-webkit-scrollbar-thumb:hover {
    background: #05a4ef;
    /* Hover state */
}


.servSinRDetls .sideBarSevMenu .sideBarMn {
    background: #fff;
    padding: 10px;
    border-radius: 9px;
    display: flex;
    font-family: 'Jost-Medium';
    color: #6a6a6a;
    margin-bottom: 10px;
}

.servSinRDetls .sideBarSevMenu .sideBarMn.active,
.servSinRDetls .sideBarSevMenu .sideBarMn.active:hover {
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    color: #fff;
}

.servSinRDetls .sideBarSevMenu .sideBarMn:hover {
    background: #d0f0ff;
}

.servSinRDetls .sideBarSevMenu .sideBarMn .sideBarTxt {
    width: 100%;
}

.servSinRDetls .sideBarSevMenu .sideBarMn .sideBarIcn {
    margin-left: 4px;
}

.servSinRDetls .sideBarSevMenu .sideBarMn .sideBarIcn i {
    font-size: 0.8rem;
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
}

.servSinRDetls .sideBarSevMenu .sideBarMn:hover i {
    transform: rotate(0deg);
}

.servSinRDetls .servSinRGHdng {
    font-family: "Jost-Regular";
    font-size: 2.3rem;
    padding-top: 12px;
    padding-bottom: 15px;
}

.servSinRDetls .servSinRGDsc {
    font-size: 1.1rem;
    color: #5f5f5f;
    margin-bottom: 20px;
    text-align: justify;
}

.servSinRDetls .faqSec {
    padding: 0px 0px 0px 0px;
}

.servSinRDetls .servSinRScrl .about-content-block {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 1.1rem;
    color: #5f5f5f;
}

.servSinRDetls .about-content-block i {
    color: #05a4ef;
}

.servSinRDetls .faqSec .faqTbArea {}

.servSinRDetls .faqSec .faqTbArea .accordion .accordion-item {
    background-color: #ffffff00;
}

.servSinRDetls .faqSec .faqTbArea .accordion .accordion-item .accordion-button,
.servSinRDetls .faqSec .faqTbArea .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #e7f1f9;
    padding: 0.5rem 0rem;
}

.servSinRDetls .faqSec .faqTbArea .accordion .accordion-item .accordion-body {
    color: #6e6e6e;
    padding: 0;
}





.circle_vector-2 {
    position: absolute;
    bottom: -56%;
    right: -29%;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    opacity: 0.3;
    background: #a4defa;
}

.circle_vector-3 {
    position: absolute;
    bottom: -91%;
    right: -10%;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    opacity: 0.3;
    background: #8fc2da;
}




.sideBarfmsec {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: center;
}



.footer {
    overflow: hidden;
}

.footer .ftrCard {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3sease -in-out;
}

.footer .ftrCard .ftrCardTxt {
    color: #5f5f5f;
    font-size: 1rem;
    margin-bottom: 20px;
}

.footer .ftrCard .ftrCardLgo img {
    width: 50%;
}

.footer .ftrCard .addressCntARea {
    display: flex;
    margin-bottom: 20px;

}

.footer .ftrCard .addressCntARea .addressCnticon {
    font-size: 1.3rem;
    margin-top: auto;
    margin-bottom: auto;
    color: #01aafb;
    margin-right: 15px;
}

.footer .ftrCard .addressCntARea .addressCntdtls {
    font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.footer .subftrt {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.footer .subftrt span {
    font-family: "Jost-Medium";
    color: #01aafb;
}

.footer .subftrt a:hover span {
    color: #0588c7;
}

.footer .subftrt.lfgt {
    text-align: left;
}

.footer .subftrt.lfrty {
    text-align: right;
}

.footer .ftrCard .circle_vector-2 {
    position: absolute;
    bottom: -100%;
    right: -8%;
    width: 355px;
    height: 355px;
    border-radius: 50%;
    opacity: 0.3;
    background: #a4defa;
    animation: pulse 2s ease-in-out infinite;
}

.footer .ftrCard .circle_vector-3 {
    position: absolute;
    bottom: -75%;
    right: -15%;
    width: 355px;
    height: 355px;
    border-radius: 50%;
    opacity: 0.3;
    background: #8fc2da;
    animation: pulse 2s ease-in-out infinite;
}


.footer .ftrCard .ftrMenue {
    z-index: 1;
}

.footer .ftrCard .ftrMenue ul {
    list-style-type: none;
    display: flex;
    gap: 14px;
    padding-left: 0;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 10;
    margin-top: 8px;
}

.footer .ftrCard .ftrMenue ul li a {
    color: #000;
}

.footer .ftrCard .ftrMenue ul li a:hover {
    color: #01aafb;
}

.footer .ftrCard .ftrMenue ul li.active a {
    color: #199ede;
}


.footer .ftrMenue.socilsicn ul li a {
    color: #158cc4;
}

.cutstRgt {
    text-align: right;
}

.servSinRDetls .sideBarfmsec {}

.prodSect {
    padding: 100px 0px;
}

.prodSect .ifYwantBtnTxt {
    margin-top: 20px;
    font-size: 1rem;
    font-family: 'Jost-Medium';
    color: #5f5f5f;
}

.prodSect .ifYwantBtnTxt a {
    color: #05a4ef;
    font-family: 'Jost-SemiBold' !important;
}

.prodSect .ifYwantBtnTxt a:hover {
    color: #006392;
}

.prodSect .prodSectDtls {
    width: 100%;
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 9%);
    border-radius: 10px;
    position: relative;
}

.prodSect .prodSectDtls img {
    width: 100%;
    border-radius: 10px;
}

.prodSect .about-content-block {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #5f5f5f;
}

.prodSect .about-content-block i {
    color: #05a4ef;
}


.video-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    ;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    ;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button i {
    position: inherit;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}





#main-div {
    position: fixed;
    bottom: 20px;
    z-index: 3;
}

#main-div.custlftr {
    right: 20px;
}

#main-div.custlorgftr {
    right: 70px;
}

#main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #05a4ef;
    cursor: pointer;
    background-color: #fff;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#main-button~button {
    visibility: hidden;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(180deg, #01aafb 30%, #1987ba 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main-button.open~button {
    visibility: visible;
    font-family: 'Jost-Regular' !important;
    right: 70px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button~a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

#main-button~.telegram-color {
    background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button~.whatsapp-color {
    background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button~.messenger-color {
    background: linear-gradient(0deg, #0078FF, #00C6FF);
}

#main-button.open~a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~a:nth-of-type(1) {
    bottom: 60px;
}

#main-button.open~a:nth-of-type(2) {
    bottom: 120px;
}

#main-button.open~a:nth-of-type(3) {
    bottom: 180px;
}

.wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    }
}

.open {
    animation-iteration-count: 1;
}




.partnersSec {
    margin-bottom: 100px;
}

.partner-box {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
    background: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease;

    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-box img {
    max-width: 70%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

.partner-box:hover {
    transform: scale(1.05);
}

@media (max-width: 576px) {
    .partner-box {
        min-height: 60px;
    }

    .partner-box img {
        max-width: 100%;
    }
}