:root {
    --default-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
}

body {
    font-family: Montserrat, sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}
.discover-wrpr {
    display: flex;
    justify-content: space-between;
}
.normal_btn {
    padding: 10px 20px;
    background-color: #002C5B;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    z-index: 999;
    position: relative;
}
.discover-all {
    background: #fff;
    color: #002C5B;
    border: 1px solid;
    margin-right: 15px;
}

/*****************************************************/
/*Banner Section
*****************************************************/
.banner {
    background-color: #002b5c;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

    text-align: center;
    /* min-height: 800px;  */
}

.content-sec {
    max-width: 595px;
}

.banner-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 73.14px;
}

.banner-subtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.banner-subtitle span {
    color: #00B0F0
}

.search-box {
    max-width: 595px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    display: flex;
}

.search-box input[type="text"] {
    display: inline-block;
    /* width: 405.23px; */
    padding: 4px 4px 4px 50px;
    text-align: left;
    border: 1px solid #D5E9FF;
    background: url(images/search-icon.png) no-repeat 12px center;
    font-size: 15px;
    color: #002C5B;
}

.search-box input::placeholder {
    color: #002C5B;
}


.btn_search {
    display: inline-block;
    padding: 12px 25px;
    margin-left: 9px;
    background-color: #002C5B;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
}


/*****************************************************/
/*Second Section
*****************************************************/

.sec-title {
    color: #002b5c;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 25px;
}

/*****************************************************/
/*third Section
*****************************************************/

.mycards .grid {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mycards .grid.active {
    display: grid;
}

.mycards .card {
    display: flex;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.mycards .card-content {
    text-align: left;
}
.mycards .card h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.mycards .card-content h3 {
    font-size: 14px;
    font-weight: 500;
}

.mycards .card span {
    font-size: 12px;
    color: #E82064;
    text-align: left;
    font-weight: 600;
}

.mcat.personal h3 {
    color: #E82064;
}

.mcat.tech h3,
.catgrid.tech .card span {
    color: #6E8195
}

.mcat.health h3,
.catgrid.health .card span {
    color: #009689
}

.mcat.food h3,
.catgrid.food .card span {
    color: #FFC000
}

.mcat.home h3,
.catgrid.home .card span {
    color: #673AB7
}

.mcat.active {
    outline: 2px solid #002c5b;
}

.mcat:hover {
    box-shadow: 0 0 5px 1px #002c5b;
}

label.card:has(input:checked) {
  border: 1px solid #002c5b;
}

.video-wrpr .content-sec {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
}
.video-wrpr video {
    width: 100%;
    height: calc(100vh - 170px);
    object-fit: contain;
    /* border: 2px solid; */
}


/*****************************************************/
/*4th Section
*****************************************************/

/* Adjust the grid */
.steps-grid {
    display: flex;
    border: 4px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

.step {
    width: 100%;
    padding: 50px 40px;
}

.step2 {
    background: #002c5b;
}

.step h3 {
    font-size: 22px;
    font-weight: 600;
    color: #002c5b;
    margin-bottom: 24px;
}

.step.step2 h3 {
    color: #fff;
}

.step2 a {
    background: #fff;
    color: #002C5B !important;
}

/*****************************************************/
/*5th Section
*****************************************************/

.inv .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.testimonial {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testimonial-inner {
    max-width: 952px;
    margin-top: 20px;
}

.testimonial-inner h2,
.testimonial h2,
.news h2,
.contact h2 {
    font-size: 40px;
    line-height: 48.76px;
    text-align: center;
    color: #002b5c;
    font-weight: 600;
}

.testimonial-inner p,
.news p,
.contact p {
    font-size: 24px;
    text-align: center;
    color: #002b5c;
    opacity: 70%;
}

.learn-more1-btn {
    background-color: #002855;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 153.77px;
    margin: 23px auto;
    display: block;
    text-align: center;

}

.stats-container {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

.stat-box {
    flex: 1;
    padding: 30px 0;
}

.stat-box:not(:last-child) {
    border-right: 1px solid #ddd;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    color: #002b5c;
}

.stat-label {
    font-size: 14px;
    color: #002b5c;
    opacity: 70%;
}

.stat-box:nth-child(odd) {
    background-color: #f2f2f2;
}

.stat-box:nth-child(even) {
    background-color: #f2f2f263;
}

/*****************************************************/
/*6th Section
*****************************************************/
.industry {
    /* min-height: 800px; */
    overflow: hidden;
}

.industry img {
    margin: 0 auto;
    display: block;
}

.industry h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #002b5c;
}

.industry p {
    font-size: 24px;
    text-align: center;
    color: #002b5c;
    opacity: 70%;

}

.icon-boxs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.icon-box {
    flex: 1;
    padding: 20px;
    text-align: left;
    border-radius: 12px;
    margin: 5.5px
}

.icon-box:first-child {
    background-color: #fad2e0;
}

.icon-box:first-child:hover {
    background-color: #E82064
}

.icon-box:nth-child(2) {
    background-color: #e1d8f1;
}

.icon-box:nth-child(2):hover {
    background-color: #673AB7
}

.icon-box:nth-child(3) {
    background-color: #e2e6ea;
}

.icon-box:nth-child(3):hover {
    background-color: #6E8195
}

.icon-box:nth-child(4) {
    background-color: #cceae7;
}

.icon-box:nth-child(4):hover {
    background-color: #009689
}

.icon-box:last-child {
    background-color: #fff2cc;
}

.icon-box:last-child:hover {
    background-color: #FFC000
}

.icon-box p {
    text-align: left;
}

.icon-box span img {
    display: block;
    margin: 0 0 10px;
}

.icon-box h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #002b5c;
}

.icon-box p {
    font-size: 16px;
    /* line-height: 18px; */
    text-align: left;
    color: #002b5c;
}

.icon-box:hover p,
.icon-box:hover h3 {
    color: #fff;
}

/*****************************************************/
/*7th Section
*****************************************************/
.resp {
    /* height: 799px; */
    /* overflow: hidden; */

}

.section.resp {
    background-image: url(images/responsibility-bg.png);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.resp {
    width: 100% !important;
    text-align: center;
}

.resp-txt {
    max-width: 952px;
    margin: 10vh auto auto auto;
}

.resp h2 {
    font-size: 40px;
    font-weight: 600;
    color: #002b5c;
}

.resp p {
    font-size: 24px;
    color: #002b5c;
    opacity: 70%;
    padding: 10px 0 23px;
}

.download-btn {
    background-color: #002855;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.download-wht {
    background: #fff;
    color: #002855;
    border: 2px solid;
    margin-right: 15px;
    font-weight: 500;
    padding: 10.5px 30px;
}
.download-grn {
    background: #8BC34A;
    margin-left: 15px;
}

/*****************************************************/
/*8th Section
*****************************************************/

.work-us img {
    border-radius: 20px;
}

.work-us h2 {
    font-weight: 600;
    font-size: 40px;
    color: #002b5c;

}

.work-us p {
    font-size: 24px;
    color: #002b5c;
    opacity: 70%;
    margin: 12px 0 32px;
}

.join-btn,
.news-btn {
    background-color: #002855;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 45px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.wrk-limg img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: calc(100% - 40px);
}

.news-cards .card {
    padding: 0 15px;
    border: 0;
}

.news-cards .card-subtitle a {
    font-size: 15px;
    color: #002b5c;
    opacity: 70%;
    line-height: 26px;
    font-weight: 400;
}

.news-cards .card-title a {
    font-size: 21px;
    color: #002b5c;
}

.news-cards .card-body {
    padding: 20px 10px 10px 25px;
}

.news-cards .card-subtitle {
    margin-bottom: 6px;
}



/* custom code */

.steps-wrpr,
.mycards {
    max-height: 0;
    transition: max-height 0.5s ease;
}

.steps-wrpr.expanded,
.mycards.expanded {
    max-height: 500px;
}

.steps-grid,
.mycards {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.steps-wrpr.expanded .steps-grid,
.mycards.expanded {
    opacity: 1;
}

#main>.section.catnsol {
    padding-top: 0;
    position: relative;
}

.catnsol .col-left,
.catnsol .col-right {
    padding-top: 130px;
    transition: all 0.6s ease;
    z-index: 9;
}

.catnsol.left-active .img-btl.btl-bottle {
    width: 100%;
}

.news-cards img.card-img-top {
    max-height: calc(50vh - 130px);
    height: calc(50vh - 130px);
    object-fit: cover;
}

.catnsol-opener.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

.contact .container {
    max-width: 960px;
}

.contact .container {
    max-width: 960px;
}



.contact-form {
    padding: 24px;
    border-radius: 18px;
}

.contact-form label {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #002C5B;
}

.contact-form input {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding: 8px 15px;
    border-radius: 8px;
    color: #000000;
}

.contact-form textarea {
    color: #000000 !important;
}

.contact-form button {
    background: #002C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    padding: 18px;
    border: 0 !important;
}

.contact-form button:hover {
    background-color: #fff;
    color: #002C5B;
    outline: 1px solid #002C5B;
}





/* .left-half {
    z-index: 99;
}

.current .left-half {
    clip-path: inset(0 50% 0 0);
}

.right-half {
    clip-path: inset(0 0 0 50%);
}

.bottle-wrapper.full-view .left-half,
.bottle-wrapper.full-view .right-half {
    clip-path: inset(0 0 0 0);
}

.bottle-wrapper.full-view.left .right-half {
    clip-path: inset(0 0 0 100%);
}

.bottle-wrapper.full-view.right .left-half {
    clip-path: inset(0 100% 0 0);
}

.bottle-wrapper:after {
    content: "";
    height: 100vh;
    width: 1px;
    background: #0000001a;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s ease, transform 0.6s ease, opacity 1s ease;
}

.bottle-wrapper.left:after {
    left: auto;
    opacity: 0;
}

.bottle-wrapper.right:after {
    right: auto;
    opacity: 0;
} */

.catnsol-opener {
    position: absolute;
    left: 0;
    width: 50% !important;
    transition: all 1s ease; /* 0.6s */
    height: 100%;
    display: none;
    z-index: 9;
}

.btl-light {
    opacity: 0;
    transition: all 0.8s ease;
}

.catnsol-opener.active .btl-light {
    opacity: 1;
}

.catnsol-opener.right-sol {
    right: 0;
    left: auto;
}

.catnsol-opener.active {
    background: #F2F2F2;
    width: 310px !important;
    z-index: 99;
}

.catnsol-opener .arrow {
    width: 32px;
    top: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s ease;
}

.catnsol-opener.right-sol img {
    left: auto;
    right: 0;
}


.catnsol-opener.right-sol .btn {
    margin: auto;
    left: 100px;
}

.catnsol-opener.right-sol .arrow {
    left: 100px;
    right: -110%;
}

.catnsol-opener.right-sol.active .arrow {
    left: 30px;
    margin-left: 0;
}


.opener-title {
    position: absolute;
    top: 50%;
    font-size: 22px;
    font-weight: 600;
    width: 70%;
    text-align: left;
    transition: all 0.6s ease;
    color: #686565;
}

.opener-title span {
    color: #000;
}


/* .opener-title {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */

/* .catnsol-opener.active .opener-title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

} */

#main>.section {
    padding-top: 130px;
    overflow: hidden;
}

.bottle-wrapper {
    text-align: center;
    z-index: 9;
}

html {
    overflow-x: hidden;
}

#main>section.section.contact {
    display: none;
}

.bottle-wrapper.full-view,
.mycards .card,
.icon-box {
    cursor: pointer;
}

#main>.section .container.content-middle,
#brxe-uivvno {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#main>.section.inv .container.content-middle {
    height: calc(100% - 140px);
}



@media only screen and (min-width: 990px) {

    .catnsol-opener {
        display: block;
    }

    #main>.section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        opacity: 0;
    }

    .section.current {
        z-index: 9;
    }

    #main>.section>div.container-fluid {
        width: 100%;
        height: 100%;
        max-width: calc(100% - 70px);
    }

    #main>.section.resp>div.container-fluid {
        max-width: 100% !important;
    }

    #main>section.section.contact {
        justify-content: center;
        display: block;
    }

    .left-active .col-right,
    .right-active .col-left {
        opacity: 0;
    }

    .catnsol.right-active .show-steps {
        display: none;
    }

    .section.first-slide {
        transition: all 0.6s ease;
        opacity: 1 !important;
    }

    /* .section.first-slide.current {
        
        
    } */

    .section.first-slide:not(.current) {
        opacity: 1 !important;
        visibility: visible !important;
        height: 0 !important;
        z-index: 10 !important;
        padding-top: 99px !important;
    }

    /* .slidingup .section.first-slide:not(.current){
        height: 0 !important;
    } */


    /* Positioning container */
    .bottle-wrapper {
        position: relative;
        /* width: 300px; */
        height: 100vh;
        margin: 0 auto;
        top: 135px;
        transition: all 1.2s ease;
    }

    .catnsol.current .bottle-wrapper {
        top: 0;
    }

    .bottle,
    .catnsol-opener img,
    .catnsol-opener .btn {
        position: absolute;
        top: 130px;
        left: 12px;
        transition: clip-path 0.6s ease, transform 0.6s ease;
    }

    .catnsol-opener img {
        bottom: 0;
    }

    .catnsol-opener .btn {
        top: 60%;
        width: 140px;
        font-size: 15px;
        padding: 8px;
        margin-left: 30px;
    }


    body:not(body[data-builder-window]) {
        overflow: hidden;
    }

    #main {
        position: relative;
        /* or absolute if you prefer */
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10;
    }

    .stats-container {
        position: absolute;
    }

    .cont {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    footer#brx-footer:not(.bricks-area) {
        display: none;
    }

    .section.catnsol:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #002c5b;
        transition: all 0.6s ease;
    }

    .section.catnsol.right-active:after {
        left: 0;
    }

    .right-active .second_sec_box h2.sec-title {
        color: #fff;
    }

    .resp {
        display: flex;
        height: calc(100vh - 150px);
    }

    .section.banner.contact {
        top: 100% !important;
        opacity: 1 !important;
    }

    .section.banner.contact.current,
    .section.banner.contact.prev-slide {
        top: 0 !important;
    }

    #brxe-uivvno {
        max-width: 100%;
        padding-bottom: 170px;
    }

    #brxe-ofnvec,
    #brxe-uflvdp {
        position: absolute;
        bottom: 12px;
    }

    #brxe-uflvdp {
        bottom: 70px;
    }




    /* animations */
    .left-catalog .opener-title {
        left: -100%
    }

    .left-catalog.active .opener-title {
        left: 35px;
    }

    .right-sol .opener-title {
        right: -100%
    }

    .right-sol.active .opener-title {
        right: 62px
    }

    .left-catalog .arrow {
        left: -110%;
    }

    .left-catalog.active .arrow {
        left: 0;
    }

    .easein {
        transition: all 0.6s ease;
        position: relative;
    }

    .innv img {
        top: 50%;
    }

    .prev-slide .innv img {
        top: 70%;
    }

    .innv-txt {
        top: 88%;
    }

    .prev-slide .innv-txt {
        top: -95% !important;
    }

    .testimonial-inner a {
        top: 80%;
    }

    .industry>img {
        top: -60%;
    }

    .indtxt {
        top: 24%;
    }

    .icon-boxs {
        top: 45%;
    }

    .work-us h2 {
        left: 60%;
        top: -20px;
    }

    .work-us p {
        left: 60%;
        top: -20px;
    }

    .join-btn {
        left: 20%;
        top: -10px;
    }

    .news-btn {
        top: -35vh;
        left: -43%;
    }

    .resp p {
        top: -10px;
    }

    .download-btn {
        top: -10px;
    }

    .prev-slide .resp h2,
    .prev-slide .resp p {
        left: -15%;
        top: 16px;
    }

    .prev-slide .download-btn {
        left: -25%;
        top: -15px;
    }

    .prev-slide .bottle-wrapper {
        top: -450px;
        /* left: 100px; */
    }

    .stat-box:first-child {
        top: 40px;
    }

    .stat-box:nth-child(2) {
        top: 60px;
    }

    .stat-box:nth-child(3) {
        top: 80px;
    }

    .stat-box:nth-child(4) {
        top: 100px;
    }

    .stat-box:last-child {
        top: 120px;
    }

    .current .boxz {
        bottom: 0;
        left: 0;
    }

    .prev-slide .boxz {
        bottom: 50%;
        left: 40px;
    }

    .work-us img {
        left: 100px;
        top: -30px;
    }

    .prev-slide .work-us img {
        width: 200%;
        max-width: 300%;
        object-fit: cover;
        height: 260px;
        top: -204px;
        left: 20px;
    }

    .news-cards {
        top: 15rem;
    }

    .news-txt {
        left: -35%;
        top: 20px;
    }

    .current .top0,
    .prev-slide .top0,
    .slidingup .download-btn,
    .current .download-btn,
    .slidingup .news-cards {
        top: 0;
        left: 0;
    }

    .slidingup .news-txt,
    .slidingup .news-btn {
        top: 0 !important;
        left: 0 !important;
    }

    .prev-slide .contact-text {
        top: -130px;
    }

    .prev-slide .contact-form {
        top: -100px;
    }
}

@media only screen and (max-width: 990px) {
    .section.news {
        padding-bottom: 100px;
    }
}

.learn-more1-btn.mob,
/* .testimonial>h2, */
.mob-img {
    display: none;
}

@media only screen and (max-width: 580px) {

    .bottle-wrapper img {
        width: 250px;
    }

    .section.news {
        padding-bottom: 100px;
    }

    .wrk-limg {
        display: none;
    }

    .stats-container,
    .icon-boxs {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .stats-container .stat-box {
        width: 50%;
        flex: 0 0 auto;
    }

    .icon-box {
        width: 47%;
        flex: auto;
    }

    .stats-container .stat-box:last-child,
    .icon-boxs .icon-box:last-child {
        width: 100%;
    }

    .section.footer,
    .bottle-wrapper,
    .industry>img,
    /* .testimonial-inner h2, */
    .learn-more1-btn.desk {
        display: none;
    }

    /* .testimonial>h2, */
    .learn-more1-btn.mob,
    .mob-img {
        display: block;
    }

    .section.first-slide {
        height: 100vh;
        overflow: hidden;
        justify-content: flex-start;
    }

    .steps-wrpr.expanded,
    .mycards.expanded {
        max-height: fit-content;
    }

    .banner-title {
        font-size: 42px;
    }

    .sec-title,
    .testimonial-inner h2,
    .testimonial h2,
    .industry h2,
    .news h2,
    .resp h2,
    .work-us h2,
    .contact h2 {
        font-size: 32px;
    }

    .banner-subtitle,
    .testimonial-inner p,
    .news p,
    .resp p,
    .work-us p,
    .contact p {
        font-size: 20px;
    }

    #main>.section:not(.banner) {
        padding-top: 80px;
    }

    .resp {
        padding-bottom: 40px;
    }

    .section.catnsol {
        padding-top: 0 !important;
    }

    .testimonial-inner {
        margin-bottom: 30px;
    }

    .work-us {
        text-align: center;
    }

    .catnsol .col-left,
    .catnsol .col-right {
        padding-top: 50px;
    }
    .section.resp {
        background-size: auto 70%;
    }
    .testimonial-inner h2, .testimonial h2 {
        max-width: 300px;
        margin: 0 auto 6px;
    }
}