.investment .main-header .header-top .left-box {
    order: 2;
}
.investment .main-header .header-top .social-box li{
	margin-right:var(--space-25);
}

.investment .main-header .header-top .social-box li:last-child{
	margin-right:var(--space-0);
}
.investment .main-header .outer-box {
    display: flex;
    align-items: center;
    gap: var(--space-20);
}
.investment .main-header .outer-box .btn {
    padding: 17px 30px;
}
.investment .main-header .aside_open {
    min-width: auto;
    width: 56px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    border-radius: 15px;
    text-align: center;
    font-size: 32px;
    background: #e6eefb;
    color: var(--color-seven);
}
.investment .main-header .aside_open span {
    font-size: var(--font-28);
}

.investment .btn {
    border-radius: 15px;
}
.investment .btn-two {
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.25);
}


/* Section Title */
.investment .sec-title .title {
    font-size: var(--font-13);
    font-weight: 400;
    line-height: var(--font-20);
    letter-spacing: 3.9px;
}
.investment .sec-title h1 {
    font-size: var(--font-40);
    font-weight: 700;
    line-height: var(--font-48);
    margin-bottom: var(--space-25);
}
.investment .sec-title h1 span {
    color: var(--color-two);
}
.investment .sec-title .separator {
    width: 76px;
    height: 2px;
    border-radius: 15px;
    background-color: #DBE6FF;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.investment .sec-title .separator::before {
    display: none;
}
.investment .sec-title .separator::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 19px;
    height: 2px;
    border-radius: 15px;
    background-color: var(--color-two);
}

.investment .sec-title .button-box {
    margin-top: var(--space-30);
}

/* Service Section */
.investment .services-section .inner-column.left {
    padding-right: var(--space-50);
}
.investment .service-block h5 a {
    color: #18304B;
}
.investment .service-block-style-two .inner-box:after {
    content: url(../images/services/shape-6.png);
}

/* Read More Button */
.investment .service-block .read-more {
    margin-top: var(--space-20);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.investment .service-block:hover .read-more {
    opacity: 1;
    visibility: visible;
}
.investment .service-block a.read-more {
    display: flex;
    column-gap: var(--space-10);
    font-size: var(--font-14);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-two);
    transition: all 0.5s ease-in-out;
}
.investment .service-block a.read-more:hover {
    color: #518CF5;
}
.investment .service-block a.read-more span {
    position: relative;
    overflow: hidden;
    width: 20px;
}
.investment .service-block a.read-more span i {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.investment .service-block a.read-more span .hidden {
    position: absolute;
    left: -110%;
    top: 50%;
    transform: translateY(-50%);
}
.investment .service-block a.read-more:hover span .visible {
    left: 110%;
}
.investment .service-block a.read-more:hover span .hidden {
    left: 0;
}



/* Why Choose Section */
.why-choose-section{

}

.video-background-second {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 117%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-color: rgb(0, 37, 66);
}


.why-choose-section .content-column .inner-column{
    
}
.why-choose-section .image-column {
    position: relative;
    align-self: end;
}

.why-choose-section .image-column .image {
    position: relative;
    transform-style: preserve-3d;
}

.why-choose-section .feature-block .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.why-choose-section .button-box {
    gap: 15px;
}
.why-choose-section .play-box span {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: var(--font-30);
    color: var(--color-two);
    border: 13px solid var(--white-color);
    box-shadow: 0px 0px 15px 5px #f5f5f5;
    margin-right: var(--space-20);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: var(--color-two);
    background: -moz-linear-gradient(90deg, var(--color-two) 0%, var(--color-seven) 100%);
    background: -webkit-linear-gradient(90deg, var(--color-two) 0%, var(--color-seven) 100%);
    background: linear-gradient(90deg, var(--color-two) 0%, var(--color-seven) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-section .play-box span:before,
.why-choose-section .play-box span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.4);
    -webkit-animation: ripple9 2s ease-in-out infinite;
    animation: ripple9 2s ease-in-out infinite;
}

.why-choose-section .play-box span:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0.3);
    -webkit-animation: ripple10 2s ease-in-out infinite;
    animation: ripple10 2s ease-in-out infinite;
}

@keyframes ripple9 {
    0% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0);}
}
@keyframes ripple10 {
    0% {box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0);}
}


/* Funfacts */
.investment .counter-box.style-two {
    padding: var(--space-0);
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: inline-grid;
    flex-shrink: 0;
}
.investment .counter-box.style-two .counter-column{
    position: relative;
    background-color: var(--white-color);
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    padding: var(--space-35) var(--space-25);
    box-shadow: 0px 0px 15px rgba(245, 249, 255, 0.6);
}
.investment .counter-box.style-two .counter-column::before {
    content: url('../images/resource/shape-round.png');
    position: absolute;
    top: -1px;
    right: -4px;
}
.investment .counter-box.style-two .counter-column .counter-icon {
    position: relative;
    background: #f5f9ff;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 100%;
    outline: 10px solid rgba(255, 255, 255, 0.1);
}
.investment .counter-box.style-two .counter {
    font-size: var(--font-36);
    font-weight: 700;
    line-height: var(--font-26);
    margin-top: var(--space-10);
}
.investment .counter-box.style-two h6 {
    font-size: var(--font-18);
    color: var(--main-color);
    font-weight: 700;
    margin-top: var(--space-5);
    padding-bottom: var(--space-0);
}
.investment .counter-box.style-two h6::before {
    display: none;
}

/* Newsletter */
.subscribe-area {
    margin-top: var(--space-100);
    color: var(--white-color);
}
.subscribe-area h2 {
    font-size: var(--font-40);
    line-height: var(--font-48);
    color: var(--white-color);
}
.subscribe-area .subscribe-form .form-group{
    position: relative;
}
.subscribe-area .subscribe-form .form-group input[type=email] {
    height: 56px;
    border-radius: 15px ;
    padding: 18px 30px;
    color: #6F7F90;
    font-size: var(--font-16);
}
.subscribe-area .subscribe-form .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 0px 15px 15px 0px;
}
.subscribe-area .subscribe-form .form-group .btn::before {
    display: none;
}
.subscribe-area .subscribe-form .form-group .btn:hover {
    background-color: var(--color-two);
}


/* Clients */
.our-clients {
    border-top: 1px solid #eaeaea;
    padding: 70px 0px;
}
.our-clients .client-logo {
    text-align: center;
}

/* News */
.investment .news-block .author-box strong {
    color: #273D71;
}
.news-block .image {
    background-color: var(--color-seven);
}
.investment .news-block h5 a:hover {
    color: var(--color-seven);
}
.investment .news-block .post-date {
    background-color: var(--color-seven);
}
.investment .news-block .author-box .author-image {
    border-color: var(--color-seven);
}
.investment .news-block .read-more {
    font-size: var(--font-14);
    font-weight: 700;
    text-transform: uppercase;
    color: #273D71;
}
.investment .news-block .read-more:before {
    content: "\F64D";
    font-family: 'bootstrap-icons';
}
.investment .news-block .read-more:hover {
    color: var(--color-seven);
}

/* Contact Section  */
.investment .default-form .form-control {
    background-color: #effbfe;
}

/* FAQ */
.investment .accordion-button:not(.collapsed),
.investment .accordion-body {
  background-color: #effbfe;
}

/* Footer */
.investment .main-footer {
    background-color: #0e2049;
}
.investment .main-footer .widgets-section {
    padding-top: var(--space-90);
    padding-bottom: var(--space-60);
}

.investment .main-footer .large-text h1{
    font-family: 'DM Sans', sans-serif;
    font-size: 73px;
    line-height: 72px;
    font-weight: 700;
    background: linear-gradient(90deg, #38C9F7 0%, #266FF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.investment .main-footer .large-text h2{
    font-family: 'DM Sans', sans-serif;
    font-size: 57px;
    line-height: 72px;
    font-weight: 700;
    background: linear-gradient(90deg, #38C9F7 0%, #266FF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: thin transparent;
    color: #0e2049;
}

.investment .logo-column .logo {
    margin-bottom: var(--space-30)
}
.investment .logo-column p {
    font-size: var(--font-16);
    line-height: var(--font-26);
    color: #bdd6f1;
}
.investment .main-footer .contact-list li {
    margin-bottom: var(--space-0);
    padding-bottom: var(--space-5);
    border: none;
}

.investment .main-footer .social-box {
    margin-top: var(--space-30);
}

.investment .main-footer .social-box li a {
    font-size: var(--font-17);
    background-color: #203258;
    color: var(--white-color);
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 10px;
}
.investment .main-footer .social-box li a:hover {
    background-color: var(--color-seven);
}

.investment .main-footer .links li a {
    font-weight: 400;
    color: #bdd6f1;
}

.investment .main-footer .footer-bottom .copyright {
    font-size: var(--font-16);
}
.investment .main-footer .footer-bottom .copyright a {
    color: var(--color-seven);
}
.investment .terms-policy a {
    position: relative;
    color: #bdd6f1;
}
.investment .terms-policy a:not(:last-child) {
    padding-right: var(--space-25);
    margin-right: var(--space-25);
}
.investment .terms-policy a:hover {
    color: var(--color-seven);
}
.investment .terms-policy a:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.1);;
}

/* Sidebar  */
.investment .widget_tag_cloud a {
    background-color: #effbfe;
}
.investment .widget_tag_cloud a:hover {
    background-color: var(--color-two);
}

/* Page Header */
.investment .page_header {
    background-image: url(../images/background/37.jpg);
}
.investment .page_header::before {
    display: none;
}
.investment .page_header .breadcrumb li,
.investment .page_header .breadcrumb li a {
    color: var(--main-color);
}
.investment .page_header .breadcrumb li.active,
.investment .page_header .breadcrumb li a:hover {
    color: var(--color-two);
}


/* main-slider-carou Section */
.main-slider-carou .content-column .inner-column{
    padding-bottom: 130px;
}
.why-choose-section .image-column {
    position: relative;
    align-self: end;
}
.main-slider-carou .image-column::before {
    content: url('../images/resource/circle-layer-3.png');
    position: absolute;
    left: 70px;
    top: 20px;
}
.main-slider-carou .image-column .image {
    position: relative;
    transform-style: preserve-3d;
}
.main-slider-carou .image-column .image::before {
    content: url('../images/resource/team.png');
    position: absolute;
    left: -15px;
    top: -40px;
}
.main-slider-carou .image-column .image::after {
    content: url('../images/resource/chart.png');
    position: absolute;
    right: -60px;
    bottom: 70px;     
    animation-duration: 7s;
}
.main-slider-carou .feature-block .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
 .country-tag {
    background: #fff;
    color: rgba(0, 0, 0, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 4px 16px;
    width: 160px;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font: 600 16px / 32px Inter;
    text-align: center;
    transition: opacity .5s ease;
    margin-bottom: 30px;
}

.country-tag img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.loc-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 400px;
}