/* Lato fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Roboto fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Lobster fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* SSSSSSS--- UTALITY CLASSES START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.lato-font {
    font-family: "Lato", sans-serif !important;
}

.roboto-font {
    font-family: "Roboto", sans-serif !important;
}

.lobster-font {
    font-family: "Lobster", sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
}

.site-color {
    color: rgba(88, 195, 209, 1);
}

.site-bgcolor {
    background-color: rgba(88, 195, 209, 1);
}

.blur-layer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -36px;
    z-index: -1;
    left: 0;
}

.header-btn {
    font-size: 16px;
    align-items: center;
    display: flex;
    font-weight: 900;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 60px;
    font-family: "Lato", sans-serif !important;
    padding: 10px 18px;
}

.showbutn-outer {
    border: 1px solid #4FACB8;
    padding: 16px 3px;
    background: white;
}

.showbutn-outer button {
    background-color: #4FACB8;
    padding: 12px 30px;
    color: white !important;
    font-weight: 700;
}


.showbutn-outer button:hover {
    color: #4FACB8 !important;
    background: rgba(255, 235, 99, 1);
    transition: 0.4s;
}

.graycolor {
    color: #575757;
}

.blackcolor {
    color: #000000;
}


.fontweight600 {
    font-weight: 600;
}

.fontweight500 {
    font-weight: 500;
}

.yellowunderline {
    background-color:
        rgba(255, 235, 99, 1);
}

.fundmangerheading {
    position: relative;
    font-weight: 700;
}

.fundmangerheading::after {
    content: "";
    position: absolute;
    width: 165px;
    top: 40px;
    left: 0px;
    border: 1px solid rgba(255, 235, 99, 1);
}

.usefinaly-cardsec {
    width: 95%;
    height: 215px;
    border: 4px solid rgba(88, 195, 209, 1);
    border-radius: 8px;
}

.usefinaly-cardsec img {
    width: 104%;
    height: 215px;
    object-fit: cover;
    margin-left: 7px;
    margin-top: -15px;
    border-radius: 8px;
}

.globle-titles::after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: rgba(255, 235, 99, 1);
    margin: 0 auto;
    margin-top: 28px;
}

/* EEEEEEEE--- UTALITY CLASSES END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- HEADER SEACTION START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.header-logo {
    width: 290px;
    height: auto;
    object-fit: cover;
}

.navigation-bar {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.navigation-bar a {
    font-size: 14px;
    padding: 0 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
    color: white !important;
}

.navigation-bar .navbar-collapse {
    margin-top: -40px;
}

.navigation-bar .active::after {
    content: "";
    display: block;
    width: auto;
    height: 2px;
    background-color: rgba(88, 195, 209, 1);
    border-radius: 100px;
    position: relative;
    z-index: 9999;
    top: 5px;
}

.navigation-bar .active {
    color: rgba(88, 195, 209, 1) !important;
}

.navigation-bar .dropdown button {
    font-size: 14px;
    padding: 0 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
    color: white !important;
    border: none;
}

.navigation-bar .dropdown a {
    font-size: 14px;
    padding: 5px 10px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
    color: black !important;
}

.navigation-bar .dropdown ul li {
    margin-right: 0;
}

.navigation-bar .dropdown a:hover {
    background-color: #FFEB62;
    color: rgba(88, 195, 209, 1) !important;
    transition: 0.3s;
}

.navigation-bar ul li:hover .nav-link {
    color: rgba(88, 195, 209, 1) !important;
}

.navigation-bar .dropdown-toggle::after {
    display: none;
}

.navigation-bar .dropdown:hover button {
    color: rgba(88, 195, 209, 1) !important;
}

.navigation-bar .dropdown:hover .fill {
    fill: rgba(88, 195, 209, 1) !important;
}

/* .navigation-bar .dropdown:hover .dropdown-menu {
    display: block !important;
    transition: fill 0.3s ease !important;
} */

.navigation-bar .dropdown button:hover a {
    color: black !important;
    transition: 0.3s !important;
}

.navigation-bar ul li {
    margin-right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 46px !important;
    height: 46px !important;
    padding: 13px !important;
    border-radius: 50% !important;
    z-index: 999 !important;
    background: white;
    opacity: 1 !important;
    border: 2px solid rgba(88, 195, 209, 0.4);
    color: black !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 140px !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 140px !important;
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 23px !important;
    font-weight: bold;
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: auto !important;
}

.hero-content {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 2;
    padding: 10px 40px;
    opacity: 1 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    text-align: -webkit-center !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 607px !important;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: none !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 1)
}

.swiper-pagination-bullet-active {
    background: white !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url() !important;

}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    line-height: 25px !important;
    border: 2px solid rgba(88, 195, 209, 0.4) !important;
    border-radius: 7px;
}

.hero-content .white-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hero-content .colord-txt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* EEEEEEEE--- HEADER SEACTION END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- INVESTOR SECTION START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.investor-sec {
    background: #F9F9F9;
}

.investor-sec .investor-card {
    border: 1px solid rgba(88, 195, 209, 1);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 10px;
}

.investor-sec .investor-card:hover {
    background: rgba(225, 241, 244, 1);
    transition: 0.5s;
}

.investor-sec .investor-card .investor-card-image-sec {
    width: 100%;
    height: 170px;
}

.investor-sec .investor-card .investor-card-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.investor-sec .investor-card .title {
    font-size: 17px;
}

.investor-sec .investor-card .toptag {
    font-size: 16px;
    line-height: 20.4px;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 7px 20px;
    border-radius: 90px;
    position: absolute;
    top: -10px;
    font-family: "Lato", sans-serif !important;
    left: -10px;
}

/* EEEEEEEE--- INVESTOR SECTION END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/



/*SSSSSSSS--- finansail section start ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.finansail {
    background: url(./images/finansial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.finansail h6 {
    font-size: 20px;
    line-height: 40.36px;
    color: rgba(0, 0, 0, 1);
}

.finansail p {
    font-size: 20px;
    font-weight: 400;
    line-height: 37.36px;
    color: rgba(0, 0, 0, 1);
}

.finansail-head::after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: rgba(88, 195, 209, 1);
    margin: 0 auto;
    margin-top: 28px;
}

/* EEEEEEEE--- finansail section end ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- USEFINALLY SECTION START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.funmanagerlist li {
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    word-spacing: 6px;
}

/*EEEEEEEE--- USEFINALLY SECTION END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- INVEST SECTION START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.investsection {
    background: url(./images/investment-admin-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.investsection p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.64px;
    color: rgba(255, 255, 255, 1) !important;
    letter-spacing: 1px;
}

.investsection li img {
    width: 18px;
    height: auto;
    margin-right: 12px;
}

/* EEEEEEEE--- INVEST SECTIOIN END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- FINAL ADMIN SECTIOIN START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.Finaladmdin {
    background-color: #F2F2F2;
}

.finaly-admin-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-left: 1px solid #5BC1D1;
    border-right: 1px solid #5BC1D1;
    border-radius: 10px;
    background-color: white !important;
    height: 100%;
}

.finaly-admin-card p {
    line-height: 25px;
    font-family: "Roboto", sans-serif !important;
    color: rgba(87, 87, 87, 1) !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.finaly-admin-card li img {
    width: 18px;
    height: auto;
}

.finaly-admincard-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #5BC1D1 !important;
}

.finaly-admincard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.checksvg {
    margin-top: 5px;
}

/* EEEEEEEE--- FINAL ADMIN SECTIOIN END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- Testimonials-SECTION-CSS-STARTS ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.Testimonials-sec {
    background-color: #58C3D1;
    padding: 40px 0;
}

.Testimonials-sec h2 {
    font-weight: 700;
}

.Testimonials-sec h3 {
    font-weight: 500;
}

.clientimge {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.clientimge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #58C3D1;
}

.Testimonials-outer {
    border-radius: 15px;
}

.Testimonials-outer p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.Testimonials-slidrsec {
    border-radius: 15px;
}

.clientName {
    color: #FFCE00;
}

.starimges img {
    width: 25px !important;
    height: auto;
}

.carousel-control-next-icon {
    background-image: url(./images/cliennt-right-butn.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.carousel-control-prev-icon {
    background-image: url(./images/cliennt-left-butn.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 45px !important;
    height: 45px !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.owl-carousel .owl-nav .owl-next {
    background: url(./images/cliennt-right-butn.svg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    position: absolute !important;
    top: 50%;
    right: 1% !important;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(./images/cliennt-left-butn.svg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    position: absolute !important;
    top: 50%;
    left: 1% !important;
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
    display: none !important;
}

.owl-theme .owl-dots {
    display: none !important;
}

.owl-stage-outer {
    background-color: #FFFFFFCC !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    height: auto !important;
}

/* EEEEEEEE--- TESTIMONIAL-SECTION-CSS-END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


/* SSSSSSSS--- FOOTER-SECTION-CSS-STARTS ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.footer-sec {
    background: #F5F5F5 !important;
}

.footer-sec .footer-logo {
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-sec .breadcrumb {
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.footer-sec .breadcrumb a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.footer-sec .breadcrumb-item+.breadcrumb-item::before {
    color: #000000 !important;
}

.footersocial-links .social-icon {
    width: 40px;
    height: auto;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design-by-sec {
    background-color: #58C3D1;
    padding: 15px 0;
}

.design-by-sec p {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    line-height: 24px;
}

/*EEEEEEEE--- FOOTER-SECTION-CSS-ENDS ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/

/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|    [ 1473px ] START   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
/* *****************  Extra Large Screen  ****************************/
@media (min-width: 1473px) {
    .header-logo {
        width: 270px;
    }

    .swiper-slide img {
        height: 1165px !important;
    }

    .navigation-bar ul li a {
        font-size: 22px;
    }

    .navigation-bar .container {
        max-width: 1300px !important;
    }

    .header-btn {
        font-size: 18px;
        padding: 15px 15px;
    }

    .hero-content h1 {
        font-size: 60px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 70px !important;
        height: 70px !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 17% !important;
        right: auto;
    }

    .hero-content {
        padding: 10px 400px;
        top: 30% !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 17% !important;
        left: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 38% !important;
    }

    .swiper-pagination-bullet {
        width: 22px !important;
        height: 22px !important;
    }

    .footersocial-links .social-icon {
        width: 50px;
    }

    .footer-sec .breadcrumb a {
        font-size: 22px;
    }

    .design-by-sec p {
        font-size: 20px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 55px !important;
        height: 55px !important;
        top: 48%;
    }

}

/* @@@@@@@@@@@@@@   [ 1473px ] END   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|   [ 1200px ] STARTT   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
/* *****************  Large Screen  **********************************/
@media (max-width: 1200px) {
    .header-logo {
        width: 200px;
    }

    .navigation-bar ul li {
        margin-right: 16px;
    }

    .header-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 30px !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 30px !important;
    }

    .hero-content {
        padding: 10px 100px;
    }
}

/* @@@@@@@@@@@@@@   [ 1200px ] END   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|     [ 992px ] START   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
/* *****************  Madium Screen  *********************************/
@media (max-width: 992px) {
    .navigation-bar .navbar-collapse {
        margin-top: 0;
        background: white;
        padding: 15px;
        border-radius: 12px;
        border: 0.5px solid rgba(88, 195, 209, 0.4);
    }

    .header-btn {
        border: 2px solid rgba(88, 195, 209, 0.4);
    }

    .navigation-bar a {
        color: black !important;
    }

    .navigation-bar ul li {
        margin: 8px 0
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 20px !important;
        right: auto;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 20px !important;
        left: auto;
    }

    .swiper-slide img {
        height: 400px !important;
    }

    .hero-content {
        padding: 10px 100px;
        top: 35%;
    }
}

/* @@@@@@@@@@@@@@   [ 992px ] END   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|    [ 767px ] START    |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
/* *****************  Small Screen  **********************************/
@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev {
        width: 35px !important;
        height: 35px !important;
        left: 41% !important;
        bottom: 10px !important;
        top: auto !important;
    }

    .owl-carousel .owl-nav .owl-next {
        width: 35px !important;
        height: 35px !important;
        right: 41% !important;
        bottom: 10px !important;
        top: auto !important;
    }

    .Testimonials-outer {
        padding-bottom: 65px !important;
    }
}

/* @@@@@@@@@@@@@@   [ 767px ] END   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|     [ 576px ] START   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
/* ***************** Mobile Screen ***********************************/
@media (max-width: 576px) {
    .header-logo {
        width: 150px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .hero-content {
        top: 33%;
    }

    .hero-content h1 {
        font-size: 18px;
        line-height: 33px;
    }

    .swiper-slide img {
        height: 375px !important;
    }

    .hero-content {
        padding: 10px 15px;
    }

    .clientimge {
        width: 80px !important;
        height: 80px !important;
    }

    .Testimonials-outer p {
        font-size: 14px !important;
        text-align: center !important;
    }

    .Testimonials-sec h2 {
        font-size: 25px !important;
    }

    .clientName {
        font-size: 14px !important;
    }

    .starimges img {
        width: 20px !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .Testimonials-sec h3 {
        font-size: 16px !important;
    }

    .carousel-control-prev {
        left: 37% !important;
        height: 30px !important;
    }

    .carousel-control-next {
        right: 37% !important;
        height: 30px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 87% !important;
    }

    .investsection li h6 {
        line-height: 35px;
        font-size: 14px;
    }

    .invest-inner-section h2,
    .admins {
        font-size: 30px !important;
    }

    .finansail h6 {
        font-size: 18px;
        line-height: 25.36px;
    }

    .finansail p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 28.36px;
        color: rgba(0, 0, 0, 1);
    }

    .footer-sec .footer-logo {
        width: 190px;
        padding-top: 30px;
        margin-bottom: 15px;
    }

    .footer-sec .breadcrumb a {
        font-size: 14px;
    }

    .funmanagerlist {
        margin-top: 30px;
    }

    .fundmangerheading {
        font-size: 20px;
    }

    .funmanagerlist li {
        line-height: 30px;
        font-size: 14px;
    }

    .globle-titles::after,
    .finansail-head::after {
        margin-top: 12px;
        width: 40px;
    }

    .globle-titles,
    .finansail-head {
        font-size: 25px !important;
    }

    .investsection p {
        font-size: 14px;
        line-height: 25.64px;
    }

    .design-by-sec p {
        font-size: 14px;
    }

    .owl-carousel .owl-nav .owl-prev {
        width: 30px !important;
        height: 30px !important;
        left: 36% !important;
        bottom: 10px !important;
        top: auto !important;
    }

    .owl-carousel .owl-nav .owl-next {
        width: 30px !important;
        height: 30px !important;
        right: 36% !important;
        bottom: 10px !important;
        top: auto !important;
    }
}

/* @@@@@@@@@@@@@@ [ 576px ] END @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*_________________________________________________________________________________________________________________________________________________ */


/* AAAAAAAAAAAAA--- ANIMATION START ---AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* Position the bubbles container at the top of the page */
#bubbles-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    /* Keep bubbles above other content */
    pointer-events: none;
    /* Prevent the bubbles from interfering with page interactions */
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* Full viewport height */
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #FFEB62, #58C3D1);
    /* Gradient of new colors */
    animation: fall linear;
}

/* Keyframes for bubble fall animation */
@keyframes fall {
    0% {
        transform: translateY(-100px);
        /* Start above the screen */
        opacity: 1;
    }

    100% {
        transform: translateY(95vh);
        /* Move to the bottom of the screen */
        opacity: 0;
        /* Fade out */
    }
}

/* AAAAAAAAAAAAA--- ANIMATION END ---AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/


/*                                                 _________________________                                         */
/*                                                 |                       |                                         */
/*|################################################|      ABOUT-US PAGE    |#########################################*/
/*                                                 |_______________________|                                         */


/* SSSSSSSS--- INNER PAGE HEADER SEACTION START ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.inner-page-header {
    background: url(./images/inner-page-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: end;
}

.indusrty-card {
    box-shadow: 0px 0px 14.4px 5px rgba(0, 0, 0, 0.15) !important;
}

.industry-image-sec {
    width: 100%;
    height: 150px;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #5BC1D1 !important;
}

.industry-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.industry-card-content h5 {
    font-size: 18px;
}

.logo-box {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 14px 0px rgba(88, 195, 209, 0.6);
    padding: 30px 60px;
    height: 130px;
    width: 202px;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo-box img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.manager-sec {
    background: rgba(242, 242, 242, 1);
}

.small-left-text {
    font-size: 22px;
    line-height: 35px;
}

.small-head h6 {
    font-size: 18px;
    line-height: 35.75px;
}

.small-head p {
    font-size: 18px !important;
    line-height: 35.75px !important;
}

.manager-sec p {
    line-height: 30px;
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
}

.customer-experience {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px 10px 20px 35px;
    line-height: 35px;
}

.customer-experience::before {
    content: "";
    display: block;
    background: rgba(88, 195, 209, 1);
    width: 15px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    border-radius: 20px 0 0 20px;
}

.customer-experience h6 {
    color: rgba(56, 56, 56, 1);
    line-height: 35px;
}

.grak-bg-color {
    background: #F5F5F5 !important;
}

.manager-note::before {
    left: 0 !important;
}

.structur-slider-sec {
    height: 350px;
}

.slider-image-sec {
    width: 100% !important;
    border: 3px solid rgba(88, 195, 209, 1) !important;
    position: absolute !important;
    border-radius: 10px !important;
    height: 340px !important;
    text-align: center !important;
    z-index: 99 !important;
    top: -60px !important;
}

.iner-carouser .owl-stage-outer {
    padding-top: 207px;
    box-shadow: none !important;
}

.iner-carouser .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: rgba(242, 242, 242, 1) !important;
    border-radius: 30px;
    border: 1px solid rgba(88, 195, 209, 1);
}

.iner-carouser .owl-theme .owl-dots .owl-dot.active span {
    background: rgba(88, 195, 209, 1) !important;
}

.iner-carouser .owl-dots {
    position: relative;
    bottom: 13px;
    z-index: 999;
    top: -50px;
}

.iner-carouser .owl-theme .owl-dots {
    display: block !important;
}

/* .slider-image-sec img {
    margin-top: -160px;
    width: 85%;
    height: 465px;
    top: 0;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
} */
.slider-image-sec img {
    width: 80% !important;
    height: 450px !important;
    bottom: 35px !important;
    /* object-fit: cover; */
    left: 10% !important;
    z-index: 999 !important;
    position: absolute !important;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 992px) {
    .inner-page-navbar .navbar-collapse {
        background: none !important;
        margin-top: 15px !important;
    }
    .navigation-bar .dropdown button {
        color: black !important;
    }

    .navigation-bar .dropdown button .fill {
        fill: black !important;
    }
    .inner-page-navbar .dropdown button {
        color: white !important;
    }

    .inner-page-navbar .dropdown button .fill {
        fill: white !important;
    }
    
    .inner-page-navbar a {
        color: white !important;
    }

    .slider-image-sec {
        left: 0 !important;
    }
    .contact-card {
        padding-top: 40px;
    }
    .image-text{
        color: rgba(88, 195, 209, 1) !important;
    }

}

@media (max-width: 767px) {
    .slider-image-sec {
        width: 93% !important;
        left: 15px !important;
        height: 200px !important;
    }

    .slider-image-sec img {
        width: 85% !important;
        height: 225px !important;
        bottom: 20px !important;
        object-fit: cover;
        left: 7% !important;
    }

    .structur-slider-sec {
        height: 200px !important;
    }

    .iner-carouser .owl-stage-outer {
        padding-top: 125px !important;
        box-shadow: none !important;
    }
}

@media (max-width: 320px) {
    .slider-image-sec {
        width: 93% !important;
        left: 12px !important;
    }
}

@media (max-width: 576px) {
    .inner-page-header .inner-head {
        font-size: 28px !important;
    }

    .logo-box {
        padding: 30px;
        height: 100px;
        width: 130px;
    }
    .contact-card{
        padding-top: 30px;
    }
}

/* EEEEEEEE--- INNER PAGE HEADER SEACTION END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/



/*                                                 _________________________                                         */
/*                                                 |                       |                                         */
/*|################################################|  COMPANY-ADMIN PAGE   |#########################################*/
/*                                                 |_______________________|                                         */

/* SSSSSSSS--- COMPANY ADMIN SEACTION END ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.Company-admin-cardsec {
    width: 95%;
    height: 413px;
    border: 2px solid rgba(88, 195, 209, 1);
    border-radius: 8px;
}

.Company-admin-cardsec img {
    width: 101%;
    height: 412px;
    object-fit: cover;
    margin-left: 16px;
    margin-top: -25px;
    border-radius: 8px;
    border: 1px solidr rgba(88, 195, 209, 1);

}

.Company-admin p {
    line-height: 25px;
    color: rgba(56, 56, 56, 1) !important;
    font-size: 15px;
}

.Company-admin h5 {
    line-height: 33px;

}

/* EEEEEEEE--- COMPANY ADMIN SEACTION END ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/




/*                                                 _________________________________                                    */
/*                                                 |                               |                                    */
/*|################################################|  Single-investor-admin PAGE   |####################################*/
/*                                                 |_______________________________|                                    */

/* SSSSSSSS--- Single-investor-admin PAGE ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
.callbutton {
    margin-top: 35px;
}

.callbutton-outer {
    padding: 12px 20px 12px 20px;
}

.callbutton-outer img {
    width: 21px;
    height: auto;
    margin-bottom: 4px;
}

.single-investor-cardsec {
    width: 95%;
    height: 316px;
    border: 2px solid rgba(88, 195, 209, 1);
    border-radius: 8px;
}

.single-investor-cardsec img {
    width: 100%;
    height: 311px;
    object-fit: cover;
    margin-left: 16px;
    margin-top: -18px;
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    border: 1px solidr rgba(88, 195, 209, 1);
}



.Multiple-Single-Asset p {
    color: rgba(56, 56, 56, 1);
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}

/* EEEEEEEE--- Single-investor-admin PAGE ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/

/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|     [ 425px ] START   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
@media (max-width: 425px) {
    .Company-admin-cardsec {
        height: 300px;

    }


    .Company-admin-cardsec img {
        width: 101%;
        height: 100%;
        object-fit: cover;
        margin-left: 10px;
        margin-top: -10px;
        border-radius: 8px;
    }
}

/*               _________________________                           */
/*               |                       |                           */
/*@@@@@@@@@@@@@@@|     [ 567px ] START   |@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                           */
@media (max-width: 567px) {
    .Company-admin p {

        font-size: 14px;
    }

    .Company-admin h5 {
        font-size: 18px;
    }

    .single-investor-cardsec {

        height: 250px !important;

    }

    .single-investor-cardsec img {

        height: 250px !important;

    }
}


/*                                                 _________________________________                                    */
/*                                                 |                               |                                    */
/*|################################################|       CONTACT-US PAGE         |####################################*/
/*                                                 |_______________________________|                                    */

/* SSSSSSSS--- CONTACT-US PAGE ---SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/

.contact-card-detail {
    background-color: rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.contact-card-detail a {
    line-height: 18px;
    font-size: 14px;
}

.contact-card {
    height: 100% !important;
}

.contactimg-outer {
    width: 85px;
    height: auto;
    margin: 0 auto;
    top: -55%;
    left: 50%;
    transform: translate(-50%, 45%);
}

.contactimg-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-social-images{
    margin-top: -75px;
    margin-bottom: 20px;
    width: 80px;
    height: auto;
    object-fit: cover;
}



.rw-outer {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px;

}

.rw-inner {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.contact-fom {
    background-color: rgba(222, 243, 246, 1);
}

.line-imge-outer{
    width: 60px;
    height: auto;
}
.line-imge-outer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-fom input {
    background: rgba(251, 251, 251, 1);
    border: 1px solid rgba(228, 228, 228, 1)
}

.contact-fom textarea {
    background: rgba(251, 251, 251, 1);
    border: 1px solid rgba(228, 228, 228, 1)
}


.fom-img-outer {
    width: 100%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}
.fom-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}
.schedule-meating {
    width: 100%;
    bottom: 56px;
    right: 50%;
    transform: translate(50%, 44%);
    border-bottom-right-radius: 50px;
}
input::placeholder {
    font-size: 12px;
    color: rgba(96, 96, 96, 1);
  }
textarea::placeholder {
    font-size: 12px;
    color: rgba(96, 96, 96, 1);
  }

@media (max-width: 767px) {
    .rw-inner {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 0 !important;

    }

    .fom-img-outer,
    .fom-img-outer img,
    .schedule-meating{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;    
}
}
/* EEEEEEEE--- CONTACT-US PAGE ---EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/


