﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

#whole-content {
    min-height: 100vh;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.links-section h5 {
    font-size: 16px;
    color: #fff;
}
.text-light {
    color: #fffffe;
}
.addGradient {
    background: rgb(0 0 139);  
}
.secondarHeaderWithItems {
    background-image: url('../images/home/greyheaderbar.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-link.active {
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    background: #000;
    height: auto;
    border-radius: 50px;
    font-weight: 700;
}

.navbar-top-01 .nav-link {
    color: #fffffe !important;
}

.dropdown-topLink .dropdown-toggle::after {
    display: none;
}

.dropdown-topLink .dropdown-menu {
    background-color: #fffffe;
    border: 2px solid #000;
    color: #3e627a;
}

.dropdown-topLink .dropdown-item {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

    .dropdown-topLink .dropdown-item:hover, .dropdown-item.active {
        color: #fff;
        background-color: #000;
    }



.dropdown-topheader-01 .dropdown-toggle::after {
    display: none;
}

.dropdown-topheader-01 .dropdown-menu {
    background-color: #fffffe;
    border: 2px solid #000;
    color: #3e627a;
}

.dropdown-topheader-01 .dropdown-item {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

    .dropdown-topheader-01 .dropdown-item:hover {
        color: #fff;
        background-color: #000;
    }

    .dropdown-topheader-01 .dropdown-item.active {
        color: #fff;
        background-color: #000;
    }
.header-logo {
    position: relative;
    height: 75px;
    width: auto;
}

@media only screen and (max-width:993px) {
    .header-logo {
        height: 70px !important;
    }

    .desktop-logo {
        display: none;
    }
}

@media only screen and (max-width: 2550px) and (min-width: 993px) {
    .mobile-logo {
        display: none;
    }
}

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


.bottom-navbar {
    box-shadow: 0 3px 6px 2px rgba(77,77,77,.1);
    z-index: 999;
}

.nav-item .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.nav-social-links {
    display: none !important;
}

    .nav-social-links a {
        cursor: pointer
    }

@media only screen and (min-width: 1200px) {
    .nav-social-links {
        display: flex !important;
    }
}

@media only screen and (max-width: 426px) {
    .dropdown-mobile {
        left: -75% !important;
    }
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
        box-shadow: inset 0px 0px 0px 30px #33bb11;
    }
}

@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
        box-shadow: inset 0px 0px 0px 30px #33bb11;
    }
}

@media only screen and (max-width: 768px) {
    .funds-checkmark-text-container {
        display: block;
    }
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}
.footer {
    line-height: 60px;
    background: #f0ffff;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ececece3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

    #loader img {
        max-width: 100px;
    }
 
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

    #backToTop:hover {
        background-color: #4b4949;
    }
.twitter-width {
    width: 40px;
    height: 40px;
}

@media (min-width:992px) {
    .navbar-nav.front-site-menu .nav-item {
        margin-right: 3px !important;
    }

        .navbar-nav.front-site-menu .nav-item .nav-link {
            text-transform: capitalize !important;
        }
}
/* footer section css start */
.links-section::before {
    background-color: #00008B;
    content: '';
    inset: 0;
    position: absolute;
    opacity: 0.6;
}

.links-section {
    background-image: url("../images/home/footer-background.png");
    width: 100%;
    padding-block: 70px;
}

.links-section {
    color: #fff;
}

    .links-section a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }

    .links-section p {
        font-size: 12px;
    }

    .links-section h5 {
        font-size: 16px;
    }

.contact-details p {
    margin: 0;
}

.investigator-footer-logo {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .investigator-footer-logo {
        justify-content: center;
    }
}
.copyright span {
    color: #4888f7;
}
@media only screen and (max-width: 991px) {
    .order-lg {
        order: -1;
    }
}
.addNewStyleToNavbar .nav-link {
    font-weight: 700;
    padding: 0px;
    text-transform: uppercase;
    border-radius: 50px;
}

.addNewStyleToNavbar .nav-item {
    padding: 10px 0;
}

    .addNewStyleToNavbar .nav-item:hover .nav-link {
        color: #fff !important;
        background: #000;
    }
@media (min-width:992px) {
    .navbar-nav.front-site-menu .nav-item {
        margin-right: 3px !important;
    }

        .navbar-nav.front-site-menu .nav-item .nav-link {
            text-transform: capitalize !important;
        }
}


@media only screen and (max-width: 992px) {
    .padding-sm {
        padding-inline: 1.5rem !important
    }
}

.navbar-p-01 {
    padding-top: 6px;
}
.navbar-p-01 .nav-link {
    font-size: 16.5px;
    line-height: 29px;
    color: #000 !important;
}

.nav-link.active {
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    background: #000;
    height: auto;
    border-radius: 50px;
    font-weight: 700;
}