* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: inherit;
    }

.bagOpacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #fff;
    z-index: 5;
}

.pre-header {
    color: #20303c !important;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 3px solid #a0138e;
    background-color: #eff1f2;
}

    .pre-header:hover .btn-outloned-1 {
        background-color: #a0138e;
        color: #fff;
    }

/* Navbar Start*/
/* Navbar Start*/
.navbarr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: unset !important;
    font-family: 'Barlow', sans-serif !important;
}

.navbar-nav-list {
    display: flex;
    justify-content: space-between;
}

    .navbar-nav-list a {
        color: unset;
    }

    .navbar-nav-list li {
        list-style: none;
        margin-inline: 20px;
    }

        .navbar-nav-list li .navbox {
            position: relative;
        }

.nav-linkk {
    font-size: 18px;
}

    .nav-linkk:hover {
        color: #7fccf7;
    }

.nav-linkk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: black;
    padding: 10px 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 37;
}

.navbox {
    padding: 20px;
}

.nav-linkk-dropdown a {
    white-space: nowrap;
}

    .nav-linkk-dropdown a:hover {
        color: #7fccf7;
    }

.navbar-nav-list li .navbox:hover .nav-linkk-dropdown {
    display: inline-block; /* Show the dropdown menu when hovering over the parent */
}

@media(min-width:1370px) {
    .navbarr {
        justify-content: center;
        gap: 100px !important;
    }
}

@media(max-width:1200px) {
    .navbarr {
        justify-content: center;
        gap: unset !important;
    }
}

/*@media(max-width:767) {
    .navbarr ul {
        display: none;
    }
}*/

/* Navbar End*/
/* Navbar End*/

.sliderr-divv {
    position: relative;
}


.sliderr-divv-bgClip {
    background-image: url(bg-clip.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 200px 500px;
    min-height: 820px;
}

.slider-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.divv-bgClip-empty {
    height: 300px;
}

.parrra1 {
    color: rgb(14, 62, 155);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 22px;
}

.slider-main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    /* background-color: hotpink; */
}

.quote-icon {
    width: 40px;
    height: 40px;
}

.about-profilePic {
    position: absolute;
    /*height: 790px;*/
    height: 120%;
    left: -30px;
    top: 70px;
}

.margin-top-custom {
    margin-top: -310px;
}

@media (max-width: 992px) {

    .margin-top-custom {
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    /*.about-profilePic {
        position: absolute;
        height: 345px;
        left: 8px;
        top: 50px;
    }*/

    .sliderr-divv-bgClip {
        background-size: auto 60%;
        min-height: 420px;
    }

    .divv-bgClip-empty {
        height: 275px;
    }

    .parrra1 {
        font-size: 16px;
    }

    .quote-icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 576px) {
    .sliderr-divv-bgClip {
        background-size: auto 60%;
        min-height: 330px;
    }

    .divv-bgClip-empty {
        height: 150px;
    }

    .parrra1 {
        font-size: 13px;
        text-align: center;
    }
}

.btn-outloned-1 {
    align-items: center;
    border: 1px solid #a0138e;
    border-radius: 17px;
    color: #a0138e;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    text-align: center;
    width: 112px;
}

.btn-style-2 {
    display: inline-flex;
    min-width: 300px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #14bee0;
    border-radius: 10px;
    font-weight: bold;
    transition-duration: 0.5s;
}

    .btn-style-2:hover {
        background-color: #3f3672;
        transition-duration: 0.5s;
    }

.about-sec-head {
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    color: #0e3e9b;
}

.chalnge-div {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #14bee0;
}

    .chalnge-div .flex-item {
        width: 14% !important;
        min-width: 110px;
    }

    .chalnge-div .img-div {
        height: 120px;
    }

.video-cover {
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.bg-fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.heading-sty1 {
    font-family: 'Lato', sans-serif;
    color: #0E3E9B;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
}

.heading-sty2 {
    font-family: 'Cormorant Garamond', serif;
    color: #14bee0;
    font-size: 40px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
}

.heading-sty3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
}

.heading-sty4 {
    font-family: 'Cormorant Garamond', serif;
    color: #0e3e9b;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
    margin-bottom: 0px;
}

.heading-sty5 {
    font-family: 'Lato', sans-serif;
    color: #14bee0;
    font-size: 25px;
    word-spacing: 4px;
    line-height: 120%;
}

.heading-sty6 {
    font-family: 'Cormorant Garamond', serif;
    color: #14bee0;
    font-size: 40px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
}

.para-sty1 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    word-spacing: 3px;
}

.para-sty2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    word-spacing: 4px;
}

.para-sty3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    word-spacing: 3px;
    color: grey;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

    .carousel-indicators button {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        border: 2px solid #ffffff;
        background-color: #928787 !important;
    }

    .carousel-indicators .active {
        background-color: #ffffff;
        border: 2px solid #c9c0c0 !important;
    }

a {
    text-decoration: none !important;
}

    a:hover {
        color: inherit;
    }

.bagOpacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #fff;
    z-index: 5;
}

.pre-header {
    color: #20303c !important;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 3px solid #a0138e;
    background-color: #eff1f2;
}

    .pre-header:hover .btn-outloned-1 {
        background-color: #a0138e;
        color: #fff;
    }

/* Navbar Start*/
/* Navbar Start*/
.navbarr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: unset !important;
    font-family: "Barlow", sans-serif !important;
}

.navbar-nav-list {
    display: flex;
    justify-content: space-between;
}

    .navbar-nav-list a {
        color: unset;
    }

    .navbar-nav-list li {
        list-style: none;
        margin-inline: 20px;
    }

        .navbar-nav-list li .navbox {
            position: relative;
        }

.nav-linkk {
    font-size: 18px;
}

    .nav-linkk:hover {
        color: #7fccf7;
    }

.nav-linkk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: black;
    padding: 10px 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 37;
}

.navbox {
    padding: 20px;
}

.nav-linkk-dropdown a {
    white-space: nowrap;
}

    .nav-linkk-dropdown a:hover {
        color: #7fccf7;
    }

.navbar-nav-list li .navbox:hover .nav-linkk-dropdown {
    display: inline-block; /* Show the dropdown menu when hovering over the parent */
}


.navbar-toggler {
    display: none;
}

@media(min-width:992px){
    .py-100-desktop {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.sliderr-divv-bgClipp .heading-sty2 {
    font-size: 100px;
}



.skillset .skills {
    width: 25% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

    .skillset .skills .skill_image {
        background-color: #c6f2f5;
        border-radius: 50%;
        border: 5px solid #0e3e9b;
        width: 210px;
        height: 210px;
    }

@media (max-width: 768px) {
    .sliderr-divv-bgClipp .heading-sty2 {
        font-size: 40px;
    }

    .sliderr-divv-bgClipp .heading-sty1 {
        font-size: 14px;
    }
}

@media (min-width: 1370px) {
    .navbarr {
        justify-content: center;
        gap: 100px !important;
    }
}

@media (min-width: 1370px) {
    .navbar-nav-list-box {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .navbarr {
        justify-content: space-between;
        gap: unset !important;
    }

    .navbar-nav-list {
        padding: 0px;
        padding-bottom: 20px;
        display: block;
    }

    .navbar-nav-list-box {
        width: 100%;
        width: 100%;
        position: absolute;
        top: 98%;
        left: 0;
        z-index: 50;
        background-color: #fff;
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .navbox {
        padding: 10px;
    }
}


@media (max-width: 1200px) {
    .h-100-tab {
        height: 100% !important;
    }

    .position-absolute-tab {
        position: absolute !important;
    }
}


@media (max-width: 768px) {

    .skillset .skills {
        width: 100% !important;
        display: block !important;
    }

        .skillset .skills > div {
            display: flex;
            flex-direction: row-reverse;
            gap:20px;
            align-items:center;
        }

        .skillset .skills > div > div {
            flex-grow:1;
        }
            .skillset .skills > div > div > h2 {
                font-weight:bold;
            }

        .skillset .skills .skill_image {
            border: 10px solid #0e3e9b;
            width: 130px;
            height: 130px;
        }

    .py-mob-30{
        padding-top:30px;
        padding-bottom:30px;
    }
    .py-mob-10 {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .heading-sty1 {
        font-size: 20px;
    }

    .heading-sty2 {
        font-size: 32px;
    }

    .heading-sty3 {
        font-size: 25px;
    }

    .heading-sty4 {
        font-size: 25px;
        font-weight: bold;
    }

    .heading-sty6 {
        font-size: 22px;
    }

    .producer-div .heading-sty6 {
        font-size: 17px;
        font-weight: bold;
    }

    .para-sty1 {
        font-size: 16px;
        word-spacing: 3px;
    }

    .para-sty2 {
        font-size: 18px;
        font-weight: bold;
    }

    .btn-style-2 {
        border-radius: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-reverse-mob {
        flex-direction: row-reverse !important;
    }

    .row-reverse-mob {
        flex-wrap: wrap-reverse !important;
    }

    .margin-0-mob {
        margin: 0px !important;
    }

    .padding-0-mob {
        padding: 0px !important;
    }

    .producer-div .heading-sty6 {
        font-size: 17px;
        font-weight: bold;
        margin-top: 10px !important;
    }

    .producer-div .para-sty2 {
        font-size: 14px !important;
        font-weight: bold;
    }






    .strategy-hr {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .chalnge-div .flex-item {
        width: 100% !important;
        font-weight: bold;
    }

        .chalnge-div .flex-item br {
            display: none;
        }

    .golden-image {
        width: 40px !important;
    }

    .position-static-mob {
        position: static !important;
    }

    .w-100-mob {
        width: 100% !important;
    }

    .mt-mob-0 {
        margin-top: 0px !important;
    }

    .color-darkblue-mob {
        color: #001d57 !important;
    }

    .height-300-mob {
        height: 300px !important;
    }

    .join-us .btn-style-2 {
        min-width: 100px !important;
        font-size: 8px;
        height:27px !important;
    }
    .h-mob-30{
        height:30px !important;
    }

    .join-us .heading-sty2 {
        font-size: 22px;
    }

    .position-absolute-mob {
        position: absolute !important;
    }

    .left-0-mob {
        left: 0 !important;
    }

    .transform-unset-mob {
        transform: unset !important;
    }

    .h-100_w-auto-mob {
        max-width: 100% !important;
    }

    .h-100-mob {
        height: 100% !important;
    }

    .footer-section .para-sty3 {
        font-size: 13px;
    }
}

/* Navbar End*/
/* Navbar End*/

.btn-outloned-1 {
    align-items: center;
    border: 1px solid #a0138e;
    border-radius: 17px;
    color: #a0138e;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    text-align: center;
    width: 112px;
}

.about-sec-head {
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    color: #0e3e9b;
}

.video-cover {
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.bg-fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.heading-sty5 {
    font-family: "Lato", sans-serif;
    color: #14bee0;
    font-size: 25px;
    word-spacing: 4px;
    line-height: 120%;
}

.para-sty3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    word-spacing: 3px;
    color: grey;
}

.support-bg1 {
    background-image: url('images/support-bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 75vh;
    position: relative;
}

.support-bg2 {
    position: absolute;
    top: 0;
    right: 12%;
    z-index: 5;
    height: 100%;
    /* background-color: skyblue; */
}

    .support-bg2 img {
        width: 450px;
    }

.support-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 400px;
    height: 100%;
    width: 100%;
}

.support-heading {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 130px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
    text-align: center;
    line-height: 70%;
    font-weight: bold;
}

    .support-heading span {
        font-size: 90px;
    }

.by-2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.border-2px {
    border: 2px solid;
    padding: 1px;
}

.points-style {
    top: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 3px solid #071f4e;
    border-radius: 50%;
    background-color: #fff;
}

.point-2 {
    left: 6%;
}

.point-3 {
    left: 21%;
}

.point-4 {
    left: 29%;
}

.point-5 {
    left: 37%;
}

.point-6 {
    left: 47%;
}

.point-7 {
    left: 57%;
}

.point-8 {
    left: 65%;
}

.point-9 {
    left: 77%;
}

.point-10 {
    left: 83%;
}

.point-content {
    padding: 15px 5px;
    text-align: center;
    color: #fff;
    background-color: #0e2a61;
}



.point-2 .point-content,
.point-4 .point-content,
.point-6 .point-content,
.point-8 .point-content,
.point-10 .point-content {
    position: absolute;
    top: 61px;
    left: 38%;
}

.point-2 .point-content {
    width: 175px;
}

.point-4 .point-content {
    width: 135px;
}

.point-6 .point-content {
    width: 136px;
}

.point-8 .point-content {
    width: 135px;
}

.point-10 .point-content {
    width: 135px;
}



.point-1 .point-content,
.point-3 .point-content,
.point-5 .point-content,
.point-7 .point-content,
.point-9 .point-content {
    position: absolute;
    bottom: 53px;
    left: 38%;
}

.point-1 .point-content {
    width: 155px;
}

.point-3 .point-content {
    width: 118px;
}

.point-5 .point-content {
    width: 150px;
}

.point-7 .point-content {
    width: 150px;
}

.point-9 .point-content {
    width: 180px;
}

.mob-ponitss {
    background-color: #071f4e;
    color: white;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .support-bg1 {
        background-size: 100% 100%;
        background-position: top left;
    }

    .support-bg2 {
        right: 22%;
    }

        .support-bg2 img {
            width: 600px;
        }

    .point-1 .point-content {
        width: 175px;
    }

    .point-3 .point-content {
        width: 130px;
    }

    .point-5 .point-content {
        width: 160px;
    }

    .point-7 .point-content {
        width: 175px;
    }

    .point-9 .point-content {
        width: 200px;
    }

    .point-2 .point-content {
        width: 200px;
    }

    .point-4 .point-content {
        width: 150px;
    }

    .point-6 .point-content {
        width: 150px;
    }

    .point-8 .point-content {
        width: 150px;
    }

    .point-10 .point-content {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .support-bg1 {
        min-height: 70vh;
    }

    .support-bg2 {
        right: 10%;
        /* background-color: skyblue; */
    }

        .support-bg2 img {
            width: 350px;
        }

    .support-heading {
        font-size: 80px;
    }

        .support-heading span {
            font-size: 50px;
        }
}

@media (max-width: 576px) {
    .support-bg1 {
        min-height: 50vh;
    }

    .support-bg2 {
        right: 1%;
        /* background-color: skyblue; */
    }

        .support-bg2 img {
            width: 300px;
        }

    .support-heading {
        font-size: 60px;
    }

        .support-heading span {
            font-size: 40px;
        }
}

.career-sliderbg {
    background-image: url('images/career_sliderbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 55vh;
    position: relative;
}

.career-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.career-heading {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 150px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 140%;
    text-align: center;
    line-height: 70%;
    font-weight: bold;
}

    .career-heading span {
        font-size: 60px;
        font-family: "Lato", sans-serif;
    }

.career-heading_2 h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    word-spacing: 4px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}

.career-heading_2 h2 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    word-spacing: 4px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}

.user-categ > a {
    font-family: "Lato", sans-serif;
    display: block;
    text-align: center;
    color: white;
    background-color: #14bee0;
    padding: 25px 5px;
    margin: 20px 0px;
    font-weight: bold;
    border-radius: 20px;
    font-size: 18px;
}

    .user-categ > a:hover {
        transform: scale(1.03);
        transition-duration: 0.2s;
        opacity: 0.6;
    }

.user-section-bg2 {
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
}

    .user-section-bg2 img {
        height: 100%;
    }

.user_cat_heading {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 4px;
    line-height: 120%;
    font-weight: bold;
}

    .user_cat_heading span {
        color: #14bee0;
    }

.user_cat_para {
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 18px;
    word-spacing: 3px;
}

.btn-style-3 {
    display: inline-flex;
    min-width: 300px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #14bee0;
    transition-duration: 0.5s;
    border-radius: 20px;
    padding: 0px 60px;
    font-weight: 600;
}

.btn-style4 {
    display: inline-flex;
    min-width: 300px;
    border:none;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #14bee0;
    transition-duration: 0.5s;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 600;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .user-sections {
        position: absolute;
        right: 0%;
        height: 100%;
    }

        .user-sections img {
            height: 100%;
            width: 600px;
        }
}

@media (max-width: 768px) {
    .career-heading {
        font-size: 75px;
    }

        .career-heading span {
            font-size: 40px;
            font-family: "Lato", sans-serif;
        }
}
