* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Lato", sans-serif;
    margin: 0 !important;
    padding: 0;
    background-color: #F1F1F1;
}

h1,
h2,
h3,
h4 {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
}

p strong {
    font-weight: 600;
}

p a {
    display: inline-block;
    position: relative;
    color: #204289;
}

a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #204289;
}

p a:hover::after {
    width: 100%;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1360px;
    width: 80%;
    position: relative;
    z-index: 55;
    padding-left: 12px;
    padding-right: 12px;
}

.main_header {
    position: sticky;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    transition: 0.4s;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.main_header .container {
    max-width: 1400px;
}

header .logo {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

header .logo a {
    display: inline-flex;
    height: 100%;
    align-items: center;
}

header .logo a img {
    width: 100%;
    height: 100%;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header .right-div {
    width: 0;
}

.main_header .menuLink {
    width: calc(100% - 300px);
    padding-left: 25px;
}

.main_header .menuLink .menu {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-left: 50px;
}

.menu {
    display: flex;
    align-items: center;
}

.menuLink .menu>li {
    margin-right: 20px;
}

.menuLink .menu>li:last-child {
    margin-right: 0px !important;
}

.menu>li>a:hover {
    color: #2877af;
}

.menu li a {
    font-size: 18px;
    color: #797676;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.menu li a:hover {
    color: #2471b3;
}

.menuLink .menu>li.current-page-ancestor>a {
    font-weight: 700;
    color: #2471b3;
}

.main_header .menuLink .menu>li>a:hover {
    color: #2471b3;
}

.cart__wrap .logo {
    display: none;
}

.menu li.current-menu-item>a::after {
    width: 100%;
}

.login_btn a span {
    display: inline-block;
    margin-right: 22px;
}

.menuLink .menu>li.menu-item-has-children {
    margin-right: 35px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 2px solid #797676;
    border-left: 2px solid #797676;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    display: block;
    cursor: pointer;
    right: -22px;
    top: 4px;
    transition-duration: 0.4s;
}

.sub-menu li a {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 18px;
}

.menuLink ul li.current-menu-ancestor.menu-item-has-children::after {
    border-top: 2px solid #204289;
    border-left: 2px solid #204289;
}

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

header ul li.current-menu-ancestor a,
.menuLink>.menu>li>a:hover {
    color: #0071CE;
}

.btn-ctn {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 65px;
    padding: 0 10px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 10px;
    background-color: #BBA14F;
    width: 100%;
    justify-content: center;
    text-transform: capitalize;
}

.btn-ctn:hover {
    color: #fff;
    background-color: #0e2248;
}

.btn-ctn img {
    margin-left: 10px;
    margin-bottom: -1px;
}

.burger {
    display: none;
}

.btn_burger {
    width: 200px;
    text-align: right;
}

.main_banner {
    padding: 100px 0px 160px;
    position: relative;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #0e2248;
}

.main_banner .row {
    align-items: center;
}

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

.contact_us_btn a {
    display: inline-flex;
    background-color: #BBA14F;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    height: 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.contact_us_btn a:hover {
    color: #fff;
    background-color: #0e2248;
}

.banner_content h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    letter-spacing: 2px;
}

.banner_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 25px;
    max-width: 610px;
}

.banner_content .btn-ctn {
    min-width: 216px;
    width: auto;
    text-transform: uppercase;
}

.banner_content .btn-ctn img {
    transition: 0.4s;
}

.banner_content .btn-ctn:hover {
    color: #2471b3 !important;
    background-color: #fff
}

.banner_content .btn-ctn:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.main_banner .row .col-md-5 {
    width: 50%;
}

.main_banner .row .col-md-7 {
    width: 50%;
    text-align: center;
}

#banner_slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
}

#banner_slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #0C2F58;
    border-radius: 50%;
    margin: 0 10px;
}

#banner_slider .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background-color: #BBA14F;
}

.services__wrap {
    padding: 80px 0 60px;
    position: relative;
}

.heading_title h2 {
    color: #172C51;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.services__wrap .row .col-md-6 {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service_icon {
    width: 300px;
    margin: 0px;
}

.services__wrap .service_content {
    width: calc(100% - 300px);
    text-align: left;
    padding-left: 20px;
}

.service_content h3 {
    color: #2471b3;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.service_content p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.service_content .btn-ctn {
    max-width: 220px;
}

.Process_grid {
    position: relative;
}

.Process_grid::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    width: 16px;
    background-color: #D9D9D9;
}

.Process_grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    width: 16px;
    height: 0;
    background-color: #BBA14F;
    animation: growBorder 9s ease-in-out forwards;
    z-index: 5;
}

@keyframes growBorder {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.items_row .d-flex {
    align-items: center;
    width: 36%;
}

.Process_grid .items_row:nth-child(odd) .d-flex {
    width: 50%;
}

.Process_grid .items_row:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}

.Process_grid .items_row:first-child::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 0;
    height: 80px;
    width: 150px;
    background-color: #fff;
    z-index: 55;
}

.Process_grid .items_row:last-child::before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: 0;
    height: 50%;
    width: 150px;
    background-color: #fff;
    z-index: 55;
}

.items_row {
    padding: 50px 0;
    position: relative;
}

.items_row::after {
    content: "";
    position: absolute;
    left: 38.80%;
    top: 30%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0C2F58;
    z-index: 555;
}

.Process_grid .items_row:first-child::after {
    top: 70px;
}

.Process_grid .items_row:last-child::after {
    bottom: 47%;
    top: unset;
}

.items_img {
    width: 220px;
}

.content_item {
    width: calc(100% - 220px);
}

.content_item h4 {
    color: #2471b3;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 45px;
}

.content_item p {
    color: #6D7680;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 36px;
}

.service_section h5 {
    color: #2471b3;
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.service_section p {
    color: #232E52;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.service_section ul {
    margin-left: 10px;
}

.service_section ul li {
    color: #232E52;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.service_section ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #BBA14F;
}

.know_more_btn {
    margin-top: 35px;
}

.know_more_btn .btn-ctn {
    width: auto;
    padding: 0 48px;
}

.service_section .row {
    padding: 45px 0px;
    position: relative;
    align-items: center;
}

.service_section .row .col-md-8 {
    width: 62%;
}

.service_section .row .col-md-4 {
    width: 38%;
}

.service_section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.service_section .row:nth-child(even) .know_more_btn {
    text-align: left;
}

.our_ethos {
    position: relative;
    background-color: #0e2248;
    padding: 80px 0px;
}

.our_ethos .container {
    max-width: 1430px;
    border: 5px solid #BBA14F;
    border-radius: 20px;
    padding: 30px;
}

.our_ethos .row .col-md-4 {
    width: 33.3333%;
}

.our_ethos .heading_title {
    text-align: center;
}

.our_ethos .heading_title h2 {
    color: #fff;
}

.our_ethos .heading_title p {
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.our_ethos .col-md-4 {
    width: 33.3333%;
    text-align: center;
    padding: 40px 12px 50px;
}

.Ethos_img {
    text-align: center;
    height: 250px;
    overflow: hidden;
    width: 250px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid #BBA14F;
}

.Ethos_img a {
    display: inline-block;
    height: 100%;
}

.Ethos_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 30px;
}

.our_ethos .col-md-4 h6 {
    color: #fff;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.our_ethos .col-md-4 h6 a {
    display: inline-block;
    color: #ffff;
}

.our_ethos .col-md-4 h6 a:hover {
    color: #BBA14F;
}

.our_ethos .col-md-4 p {
    color: #fff;
    margin-top: 15px;
}

.newsletter_wrap {
    position: relative;
    background-color: #fff;
    padding: 35px 0px;
}

.newsletter_wrap .row {
    align-items: center;
}

.newsletter_wrap .row .col-md-7 {
    width: 54%;
}

.newsletter_wrap .row .col-md-5 {
    width: 46%;
}

.newsletter_wrap h4 {
    color: #0e2248;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    max-width: 730px;
}

.newsletter_form form {
    display: flex;
    width: 100%;
}

.form_group {
    width: calc(100% - 200px);
    padding-right: 6px;
    position: relative;
}

.form_group input[type="email"] {
    width: 100%;
    height: 60px;
    color: #6D7680;
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #BBA14F;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 400;
}

.form_group input[type="email"]::placeholder {
    color: #333;
    opacity: 1;
}

.form_group input[type="email"]::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form_group input[type="email"]:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.form_group input[type="email"]::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.submit_btn {
    width: 220px;
}

.submit_btn input.btn-ctn {
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #BBA14F;
    color: #fff;
}

.submit_btn input.btn-ctn:hover {
    background-color: #2471b3;
}

.main_footer {
    background-color: #0e2248;
    position: relative;
    padding: 50px 0 40px;
}

.main_footer .row {
    align-items: center;
}

.main_footer .row .col-md-4 {
    width: 25%;
}

.footer_media ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_media ul li a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    padding: 12px;
    align-items: center;
    justify-content: center;
}

.footer_media ul li a::after {
    display: none;
}

.footer_media ul li a img {
    transition: 0.4s;
}

.footer_media ul li a:hover img {
    transform: rotate(360deg);
}

.main_footer .row .col-md-8 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer_links ul {
    display: inline-flex;
}

.footer_links ul li {
    margin-left: 30px;
}

.terms_condition {
    margin-top: 20px;
}

.footer_links h6,
.footer_links h6 a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_links ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.footer_links ul li a:hover,
.footer_links h6 a:hover {
    color: #BBA14F;
}

.terms_condition ul {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.terms_condition ul li {
    margin: 2px 0;
}

.terms_condition ul li a {
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    font-size: 18px;
}

.terms_condition ul li a:hover {
    color: #BBA14F;
}

.terms_condition ul li:first-child a {
    padding-left: 0px;
}

.terms_condition ul li:first-child a::before {
    display: none;
}

.terms_condition ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    top: 5px;
    bottom: 5px;
    background-color: #fff;
}

.copyright_wrap {
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 10px;
}

.Investments_description {
    margin-bottom: 40px;
}

.Investments_description p {
    color: #fff;
}

.copyright_wrap .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_content {
    width: 55%;
}

.right_content {
    width: 45%;
    text-align: right;
    padding-left: 15px;
}

.left_content p {
    color: #fff;
}

.right_content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.right_content ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    position: relative;
}

.right_content ul li a::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 5px;
    bottom: -1px;
    background-color: #fff;
    width: 2px;
}

.right_content ul li:first-child a::before {
    display: none;
}

.right_content ul li a:hover {
    color: #BBA14F;
}

/********************
    Sub Pages CSS
********************/
.sub_banner {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #0e2248;
}

.service_banner {
    background: #0e2248;
}

.sub_banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    max-width: 670px;
}

.sub_banner .btn-ctn {
    width: 218px;
    margin-top: 20px;
}

.sub_banner .btn-ctn:hover {
    color: #0e2248 !important;
    background-color: #fff;
}

.sub_banner .btn-ctn:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.sub_banner .row {
    align-items: center;
}

.sub_banner .row .col-md-5 {
    width: 45%;
}

.sub_banner .row .col-md-7 {
    width: 55%;
}

.service_banner .col-md-7 {
    padding-left: 90px;
}

.investment_approach {
    padding: 45px 0px;
    position: relative;
    overflow: hidden;
}

.investment_approach h2 {
    color: #BBA14F;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.investment_approach h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    max-width: 915px;
    margin-bottom: 30px;
}

.investment_approach ul li {
	color: #232E52;
	font-size: 18px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
}

.investment_approach ul li strong {
    display: inline-block;
    font-weight: 700;
}

.investment_approach ul li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #232E52;
}

.approach__img {
    text-align: right;
}

.investment_approach p {
    color: #232E52;
    line-height: unset;
    margin-bottom: 22px;
    max-width: 878px;
    font-family: "Montserrat", sans-serif;
}

.investment_approach p:last-child {
    margin-bottom: 0px;
}

.investment_approach .row {
    align-items: center;
}

.why_invest_wrap {
    background-color: #2471b3;
    color: #fff;
    padding: 30px 0px;
}

.why_invest_wrap h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.why_invest_wrap ul {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}

.why_invest_wrap ul li {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.why_invest_wrap ul li strong {
    display: inline-block;
    font-weight: 700;
}

.why_invest_wrap ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("../images/check_duble.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.who_invest_wrap {
    padding: 25px 0px;
    position: relative;
}

.who_invest_wrap .service_section {
    max-width: 620px;
    margin-left: auto;
}

.who_invest_wrap .row {
    align-items: center;
}

.who_invest_wrap .service_section h5 {
    color: #000;
}

.partner__wrap {
    background-color: #BBA14F;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.partner__wrap .container {
    max-width: 960px;
}

.partner__wrap h6 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.partner__wrap p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.partner__wrap p:last-child {
    margin-bottom: 0px;
}

.investment_option {
    padding: 30px 0px;
    position: relative;
}

.investment_option h4 {
    color: #BBA14F;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.investment_option .row {
    justify-content: center;
    margin: -8px;
}

.investment_option .row .col-md-4 {
    padding: 12px 8px;
    width: 33.3333%;
}

.options__box {
    background-color: #0e2248;
    border-radius: 16px;
    padding: 6px;
}

.options__box_img {
    max-width: 222px;
    margin: 14px auto 25px;
}

.options__box_content {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px 15px;
    position: relative;
}

.options__box_content p {
    color: #6D7680;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.options__box_content h5 a {
    display: inline-block;
    color: #0e2248;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.options__box_content h5 a:hover {
    color: #BBA14F;
}

.options__box_content ul li {
    color: #6D7680;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.options__box_content ul li strong {
    color: #0e2248;
    display: inline-block;
    font-weight: 700;
}

.options__box_content .d-flex {
    margin-top: 20px;
    justify-content: space-between;
}

.box_btn a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: #0e2248;
    font-size: 15px;
}

.box_btn a img {
    margin-left: 6px;
}

.Advisory_content {
    margin-top: 60px;
}

.company__slider {
    position: relative;
    padding: 60px 0px 40px;
}

.company__slider .owl-stage {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.company__slider .owl-carousel .item {
    border-right: 3px solid #B7A15C;
    border-left: 3px solid #B7A15C;
    margin: -1px;
}

.company__slider .owl-carousel .owl-stage .owl-item.cloned.active:last-child .item {
    border-right: none;
}

.StatutoStatutory_wrap {
    background-color: #D9D9D9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 10px;
}

.StatutoStatutory_wrap p {
    margin-bottom: 20px;
}

.StatutoStatutory_img {
    max-width: 100px;
    margin: 0 auto;
}

.aif_detail_banner {
    background-color: #0e2248;
}

.team_banner .col-md-7 {
    text-align: center;
}

.team_banner .col-md-7 h1 {
    max-width: 900px !important;
    margin: 0 auto 20px;
}

.key_feature {
    background-color: #BBA14F;
    padding: 30px 0;
    position: relative;
}

.key_feature h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.key_feature ul li {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.key_feature ul li:last-child {
    margin-bottom: 0px;
}

.key_feature ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("../images/check_duble.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.number_box_wrap {
    position: relative;
    padding: 40px 0;
}

.AIFs_title {
    text-align: center;
}

.AIFs_title h4 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.AIFs_title p {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    max-width: 915px;
    margin: 0 auto 0px;
    font-family: "Montserrat", sans-serif;
}

.number_box_wrap .row .col-md-4 {
    width: 33.3333%;
    padding: 30px 20px 0px;
}

.number_div {
    background-color: #BBA14F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 64px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.number_box_wrap .row .col-md-4 p {
    color: #232E52;
    font-family: "Montserrat", sans-serif;
}

.number_box_wrap .row .col-md-4 p strong {
    display: inline-block;
    font-weight: 700;
}

.why_invest_AIFS h4 {
    text-align: left;
}

.why_invest_AIFS ul {
    max-width: 970px;
    text-align: left;
    margin: 0;
}

.Invest_in_AIFs .service_section p {
    color: #000;
}

.banner_img_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.banner_img_wrap img {
    width: 100%;
    transition: 0.4s;
}

.banner_img_wrap:hover img {
    transform: scale(1.02);
}

.blog_banner {
    padding: 120px 0px 20px;
    overflow: visible;
    margin-bottom: 80px;
}

.blog_banner .row {
    align-items: flex-end;
    flex-direction: row-reverse;
}

.blog_banner .row .col-md-5 {
    width: 350px;
}

.blog_banner .row .col-md-7 {
    width: calc(100% - 360px);
    padding-bottom: 20px;
}

.blog_banner .banner_img_wrap {
    margin-bottom: -70px;
}

.blog_banner h1 {
    margin-bottom: 15px;
}

.blog_banner p {
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    max-width: 620px;
    margin-bottom: 20px;
}

.blogs_box_wrap {
    padding: 80px 0px;
    position: relative;
}

.blogs_box_wrap .row {
    margin: -22px;
}

.blogs_box_wrap .row .col-md-4 {
    width: 33.3333%;
    padding: 22px;
}

.tags_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.tags_wrap a {
    color: #232E52;
    font-size: 14px;
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 1px solid #EBF2FE;
    border-radius: 5px;
}

.tags_wrap a:hover {
    background-color: #EBF2FE;
}

.blog__title h3 {
    margin-bottom: 15px;
}

.blog__title h3 a {
    color: #0e2248;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__title h3 a:hover {
    color: #BBA14F;
}

.blog__para {
    margin-bottom: 40px;
}

.blog__para p {
    color: #232E52;
    font-family: "Montserrat", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_post_img {
    height: 209px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.blog_post_img a {
    display: block;
    height: 100%;
    border-radius: 8px;
}

.blog_post_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.blogs_box_wrap .row .col-md-4:hover .blog_post_img img {
    transform: scale(1.05);
}

.faqs_wrap {
    padding: 50px 0 80px;
    position: relative;
}

.faqs_wrap h1 {
    color: #0e2248;
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.faqs_wrap .row {
    justify-content: space-between;
}

.faqs_wrap .accordion {
    max-width: 800px;
}

.faqs_wrap .accordion .accordion-item {
    margin-bottom: 18px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    overflow: hidden;
    padding: 24px 40px;
}

.faqs_wrap .accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.faqs_wrap .accordion .accordion-item .accordion-button {
    padding: 0px;
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
    color: #0e2248;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    text-align: left;
}

.faqs_wrap .accordion .accordion-item .accordion-button:focus {
    color: #0e2248;
}

.faqs_wrap .accordion .accordion-item .accordion-body {
    padding: 25px 35px 5px 0px;
    position: relative;
}

.sticky_div {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 60px 20px 70px;
    position: sticky;
    top: 110px;
    max-width: 450px;
    margin-left: auto;
}

.question_box {
    text-align: center;
}

.question_icon {
    max-width: 115px;
    margin: 0 auto 20px;
}

.question_box h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.question_box p {
    color: #000;
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto 30px;
}

.continue_btn {
    margin-top: 50px;
}

.faqs_wrap .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.faqs_wrap .accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0px;
}

.faqs_wrap .accordion .accordion-item .accordion-body ul li {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.faqs_wrap .accordion .accordion-item .accordion-body ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}


.contact_us_wrap {
    position: relative;
    padding: 60px 0px 100px;
}

.contact_us_wrap .main_title {
    text-align: center;
    margin-bottom: 80px;
}

.contact_us_wrap .main_title h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.contact_us_wrap .main_title p {
    font-family: "Montserrat", sans-serif;
}

.contact_information {
    background-color: #0e2248;
    border-radius: 10px;
    padding: 50px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 710px;
    position: relative;
    overflow: hidden;
}

.contact_information>div {
    position: relative;
    z-index: 55;
}

.contact_information::before,
.contact_information::after {
    content: "";
    position: absolute;
}

.contact_information::before {
    width: 265px;
    height: 265px;
    background-color: #FFFFFF1F;
    border-radius: 50%;
    bottom: -8%;
    right: -8%;
}

.contact_information::after {
    width: 130px;
    height: 130px;
    bottom: 12%;
    right: 18%;
    background-color: #FFF9F921;
    border-radius: 50%;
}

.info_title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_title p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.connect_links ul li {
    display: flex;
    padding: 15px 0;
}

.connect_icons {
    width: 40px;
    padding-right: 10px;
}

.connect_icons img {
    width: 100%;
    transition: 0.4s;
}

.connect_description {
    color: #fff;
    width: calc(100% - 45px);
    padding-left: 8px;
}

.connect_description p {
    color: #fff;
    max-width: 310px;
}

.connect_description p a {
    color: #fff;
    display: inline-block;
}

.connect_description p a:hover {
    color: #BBA14F;
}

.connect_description p a:hover::after {
    width: 100%;
    background-color: #BBA14F;
}

.media_icon ul {
    display: flex;
    gap: 20px;
}

.media_icon ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    padding: 11px;
}

.media_icon ul li a img {
    transition: 0.4s;
}

.media_icon ul li a:hover img {
    transform: rotate(360deg);
}

.contat_us_grid {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    padding: 25px;
}

.contat_us_grid {
    background-color: #fff;
    box-shadow: 5px 5px 12px #cccccc3d;
    border-radius: 10px;
    padding: 25px;
}


.about_banner .row .col-md-7 {
    width: 100%;
}

.team_banner .row .col-md-5 {
    width: 100%;
}

.team_banner .banner_img_wrap {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: 50px auto;
    border: 5px solid #B7A15C;
}

.team_banner .banner_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner_arrow a {
    display: inline-block;
}

.banner_arrow a img {
    width: 20px;
}

.banner_arrow {
    text-align: center;
}

.about_banner h1 {
    margin-bottom: 0px;
    max-width: 100% !important;
    text-align: center;
}

.team_banner .row .col-md-7 .blog_banner_content p {
    max-width: 890px;
    margin: 0 auto;
}

.about_banner p {
    color: #fff;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    max-width: 690px;
    margin-bottom: 20px;
}

.Investment_Philosophy_wrap {
    position: relative;
    padding: 60px 0px;
}

.design_row {
    position: relative;
    margin: -18px 0px;
}

.design_row::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url("../images/cricle.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.time_line_wrap .design_row:first-child {
    margin-top: 0px;
}

.time_line_wrap .design_row:first-child::after {
    border-top: none !important;
    border-top-left-radius: 0px !important;
    height: 50% !important;
    bottom: 0px !important;
    top: unset !important;
}

.time_line_wrap .design_row:last-child {
    margin-top: 0px;
}

.time_line_wrap .design_row:last-child::after {
    border-bottom: none !important;
    bottom: 50% !important;
    height: 50% !important;
    border-bottom-left-radius: 0px !important;
}

.time_line_wrap .design_row:nth-child(2n+2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -60px;
    width: 65%;
    height: 100%;
    border-top: 18px solid #BBA14F;
    border-bottom: 18px solid #BBA14F;
    border-right: 18px solid #BBA14F;
    border-radius: 0px 60px 60px 0px;
    margin: 0 auto;
}

.time_line_wrap .design_row:nth-child(2n+2)::before {
    right: 12%;
    top: calc(50% - 50px);
    z-index: 5;
}

.time_line_wrap .design_row:nth-child(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%;
    border-top: 18px solid #BBA14F;
    border-bottom: 18px solid #BBA14F;
    border-left: 18px solid #BBA14F;
    border-radius: 60px 0px 0px 60px;
    margin: 0 auto;
}

.time_line_wrap .design_row:nth-child(2n+1)::before {
    left: 12%;
    top: calc(50% - 50px);
    z-index: 5;
}

.design_row .d-flex {
    gap: 50px;
    position: relative;
    align-items: center;
    z-index: 55;
}

.design_row:last-child .d-flex::after {
    display: none;
}

.design_row .d-flex>div {
    padding: 80px 0px;
}

.time_line_wrap .design_row:nth-child(2n+2) .d-flex {
    flex-direction: row-reverse;
}

.design_row_content {
    width: 50%;
}

.blank_div {
    width: 50%;
    min-height: 400px;
    position: relative;
}

.design_row_content h3 {
    color: #0e2248;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
}

.design_row_content p {
    color: #111;
    font-size: 22px;
}

.mission_vission_wrap {
    padding: 80px 0px;
    position: relative;
    background: linear-gradient(135deg, #f9f9f9, #eef3f8);
}

.mission_vission_wrap .heading_title {
    margin-bottom: 50px;
}

.vision_mission_grid {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -8px;
}

.vision_mission_grid li {
    counter-increment: my-awesome-counter;
    width: 33.3333%;
    padding: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision_mission_grid li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 25px;
    right: 0;
    background-color: #BBA14F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55;
}

.mission_box {
    border: 2px solid #2471b3;
    height: 100%;
    padding: 100px 20px 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    border-radius: 20px;
    background-color: #fff;
}

.vision_mission_grid li:hover .mission_box {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.vision_mission_grid li:hover {
    transform: translateY(-10px);
}

.mission_box h4 {
    color: #172C51;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

.mission_box p {
    color: #333;
    font-size: 18px;
    text-align: center;
}

.team_wrap {
    padding: 100px 0px;
    position: relative;
}

.teamBox_profile {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

#leadership_wrap + .team_wrap.Advisor_wrap {
    padding-bottom: 0px;
}

#leadership_wrap + .team_wrap.Advisor_wrap + .team_wrap.Advisor_wrap {
    padding-top: 40px;
}

.user_img {
    width: 140px;
}

.teamBox_profile .user_img a {
    display: inline-block;
    border-radius: 50%;
    background-color: #0e2248;
    border: 3px solid #B7A15C;
}

.teamBox_profile img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: 0 15px;
    transition: 0.4s;
    border-radius: 50%;
}

.user__description_title {
    width: calc(100% - 140px);
    padding-left: 20px;
}

.teamBox_discription h4 a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: #172C51;
}

.teamBox_discription h4 a:hover {
    color: #BBA14F;
}

.teamBox_discription h5 {
    font-size: 20px;
    color: #111;
    font-weight: 700;
}

.teamBox_discription p {
    color: #000;
    margin-bottom: 15px;
}

.teamBox_discription p strong {
    display: inline-block;
    color: #2471b3;
    font-weight: 600;
}

.teamBox_discription ul {
    margin-left: 20px;
}

.teamBox_discription ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    list-style-type: disc;
    margin-bottom: 5px;
}

.client_slider {
    text-align: center;
    display: flex;
    justify-content: center;
}

.client_slider .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.client_slider .item {
    background-color: #BBA14F;
    text-align: center;
    padding: 4px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.user_profile {
    height: 230px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}

.user_profile img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.client_slider .item:hover .user_profile img {
    transform: scale(1.05);
}

.user_profile_content {
    padding: 20px 12px;
}

.user_profile_content p {
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 0px 1px #0000002e;
}

.user_profile_content p strong {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.finance_ial_wrap {
    position: relative;
    padding: 60px 0px;
}

.finance_ial_wrap .heading_title {
    text-align: center;
    margin-bottom: 45px;
}

.finance_ial_wrap .heading_title h2 {
    margin: 0px;
    display: inline-block;
    background-color: #BBA14F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    position: relative;
}

.finance_ial_wrap .heading_title h2::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 1px;
    background-color: #BBA14F;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.finance_ial_wrap ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    position: relative;
    padding-top: 45px;
    border-top: 1px solid #BBA14F;
}

.border_bg {
    background: #695B30;
    background: linear-gradient(360deg, rgba(105, 91, 48, 1) 0%, rgba(187, 161, 79, 1) 100%);
    padding: 4px;
    border-radius: 10px;
    box-shadow: 6px 5px 10px #2222223d;
    transition: 0.4s;
}

.border_bg:hover .finance_content {
    background-color: #BBA14F;
}

.finance_content {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
    text-align: center;
    transition: 0.4s;
}

.finance_ial_wrap ul li {
    position: relative;
}

.finance_ial_wrap ul li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    background-color: #fff;
    width: 50%;
    height: 15px;
}

.finance_ial_wrap ul li:last-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: -50px;
    background-color: #fff;
    width: 50%;
    height: 15px;
}

.finance_ial_wrap ul li::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 1px;
    background-color: #BBA14F;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.finance_ial_wrap .container>.border_bg {
    margin-top: 30px;
}

.finance_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #BBA14F, #695B30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    transition: 0.4s;
}

.finance_content p {
    background: linear-gradient(180deg, #BBA14F, #695B30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    transition: 0.4s;
}

.border_bg:hover .finance_content h4,
.border_bg:hover .finance_content p,
.border_bg:hover .finance_content p a {
    color: #fff !important;
    background: unset !important;
    -webkit-text-fill-color: unset !important;
}

.finance_content p:last-child {
    margin-bottom: 0px;
}

.blog-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.blog-pagination ul.page-numbers li .page-numbers {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #BBA14F;
    margin: 0 10px;
    color: #000;
}

.blog-pagination ul.page-numbers li .next,
.blog-pagination ul.page-numbers li .prev {
    width: auto;
    height: auto;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}

.blog-pagination ul.page-numbers li .next:hover,
.blog-pagination ul.page-numbers li .prev:hover {
    color: #000 !important;
    background-color: transparent !important;
}

.blog-pagination ul.page-numbers li .page-numbers.current,
.blog-pagination ul.page-numbers li .page-numbers:hover {
    background-color: #BBA14F;
    color: #fff;
}

.contact_form_inner form .custom-form-wrapper .form-group {
    position: relative;
    margin-bottom: 35px;
}

.contact_form_inner form .custom-form-wrapper .form-group p>label {
    display: block;
    color: #8D8D8D;
    font-size: 16px;
}

.contact_form_inner form .custom-form-wrapper .form-group p br {
    display: none;
}

.contact_form_inner form .custom-form-wrapper .form-group .wpcf7-form-control-wrap {
    display: block;
}

.contact_form_inner form .custom-form-wrapper .form-group input[type="text"],
.contact_form_inner form .custom-form-wrapper .form-group input[type="email"],
.contact_form_inner form .custom-form-wrapper .form-group input[type="tel"] {
    color: #8D8D8D;
    font-size: 16px;
    border-bottom: 1px solid #8D8D8D;
    border-left: none;
    border-radius: 0;
    border-top: none;
    border-right: none;
    height: 35px;
    outline: none;
    box-shadow: none;
}

.contact_form_inner form .custom-form-wrapper .form-group select {
    color: #8D8D8D;
    font-size: 16px;
    border-bottom: 1px solid #8D8D8D;
    border-left: none;
    border-radius: 0;
    border-top: none;
    border-right: none;
    outline: none;
    box-shadow: none;
    padding-left: 0;
}

.contact_form_inner form .custom-form-wrapper .form-group .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    font-size: 14px;
    left: 0;
    right: 0;
}

.contact_form_inner .custom-form-grid .left-fields .row:nth-child(3) {
    align-items: flex-end;
}

.contact_form_inner .custom-form-grid .left-fields .row:nth-child(3) p>label,
.selected-date {
    display: block;
    color: #011C2A;
    font-size: 15px;
    font-weight: 600;
}

.time-slot-wrapper p {
    width: 100%;
}

.time-slot-wrapper .time-slot.selected {
    color: #fff !important;
    background-color: #BBA14F;
    border-color: #BBA14F;
}

.selected-date {
    text-align: center;
}

.time-slot-wrapper .time-slot {
    background-color: transparent;
    margin: 7px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 1px 6px #ccc;
}

.flatpickr-day.today.selected {
    background-color: #BBA14F;
    border-color: #BBA14F;
}

.flatpickr-day.today {
    border-color: #BBA14F !important;
}

.flatpickr-day.selected {
    background-color: #BBA14F;
    border-color: #BBA14F;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #2471b3;
    background: #2471b3;
    color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 500;
    color: #000 !important;
}

.numInputWrapper .numInput.cur-year {
    color: #000 !important;
    font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper .numInput.cur-year:hover {
    background-color: #fff !important;
}

.contact_form_inner form .custom-form-wrapper .form-group textarea {
    color: #8D8D8D;
    font-size: 16px;
    border-bottom: 1px solid #8D8D8D;
    border-left: none;
    border-radius: 0;
    border-top: none;
    border-right: none;
    height: 60px;
    outline: none;
    box-shadow: none;
    resize: none !important;
}

.contact_form_inner form .custom-form-wrapper>.row .form-group {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

.contact_form_inner form .wpcf7-response-output {
    margin: 0;
    border: none !important;
    padding-top: 10px;
}

.submit-btn {
    margin-top: 35px;
}

.submit-btn p {
    display: flex;
    justify-content: flex-end;
}

.submit-btn p input[type="submit"] {
    max-width: 220px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 10px;
    background-color: #BBA14F;
    width: 100%;
    justify-content: center;
    text-transform: capitalize;
    outline: none !important;
    box-shadow: none !important;
}

.submit-btn p input[type="submit"]:hover {
    color: #fff;
    background-color: #0e2248;
}

.submit-btn p input[type="submit"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.contact_form_inner .sent .wpcf7-response-output {
    color: green;
}

.contact_form_inner .invalid .wpcf7-response-output {
    color: #dc3232;
}

.breadcrumb_wrap nav ol {
    margin-bottom: 0;
}

.breadcrumb_wrap nav ol li {
    color: #0C2F58;
    font-size: 18px;
}

.breadcrumb_wrap nav ol a {
    color: #BBA14F;
}

.singlePostWrapper {
    padding: 60px 0 30px;
}

.singlePostWrapper .post-thumbnail {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.singlePostWrapper .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.singlePostWrapper .post-thumbnail:hover img {
    transform: scale(1.03);
}

.singlePostWrapper .entry-header {
    margin-top: 30px;
}


.singlePostWrapper .entry-header .entry-title {
    font-size: 35px;
    font-weight: 700;
    color: #0e2248;
}

.entry-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 32px;
    margin: 20px 0px;
    font-weight: 700;
    color: #0e2248;
    font-family: "Montserrat", sans-serif;
}

.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
    font-weight: 700;
}

.entry-content h2,
.entry-content h4,
.entry-content h6 {
    color: #BBA14F;
}

.entry-content ol,
.entry-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol li p,
.entry-content ul li p {
    margin-bottom: 10px;
}

.related-posts .related-post-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.related-posts .related-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px !important;
}

.relatedPostswrap .related-posts h3 {
    color: #BBA14F;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.related-posts .related-post-item .thumbnail a {
    display: block;
}

.related-posts .related-post-item .content {
    width: calc(100% - 300px);
    padding-right: 50px;
}

.related-posts .related-post-item .thumbnail {
    width: 300px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.related-posts .related-post-item .thumbnail a {
    display: block;
    height: 100%;
}

.related-posts .related-post-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.related-posts .related-post-item .thumbnail:hover img {
    transform: scale(1.04);
}

.related-posts .content h4 a {
    color: #0e2248;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
}

.related-posts .content h4 a:hover {
    color: #BBA14F;
}

.relatedPostswrap {
    margin-top: 50px;
}

.contact_form_inner form .custom-form-wrapper .form-group .flatpickr-calendar.animate.inline {
    margin-top: 10px;
}

.defalut_page_content {
    padding: 60px 0 30px;
}

.defalut_page_content .entry-header .entry-title {
    font-size: 38px;
    margin: 20px 0px;
    font-weight: 700;
    color: #2471b3;
    font-family: "Montserrat", sans-serif;
}

.defalut_page_content footer.entry-footer .edit-link a.post-edit-link {
    display: inline-flex;
    background-color: #BBA14F;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.defalut_page_content footer.entry-footer .edit-link a.post-edit-link:hover {
    background-color: #2471b3;
}

.Continue_btn {
    text-align: right;
}

.Continue_btn .btn-ctn {
    width: auto;
    padding: 5px 40px;
}

.main_banner .earth_img {
    text-align: right;
}


/**************************/
/*************************/

.dd_none {
    display: none;
}

/********************
   Gravity form
********************/
.gform_validation_errors {
    display: none !important;
}

.gform-loader {
    display: none !important;
}


/* 404 CSS */
.error-info-inner {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.error-page p {
    margin-bottom: 20px;
}

.heading-slider {
    text-align: center;
}

.heading-slider h1 {
    color: #232E52;
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.heading-slider h1 span {
    color: #03939c;
    display: inline-block;
}

.heading-slider .btn-ctn {
    min-width: 250px;
    width: 250px;
}

@media(max-width: 1200px) {
    .heading-slider {
        padding: 20px 0;
    }

    .error-info-inner {
        min-height: 66vh;
    }
}

@media(max-width: 767px) {

    .error-page h1,
    .error-page p {
        margin-bottom: 15px;
    }
}

@media(max-width: 600px) {
    .error-info-inner {
        min-height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

}

.why_element_one {
    background-color: #F1F1F1;
    padding: 220px 0 50px;
    position: relative;
}

.why_element_one .heading_title {
    margin-bottom: 35px;
}

.why_element_one .row .col-md-4 {
    width: 33.3333%;
    padding: 15px 12px;
}

.cricle_content {
    margin: 0 auto;
    padding: 30px;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    background: #0e2248;
    border: 5px solid #B7A15C;
    flex-direction: column;
}

.cricle_content_img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto 10px;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cricle_content_img img {
    transition: 0.4s;
}

.cricle_content:hover .cricle_content_img img {
    transform: translateX(10px);
}

.cricle_content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: unset;
}

.counter_wrap {
    text-align: center;
    position: relative;
}

.counter_wrap .container {
    background-color: #fff;
    border-radius: 200px;
    padding: 40px 12px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 555;
}

.counter_wrap .row .col-md-4 {
    width: 25%;
}

.counter_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.counter {
    color: #172C51;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
}

.counter_icon, 
.counter_before_text  {
    color: #172C51;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin-left: 4px;
}

.counter_wrap p {
    color: #000000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    max-width: 240px;
    margin: 0 auto;
}

.team_wrap .row {
    justify-content: center;
}

.team_wrap .row .col-md-6 {
    width: 50%;
    margin: 15px 0px;
}

.teamBox {
    box-shadow: 0 0 10px #ccc;
    padding: 30px 20px;
    height: 100%;
}

.teamBox_discription {
    height: 100%;
    position: relative;
    padding-bottom: 70px;
}

.teamBox_discription .footer_media {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.teamBox_discription .footer_media ul {
    gap: 10px;
    margin-left: 0px;
    justify-content: center;
}

.teamBox_discription .footer_media li a {
    width: 35px;
    height: 35px;
    padding: 8px;
    background-color: #172C51;
}

.teamBox_discription .footer_media li a img {
    filter: brightness(0) invert(1);
}

.earth_img img {
    border-radius: 10px;
    transition: 0.4s;
}

.teamBox_discription .footer_media ul li {
    list-style-type: none !important;
    margin-bottom: 0px !important;
}

.credits_fof_wrap {
    padding: 70px 0px;
    position: relative;
}

.credits_fof_graph {
    position: relative;
}

.credits_fof_graph::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 350px;
    width: 1px;
    background-color: #303030;
}

.credits_fof_graph .d-flex {
    flex-wrap: wrap;
    margin-bottom: 35px;
    align-items: center;
    transition: 0.4s;
}

.credits_fof_graph .d-flex:last-child {
    margin-bottom: 0;
}

.credits_fof_title {
    width: 350px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.credits_fof_title__inner {
    width: 100%;
}

.credits_fof_title__inner h4 {
    font-weight: 700;
    color: #2471b3;
    font-size: 26px;
}

.credits_fof_subTitle {
    width: calc(100% - 350px);
    padding-left: 50px;
    position: relative;
}

.credits_fof_subTitle::after {
    content: "";
    position: absolute;
    left: -8px;
    width: 17px;
    height: 17px;
    background-color: #2471b3;
    border: 1px solid #2471b3;
    border-radius: 50%;
    top: calc(50% - 17px);
}

.credits_fof_box {
    border: 1px solid #333;
    padding: 20px 30px;
    border-radius: 10px;
}

.credits_fof_box p {
    font-size: 20px;
    font-weight: 500;
}

.credits_fof_graph .d-flex.active .credits_fof_box {
    border-color: #BBA14F;
    background-color: #BBA14F;
}

.credits_fof_graph .d-flex.active .credits_fof_box p {
    color: #fff;
    font-weight: 600;
}

.credits_fof_graph .d-flex.active .credits_fof_title__inner h4 {
    color: #BBA14F;
}

.credits_fof_graph .d-flex.active .credits_fof_subTitle::after {
    background-color: #BBA14F;
    border: 1px solid #BBA14F;
}

.credits_fof_graph .d-flex:last-child .credits_fof_subTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    height: 50%;
    width: 10px;
    background-color: #fff;
}

.main_heading {
    position: relative;
    padding-bottom: 50px;
}

.main_heading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 350px;
    width: 1px;
    background-color: #303030;
}

.main_heading h4 {
    position: relative;
    background-color: #BBA14F;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 20px;
    width: 400px;
    text-align: center;
    z-index: 55;
    margin-left: 140px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Fund_banner_content p {
    max-width: 100%;
    margin: 10px 0 0;
    text-align: center;
    font-size: 22px;
}

.golden_bg_wrap {
    background-color: #B7A15C;
    padding: 50px 0px;
}

.golden_bg_wrap .heading_title h2 {
    color: #0e2248;
    margin: 0px;
}

.funds_box_wrap {
    padding: 80px 0px;
}

.funds_box_wrap .heading_title {
    padding-bottom: 30px;
}

.funds_box_wrap .row {
    justify-content: center;
    margin: -15px;
}

.funds_box_wrap .row .col-md-3 {
    width: 25%;
    padding: 15px;
}

.funds_thread {
    position: relative;
    overflow: hidden;
}

.blue_box {
    background-color: #062049;
    text-align: center;
    padding: 25px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blue_box p {
    color: #fff;
    font-weight: 500;
    text-transform: none;
}

.gray_box {
    background-color: rgba(183, 161, 92);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    height: 100%;
}

.gray_box p {
    color: #fff;
    font-weight: 500;
}

.funds_thread:hover .gray_box {
    top: 0;
}

.funds_thread_img {
    max-width: 110px;
    margin: 0 auto 20px;
}

.crefit_FOF_wrap {
    padding: 80px 0px;
    position: relative;
}

.crefit_FOF_wrap .heading_title {
    padding-bottom: 20px;
}

.crefit_FOF_wrap .row {
    margin: 0 -30px;
    position: relative;
    align-items: center;
}

.crefit_FOF_wrap .row .col-md-6 {
    width: 50%;
    padding: 0 30px;
}

.dec_bg {
    background-color: #0e2248;
    margin-bottom: 14px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    transition: 0.4s;
}

.dec_bg:hover {
    background-color: #B7A15C;
}

.dec_bg:last-child {
    margin-bottom: 0px;
}

.dec_bg p {
    color: #fff;
    width: 100%;
}

.dec_bg ul {
    margin-left: 20px;
}

.dec_bg ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    list-style-type: disc;
}

.top_approach_wrap {
    background-color: #0e2248;
    padding: 80px 0;
    position: relative;
}

.top_approach_wrap .heading_title h2 {
    color: #fff;
    padding-bottom: 20px;
}

.top_approach_wrap .row {
    margin: 0 -12px;
}

.top_approach_wrap .row .col-md-6 {
    width: 50%;
    position: relative;
    padding: 0 24px;
}

.top_approach_wrap .row .col-md-6:first-child {
    border-right: 1px solid #B7A15C;
}

.top_approach_wrap .row .col-md-6 h3 {
    color: #0e2248;
    background-color: #B7A15C;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 15px 10px;
}

.top_approach_wrap .row .col-md-6 p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.top_approach_wrap .row .col-md-6 p strong {
    display: inline-block;
    color: #B7A15C;
    font-weight: 600;
}

.approach_content {
    margin: 0 30px;
}

#Advisory_Modal {
    z-index: 999999;
}

.modal-backdrop {
    z-index: 88888;
}

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

#Advisory_Modal .modal-content .modal-header {
    padding: 0px;
    border: none;
}

#Advisory_Modal .modal-content {
    padding: 20px;
    background-color: #172C51;
}

#Advisory_Modal .modal-content .modal-header .btn-close {
    background-color: #BBA14F;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 55;
}

#Advisory_Modal .modal-body {
    background-color: #172C51;
    padding: 20px;
    border: 1px solid #B7A15C;
    border-radius: 10px;
}

#Advisory_Modal .modal-body h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#Advisory_Modal .modal-body h3 span {
    display: inline-block;
    color: #BBA14F;
}

#Advisory_Modal .user_img {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border: 3px solid #BBA14F;
    border-radius: 50%;
    margin: 0 auto 20px;
}

#Advisory_Modal .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#Advisory_Modal .teamBox_discription h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

#Advisory_Modal .teamBox_discription h5 {
    color: #fff;
    margin-bottom: 15px;
}

#Advisory_Modal .teamBox_discription p {
    color: #fff;
    margin-bottom: 15px;
}

#Advisory_Modal .teamBox_discription ul li {
    color: #fff;
}

.paragrph_wrap p {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.paragrph_wrap h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.golden_bg_wrap+.crefit_FOF_wrap {
    background-color: #fff;
}

.fund_strategies_banner .banner_options__box .options__box {
    border: 2px solid #BBA14F;
}

.fund_strategies_banner .banner_options__box .options__box .options__box_img {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.fund_strategies_banner .banner_options__box {
    max-width: 500px;
}

.defalut_page_content article.page {
    border: 2px solid #BBA14F;
    padding: 10px 20px;
    border-radius: 15px;
}

#leadership_wrap {
    padding-top: 100px;
    margin-top: -100px;
}

.golden_bg_wrap+.crefit_FOF_wrap .col_img img {
    max-width: 445px;
    margin: 0 auto;
    display: block;
}


nav.inner_page_banner_breadcrumb ol.breadcrumb {
    margin: 0;
    position: absolute;
    top: -40px;
    left: 0;
}

nav.inner_page_banner_breadcrumb ol.breadcrumb li {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

nav.inner_page_banner_breadcrumb ol.breadcrumb li a {
    color: #BBA14F;
}

nav.inner_page_banner_breadcrumb ol.breadcrumb li::before {
    color: #BBA14F;
}

.golden_bg_wrap + .crefit_FOF_wrap + .golden_bg_wrap + .crefit_FOF_wrap .col_img img {
	max-width: 100%;
}