* {
    outline: none;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    font-family: 'Montserrat';
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quador';
    src: url('../fonts/Quador-Regular.eot');
    src: url('../fonts/Quador-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quador-Regular.woff2') format('woff2'),
        url('../fonts/Quador-Regular.woff') format('woff'),
        url('../fonts/Quador-Regular.ttf') format('truetype'),
        url('../fonts/Quador-Regular.svg#Quador-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Medium.eot');
    src: url('../fonts/Syne-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Syne-Medium.woff2') format('woff2'),
        url('../fonts/Syne-Medium.woff') format('woff'),
        url('../fonts/Syne-Medium.ttf') format('truetype'),
        url('../fonts/Syne-Medium.svg#Syne-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.sc_container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}

.text--gold {
    color: #ce9f4f;
}

.text--ivory {
    color: #F6EFE7;
}

.f-quador {
    font-family: 'Quador';
    letter-spacing: -0.32px;
}

.f-syne {
    /*font-family: 'Syne';*/
        font-family: 'Montserrat';
    font-size: 0.89em;
}

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

.z-99 {
    z-index: 99;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.z-99999 {
    z-index: 99999;
}

.z-999999 {
    z-index: 999999;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-30 {
    padding-right: 30px;
}

.lh-26 {
    line-height: 26px;
}

header {
    z-index: 999999;
    padding: 20px 0;
}

header {
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

header.scrolled {
    background-color: #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* padding: 10px; */
}


header .navbar-brand img {
    transition: all ease-in-out 0.5s;
}

/* header.scrolled .navbar-brand img {
    width: 200px;
    transition: all ease-in-out 0.5s;
} */

header .navbar-nav .sub-menu {
    position: absolute;
    left: -30px;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 250px;
    background-color: #222222;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
    transition: all 0.6s ease-in-out;
    z-index: 99;
}

li.nav-item.submenu >  a:after{
    content: "";
    margin:0 0.5em;
    display:inline-block;
    border: 7px solid transparent;
    border-top:7px solid #b9bcbc;
    border-bottom:0 none;
}


header ul.navbar-nav li.nav-item:hover a~.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
    top: 60px;
}

.navbar-nav .nav-item {
    position: relative
}

header .navbar-nav .sub-menu li {
    padding: 0.625rem 0;
    list-style: none;
}

header .navbar-nav .sub-menu li a {
    color: #fff
}

header .navbar-nav .sub-menu li a {
    text-decoration: none;
    font-weight: 500;
}


@media (max-width: 1199px) {

    header ul.navbar-nav li.nav-item:hover a~.sub-menu {
        opacity: 0;
        visibility: hidden;
        transition: none;
    }
}

header ul.navbar-nav .sub-menu.show {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    margin: 30px 0;
}

.navbar-nav li a {
    opacity: 0.75;
}

.navbar-nav li.nav-item a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.border--btn {
    border: 1px solid #ce9f4f;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

.navbar-nav li a.border--btn:hover,
.border--btn:hover {
    background-color: #ce9f4f;
    color: #002B49 !important;
}

.navbar-nav li a:hover {
    color: #ce9f4f !important;
    opacity: 1;
}

.fill--button {
    background-color: #ce9f4f;
    border: 1px solid #ce9f4f;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 14px;
    color: #002B49;
    font-weight: 500;
    width: fit-content;
} 
#otpModal .fill--button:hover {
    color: #ce9f4f !important;
}

button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
    display: none !important;
}

.navbar-nav li a.fill--button:hover,
.fill--button:hover {
    background-color: transparent;
    color: #ffffff !important;
}

header .navbar-expand-lg .navbar-toggler {
    display: none;
}

header .navbar-toggler {
    font-size: 1.5rem !important;
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav li.nav-item {
        padding-right: 15px;
    }

    a.navbar-brand img {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    header .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-direction: column;
    }

    header .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    header {
        padding-top: 20px !important;
    }

    /* header .navbar-collapse {
        background-color: #000;
    } */

    header ul.navbar-nav {
        gap: 20px;
        /* padding: 20px 0; */
    }

    header ul.navbar-nav li {
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    header ul.navbar-nav li:not(:last-child) {
        border-bottom: 1px solid;
    }

    header .navbar-nav li a {
        margin: 0 auto;
        width: fit-content;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }



    header.navbar-open {
        background-color: #000;
        transition: background-color 0.3s ease;
    }

}

@media (max-width: 767px) {
    header {
        padding-top: 15px;
    }

    .navbar-brand img {
        width: 220px;
    }
}

.sc__hero--section {
    display: flex;
    align-items: center;
    /* min-height: 100vh; */
    min-height: 60vh;
    /* padding: 290px 0 50px; */
    padding: 120px 0 50px;
}
.sc__hero--content p{
    margin: 0 !important;
}

.sc__hero--section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 0;
    background: linear-gradient(104.18deg, #00486B 45.41%, rgba(0, 72, 107, 0.7) 101.43%);
    mix-blend-mode: multiply;
}

.sc__hero--content h1 {
    font-size: 55px;
    width: 100%;
    max-width: 909px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
    color: #E5E6EA;
}

.sc__hero--content p {
    font-size: 20px;
    width: 100%;
    max-width: 656px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Montserrat';
    opacity: 0.75;
}

.sc__hero--content .fill--button {
    margin-top: 86px;
}

.sc__inv--section {
    background-color: #002B49;
    padding: 78px 0;
}

.sc__title--text {
    font-size: 64px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .sc__title--text {
        font-size: 46px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .sc__title--text {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .sc__hero--content h1 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .sc__title--text {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .sc__hero--content h1 {
        font-size: 32px;
    }

    .sc__hero--section {
        padding: 180px 0 50px;
    }
}

.sub--title {
    letter-spacing: 4.32px;
}

.sc__inv--post-data h2 {
    font-size: 34px;
}

.sc__inv--post-img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.sc__inv--post-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc__inv--post-data p {
    color: #E5E6EA;
}

.sc__inv--post-data a {
    font-size: 19px;
    /* flex: 1; */
    align-content: end;
}
.sc__inv--post-data {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sc__inv--post .row {
    margin-inline: 0;
    row-gap: 30px;
}

.sc__inv--post .row .col-12 {
    padding: 0 28px;
}


@media (max-width: 1199px) {
    .sc__inv--post .row .col-12 {
        padding: 0 15px;
    }

    section.sc__inv--section h2 {
        font-size: 32px;
    }

    .sc__inv--title.text-center.mb-80 {
        margin-bottom: 50px;
    }

    .sc__inv--post-data h2 {
        font-size: 24px !important;
    }

    section.sc__inv--section h5.sub--title {
        font-size: 14px;
    }

    .sc__inv--section {
        padding: 50px 0;
    }

}

.sc__testimonial {
    padding: 100px 0;
    /* background-image: url('../img/testimonial.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.sc__testimonial::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #34485C;
    opacity: 0.75;
    z-index: 1;
}

.sc__test--data h2 {
    width: 100%;
    max-width: 690px;
}

.sc__slider--inner-data {
    width: 100%;
    max-width: 539px;
    padding: 56px 48px;
    background-color: #F6EFE7;
    margin-inline: 15px;
}

.scSwiper .swiper-slide:nth-child(2) .sc__slider--inner-data {
    background-color: #f7c46c;
}

.scSwiper .swiper-slide:nth-child(3) .sc__slider--inner-data {
    background-color: #ffffff;
}

.scSwiper .swiper-slide:nth-child(5) .sc__slider--inner-data {
    background-color: #f7c46c;
}

.sc__slider--inner-data p {
    color: #717171;
}

.sc__slider--button {
    display: flex;
    gap: 83px;
    justify-content: end;
    padding-top: 30px;
}

.sc__slider--button .swiper-button-next,
.sc__slider--button .swiper-button-prev {
    position: static;
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.sc__slider--button .swiper-button-next::after,
.sc__slider--button .swiper-button-prev::after {
    display: none;
}

.swiper-button-disabled {
    border: 1px solid #E5E6EA;
    background-color: transparent;
}

/* .quote__img img {
    width: 30px;
} */

/* .sc__slider--button .swiper-button-next,
.sc__slider--button .swiper-button-prev {

} */
.sc__slider--button .swiper-button-next,
.sc__slider--button .swiper-button-prev {
    border: 1px solid #34485C;
    background-color: #34485C;
}

.sc__slider--button .swiper-button-prev {
    border: 1px solid #E5E6EA;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .sc__slider--button {
        gap: 30px;
    }
}

@media (max-width: 1199px) {

    .sc__slider--button .swiper-button-next,
    .sc__slider--button .swiper-button-prev {
        width: 70px;
        height: 70px;
    }

    .sc__slider--button {
        gap: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .quote__img img {
        width: 30px;
    }

    .sc__slider--inner-data {
        padding: 30px 20px;
        margin-inline: 10px;
    }

    .sc__test--data h2 {
        font-size: 26px;
    }

    .sc__slider--button .swiper-button-next,
    .sc__slider--button .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .sc__testimonial {
        padding: 50px 0;
    }

    .sc__slider--button {
        gap: 30px;
        justify-content: center;
        margin-top: 40px;
    }
}

/*  about section  */
section.sc__ab--section {
    background-color: #F6EFE7;
    padding: 150px;
}

section.sc__ab--section .sc__ab--content {
    background: #fff;
    padding: 40px 105px;
    max-width: 50%;
}

.sc__ab--content h6 {
    color: #BCA469;
    font-size: 20px;
    letter-spacing: 4.32px;
    line-height: 1.4;
}

.sc__ab--content h2 {
    color: #00486B;
    font-size: 64px;
}

.sc__ab--content h3 {
    color: #00486B;
    font-size: 48px;
}

.sc__ab--content p {
    font-size: 16px;
    color: #717171;
    margin-bottom: 30px;
}

.text-sm-18{
    font-size: 18px;
}

@media (max-width: 576px){
    .text-sm-18{
        font-size: 16px;
    }
}

.sc__ab--content a.border--btn {
    max-width: max-content;
    color: #002B49;
    white-space: nowrap;
}

.sc__ab--content {
    position: relative;
}

.sc__ab--content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
}

.sc__ab--img {
    position: relative;
}

.sc__ab--imgwrap img {
    max-width: 100%;
    width: 100%;
}

.sc__ab--imgwrap video {
    width: 100%;
    height: 100%;
}

.sc__ab--imgwrap .sc_ab-video {
    background: #002B49;
    padding: 30px;
}

.sc__ab--content .btn {
    max-width: max-content !important;
    margin-top: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    section.sc__ab--section {
        padding: 50px;
    }

    section.sc__ab--section .sc__ab--content {
        padding: 40px 50px;
    }

    .sc__ab--content h2 {
        font-size: 46px;
    }
    .sc__ab--content h3 {
        color: #00486B;
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    section.sc__ab--section {
        padding: 50px;
    }

    .sc__ab--content h2 {
        font-size: 32px;
    }

    section.sc__ab--section .sc__ab--content {
        max-width: 50%;
        padding: 40px 50px
    }
}

@media (max-width: 991px) {
    .sc__ab--data.d-flex.align-items-center {
        flex-direction: column-reverse;
    }

    section.sc__ab--section .sc__ab--content {
        max-width: 100%;
    }

    .sc__ab--content::after {
        display: none;
    }

    .sc__ab--content h2 br {
        display: none;
    }

    .sc__ab--img {
        padding: 0 20px 0;
        margin-bottom: -25px;
    }

    .sc__ab--imgwrap {
        padding: 20px;
    }
}

/* About */
/* Story page  */
.sc__hero--section-story{
    min-height: 38vh;
   /* padding: 290px 0 100px;*/
}


section.sc__ab--section-story{
    padding-top: 100px;
    padding-bottom: 100px;
}
/* 
section.sc__ab--section-story .sc__ab--content {
    padding-right: 75px
} */

.sc__inv--section.sc__inv--section-private .sc__inv--post .row{
    row-gap: 20px;
}

.sc-team-section .sc__blg--con a{
    font-size: 16px;
}

@media (max-width: 767px) {
    /* .sc__ab--data.d-flex.align-items-center {
        flex-direction: column;
    } */

    .sc__ab--content::after {
        display: none
    }

    .sc__ab--imgwrap img {
        max-width: 100%;
        width: 100%;
    }

    section.sc__ab--section {
        padding: 50px 0;
    }
}



/* blog section */

section.sc__blg--section {
    background: #F6EFE7;
    padding: 100px 0;
}

.sc__blg--list .row .col-12 {
    padding: 0 28px;
}

.sc__blg--section .sc__title--text {
    color: #002B49;
    font-size: 48px;
    line-height: 1.4;
}

.sc__blg--img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.sc__blg--con {
    padding: 20px;
    background: #fff;
}

.sc__blg--name h6 {
    font-size: 16px;
    letter-spacing: 4.32px;
    margin-bottom: 15px;
}

.sc__blg--name p {
    font-size: 14px;
    color: #717171;
}

.sc__blg--con h3 {
    font-size: 28px;
    /* line-height: 1.4; */
    margin-bottom: 15px;
    color: #002B49;
}

.sc__blg--con a {
    font-size: 19px;
}

@media (max-width: 1199px) {
    .sc__blg--list .row .col-12 {
        padding: 0 15px;
    }

    .sc__blg--section .sc__title--text {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .sc__blg--con h3 {
        font-size: 22px;
    }

    .sc__blg--name h6 {
        font-size: 14px;
    }

    .sc__blg--con a {
        font-size: 16px;
    }

    .sc__blg--item {
        margin-bottom: 30px;
    }

}


@media (max-width: 991px) {
    section.sc__blg--section {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .sc__blg--section .sc__title--text {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sc__blg--title {
        margin-bottom: 50px;
    }
}

/*  join section */

section.sc__join--section {
    padding: 160px 0;
    position: relative;
}

.sc__join--data .row .col-12 {
    padding: 0 30px;
}

.sc__join--con {
    padding: 80px 85px;
    background: #fff;
    height: 100%;
}

.sc__join--con h2 {
    font-size: 64px;
    color: #00486B;
}

.sc__join--con p {
    font-size: 16px;
    color: #717171;
}

section.sc__join--section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CE9F4F;
    opacity: 0.75;
    z-index: 1;
}

.sc__join--form {
    padding: 30px 120px;
    background-color: #002B49;
    height: 100%;
}

.sc__join--section form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sc__join--form h4 {
    font-size: 24px;
    line-height: 1.4;
}

.sc__join--form input {
    padding: 12px 16px;
}

.sc__join--form select {
    padding: 14px 16px;
    color: #717171;
}

.sc__join--form button {
    margin-top: 20px;
    color: #fff;
}


.sc__join--custom-drop {
    position: relative;
    width: 100%;
}

.sc__join--custom-drop select {
    width: 100%;
    padding-right: 25px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.sc__join--custom-drop::before {
    content: url('../img/dropdown.svg');
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    /* background-image: url("../img/dropdown.svg") no-repeat center center; */
    background-size: contain;
    pointer-events: none;
    display: inline-block;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .sc__join--con h2 {
        font-size: 46px;
    }

    .sc__join--con {
        padding: 80px 50px;
    }

    .sc__join--form {
        padding: 30px 50px;
    }
}

@media (max-width: 1199px) {
    .sc__join--con h2 {
        font-size: 32px;
    }

    .sc__join--con {
        padding: 80px 50px;
    }

    .sc__join--form {
        padding: 30px 50px;
        margin-top: 30px;
    }

    .sc__blg--title.text-center.mb-80 {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    section.sc__join--section {
        padding: 50px 0;
    }

    .sc__join--data .row .col-12 {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .sc__join--form {
        padding: 30px;
        /* margin-top: 30px; */
    }

    .sc__join--con {
        padding: 30px;
    }

    .sc__join--con h2 {
        font-size: 32px;
    }
}

/*  footer section  */

footer.sc__footer {
    padding: 25px 0;
    background-color: #000727;
    background-image: linear-gradient(#002B49, #000727)
}

footer.sc__footer .sc__title--text {
    font-size: 32px;
    line-height: 1.4;
    color: #E5E6EA;
}

.sc__footer--socials {
    gap: 50px;
    margin-top: 35px;
    margin-bottom: 21px;
}

.sc__footer--links {
    display: flex;
    align-items: flex-start;
    gap: 90px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.sc__footer--list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.sc__footer--list a {
    font-size: 17px;
    color: #FFFFFF;
    opacity: 75%;
}

.sc__footer hr {
    color: #fff;
}

.sc__footer--copywrite p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 50%;
}

.sc__footer ul {
    padding: 0;
}

.sc__footer ul li {
    color: #fff;
    list-style: none;
}

.sc__footer ul li i.fa.fa-map-marker {
    padding-right: 15px;
}

.sc__footer ul li:nth-child(2) {
    font-size: 12px;
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .sc__footer--list {
        gap: 30px;
    }
}

@media (max-width: 1200px) {

    .sc__footer--links {
        gap: 50px;
    }

    .sc__footer--list {
        max-width: calc(50% - 50px);
        flex: 0 0 calc(50% - 50px);
    }

    .sc__footer--socials {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {

    .sc__footer--links {
        justify-content: center;
        margin-bottom: 30px;
    }

    .sc__footer--list {
        align-items: center;
    }

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

    .sc__footer--copywrite p {
        text-align: center;
    }

    .sc__footer--list {
        gap: 30px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .sc__footer--list {
        gap: 20px;
        justify-content: center;
    }

    .sc__footer--socials {
        margin-bottom: 80px;
        gap: 25px;
    }

    .sc__footer--img img {
        width: 200px;
    }

    footer.sc__footer .sc__title--text {
        font-size: 24px;
    }
}



.sc__testimonial{
	padding: 0;
}
.sc__testimonial .swiper-slide {
    height: 900px;
    width: 100% !important;
  	background-repeat: no-repeat;;
  	background-size: cover;
}

 .sc__testimonial .sc_container.sc__testimonial-btn {
    margin-top: -110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
}

.sc__testimonial .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #34485C;
    opacity: 0.75;
    z-index: 1;
}

.sc__testimonial .sc_slide-box {
    height: 100%;
    align-items: center;
    z-index: 99;
    position: relative;
    display: flex;
    margin-top: 60px;
}

.sc__testimonial .sc__testimonial-title {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9;
    right: 0px;
    transform: translate(110px, 20px);
}


@media(max-width: 768px){
	.sc__testimonial .sc_slide-box {
		margin-top: 0px;
		justify-content: center;
	}
	.sc__testimonial .sc__testimonial-title{
		transform: translate(60px, 20px);
		padding: 0;
    width: 350px;
    margin: 0;
    top: 20px;
	}
}

.sc__ab--campaign  .sc_ab-video iframe{
    width: 100%;
    height: 400px;
}

.sc__ab--campaign .sc__ab--img{
    width: 100%;
}


.sc__ab--campaign  .campaign-author.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.sc__ab--campaign  .author-profile {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sc__ab--campaign  a.author-icon {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
    flex-shrink: 0;
}
.sc__ab--campaign  .social-media-links.cro {
    width: auto;
}

.sc__ab--campaign  a.author-icon img{
    width: 100%;
    height: 100%;
    
}

.sc__ab--campaign  .process .raised {
    width: 100%;
    height: 20px;
    background-color: #f6efe7;
    border-radius: 25px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.sc__ab--campaign .sc__ab--content .clearfix::after{
    display: none;
}

.sc__ab--campaign  .progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #007bff;
    transition: width .6s ease;
}

.sc__ab--campaign .process-info{
    font-size: 14px !important;
    margin-bottom: 10px;
}

.sc__ab--campaign .process-time span {
    display: block;
}
.sc__ab--campaign .process-time span:first-child{
    font-weight: 600;
}


.social-media-links{
    text-decoration: none;
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #cccccc59;
    text-align: center;
    transition: all ease-in-out 0.5s;
}

.social-media-links i{
    transition: all ease-in-out 0.5s;
}

.facebook {
    color: #3b5998;
  }
  
  .facebook:hover {
    background-color: #3b5998;
    color: #fff;
  }
  
  .twitter {
    color: #1da1f2;
  }
  
  .twitter:hover {
    background-color: #1da1f2;
    color: #fff;
  }
  
  .youtube {
    color: #cd201f;
  }
  
  .youtube:hover {
    background-color: #cd201f;
    color: #fff;
  }
  
  .linked_in {
    color: #0073b1;
  }


.campaign-tab .nav-link{
    color: #002b49;
    background: transparent;
    transition: all ease-in-out 0.5s;
} 

ul.nav.nav-tabs.campaign-tab {
    background: #fff;
    padding: 10px;
    border-radius: 91px;
} 

.campaign-tab .nav-item .nav-link {
    color: #002b49;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
}
.campaign-tab .nav-item .nav-link.active,
.campaign-tab .nav-item .nav-link:hover{
    color: #fff;
    background: #002b49;
}


ul.nav.nav-tabs.campaign-tab {
    background: #fff;
    padding: 10px;
    border-radius: 90px;
    border: 0;
}

@media(max-width:576px){
	.sc__testimonial .sc_container.sc__testimonial-btn {
    bottom: 50px;
	}
    .sc__ab--campaign  .sc_ab-video iframe{
        height: 100%;
    }
    ul.nav.nav-tabs.campaign-tab{
        border-radius: 15px;
    }
}


.text-primary{
    color: #00486B !important;
}


a.text-primary:hover{
    color: #013b58 !important;
}

.accordion.accordion-summary .accordion-item{
    margin-bottom: 15px;
    border-radius: 50px;
    background-color: transparent;
    border: 0;
}
.accordion.accordion-summary .accordion-item .accordion-header .accordion-button,
.accordion.accordion-summary .accordion-item .accordion-button:focus {
    background-color: #002b4936;
    border-radius: 50px;
}

.accordion.accordion-summary .accordion-item .accordion-button{
    font-weight: 500;
    color: #002b49
}

.accordion.accordion-summary .accordion-item .accordion-button:not(.collapsed){
    box-shadow: none; 
    background-color: #002b49;
    color: #fff;
}

.accordion-button:focus{
    box-shadow: none;
}

.dwln-pdf a {
    background: transparent;
    padding: 10px;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #ce9f4f;
}
.dwln-pdf a:hover{
    background: #ce9f4f;
}

.dwln-pdf  {
    width: 100%;
}

.update-summary .no-update {
    text-align: center;
    background: #c09352;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
}

ol.comments-list {
    list-style: none;
    padding-left: 0;
}
ol.comments-list .comment.clearfix{
    border: 1px solid #ce9f4f;
    padding: 20px;
}

.modal {
    z-index: 9999999999;
}

.log-out {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 50px;
}

.sc__blg--section .sc__blg--imgwrap  img{
    height: 250px;
    object-fit: cover;
}
.sc__inv--section-private .sc__inv--data p,
.sc__inv--section-private .sc__inv--data h4,
.sc__inv--section-private .sc__inv--data ul,
.sc__inv--section-private .sc__inv--data ol{
    color: #f1f1f1 !important;
}
div#card-element {
    padding: 12px;
}
.modal-footer .fill--button:hover {
    color: #303337 !important;
}
.sc__join--form.sc__join--form-success{
    background-color: transparent !important;
    padding: 0;
}
.sc__join--form.sc__join--form-success .fill--button:hover {
    color: #303337 !important;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 6px;
    background: #f5f5f5; /* Light grey background */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .contact-info li {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .contact-info li {
        font-size: 12px;
    }
}
.contact-info li:hover {
    background: #c89c3c; /* Gold on hover */
    color: #fff;
    transform: scale(1.02);
}

.contact-info li i {
    color: #c89c3c; /* Gold icons */
    font-size: 22px;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.contact-info li:hover i {
    color: #fff;
}

.contact-info li span {
    flex-grow: 1;
}

.contact-info li a {
    color: #00486B;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.contact-info li:hover a {
    color: #fff;
}


.dataTables_wrapper {
    color: #fff !important;
}
.dataTables_filter input {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
}
.dataTables_length select {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
}
.dataTables_paginate .paginate_button {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}
.dataTables_paginate .paginate_button:hover {
    background-color: #444 !important;
}
.dataTables_wrapper .dataTables_info {
    color: #ccc !important;
}
/*  */
.dataTables_paginate ul li.paginate_button {
    padding: 0 !important;
    border: 0 !important;
}

.dataTables_paginate ul li.paginate_button a {
    background-color: transparent !important;
    border-color: #ce9f4f !important;
    color: #ffffff !important;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_paginate ul li+li {
    margin-left: 9px !important;
}

li.paginate_button.page-item.active a {
    background-color: #ce9f4f !important;
    border-color: #ce9f4f !important;
}

.table-responsive{
    padding-bottom:15px;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #ce9f4f; 
    border-radius: 10px;
}

.nav-item.dropdown ul.dropdown-menu {
    width: calc(100% - 15px) !important;
    background-color: #002b49 !important;
    border-radius: 50px;
    border: 1px solid #002b49;
    margin-top: 5px;
    width: auto !important;
    /* display: inline-block !important; */

}
a#userDropdown + .dropdown-menu.show {
    display: inline-block;
}
.nav-item.dropdown ul.dropdown-menu:hover {
    background-color: transparent !important;
}
.nav-item.dropdown ul.dropdown-menu:hover button.dropdown-item{
    color: #002b49;
}
.nav-item.dropdown ul.dropdown-menu button.dropdown-item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-block: 0;
    text-align: center;
}
.nav-item.dropdown ul.dropdown-menu button.dropdown-item:hover{
    background-color: transparent !important;
}
.sc__blg--item {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sc__blg--con {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.sc__blg--item .sc__blg--con,
.sc__blg--con h3 {
    flex: 1;
}

/* 03-03-25 */
.sc_investment.sc__ab--campaign .clearfix::after{
    display: none;
}

.sc_investment .sc__blg--logo {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 100px;
    height: 100px;
    bottom: 0;
    left: auto;
    border: 2px #002b496e solid;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0px rgba(0, 0, 0, .15) !important; */
    background: #fff;
    display: flex;  
    align-items: center;
    justify-content: center;
}

.sc_investment.sc__ab--campaign .sc__blg--con,
.sc_investment.sc__ab--campaign .sc__blg--imgwrap{
    position: relative;
}

.sc_investment .sc__blg--logo img {
    max-width: 100px !important;
    max-height: 100px !important;
    height: auto !important;
    background-size: contain;
    padding: 5px;
}

.sc_investment .sc__blg--item:hover {
    box-shadow: 0px 3px 12px 0px #ce9f4f;
    transform: translateY(-10px);
}


.sc_investment .ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
/* .sc_investment .ribbon::before, .sc_investment .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
} */

.sc_investment .ribbon p {
    position: absolute !important;
    display: block;
    width: 225px !important;
    padding: 8px 0;
    font-size: 11px;
    background-color: #4ab172 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center !important;
}

.sc_investment .ribbon-red p {
    background-color: #ff0000 !important;
}

.sc_investment .ribbon-top-left p {
    right: -25px;
    top: 30px;
    transform: rotate(-50deg);
}

.bg-blue{
    background-color: #002B49 !important;
}

.sc_inv-test{
    background: #F6EFE7;
}
.sc__testimonial.sc_inv-test::after,
.sc__testimonial.sc_inv-test .swiper-slide::after{
    display: none;
}

.sc_inv-test .sc_inv-test-card {
    background: #fff;
    padding: 30px;
    transition: all ease-in-out 0.5s;
}
.sc_inv-test .sc_inv-test-card:hover {
    transform: translateY(-10px);
}

.sc_inv-test  .sc_inv-test-logo{
    margin-bottom: 30px;
}
.sc_inv-test .sc_inv-test-body p{
    font-size: 18px;
}


.sc_inv-test  a.author-icon {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
    flex-shrink: 0;
}

.sc_inv-test .author-profile {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sc_inv-test  a.author-icon img {
    width: 100%;
    height: 100%;
}

.sc_coming-soon{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6EFE7;
}

section.sc_coming-soon .fill--button,
.sc_investment .fill--button{
    text-decoration: none;
    font-size: 18px;
    margin-top: 00;
    display: inline-block;
    border-radius: 80px;
}

section.sc_coming-soon .fill--button:hover,
.sc_investment .fill--button:hover{
    color: #ce9f4f !important;
    background-color: transparent !important
}

.sc__blg--section .sc__blg--imgwrap{
    height: 250px;
    object-fit: cover;
}

.sc__blg--section .sc__blg--imgwrap img{
    height: 250px;
    object-fit: cover;
}

.education-section .image-container{
    height: 180px;
}
.education-section .image-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.title_clickable:after{
    position: absolute;
    content: " ";
    /* background: red; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.education-section .fill--button:hover{
    color: #ce9f4f !important;
    background-color: transparent !important
}

.education-section .fill--button{
    color: #ffffff !important;
    border-color : #ce9f4f;
    background-color: #ce9f4f !important
}

.header-link {
    display: block;
    white-space: normal;
    width: 80px;
    text-align: center;
}


.sc_bottom-content {   
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: auto;
    align-items: self-start;
    justify-content: end;
}

.sc_bottom-content .process{
    width: 100%;
}

.eiis{
    z-index: 9999;
    position: relative;
}

.alert {
    z-index: 999999999!important;
}
.eiis {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: .1em .5em;
    cursor: help;
    display: inline-block;
    width: fit-content;
}

@media (max-width: 576px){
.sc_ab-video iframe{
    width: 100%  !important;
    height: auto !important;
    }
}

figure.image img,
img{
     max-width: 100%;
}

.sc_inv-test-logo img {
    width: auto;
    height: 100px;
    padding-top: 15px;
}

/* 13-03-2025 css start */

.register_form {
    padding: 50px;
}

.register_form form {
    background: #002b49;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}

.register_form form > div {
    max-width: calc(100%/2 - 10px);
    flex: 0 0 calc(100%/2 - 10px);
}
.register_form-campaign .row{
    max-width: 100%;
    flex: 0 0 100%
}
.register_form-campaign  label{
    color: #fff;
}
.register_form-campaign .checkbox-tags{
    display: flex;
    gap: 20px;
    align-items: center;
}
.register_form-campaign .checkbox-tags label{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.register_form-campaign .checkbox-tags input[type="checkbox"]{
    accent-color: #ce9f4f;
    width: 25px;
    height: 25px;
    
    
}

.register_form h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
}

.register_form button {
    margin-top: 20px;
    max-width: 210px;
    margin-inline: auto;
}
.sc__slider--button .swiper-button-next, 
.sc__slider--button .swiper-button-prev {
    border: 1px solid #fff;
   
}
.sc__slider--button .swiper-button-prev {
    rotate: 180deg;
}

.sc__blg--section .sc__blg--imgwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    height: 100%;
}

.sc__blg--section .sc__blg--imgwrap img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc__ab--section .sc__ab--content {
    max-width: 55%;
    flex: 0 0 55%;
}

@media(max-width:767px){
    .register_form form > div {
        max-width: calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
    }
    
    .register_form form,.register_form h2 {
        max-width: 100%;
    }
    .register_form form{
        padding-inline: 25px;
    }
    
}

@media(min-width:1024px){
    .education-section.py-5.bg-light {
        padding: 100px 0 !important;
    }
}

.nav-item.dropdown ul.dropdown-menu:hover{
    background-color: #ce9f4f !important;
    border: 1px #ce9f4f solid !important;
    color: #fff !important;
}

.nav-item.dropdown ul.dropdown-menu:hover li button{
    color: #fff !important;
}

.team-text {
    color: red;
}

@media (max-width: 1400px){
    .navbar-nav li.nav-item:not(:last-child) {
        padding-right: 18px;
        font-size: 16px !important;
    }
    .navbar-nav li.nav-item:last-child{
        padding-right: 0px;
    }
    .navbar-nav li.nav-item a {
        font-size: 14px !important;
        white-space: nowrap;
    }
    header .navbar-brand img{
        max-width: 180px;
        width: 100%;
    }
    header ul.navbar-nav{
        gap: 0;
    }
    header ul.navbar-nav li:not(:last-child) {
        border:0;
    }
}
@media (max-width: 1199px){
    header ul.navbar-nav li:not(:last-child) {
        border-bottom: 1px solid;
    }
    header ul.navbar-nav{
        gap: 20px;
    }
}

ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ol li {
    counter-increment: item;
    position: relative;
    padding-left: 3em;
    margin-bottom: 0.5em;
}

ol li::before {
    content: counters(item, ".") ". ";
    position: absolute;
    left: 0;
    width: 2.5em;
    text-align: right;
    font-weight: bold;
    display: inline-block;
}

ol ol {
    counter-reset: item;
}

ol ol li {
    padding-left: 3.5em;
}

ol ol li::before {
    width: 3em;
}


.form-wrap  {
    padding: 50px; 
    background-color: #002B49;
    height: 100%;
}
.form-wrap input {
    padding: 12px 16px;
}

.forgot-link{
    color: #ce9f4f !important;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 576px) {
    .form-wrap {
        padding: 20px;
    }
    .form-wrap input {
        padding: 8px 14px;
    }
}

@media (max-width: 1200px) {
div#navbarScroll .navbar-nav {
    height: 100vh;
    overflow: scroll;
    height: calc(100vh - 120px) !important;
}
}

div#navbarScroll .navbar-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div#navbarScroll .navbar-nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.dt-buttons .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* @media (min-width:1200px) {
  .sub-menu.show {
       display: none;
    }
    .sub-menu{
        display: block !important;
    }
} */

button.buttons-csv,
button.buttons-excel,
button.buttons-pdf {
    background: #ce9f4f;
    color: #000;
    border-radius: 20px !important;
    border: #ce9f4f;
    transition: all ease-in-out 0.5s;
}

button.buttons-excel{
    background: #002b49;
    color: #fff;
    border: 1px solid #002b49;
}
button.buttons-excel:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}

button.buttons-csv{
    background: #ce9f4f;
    color: #000;
    border: 1px solid #ce9f4f;
}

button.buttons-csv:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #ce9f4f;
}

button.buttons-pdf {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
button.buttons-pdf:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.comments-list .comment li:before {
    display: none;
}

.comment-area ol.comments-list li.comment::before {
    display: none !important;
}

.form--container{
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
}
.img-wrapper img {
    height: 200px !important;
    object-fit: cover
}