/* @font-face {
    font-family: 'SourceSansPro-light';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-Light.ttf);
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-Regular.ttf);
}

@font-face {
    font-family: 'SourceSansPro-Medium';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-Medium.ttf);
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf);
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-Bold.ttf);
}

@font-face {
    font-family: 'SourceSansPro-ExtraBold';
    src: url(../fonts/Source_Sans_3/static/SourceSans3-ExtraBold.ttf);
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
} */

@keyframes fadeInDown {
    100% {
        opacity: 1;
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        transform: translateX(1000px);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes fadeInUp {
    100% {
        opacity: 0;
        transform: translateX(1000px);
    }
    0% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #243658;
    font-family: "Playfair Display";
}
.w-30 {
    width: 30%;
}
.w-50 {
    width: 50%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
.decoration-none,
a {
    text-decoration: none;
}
.main .header .list .menu-active-dd {
    color: #91cff9 !important;
}
.list > ul > li > a.menu-active:hover {
    background-position: 0;
    background-size: 0;
}
.main .show-logo-sm {
    display: none;
}
.navbar-gradient-position {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 1;
}
.main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logo-content,
.main .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-content {
    z-index: 2;
}
.main .header .list .menu-active {
    color: #e58a36;
    padding-bottom: 0;
}
.main .show_sm .contact-btn {
    background-color: transparent;
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #91cff9;
    font-size: 15px;
    margin-top: 16.5px;
    margin-bottom: 60px;
}
.main .show_sm .contact-btn:hover {
    opacity: 1;
    background-color: #91cff9;
    color: #000 !important;
    transition: 0.5s;
}
nav .header .list ul .dropdown-item,
nav .header .list ul .business-dd {
    color: #fff !important;
    font-size: 15px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
}
.body-fixed {
    position: fixed;
    width: 100%;
}
.main .header .list {
    display: flex;
    z-index: 2;
}
.main .header .list > ul {
    display: flex;
    margin-bottom: 0;
}
.fund-bottom {
    padding-bottom: 40px;
}
.fund-invest {
    padding-top: 40px;
    padding-bottom: 50px;
}
.funds-investment {
    font-family: "Playfair Display Regular";
    color: #e58b37;
    padding-bottom: 0px;
}
.main .header .list > ul > li {
    font-weight: 600;
    padding: 5px 45px;
}
.mobile-view {
    margin-top: 37px;
    margin-left: -35px !important;
}
.mobileview-dropdown {
    margin-left: -25px !important;
}
.mobileview-dropdown > li > a:hover {
    color: #e58b37 !important;
}
a {
    text-decoration: none !important;
}
.main .header .list > ul > li:last-child {
    padding-right: 0px;
}
.main .header .list > ul > li > a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.main .header .list > ul > li > a:hover {
    color: #e58a36 !important;
}
.main .show_sm {
    display: none !important;
}
.main .right > div > p {
    font-weight: 500;
    font-size: 15px;
}
.display-none-lg {
    display: none !important;
}
.close-button {
    display: none;
}
ul {
    list-style-type: none;
}
button.toggle,
button.toggle img {
    width: 30px;
    height: 30px;
}
.toggle {
    display: none;
}
button.toggle {
    justify-content: center;
    align-items: center;
    background: 0 0;
}
.banner {
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 2px;
    margin-top: 400px;
    font-family: "Playfair Display Regular";
}
.header-font {
    font-weight: 500;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    nav .header .list ul .business-dd,
    nav .header .list.show_sm ul .business-dd {
        padding-top: 5px;
        padding-bottom: 0;
        font-weight: 400;
    }
    nav .header .list {
        width: 100%;
        flex-direction: column !important;
        align-items: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(7, 45, 53, 0.9);
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        opacity: 0.9;
        padding: 40px;
        z-index: 99999;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .header .list > ul {
        flex-direction: column;
    }
    .main .show-logo-lg {
        display: none;
    }
    .main .show-logo-sm {
        display: block !important;
        z-index: 2;
    }
    .display-none,
    .display-none-sm,
    .main .show_sm.display-none-lg {
        display: none !important;
    }
    .main .show_sm {
        display: flex !important;
    }
    nav .header .list ul li {
        padding: 10px 0;
    }
    nav .header .list ul .business-dd {
        font-size: 14px;
    }

    nav .header .list.show_sm ul .business-dd {
        font-size: 17px;
    }

    nav .header .list ul {
        margin-bottom: 10px;
        padding-left: 0;
    }
    .close-button {
        font-size: 32px;
        color: #ffff;
        display: flex !important;
        float: right;
        width: 100%;
        justify-content: flex-end;
        cursor: pointer;
    }
    .toggle {
        display: flex;
        cursor: pointer;
    }
}
@media screen and (min-width: 1401px) {
    .dropdown-menu {
        left: 25px !important;
        top: 34px !important;
        background-color: #00000060 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        border: 0px solid #0000 !important;
        padding: 10px 0 10px 0 !important;
        margin-top: 19px !important;
    }
}
@media screen and (max-width: 1400px) {
    .main .header .list > ul > li > a {
        font-size: 15px;
    }
    .main .header .list.show_sm > ul > li > a {
        font-size: 17px;
    }
    .dropdown-menu {
        left: 25px !important;
        top: 34px !important;
        background-color: #00000060 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        border: 0px solid #0000 !important;
        padding: 10px 0 10px 0 !important;
        margin-top: 19px !important;
    }
}
.about {
    margin-bottom: -5px;
}
.about .head {
    font-family: "Playfair Display Regular";
    color: #e58b37 !important;
}

.about p {
    font-family: "Playfair Display Regular";
    color: #dbccb0 !important;
    text-align: justify !important;
    font-size: 16px;
}
.team-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 10px;
}
.team-container > div {
    background-color: transparent;
    text-align: center;
    font-size: 30px;
}
.team-container > div > div > h4 {
    font-family: "Playfair Display Bold";
    font-size: 26px;
    color: #e58b37;
}
.team-container > div > div > p {
    font-family: "Source Sans Pro";
    font-size: 16px;
    text-align: justify;
    line-height: 21px;
    font-weight: 400;
}
.portfolio {
    padding-top: 130px;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 40px;
    padding: 10px;
}
.grid-container > div {
    background-color: transparent;
    text-align: center;
    font-size: 30px;
}
.grid-container > div > h4 {
    font-family: "Playfair Display Regular";
    font-size: 24px;
    color: #e58b37;
}
.grid-container > div > p {
    font-family: "Playfair Display Regular";
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.funds > div > h3 {
    font-family: "Playfair Display Bold";
    color: #e58b37;
}
.fund-desc {
    font-family: "Playfair Display Regular";
    color: #dbccb0 !important;
    font-size: 16px;
    text-align: justify;
}
.funds > div > p {
    font-family: "Playfair Display Regular";
    color: #dbccb0 !important;
}
.banner-text {
    height: 160px;
}
@media screen and (max-width: 992px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
    .team-container {
        grid-template-columns: auto auto;
    }
    .banner-text {
        height: 130px !important;
    }
    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
@media screen and (max-width: 612px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .footer-container {
        grid-template-columns: auto;
    }
    .banner-text {
        height: 140px !important;
    }
    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
@media screen and (min-width: 913px) {
    .badge-content {
        justify-content: end;
    }
}
@media screen and (max-width: 912px) {
    .team-container {
        grid-template-columns: auto;
    }
    .waveContainer {
        display: block;
    }
    .cards-wave {
        background-color: #223f48;
    }
    .badge-center {
        justify-content: center;
    }
    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
.fund-header {
    color: #e58a36 !important;
}
.funds h3 {
    font-size: 40px;
}
.funds p {
    padding: 0px 0px;
}
.footer-text {
    font-size: 14px;
}
.home .contact {
    background-color: #223f48;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 32px;
}
.home .contact .form-placer {
    width: 100%;
    margin: auto;
}
.home .contact form input {
    width: 100%;
    font-weight: 400;
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #eaeaea;
    outline: 0;
}
.home .contact form textarea {
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #eaeaea;
    outline: 0;
}
.home .contact .send-btn {
    background-color: #e58b37;
    border-radius: 15px;
    outline: none;
    border: none;
    width: 150px;
    height: 50px;
}
.badges > div > h2 {
    font-family: "Playfair Display Regular";
}
.contact > div > h2 {
    font-family: "Playfair Display Regular";
}
.contact > div > form {
    font-family: "Source Sans Pro";
}
.footer {
    background: #072d35;
    font-family: "Source Sans Pro";
}
.footer .infra-logo {
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer > div > div > ul > li > a {
    color: #fff !important;
    text-decoration: none !important;
}
.footer > div > p {
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Source Sans Pro' !important;
    text-decoration: none !important;
}

/* Floating label */
.input-group {
    position: relative;
}
.contact .input-group input {
    font-weight: 600;
    background-color: transparent;
    font-size: 15px;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 200px;
    border: none;
    border: 1px solid #91cff9;
    background-color: transparent;
    color: #eaeaea;
}
.contact .input-group label {
    position: absolute;
}
.contact .input-group input:focus {
    outline: none;
}
.contact .input-group label {
    font-weight: 600 !important;
    background-color: transparent;
    font-size: 15px;
    color: #eaeaea;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 11px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.contact .input-group input:focus ~ label,
.contact .input-group input:valid ~ label {
    top: -20px;
    font-size: 14px;
}

.contact .input-group textarea:focus ~ label,
.contact .input-group textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
}

.contact .input-group .bar {
    position: relative;
    display: block;
    width: 315px;
}
.contact .input-group .bar:before {
    left: 50%;
}
.contact .input-group .bar:after {
    right: 50%;
}
.contact .input-group input:focus ~ .bar:before,
.contact .input-group input:focus ~ .bar:after {
    width: 50%;
}
.contact .input-group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.contact .input-group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
.padding-left {
    padding-left: 10px;
}
.cards-wave {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 5px;
    width: 100%;
    margin-top: -456px;
    margin-bottom: -105px;
}
.team-cards-wave {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 5px;
    width: 100%;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem;
    position: relative;
    height: 100%;
}
.waveContainer {
    height: 100%;
    position: relative;
}
#list-data li {
    color: #dbccb0 !important;
    list-style-type: disc;
}
#list-number li {
    color: #dbccb0 !important;
    list-style-type: decimal;
}
.viewBox {
    height: 380px;
    width: 100%;
}
.path {
    stroke: none;
    fill: rgba(21, 144, 171, 0.3);
}
@media screen and (min-width: 801px) {
    .new-card {
        background-color: #fff !important;
        border-radius: 12px !important;
        width: 400px !important;
        height: 235px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .new-cards {
        display: block;
    }

    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
    .new-cards {
        background-color: #fff !important;
        border-radius: 12px !important;
        max-width: 350px !important;
        min-height: 100px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .new-card {
        display: block !important;
    }

    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
@media screen and (max-width: 499px) {
    .new-card {
        background-color: #fff !important;
        border-radius: 12px !important;
        width: 350px;
        min-height: 100px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .new-cards {
        display: block;
    }

    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
.card-headers {
    padding-bottom: 0px !important;
    color: #000 !important;
    padding-top: 10px !important;
}
.newcard-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    color: #000000 !important;
}
.dropdown-item:focus,
.dropdown-item:hover,
nav .header .list ul .dropdown-item:focus,
nav .header .list ul .dropdown-item:hover {
    color: #e58a36 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.main .header .list > ul > li > a:hover img.arrow-inactive {
    display: none;
}
.main .header .list > ul > li > a img.arrow-active-hover {
    display: none;
}
.main .header .list > ul > li > a:hover img.arrow-active-hover {
    display: inline-flex;
}
.bg-filter {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.header-bgcolor {
    background: #00000060;
}
.contact.fund_raiser .head{
    color: #E58A36 !important;
    font-size: 40px !important
}
ol.notes{
    padding-left: 16px;
}
ol.notes li{
    font-weight: 400;
    background-color: transparent;
    font-size: 16px;
    color: #eaeaea;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
    border:2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #E58A36 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E58A36 !important;
}
.dropdown-menu {
    min-width: 13rem !important;
}
@media screen and (max-width: 1400px) {
.dropdown-menu.investment-dropdown {
    left: -28px !important;
}
}
@media screen and (min-width:1401px) {
.dropdown-menu.investment-dropdown {
    left: -28px !important;
}
}
.swal-modal {
    border-radius: 20px;
    background-color: #f4f4f4;
}
.swal-title {
    font-weight: 700;
    color: #303031;
    font-size: 24px;
}
.swal-text {
    font-weight: 600;
    color: #303031;
}
.swal-button {
    font-size: 16px;
}
.swal-icon--success__ring {
    border: 4px solid rgba(36, 54, 88, .5)
}
.swal-icon--success__line {
    background-color: rgba(36, 54, 88, 1);
}
.swal-footer .swal-button {
    background-color: #91cff9;
    padding: 8px 35px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #91cff9;
    color: #303031;
    text-transform: uppercase;
}
.swal-button:not([disabled]):hover {
    background-color: #91cff9d6;
    border: 1px solid #91cff9d6;
}
.swal-footer {
    display: flex;
    justify-content: center;
}
.col-flex-sm{
    flex-direction: row;
}
@media screen and (max-width: 768px) {
    .w-50{
        width: 100% !important
    }
    .col-flex-sm{
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .mt-xs-3{
        margin-top: 1rem !important;
    }
}
.banner-text {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    position:absolute;
    z-index: -1;
    top: 510px;
    left: 0px;
    border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
    .banner {
        text-transform: uppercase;
        font-size: 38px;
        letter-spacing: 2px;
        margin-top: 98px;
    }
    .main {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
    .banner h1 {
        font-size: 20px !important;
        padding: 0px 10px;
    }
    .banner-text {
        top: 188px;
    }
}
@media screen and (max-width: 600px) {
    .banner-text {
        top: 178px;
    }
}
@media screen and (max-width: 414px) {
    .banner-text {
        top: 202px;
    }
}
@media screen and (max-width: 375px) {
    .banner-text {
        top: 226px;
    }
}