@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');



body {
    font-family: 'Comfortaa', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a {
    font-family: 'Comfortaa', sans-serif !important;
}


* {
    padding: 0;
    margin: 0;
}

.main {
    background-color: #eeeeee;
}

.hero {
    position: relative;

    /* background-image: url(/assets/img/banner-img.jpg); */
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hero::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero {

    /* background-color: rgba(0, 0, 0, 0.5); */
}

.txt-fnt {
    color: #ffffff;
    /* font-family: "Montserrat", sans-serif !important; */
    font-size: 18headn-lightpx;
}

.dis {
    display: flex;
}

.aln-side {
    margin-left: 30px;
}

.bn-side {
    margin-top: 20px;
}

.arw_adj {
    color: white;
}

.arwr_adj {
    color: #00ffff;
}

.btn {
    border-radius: 40px !important;
}


@media screen and (max-width: 720px) {
    .btn-yellow {
        color: #ffffff !important;
        background-color: #fcb026 !important;
        font-size: 15px;
        font-weight: 800 !important;
        border-radius: 20px;
        padding: 6px 72px !important;

    }

    .gt_butn a {
        color: #ffffff !important;
        background-color: #fcb026 !important;
        font-size: 15px;
        font-weight: 800 !important;
        border-radius: 20px;
        padding: 8px 90px !important;
        margin-left: 2rem;
    }

    .arw_adj {
        color: white;
        margin-left: -2rem;
        font-size: 12px;
    }

    .ft-img-sz {
        width: 100px;
    }



    .sil_adj {
        margin-left: 120px;
        padding-top: 5px;
    }

    .log_rsz {
        height: 105px;
    }


}

@media screen and (max-width: 600px) {

    .cont_us {
        display: none !important;
    }
}

@media screen and (min-width: 720px) {
    .btn-yellow {
        color: #ffffff !important;
        background-color: #fcb026 !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        border-radius: 20px;
        padding: 8px 50px !important;
    }

    .btn-touch {
        color: #ffffff !important;
        background-color: #fcb026 !important;
        font-size: 18px !important;

        border-radius: 20px;
        padding: 8px 50px !important;
    }

    .arw_adj {
        color: white;
        font-size: 20px;
        margin-left: -30px;
    }

    .log_rsz {
        height: 70px;
    }

    .hdr2_logo {
        height: 50px !important;
    }

    .ft-img-sz {
        height: 60px;
    }

}



/* .btn-yellow{
    color: #000 !important; 
    background-color: #fcb026 !important;
    font-size: 15px;
    font-weight: 800 !important;
    border-radius: 20px;
    padding: 8px 40px !important;
} */
.hdr_logo {

    width: 150px !important;
    height: auto;

}

.hdr2_logo {}

.headn-light {
    color: #fff;
}

.spn-color {
    color: #fcb026;
    font-weight: bold;
}

.para-light {
    color: var(--cl-white);
}

.cmp_adj {
    font-weight: 700;
    color: black;
}

.one {
    background-color: #fcb026;
    position: relative;
    z-index: 1;
}

.one::after {
    position: absolute;
    background-color: white;
    content: "";
    top: 65%;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: -1;
}

@media screen and (max-width: 720px) {
    .one::after {
        position: absolute;
        background-color: white;
        content: "";
        top: 70%;
        left: 0;
        width: 100%;
        height: 35%;
        z-index: -1;
    }
}

@media screen and (min-width: 720px) {
    .seo-adj {
        margin-left: 11rem !important;
    }
}

.one-box {
    background-color: #fff;
    padding: 0px 50px 50px 50px;
}

.main-heading h2 {
    font-size: 3rem;
    text-align: center;
}

.blank {
    background-color: #fff;
    padding: 100px 0px;
}

.upper-img-box h4 {
    color: #39b0d8;
}

.upper-img-box h6 {
    text-align: center;
    font-weight: 600;
}

.upper-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}


@media screen and (max-width: 720px) {
    .one-btn {
        background-color: #39b0d8;
        border: none;

        padding: 10px 30px !important;
        border-radius: 10px;
        box-shadow: 8px 8px 5px #00000047;
        font-weight: 700;
    }

    .qu_bn {
        margin-top: 2rem;
    }

    .thr_fx {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 720px) {
    .qu_bn {
        margin-top: 2rem;
    }

    .thr_fx {
        margin-top: 4rem;
    }
}

.one-btn {
    background-color: #39b0d8;
    color: #000;
    border: none;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 8px 8px 5px #00000047;
    font-weight: 700;
    font-size: 19px !important;
}



.serv-box {
    background: #fff;
    padding: 50px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 10px 6px 5px #968d8dcc;
}

.serv-icon-box {
    display: flex;
}


.test-adj-siz {
    font-size: 50px !important;
    font-weight: 800;
    padding-top: 40px;
}

@media screen and (max-width: 720px) {
    .test-adj-siz {
        font-size: 40px !important;
        font-weight: 800;
    }

    .test-adj {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

@media screen and (min-width: 720px) {
    .test-adj {
        padding-top: 0rem;
        padding-bottom: 0rem;

    }
}


.headin_adj {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.headin_adj h2 {
    font-weight: 800;
}

.headin_adj h6 {
    margin-top: 20px;
    font-weight: 600;
    color: black;
}

.two {
    margin-top: 80px;
    padding-bottom: 100px;
}

.two-box {
    background-color: #fff;
    padding: 50px;
}

.upper-img-box img {
    width: 50px;
}

.side-img-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.side-content {
    position: relative;
}

.side-content::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #078c9b;


}

.side-img-box img {
    width: 50px;
}


.three {
    background-color: #eef8fa;
}

.arrow-content {
    text-align: center;
    color: #fff;
}

.arrow-content p {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}

.arrow-content img {
    width: 70px;
}

.arrow-box {
    padding: 20px;
}

.arrow-rw {
    position: relative;
}

.arrow-rw .arrow-icon {
    position: absolute;
    top: 38%;
    right: -14px;
    font-size: 30px;

    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.arrow-rw .arrow-icon-one {
    color: #e55076;
}

.arrow-rw .arrow-icon-two {
    color: #a7b23c;
}

.arrow-rw .arrow-icon-three {
    color: #078c9b;
}

.arrow-rw .arrow-icon-four {
    color: #f36a19;
}

.arrow-box-one {

    background-color: #e55076;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.arrow-box-two {
    background-color: #a7b23c;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.arrow-box-three {
    background-color: #078c9b;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.arrow-box-four {
    background-color: #f36a19;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.arrow-box {
    position: relative;

}

.arrow-box::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #eef8fa;
    width: 10px;
    height: 20px;
    transform: rotate(60deg);

}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box i {
    width: 70px;
    height: 70px;

    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon-one i {
    color: #3e85bf;
    background-color: #eef3f7;
}

.icon-two i {
    color: #c16649;
    background-color: #f8eeed;
}

.icon-three i {
    color: #a6c567;
    background-color: #f2f9e7;
}

.icon-four i {
    color: #58bddb;
    background-color: #ecf7fb;
}

.arrow-down-box {
    background-color: #fff;
    padding: 25px;
}

.arrow-down-box p {
    font-weight: 600;
    margin-top: 16px;
}

.faq {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    border-bottom: thin dotted #d4d4d4;
}

.faq .question {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #000000c2;
}

.faq_alig {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.faq .question::after {
    content: "\2304";
    display: inline-block;
    position: absolute;
    transform: translateY(-10px);
    right: 0;
    font-size: 20px;
    transition: transform .2s ease;
    color: #39b0d8;
}

.faq .question.active::after {
    transform: translateY(0px) rotate(-90deg);
}

.faq .answer {
    max-height: 0;
    transition: max-height .1s ease;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 26px;
    color: #666;
}

.faq .answer img {
    width: 200px;
    float: left;
    padding-right: 20px;
    display: inline-block;
    margin-top: 10px;
}

.faq .answer div {
    padding-left: 20px;
}

.faq .answer div p {
    margin-bottom: 10px;
}

.addr_cont {
    padding-left: 3rem !important;
    padding: 10px;
    margin: 5px 0;
}

.addr_nm {
    color: #aacd65;
    font-weight: 600;
    text-decoration: none;
}

.addr_pn {
    color: #f6f4f9;
    font-weight: 500;
    text-decoration: none;
}

.left-column {

    border-right: 2px solid #000;
}

.log_adj {
    font-weight: 600;

}

.cpy_rgt {
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-weight: 300;
}

.card {
    margin: 0 5px 18px;

    box-shadow: 10px 6px 5px #968d8dcc;
    width: 60% !important;
}



@media screen and (max-width: 600px) {
    .cnt_algn {
        /* margin-left: 2rem;
        margin-top: -110px; */


    }

    .hdr2_logo {
        height: 50px;
        margin-top: -110px;
    }
}

@media screen and (min-width: 720px) {
    .cnt_algn {
        margin-right: 8.5rem;
    }

    .cnt-txtadj {
        padding-left: 7rem !important;
    }

    .banr_adj {
        margin-top: 2rem !important;
        padding-top: 6%;
        padding-bottom: 4%
    }
}



.carousel {
    height: 570px;
    perspective: 250px;

}

.carousel .carousel-item {
    width: 450px;
    background: #fff;
    padding: 50px;
    height: auto;
    text-align: center;
    border-radius: 15px;
}

.img-area {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: inset 8px deepskyblue;
}

.img-area img {
    width: 100%;
}

.testi p {
    color: #262626;
    font-size: 18px;
    line-height: 1.9;
}

.testi h4 {
    font-size: 20px;
    margin: 0;
    color: #000;
}

.icn_adj {
    height: 65px;
}




/* slick */



.swiper {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 35em;
    display: flex;
    align-items: center;

}

@media screen and (max-width: 720px) {
    .crd {
        width: 22em !important;
        height: 50%;
        background-color: #ffffff;
        border-radius: 2em;
        box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
        padding: 2em 1em;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 1em;
    }

    .adj_swip {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 37vh;
        background-color: #f4f4f4;
    }
}

@media screen and (min-width: 720px) {
    .crd {
        width: 25em !important;
        height: 50%;
        background-color: #ffffff;
        border-radius: 2em;
        box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
        padding: 2em 1em;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 2em;
    }

    .adj_swip {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
        background-color: #f4f4f4;
    }
}


/* .swiper-slide:not(.swiper-slide-active){
   filter: blur(1px);
} */

@media screen and (max-width: 720px) {
    .testnom_adj {
        display: flex;
        padding: 70px 0px;
        /* 0 35px
        } */
        align-items: center;
        justify-content: center;
        /* min-height: 100vh; */
        background: #eee;
        margin-bottom: -14rem;
    }

    .wrapper i {
        top: 30%;
        height: 45px;
        width: 42px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: center;
        line-height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .wrapper i:active {
        transform: translateY(-50%) scale(0.85);
    }

    .wrapper i:first-child {
        left: 10px;
    }

    .wrapper i:last-child {
        right: -15px;
    }

    .wrapper {
        max-width: 1100px;
        width: 100%;
        position: relative;
    }


    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 3) - 12px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 50px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

}



@media screen and (min-width: 720px) {
    .testnom_adj {
        display: flex;
        padding: 70px 0px;
        /* 0 35px
        } */
        align-items: center;
        justify-content: center;
        /* min-height: 100vh; */
        background: #eee;
        margin-bottom: -14rem;
    }


    .wrapper i {
        top: 30%;
        height: 50px;
        width: 50px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: center;
        line-height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .wrapper i:active {
        transform: translateY(-50%) scale(0.85);
    }

    .wrapper i:first-child {
        left: -50px;
    }

    .wrapper i:last-child {
        right: -40px;
    }

    .wrapper {
        max-width: 500px;
        width: 100%;
        position: relative;
    }


    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        /* grid-auto-columns: calc((100% / 3) - -3px); */
        grid-auto-columns: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

}





.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .crd {
    cursor: grab;
    user-select: none;
}

.carousel :where(.crd, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 720px) {
    .carousel .crd {
        scroll-snap-align: start;
        height: 342px;
        list-style: none;
        background-color: #fff !important;
        cursor: pointer;
        padding-bottom: 15px;
        flex-direction: column;
        border-radius: 8px;
        background: url(/assets/img/quote-top.png) 20px 15px no-repeat;
    }

    .carousel .crd h2 {
        font-weight: 500;
        font-size: 1.56rem;
        margin: -20px 0 15px;
    }

    .carousel .crd span {
        color: #6A6D78;
        font-size: 1.31rem;
        margin: 5px;
        filter: blur(0.5px);
    }

    .carousel .crd p {

        font-size: 1rem;
        text-align: center;
        text-decoration: none;
        margin: 10px;
    }

}

@media screen and (min-width: 720px) {

    .carousel .crd {
        scroll-snap-align: center;
        height: 342px;
        list-style: none;
        background-color: #fff !important;
        cursor: pointer;
        padding-bottom: 15px;
        flex-direction: column;
        border-radius: 8px;
        background: url(/assets/img/quote-top.png) 20px 15px no-repeat;
    }

    .carousel .crd h2 {
        font-weight: 500;
        font-size: 1.56rem;
        margin: -20px 0 15px;
    }

    .carousel .crd span {
        color: #6A6D78;
        font-size: 1.31rem;
        margin: 5px;
        filter: blur(0.5px);
    }

    .carousel .crd p {

        font-size: 1rem;
        text-align: center;
        text-decoration: none;
        margin: 10px;
    }

    #myHeader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        background-color: #000;
        /* Adjust the background color as needed */
        z-index: 999;
        /* Ensure the header appears above other content */
        padding: 2.7%;
        /* Add padding to give some space around logo and button */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        /* Optional: Add shadow for a subtle effect */
        transition: all 0.3s ease;
        /* Add smooth transition effect for the header */
    }

    #myHeader img.hdr2_logo {
        max-height: 80%;
        /* Adjust the max height of the logo */
    }

    #myHeader .cont_us {
        margin-left: auto;
        /* Push the contact us button to the right */
    }



}


.carousel .crd .img {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
}



.crd .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}


@media screen and (max-width: 720px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 720px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 400px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
        margin-left: 5%;
    }
}


.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    /* You can adjust the height as needed */
}

/* Style for the individual logo column */
.logo-column {
    flex: 1;
    text-align: center;
}

/* Style for the logo image */
.logo {
    max-width: 100%;
    height: auto;
}





/*company logo*/
.comp_adjs{
    padding-right: 30px; 
    font-weight: 700;     
    transform-origin: 0 0;
    transform: rotate(-90deg) !important;
    text-decoration: none;
}