@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-orka-piggy:before {
    content: "\e900";
}

.icon-orka-home:before {
    content: "\e901";
}

.icon-orka-money:before {
    content: "\e902";
}

html,
body {
    overflow-x: auto;
    /* Prevent scroll on narrow devices */
    font-family: 'Gilroy', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {}

p {
    margin: 0;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-item {
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    letter-spacing: 1px;
    color: gray;

}

.nav-link {
    /*transition-duration: 1000ms;*/
    padding: 10px 20px;
}

.nav-link:hover {
    color: #007bff;
    border-bottom: 2px solid #000000;
}

.nav-item.btn-border .nav-link {
    border: 1px solid #000;
}

.nav-item.btn-border .nav-link:hover {
    border: 1px solid #000;
}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid black;
}

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

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

@media (max-width: 991.98px) {
    .nav-link:hover {
        border-bottom: 2px solid #fff;
        color: #fff !important;
    }
    .navbar-collapse {
        background: #000;
        z-index: 99;
        padding: 20px;
    }
}

.orka-main-menu .nav-item {
    padding-right: 15px;
}

.register-btn {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.header-menu {
    height: 100px;
    background-color: #fff;
}

@media (max-width: 991.98px) {

    .offcanvas-collapse {
        position: fixed;
        top: 80px;
        /* Height of navbar */
        bottom: 0;
        padding-top: 20px;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #1f1f1f;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        z-index: 4;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
        border-bottom: none;
    }

    .nav-item.btn-border .nav-link {
        border: none;
        padding-left: 0px !important;
    }
}

/*Menu End*/

/*Login Start*/
.auth-section img {
    object-fit: cover;
}

.login-form {
    padding-left: 80px;
}


.login-title {
    font-weight: 500;
    font-size: 48px;
}

.form-group {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    position: relative;
}

.form-group span {
    position: absolute;
    display: block;
    padding-left: 0px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    font-size: 26px;
    color: #000;
}

.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1.8px solid #E6E6E6;
    outline: none;
    padding-left: 2.375rem;
    padding-bottom: 17px;
}

.form-control:focus {
    box-shadow: none;
    border-color: gray;
}

.forgot-pwd-link a,
.new-user-link {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

.btn-login {
    background-color: #000;
    padding: 15px 80px;
    border-radius: 0;
    color: #fff;
}

.m-w-210 {
    min-width: 210px;
}

.btn:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .login-form {
        padding-left: 80px;
        width: 100%;
    }

    .register-page {
        overflow: hidden;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .login-title {
        font-size: 2rem;
    }

    .h-md-100 {
        height: 100%;
    }

    /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .login-title {
        font-size: 48px;
    }


    /*1rem = 16px*/
}


/*Login end*/

/*password-reset start*/
.password-rst-info {
    font-size: 20px;
    color: #000;
}

.btn-reset {
    padding: 15px 50px;
    background-color: #000;
    border-radius: 0;
    color: #fff;
}

/*password-reset end*/


/*FAQ start*/
.faq-section {
    background-color: #FAFAFA;
}

.section-info {
    font-size: 12px;
    padding-bottom: 8px;
}

.section-title {
    font-size: 48px;
    letter-spacing: -0.04em;
}

.section-description {
    padding-top: 25px;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    font-size: 24px;
    font-weight: 500;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

/* Footer */
.footer {
    background-color: #fff;
    padding-top: 35px;
}

.footer-logo {
    padding-bottom: 40px;
}

.footer-logo a img {
    width: 100px;
}

.footer-address-title,
.footer-contact-title {
    font-size: 12px;
    color: #000;
    padding-bottom: 17px;
}

.footer-address,
.footer-contact {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
}

.footer-bottom-copyrights {
    padding: 45px 0 35px;
}

@media (max-width: 991.98px) {
    .footer-contact-container {
        padding: 15px 10px;
    }

    .section-title {
        font-size: 40px;
    }

    .property-name {
        flex-flow: column;
    }
}

.btn-subscriber {
    padding: 15px 20px;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    min-height: 60px;
    line-height: 28px;
}

.social-media-list,
.quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 30px;
    overflow: auto;
}

.quick-links {
    font-size: 12px;
    font-weight: 500;
}

.quick-links li {
    color: #000;
    font-weight: 600;
    padding: 0 45px;
}

footer .quick-links li {
    padding: 0 15px;
}

.social-media-list li,
.quick-links li {
    padding-right: 10px;
}

.orka-copyright {
    font-size: 13px;
    color: #979EA6;
}

@media (max-width: 991.98px) {
    .quick-links li {
        padding: 8px;
    }
}

.btn-update-pwd {
    padding: 15px 20px;
    background-color: #000;
    border-radius: 0;
    color: #fff;
}

.orka-header-sec {
    width: 420px;
}

.home-banner .orka-title {
    font-size: 44px;
}

.orka-title {
    font-size: 44px;
    letter-spacing: -0.04em;
}

.event-details .orka-title {
    font-size: 36px;
}

.btn-join {
    padding: 15px 15px;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
}

.slider-content-container {
    background-color: #000;
}

.slider-title {
    color: #fff;
    font-weight: bolder;
    font-size: 3.3rem;
}

.slider-info {
    color: #fff;
    font-size: 17px;
}

.slider-content {
    padding: 51px 0 51px 55px;
    width: 70%;
}

.slider-navigation {
    /*padding: 51px;*/
    padding: 51px 7px 51px 30px;
}

.slider-navigation .prev-item-link i,
.slider-navigation .next-item-link i {
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    margin: 5px;
}

.space-100 {
    height: 100px;
}

@media (max-width: 767.98px) {
    .button a {
        width: 100%;
        /* padding: 15px 10px; */
        margin-bottom: 10px;
    }


    .scroll-down .scroll-down-text {
        top: -40px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .scroll-down {
        margin: 0 auto;
        text-align: center;
    }

    .slider-content {
        padding: 35px 15px 65px 15px;
        width: 100%;
    }

    .slider-navigation {
        padding: 0 0 15px 15px
    }

    .slider-title {
        font-size: 32px;
    }

    .slider-info {
        font-size: 14px;
    }

    .slider-navigation .prev-item-link i,
    .slider-navigation .next-item-link i {
        font-size: 15px;
        padding: 5px;
        margin: 5px;
    }
}

.home-banner {
    padding-bottom: 72px;
}

.about-section {
    padding: 72px 0;
}

.about-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 590px;
    padding: 72px 72px 10px 0;
}

.mission-values .about-content {
    bottom: 50px;
    width: 531px;
    padding: 32px 72px 10px 25px;
    height: 100%;
    max-height: 216px;
}

.about-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.04em;
}

.about-info {
    line-height: 25px;
    padding-top: 32px;
    max-width: 422px;
}


.about-cards-section {
    padding-top: 76px;
}

.about-cards {
    /*padding: 48px 15px 0px;*/
    padding: 0 25px;
    margin-bottom: 48px;
}

.about-cards:hover .about-cards-items {
    background-color: #000;
    color: #fff;
}

.about-cards-items {
    padding: 30px 23px;
    border-top: 1px solid #e2e2e2;
}

.about-cards-items h3 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.about-tech-title {
    font-size: 48px;
}

.about-tech-info {
    padding-top: 24px;
}

.about-tech-card .icon {
    font-size: 50px;
    color: #000;
    padding: 35px;
    background: #f2f2f2;
}

.about-tech-card-title {
    font-size: 24px;
    padding-left: 20px;
}

.about-tech-card {
    padding-top: 40px;
}

.align-tech-card-item:hover {
    font-weight: 600;
    cursor: pointer;

}

.align-tech-card-item:hover .icon {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

@media (max-width: 991.98px) {

    .home-banner {
        padding-bottom: 20px;
    }

    .about-section {
        padding: 20px 0;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .about-content {
        position: static;
        width: 100%;
        padding: 10px 30px;
    }

    .about-cards-section {
        padding-top: 0;
    }

    .about-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-info {
        padding-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .about-tech-title {
        font-size: 34px;
        padding-top: 15px;
    }

    .about-cards {
        padding: 10px;
        margin-bottom: 0;
    }

    .about-tech-info {
        padding-top: 15px;
    }
}

.about-company-section {
    padding-top: 62px;
}

.about-company-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50%;
    padding: 57px 0 57px 60px;
}

.about-company-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.04em;
}

.about-company-info {
    line-height: 25px;
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .about-company-content {
        position: static;
        width: 100%;
        padding: 10px 5px;
    }

    .about-company-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-company-info {
        padding-top: 0px;
    }
}

.about-resposible-container {
    padding-top: 62px;
}

.about-resposible-content {
    background-color: #fff;
    color: #000;
}

.about-resposible-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.04em;
    padding-top: 25px;
    max-width: 50%;
}

.about-resposible-info {
    line-height: 25px;
    padding-top: 20px;
}

.space-bg {
    background-color: #FAFAFA;
    height: 285px;
    z-index: -1;
    margin-top: -240px;
}

@media (max-width: 991.98px) {
    .about-resposible-content {
        position: static;
        width: 100%;
        /* padding: 10px 5px; */
    }

    .about-resposible-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-resposible-info {
        padding-top: 0px;
    }
}

.about-partner-container {
    padding: 62px 0;
}

.about-partner-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}

.about-partner-title {
    font-size: 48px;
    padding-top: 20px;
}

.about-partner-info {
    padding-top: 31px;
}

.about-partner-slider {}

.about-partner-slider-item {
    /*padding: 42px 50px;*/
    border: 1px solid #E1E1E1;
}


@media (max-width: 991.98px) {
    .about-partner-container {
        padding: 15px;
    }

    .mission-values .about-content {
        width: 100%;
    }

    .about-partner-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-partner-info {
        padding-top: 10px;
    }
}

/*about history start*/
.about-history-container {
    background-color: #000;
    padding: 64px 0 120px;
    color: #fff;
}

.about-history-slider-title-container {
    padding-top: 100px;
}

.about-history-title {
    font-size: 48px;
    text-align: center;
}

.about-history-prev-link,
.about-history-next-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.about-slider-year {
    font-weight: 300;
    font-size: 60px;
    margin: 0;
}

.about-slider-project-title {
    font-weight: 500;
    font-size: 60px;
    margin: 0;
    padding-top: 18px;
}

.about-history-prev-link:hover {
    color: #fff;
}

.about-history-prev-link::before {
    content: url("../images/background/about-history-prev.svg");
}

.about-history-next-link::after {
    content: url("../images/background/about-history-next.svg");
}

.about-history-slider-img {
    padding-top: 57px;
}

.about-history-slider-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    width: 450px;
    bottom: 0;
    right: 0;
    padding: 40px;
    margin-bottom: -80px;
    margin-right: -80px;
}

.about-slider-counter-container {
    padding-top: 28px;
}

.about-slider-navigation {
    /*padding: 51px;*/
}

.about-slider-navigation .prev-item-link i,
.about-slider-navigation .next-item-link i {
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    margin: 5px;
}

/*about history end*/

.about-trusted-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 57px 0 57px 60px;
}

.about-trusted-img {
    padding: 5px;
}

.about-trusted-container {
    padding-top: 62px;
}

.about-portfolio-container {
    padding-top: 62px;
}

.about-portfolio-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.04em;
    padding-top: 36px;
}

.about-portfolio-subtitle {
    padding-top: 38px;
}

.about-portfolio-content {
    padding-left: 55px;
}

.about-portfolio-info {
    padding-top: 25px;
}

.about-portfolio-slider {
    background-color: #fff;
    padding: 62px 0 0 62px;
    margin-top: -200px;
}


@media (max-width: 991.98px) {
    .about-trusted-container {
        padding-top: 20px;
    }

    .about-trusted-content {
        width: 100%;
        padding: 10px;
        position: static;
    }

    .about-portfolio-container {
        padding-top: 20px;
    }

    .about-portfolio-slider {
        padding: 20px 10px 0px 10px;
        margin-top: 0px;
    }

    .about-portfolio-slider img {
        padding: 10px 0;
    }

    .about-portfolio-content {
        padding: 10px;
    }
}


.about-mission-container {
    padding-top: 62px;
}

.about-mission-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 50%;
    padding: 57px 62px 57px 60px;
}

.about-mission-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.04em;
}

.about-mission-info {
    line-height: 25px;
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .about-mission-content {
        position: static;
        width: 100%;
        padding: 10px 5px;
    }

    .about-mission-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-mission-info {
        padding-top: 0px;
    }
}


.about-mission-keys-container {
    padding-top: 64px;
}

.about-mission-card {
    padding: 40px 0;
}

.card-b-border {
    border-bottom: 1px solid #E7E7E7;
}

.about-mission-card-content {
    padding-left: 38px;
}

.about-mission-card-content-title {
    font-size: 32px;
}

.about-mission-card-content-info {
    padding-top: 10px;

}

@media (max-width: 991.98px) {
    .about-mission-keys-container {
        padding-top: 30px;
    }

    .about-mission-card-content {
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }

    .about-mission-card-img img {
        margin: auto;
    }
}

.knowledge-center-content {
    background-color: #fff;
    color: black;
    position: absolute;
    bottom: 0;
    width: 600px;
    padding: 85px 85px 65px 0;
}

.st-btn {
    margin: 5px 0;
}

@media (max-width: 991.98px) {
    .st-btn {
        float: left;
    }
}

.knowledge-center-content .knowledge-center-title {
    font-size: 48px;
    padding-bottom: 20px;
    line-height: 60px;
    letter-spacing: -0.04em;
    margin-bottom: auto;
}

.knowledge-center-content .knowledge-center-info {
    line-height: 25px;
}

@media (max-width: 991.98px) {
    .knowledge-center-content {
        position: static;
        width: 100%;
        padding: 15px 0px;
    }

    .knowledge-center-content .knowledge-center-title {
        font-size: 32px;
        /*text-align: center;*/
        line-height: 1.4;
        padding-bottom: 10px;

    }
}

.knowledge-center-articles {
    padding: 73px 0;
}
.knowledge-center-articles .article-feature-content {
    padding: 30px;
}

.knowledge-center-articles-normal {
    padding: 50px 15px;
}

.knowledge-center-articles-normal .article-title {
    padding: 28px 0 15px 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    max-width: 90%;
}

.knowledge-center-articles-normal .article-date {
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .knowledge-center-articles {
        padding: 25px 5px;
    }

    .knowledge-center-articles-normal {
        padding: 15px;
    }
}

.article-date,
.article-user p {
    font-weight: 600;
}

.article-feature-link p {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    padding: 21px 40px;
    margin: 0;
    text-transform: uppercase;
}

.article-feature-content {
    padding-left: 60px;
}

.article-feature-content h2 {
    font-size: 36px;
    padding: 25px 0;
    max-width: 70%;
}

.article-tag span {
    padding: 11px 20px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.article-user img {
    width: 50px;
}

.article-feature-excerpt {
    padding-top: 15px;
    padding-bottom: 30px;
}

.article-feature {
    padding: 90px 0;
}

.article-load-more {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
    padding: 21px 65px;
    border: 2px solid #000;
    margin-top: 40px;
    display: inline-block;
    transition: 0.3s;
}

@media (max-width: 991.98px) {
    .article-feature-content h2 {
        font-size: 26px;
        padding: 25px 0;
    }

    .article-feature {
        padding: 15px;
    }

    .article-feature-content {
        padding: 40px 0px 0px;
    }
}

.vh-75 {
    height: 80vh;
}

.article-details-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}

.article-details-category {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.article-details-duration {
    font-size: 12px;

}

.article-details-title {
    font-size: 48px;
    padding-bottom: 23px;
    padding-top: 42px;
}

.article-details-excerpt {
    padding-bottom: 83px;
}

.article-back-link {
    padding-top: 54px;
    display: inline-block;
    color: #fff;
    position: absolute;
}

.article-back-link:hover {
    color: #fff;
}

.article-scroll {
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 172px;
    transform: rotate(90deg);
}

.article-scroll.black {
    color: #000;
}

.article-scroll.black::after {
    background-color: #000;
}

.article-scroll::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #fff;
    top: 0;
    margin-top: 12px;
    margin-left: 10px;
    position: absolute;
}

@media (max-width: 991.98px) {
    .article-details-title {
        font-size: 34px;
        padding: 10px 0;
    }

    .article-details-excerpt {
        padding-bottom: 13px;
    }

    .article-scroll {
        display: none;
    }
}

.article-details-content-container {
    padding: 123px 0 0;
}

.article-details-sidebar-content {
    padding-bottom: 32px;
}

.article-details-content p {
    margin: 1rem auto;
}

.article-details-sidebar-content .article-sidebar-title {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.article-details-sidebar-content .article-sidebar-subtitle {
    font-weight: 600;
}

.article-details-content img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .article-details-content-container {
        padding: 50px 0;
    }
}

.contact-header-content {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 46%;
    padding: 58px 0;
}

.contact-header-title {
    padding-bottom: 10px;
    font-size: 48px;
}

@media (max-width: 991.98px) {
    .contact-header-content {
        position: static;
        width: 100%;
        padding: 20px 0;
    }

    .contact-header-title {
        font-size: 32px;
    }
}

.icn-container {
    padding-bottom: 33px;
    padding-top: 33px;
    border-bottom: 1px solid #E7E7E7;

}

.contact-container {
    padding-top: 85px;
}

.contact-icn-sidebar {
    padding-left: 42px;
}

.contact-icon-sidebar-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.contact-icn-sidebar-subtitle {
    font-size: 18px;
}

.contact-form-title {
    font-size: 32px;
}

.contact-form-padding {
    padding-top: 35px;
}

.contact-container {
    padding-bottom: 72px;
}

@media (max-width: 991.98px) {
    .contact-container {
        padding: 30px 0;
    }

    .contact-form-title {
        padding-top: 15px;
    }
}

.orka-office {
    background-color: #FAFAFA;
    padding-top: 71px;
    padding-bottom: 50px;
}

.orka-office h2 {
    font-weight: 500;
    font-size: 42px;
    text-align: center;
    padding-bottom: 52px;
}

.office-title {
    padding: 22px 0 10px 0;
    font-weight: 600;
}

.office-address {
    padding-bottom: 28px;
}

.office-direction {
    text-decoration: underline;
    font-weight: 600;
}

.career {
    padding: 56px 0;
}

.career-center-content {
    background-color: #fff;
    color: black;
    position: absolute;
    bottom: 0;
    width: 40%;
    padding: 43px 25px 10px 12px;
}

.career-center-title {
    font-size: 48px;
}

.career-center-info {
    padding: 17px 0;
}

@media (max-width: 991.98px) {
    .career-center-content {
        position: static;
        width: 100%;
        padding: 15px 0px;
    }

    .career-center-title {
        font-size: 32px;
    }

    .career-center-info {
        padding: 10px 0;
    }
}

/* Validation error and others stuff */
.error {
    color: red;
}

.toast-title {
    color: white !important;
}

.logo_new_style {
    width: 200px;
    margin-top: 18px;
}

.admin_logo_size {
    max-width: 300px;
    max-height: 100px;
}

.kt-widget__label {
    text-transform: capitalize;
}

.img_150 {
    max-height: 150px;
    max-width: 150px;
}

.img_100 {
    max-height: 100px;
    max-width: 100px;
}

.img_75 {
    max-height: 75px;
    max-width: 75px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.article-sidebar-subtitle.share-btn {
    float: left;
    margin: 0 auto;
    width: 30px;
    padding-top: 10px;
}

@media (max-width: 991.98px) {
    .article-sidebar-subtitle.share-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.st-btn {
    display: inline-block !important;
}

/*Swiper slider*/
.responsible-navigation,
.partner-navigation,
.portfolio-slider-navigation {
    margin-top: 50px;
}

.responsible-navigation a,
.partner-navigation a,
.portfolio-slider-navigation a {
    color: #000;
    font-weight: bolder;
    font-size: 25px;
    padding: 5px;
}

.about-history-navigation {
    z-index: 10;
    margin-top: 100px;
}

#about-history-prev-link {
    left: 0;
}

#about-history-next-link {
    right: 0;
}

#about-history-slider .swiper-slide-next,
#about-history-slider .swiper-slide-prev {
    opacity: .2;
    transition-duration: 0.5s;
}

@media (max-width: 991.98px) {
    #about-responsible-slider img {
        padding: 10px;
    }

    #about-partner-slider {
        padding: 10px;
    }

    .about-history-navigation {
        display: none;
    }

    .about-slider-year,
    .about-slider-project-title {
        font-size: 35px;
        padding: 5px;
    }

    .about-history-slider-content {
        position: static;
        width: 100%;
        padding: 15px;
    }

    .about-history-container {
        padding-left: 10px;
        padding-right: 10px;
    }

}

#st-1 {
    z-index: auto !important;
}

.swal-button--confirm {
    background: #0a0;
}

.swal-button--cancel {
    background: #aaa;
}

.swal-button--danger {
    background: #a00;
}

.swal-button--confirm:active {
    background: #0a0;
}

.swal-button--cancel:active {
    background: #aaa;
}

.swal-button--danger:active {
    background: #a00;
}

.swal-button:not([disabled]):hover {
    background-color: #0a0;
}

#up-email-error {
    color: red;
}

@media (max-width: 767.98px) {

    .w-sm-100 {
        width: 100% !important;
    }

    .login-title {
        font-weight: 500;
        font-size: 28px;
    }
}

/*=-=-=-=- Registration page css start =-=-=-=-*/

.register-page p {
    color: #5A5757;
    font-size: 15px;
}

.login-subtitle-inner {
    font-size: 24px;
}

.register-page .login-title {
    border-bottom: 1px solid #E6E6E6;
}

.register-page .login-form {
    padding-left: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #000;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #000;
}

#begin-investment-form .styled-checkbox+label:before {
    background: transparent;
    border: 1px solid #fff;
}

.begin-investment .dropdown + div {
    padding: 0;
}

.styled-checkbox:hover+label:before {
    background: #000;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #000;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 16px;
    height: 12px;
    background: url("../images/checkarrow.svg");
    background-repeat: no-repeat;
}

.max-w-400px {
    max-width: 400px;
}

.max-w-440px {
    max-width: 440px;
}

.learn_more::after {
    content: url("../images/down_arrow.svg");
}

.input-label label {
    position: absolute;
    top: 4px;
    left: 25px;
    width: 100%;
    color: #000;
    transition: 0.2s all;
    cursor: text;
    font-size: 15px;
    opacity: 0.6;
}

.input-label.input-label-icon label {
    left: 58px;
}

.contact-container .input-label.input-label-icon label {
    left: 35px;
    font-size: 15px;
}

.input-label input:invalid {
    outline: 0;
}

.input-label input:focus,
.input-label input:valid {
    border-color: #E6E6E6;
}

.input-label input:focus~label, .input-label input:valid~label, .input-label textarea:focus~label {
    font-size: 12px;
    top: -14px;
    color: rgb(171 171 171);
    opacity: 1;
}

.browser-image .edit-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
}

/*=-=-=-=- Registration page css end =-=-=-=-*/


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 2px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-tabs .nav-link {
    color: #000;
    padding-left: 0;
    padding-bottom: 25px;
    padding-right: 0;
    margin-right: 45px;
}

/*=-=-=-=- event page css start =-=-=-=-*/
.top-title {
    font-size: 15px;
    font-weight: 600;
}

p.event-date {
    font-size: 12px;
    font-weight: 500;
}

.event-banner .section-description {
    padding-top: 15px;
}

.opacity40 {
    opacity: 0.40;
}

.opacity50 {
    opacity: 0.50;
}

.opacity80 {
    opacity: 0.80;
}

.scroll-down-bar {
    background: #000;
    bottom: 0;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    width: 1px;

}

.text-white .scroll-down-bar {
    background: #fff;
}

.scroll-down {
    cursor: pointer;
}

.scroll-down-text {
    color: #000;
    /* font-weight: bold; */
    transform: rotate(90deg);
    position: absolute;
    top: -60px;
    left: -20px;
    font-size: 16px;
}

.text-white .scroll-down-text {
    color: #fff;
}

h3.event-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    max-width: 90%;
    margin-top: 20px;
}

.event-list p.event-date {
    font-size: 15px;
    margin-top: 17px;
}

.join-now {
    width: 142px;
    padding: 10px 28px !important;
    margin-top: 15px;
    height: 43px;
}

.text-underline {
    text-decoration: underline;
}

.btn.btn-see-more {
    min-width: 211px;
    min-height: 60px;
    line-height: 28px;
}

.btn.downloads-all {
    min-width: 175px;
    max-width: 175px;
    padding: 15px 22px;
}


.btn-secondary {
    background: #fff;
    color: #000;
    /* text-decoration: underline; */
    padding: 15px 35px;
    border-radius: 0;
    line-height: 28px;
}

.btn-secondary-line {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: 0;
    min-height: 60px;
    line-height: 28px;

}

.btn-secondary-line:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary {
    background-color: #000;
    padding: 15px 28px;
    border-radius: 0;
    color: #fff;
    border: 1px solid #000;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 2px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
}

.sign-nda {
    min-width: 202px;
    max-width: 202px;
    padding: 15px 20px;
}


.modal [type="radio"]:checked+label:before,
.modal [type="radio"]:not(:checked)+label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.modal [type="radio"]:checked+label,
.modal [type="radio"]:not(:checked)+label {
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.modal [type="radio"]:checked+label:after,
.modal [type="radio"]:not(:checked)+label:after {
    width: 12px;
    height: 12px;
    background: #000;
}

.modal [type="radio"]:checked+label:before {
    background: #fff;
    border: 1px solid #000;
}

.modal h3.event-title {
    max-width: 60%;
    margin: 0 auto;
}

.event-details {
    height: 620px;
}

.overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
}

.opportunity-details.overlay:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay {
    position: relative;
}

.event-details h1 {
    max-width: 627px;
    font-size: 48px;
    letter-spacing: -0.04em;
}

.event-details h3 {
    font-size: 32px;
    font-weight: 500;
}

.event-details-sidebar span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.5;
}

.event-details-sidebar p {
    font-size: 15px;
    font-weight: 500;
}

li {
    list-style: none;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.event-details-sidebar li i {
    font-size: 28px;
}

/*=-=-=-=- event page css End =-=-=-=-*/
input[type=file] {
    /* font-size: 50px; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: auto;
    height: 100%;
}

.btn-file {
    border: 2px solid white;
    color: gray;
    background-color: white;
    padding: 8px 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.login-subtitle {
    letter-spacing: -0.04em;
}

/*=-=-=-=- opportunity-details css start =-=-=-=-*/
.max-w-540px {
    max-width: 540px;
}

.opportunity-banner {
    height: 554px;
}

.opportunity-details .container {
    max-width: 1135px;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1135px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1335px;
    }

    .about-cards-items {
        padding: 30px 50px;
    }
}


@media (max-width: 1600px) {
    .home-banner .slider-navigation {
        right: 20%;
        bottom: 4%;
    }

}


/*=-=-=-=- opportunity-details css  End =-=-=-=-*/

.home-banner .slider-navigation {
    position: absolute;
    right: 10%;
    bottom: 4%;
    width: 100px;
}

.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after,
.opportunity-gallery .swiper-button-prev:after,
.opportunity-gallery .swiper-button-next:after {
    display: none;
}

.opportunity-slider .swiper-button-prev:after,
.opportunity-slider .swiper-button-next:after {
    display: none;

}

.opportunity-slider .slider-navigation {
    padding: 0;
    position: absolute;
    display: flex;
    bottom: 20px;
    right: 20px;
    width: 80px;
    align-items: center;
    justify-content: space-between;
}

.opportunity-slider .slider-navigation>div {
    position: static;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
    font-size: 30px;
}

.swiper-button {
    position: relative;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto;
}

.access-network-independence .about-tech-card>div {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 56px;
}

.access-network-independence .about-tech-card:last-child>div {
    border: none;
}

.access-network-independence .about-tech-card-title {
    font-size: 32px;
    font-weight: 500 !important;
}

.access-network-independence .align-tech-card-item:hover p {
    font-weight: normal;
}

.access-network-independence .about-tech-card .icon {
    padding: 25px;
}

.access-network-independence .about-tech-card .icon img {
    width: 70px;
}

.access-network-independence .align-tech-card-item:hover .icon {
    background-color: #f2f2f2;
}

.contact-container-card .icon {
    background: #f2f2f2;
}

.contact-container-card {
    padding-top: 40px;
}

.contact-container-card .contact-title {
    font-size: 24px;
    font-weight: 500;
}

.contact-container-card:first-child>div {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 33px;
}

.contact-container-card p {
    font-size: 18px;
    font-weight: 500;
}

.knowledge-center-articles .article-feature {
    padding: 30px 0;
}

.article-feature.left .article-feature-content {
    padding-left: 15px;
}

.article-feature.left .article-feature-excerpt {
    max-width: 80%;
}

.article-load-more:hover {
    background: #000;
    color: #fff;
}

.modal#submit h3.event-title {
    max-width: 100%;
    font-size: 22px;
}

#submit h2 {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 15px;
}

#submit .modal-dialog {
    max-width: 596px;
}

#submit button {
    max-height: 50px;
    max-width: 95px;
    min-width: 95px;
}

.opportunity-details h2.faq-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.opportunity-details .accordion-header button {
    font-size: 24px;
    opacity: 0.80;
    font-weight: normal;
    padding-left: 0;
}

.opportunity-details .accordion-body p {
    font-size: 15px;
    opacity: 0.80;
    margin-bottom: 20px;
}

.opportunity-details .accordion-header button[aria-expanded="true"] {
    font-weight: 600;
}

.opportunity-details .accordion-body {
    padding-left: 0;
}

.opportunity-details .accordion-header button[aria-expanded="true"] {
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.opportunity-details .accordion-header button[aria-expanded="false"] {
    border-bottom: 1px solid #E5E3E3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.opportunity-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

/* .opportunity-gallery .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    max-height: 635px;
} */

.opportunity-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.9);
}

/* .opportunity-gallery .swiper-slide {
    width: 80%;
  }

  .opportunity-gallery .swiper-slide:nth-child(2n) {
    width: 60%;
  }

  .opportunity-gallery .swiper-slide:nth-child(3n) {
    width: 40%;
  } */

.opportunity-gallery {
    padding-top: 20px;
    padding-bottom: 40px;
}

.opportunity-gallery .slider-navigation {
    position: absolute;
    top: 40px;
    right: 21%;
    /* display: flex; */
    padding: 0;
    width: 80px;
    justify-content: space-between;
}

.opportunity-gallery .slider-navigation .prev-item-link i,
.opportunity-gallery .slider-navigation .next-item-link i {
    color: #000;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 10px;
    margin: 5px;
}

/* .opportunitygallery .swiper-slide.swiper-slide-active {
    width: 35% !important;
} */

/* .opportunitygallery {
    overflow: visible;
} */

.opportunitygallery .swiper-button-next,
.opportunitygallery .swiper-button-prev {
    position: static;
}

.download-inner {
    display: flex;
    border: 1px solid #E6E6E6;
    /* padding: 45px 35px; */
    align-items: center;
    margin-bottom: 30px;
}

.download-image {
    padding: 45px 35px;
    border-right: 1px solid #E6E6E6;
    min-width: 135px;
}

.download-text {
    padding-left: 42px;
}

.blur_effect {
    filter: blur(3px);
}

h2.investment-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

h3.sub-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

#nav-investment-profile p {
    margin-bottom: 40px;
}

.opportunity-list.overlay:before {
    background-color: rgba(0, 0, 0, 1);
}

.property-list h2 {
    font-size: 28px;
}

span.show-result {
    font-size: 24px;
    font-weight: 500;
    color: #808080;
}

.property-name h2 {
    font-size: 42px;
    line-height: normal;
}

.property-name .type {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
}

.property-details>div {
    /* width: 40%; */
    margin-right: 65px;
    display: inline-block;
    min-width: 144px;
}

.property-slide-nav {
    position: absolute;
    bottom: 0px;
    background: #000000;
    z-index: 9999;
    right: 0px;
    display: inline-block;
    height: 40px;
    width: 80px;
}

.property-slide-nav .swiper-button-next:after,
.property-slide-nav .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
}

a#dropdownMenuButton1 {
    font-size: 28px;
    color: #848484;
    font-weight: 500;
}

.property-list .dropdown {
    line-height: normal;
    margin-left: 20px;
}

.property-sort.show img {
    transform: rotate(-180deg);
}

.property-list .border-bottom.border-4 {
    border-bottom: 4px solid #000 !important;
}

.call-to-action {
    padding: 100px 0;
}

.call-to-action h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.call-to-action p {
    font-size: 15px;
    max-width: 560px;
}

.call-to-action a.btn {
    max-width: 220px;
    /* min-width: 220px; */
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.call-to-action a.btn:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.call-to-action a.btn:hover {
    border: 1px solid #fff;
}

img.w-20px {
    width: 20px;
}

.portfolio-title {
    margin-bottom: 20px;
}

table.table thead th,
table.table tfoot th,
table.table tbody td {
    padding: 15px 25px;
}

table.table thead th,
table.table tfoot th {
    background: #FAFAFA;
    font-size: 22px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

table.table tbody td {
    font-weight: 500;
}

table.table tbody td:nth-child(2) {
    font-size: 25px;

}

.opportunity-list .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}

.opportunity-list .swiper-slide.swiper-slide-active .opportunity-slider-content {
    opacity: 1;
}

.opportunity-list .swiper-slide .opportunity-slider-content {
    opacity: 0;
}


.opportunity-list .swiper-slide img {
    transform: scale(0.9);
    opacity: 0.30;
}


.swiper.opportunity-slider {
    overflow: visible;
}

section.opportunity-list {
    overflow: hidden;
}

.begin-investment {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000;
    left: 0;
    right: 0;
}

.begin-investment .modal-dialog {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
}

.begin-investment .modal-content {
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    background: #000;
}

.begin-investment .modal-body {
    max-width: 548px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.begin-investment h2 {
    font-size: 48px;
    margin-bottom: 65px;
}

.begin-investment .dropdown {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
}
:focus-visible {
    outline:0;
}
.begin-investment .dropdown input:focus-visible {
    outline:0;
}
.begin-investment .dropdown input {
    width: 100%;
    background: no-repeat;
    border: none;
    color: #fff;
    opacity: 1;
}

.begin-investment a#dropdownMenuButton1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}

.begin-investment .btn-secondary {
    width: 100%;
    max-width: 202px;
    /* margin-top: 50px; */
}

.begin-investment .styled-checkbox:checked+label:before {
    background: #000;
    border: 1px solid #fff;
}

ul.dropdown-menu.show {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.opportunitygallery .section-title {
    max-width: 1135px;
    padding: 0 15px;
    margin: 0 auto;
}

.status span {
    font-size: 16px;
    text-transform: uppercase;
    color: #939393;
    /* margin-right: 14px; */
    display: flex;
}

.status span strong {
    color: #000;
    margin-left: 14px;
    font-weight: bold;
}

.nda-signed {
    max-width: 136px;
    max-height: 49px;
    padding: 10px 15px;
}

.begin-investment-btn {
    min-width: 219px;
}

.join-event-popup .modal-footer .btn-primary {
    min-height: 60px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
}

.join-event-popup .modal-footer .btn-secondary {
    font-size: 15px;
    font-weight: 600;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    box-shadow: none;
}

.join-now-btn {
    line-height: 23px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    min-width: 181px;
}

.event-details.overlay:before {
    background-color: rgba(0, 0, 0, 0.30);
}

.submit-application-btn {
    max-width: 225px;
    padding: 15px 15px;
    width: 100%;
    min-width: 225px;
    min-height: 55px;
    font-size: 15px;
    font-weight: 600;
}

.back-btn {
    font-size: 12px;
    font-weight: 600;
}

.portfolio-page .table>:not(:first-child) {
    border-top: 0;
}

#signature button {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    min-width: 149px;
    min-height: 50px;
    margin: 0 9px;
}

.btn {
    font-weight: 600;
}

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


.upload-profile {
    display: flex;
    align-items: flex-start;
    margin-top: 10px !important;
    position: relative;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

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

.btn-rmv1 {
    display: none;
}

.btn-rmv1 {
    z-index: 9;
    width: 25px;
    height: 25px;
    line-height: 5px;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}


.btn_upload {
    position: relative;
}

.preview1 {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 10px;
    left: 2px;
    margin: 0;
    border-radius: 5px;
    z-index: -1;
}

.preview2 {
    position: relative;
    width: 45px;
    height: 45px;
    top: 10px;
    left: 2px;
    margin: 0;
    border-radius: 5px;
    z-index: -1;
}

input#removeImage1 {
    z-index: 9;
    width: 25px;
    height: 25px;
    line-height: 5px;
}

.orka-ltd {
    font-size: 13px;
    color: #595f65;
    font-weight:500;
}

.progress {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #efefef40;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fff;
}

.progress.yellow .progress-bar {
    border-color: #f5fe00;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 300;
}

.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

/* This for loop creates the necessary css animation names
  Due to the split circle of progress-left and progress right, we must use the animations on each side.
  */
.progress[data-percentage="1"] .progress-right .progress-bar {
    animation: loading-1 0.5s linear forwards;
}

.progress[data-percentage="1"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
    animation: loading-2 0.5s linear forwards;
}

.progress[data-percentage="2"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
    animation: loading-3 0.5s linear forwards;
}

.progress[data-percentage="3"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
    animation: loading-4 0.5s linear forwards;
}

.progress[data-percentage="4"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
    animation: loading-5 0.5s linear forwards;
}

.progress[data-percentage="5"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
    animation: loading-6 0.5s linear forwards;
}

.progress[data-percentage="6"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
    animation: loading-7 0.5s linear forwards;
}

.progress[data-percentage="7"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
    animation: loading-8 0.5s linear forwards;
}

.progress[data-percentage="8"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
    animation: loading-9 0.5s linear forwards;
}

.progress[data-percentage="9"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-10 0.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
    animation: loading-11 0.5s linear forwards;
}

.progress[data-percentage="11"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
    animation: loading-12 0.5s linear forwards;
}

.progress[data-percentage="12"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
    animation: loading-13 0.5s linear forwards;
}

.progress[data-percentage="13"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
    animation: loading-14 0.5s linear forwards;
}

.progress[data-percentage="14"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-15 0.5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
    animation: loading-16 0.5s linear forwards;
}

.progress[data-percentage="16"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
    animation: loading-17 0.5s linear forwards;
}

.progress[data-percentage="17"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
    animation: loading-18 0.5s linear forwards;
}

.progress[data-percentage="18"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
    animation: loading-19 0.5s linear forwards;
}

.progress[data-percentage="19"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-20 0.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
    animation: loading-21 0.5s linear forwards;
}

.progress[data-percentage="21"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
    animation: loading-22 0.5s linear forwards;
}

.progress[data-percentage="22"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
    animation: loading-23 0.5s linear forwards;
}

.progress[data-percentage="23"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
    animation: loading-24 0.5s linear forwards;
}

.progress[data-percentage="24"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-25 0.5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
    animation: loading-26 0.5s linear forwards;
}

.progress[data-percentage="26"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
    animation: loading-27 0.5s linear forwards;
}

.progress[data-percentage="27"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
    animation: loading-28 0.5s linear forwards;
}

.progress[data-percentage="28"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
    animation: loading-29 0.5s linear forwards;
}

.progress[data-percentage="29"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-30 0.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
    animation: loading-31 0.5s linear forwards;
}

.progress[data-percentage="31"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
    animation: loading-32 0.5s linear forwards;
}

.progress[data-percentage="32"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
    animation: loading-33 0.5s linear forwards;
}

.progress[data-percentage="33"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
    animation: loading-34 0.5s linear forwards;
}

.progress[data-percentage="34"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-35 0.5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
    animation: loading-36 0.5s linear forwards;
}

.progress[data-percentage="36"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
    animation: loading-37 0.5s linear forwards;
}

.progress[data-percentage="37"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
    animation: loading-38 0.5s linear forwards;
}

.progress[data-percentage="38"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
    animation: loading-39 0.5s linear forwards;
}

.progress[data-percentage="39"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-40 0.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
    animation: loading-41 0.5s linear forwards;
}

.progress[data-percentage="41"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
    animation: loading-42 0.5s linear forwards;
}

.progress[data-percentage="42"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
    animation: loading-43 0.5s linear forwards;
}

.progress[data-percentage="43"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
    animation: loading-44 0.5s linear forwards;
}

.progress[data-percentage="44"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-45 0.5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
    animation: loading-46 0.5s linear forwards;
}

.progress[data-percentage="46"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
    animation: loading-47 0.5s linear forwards;
}

.progress[data-percentage="47"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
    animation: loading-48 0.5s linear forwards;
}

.progress[data-percentage="48"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
    animation: loading-49 0.5s linear forwards;
}

.progress[data-percentage="49"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="51"] .progress-left .progress-bar {
    animation: loading-1 0.5s linear forwards 0.5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="52"] .progress-left .progress-bar {
    animation: loading-2 0.5s linear forwards 0.5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="53"] .progress-left .progress-bar {
    animation: loading-3 0.5s linear forwards 0.5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="54"] .progress-left .progress-bar {
    animation: loading-4 0.5s linear forwards 0.5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
    animation: loading-5 0.5s linear forwards 0.5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="56"] .progress-left .progress-bar {
    animation: loading-6 0.5s linear forwards 0.5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="57"] .progress-left .progress-bar {
    animation: loading-7 0.5s linear forwards 0.5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="58"] .progress-left .progress-bar {
    animation: loading-8 0.5s linear forwards 0.5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="59"] .progress-left .progress-bar {
    animation: loading-9 0.5s linear forwards 0.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-10 0.5s linear forwards 0.5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="61"] .progress-left .progress-bar {
    animation: loading-11 0.5s linear forwards 0.5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="62"] .progress-left .progress-bar {
    animation: loading-12 0.5s linear forwards 0.5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="63"] .progress-left .progress-bar {
    animation: loading-13 0.5s linear forwards 0.5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="64"] .progress-left .progress-bar {
    animation: loading-14 0.5s linear forwards 0.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-15 0.5s linear forwards 0.5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="66"] .progress-left .progress-bar {
    animation: loading-16 0.5s linear forwards 0.5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="67"] .progress-left .progress-bar {
    animation: loading-17 0.5s linear forwards 0.5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="68"] .progress-left .progress-bar {
    animation: loading-18 0.5s linear forwards 0.5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="69"] .progress-left .progress-bar {
    animation: loading-19 0.5s linear forwards 0.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-20 0.5s linear forwards 0.5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="71"] .progress-left .progress-bar {
    animation: loading-21 0.5s linear forwards 0.5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="72"] .progress-left .progress-bar {
    animation: loading-22 0.5s linear forwards 0.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="73"] .progress-left .progress-bar {
    animation: loading-23 0.5s linear forwards 0.5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="74"] .progress-left .progress-bar {
    animation: loading-24 0.5s linear forwards 0.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-25 0.5s linear forwards 0.5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="76"] .progress-left .progress-bar {
    animation: loading-26 0.5s linear forwards 0.5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="77"] .progress-left .progress-bar {
    animation: loading-27 0.5s linear forwards 0.5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="78"] .progress-left .progress-bar {
    animation: loading-28 0.5s linear forwards 0.5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="79"] .progress-left .progress-bar {
    animation: loading-29 0.5s linear forwards 0.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-30 0.5s linear forwards 0.5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="81"] .progress-left .progress-bar {
    animation: loading-31 0.5s linear forwards 0.5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="82"] .progress-left .progress-bar {
    animation: loading-32 0.5s linear forwards 0.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="83"] .progress-left .progress-bar {
    animation: loading-33 0.5s linear forwards 0.5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="84"] .progress-left .progress-bar {
    animation: loading-34 0.5s linear forwards 0.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-35 0.5s linear forwards 0.5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="86"] .progress-left .progress-bar {
    animation: loading-36 0.5s linear forwards 0.5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="87"] .progress-left .progress-bar {
    animation: loading-37 0.5s linear forwards 0.5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="88"] .progress-left .progress-bar {
    animation: loading-38 0.5s linear forwards 0.5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="89"] .progress-left .progress-bar {
    animation: loading-39 0.5s linear forwards 0.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-40 0.5s linear forwards 0.5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="91"] .progress-left .progress-bar {
    animation: loading-41 0.5s linear forwards 0.5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="92"] .progress-left .progress-bar {
    animation: loading-42 0.5s linear forwards 0.5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="93"] .progress-left .progress-bar {
    animation: loading-43 0.5s linear forwards 0.5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="94"] .progress-left .progress-bar {
    animation: loading-44 0.5s linear forwards 0.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-45 0.5s linear forwards 0.5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="96"] .progress-left .progress-bar {
    animation: loading-46 0.5s linear forwards 0.5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="97"] .progress-left .progress-bar {
    animation: loading-47 0.5s linear forwards 0.5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="98"] .progress-left .progress-bar {
    animation: loading-48 0.5s linear forwards 0.5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="99"] .progress-left .progress-bar {
    animation: loading-49 0.5s linear forwards 0.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

#unsubscribeyes select.form-select {
    border-bottom: 1px solid #ced4da !important;
    border: none;
    border-radius: 0;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.6);
}

#unsubscribeyes h4 {
    letter-spacing: 0px;
}

.modal button {
    max-height: 50px;
    line-height: normal;
}

.modal-dialog h1.event-title {
    font-size: 36px;
    letter-spacing: 0;
}

#unsubscribe .modal-dialog,
#unsubscribeyes .modal-dialog,
#unsubscribeSUBMIT .modal-dialog {
    max-width: 596px;
}

/*-==-=-=-=-=-=-= Responsive css -==-=-=-=-=-=-= */

@media (max-width: 767px) {
    
    .property-name {
        margin-top: 20px;
    }

    .call-to-action a.btn{
        max-width: 100%;
    }
    table.table tbody td:nth-child(2) {
        font-size: 18px;
    }

    table.table thead th, table.table tfoot th {
       
        font-size: 18px;
        padding: 15px;
      
    }

    .login-form {
        padding-left: 0px;
        width: 100%;
    }

    .opportunity-slider-content {
        flex-flow: column;
    }
    .opportunity-slider-content > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: start !important;
        margin-top: 10px;
    }

    .opportunity-slider-content > div > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
        min-width: 50%;
    }
    .opportunity-slider-content a {
        margin-bottom: 15px;
        margin-left: 0 !important;
    }
    .opportunity-list .swiper-slide.swiper-slide-active img {
        margin-left: 0 !important;
    }
    .opportunity-slider .slider-navigation {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        margin-top: 20px;
        right: 0;
    }
    .browse-opportunities {
        flex-flow: column;
        width: 100%;
    }
    .property-list .dropdown {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nav-tabs .nav-link {
        margin-right: 15px;
    }

    div#nav-investor-details {
        margin-top: 50px;
    }

    .pdf-sign-nda img {
        object-fit: cover;
        width: 100%;
    }

    .register-page .btn-login {
        width: 100%;
    }

    .opportunity-banner {
        height: 720px;
    }

}

@media only screen and (max-width: 1599px) and (min-width: 1200px)  {

    .about-portfolio-content { padding-left: 0; }

    .about-portfolio-slider { margin-top: -150px; }

    .container {
        max-width: 1205px;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 992px)  {

    .about-portfolio-slider {
        padding: 32px 0 0 32px;
        margin-top: -110px;
    }
    .about-portfolio-content {
        padding-left: 0;
    }
    .about-portfolio-subtitle {
        padding-top: 20px;
    }
    .about-portfolio-info {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1600px)  {
    .container {
        max-width: 1335px;
    }

}

@media (min-width: 1900px) {

    .container {
        max-width: 1540px;
    }
}


/*-==-=-=-=-=-=-= Responsive css -==-=-=-=-=-=-= */
#parsley-id-multiple-experience_investing,
#parsley-id-multiple-direct_investments,
#parsley-id-multiple-degree_of_risk,
#parsley-id-multiple-investing_style {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 4px;
}

.new-edit-icon {
    height: 40px;
    /* width: 30px; */
    border: black;
    border-style: solid;
    padding: 10px;
    border-width: 1px;
}

.view-signed-nda-pdf {
    width: 100%;
    height: 100vh;
}
