@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    font-family: 'Open Sans', sans-serif;
}

.theme-btn1 {
    background-color: #b30416;
    color: #fff;
    border-radius: 0.1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.theme-btn1:hover {
    background-color: #a00313;
    color: #fff;
}

.dark-overlay {
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(356deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*Main menu styles start*/
header .theme-bg {
    background-color: #ababab;
}

header .top-nav {
    background-color: #fff;
    padding: 0.3rem 0;
}

header .top-nav a {
    color: #ababab;
    text-decoration: none;
    font-size: 0.9rem;
}

header .top-nav div {
    padding: 0 0.2rem;
}

header .top-nav div a i {
    padding: 0 0.2rem;
}

header .top-nav div:last-child {
    border-left: 1px solid #ababab;
    margin-left: 0.5rem;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0.3rem;
}

header .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -2rem;
}

header .navbar .navbar-brand div {
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 0.5rem 1.5rem;
    width: 80%;
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.82rem;
}

header .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #b30416;
}

header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #b30416;
}

header .bot-nav {
    border-bottom: 0.3rem #b30416 solid;
    font-size: 0.8rem;
    background-color: #fff;
}

header .bot-nav .date-title {
    border-right: 1px solid #ababab;
    text-align: left;
    padding: 0.2rem 0.5rem;
}

header .bot-nav .date-title::before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}

/*Main menu styles end*/

/*Main slider styles start*/
.slider {
    position: relative;
    margin-top: 5rem;
}

.slider .signup-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem 2rem;
    text-align: center;
}

.slider .signup-box h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.slider .signup-box p {
    font-size: 0.9rem;
}

.slider .main-slider-carousel .main-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50svh;
}

.slider .main-slider-carousel .main-slide img {
    display: none;
}

.slider .main-slider-carousel .main-slide .slider-title {
    width: 100%;
    color: #fff;
    padding: 5rem 3rem 3rem 3rem;
}

.slider .main-slider-carousel .owl-nav.disabled+.owl-dots {
    margin-top: -3rem;
    z-index: 3;
    position: relative;
}

.slider .main-slider-carousel .owl-dots .owl-dot.active span,
.slider .main-slider-carousel .owl-dots .owl-dot:hover span {
    background: #b30416;
}

/*Main slider styles end*/

/*About us styles Start*/
.about-us {
    background-color: #7c7f82;
    padding: 4rem 0 2rem 0;
    color: #fff;
}

.about-us .about-txt {
    text-align: center;
}

.about-us h1 {
    text-transform: uppercase;
    font-weight: 700;
}

.about-us ul {
    padding: 12% 0;
}

.about-us ul li {
    list-style: none;
}

.about-us ul li {
    padding: 0.5rem 0;
    text-transform: uppercase;
    border-bottom: 1px solid #b30416;
}

.about-us ul li a {
    color: #fff;
    text-decoration: none;
}

.about-us ul li a div {
    width: 100%;
    position: relative;
    padding: 0.3rem 0.5rem;
}

.about-us ul li a div:hover {
    background-color: #8e8f8f;
}

.about-us ul li a i {
    color: #b30416;
    position: absolute;
    right: 0.5rem;
    top: auto;
}

.about-us .accordion .accordion-item {
    background-color: transparent;
    border: 0;
}

.about-us .accordion .accordion-item .accordion-header {
    border-bottom: 1px solid #a00313;
}

.about-us .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
}

.about-us .accordion .accordion-item .accordion-body {
    color: #fff;
}

/*About us styles End*/

/*Our services styles Start*/
.our-services {
    background-color: #fff;
    padding: 4rem 0 4rem 0;
}

.our-services h2 {
    margin-bottom: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5rem;
}

.our-services .our-service-itm {
    background-color: #b30416;
    text-align: center;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    height: unset;
}

.our-services .our-service-itm img {
    margin-bottom: 1rem;
    border-radius: 50%;
    margin-top: -35%;
}

.our-services .our-service-itm h4 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
}

.our-services .our-service-itm ul {
    padding: 0;
    margin: 0;
}

.our-services .our-service-itm ul li {
    list-style: none;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

/*Our services styles End*/

/*Fund management styles Start*/
.fund-management {
    background-color: #fff;
    padding: 0;
    margin-bottom: 1rem;
}

.fund-management .fund-management-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.fund-management .fund-management-carousel .desktopslide {
    display: none;
}

.fund-management .fund-management-carousel .main-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30% 0;
    width: 100%;
}

.fund-management .fund-management-carousel .owl-nav button.owl-next,
.fund-management .fund-management-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.fund-management .fund-management-carousel .owl-nav button.owl-next:hover,
.fund-management .fund-management-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

.fund-management .fund-management-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: 0px;
    color: #ccc;
}

.fund-management .fund-management-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: 0px;
    color: #ccc;
}

.fund-management .fund-management-carousel .owl-dots {
    position: absolute;
    bottom: 1%;
    width: 100%;
}

.fund-management .fund-management-carousel .owl-dots .owl-dot.active span,
.fund-management .fund-management-carousel .owl-dots .owl-dot:hover span {
    background: #b30416;
}

.fund-management .fm-itm-title {
    background-color: #262626;
    padding: 2rem 2rem;
    color: #fff;
}

.fund-management .fm-itm-title h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.fund-management .fm-itm-title ul {
    margin: 0;
    padding: 0;
}

.fund-management .fm-itm-title ul li {
    list-style: none;
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}

.fund-management .fm-itm-title ul li strong {
    display: block;
}

.fund-management .fm-itm-title a {
    color: #a00313;
    font-size: 0.8rem;
}

/*maximise health styles End*/
.maximise-health {
    background-color: #112433;
    padding: 4rem 0 4rem 0;
}

.maximise-health .max-health-itm {
    position: relative;
    border-left: 2px solid #a00313;
    color: #fff;
    padding: 8rem 3rem 1rem 2rem;
    margin-bottom: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: unset;
}

.maximise-health .max-health-itm h5 {
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.maximise-health .max-health-itm p {
    font-size: 0.9rem;
    z-index: 1;
    position: relative;
}

.maximise-health h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

/*maximise health styles End*/


/*maximise health styles Start*/
.treasury-bill {
    background-image: linear-gradient(to bottom, transparent 70%, #112433 70%), url('img/treasury-bill-bg.jpg');
    /*background-image: url(img/treasury-bill-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
    /*background: -webkit-linear-gradient(bottom, #112433 30%, transparent 30%);
    background: -moz-linear-gradient(bottom, #112433 30%, transparent 30%);
    background: -ms-linear-gradient(bottom, #112433 30%, transparent 30%);
    background: linear-gradient(bottom, #112433 30%, transparent 30%);*/
}

.treasury-bill .treasury-bill-title {
    text-align: center;
    text-transform: uppercase;
    padding: 5% 0;
    color: #fff;
}

.treasury-bill .treasury-bill-tbl {
    background-color: #112433bd;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    padding: 2rem;
    font-size: 0.8rem;
}

.treasury-bill .treasury-bill-tbl table {
    margin-bottom: 0;
}

.treasury-bill .treasury-bill-tbl table th,
.treasury-bill .treasury-bill-tbl table td {
    background-color: #11243300;
    text-align: center;
    color: #fff;
    border-color: #878a8d;
}

.treasury-bill .treasury-bill-tbl table tr {
    border-color: #878a8d;
}

/*maximise health styles End*/


/*Mutual commitment styles Start*/
.mutual-commitment {
    background-color: #112433;
    color: #727272;
}

.mutual-commitment h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: bold;
}

.mutual-commitment .mut-com-flex {
    justify-content: space-between;
    position: relative;
}

.mutual-commitment .mut-com-flex hr {
    display: none;
    position: absolute;
    top: 1rem;
    left: auto;
    width: 100%;
    border-top: 0.2rem solid #b7b7b7;
    z-index: 0;
}

.mutual-commitment .mut-com-flex div {
    text-align: center;
    padding: 1rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

.mutual-commitment .mut-com-flex div span {
    background-color: #b30416;
    color: #fff;
    border-radius: 50%;
    padding: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.mutual-commitment .mut-com-flex div p {
    margin-top: 2rem;
    font-size: 0.85rem;
}

/*Mutual commitment styles End*/


/*Mutual commitment section 2 styles Start*/
.mutual-commitment-sec2 {
    padding: 3rem 0;
    background: -webkit-linear-gradient(bottom, #fff 55%, #112433 55%);
    background: -moz-linear-gradient(bottom, #fff 55%, #112433 55%);
    background: -ms-linear-gradient(bottom, #fff 55%, #112433 55%);
    background: linear-gradient(bottom, #fff 55%, #112433 55%);
    text-align: center;
}

.mutual-commitment-sec2 .row {
    background-color: #ebebeb;
    border-radius: 1rem;
    padding: 3rem 1rem;
}

.mutual-commitment-sec2 .mut-com-sec2-itm {
    text-align: center;
    border-right: 0;
}

.mutual-commitment-sec2 .mut-com-sec2-itm div {
    padding: 0 0.5rem;
    margin-bottom: 3rem;
}

.mutual-commitment-sec2 .mut-com-sec2-itm:last-child {
    border-right: 0px solid #b7b7b7;
}

.mutual-commitment-sec2 .mut-com-sec2-itm img {
    margin-bottom: 1rem;
}

.mutual-commitment-sec2 .mut-com-sec2-itm h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #292929;
}

.mutual-commitment-sec2 .mut-com-sec2-itm p {
    font-size: 0.9rem;
    color: #292929;
}

/*Mutual commitment section 2 styles End*/

/*Meet our team styles Start*/
.meet-our-team {
    padding: 3rem 0;
}

.meet-our-team h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: bold;
}

.meet-our-team .meet-our-team-carousel .team-memb-itm {
    text-align: center;
    border: 1px solid #d7d7d7;
    border-radius: 1rem;
    padding: 5rem 1rem 1rem 1rem;
    z-index: 1;
    position: relative;
    height: 100%;
}

.meet-our-team .meet-our-team-carousel .item {
    padding: 6rem 0 0 0;
}

.meet-our-team .meet-our-team-carousel .team-memb-itm img {
    width: 60%;
    margin: auto auto 1rem auto;
    margin-top: -10rem
}

.meet-our-team .meet-our-team-carousel .team-memb-itm h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.meet-our-team .meet-our-team-carousel .team-memb-itm small {
    font-style: italic;
}

.meet-our-team .meet-our-team-carousel .team-memb-itm p {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.meet-our-team .meet-our-team-carousel .team-memb-itm a {
    color: #b30416;
    font-weight: 600;
}

.meet-our-team .meet-our-team-carousel .owl-nav {
    position: absolute;
    top: 15%;
    width: 100%;
}

.meet-our-team .meet-our-team-carousel .owl-nav button.owl-next,
.meet-our-team .meet-our-team-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.meet-our-team .meet-our-team-carousel .owl-nav button.owl-next:hover,
.meet-our-team .meet-our-team-carousel .owl-nav button.owl-prev:hover {
    color: rgba(0, 0, 0, 0.8);
}

.meet-our-team .meet-our-team-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -6rem;
    color: #ccc;
}

.meet-our-team .meet-our-team-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -6rem;
    color: #ccc;
}

/*Meet our team styles End*/

/*News highlights styles Start*/
.news-highlights {
    padding: 2rem 0;
    background-color: #f8f8f8;
}

.news-highlights a {
    text-decoration: none;
}

.news-highlights .hnews {
    margin-bottom: 2rem;
}

.news-highlights .hnews h5 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.news-highlights .hnews .main-news {
    margin-bottom: 0;
}

.news-highlights .hnews .main-news .mn-title {
    background-color: #fff;
    padding: 1rem;
    color: #000;
}

.news-highlights .hnews .main-news .mn-title h5 {
    font-size: 0.9rem;
}

.news-highlights .hnews .sub-news .sub-news-itm {
    background-color: #fff;
    padding: 1rem;
    color: #000;
}

.news-highlights .hnews .sub-news .sub-news-itm h5 {
    font-size: 1rem;
    text-align: left;
}

.news-highlights .fnews h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.news-highlights .fnews ul {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0;
}

.news-highlights .fnews ul li {
    list-style: none;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.5rem;
}

.news-highlights .fnews ul li a {
    color: #606060;
    text-decoration: none;
}

.news-highlights .fnews ul li a:hover {
    color: #000;
}

.news-highlights .fnews ul li p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 0.9rem;
}

/*News highlights styles End*/


/*Get in touch with us styles Start*/
.get-in-touch-with-us {
    padding: 2rem 0;
    background-color: #112433;
    color: #fff;
}

.get-in-touch-with-us a {
    color: #8e8f8f;
    text-decoration: none;
}

.get-in-touch-with-us p {
    font-size: 0.8rem;
    color: #8e8f8f;
}

.get-in-touch-with-us h3 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.get-in-touch-with-us input {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #8e8f8f;
    border: 1px solid #8e8f8f;
    color: #fff;
}

.get-in-touch-with-us textarea {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #8e8f8f;
    border: 1px solid #8e8f8f;
    color: #fff;
}

/*Get in touch with us styles End*/

/*footer styles Start*/
footer {
    padding: 2rem 0 1rem 0;
    color: #606060;
}

footer a {
    color: #606060;
    text-decoration: none;
}

footer .flogo-cont {
    text-align: center;
    border-right: 1px solid #d7d7d7;
}

footer .flogo-cont img {
    margin-bottom: 1rem;
    width: 30%;
}

footer .flogo-cont a {
    padding: 0 0.3rem;
    color: #2b2b2b;
}

footer .fmenu {
    text-align: center;
}

footer ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

footer ul li {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-right: 0.4rem;
}

footer p {
    font-size: 0.8rem;
}

footer small {
    font-size: 0.7rem;
}

footer .dndbyk {
    text-align: center;
    color: #8e8f8f;
}

/*footer styles End*/


/*Inner page styles Start*/
.page-cover {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5rem;
}

.page-cover img {
    display: none;
}

.page-cover .page-title {
    padding: 5rem 1rem 3rem 1rem;
}

.page-cover .page-title h1 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
}

.page-cover .page-title p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.bread-crumb-sec {
    background-color: #a00313;
    padding: 0.3rem 0;
    color: #c7c7c7;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.bread-crumb-sec a {
    color: #c7c7c7;
    text-decoration: none;
}

.bread-crumb-sec ol {
    margin-bottom: 0;
}

.bread-crumb-sec .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.bread-crumb-sec .breadcrumb-item+.breadcrumb-item::before {
    color: #c7c7c7;
}

.content-place-holder {
    padding: 1rem 0;
}

.content-place-holder li {
    margin-bottom: 1.5rem;
}


/* our services page */
.content-place-holder .our-service-itm {
    text-align: center;
    margin-bottom: 1rem;
    height: 100%;
}

.content-place-holder .our-service-itm img {
    margin-bottom: 1rem;
    border-radius: 50%;
}

.content-place-holder .our-service-itm h4 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content-place-holder .our-service-itm p {
    text-align: center !important;
    font-size: 0.9rem;
}

.content-place-holder .services-cont .our-service-itm div {
    border-right: 0px solid #ccc;
    padding-right: 0;
    height: 65%;
}

.content-place-holder .services-cont .col-md-4:last-child .our-service-itm div {
    border-right: 0px solid #ccc;
    padding-right: 0rem;
}

.content-place-holder.contact-us h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-place-holder.contact-us a {
    color: #000;
    text-decoration: none;
}

.content-place-holder.contact-us h6 {
    color: #000;
    font-weight: 600;
}

@media (min-width: 992px) {
    header .bot-nav .date-title {
        text-align: right;
    }

    .about-us .about-txt {
        text-align: unset;
    }

    .slider .main-slider-carousel .main-slide {
        height: 90svh;
    }

    .slider .main-slider-carousel .main-slide img {
        display: block;
    }

    .slider .main-slider-carousel .main-slide .slider-title {
        position: absolute;
        width: 50%;
        top: 25%;
        right: 3%;
        padding: unset
    }

    .slider .signup-box {
        position: absolute;
        width: 20%;
        bottom: 10%;
        left: 42%;
        z-index: 1;
        color: #fff;
    }

    .our-services .our-service-itm {
        height: 100%;
    }

    .content-place-holder .our-service-itm p {
        text-align: left !important;
    }

    .fund-management .fm-itm-title {
        position: absolute;
        width: 30%;
        top: 10%;
        left: 6%;
        z-index: 1;
    }

    .our-services .our-service-itm {
        margin-bottom: 0rem;
    }

    .content-place-holder .services-cont .our-service-itm div {
        border-right: 1px solid #ccc;
        padding-right: 1.5rem;
    }

    .fund-management {
        padding: 4rem 0 0 0;
        margin-bottom: 0;
    }

    .treasury-bill .treasury-bill-tbl {
        border-radius: 3rem;
    }

    .treasury-bill .treasury-bill-title {
        padding: 20% 0;
    }

    .meet-our-team .meet-our-team-carousel .owl-nav {
        top: 40%;
    }

    .meet-our-team .meet-our-team-carousel .owl-nav button.owl-next,
    .meet-our-team .meet-our-team-carousel .owl-nav button.owl-prev {
        font-size: 60px;
    }

    .get-in-touch-with-us .gitwu-info-sec {
        border-right: 1px solid #192c3a;
    }

    .mutual-commitment .mut-com-flex {
        display: flex;
    }

    .mutual-commitment .mut-com-flex hr {
        display: block;
    }

    .mutual-commitment-sec2 .mut-com-sec2-itm {
        border-right: 1px solid #b7b7b7;
    }

    .mutual-commitment-sec2 .mut-com-sec2-itm div {
        margin-bottom: 0;
    }

    .maximise-health .max-health-itm {
        height: 100%
    }

    .maximise-health h4 {
        margin-top: 2rem;
    }

    .news-highlights .hnews {
        margin-bottom: unset;
    }

    .news-highlights .hnews .main-news {
        display: flex;
        margin-bottom: 2rem;
    }

    footer .fmenu {
        text-align: unset;
    }

    footer .dndbyk {
        text-align: right;
    }

    .page-cover .page-title {
        position: absolute;
        top: 40%;
        left: 5%;
        width: 30%;
    }

    .page-cover img {
        display: block;
    }

    .page-cover .page-title {
        padding: 0;
    }

    .page-cover .page-title h1 {
        font-size: 1.8rem;
    }

    .page-cover .page-title p {
        font-size: 0.9rem;
    }

}