@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('variables.css');

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/Ubuntu/Ubuntu-Light.ttf');
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/Ubuntu/Ubuntu-Medium.ttf');
}

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

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

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'TT-Commons-Regular';
    src: url('../fonts/TT-commons-cufonfonts/TT-Commons-Regular.otf');
}

@font-face {
    font-family: 'TT-Commons-Medium';
    src: url('../fonts/TT-commons-cufonfonts/TT-Commons-Medium.otf');
}

@font-face {
    font-family: 'TT-Commons-Bold';
    src: url('../fonts/TT-commons-cufonfonts/TT-Commons-Bold.otf');
}

@font-face {
    font-family: 'TT-Commons-DemiBold';
    src: url('../fonts/TT-commons-cufonfonts/TT-Commons-DemiBold.otf');
}

@font-face {
    font-family: 'TT-Commons-Light';
    src: url('../fonts/TT-commons-cufonfonts/TT-Commons-Light.otf');
}

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

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

@font-face {
    font-family: 'GT-Planar-Light';
    src: url('../fonts/GT-Planar/GT-Planar-Light-Trial-BF63bcd77b74df6.otf');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Ubuntu-Regular';
    font-weight: var(--font-weigth-normal) !important;
    height: 100vh;
}

a {
    text-decoration: none !important;
    color: black;
}

a:hover {
    color: black;
}

.btn {
    background-color: inherit;
}

#search-filter .btn{
    background-color: brown;
}
.row {
    margin-left: auto;
    margin-right: auto;
}

p {
    color: #3c3c3cd9;
    /* color: #777777; */
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label.error {
    color: red !important;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 13px;
    position: relative;
    left: 0;
    /* font-weight: 600; */
}

label {
    position: relative;
}

label.required::after {
    content: "*";
    position: absolute;
    top: 0;
    right: -10px;
    color: red;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul.alpha {
    list-style-type: lower-alpha;
    padding: revert;
}

ul.alpha li {
    margin-bottom: 10px;
}

.signBar p span:first-child {
    display: inline-block;
    width: 10%;
}

label.error {
    color: red;
}

.cms-body {
    font-family: "Lato", sans-serif !important;
    font-size: 20px;
}

#ndaModal .modal-dialog {
    max-width: 50%;
}

#questionnaireModal .modal-dialog {
    max-width: 40%;
}

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

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

.sa-confirm-button-container button.confirm {
    background-color: #336caf;
    color: white;
    padding: 6px 20px;
    font-size: 16px;
    margin-top: 10px;
}

/* Navbar */
.navbar-nav .nav-item .nav-link {
    font-size: var(--font-small);
    color: var(--color-secodanry);
    font-weight: var(--font-weight-regular);
    margin: 0 16px;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: var(--color-active);
    transition: width 0.3s;
}

.offcanvas-body .nav-item {
    line-height: 35px;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    /* border-bottom: 3px solid #336caf; */
    color: var(--color-active) !important;
    /* font-family: 'Ubuntu-Medium'; */
}

.navbar-nav .nav-item .nav-link.active {
    font-family: 'Ubuntu-Medium';
}

.btnSubmit {
    background-color: #336caf;
    color: white;
    transition: all 0.3s ease-in-out;
}

.btnDanger {
    background-color: #f44336;
    color: white;
}

.btnDanger:hover {
    background-color: #df7068;
    color: white;
}

.btnSubmit:hover {
    color: white;
    background-color: #94bfe7;
}

.btnDefult {
    background-color: #336caf;
    color: white;
    font-size: 22px;
    /* font-weight: 600; */
    -webkit-transition: all 0.2s linear 0.02s;
    -o-transition: all 0.2s linear 0.02s;
    -moz-transition: all 0.2s linear 0.02s;
    transition: all 0.2s linear 0.02s;
    border-radius: 0;
}


.btnOutline {
    border: 1px solid white;
    padding: 8px 16px;
    /* border-radius: 8px; */
    transition: all 0.3s ease-in-out;
}

.btnOutline:hover {
    background-color: #336caf;
}

.btnDefult:hover {
    color: white;
    background-color: #94bfe7;
}

.logBox {
    /* background-color: #336caf; */
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.loginBtn {
    padding: 10px 30px;
    /* border-radius: 7px; */
    display: inline-block;
    background-color: #3e8bbf;
    font-size: 16px;
    /* border: 1px solid #3e8bbf; */
}

/* a.loginBtn:hover, a.loginBtn:focus, a.loginBtn:active{
    background-color: #ffffff;
    color: #3e8bbf;
    border: 1px solid #3e8bbf;
} */

.btnPrimary {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: initial;
    text-transform: uppercase;
    /* border-radius: 8px; */
}

.signBtn {
    background-color: #336caf;
    padding: 7px 24px;
    border: 0;
    font-size: 18px;
    width: 50%;
}

.signBtn:hover {
    transition: all 0.3s ease-in-out;
    background-color: rgb(82, 161, 250);
}

.text-default {
    color: #3c3c3cd9;
}

.fs-22 {
    font-size: 22px;
}

.form label {
    font-size: 16px;
}

.passwordicon {
    position: relative;
}

.passwordicon i {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    color: var(--color);
}

.select2-container {
    width: 100% !important;
    margin-bottom: 5px;
}

.ndaWrapper p {
    margin-bottom: 12px;
}

/* select 2 */
.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
    color: #6C757D !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 50rem !important;
}

/* home page */
.banner {
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    background-position: center center;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    /* margin: 111px 0 88px 0; */
}


.banner .detailBox {
    /* width: 45%; */
    display: inline-block;
    background-color: #ffffff4d;
    padding: 35px;
    margin: 60px 0 0 50px;
}

.banner .detailBox h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 30px;
    color: #3e8bbf;
}

.banner .detailBox p {
    font-size: 30px;
    margin-bottom: 25px;
}


.headingsmall {
    color: #3e8bbf;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 48px;
}

.heading .sub,
.headingsmall .sub {
    color: #3e8bbf;
}

.ourServices {
    padding-bottom: 80px;
}

.ourServices p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.ourServicesBox {
    background-color: #3e8bbf;
    display: grid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* padding-top: 30px;
    padding-left: 50px;
    border-radius: 30px;
    height: 290px; */
}

.ourServicesBox .imgBox {
    padding: 20px;
}

.ourServicesBox h6 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    /* font-family: "Poppins"; */
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.ourServicesBox img {
    width: 100%;
    height: 190px;
    /* border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; */
}


.expertise {
    position: relative;
    margin-bottom: 78px;
    background-image: url(../img/expertBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-attachment: fixed;
    padding: 30px 0;
}

.expertise .left {
    margin-top: 146px;
    padding-left: 50px;
}

.expertise::after {
    content: " ";
    width: 50%;
    background-color: #f1f6f9;

    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.expertiseBox {
    padding-left: 56px;
    position: relative;
    padding-right: 10rem;
    margin-bottom: 62px;
}

.expertiseBox .expImg {
    position: absolute;
    top: 20%;
    left: -2vw;
}

/* .expertiseBox img {
  width: 80px;
  height: 80px;
} */
.expertiseBox p {
    font-size: 16px;
}

.invest {
    margin-bottom: 160px;
}

.invest .investBox p,
.impact .impactDesc p {
    font-size: 24px;
    line-height: 28px;
}

.investBox img {
    height: 90px;
}

/* .impact {
    margin-bottom: 104px;
} */

.impact .impactDesc {
    margin-bottom: 52px;
}

.impactWrapper {
    /* background-color: #3d7cbc; */
    padding: 76px 0 66px 0;
}

/* Counter Css width: 30px;
height: 30px;
position: absolute;
top: ;
bottom: 0;
border: 1px solid red;
left: 60%;
top: 0;
border-radius: 50rem;
display: flex;
justify-content: center;
align-content: center;
align-items: center;*/
.counttBox {
    border: 2px solid #3e8bbf;
    border-radius: 0;
    padding: 30px;
}

#counter {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    padding-left: 0;
    /* gap: 30px; */
}

#counter li {
    flex: 1;
    text-align: center;
}

#counter li p.count {
    font-size: 60px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    color: #3e8bbf;
}

#counter li p.percent:after {
    content: "+";
    display: inline-block;
    color: #3e8bbf;
}

#counter li .cInfo p {
    font-size: 16px;
    color: #3e8bbf;
    margin-bottom: 0;
}

.logOut {
    border-left: 3px solid #275788;
}

.logOut a {
    color: #275788;
    font-size: 24px;
    font-weight: bold;
}

/* Counter Css */
.industries {
    margin-bottom: 106px;
}

.industries .indBox {
    margin: 0 0 0 40px;
    background-color: #f6f6f6;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.industries .indBox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border-radius: 20px; */
}

.industries .indBox h5 {
    text-transform: uppercase;
}

/* profile page */
.profile .pImg img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.profile .left {
    height: 100%;
}

.profile .form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.profile .form-control:focus {
    border-radius: 0;
    border-bottom: 1px solid #275788;
}

.profile .cbanner {
    height: 30vh;
    margin-top: 77px;
}

.profile .cbanner-impact {
    height: 30vh;
    margin-top: 77px;
}

.profile .prop_banner {
    height: 30vh;
    margin-top: 77px;
}

.profile .cbanner-strategy {
    height: 30vh;
    margin-top: 77px;
}

.profile .cbanner-profile {
    height: 30vh;
    margin-top: 77px;
}

.profile .cbanner-about {
    height: 30vh;
    margin-top: 77px;
}

svg {
    width: '20px';
}

.rmvProfile {
    width: 30px;
    height: 30px;
    position: absolute;
    /* top: ; */
    bottom: 0;
    border: 1px solid #e6e6e6;
    right: 30%;
    top: -12%;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rmvProfile i {
    color: red;
}

/* list page */
.profileWrapper .profileBox {
    position: relative;
}

.profileWrapper .profileBox .icon {
    position: absolute;
}

.profileWrapper .profileBox .icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.profileWrapper .profileBox .name {
    background-color: transparent;
    padding: 7px 15px 7px 60px;
}

.profileWrapper .profileBox .name p {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.properties {
    margin: 100px 0;
}

.exploreBanner {
    margin: 50px 0 50px 0;
}

.exploreBanner p {
    font-size: 22px;
    font-weight: 300;
}

.tabs .nav-pills .nav-link {
    color: #777777;
    font-size: 18px;
    padding: 4px 25px;
    border-radius: 0;
}

.tabs .nav-pills .nav-link.d-link {
    padding: 4px 25px;
}

.tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white;
    background-color: #3d7dbb;
    border-radius: 0;
}

.tabs .nav-pills .nav-link:hover {
    color: white;
    background-color: #3d7dbb;
    border-radius: 0;
}

.tabs .nav-pills .nav-link i {
    color: rgb(39, 87, 136);
}

.tabs .nav-pills .nav-link:hover i {
    color: white;
}

.pListCard {
    /* border-radius: 8px; */
    transition: all 0.3s ease-in-out;
}

.pListCard:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.pListCard .topImg .imgBox {
    overflow: hidden;
    position: relative;
}

.pListCard .topImg .imgBox .showIntrest {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pListCard .topImg .imgBox p {
    color: white;
}

.pListCard:hover .topImg .imgBox img {
    transform: scale(1.1);
}

.pListCard .topImg .imgBox img {
    height: 230px;
    transition: all 0.3s ease-in-out;
}

.pListCard .closeDate {
    background-color: #333333;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.pListCard .oInvestmnt {
    position: relative;
    background-color: #3d7dbb;
    padding: 3px 0;
}

.pListCard .oInvestmnt .icon {
    position: absolute;
    right: 10px;
    background-color: #3d7dbb;
    width: 40px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pListCard .oInvestmnt .icon i {
    color: white;
}

.pListCard .oInvestmnt p {
    font-size: 18px;
}

.pListCard .card-body .card-title {
    font-size: 30px;
    color: #003333;
}

.pListCard .card-body .card-subtitle {
    font-size: 20px;
    color: #656565;
    font-weight: 300;
}

.pListCard .card-body div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pListCard .card-body div span:first-child {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
}

.pListCard .card-body div span:last-child {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.detailsBtn {
    background-color: #3d7cbc;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 0;
    border-radius: 8px;
    position: relative;
    padding-right: 40px;
}

.detailsBtn:after {
    position: absolute;
    content: url("../img/right-arrow.png");
    padding-left: 8px;
}

.detailsBtn:hover {
    color: white;
    background-color: #94bfe7;
}

/* Property Detil Page */
.reqProp {
    background-color: #3d7dbb;
}

.pDetailBanner {
    background-image: url(../img/property-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 545px;
    background-position: center;
    /* margin-bottom: 88px; */
    position: relative;
    margin: 111px 0 55px 0;
}

.detailWrapper {
    padding: 95px;
}

.pDetailBanner::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.pDetailBanner .left,
.pDetailBanner .right {
    position: relative;
    z-index: 99;
}

.pDetailBanner .left .pName h6 {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.pDetailBanner .left .pName p {
    font-size: 20px;
    color: #d0cfce;
}

.pDetailBanner .left .pDetail .pDetailBox p {
    line-height: 20px;
}

.pDetailBanner .left .pDetail .pDetailBox p:first-child {
    font-size: 16px;
    color: #d0cfce;
}

.pDetailBanner .left .pDetail .pDetailBox p:last-child {
    font-size: 18px;
    color: white;
}

.pDetailBanner .left .pDetail a {
    font-size: 16px;
    color: #d0cfce;
}

/* .pDetailBanner .right {
  width: 85%;
  margin-left: auto;
} */
.detailWrapper .percent {
    font-size: 22px !important;
}

.pDetailBanner .right .investBox .iTop {
    background-color: #3d7dbb;
    padding: 14px 0;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.pDetailBanner .right .investBox .iTop h5 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.pDetailBanner .right .iBody {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
}

.pDetailBanner .right .iBody .iTargets {
    border-bottom: 2px solid #454543;
}

.pDetailBanner .right .iBody .itrBox .iValue p {
    font-size: 30px;
    color: #94bfe7;
}

.pDetailBanner .right .iBody .itrBox .iValue .pm {
    height: 40px;
}

.pDetailBanner .right .iBody .itrBox .iValue span {
    height: 18px;
    font-size: 18px;
}

.pDetailBanner .right .iBody .itrBox .iValueInfo p {
    color: white;
    font-weight: 400;
}

.pDetailBanner .right .iBody .itrBox .iValueInfo p:last-child {
    font-size: 14px;
}

.fsz-18-regular {
    font-size: 18px;
    font-weight: 400;
}

.pTabs {
    position: sticky;
    top: 95px;
    z-index: 99;
    padding: 10px 0;
}

.topFixed {
    position: sticky;
    top: 110px;
    z-index: 99;
    padding: 10px 0;
}

.pDetailTab h4.heading {
    font-size: 41px;
}

.pDetailTab .detailBox div p:first-child {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
}

.pDetailTab .detailBox div p:last-child {
    font-size: 24px;
    color: #333333;
}

.pDesc .carousel-inner .carousel-item img,
.pDesc .carousel-inner .carousel-item video {
    height: 420px;
    object-fit: contain;
}

.carousel-item {
    background-color: #dddddd;
}

.pDesc .carousel-inner .carousel-item img.play {
    position: absolute;
    top: 42%;
    left: 45%;
    width: 75px;
    height: 75px;
}

.pDesc .carousel-control-next,
.carousel-control-prev {
    height: 85%;
}

.pDesc .carousel-indicators {
    margin-bottom: 0;
}

.pDesc .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pLocation p {
    font-size: 20px;
}

.pLogo img {
    width: 100%;
    /* height: 115px; */
    /* object-fit: cover; */
}

.pMngmntInfo p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
}

.pMngmntInfo a {
    font-size: 27px;
    color: #3476b8;
    margin-bottom: 16px;
}

.planInfo p {
    font-size: 20px;
    font-weight: 300;
}

.docs .pmBtn i {
    color: white;
    background-color: #3d7cbc;
    padding: 4px 6px;
    border-radius: 20px;
    margin-left: 5px;
}

.docs .documents li {
    /*    line-height: 70px;*/
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.docs .documents li a {
    font-size: 24px;
    color: #777777;
    /*    position: relative;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.docs .documents li:hover a {
    color: #3476b8;
}

/*.docs .documents li a::after {
    content: "";
    background-image: url(../img/pdf.png);
    position: absolute;
    right: 0;
    top: 13px;
    width: 41px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

.docs .pmBtn .minus {
    display: inline-block;
}

.docs .pmBtn .plus {
    display: none;
}

.docs .pmBtn.collapsed .plus {
    display: inline-block;
}

.docs .pmBtn.collapsed .minus {
    display: none;
}

/* Sign  */

.bgSign {
    background-color: #3475b7;
    /* border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; */
    height: 100%;
}

.bgLogin {
    background-color: rgba(102, 179, 255, 0.5);
    height: 100%;
}

.form {
    width: 80%;
    margin: auto;
}

.leftBox {
    position: relative;
}

.form-group {
    height: 80px;
    margin-bottom: 10px;
}

.form .form-control {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}

.formBox {
    height: 70vh;
    /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
    position: relative;
}

.formBox img.logo {
    position: absolute;
    width: 100px;
    top: 5%;
    left: 2%;
}

.formBox img.logo.login {
    position: absolute;
    width: 100px;
    top: 5%;
    right: 2%;
    left: auto;
}

/* Contact  */
.cForm textarea {
    height: 100px !important;
}

.cnBox {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    transition: all 0.3s ease-in-out;
    margin-bottom: 16px;
}

.cnBox:hover p,
.cnBox:hover a {
    color: white;
}

.cnBox:hover i {
    color: white;
    transform: scale(1.5);
}

.cnBox:hover {
    background-color: #3475b7;
}

.cnBox p,
.cnBox a {
    color: #777777;
    font-weight: 500;
}

.CboxWrapper {
    position: relative;
    top: -30%;
}

.cbanner {
    position: relative;
    background-image: url(../img/contact-us.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.cbanner::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.cnBox i {
    color: #3476b8;
    transition: all 0.5s ease-in-out;
}


/*new*/

#fund-investment-report-list a.status {
    color: #fff;
    font-size: 13px;
    padding: 2px 0;
    min-width: 88px;
}

#fund-investment-report-list a.bg-info.status {
    background-color: #20a8d8 !important;
    min-width: 88px;
}

#fund-investment-report-list a.bg-success.status {
    background-color: #4dbd74 !important;
    min-width: 88px;
}

#fund-investment-report-list a.bg-error.status {
    background-color: #f86c6b !important;
    min-width: 88px;
}

.select2-container--open .select2-dropdown--below {
    /* border-top: none; */
    border: 1px solid #aaa !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.select2-results__option {
    padding: 2px 6px !important;

}

/* about us */

.bgprimary {
    background-color: rgba(102, 179, 255, 0.2);
}

.impoBox p {
    text-align: justify;
}

.teamBox {
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 260px;
    overflow: hidden;
    background-color: white;
    /* border-radius: 20px; */
}

.teamBox .social {
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 12px 0;
}

.gvmBox {
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gvmBox p {
    text-align: justify;
}

.gvmBox .iconBox {
    background-color: #3476b8;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    margin-bottom: 8px;
}

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

.teamBox:hover .social {
    bottom: 0%;
    /* background-color: rgba(102, 179, 255, 0.2); */
}

.teamBox img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.teamBox:hover img {
    transform: scale(1.1);
}

.teamBox .social ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin-bottom: 0;
}

.teamBox .social ul li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.teamBox .social ul li i {
    color: white;
}

.teamBox .social ul li.twitter {
    background-color: #1da1f2;
}

.teamBox .social ul li.linkedin {
    background-color: #0077b5;
}

.teamBox .social ul li.facebook {
    background-color: #4867aa;
}

.teamBox .social ul li.instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%,
            #fec564,
            transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%,
            #fec564,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%,
            #d9317a,
            transparent),
        linear-gradient(#6559ca,
            #bc318f 30%,
            #e33f5f 50%,
            #f77638 70%,
            #fec66d 100%);
}

/* Table */
caption,
.costTable th,
.costTable td.total,
.costTable .bgCost td {
    font-size: 20px;
    color: #3476b8;
    font-weight: bold;
    border-bottom: 0;
}

.totalRow {
    background-color: #f8fafc;
}

.costTable>thead,
.costTable .bgCost {
    background-color: #f1f5f9;
    border-style: hidden;
}

.costTable td {
    font-size: 22px;
    color: #777777;
    padding: 20px 0 10px 0;
}

/* Form css */
.form-select:focus {
    border-color: #eee;
    outline: 0;
    box-shadow: none;
}

.teamCard img {
    height: 285px;
    object-fit: cover;
}

.teamCard .card-title {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.teamCard a i {
    color: #417dcd;
}

.form-select {
    font-size: 14px;
    color: #777777;
    border-radius: 50rem;
    background-image: url(../img/tringal.png);
    background-size: 10px 6px;
}

#Disclaimers p {
    font-size: 22px;
    text-align: justify;
}

.chart #pichart svg,
#barchart svg {
    width: auto;
}

/* footer */
.footer {
    background-color: var(--secondary-background);
}

.footer .fLinks h6 {
    font-size: 25px;
    font-weight: bold;
    color: #3d7cbc;
    margin-bottom: 30px;
}

.footer .fLinks ul li {
    line-height: 31px;
}

.footer .fLinks ul li a {
    font-size: 19px;
}

.footer .fLinks ul li:hover a,
.footer .fLinks ul li a:hover i {
    color: #3d7cbc;
}

.footer .fLinks ul li a i {
    font-size: 40px;
    margin-top: 10px;
    color: #383838;
}

.subFooter {
    background-color: #3d7cbc;
}

.subFooter p.copy {
    font-size: 16px;
    color: white;
}

.subFooter p.power {
    font-size: 16px;
    color: white;
}

#reportType {
    border-radius: 50px;
    border: none;
    height: 44px;
    padding: 0px 12px;
    background: #336caf;
    color: #fff;
    font-weight: 700;
}

.bg-transparent {
    background-color: transparent;
}

.mainNav {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.home-menu
{
     background-color: transparent !important;
}
/* footer {
    margin-top: 3rem;
} */

.border-cust {
    border-left: 1px solid #3c3c3c3b;
    border-right: 1px solid #3c3c3c3b;
}

.icon-bg {
    /* background: url("../img/icon-bg.png") no-repeat; */
    background-color: #ffffff;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    /* border: 2px solid #3e8bbf; */
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}



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

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
        margin: 0 auto;
    }
}
.navbar .logo {
    width: 100px;
    margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .navbar .logo {
        /* width: 180px; */
        width: 100px;
        margin-top: 10px;
    }

    .formBox {
        height: 85vh;
    }

    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }

    .banner {
        padding-bottom: 60px;
    }

    .loginBtn {
        padding: 10px 45px;
    }

    .btnDefult {
        font-size: 15px;
    }

    .banner .detailBox h2 {
        font-size: 40px;
        /* line-height: 75px; */
    }

    .banner .detailBox p {
        font-size: 20px;
    }

    .heading {
        font-size: 30px;
        margin-bottom: 10px !important;
    }

    .ourServices {
        padding-bottom: 80px;
    }

    .ourServices p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 60px;
    }

    /* .ourServicesBox {
        height: 257px;
    } */

    .ourServicesBox h6 {
        font-size: 15px;
    }

    .ourServicesBox img {
        height: 170px;
    }

    /* .expertise {
        margin-bottom: 60px;
    } */

    .expertiseBox img {
        width: 70px;
        height: 70px;
    }

    .expertiseBox .expImg {
        top: 15%;
    }

    .expertiseBox {
        padding-right: 7rem;
        margin-bottom: 40px;
    }

    .invest {
        margin-bottom: 90px;
    }

    /* .impact {
        margin-bottom: 60px;
    } */

    .investBox img {
        height: 70px;
    }

    .invest .investBox p,
    .impact .impactDesc p {
        font-size: 16px;
        line-height: 20px;
    }

    .impactWrapper {
        padding: 44px 0 15px 0;
    }

    #counter li p.count {
        font-size: 50px;
    }

    #counter li .cInfo p {
        font-size: 20px;
    }

    .industries .indBox img {
        height: 150px;
    }

    .exploreBanner p {
        font-size: 20px;
    }

    .tabs .nav-pills .nav-link {
        font-size: 16px;
    }

    .form-select {
        font-size: 14px;
    }

    .pListCard .card-body .card-title {
        font-size: 24px;
    }

    .pListCard .oInvestmnt p {
        font-size: 16px;
    }

    .pListCard .card-body .card-subtitle {
        font-size: 18px;
    }

    .pListCard .card-body div span:first-child {
        font-size: 18px;
    }

    .pListCard .card-body div span:last-child {
        font-size: 16px;
    }

    .pListCard .card-body div {
        margin-bottom: 16px;
    }

    .detailsBtn {
        font-size: 14px;
        padding: 10px 0;
        padding-right: 40px;
    }

    .pDetailBanner .right .iBody {
        padding: 20px;
    }

    .pDetailBanner .right .iBody .itrBox .iValue p {
        font-size: 30px;
    }

    .pDetailBanner .right .iBody .itrBox .iValue span {
        height: 20px;
        font-size: 20px;
    }

    .fsz-18-regular {
        font-size: 16px;
    }

    .tabs .nav-pills .nav-link.d-link {
        padding: 4px 18px;
    }

    .pDetailTab h4.heading {
        font-size: 30px;
    }

    .pDetailTab .detailBox div p:first-child {
        font-size: 20px;
    }

    .pDetailTab .detailBox div p:last-child {
        font-size: 22px;
    }

    .pLocation p {
        font-size: 18px;
        text-align: justify;
    }

    .pMngmntInfo p {
        font-size: 22px;
    }

    .pMngmntInfo a {
        font-size: 24px;
    }

    .teamCard .card-title {
        font-size: 24px;
    }

    .planInfo p {
        font-size: 18px;
    }

    caption,
    .costTable th,
    .costTable td.total,
    .costTable .bgCost td {
        font-size: 18px;
    }

    .pListCard .card-body .card-title {
        font-size: 22px;
    }

    .costTable td {
        font-size: 20px;
    }

    .docs .documents li a {
        font-size: 22px;
    }

    #Disclaimers p {
        font-size: 18px;
    }

    .footer .fLinks h6 {
        font-size: 22px;
    }

    .footer .fLinks ul li a {
        font-size: 19px;
    }

    footer .logoBox img {
        width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .formBox img.logo,
    .formBox img.logo {
        width: 70px;
    }

    .industries .indBox img {
        width: 100%;
        height: 125px;
        object-fit: cover;
        /* border-radius: 20px; */
    }

    .logBox {
        width: 65%;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

    .loginBtn {
        padding: 8px 30px;
        /* border-radius: 10px; */
    }

    .btnDefult {
        font-size: 16px;
    }

    .banner {
        background-size: 100%;
        min-height: 510px;
        background-position: bottom;
        margin: 30px 0 30px 0;
    }

    .navbar .logo {
        max-height: 100px;
    }

    .banner .detailBox h2 {
        font-size: 70px;
        margin-bottom: 15px;
        line-height: 70px;
    }

    .banner .detailBox p {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .heading {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .ourServicesBox {
        padding-top: 24px;
        padding-left: 24px;
        height: auto;
    }

    .ourServicesBox h6 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ourServicesBox img {
        height: 145px;
        object-fit: cover;
    }

    /* .ourServices,
    .expertise,
    .invest,
    .impact {
        padding-bottom: 50px;
    } */

    .expertiseBox img {
        width: 65px;
        height: 65px;
    }

    .expertiseBox p {
        font-size: 20px;
    }

    .expertiseBox {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .expertiseBox .expImg {
        left: -4vw;
    }

    .invest .investBox p,
    .impact .impactDesc p {
        font-size: 20px;
        line-height: 24px;
    }

    #counter li .cInfo p {
        font-size: 16px;
    }

    #counter li p.count {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .impactWrapper {
        padding: 40px 0;
    }

    .properties {
        margin: 30px 0;
    }

    .tabs .nav-pills .nav-link {
        font-size: 19px;
        padding: 4px 21px;
    }

    .form-select {
        font-size: 18px;
    }

    .pListCard .card-body .card-title {
        font-size: 24px;
    }

    .detailWrapper {
        padding: 20px;
    }

    .pDetailBanner .right .iBody {
        padding: 18px;
    }

    .pDetailBanner .right {
        width: 100%;
    }

    .pDetailBanner .right .iBody .itrBox .iValue span {
        height: 16px;
        font-size: 13px;
    }

    .pDetailBanner .right .iBody .itrBox .iValue p {
        font-size: 26px;
    }

    .fsz-18-regular {
        font-size: 16px;
        font-weight: 400;
    }

    .pDetailBanner {
        min-height: 375px;
        margin-bottom: 20px;
    }

    .tabs .nav-pills .nav-link.d-link {
        padding: 4px 14px;
    }

    .pDetailTab h4.heading {
        font-size: 30px;
    }

    .pDesc .carousel-inner .carousel-item img,
    .pDesc .carousel-inner .carousel-item video {
        height: 275px;
    }

    .pDetailTab .detailBox div p:first-child {
        font-size: 16px;
    }

    .pDetailTab .detailBox div p:last-child {
        font-size: 18px;
    }

    .pMngmntInfo p {
        font-size: 20px;
    }

    .docs .documents li {
        line-height: 40px;
    }

    .docs .documents li a {
        font-size: 20px;
    }

    /*   .docs .documents li a::after {
        background-size: 60%;
    }*/
    #ndaModal .modal-dialog {
        max-width: 80%;
    }

    #questionnaireModal .modal-dialog {
        max-width: 70%;
    }

    #Disclaimers p {
        font-size: 20px;
    }

    .cnBox {
        height: 175px;
    }

    footer .logoBox img {
        width: 150px;
    }

    .footer .fLinks ul li a {
        font-size: 18px;
    }

    .footer .fLinks h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.bk-home{
    position: absolute;
    left: 20px;
    top: 20px;
}

@media only screen and (max-width: 767px){
    .bk-home span{
          display: none;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .header-content .heading{
     text-align: center!important;
    }
    .topFixed {
        position: static;
    }

    .signBtn {
        width: 100%;
    }

    .aos-animate {
        transition-property: none !important;
        transform: none !important;
        animation: none !important;
    }

    /* .formBox img {
        display: none;
    } */

    .bgSign,
    .bgLogin {
        height: 30%;
    }

    .bgSign img,
    .bgLogin img {
        width: 80%;
    }

    .signBar p span:first-child {
        width: 17%;
    }

    .logBox {
        /* gap: 10px; */
        width: 53%;
        padding: 0;
        border-radius: 0 !important;
    }

    /* .logBox a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    } */

    .formBox {
        height: 100vh;
    }

    .form {
        width: 100%;
        padding: 15px;
    }

    .navbar .logo {
        width: 70px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

    .loginBtn {
        padding: 6px 12px;
        /* border-radius: 10px; */
    }

    .leftBox {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .btnDefult {
        font-size: 16px;
    }

    .banner {
        background-size: 100%;
        min-height: 300px;
        margin: 30px 0 30px 0;
    }

    .banner .detailBox {
        width: 100%;
    }

    .banner .detailBox h2 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 40px;
    }

    .banner .detailBox p {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .heading {
        font-size: var(--font-xxlarge) !important;
        margin-bottom: 15px;
        text-align: center;
    }

    .ourServices p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .ourServicesBox h6 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .ourServicesBox img {
        height: 225px;
    }

    .ourServicesBox {
        padding-top: 15px;
        padding-left: 26px;
        height: auto;
    }

    .ourServices {
        padding-bottom: 20px;
    }

    .expertise::after {
        width: 100%;
    }

    .expertise .left {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }

    .btnPrimary {
        padding: 6px 20px;
    }

    .expertiseBox img {
        width: 50px;
        height: 50px;
    }

    .expertiseBox p {
        font-size: 18px;
    }

    .expertiseBox {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #ndaModal .modal-dialog {
        max-width: 100%;
    }

    #questionnaireModal .modal-dialog {
        max-width: 100%;
    }

    /* .expertise,
    .invest,
    .impact,
    .industries {
        margin-bottom: 30px;
    } */

    .invest .investBox p,
    .impact .impactDesc p {
        font-size: 20px;
        line-height: 24px;
    }

    .impactWrapper {
        padding: 20px 0;
    }

    /* .logBox a:last-child,
    .logBox a:first-child {
        border-radius: 0;
    } */

    #counter {
        flex-direction: column;
    }

    #counter li .cInfo p {
        font-size: 14px;
    }

    #counter li p.count {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .industries .indBox img {
        height: 200px;
    }

    .properties {
        margin: 30px 0;
    }

    .pTabs {
        padding: 0;
    }

    .tabs .nav-pills .nav-link {
        font-size: 16px;
        padding: 4px 15px;
    }

    .form-select {
        font-size: 14px;
    }

    .pListCard .card-body .card-title {
        font-size: 26px;
    }

    .detailWrapper {
        padding: 16px;
    }

    .pDetailBanner .right {
        width: 100%;
        margin-left: 0;
    }

    .pDetailBanner .right .iBody {
        padding: 15px;
    }

    .pDetailBanner .right .iBody .itrBox .iValue p {
        font-size: 24px;
    }

    .pDetailBanner .right .iBody .itrBox .iValue span {
        height: 16px;
        font-size: 14px;
    }

    .fsz-18-regular {
        font-size: 16px;
    }

    .pDetailBanner {
        margin-bottom: 30px;
    }

    .pDetailTab h4.heading {
        font-size: 26px;
    }

    .pDetailTab .detailBox div p:first-child {
        font-size: 16px;
    }

    .pDetailTab .detailBox div p:last-child {
        font-size: 18px;
    }

    .pDesc .carousel-inner .carousel-item video,
    .pDesc .carousel-inner .carousel-item img {
        height: 200px;
    }

    .pLocation p,
    .pMngmntInfo p,
    .planInfo p,
    #Disclaimers p {
        font-size: 16px;
    }

    .teamCard .card-title {
        font-size: 20px;
    }

    caption,
    .costTable th,
    .costTable td.total,
    .costTable .bgCost td,
    .costTable td {
        font-size: 14px;
    }

    /*   .docs .documents li a::after {
        background-size: 50%;
    }*/
    .docs .documents li a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .docs .documents li {
        line-height: 30px;
    }

    .CboxWrapper {
        top: 0;
    }

    .cbanner {
        height: 37vh;
    }

    .cbanner-profile {
        height: 37vh;
    }

    .cbanner-about {
        height: 40vh !important;
    }

    .cbanner-strategy {
        height: 40vh !important;
    }

    .cbanner-impact {
        height: 40vh !important;
    }

    /* .prop-banner {
        height: 50vh !important;
    } */

    .cnBox {
        height: 125px;
    }

    .cnBox:hover i {
        font-size: 20px;
    }

    .gvmBox {
        padding: 10px;
    }

    .footer {
        padding: 32px 10px 10px 10px;
    }

    footer .logoBox {
        margin-bottom: 12px;
    }

    footer .logoBox img {
        width: 100px;
    }

    .footer .fLinks h6 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .footer .fLinks ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    .prop-banner {
        height: 60vh !important;
    }
    .header-content .heading{
        text-align: center!important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
    .after-box::before {
        left: 25%!important;
    }  
}

@media only screen and (min-width: 361px) and (max-width: 374px) {
    .after-box::before {
        left: 21%!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .after-box::before {
        left: 21%!important;
    }
}

.select2-container--disabled .select2-selection__arrow {
    display: none;
}

.iBox.fr-box {
    border-radius: 8px !important;
}

.iBox.fr-box.active {
    background: #3475B7 !important;
}

.iBox.fr-box h5 {
    color: #3475B7;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.5px;
}

.iBox.fr-box.active h5 {
    color: #fff;
}

.iBox.fr-box .bg-primary.text-white.d-inline-block.px-2.rounded,
.iBox.fr-box .text-info.d-inline-block.bg-white.px-2.rounded {
    color: #005E36 !important;
    text-align: right;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    height: 16px;
    padding: 3px;
    margin-top: 6px;

}

.iBox.fr-box .bg-primary.text-white.d-inline-block.px-2.rounded {
    background: #ECFDF5 !important;
}

.iBox.fr-box img {
    width: 32px;
}

h5.page-title {
    color: #2D2D2D;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.5px;
}

h5.page-title small {
    color: #72777B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.round-btn {
    border-radius: 50px;
    border: 1px solid #D0D5DD;
    background: #fff;
    width: 50px;
    margin-left: 10px;
}

.drprofile-dropdown .btn:after {
    display: none;
}

.drprofile-dropdown .btn.btn-link {
    text-decoration: none !important;
    outline: none !important;
    margin-top: -7px;
}

.projectsInfo h2 {
    font-size: 20px;
}

.drprofile-dropdown .dropdown-menu.show {
    display: block;
    background: var(--color-active) !important;
}

.projectsInfo h2 {
    font-size: 20px;
}

.drprofile-dropdown .dropdown-menu.show a {
    color: #fff !important;
    border-bottom: 1px solid;
    padding: 10px 21px;
    font-size: var(--font-xxx-small);
    font-family: 'Ubuntu-Regular';
    font-weight: var(--font-weight-normal);
    letter-spacing: 0.1px;
}

.drprofile-dropdown .dropdown-menu.show li:nth-last-child(1) a {
    border: none;
}

.drprofile-dropdown .dropdown-menu.show {
    padding: 0px;
}

.drprofile-dropdown .dropdown-menu.show a:focus,
.drprofile-dropdown .dropdown-menu.show a:hover {
    background-color: var(--secondary-background) !important;
}

#investNowModal #investFundForm .form-group {
    height: auto !important;
}

#investNowModal .modal-dialog {
    max-width: 800px;
}

#investNowModal .modal-dialog .modal-content {
    padding:0;
    border-radius: 12px;
}
.invest-now-img {
    background-image: url(../img/invest-now.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-color: #f9fde6;
    border-radius: 12px 0 0 12px;
    text-align: center;
    height:365px;
}
.invest-now-img h3 {
    font-size: var(--font-xxx-large);
    position: relative;
    top: 100px;
    color: #016ba3;
    font-weight: 600;
    letter-spacing: 2px;
}
#investNowModal {
box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}
#investNowModal .btn-close{ position: absolute; right: 3px; top: 3px; z-index: 9;}
.modal {
    border-radius: 0;
}

#investNowModal button.close {
    background: #132b43;
    border-radius: 50%;
    color: #fff;
    padding: 4px 7px;
    border: 2px solid #f2f2f2;
}

.required {
    color: red;
}

.risk-indicator {
    color: #132b43;
    font-size: 14px;
}

.risk-indicator span {
    color: red !important;
    font-size: 16px;
}

.form-floating small {
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s !important;
}

.lt-slider ul#lightSlider li {
    padding: 0;
    height: 223px;
}

/* .lSSlideOuter .lSPager.lSpg {
    justify-content: end;
    display: flex;
    overflow: auto;
} */

.card {
    border-radius: 0;
}

#myModal .modal-body img {
    height: 200px;
    max-height: 200px;
}

.btn-close:focus {
    box-shadow: none
}

.btn-primary {
    background-color: var(--color-active);
    color: var(--color-primary);
    border-color: var(--color-active);
    font-family: 'Ubuntu-Medium';
    box-shadow: 0px 20px 38px 0px rgba(21, 53, 153, 0.26);
    text-transform: capitalize;
}

.btn-submit {
    background-color: var(--color-primary);
    color: var(--color-active);
    border-color: var(--color-active);
    text-transform: capitalize;
    font-weight: 500;
}

.btn-submit:hover {
    background-color: var(--color-active);
    color: var(--color-primary);
    border-color: var(--color-active);
}

.btn-primary:hover {
    background-color: var(--color-dark-gray);
    color: var(--color-primary);
    border-color: var(--color-dark-gray);
}

.btn-secondary {
    color: var(--color-primary);
    border-color: var(--color-primary);
    text-transform: capitalize;
    font-family: 'Ubuntu-Medium';
}

.btn-secondary:hover {
    background-color: var(--color-theme-primar);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-theme {
    border-radius: 8px;
    padding: 10px 32px;
    font-size: var(--font-xxxx-small);
    font-weight: var(--font-weight-regular);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme2 {
    border-radius: 8px;
    padding: 10px 25px;
    font-size: var(--font-xx-small);
    font-weight: var(--font-weight-regular);
}

.fixed-w-h-1 {
    width: 114px;
    height: 37px;
}

.scrolled {
    /* background-color: var(--secondary-background) !important; */
    /* Change this to your desired color */
    background-color: rgba(255, 255, 255, 0.9)!important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.scrolled .logo {
    /* width: 143px !important; */
    width: 88px !important;
    margin-top: 0!important;
}

.sub-heading {
    color: var(--color-primary);
    font-size: var(--font-small);
    font-family: var(--font-weight-normal);
    line-height: 30px;
}

.scrolled .logBox .btn-secondary {
    color: var(--color-active);
    border-color: var(--color-active) !important;
}

.scrolled .logBox .btn-secondary:hover {
    background-color: var(--btn-active) !important;
    color: var(--color-active) !important;
    border-color: var(--color-active) !important;
}

.btn-secondary:hover {
    background-color: var(--btn-active) !important;
    color: var(--color-active) !important;
    border-color: var(--color-active) !important;
}

.heading {
    color: var(--color-primary);
    font-size: var(--font-xx-large);
    font-family: var(--font-weight-regular);
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15rem 0px 10px 0px;
}

.page-headings {
    font-size: var(--font-xxlarge);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
    font-weight: var(--font-weight-regular);
    text-transform: capitalize;
}

.page-headings span {
    font-weight: var(--font-weight-normal);
    font-family: 'Ubuntu-Regular';
}

.page-headings-desc {
    font-size: var(--font-small);
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    line-height: 26px;
    margin-top: 15px;
}

.page-headings-desc22 {
    font-size: var(--font-medium);
    color: var(--color-gray);
    font-family: 'TT-Commons-Medium';
    line-height: 26px;
    margin-top: 15px;
}

.bg-gray {
    background-color: var(--gray-background);
}

.sections {
    padding: 4rem 20px 20px 20px;
}
.ff-ttc{
    font-family: 'TT-Commons-Medium';

}
.old-asset {
    display: none;
}

.ct-card {
    background-color: var(--color-primary);
    padding: 10px 10px;
    border-radius: 10px;
}

.ct-info-card {
    padding: 52px 33px;
    border-radius: 10px;
    background-color: var(--secondary-background);
}

.info-heading {
    font-size: var(--font-xxxxx-medium);
    color: var(--color-primary);
    font-family: 'Ubuntu-Regular';
    font-weight: var(--font-weight-bold);
}

.info-desc {
    font-size: var(--font-small);
    color: var(--color-gray2);
    font-weight: var(--font-weight-regular);
    font-family: 'TT-Commons-Regular';
    margin-top: 10px;
}

.info-list-item ul {
    list-style: none;
    margin-top: 20px;
}

.info-list-item ul li span {
    font-size: var(--font-small);
    color: var(--color-primary);
    font-family: 'TT-Commons-Regular';
    font-weight: var(--font-weight-regular);
    padding-left: 20px;
}

.info-list-item ul li.indent-text {
    text-indent: 28px;
}

.info-list-item ul li img {
    width: 24px;
    height: 24px;
}

.mt-ct-card {
    margin-top: 2rem;
}

.ct-info-card::after {
    content: url(../img/circle-bg.svg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.social-links {
    margin-top: 2rem;
}

.social-links ul li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-active);
    border-radius: 100%;
    margin-right: 20px;
}

.social-links ul li img {
    text-align: center;
}

.ct-form-card {
    padding: 30px 35px 0 35px;
}

/* custom radio*/

/* Hide the default radio button */
.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio {
    cursor: pointer;
    margin-right: 25px;
}

/* Create a custom checkmark */
.custom-checkmark {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--color-light-gray);
    border-radius: 100%;
    /* Make it square or remove border-radius for a different look */
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
}

/* Style the custom checkmark when the radio button is checked */
.custom-radio input[type="radio"]:checked+.custom-checkmark {
    background-color: var(--color-dark-gray);
}

/* Add a checkmark/indicator */
.custom-checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when the radio button is checked */
.custom-radio input[type="radio"]:checked+.custom-checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-radio .custom-checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-form-label {
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Medium';
    color: var(--color-secondary);
    margin-bottom: 0;
}

.custom-form-control {
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-form-text);
    border-bottom: 1px solid var(--color-gray2);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 8px;
}

.custom-radio {
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Medium';
    color: var(--color-secondary);
}

.custom-form-control::placeholder {
    color: var(--color-placeholder);
}

.radio-btns {
    margin-top: 10px;
}

.movable-map iframe {
    width: 100%;
    height: 450px;
    position: relative;
}

.z-index-10 {
    z-index: 5;
}

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

.text-indent1 {
    text-indent: -2px;
    padding-left: 48px;
}

.pl-desk-0 {
    padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
    .pr-md-1 {
        padding-right: 6px;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-1 {
        padding-left: 6px;
    }

    .pe-3 {
        padding-right: 3rem !important;
        margin-top: 4px;
    }

    .tr-pd {
        padding: 25px 10px 20px 10px !important
    }

    .fx-height {
        min-height: 370px;
    }

    .movable-map {
        position: relative;
        margin-top: 0rem;
        z-index: 0;
    }

    .text-indent2 {
        text-indent: -46px;
        padding-left: 45px;
    }

    .scrolled .navbar-nav .nav-item .nav-link {
        color: var(--color-secondary) !important;
        font-family: 'Ubuntu-Regular';
    }
}

.heading2 {
    color: var(--color-primary);
    font-size: var(--font-xlarge);
    font-weight: var(--font-weight-regular);
    line-height: 40px;
}

.footer-headings {
    color: var(--color-primary);
    font-size: var(--font-xxx-medium);
    font-weight: 700;
    font-family: 'Ubuntu-Bold';
    margin-bottom: 10px;
}

.footer-text li {
    color: var(--color-primary);
    font-size: var(--font-x-small);
    font-weight: 500;
    font-family: 'TT-Commons-Medium';
    margin-bottom: 5px;
}

.footer-contents img {
    margin-top: 4rem;
}

.footer-social {
    display: flex;
    justify-content: end;
}

.footer-social li {
    width: 30px;
    height: 30px;
}

.footer-social li a img {
    margin: 5px;
}

.copyright-text {
    color: var(--color-primary);
    font-size: var(--font-xxxx-small);
    font-weight: 500;
    font-family: 'TT-Commons-Medium';
    margin-bottom: 0;
}

.copyright-text span {
    color: var(--color-active);
}

.footer-devider {
    position: absolute;
    top: -11px;
    left: 0;
}

.form-control {
    font-family: 'TT-Commons-Regular';
}

.cbanner-profile {
    position: relative;
    background-image: url(../img/profile-bg.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.cbanner-profile::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.profile-form {
    margin-top: -2.5rem;
    z-index: 5;
}

.profile-area {
    width: 154px;
    height: 154px;
    position: relative;
}

.profile-area img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card {
    padding: 30px 30px 30px 30px;
    box-shadow:
        -3px 3px 5px rgba(0, 0, 0, 0.03),
        /* Left shadow */
        3px 3px 5px rgba(0, 0, 0, 0.03),
        /* Right shadow */
        0px 3px 5px rgba(0, 0, 0, 0.03);
    /* Bottom shadow */
}

.edit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    background-color: var(--color-active);
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    border-radius: 100%;
    bottom: 9%;
}

.custom-label {
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-gray700);
    margin-bottom: 10px;
}

.custom-control::placeholder {
    color: var(--color-gray-800) !important;
}

.custom-control {
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-gray-800);
    border-radius: 6px;
    height: 54px;
    padding: 10px 18px;
    border: 1px solid #D9D9D9;
}

.invalid-error {
    color: var(--color-danger);
}

.custom-input-area {
    width: 80%;
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-gray600);
    opacity: 0.7;
    border-radius: 6px 0px 0px 6px;
    height: 54px;
    padding: 10px 21px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: start;
    align-items: center;
}

.custom-control::placeholder {
    color: var(--color-gray600);
    opacity: 0.7;
}

.btn-action {
    width: 20%;
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-primary);
    border-radius: 0px 6px 6px 0px;
    height: 54px;
    padding: 10px 10px;
    border: 1px solid #D9D9D9;
    background-color: var(--color-active);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-input-group {
    display: flex;
}

.custom-form-group {
    margin-bottom: 20px;
}

.custom-errors {
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Regular';
    color: var(--color-danger);
    margin-top: 5px;
    position: absolute;
}

.h-51 {
    height: 50px;
    width: 144px;
}

.rounded-pill p span {
    font-size: 14px;
    position: relative;
    left: 25%;
}

.footer-bg-image {
    background-image: url(../img/full-ft-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lft-bg {
    position: absolute;
    content: url(../img/grp-bg2.png);
    /* background-color: rgba(0, 0, 0, 0.9); */
    top: 0;
    height: 100%;
    left: 0;
    /* width: 600px; */
    padding: 7rem 1rem 2rem 0.5rem;
    /* background-size: 600px, auto;
    background-repeat: no-repeat;
    background-position: center left; */
}

.lft-bg::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.pt-pb-50 {
    padding: 55px 0;
}

/* .footer-bg-image::before
{
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(27, 15, 12, 1) 45%, rgba(0, 0, 0, 0.95) 50%, #1B0F0C 55%);
    width: 100%;
    height: 100%;
    opacity: 0.99;
    left: 0;
    z-index: 0;

} */

.hm-wrapper {
    width: 100%;
    height: 100%;
}

.auth-image {
    background-image: url(../img/auth-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.form-image {
    background-image: url(../img/form-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.gray-mg {
    background-image: url(../img/hm-gray.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 446px;
    position: absolute;
    bottom: 6%;
    left: 5%;
    height: 99px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 24px;
}

.gray-mg p {
    font-size: var(--font-x-medium);
    font-family: 'TT-Commons-Regular';
    color: var(--color-primary);
    line-height: 30px;
}

.auth-image {

    position: relative;
}

.login-heading {
    font-size: var(--font-x-medium);
    font-family: 'Ubuntu-Medium';
    color: var(--color-secondary);
    margin-bottom: 5px;
    margin-top: 12px;
}

.form-card-box {
    padding: 15px 110px;
}

.login-logo {
    width: 215px;
}

.h50 {
    height: 50px;
}

.h56 {
    height: 55px;
}

.red-url {
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Light';
    color: var(--color-secondary);
}

.bold-style {
    color: var(--color-active);
    font-family: 'TT-Commons-Medium';
}

.light-black-style a {
    color: var(--color-active) !important;
}


.light-black-style {
    text-decoration: underline;
    color: var(--color-active) !important;
}

.cbanner-about {
    position: relative;
    background-image: url(../img/about-img.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.cbanner-about::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


.section-about {
    padding: 4.5rem 20px 20px 20px;
    background-image: url(../img/Line-Wave.svg);
    background-size: 800px auto;
    /* Set the width to 200px and height to auto to maintain aspect ratio */
    background-repeat: no-repeat;
    background-position: top center;
}

.about-para {
    padding-bottom: 50px;
}

.person-details h3 {
    font-size: var(--font-xxlarge);
    font-family: 'Ubuntu-Medium';
    color: var(--color-secondary);
    line-height: 1.4;
    margin-bottom: 20px;
}

.person-details h3 span {
    font-family: 'Ubuntu-Regular';
}

.person-details h6 {
    font-size: var(--font-xxxx-small);
    font-family: 'Ubuntu-Medium';
    color: var(--color-active);
    margin-bottom: 10px;
}

.person-details h6 span {
    font-family: 'Ubuntu-Regular';
}

.person-details span {
    font-family: 'Ubuntu-Regular';
}

.person-details p {
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-size: var(--font-x-small);
    line-height: 1.4;
    margin-bottom: 15px;
}

.person-details {
    position: relative;
}

.person-details .read-more {
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    left: 25px;
}

.person-details .read-more a {
    color: var(--color-active);
    font-family: 'Ubuntu-Regular';
    font-size: var(--font-xxx-small);
    text-decoration: underline !important;
    padding-bottom: 5px;
}

.gray-bg-2 {
    background-color: var(--color-gray-bg);
}

.person-details {
    padding: 25px 30px 5px 30px;
    border-radius: 6px
}


.section-values {
    padding: 0em 20px 3rem 20px;
    background-image: url(../img/wave_pattern.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center right;
}

.block-details h3 {
    font-size: var(--font-large);
    font-family: 'Ubuntu-Medium';
    color: var(--color-secondary);
    margin-bottom: 5px;
}

.block-details p {
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-size: var(--font-small);
    line-height: 1.4;
}

.block-details {
    padding: 5px 25px 10px 25px;
    height: 240px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-grey-1 {
    background-color: var(--color-gray-bg);
}

.color-grey-2 {
    background-color: var(--color-grey-bg);
}

.border-bottom-brod {
    border-bottom: 5px solid var(--color-active);
}

/* .hm_menu {
    color: var(--color-secondary) !important;
} */

.bm-spce {
    height: 96px;
}

.home-bg-section {
    background-image: url('../img/home_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url('../img/about_pat-1.svg'), url('../img/frame1.png');
    background-size: contain, 433px;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right center;  */
    /* height: 400px; */
}

.page-header-left h6 {
    color: var(--color-active);
    font-family: 'Ubuntu-Regular';
    text-transform: uppercase;
    font-size: var(--font-xx-small);
}

.page-header-left h1 {
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
    font-size: var(--font-xxxclarge);
    margin-bottom: 9px;
    margin-top: 15px;
}

.page-header-left p {
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-size: var(--font-medium);
    margin-bottom: 20px;
    margin-top: 15px;
}

.page-header-left {
    padding: 30px 0px 85px 0px;
}

.group-buttons-2{
    bottom: 16%!important;
}

.page-carousel {
    padding-bottom: 5rem;
}

.page-carousel .carousel-item {
    border-radius: 10px;
}

.page-carousel .carousel-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-carousel .carousel-item {
    height: 445px;
}

.page-carousel .carousel-inner {
    height: 445px;
}

.page-carousel .carousel-inner {
    border-radius: 10px;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 -4px 8px rgba(0, 0, 0, 0.1),
        8px 0 40px rgba(0, 0, 0, 0.1),
        -8px 0 16px rgba(0, 0, 0, 0.1);
}

.page-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--color-primary);
    border: 1px solid var(--color-active);
}

.page-carousel .carousel-indicators .active {
    background-color: var(--color-active);
}

.page-carousel .carousel-indicators {
    bottom: -60px;
}

.card-box {
    text-align: center;
    /* background-color: var(--color-primary); */
    border-radius: 10px;
    /* box-shadow: 0px 0px 30px 0px #0000001A; */
    padding: 20px 30px;

}

.h-fixed-260 {
    min-height: 182px;
}

.card-box h2 {
    color: var(--color-primary);
    font-size: var(--font-xxxxclarge);
    -webkit-text-stroke-width: 2px;
    /* Stroke width */
    -webkit-text-stroke-color: var(--color-active);
    /* Stroke color */
    font-family: 'Inter-Bold';
}

.card-box h4 {
    color: var(--color-secondary);
    font-size: var(--font-xx-medium);
    font-family: 'TT-Commons-Medium';
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.card-box p {
    color: var(--color-gray);
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    line-height: 1.3;
}

.box-sections {
    margin-top: 4rem;
    padding-bottom: 5rem;
}

.devider-long {
    padding: 11px 30px;
}

.devider-text h4 {
    color: var(--color-dark-gray);
    font-size: var(--font-xxx-medium);
    padding: 10px 5px;
    margin-bottom: 5px;
}

.gradient-block {
    background-image: url(../img/bg011.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gradient-block-black {
    position: relative;
}

.gradient-block-black::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    left: 0;
    z-index: 0;
}

.gradient-block-white {
    position: relative;
    padding-bottom: 8px;
}

.gradient-block-white::before {
    content: "";
    position: absolute;
    background-color: rgba(240, 242, 245, 1);
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    z-index: 0;
}

.section-link {
    color: var(--color-active);
    font-size: var(--font-xx-small);
    font-family: 'Ubuntu-Medium';
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.section-link:hover {
    color: var(--color-active);
    font-size: var(--font-xx-small);
    font-family: 'Ubuntu-Medium';
    text-decoration: none;
    text-transform: capitalize;
}

.page-headings2 {
    color: var(--color-primary);
    font-size: var(--font-small);
    font-family: 'Ubuntu-Regular';
    margin-bottom: 28px;
    text-transform: capitalize;
}

.page-headings3 {
    font-size: var(--font-xxlarge);
    color: var(--color-primary);
    font-family: 'Ubuntu-Medium';
    font-weight: var(--font-weight-regular);
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-headings3 span {
    font-weight: var(--font-weight-normal);
    font-family: 'Ubuntu-Regular';
}

.space-2 {
    padding: 40px 5px 40px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.list-items ul {
    margin-bottom: 0;
}

.list-items2 ul {
    margin-bottom: 0;
}


.list-items ul li {
    color: var(--color-primary);
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.list-items2 ul li {
    color: var(--color-primary);
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-items ul li::before {
    content: url(../img/Vector.svg);
    position: absolute;
    left: 0;
    top: 7px;
}

.list-items2 ul li::before {
    content: url(../img/Vector-active.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.list-items ul li span {
    font-family: 'TT-Commons-Bold';
}

.list-items2 ul li span {
    font-family: 'TT-Commons-Bold';
}

.target-items h5 {
    color: var(--color-primary);
    font-size: var(--font-medium);
    font-family: 'Ubuntu-Bold';
}

.target-items h5 span {
    color: var(--color-primary);
    font-size: var(--font-medium);
    font-family: 'Ubuntu-Regular';
}

.target-items {
    padding-top: 10px;
}

.card-item {
    border-radius: 0;
    border: 1px solid #FFFFFF80;
    text-align: center;
    padding: 10px 7px;
}

.card-item h3 {
    color: var(--color-primary);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Medium';
    margin-bottom: 2px;
}

.card-item h5 {
    color: var(--color-primary);
    font-size: var(--font-xx-medium);
    font-family: 'TT-Commons-Bold';
}

.space-1 {
    padding: 40px 10px 5px 35px;
}

.equiy-box {
    padding: 10px 13px;
    margin-bottom: 25px;
    background-color: #000000;
    border-radius: 10px;
}

.equiy-box img {
    padding: 5px 5px;
    margin-right: 10px;
}

.euibox-content h4 {
    color: var(--color-primary);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Medium';
    margin-bottom: 0;
}

.euibox-content h2 {
    color: var(--color-primary);
    font-size: var(--font-xx-medium);
    font-family: 'TT-Commons-Bold';
}

.map-charts {
    display: flex;
    /* margin-left: -30px; */
}

.map-charts img {
    width: 400px;
}

.draggable-div {
    margin-top: 0;
    padding-top: 12rem;
    position: relative;
    top: -14rem;
    padding-bottom: 35px;
}

.bg-gray200 {
    background-color: var(--bg-gray200);
}

.sections-tp {
    padding: 4.5rem 0 20px 0;
}

/* .section-3 {
    padding: 3rem 0 2rem 0;
} */

.section03 {
    padding: 1rem 0 20px 0;
}

.h-fixed-214 {
    min-height: 166px;
}

.card-box2 {
    text-align: left;
    background-color: var(--bg-gray200);
    border-radius: 6px;
    /* box-shadow: 0px 0px 30px 0px #0000001A; */
    padding: 16px 16px;
    margin-bottom: 25px;
}

.card-box2 p {
    color: var(--color-gray);
    font-size: var(--font-xx-small);
    margin-top: 15px;
    font-family: 'TT-Commons-Regular';
    line-height: 1.2;
}

.card-box2 img {
    width: 40px;
}

/* .section-3 {
    position: relative;
    background-image: url('../img/group101.png'), url('../img/group102.png');
    background-size: 400px, 800px;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
} */

.bg-gray300 {
    background-color: var(--bg-gray300);
}

.page-headings-desc2 {
    font-size: var(--font-small);
    color: var(--color-secondary);
    font-family: 'TT-Commons-Regular';
    font-weight: var(--font-weight-regular);
    line-height: 22px;
    margin-top: 15px;
    text-transform: initial;
    padding-bottom: 2rem;
}

.industries3 h2 {
    font-size: var(--font-xxx-large);
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
}

.industries3 .foreground-content {
    font-size: var(--font-regular);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Regular';
    text-transform: capitalize;
    line-height: 30px;
    position: relative;
    padding-left: 34px;
    margin-top: 2px;
}

.text-background {
    position: absolute;
    top: 40%;
    left: 37%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    font-weight: bold;
    color: var(--color-primary);
    white-space: nowrap;
    opacity: 0.07;
    -webkit-text-stroke-width: 0.07px;
    -webkit-text-stroke-color: var(--color-active);
    font-family: 'Ubuntu-Regular';
}

.industries3 {
    margin-bottom: 25px;
}

.fixed-1 {
    width: 120px;
}

.large-text h2 {
    font-family: 'Ubuntu-Bold';
}

.gray-with-bg {
    position: relative;
    background-image: url('../img/about_pat 1.png');
    background-size: 690px auto;
    background-repeat: no-repeat;
    background-position: left;
}

.bg-block-1,
.bg-block-2,
.bg-block-3 {
    padding-left: 0;
}

.lt-slider .lightSlider li {
    position: relative;
}

.indBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    text-align: right;
    background: linear-gradient(to bottom,
            /* Direction of the gradient */
            rgba(0, 0, 0, 0),
            /* Starting color (fully opaque black) */
            rgba(0, 0, 0, 1)
            /* Ending color (fully transparent black) */
        );
}

.text-title {
    font-size: var(--font-xsmall);
    color: var(--color-active);
    font-family: 'TT-Commons-Medium';
}

.text-industry {
    font-size: var(--font-regular);
    color: var(--color-primary);
    font-family: 'TT-Commons-Medium';
}

.slider-item {
    position: relative;
}

li.slider-item.lslide.active .indBoxh5 {
    font-size: var(--font-xxxx-medium);
}

.slider-item img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cbanner-strategy {
    position: relative;
    background-image: url(../img/strategy-banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.cbanner-strategy::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.section-strategy {
    padding: 4.5rem 10px 50px 10px;
    background-image: url(../img/about_strat.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.item-box {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 216px;
}

.item-box2 {
    border-radius: 10px;
    padding: 22px 20px;
    margin-bottom: 0;
    text-align: left;
}


.item-box img {
    text-align: center;
}

.item-box h4 {
    font-size: var(--font-medium);
    margin-top: 10px;
    color: var(--color-dark-grey);
    font-family: 'Ubuntu-Medium';
    text-align: center;
    line-height: 26px;
}

.item-box2 p {
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-size: var(--font-x-small);
    line-height: 1.4;
}

.item-box2 h3 {
    font-size: var(--font-medium);
    margin-top: 10px;
    color: var(--color-dark-grey);
    font-family: 'Ubuntu-Medium';
    text-align: left;
    line-height: 26px;
    margin-bottom: 10px;
}

.color-black {
    color: var(--color-secondary) !important;
}

.card-item-active {
    border: 1px solid var(--color-active);
}


.card-item-active-right {
    border-right: 1px solid var(--color-active);
}

.white-bg-2 {
    box-shadow: 0px 0px 30px 0px #0000001A;
    background-color: var(--color-primary);
}

.color-active {
    color: var(--color-active) !important;
}

.equiy-box-white {
    background-color: var(--color-primary);
    margin-bottom: 22px;
    border-radius: 8px;
    padding: 10px 7px;
}

.equiy-box-white img {
    width: 45px;
}

.cbanner-impact {
    position: relative;
    background-image: url(../img/impact-banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.section-impact {
    padding: 4.5rem 20px 3rem 20px;
    background-image: url(../img/Line-Wave11.svg);
    background-size: 800px auto;
    /* Set the width to 200px and height to auto to maintain aspect ratio */
    background-repeat: no-repeat;
    background-position: top center;
}

.cbanner-impact::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.comm-box {
    border-radius: 6px;
    padding: 25px 10px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    text-align: center;
    margin-bottom: 23px;
    margin: 9px 9px 25px 9px;
    background-color: var(--color-primary);
}

.comm-box h3 {
    font-size: var(--font-xx-large);
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
}

.comm-box h6 {
    font-size: var(--font-medium);
    margin-top: 0px;
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    margin-bottom: 5px;
}

.portfolio-item {
    background-color: var(--color-primary);
    box-shadow: -3px -2px 16px -9px #0000001A;
    border-radius: 6px;
    height: 140px;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
}

.portfolio-item h5 {
    color: var(--color-secondary);
    font-size: var(--font-x-medium);
    font-family: 'TT-Commons-Regular';
}

.section-portfolio {
    padding: 3.5rem 20px 20px 20px;
    position: relative;
    background-image: url('../img/group102.png');
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: var(--color-gray-bg);
}

.text-industry2 {
    font-size: var(--font-regular);
    color: var(--color-secondary);
    font-family: 'TT-Commons-Regular';
    margin-top: 13px;
}

.section-industry {
    padding: 3.5rem 0x 20px 0px;
}

.portfolioSlider li {
    height: 230px !important;
}

.section-industry {
    padding: 3.5rem 20px 20px 20px;
}

.industry-sub .nav-tabs {
    border-bottom: 1px solid #CCCCCC;
    justify-content: center;
}

.industry-sub .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: var(--color-secondary);
    background-color: var(--color-primary);
    font-size: var(--font-xx-small);
    font-family: 'Ubuntu-Medium';
    text-transform: uppercase;
    padding: 8px 20px !important;
}

.industry-sub .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border: none;
}

.industry-sub .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color-active);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid var(--color-active);
}

.filter-box h3 {
    font-size: var(--font-small);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
    padding-top: 10px;
    margin-bottom: 5px;
}

.filter-box h6 {
    font-size: var(--font-xxx-small);
    color: var(--color-active);
    font-family: 'Ubuntu-Regular';
}

.filter-box {
    border-radius: 10px;
    margin-bottom: 30px;
}

.hover-content h3 {
    font-size: var(--font-medium);
    color: var(--color-primary);
    font-family: 'Ubuntu-Medium';
    padding-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.redirect {
    border: 1.5px solid var(--color-active);
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    margin-top: 15px;
    height: 35px;

}

.redirect svg path {
    stroke: var(--color-active)
}

.redirect svg {
    width: 30px;
}

.img-rounded {
    border-radius: 5px;
}

.industry-sub .tab-content {
    padding-top: 30px;
}

.tour-section {
    background-image: url(../img/development-section22.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.white-content-box {
    background-color: var(--color-primary);
    padding: 40px 99px 40px 92px;
    position: absolute;
    left: 0;
    top: 0;
    width: 635px;
}

.white-content-box h2 {
    font-size: var(--font-xxlarge);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
    font-weight: var(--font-weight-regular);
}

.white-content-box h6 {
    font-size: var(--font-xxx-small);
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
}

.white-content-box p {
    font-size: var(--font-small);
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-weight: var(--font-weight-regular);
    line-height: 26px;
    margin-top: 15px;
}

.section-tour {
    min-height: 500px;
}

.filter-box:hover .redirect {
    background-color: var(--color-active);
}

.filter-box:hover .redirect svg path {
    stroke: var(--color-primary)
}

.filter-box {
    position: relative;
    cursor: pointer;
}

.hover-content h4 {

    font-size: var(--font-small);
    color: var(--color-active);
    font-family: 'Ubuntu-Regular';
    text-transform: capitalize;
}

.hover-content h3 {
    font-size: var(--font-xxx-small);
    color: var(--color-primary);
    font-family: 'Ubuntu-Medium';
    padding-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    opacity: 0;
    /* Initially hidden */
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transition: opacity 0.7s ease;/
}

.filter-box:hover .hover-content {
    opacity: 1;
}

.click-box {
    background-color: var(--color-active);
    width: 157px;
    height: 150px;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.render-vh {
    text-align: center;
}

.render-vh svg {
    width: 100%;
}

.click-box h4 {
    font-size: var(--font-regular);
    color: var(--color-primary);
    font-family: 'TT-Commons-Bold';
    margin-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.video-container video.playing+.play-button {
    display: none;
}

.modal-closer {
    display: flex;
    justify-content: flex-end;
}

.content-desc {
    padding: 10px 10px 10px 10px;
}

.content-desc3 {
    padding: 15px 15px 15px 15px;
}

.content-desc button {
    text-align: right;
}

.media-object {
    display: table;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0px;
}

.media-image {
    flex: 0 0 auto;
    width: 150px;
    height: 193px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.media-content {
    flex: 1 1 auto;
}

.media-description {
    overflow-wrap: break-word;
}

.media-title {
    font-size: var(--font-xxxxx-medium);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 5px;
}

.media-subtitle {
    font-size: var(--font-regular);
    color: var(--color-active);
    font-family: 'Ubuntu-Regular';
    margin-bottom: 10px;
}

.media-description {
    font-size: var(--font-xx-small);
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
}

.th-text {
    margin-top: 20px;
    font-size: var(--font-xxxx-medium);
    color: var(--color-active);
    font-family: 'Ubuntu-Bold';
    margin-bottom: 10px;
}

.para-text {
    font-size: var(--font-medium);
    color: var(--color-secondary);
    font-family: 'TT-Commons-Medium';
    padding: 0 40px;
    line-height: 25px;
    margin-bottom: 20px;
}

.btn-black {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.modal-closer-popup img {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 9;
}

.ty-body-modal {
    padding: 30px 20px;
}

.industry-sub {
    padding-top: 20px;
}
.floating-button {
    position: fixed;
    right: 0;
    bottom: -27px;
    transform: translateY(-50%);
    /* transform: rotate(90deg); */
    z-index: 1000;

}

.floating-button button i {
    transform: rotate(319deg);
}

.block-details2 h3 {
    font-size: var(--font-large);
    font-family: 'Ubuntu-Medium';
    color: var(--color-secondary);
    margin-bottom: 5px;
}

.block-details2 p {
    color: var(--color-gray);
    font-family: 'TT-Commons-Regular';
    font-size: var(--font-small);
    line-height: 1.4;
}

.block-details2 {
    padding: 5px 25px 10px 25px;
    height: 240px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.custom-md-title {
    margin-top: 0;
    font-size: var(--font-xxxx-medium);
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 0;
    padding: 0 0 14px 9px;
}

.invest-body-modal {
    padding: 25px 1px;
}

.custom-md-title button {
    font-size: 20px;
    margin-right: 1px !important;
}

.fm-section {
    display: flex;
}

.invest-fomr ul li {
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Medium';
    color: var(--color-secondary);
    line-height: 28px;
}

.invest-fomr ul li span {
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Bold';
    color: var(--color-secondary);
}

.h-41 {
    height: 41px;
}

.p-custom {
    padding: 4px 32px;
}

.brs2 {
    background-color: #030C1B;
    padding: 20px;
    border-radius: 6px;
}

.comm-box2 {
    text-align: center;
    background: -moz-linear-gradient(157deg, rgba(0, 0, 0, 1) 3%, rgba(23, 23, 23, 1) 11%, rgba(57, 57, 57, 1) 23%, rgba(66, 66, 66, 1) 25%, rgba(80, 80, 80, 1) 28%, #616670 34%, #616670 44%, #616670 50%, #616670 57%, #616670 60%, #616670 73%, #616670 100%);
    background: -webkit-linear-gradient(157deg, rgba(0, 0, 0, 1) 3%, rgba(23, 23, 23, 1) 11%, rgba(57, 57, 57, 1) 23%, rgba(66, 66, 66, 1) 25%, rgba(80, 80, 80, 1) 28%, #616670 34%, #616670 44%, #616670 50%, #616670 57%, #616670 60%, #616670 73%, #616670 100%);
    background: linear-gradient(157deg, rgba(0, 0, 0, 1) 3%, rgba(23, 23, 23, 1) 11%, rgba(57, 57, 57, 1) 23%, rgba(66, 66, 66, 1) 25%, rgba(80, 80, 80, 1) 28%, #616670 34%, #616670 44%, #616670 50%, #616670 57%, #616670 60%, #616670 73%, #616670 100%);
    position: relative;
    padding: 1px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.comm-box2 h3 {
    font-size: var(--font-xxlarge);
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 10px;
}

.comm-box2 h6 {
    font-size: var(--font-x-small);
    margin-top: 0px;
    color: var(--color-primary);
    font-family: 'TT-Commons-Light';
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}

.comm-box2 img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 52px;
    border-radius: 0 0 10px 0;
}

.home-menu .navbar-nav .nav-item .nav-link {
    color: var(--color-secondary);
    font-family: 'Ubuntu-Medium';
}

.home-menu.scrolled .navbar-nav .nav-item .nav-link {
    color: var(--color-secondary);
    font-family: 'Ubuntu-Regular';
}

.home-menu .rounded-pill p {
    color: var(--color-secondary) !important;
}

.home-menu .navbar-nav .nav-item .nav-link.active {
    color: var(--color-active) !important;
}

.scrolled .navbar-nav .nav-item .nav-link.active {
    color: var(--color-active) !important;
    font-family: 'Ubuntu-Medium';
}

.home-menu.scrolled .rounded-pill p {
    color: var(--color-secondary) !important;
}

.home-menu.scrolled .btn-secondary {
    color: var(--color-active) !important;
    border-color: var(--color-active) !important;
}

.home-menu .btn-secondary {
    color: var(--color-active);
    border-color: var(--color-active);
}

.navbar-nav .nav-item .nav-link {
    font-size: var(--font-xx-small);
    margin: 0px 15px;
    padding: 0;
    font-family: 'Ubuntu-Medium';
}

.mainNav #blk_logo {
    display: none;
}

.home-menu #blk_logo {
    display: block;
}

.home-menu #wht_logo {
    display: none;
}

.home-menu.scrolled #wht_logo {
    display: block !important;
}

.home-menu.scrolled #blk_logo {
    display: none !important;
}


.number-icon {
    width: 91px;
    height: 74px;
}

.shadow_1 {
    background: radial-gradient(circle, rgba(0, 115, 225, 0.2) 0%, rgba(0, 115, 225, 0) 100%);
    position: absolute;
    left: 42%;
    bottom: 0;
    width: 350px;
    height: 350px;
    filter: blur(20px);
    /* Adjust the value for more or less blur */
}

.blue-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background-color: var(--color-theme-primary);
    box-shadow: 0px 20px 38px 0px rgba(21, 53, 153, 0.26);
}

.after-box {
    position: relative;
}

.after-box::before {
    content: url(../img/saperator_border.svg);
    position: absolute;
    top: 24%;
    left: 77%;
}

.blue-box img {
    width: 45px;
}

ul#featureslider li.slider-content {
    padding: 0;
    height: 360px;
    margin-top: 30px;
}

ul#featureslider {
    height: 430px !important;
    padding-top: 15px;
}

.slider-item-wh {
    margin: 10px;
    border-radius: 6px;
}

.slider-item-wh {
    position: relative;
    overflow: hidden;
}

.slider-item-wh::before {
    content: '';
    background: linear-gradient(90deg, #000000 0%, #000000 53%, #000000 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-item-wh img {
    transition: transform 0.6s ease;
}

.slider-item-wh:hover img {
    transform: scale(1.1);
}

.slider-content-1 h4 {
    color: var(--color-primary);
    font-size: var(--font-x-medium);
    font-family: 'TT-Commons-Medium';
    text-transform: capitalize;
    margin-top: 2.5rem;
    text-align: right;
}

.slider-content-overlay h4 {
    color: var(--color-primary);
    font-size: var(--font-x-medium);
    font-family: 'TT-Commons-Medium';
    text-transform: capitalize;
    margin-top: 2.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

.slider-content-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding: 12px 20px 12px 15px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1));
}

.bullets-content {
    list-style: none;
    margin-bottom: 30px;
    height: 140px;
}

.bullets-content li {
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--bg-gray200);
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Light';
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    height: 30px;
}

.bullets-content li img {
    width: 20px;
    margin-right: 10px;
}

.slider-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 10, 29, 0.8);
    padding: 85px 30px 10px 30px;
    opacity: 0;
    transition: opacity 0.5s ease;
    /* display: none; */
}

.slider-item-wh:hover .slider-content-overlay {
    /* display: block; */
    opacity: 1;
}

.slider-item-wh:hover .slider-content-1 {
    display: none;
}

.btn-primary-rounded {
    background-color: var(--color-active);
    color: var(--color-primary);
    border-color: var(--color-active);
    font-family: 'TT-Commons-Regular';
    text-transform: capitalize;
    font-size: var(--font-xxxx-small);
    border-radius: 50px;
    padding: 5px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
}

.btn-primary-rounded:hover {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.custom-slider-action>.lSPrev {
    background-image: none;
    border: 1.5px solid var(--color-active);
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-slider-action>.lSNext {
    background-image: none;
    border: 1.5px solid var(--color-active);
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-slider-action {
    width: 179px;
    display: flex;
    position: absolute;
    top: -20px;
    right: 0;
    justify-content: end;
    padding-right: 25px;
}

.custom-slider-action>.lSPrev svg,
.custom-slider-action>.lSNext svg {
    width: 25px;
    height: 25px;
}

.featureslider {
    position: relative;
}

.gap-40 {
    padding-bottom: 40px;
}

.section-4 {
    background-image: url(../img/about_pat_11.svg);
    background-size: 680px auto;
    background-repeat: no-repeat;
    background-position: top right;
}

.btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-active);
    font-family: 'Ubuntu-Medium';
    text-transform: capitalize;
    font-size: var(--font-xx-small);
}

.btn-link span.bt-bottom {
    border-bottom: 0.1px solid;
}

.btn-link svg {
    margin-left: 5px;
}

.section-imapct {
    background-image: url(../img/imapct_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}

.section-imapct::before {
    content: '';
    background: rgba(3, 12, 29, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gap-10 {
    padding: 10px 20px;
}

.btn-sec-1 {
    padding-top: 2rem;
}

.btn-sec-2 {
    padding-top: 5rem;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: transparent;
    display: contents;
    font-family: 'TT-Commons-Regular';
    color: var(--color-secondary);
    font-size: var(--font-regular);
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    font-family: 'TT-Commons-Bold' !important;
    color: var(--color-active) !important;
    font-size: var(--font-xxxxx-medium);
}

.lSSlideOuter .lSPager.lSpg {
    justify-content: end;
    display: flex;
    overflow: auto;
    height: 60px;
}

.card-box-blue {
    position: relative;
    border-radius: 6px;
    width: 100%;
    height: 340px;
    z-index: 1;
    border-radius: 6px;
}

.overlay-content-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 10, 29, 0.8);
    z-index: 2;
    pointer-events: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-box-blue img.main-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.overlay-content {
    position: relative;
}

.overlay-content h3 {
    font-size: var(--font-xx-medium);
    color: var(--color-primary);
    font-family: 'Ubuntu-Medium';
    margin-top: 15px;
}

.overlay-content img {
    width: 65px;
}

.featured-fund-box{
      display: flex;
    justify-content: start;
    align-items: center;
}

.section-5 {

    padding-top: 50px;
    padding-bottom: 65px;
}

.bg-gray-light {
    background-color: var(--bg-gray200);
}

.bg-gray-medium {
    background-color: var(--bg-gray200);
}

.gap40 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.btn-theme3 {
    border-radius: 8px;
    padding: 10px 32px;
    font-size: var(--font-xxxx-small);
    font-weight: var(--font-weight-regular);
}

/*=============== property css ===========*/

.prop-banner {
    position: relative;
    background-image: url(../img/property/property_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: 0;
}

.prop-banner::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.property-blog img.main-image-property {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.property-overlay {
    position: absolute;
    border-radius: 6px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    padding: 59px 25px 20px 25px;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
}

.property-overlay h4 {
    color: var(--color-primary);
    font-size: var(--font-xxxxx-medium);
    font-family: 'Ubuntu-Medium';
}

.property-overlay h5 {
    color: var(--color-primary);
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    margin-top: 5px;
}

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

.d-flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.d-flex-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.property-overlay h5 img {
    width: 15px;
    margin-right: 7px;
}

.property-blog {
    min-height: 430px;
    position: relative;
}

.gap-bet-tb {
    padding: 2rem 0;
}

.property-blog-box {
    background-color: #ffffff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 15px;
}

.blog-heading {
    color: var(--color-secondary);
    font-size: var(--font-xx-medium);
    font-family: 'Ubuntu-Medium';
}

.blog-heading-sub {
    color: var(--color-secondary);
    font-size: var(--font-xxx-small);
    font-family: 'Ubuntu-Regular';
    padding-top: 20px;

}

.blog-heading-sub span {
    font-family: 'Ubuntu-Medium';
}

.blog-details h3 {
    color: var(--color-secondary);
    font-size: var(--font-xx-small);
    font-family: 'Inter-Medium';
    border-bottom: 1.4px solid #D9D9D9;
    padding-bottom: 5px;
}

.blog-details h4 {
    color: var(--color-gray200);
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
    margin-top: 8px;
}

.field-required {
    color: red;
}

.blog-heading {
    font-size: var(--font-large);
}

.property-blog-box h5 span{
    font-size: var(--font-x-small);
    font-family: 'TT-Commons-Regular';
    margin-top: 5px;
}

.blog-details {
    padding: 18px 0 0 0;
    margin-bottom: 4px;
}


.btn-theme4 {
    border-radius: 8px;
    padding: 8px 22px;
    font-size: var(--font-xxx-small);
    font-weight: var(--font-weight-regular);
}

.notifier {
    color: var(--color-gray200);
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Regular';
}

.badge-warn {
    background-color: var(--bg-warning);
    padding: 5px 15px;
    color: var(--color-gray300);
    font-size: var(--font-xx-small);
    width: fit-content;
    font-family: 'TT-Commons-Regular';
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 4px;
}

.badge-warn span {
    color: var(--color-danger);
}

.notifier-success {
    border: 1px solid rgba(0, 220, 84, 0.26);
    color: var(--color-gray300);
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Regular';
    padding: 6px 7px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
}

.notifier-success img {
    width: 20px;
    margin-right: 5px
}

.fd_cards {
    background-color: var(--gray-background);
    border-radius: 6px;
}

.info-badge {
    background-color: var(--color-theme-primary);
    padding: 10px 10px;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 11px;
    border-radius: 0 0 6px 0;
    text-align: right;
}

.info-badge h6 {
    color: var(--color-primary);
    font-size: var(--font-xsmall);
    font-family: 'TT-Commons-Light';
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}

.info-badge h3 {
    color: var(--color-primary);
    font-size: var(--font-medium);
    font-family: 'Ubuntu-Regular';
}

.fund_content_box {
    padding: 20px 10px;
    margin-bottom: 25px;
}

.fund_title {
    color: var(--color-black200);
    font-size: var(--font-small);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 5px;
}

.fund_location {
    color: var(--color-gray400);
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Regular';
    margin-bottom: 15px;
}

.fund_location img {
    width: 13px;
}

.fund_details_line img {
    width: 22px;
    margin-right: 8px;
}

.fund_details_line {
    color: var(--color-gray500);
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Regular';
    margin-bottom: 7px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.fund_details_line span {
    color: var(--color-secondary);
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Medium';
    margin-left: 7px;
}

.fund_canvas {
    width: 100%;
    height: 215px;
    border-radius: 6px 6px 0 0;
}

.fund_canvas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.btn-theme-secondary {
    color: var(--color-active);
    border-color: var(--color-active);
    text-transform: capitalize;
    font-family: 'Ubuntu-Medium';
    font-size: var(--font-xxx-small);
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme-secondary:hover {
    background-color: var(--color-theme-primary);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-theme-primary {
    background-color: var(--color-active);
    color: var(--color-primary);
    border-color: var(--color-active);
    font-family: 'Ubuntu-Medium';
    /* box-shadow: 0px 20px 38px 0px rgba(21, 53, 153, 0.26); */
    text-transform: capitalize;
    font-size: var(--font-xxx-small);
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme-primary:hover {
    background-color: var(--color-dark-gray);
    color: var(--color-primary);
    border-color: var(--color-dark-gray);
}

.btn-theme-danger {
    background-color: var(--color-stat-rejected);
    color: var(--color-primary);
    border-color: var(--color-stat-rejected);
    font-family: 'Ubuntu-Medium';
    /* box-shadow: 0px 20px 38px 0px rgba(21, 53, 153, 0.26); */
    text-transform: capitalize;
    font-size: var(--font-xxx-small);
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme-danger:hover {
    background-color: #fff;
    color: var(--color-stat-rejected);
    border-color: var(--color-stat-rejected);
}

.action-fund {
    padding: 25px 0 5px 0;
}

.custom-modal-title {
    color: var(--color-black700);
    font-size: var(--font-large);
    font-family: 'Ubuntu-Medium';
}

.invest-md-content {
    border-radius: 10px;
    padding: 0px 25px;
}

.invest-md-header {
    padding: 1rem 0;
    border-bottom: 1.5px solid #D4D4D4;
}

.invest-md-body {
    padding: 1rem 0;
}

#investFundForm hr{margin:10px 0; color:var(--color-gray100) }
.fund_items label {
    color: var(--color-black-light);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
    line-height: normal;
}
.fund_items h5{font-size: var(--font-xxx-small);display: flex; align-items: center;}
.fund_items h5 span{display: inline;}
.fund_items span{
    font-size: var(--font-xx-small);
    margin: 0;
    display: block;
    line-height: normal;}

.fund_items label span {
    color: var(--color-gray900);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Bold';
}

.required-msg {
    color: #EF0000 !important;
    margin-left: 0 !important;
}

.custom-form-label2 {
    color: var(--color-gray800);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Medium';
}

.input-box {
    display: flex;
}

.input-box label.error
{
    position: absolute;
    top: 41px;
}

.input-box input {
    margin-right: 12px;
}

.br-2 {
    border: 1px solid #868585;
}

/* Custom modal to slide in from the right */
.modal.right .offcanvas-md-dialog {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-in-out;
    max-width: 75vw;
    width: 100%;
}

.modal.right .offcanvas-md-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
}

.modal.right.show .offcanvas-md-dialog {
    transform: translate3d(0, 0, 0);
}

.nav-pills-offcanvas .nav-link {
    color: var(--color-secondary);
    font-size: var(--font-xxxx-small);
    font-family: 'Ubuntu-Medium';
}

.nav-pills-offcanvas .nav-link.active,
.nav-pills-offcanvas .show>.nav-link {
    background-color: var(--color-active);
    color: var(--color-primary);
    border-radius: 30px;
}

.offcanvas-md-body {
    padding: 20px 25px;
}

.nav-pills-offcanvas {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}

.tab-content-title {
    color: var(--color-secondary);
    font-size: var(--font-regular);
    font-family: 'Ubuntu-Medium';
    padding-top: 30px;
    padding-bottom: 5px;
}

.flex-icon {
    border-radius: 100%;
    border: 1px solid #0073E1;
    width: 45px;
    margin-right: 15px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tab-desc h4 {
    color: var(--color-secondary);
    font-size: var(--font-xx-small);
    font-family: 'Ubuntu-Medium';
}

.tab-desc p {
    color: var(--color-secondary);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
}

.mt-30 {
    margin-top: 30px;
}

.propertySlider {
    padding-top: 30px;
}

.propertySlider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.propertySlider ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery li img {
    /* margin-top: 5px!important; */
    /* padding-right: 8px!important; */
    display: block;
    height: 55px;
    max-width: 100%;
    object-fit: cover;
}

.propertySlider ul li img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .propertySlider .lSPager.lSGallery li a img {
    width: 100% !important;
}

.propertySlider li img {
    width: 100% !important;
    height: 270px !important;
    object-fit: cover;
}

.propertySlider {
    height: 270px !important;
}

.propertySlider li {
    height: 270px !important;
}

.custom-action-btn .lSAction>.lSPrev {
    background-image: url(../img/icons/chevron-left-slider.svg) !important;
}

.custom-action-btn .lSAction>.lSNext {
    background-image: url(../img/icons/chevron-right-slider.svg) !important;
}

.custom-slider-action2>.lSPrev {
    background-image: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.custom-slider-action2>.lSNext {
    background-image: none;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.custom-slider-action2 {
    width: 100%;
    display: flex;
    position: absolute;
    top: 48%;
    left: 0;
    justify-content: space-between;
}

.custom-slider-action2>.lSPrev svg,
.custom-slider-action2>.lSNext svg {
    width: 40px;
    height: 40px;
}

/* .tab-content-offcanvas
{
    max-height: 500px;
    overflow-y: auto;
} */

.md-offcanvas-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 30px;
}

.location_canvas iframe {
    width: 100%;
    height: 290px;
}

.tab-content-no-data {
    color: var(--color-secondary);
    font-size: var(--font-x-small);
    font-family: 'Ubuntu-Regular';
}

.mngt_box {
    border: 1px solid var(--color-gray100);
    padding: 25px 10px;
    border-radius: 6px;
}

.bx_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.mngt_box img {
    border-radius: 100%;
}

.bx_image {
    border-radius: 100%;
    width: 121px;
    height: 121px;
}

.mngt_box h3 {
    color: var(--color-secondary);
    font-size: var(--font-xx-small);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 3px;
}

.mngt_box h6 {
    color: var(--color-secondary);
    font-size: var(--font-xx-small);
    font-family: 'TT-Commons-Regular';
}

.mngt_box {
    text-align: center;
    margin-bottom: 25px;
}

.tab-content-desc {
    color: var(--color-gray);
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Regular';
    line-height: 1.4;
    margin-top: 5px;
}

.table-costing {
    padding: 0;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
}

.table-costing tr th {
    color: var(--color-secondary);
    font-size: var(--font-xxxx-small);
    font-family: 'Inter-SemiBold';
}

.table-costing tr td {
    color: var(--color-gray1600);
    font-size: var(--font-xxxx-small);
    font-family: 'Inter-Regular';
}

.table-costing .table {
    margin-bottom: 0;
}

.table-costing tr th,
.table-costing tr td {
    padding: 12px 20px;
}

.doc_box {
    border: 1px solid var(--color-gray100);
    padding: 20px 25px;
    border-radius: 6px;
    position: relative;
}

.doc_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.doc_image img {
    border-radius: 0;
}

.doc_image {
    border-radius: 0;
    width: 60px;
    height: 60px;
}

.doc_box h3 {
    color: var(--color-secondary);
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Medium';
    margin-bottom: 3px;
}

.doc_box h6 {
    color: var(--color-black-light);
    font-size: var(--font-xxx-small);
    font-family: 'TT-Commons-Regular';
}

.doc_box {
    text-align: left;
    margin-bottom: 25px;
}

.col-fixed-20 {
    flex: 0 0 auto;
    width: 20%;
}

.download-icon {
    position: absolute;
    right: 8%;
    top: 8%;
    cursor: pointer;
}

.section-why-invest {
    padding: 4.5rem 20px 4rem 20px;
    background-image: url(../img/Line-Wave2.svg);
    background-size: 838px auto;
    background-repeat: no-repeat;
    background-position: top right;
}

.h-fx-height {
    display: flex;
    justify-content: start;
    align-items: center;
}

.section-report {
    padding: 2.5rem 20px 7rem 20px;
}

.table-report {
    border-radius: 6px;
    padding: 20px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
}

.table-report tr th {
    color: var(--color-secondary);
    font-size: var(--font-xxx-small);
    font-family: 'Inter-Regular';
    border-bottom: 3px solid #E6EFF5;
}

.table-report tr td {
    color: var(--color-gray700);
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
    vertical-align: middle;
}

.table-report tr:last-child td {
    border-bottom: none;
}

.table-report .table {
    margin-bottom: 0;
}

.table-report tr th,
.table-report tr td {
    padding: 8px 20px;
}

.btn-status {
    width: 135px;
    height: 37px;
    display: flex;
    font-size: var(--font-xsmall);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: 'Inter-Medium';
}

/* .btn-stat-pending {
    background-color: var(--color-primary);
    color: var(--color-stat-pending);
    border-color: var(--color-stat-pending);
}
 */

.btn-stat-pending {
    background-color: var(--color-primary);
    color: var(--color-stat-pending);
    border-color: var(--color-primary);
    pointer-events: none;
    font-family: 'Ubuntu-Medium';
    font-size: 15px;
}

.btn-stat-pending:hover {
    background-color: var(--color-primary);
    color: var(--color-stat-pending);
    border-color: var(--color-primary);
}

.btn-stat-approved {
    background-color: var(--color-primary);
    color: var(--color-stat-approved);
    border-color: var(--color-primary);
    pointer-events: none;
    font-family: 'Ubuntu-Medium';
    font-size: 15px;
}

.btn-stat-approved:hover {
    background-color: var(--color-primary);
    color: var(--color-stat-approved);
    border-color: var(--color-primary);
}

/* .btn-stat-approved:hover {
    background-color: var(--color-stat-approved);
    color: var(--color-primary);
    border-color: var(--color-stat-approved);
} */

.btn-stat-rejected {
    background-color: var(--color-primary);
    color: var(--color-stat-rejected);
    border-color: var(--color-primary);
    pointer-events: none;
    font-family: 'Ubuntu-Medium';
    font-size: 15px;
}

.btn-stat-rejected:hover {
    background-color: var(--color-primary);
    color: var(--color-stat-rejected);
    border-color: var(--color-primary);
}

.pb-dt-4 {
    padding-bottom: 2.3rem;
}

.report-pills .nav-link {
    color: var(--color-gray-1100);
    font-size: var(--font-xsmall);
    font-family: 'Inter-Medium';
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    border: 0;
    margin-left: 20px;
}

.report-pills .nav-item {
    border-bottom: none;
}

.report-pills .nav-link:hover {
    border-bottom: 2px solid var(--color-gray-1100);
}

.report-pills .nav-link.active {
    color: var(--color-active);
    background-color: transparent;
    border-bottom: 2px solid var(--color-active);
    border-radius: 0;
    font-family: 'Inter-Bold';
}

.report-pills {
    padding: 20px 0 20px 0;
}

.report-pills .nav-link .report-badge {
    background-color: var(--color-badge);
    color: var(--color-badge-text);
    font-size: var(--font-s);
    font-family: 'Inter-Medium';
    width: 19px;
    height: 16px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.report-pills .nav-link.active .report-badge {
    background-color: var(--color-badge-active);
    color: var(--color-active);
}

.date-text {
    font-size: 16px;
    color: var(--color-primary);
    margin-left: 3px;
}

.ds-icon {
    box-shadow: 0px 0px 8px 0px rgba(124, 141, 181, 0.10);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.ds-card {
    border-radius: 6px;
    padding: 30px 10px;
    background-color: var(--color-primary);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    height: 93%;
}

.ds-content h3 {
    color: var(--color-secondary);
    font-size: var(--font-large);
    font-family: 'Poppins-SemiBold';
    margin-bottom: 4px;
}

.ds-content {
    margin-bottom: 30px;
}

.ds-content h6 {
    color: var(--color-secondary);
    font-size: var(--font-xxx-small);
    font-family: 'Poppins-Regular';
}

.ds-status h6 {
    color: #464646;
    font-size: var(--font-xxxx-small);
    font-family: 'TT-Commons-Regular';
    display: flex;
    justify-content: start;
    align-items: center;
}

.ds-status h6 span {
    margin-right: 5px;
    color: #6D6D6D;
}

.ds-status h6 img {
    width: 17px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.section-dashboard {
    padding: 3.5rem 20px 3rem 20px;
}

.ds-title {
    color: var(--color-secondary);
    font-size: var(--font-small);
    font-family: 'Ubuntu-Medium';
    margin-bottom: 10px;
}

.ds-p-2 {
    margin-bottom: 35px;
}

/*
.custom-legend-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

.custom-legend-flex::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.custom-legend-flex::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-legend-flex::-webkit-scrollbar-thumb {
    background-color: #1814F3;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

.custom-legend-flex::-webkit-scrollbar-thumb:hover {
    background-color: #1814F3;
}

.custom-legend-flex::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}

.custom-legend-flex .legend-text {
    color: var(--color-secondary);
    font-size: var(--font-s);
    font-family: 'Inter-Regular';
} */

.custom-slider-action3>.lSPrev {
    background-image: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.custom-slider-action3>.lSNext {
    background-image: none;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.custom-slider-action3 {
    width: 112%;
    display: flex;
    position: absolute;
    top: 45%;
    left: -20px;
    justify-content: space-between;
}

.custom-slider-action3>.lSPrev svg,
.custom-slider-action3>.lSNext svg {
    width: 30px;
    height: 30px;
}

.custom-legend-flex .legend-text {
    color: var(--color-secondary);
    font-size: var(--font-s);
    font-family: 'Inter-Regular';
}

.custom-legend-flex .legend-item {
    margin-bottom: 5px;
    display: flex;
    justify-content: start;
    padding-left: 20px;
}

.custom-legend-flex .legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.chart-center-text p {
    color: #939393;
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
}

.chart-center-text span {
    color: #474747;
    font-size: 32px;
    font-family: 'Inter-Bold';
}

.custom-legend-flex-300 {
    display: flex;
    flex-wrap: wrap;
    /* width: 250px; */
    width: 105px;
    position: absolute;
    top: 0;
    right: 0;
}

.legend-20 {
    padding-top: 25px;
    padding-left: 50px;
}

.custom-legend-flex-300 .legend-text {
    color: var(--color-secondary);
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
}

.custom-legend-flex-300 .legend-item {
    margin-bottom: 5px;
    flex: 0 0 auto;
    width: 100%;
    /* width: 49.33333333%; */
    display: flex;
    justify-content: start;
    /* align-items: center; */
}

.custom-legend-flex-300 .legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.center-y-axis {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    color: #2D2D2D;
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
}

.relative-z-index {
    position: relative;
    z-index: 1;
}

.b-radius-tr-br {
    border-radius: 0px 6px 6px 0px;
}

.b-radius-tl-bl {
    border-radius: 6px 0px 0px 6px;
}

.func_selection {
    margin-top: 12px;
}

.func_selection select {
    font-size: 13px !important;
    padding: 8px 11px !important;
    border-radius: 6px;
    color: #464646;
}

.custom-ds-card {
    padding: 20px 10px;
}

/* Container for horizontal scrolling */
/* .bar-chart-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
} */

/* Style for the chart canvas */
/* .bar-chart-container canvas {
    display: inline-block!important;
    height: 100%;
    min-width: 400px;
} */

@media (min-width: 992px) {
    .custom-ds-card {
        padding: 20px 10px;
        min-height: 190px;
    }

    .mt-dc-card {
        margin-top: 8px;
    }

    /* .legend-20 canvas
    {
        width: 100%;
    } */
    .legend-20 {
        padding-top: 100px;
        padding-left: 50px;
        height: 375px;
        /* padding-top: 50px;
    padding-left: 50px;
    height: 416px;
    width: 729px;
    overflow: auto; */
    }

    .table-costing {
        width: 75%;
    }

    .pl-mb-10 {
        padding-left: 010px;
    }

    .tab-content-offcanvas {
        max-height: 65vh;
        overflow-y: auto;
    }

    .invest-md-dialog {
        --bs-modal-width: 660px;
    }
}

.tab-content-offcanvas {
    overflow-y: auto;
    box-shadow: darkblue;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 0px 10px 32px 20px;
    margin-top: 20px;
}


@media (min-width: 768px) {

    .tbl-custom th:last-child,
    .tbl-custom td:last-child {
        width: 190px;
    }

    .mt-mb-20 {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 15px!important;
    }

    .w-md-25 {
        width: 25%;
    }

    .w-300 {
        width: 280px;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pl-mb-0 {
        padding-left: 0 !important;
    }

    /* .person-details {
        min-height: 376px;
    } */

    .d-flex-mb-start {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .d-flex-mb-end {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .text-md-end {
        text-align: right !important;
    }

    .d-flex-md-end {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .property-blog-box-left-wrap {
        left: -4.5rem;
        top: 3rem;
        width: 104%;
    }

    .property-blog-box-right-wrap {
        right: -3rem;
        top: 3rem;
        width: 104%;
        z-index: 1;
    }

    .mb-center {
        text-align: end;
    }

    .mb-center-2 {
        text-align: start;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

    .container-desktop {
        padding: 15px 55px;
    }

    .pns-landing-bg{
     background-repeat: no-repeat;
       background-position: 0 100%;
       position: relative;
       background-size:cover;
       height:700px;
    }

    .btn-box1,  .btn-box2{text-align:right;height: 30px;position: relative;}
    .btn-box1 .btn{position: absolute; right:0}
    .btn-box2 .btn{position: absolute; left:45px; height:37px;}
    .btn-theme6{background:#3dcc77; border:1px solid #3dcc77; box-shadow: none; display: flex;align-items: center; }
    .btn-theme5{background:#ee5e52; border:1px solid #ee5e52; box-shadow: none; display: flex;align-items: center;  }
    .fund-info-box{position:absolute; padding:30px 30px; background:#fff;bottom: 0;right:0;width: 450px;}
    .fund-info-box h3{font-size:25px; color:#000; font-weight:700; display:inline-block}
    .fund-name-n-download{display: flex; justify-content: space-between;}
    .fund-name-n-download a.dwn-link{color:var(--color-theme-primary); text-decoration: underline!important; font-size: var(--font-xxxx-small);}
    .fund-info-box h5{font-size:15px; color:#000}
    .fund-info-box .fund-info-numbers{padding:0; margin:0; display:flex; color:#727272; font-size:16px; justify-content:space-between}
    .fund-info-box .fund-info-numbers li {line-height:normal; width:33.33%}
   .fund-info-box .fund-info-numbers li h5{color:#000; font-size:17px; font-weight:500; margin:30px 0 15px 0; line-height:0}
    .fund-info-box .fund-info-numbers li hr{width:80%;}
  .fund-info-box .fund-info-numbers li span{color:#727272; font-size:14px;}

    .featured-fund-box{
 /* background-image: url(../img/featured-fund-bg.jpg); */
        background-image: url(../img/bg-fund.svg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0 100px 0;
        background-position: center;
    }
    .featured-fund-box h2 a{font-size:80px; color: var(--color-primary); font-weight: var(--font-weight-bold); 
/*         background-color: rgba(255, 255, 255, 0.3);
        padding: 9px 20px; */
}
    .featured-fund-box h2 a span{font-weight:var(--font-weight-regular);}
    .featured-fund-box h2 a i{color:var(--color-theme-primary); font-size: var(--font-xxxx-large);}

  .disclaimer-link {
        color:var(--color-theme-primary);
        font-size: 13px;
        display: block;
        margin: 15px 0 0;
        text-decoration: underline!important;
    }
    .offcanvas.offcanvas-start{width:600px;}
    .offcanvas.offcanvas-start p{margin:10px 0; font-size: var(--font-xxx-small); font-weight: var(--font-weight-regular);}
    /* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --level-1:var(--color-active);
    --level-2:var(--color-active);
    --level-3:var(--color-active);
    --level-4: #4888c6;
    --black: black;
  }



  ol {
    list-style: none;
  }


  .pns-overview {
    max-width: 800px;
    padding: 0 10px;
    margin: 0 auto;
}

.rectangle {
    position: relative;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: var(--font-small);
    border-radius: 5px;
}
.rectangle img {
    width: 28%;
}

  /* LEVEL-1 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-1 {
    width: 50%;
    margin: 0 auto 40px;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    border-radius: 10px;
    text-align: center;
}
  .level-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left:2px dashed var(--level-1);
    /* background: var(--black); */
  }


  /* LEVEL-2 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 25%;
    width: 50%;
    height: 1px;
    /* background: var(--black); */
    border-top: 2px dashed var(--level-1);
}

  .level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    border-top:2px dashed var(--level-1);
    /* background: var(--black); */
  }

  .level-2-wrapper li {
    position: relative;
  }

  .level-2-wrapper > li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    /* background: var(--black); */
    border-left: 2px dashed var(--level-1);
}
.level-2 {
    width: 75%;
    margin: 0 auto 20px;
    background: rgb(31,31,227);
    background: linear-gradient(90deg, rgba(31,31,227,1) 0%, rgba(59,51,203,1) 35%, rgba(11,53,156,1) 100%);  color: var(--color-primary);
}

  .level-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    /* background: var(--black); */
    border-left:2px dashed var(--level-1);
  }

  .level-2::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: var(--black);
  }


  /* LEVEL-3 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    width: 83%;
    margin: 0 17px;
    /* border-radius: 12px; */
    color: var(--color-primary);
}

  .level-3-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(25% - 5px);
    width: calc(50% + 10px);
    height: 2px;
    background: var(--black);
    display: none;
  }

  .level-3-wrapper > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 2px;
    height: 20px;
    border-left:2px dashed var(--level-1);
    display: none;
    /* background: var(--black); */
  }

  .level-3 {
    margin-bottom: 20px;
    background: rgb(31,31,227);
    background: linear-gradient(90deg, rgba(31,31,227,1) 0%, rgba(59,51,203,1) 35%, rgba(11,53,156,1) 100%); }


  /* LEVEL-4 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-4-wrapper {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding:0;

  }

  .level-4-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 2px;
    height: calc(100% + 20px);
    background: var(--black);
    display: none;
  }

  .level-4-wrapper li + li {
    margin-top: 10px;
  }

  .level-4 {
    font-weight: var(--font-regular);
    background:#3b33cb;
    text-align: left;
    font-size: var(--font-x-small);
    line-height: 27px;
}

  .level-4::before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: var(--black); */
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    /* background: var(--black); */
    border-left: 2px dashed var(--level-1);
  }


  /* MQ STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 700px) {
    .rectangle {
      padding: 20px 10px;
    }

    .level-1,
    .level-2 {
      width: 100%;
    }

    .level-1 {
      margin-bottom: 20px;
    }

    .level-1::before,
    .level-2-wrapper > li::before {
      display: none;
    }

    .level-2-wrapper,
    .level-2-wrapper::after,
    .level-2::after {
      display: block;
    }

    .level-2-wrapper {
      width: 90%;
      margin-left: 10%;
    }

    .level-2-wrapper::before {
      left: -20px;
      width: 2px;
      height: calc(100% + 40px);
    }

    .level-2-wrapper > li:not(:first-child) {
      margin-top: 50px;
    }
  }


  /* FOOTER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-footer {
    position: fixed;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
  }

  .page-footer a {
    margin-left: 4px;
  }




    .modal-fixed-w {
        max-width: 380px !important;
    }

    .modal-ty-img img {
        width: 172px !important;
    }

    .th-text {
        margin-top: 12px;
        font-size: var(--font-regular);
    }

    .para-text {
        font-size: var(--font-xx-small);
        color: var(--color-secondary);
        line-height: 19px;
        margin-bottom: 15px;
    }

    .cutom-btn-2 {
        font-size: 14px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lt-slider .lightSlider li {
        transition: transform 0.5s ease-in-out; /* smooth transition */
    }
    
    .lt-slider .lightSlider li.active {
        transform: scaleY(1.2); /* scaling on Y-axis */
    }

    .lt-slider #lightSlider {
        height: 300px !important;
    }

    .lt-slider ul#lightSlider li {
        padding: 0;
        height: 247px;
        margin-top: 30px;
    }

    .item-box2 {
        height: 100%;
    }

    /*
    .slider-section-thumb {
        padding-top: 25px;
    } */

    .modal-custom-invest {
        --bs-modal-width: 673px;
    }


    .form-image {
        padding-left: 35px;
    }
}

@media (min-width: 768px) {

    .auth-image {
        height: 100vh;
    }

    .page-header-left p {
        padding-right: 10px;
    }


    .col-m-1 {
        flex: 0 0 auto;
        width: 52%;
    }

    .col-m-2 {
        flex: 0 0 auto;
        width: 48%;
    }
}

.footer-logo-big
{
  width: 134px;
}

@media (max-width: 767px) {
#investNowModal .modal-dialog .modal-content {
    padding: 0 0 40px 0;
}
.invest-now-img{
border-radius: 12px 12px 0 12px!important;
}
#investNowModal .btn-close {
    right: 10px;
    top: 9px
}
.footer-text li{
color: #ffffff;
}
.bar-chart-container {
    position: relative;
    top: 52px;
}
.center-x-axis {
    bottom: -84px!important;
}
.shadow_1{
   display:none;
}
  .group-buttons {
        display: block!important;
    }

    .group-buttons-2 {
        bottom: 2% !important;
        transform: translateX(-38%);
        left: 42%;
        width: 63%;
    }

    .group-buttons a {
        text-decoration: none;
        margin: 2px!important;
        width: 100%;
        display: block;
    }

    .btn-document {
        width: 100%;
        margin-bottom: 5px;
    }
    .floating-button {

        width: 100%;
        bottom:-20px;
    }
    .legend-20 {
        padding-left: 33px;
    }

    .nav-pills-offcanvas {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nav-pills-offcanvas li a {
        width: max-content;
    }

    .date-text {
        text-align: center;
    }

    .ds-card {
        margin-bottom: 20px;
    }

    .section-why-invest {
        padding: 2.5rem 0px 2rem 0px;
    }

    .section-dashboard {
        padding: 1.5rem 0 1rem 0;
    }

    .col-fixed-20 {
        flex: 0 0 auto;
        width: 100%;
    }

    .mb-0 {
        padding: 0;
    }

    .offcanvas-md-body {
        padding: 20px 20px;
    }

    .md-offcanvas-footer {
        position: relative;
        left: 0;
        bottom: 16px;
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 30px;
    }

    .tab-content-offcanvas {
        padding-bottom: 1rem;
    }

    .offcanvas-md-content {
        height: 75vh;
        overflow-y: auto;
    }

    /* .cl-btn {
        left: 9px;
        bottom: -1rem;
        position: relative;
    } */
    .lSAction>.lSPrev {
        left: 15px;
    }

    .lSAction>.lSNext {
        right: 0;
    }

    .modal.right .offcanvas-md-dialog {
        max-width: 100vw;
    }

    .pr-md-1 {
        padding-right: 6px;
    }

    .pl-md-1 {
        padding-left: 6px;
    }

    .fund_content_box {
        padding: 9px 0px;
    }

    .fund_title {
        font-size: var(--font-xx-small);
    }

    .fund_location {
        font-size: var(--font-xxxx-small);
    }

    .fund_details_line img {
        width: 19px;
    }

    .fund_details_line {
        font-size: var(--font-xxxx-small);
    }

    .action-fund {
        padding: 10px 0 5px 0;
    }

    .btn-theme-secondary,
    .btn-theme-primary,
    .btn-theme-danger
     {
        font-size: var(--font-xsmall);
        height: 38px;
    }

    .profile-img {
        width: 100%;
        object-fit: cover;
    }

    .btn-sec-2 {
        padding-top: 2rem;
    }

    .btn-sec-1 {
        padding-top: 0;
    }

    .info-badge {
        right: 12px;
    }

    .badge-warn {
        margin-top: 10px;
    }

    .property-blog {
        min-height: 267px;
        position: relative;
    }



    .card-box-blue {
        margin-bottom: 20px;
    }

    .mb-center,
    .mb-center-2 {
        text-align: center !important;
    }

    .custom-slider-action {
        width: 100%;
        display: flex;
        position: absolute;
        top: 1px;
        right: 0;
        justify-content: end;
        padding-right: 25px;
    }

    .gap-40 {
        padding-bottom: 5px;
    }

    .after-box {
        height: 450px;
    }

    .after-box::before {
        content: url(../img/saperator_border.svg);
        position: absolute;
        bottom: 21% !important;
        top: inherit !important;
        left: 21%;
        transform: rotate(90deg) translate(0%, 21%);
    }

    .box-sections {
        padding-bottom: 2rem;
    }

    .bm-spce {
        display: none;
    }

    .scrolltobottom {
        bottom: 7% !important;
        right: 4% !important;
    }

    .lft-bg {
        display: none;
    }

    .fx-hight-mob {
        min-height: 492px;
    }

    .lSSlideOuter .lSPager.lSpg {
        justify-content: start;
        display: flex;
        overflow: auto;
        text-align: right;
        /* width: 500px; */
    }

    .text-indent1 {
        text-indent: -2px;
        padding-left: 4px;
    }

    .col-m-1 {
        width: 100%;
    }

    .page-carousel .carousel-inner {
        height: 380px !important;
    }

    .col-m-2 {
        width: 100%;
    }

    .fm-section {
        display: block;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .navbar-nav .nav-item .nav-link {
        color: var(--color-secondary) !important;
    }

    .btn-secondary {
        color: var(--color-active);
        border-color: var(--color-active);
    }

    .header-content {
        padding: 6rem 25px 10px 25px;
    }

    .sub-heading {
        font-size: var(--font-xxx-small);
        line-height: 21px;
    }

    .page-headings {
        font-size: var(--font-xxxx-medium);
        margin-bottom: 20px;
    }

    .sections {
        padding: 2rem 5px 20px 5px;
    }

    .page-headings-desc {
        font-size: var(--font-xx-small);
        line-height: 21px;
    }

    .ct-info-card {
        padding: 25px 7px;
    }

    .info-heading {
        font-size: var(--font-x-medium);
    }

    .info-desc {
        font-size: var(--font-xx-small);
        margin-top: 5px;
    }

    .info-list-item ul {
        margin-top: 0px;
    }

    .info-list-item ul li span {
        font-size: var(--font-xx-small);
        padding-left: 12px;
    }

    .info-list-item ul li img {
        width: 20px;
        height: 20px;
    }

    .social-links {
        margin-top: 0;
    }

    .social-links ul {
        margin-bottom: 0;
    }

    .ct-form-card {
        padding: 25px 5px 0 5px;
    }

    .custom-radio {
        margin-right: 12px;
    }

    .custom-checkmark {
        margin-right: 3px;
    }

    .radio-btns {
        margin-top: 3px;
    }

    .btn-theme {
        padding: 10px 23px;
        font-size: var(--font-xsmall);
        width: 100%;
    }

    .btn-theme2 {
        padding: 10px 23px;
        font-size: var(--font-xsmall);
        border-radius: 8px 8px 0 0;
        width:100%;
    }

    .movable-map iframe {
        height: 280px;
    }

    .heading2 {
        font-size: var(--font-medium);
        line-height: 31px;
    }

    .overlap-content {
        z-index: 1;
    }

    .footer-headings {
        font-size: var(--font-small);
    }

    .footer-text li {
        font-size: var(--font-xx-small);
    }

    .mobile-button {
        margin-bottom: 25px;
    }

    .footer-logo-big {
        width: 117px;
    }

    .footer-contents img {
        margin-top: 1rem;
        margin-bottom: 20px;
    }

    .footer-social {
        display: flex;
        justify-content: start;
    }

    .home-bg-section {
        padding: 5rem 0px 12rem 7px;
        background-position: right;
    }

    .page-header-left {
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
    }

    .page-header-left h1 {
        font-size: var(--font-xxlarge);
        margin-bottom: 8px;
    }

    .page-header-left p {
        font-size: var(--font-small);
        margin-bottom: 10px;
    }

    .page-carousel {
        padding-bottom: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .sections-tp {
        padding: 4rem 0 20px 0;
    }

    .box-sections {
        margin-top: 1rem;
    }

    .card-box {
        margin-bottom: 20px;
    }

    .gray-with-bg {
        background: none;
    }

    .d-only {
        display: none;
    }

    .space-2 {
        border: none;
    }

    .page-headings3 {
        font-size: var(--font-xxxxx-medium);
    }

    .page-headings2 {
        font-size: var(--font-xxx-small);
        line-height: 24px;
    }

    .list-items ul li {
        font-size: var(--font-xx-small);
    }

    .target-items {
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .section-link {
        position: relative;
        top: 22%;
    }

    .card-item {
        margin-bottom: 15px;
    }

    .space-1 {
        padding: 0px 0px 40px 0px;
    }

    .space-2 {
        padding: 40px 0px 11px 0px;
    }

    .card-item h3 {
        font-size: var(--font-xxx-small);
    }

    .card-item h5 {
        font-size: var(--font-medium);
    }

    .euibox-content h2 {
        font-size: var(--font-small);
    }

    .equiy-box img {
        width: 44px;
    }

    .euibox-content h4 {
        font-size: var(--font-xxx-small);
    }

    .industries3 .foreground-content {
        font-size: var(--font-xxx-small);
        line-height: 20px;
        padding-left: 10px;
        text-align: center;
    }

    .industries3 h2 {
        font-size: var(--font-x-large);
    }

    .fixed-w-h-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-strategy {
        padding: 2.5rem 20px 50px 20px !important;
    }

    .gradient-block-white {
        padding-bottom: 8px;
    }

    .section-impact {
        padding: 1.5rem 0px 3rem 0px;
    }

    .about-para {
        padding-bottom: 30px;
    }

    .section-portfolio {
        padding: 3.5rem 20px 20px 20px;
    }

    .white-content-box {
        padding: 40px 20px 35px 20px;
    }

    .white-content-box h2 {
        font-size: var(--font-xxx-medium);
    }

    .white-content-box h6 {
        margin-bottom: 10px;
    }

    .click-box {
        top: 75%;
    }

    .section-about {
        padding: 2.5rem 0px 35px 0px;
    }

    .members img {
        width: 100%;
    }

    .person-details .read-more {
        position: static;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .section-values {
        padding: 1em 0px 3rem 0px;
    }

    .white-content-box {
        width: 100%;
    }

    .fixed-1 {
        width: 100%;
        text-align: center;
    }

    .text-background {
        left: 50%;
    }

    .media-object {
        display: block;
    }

    .media-image {
        width: 100%;
        height: 403px;
    }

    .media-title {
        margin-top: 15px;
    }

    .media-description {
        margin-bottom: 15px;
    }

    .cbanner-profile {
        height: 348px;
    }

    .mobile-centralize {
        display: flex;
        justify-content: center;
    }

    .profile-card {
        padding: 30px 0px 30px 0px;
    }

    .custom-errors {
        display: contents;
    }

    .custom-input-area {
        width: 70%;
    }

    .btn-action {
        width: 30%;
    }

    .item-box2 {
        height: inherit;
        padding: 20px 20px;
        margin-bottom: 15px;
    }

    .item-box2 h3 {
        margin-top: 0px;
    }

    .page-headings-desc22 {
        font-size: var(--font-x-small);
    }

    .form-card-box {
        padding: 15px 0px;
    }

    .col-m-2 {
        display: none;
    }

    .hm-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-logo {
        width: 200px;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .lt-slider ul#lightSlider li {
        padding: 0;
        height: 100%;
    }

    .lt-slider .lightSlider {
        overflow: hidden;
        margin: 0;
        height: 412px !important;
    }

    .portfolioSlider {
        height: 240px !important;
    }


    .pns-landing-bg{ background-image: url(../img/landing-img-mobile.jpg);
        background-repeat: no-repeat;
          background-position: 0 0;
          position: relative;
          background-size:100% 200px;
          height:550px;
       }

       .btn-box1,  .btn-box2{text-align:right;height: 30px;position: relative;}
       .btn-box1 .btn{position: absolute; right:0}
       .btn-box2 .btn{position: absolute; left:45px; height:37px;}
       .btn-theme6{background:#3dcc77; border:1px solid #3dcc77; box-shadow: none; display: flex;align-items: center; }
       .btn-theme5{background:#ee5e52; border:1px solid #ee5e52; box-shadow: none; display: flex;align-items: center;  }
       .fund-info-box{position:absolute; padding:30px 30px; background:#fff;bottom: 0;right:0;width: 450px;}
       .fund-info-box h3{font-size:25px; color:#000; font-weight:700; display:inline-block}
       .fund-name-n-download{display: flex; justify-content: space-between;}
       .fund-name-n-download a.dwn-link{color:var(--color-theme-primary); text-decoration: underline!important; font-size: var(--font-xxxx-small);}
       .fund-info-box h5{font-size:15px; color:#000}
       .fund-info-box .fund-info-numbers{padding:0; margin:0; display:flex; color:#727272; font-size:16px; justify-content:space-between}
       .fund-info-box .fund-info-numbers li {line-height:normal; width:33.33%}
       .fund-info-box .fund-info-numbers li h5{color:#000; font-size:17px; font-weight:500; margin:30px 0 15px 0; line-height:0}
       .fund-info-box .fund-info-numbers li hr{width:80%;}
       .fund-info-box .fund-info-numbers li span{color:#727272; font-size:14px;}

       .featured-fund-box{
           /* background-image: url(../img/featured-fund-bg.jpg); */
           background-image: url(../img/bg-fund.svg);
           background-repeat: no-repeat;
           background-size: cover;
           padding: 50px 0 100px 0;
           background-position: center;
       }
       .featured-fund-box h2 a{font-size:80px; color: var(--color-primary); font-weight: var(--font-weight-bold);        background-color: rgba(255, 255, 255, 0.3);
        padding: 9px 20px;}
       .featured-fund-box h2 a span{font-weight:var(--font-weight-regular);}
       .featured-fund-box h2 a i{color:var(--color-theme-primary); font-size: var(--font-xxxx-large);}

     .disclaimer-link {
           color:var(--color-theme-primary);
           font-size: 13px;
           display: block;
           margin: 15px 0 0;
           text-decoration: underline!important;
       }
       .offcanvas.offcanvas-start{width:600px;}
       .offcanvas.offcanvas-start p{margin:10px 0; font-size: var(--font-xxx-small); font-weight: var(--font-weight-regular);}
       /* RESET STYLES & HELPER CLASSES
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
   :root {
       --level-1:var(--color-active);
       --level-2:var(--color-active);
       --level-3:var(--color-active);
       --level-4: #4888c6;
       --black: black;
     }



     ol {
       list-style: none;
     }


     .pns-overview {
       max-width: 800px;
       padding: 0 10px;
       margin: 0 auto;
   }

   .rectangle {
       position: relative;
       padding: 15px;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
       font-size: var(--font-small);
       border-radius: 5px;
   }
   .rectangle img {
       width: 28%;
   }

     /* LEVEL-1 STYLES
     –––––––––––––––––––––––––––––––––––––––––––––––––– */
     .level-1 {
       width: 50%;
       margin: 0 auto 40px;
       background: rgb(2,0,36);
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
       border-radius: 10px;
       text-align: center;
   }
     .level-1::before {
       content: "";
       position: absolute;
       top: 100%;
       left: 50%;
       transform: translateX(-50%);
       width: 2px;
       height: 20px;
       border-left:2px dashed var(--level-1);
       /* background: var(--black); */
     }


     /* LEVEL-2 STYLES
     –––––––––––––––––––––––––––––––––––––––––––––––––– */
     .level-2-wrapper {
       position: relative;
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       padding: 0;
     }

     .level-2-wrapper::before {
       content: "";
       position: absolute;
       top: -20px;
       left: 25%;
       width: 50%;
       height: 1px;
       /* background: var(--black); */
       border-top: 2px dashed var(--level-1);
   }

     .level-2-wrapper::after {
       display: none;
       content: "";
       position: absolute;
       left: -20px;
       bottom: -20px;
       width: calc(100% + 20px);
       height: 2px;

       /* background: var(--black); */
     }

     .level-2-wrapper li {
       position: relative;
     }

     .level-2-wrapper > li::before {
       content: "";
       position: absolute;
       bottom: 100%;
       left: 50%;
       transform: translateX(-50%);
       width: 2px;
       height: 20px;
       /* background: var(--black); */
       border-left: 2px dashed var(--level-1);
   }
   .level-2 {
       width: 75%;
       margin: 0 auto 20px;
       background: rgb(31,31,227);
       background: linear-gradient(90deg, rgba(31,31,227,1) 0%, rgba(59,51,203,1) 35%, rgba(11,53,156,1) 100%);  color: var(--color-primary);
   }

     .level-2::before {
       content: "";
       position: absolute;
       top: 100%;
       left: 50%;
       transform: translateX(-50%);
       width: 1px;
       height: 20px;
       /* background: var(--black); */
       border-left:2px dashed var(--level-1);
     }

     .level-2::after {
       display: none;
       content: "";
       position: absolute;
       top: 50%;
       left: 0%;
       transform: translate(-100%, -50%);
       width: 20px;
       height: 2px;
       border-bottom: 2px dashed var(--level-1);
     }


     /* LEVEL-3 STYLES
     –––––––––––––––––––––––––––––––––––––––––––––––––– */
     .level-3-wrapper {
       position: relative;
       display: grid;
       grid-template-columns: repeat(1, 1fr);
       grid-column-gap: 20px;
       width: 83%;
       margin: 0 17px;
       /* border-radius: 12px; */
       color: var(--color-primary);
   }

     .level-3-wrapper::before {
       content: "";
       position: absolute;
       top: -20px;
       left: calc(25% - 5px);
       width: calc(50% + 10px);
       height: 2px;
       background: var(--black);
       display: none;
     }

     .level-3-wrapper > li::before {
       content: "";
       position: absolute;
       top: 0;
       left: 50%;
       transform: translate(-50%, -100%);
       width: 2px;
       height: 20px;
       border-left:2px dashed var(--level-1);
       display: none;
       /* background: var(--black); */
     }

     .level-3 {
       margin-bottom: 20px;
       background: rgb(31,31,227);
       background: linear-gradient(90deg, rgba(31,31,227,1) 0%, rgba(59,51,203,1) 35%, rgba(11,53,156,1) 100%); }


     /* LEVEL-4 STYLES
     –––––––––––––––––––––––––––––––––––––––––––––––––– */
     .level-4-wrapper {
       position: relative;
       width: 100%;
       margin-left: 0;
       padding:0;

     }

     .level-4-wrapper::before {
       content: "";
       position: absolute;
       top: -20px;
       left: -20px;
       width: 2px;
       height: calc(100% + 20px);
       background: var(--black);
       display: none;
     }

     .level-4-wrapper li + li {
       margin-top: 10px;
     }

     .level-4 {
       font-weight: var(--font-regular);
       background:#3b33cb;
       text-align: left;
       font-size: var(--font-x-small);
       line-height: 27px;
   }

     .level-4::before {
       /* content: "";
       position: absolute;
       top: 50%;
       left: 0%;
       transform: translate(-100%, -50%);
       width: 20px;
       height: 2px;
       background: var(--black); */
       content: "";
       position: absolute;
       bottom: 100%;
       left: 50%;
       transform: translateX(-50%);
       width: 2px;
       height: 20px;
       /* background: var(--black); */
       border-left: 2px dashed var(--level-1);
     }


     /* MQ STYLES
     –––––––––––––––––––––––––––––––––––––––––––––––––– */
     @media screen and (max-width: 700px) {
       .rectangle {
         padding: 20px 10px;
       }

       .level-1,
       .level-2 {
         width: 100%;
       }

       .level-1 {
         margin-bottom: 20px;
       }

       .level-1::before,
       .level-2-wrapper > li::before {
         display: none;
       }

       .level-2-wrapper,
       .level-2-wrapper::after,
       .level-2::after {
         display: block;
       }
       /* .level-2::after {
        display: none;
      } */

       .level-2-wrapper {
         width: 90%;
         margin-left: 10%;
       }

       .level-2-wrapper::before {
         left: -20px;
         width: 2px;
         height: calc(100% + 40px);
         border-left: 2px dashed var(--level-1);
       }

       .level-2-wrapper > li:not(:first-child) {
         margin-top: 50px;
       }
     }


}

.letter-f {
    padding: 10px 10px;
    color: var(--color-active);
}

.filter-box:hover .redirect .letter-f {
    color: var(--color-primary);
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* background: radial-gradient(circle, #ffffff, #DA4F28); */
    animation: gradientAnimation 10s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999;
    transition: opacity 4s ease;
    opacity: 1;
}

/* animation for background gradient layer*/

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*============= loader spin css start=============*/

.loader-overlay.fade-out {
    opacity: 0;
}

.loader-inner {
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 27%;
    width: 100px;
}

.loader-line-wrap {
    animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -1ms;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -290ms;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -430ms;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -570ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: #3E8BBF;
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: #000000;
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: #3E8BBF;
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: #000000;
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: #3E8BBF;
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {

    0%,
    15% {
        transform: rotate(10);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*============= loader spin css end =============*/

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 100%;
    /* position: relative; */
    position: absolute;
    margin-top: 20rem;
    left: 50%;
    transform: translate(-50%, -25%);
}

.loader img {
    width: 65px;
}

.loading {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-top: 45px;
    letter-spacing: 0.5px;
}

/*=============== animation for 6 start ===============*/

.loading span {
    display: inline-block;
    margin: 0 -0.05em;
}

.loading06 span {
    position: relative;
    color: rgba(255, 255, 255, 0.3);
}

.loading06 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
    opacity: 0;
    transform: rotateY(-90deg);
    animation: loading06 2s infinite;
}

.loading06 span:nth-child(2)::after {
    animation-delay: 0.2s;
}

.loading06 span:nth-child(3)::after {
    animation-delay: 0.4s;
}

.loading06 span:nth-child(4)::after {
    animation-delay: 0.6s;
}

.loading06 span:nth-child(5)::after {
    animation-delay: 0.8s;
}

.loading06 span:nth-child(6)::after {
    animation-delay: 1s;
}

.loading06 span:nth-child(7)::after {
    animation-delay: 1.2s;
}

.loading06 span:nth-child(8)::after {
    animation-delay: 1.4s;
}

.loading06 span:nth-child(9)::after {
    animation-delay: 1.6s;
}

.loading06 span:nth-child(10)::after {
    animation-delay: 1.8s;
}

.loading06 span:nth-child(11)::after {
    animation-delay: 2s;
}

.loading06 span:nth-child(12)::after {
    animation-delay: 2.2s;
}

@keyframes loading06 {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    50% {
        opacity: 1;
        transform: rotateY(0);
    }

    100% {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@keyframes loading06 {

    0%,
    75%,
    100% {
        transform: rotateY(-90deg);
        opacity: 0;
    }

    25%,
    50% {
        transform: rotateY(0);
        opacity: 1;
    }
}

/*============= animation for 6 end =================*/

/*============= animation for 7 start ===============*/
.loading07 span {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}

.loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

.loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

.loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

.loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

.loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

.loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

.loading07 span:nth-child(7)::after {
    animation-delay: 0.7s;
}

.loading07 span:nth-child(8)::after {
    animation-delay: 0.8s;
}

.loading07 span:nth-child(9)::after {
    animation-delay: 0.9s;
}

.loading07 span:nth-child(10)::after {
    animation-delay: 1s;
}

.loading07 span:nth-child(11)::after {
    animation-delay: 1.1s;
}

.loading07 span:nth-child(12)::after {
    animation-delay: 1.2s;
}

@keyframes loading07 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes loading07 {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/*============= animation for 7 end ===============*/

/*============= animation for 3 start ===============*/

.loading03 span {
    margin: 0 -0.075em;
    animation: loading03 0.7s infinite alternate;
    color: #3E8BBF;
    /* font-size: 50px; */
}

.loading03 span:nth-child(2) {
    animation-delay: 0.1s;
    color: #000000;
    /* font-size: 50px; */
}

.loading03 span:nth-child(3) {
    animation-delay: 0.2s;
    color: #3E8BBF;
    /* font-size: 50px; */
}

.loading03 span:nth-child(4) {
    animation-delay: 0.3s;
    color: #000000;
    /* font-size: 20px; */
    /* margin-top: -5px; */
}

.loading03 span:nth-child(5) {
    animation-delay: 0.4s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
}

.loading03 span:nth-child(6) {
    animation-delay: 0.5s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}

.loading03 span:nth-child(7) {
    animation-delay: 0.6s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}

.loading03 span:nth-child(8) {
    animation-delay: 0.7s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}

.loading03 span:nth-child(9) {
    animation-delay: 0.8s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}

.loading03 span:nth-child(10) {
    animation-delay: 0.9s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}
.loading03 span:nth-child(11) {
    animation-delay: 0.9s;
    color: #000000;
    /* font-size: 20px;
    margin-top: -5px; */
    position: relative;
}

@keyframes loading03 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(.7);
    }
}

/*============= animation for 3 end ===============*/

.footer-text li img {
    width: 20px;
    margin-right: 5px;
}

.scrolltobottom {
    position: fixed;
    bottom: 10%;
    right: 5%;
    background-color: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.scrolltobottom img {
    width: 30px;
}

.mb-200
{
    padding: 10px 20px;
}

@media (max-width: 767px) {

    .mb-200
    {
        margin-top: 30px;
    }
    ul#featureslider {
        height: 500px !important;
        padding-top: 15px;
    }

    .slider-item-wh img {
        width: 100%;
    }

    .slider-content-1 {
        bottom: 0;
    }
}

.navbar-expand-lg {
    padding: 0 20px;
}

.profile-img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}


@media (min-width: 1400px) {
    .property-blog {
        min-height: 500px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: var(--font-regular);
    }

    .btn-theme {
        font-size: var(--font-regular);
    }

    .fixed-w-h-1 {
        width: 138px;
        height: 47px;
    }

    .blog-heading {
        font-size: var(--font-xxxxx-medium);
    }

    .blog-heading-sub {
        font-size: var(--font-medium)
    }

    .badge-warn {
        font-size: var(--font-medium);
    }

    .blog-details h3 {
        font-size: var(--font-xxx-medium);
    }

    .blog-details h4 {
        font-size: var(--font-x-small);
    }

    .notifier {
        font-size: var(--font-regular);
    }

    .btn-theme4 {
        font-size: var(--font-x-small);
        padding: 12px 22px;
    }

    .property-blog-box {
        padding: 28px 23px;
    }

    .blog-heading {
        font-size: var(--font-xxlarge);
    }

    .property-blog-box h5 span{
        font-size: var(--font-medium)
    }

    .property-overlay {
        padding: 35px 45px 20px 25px;
    }

    .risk-indicator {
        font-size: 20px;
    }

    .notifier-success {
        font-size: var(--font-regular);
    }

    .custmize-image {
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .custom-slider-action3>.lSNext
    {
        right: 12px!important;
    }

    .modal.right .offcanvas-md-dialog {
        max-width: 55vw;
    }

    /* .featureslider .lSSlideWrapper {
        display: flex;
        justify-content: center;
    } */
    .after-box::before {
        left: 82%;
    }
}

.dataTable{
    width: 100% !important;
}

.slider-item-wh
{
    height: 365px;
}

.slider-item-wh img {
    height: 365px;
    object-fit: cover;
}

.bullets-content img
{
    object-fit: contain;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle;
    border-color: #F2F4F7;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting
{
    border-bottom: 2px solid #E6EFF5;
}

table.dataTable thead th, table.dataTable thead td
{
    border-bottom: 1px solid #F2F4F7!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button
{
    padding: 0!important;
}

.active>.page-link, .page-link.active
{
    background-color: #0073E1;
    border-color: #0073E1;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border: none!important;
}

.dataTables_info, .dataTables_length
{
    /* padding-left: 40px; */
    padding-top: 30px!important;
}

.paging_simple_numbers, .dataTables_filter
{
    /* padding-right: 40px; */
    padding-top: 30px!important;
}

.fund_items .form-check-input[type=radio]
{
   position: relative;
   top: 3px;
}


.modal-ct-text
{
    color: var(--color-gray900)!important;
    font-size: var(--font-xx-small)!important;
    font-family: 'TT-Commons-Bold'!important;
}

.modal-ct-text2
{
    margin-top: 20px;
    color: var(--color-gray800)!important;
    font-size: var(--font-xx-small)!important;
    font-family: 'TT-Commons-Medium'!important;
    margin-bottom: 20px;
}

.modal-ct-text-item .form-check-input[type=radio]
{
   position: relative;
   top: 0;
}

.modal-ct-text-item .form-check-label
{
    color: var(--color-gray800)!important;
    font-size: var(--font-xx-small)!important;
    font-family: 'TT-Commons-Medium'!important;
}

#fund-investment-report-list tbody tr td:nth-child(1){
    text-align: center!important;
}

#fund-investment-report-list tbody tr td:nth-child(2){
    text-align: left!important;
}

#fund-investment-report-list tbody tr td:nth-child(3){
    text-align:  left!important;
}

/* #fund-investment-report-list tbody tr td:nth-child(7){
    display: flex;
    justify-content: center;
} */

.fund-investment-report-list-table tbody tr td:nth-child(7){
    
    text-align: center;
}

.scrolled .profileWrapper .profileBox .name p {
    color: black!important;
}

.text-custom-left{
    padding-left: 5px!important;
}

#fund-distribute-report-list_wrapper tbody tr td:nth-child(4){
    text-align: center!important;
}

#fund-distribute-report-list_wrapper tbody tr td:nth-child(5){
    text-align: center!important;
}

#fund-distribute-report-list_wrapper tbody tr td:nth-child(6){
    text-align: center!important;
}

.bar-chart-container
{
    min-height: 300px!important;
}

.group-buttons a
{
  text-decoration: none;
  margin: 6px;
}

.group-buttons
{
 display: flex;
 justify-content: end;
 align-items: center;
 position: absolute;
 right: 3%;
 bottom: 8%;
}

.btn-document
{
    height:47px;
    color: var(--color-secondary);
    background-color: rgba(255, 255, 255, 0.9);
    font-family: 'Ubuntu-Medium';
    font-size: var(--font-xxx-small);
    font-weight: 500;
    padding: 0 20px;
    border-radius: 1px solid var(--color-secondary);
}

.btn-document:hover svg path{
   stroke:var(--color-primary);
}

.btn-document svg{
    margin-right: 4px;
 }

.btn-document:hover
{
    color: var(--color-primary);
    background-color: rgba(0, 115, 225, 0.9);
    border-radius: 1px solid var(--color-theme-primary);
}

.w-70{
    min-width: 70px!important;
}

.expt-btn{
    position: absolute;
    right: 0;
    bottom: 52px;
}
#fund-doc-list1, #fund-doc-list2, #fund-doc-list3{
    padding-bottom: 50px;
}

#fund-doc-list1 tbody tr td:first-child, #fund-doc-list2 tbody tr td:first-child, #fund-doc-list3 tbody tr td:first-child{
    width: 92px;
}


#fund-distribute-report-list_wrapper tbody tr td:nth-child(3), #fund-distribute-report-list_wrapper thead tr th:nth-child(3){
    width: 80px!important;
}

#fund-distribute-report-list_wrapper tbody tr td:nth-child(2), #fund-distribute-report-list_wrapper thead tr th:nth-child(2){
    width: 200px!important;
}

#fund-distribute-report-list_wrapper tbody tr td:first-child, #fund-distribute-report-list_wrapper thead tr th:first-child{
    width: 50px!important;
}

#fund-distribute-report-list tbody tr td:last-child button{
    position: relative;
    left: 25px;
}

.mendate-text{
    color: red;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem!important;
}

.fundSlider .lSSlideOuter .lSPager.lSpg {
    justify-content: center!important;
}

.center-x-axis {
    position: absolute;
    left: 46%;
    bottom: -57px;     
    transform: translateX(-50%);
    color: #2D2D2D;
    font-size: var(--font-xsmall);
    font-family: 'Inter-Regular';
}


.fund-title{
    font-size: var(--font-xxxclarge);
    color: var(--color-secondary);
    font-family: 'Ubuntu-Bold';
    padding-top: 50px;
    padding-bottom: 80px;
}

.fund-title span{
    font-family: 'Ubuntu-Medium'!important;
}

.arrow-tranform{
    transform: rotate(319deg);
}

.fund-info-box .fund-info-numbers li hr{
    margin:20px 2px 10px 2px;
}

.link-text:hover{
    color:blue;
}


.mw-235{
    max-width: 235px;
    min-width: 235px;
}

.bg-transparentcls{
    box-shadow: none!important;
    background-color: transparent!important;
}