html {
  font-size: 14px;
  font-family:'Times New Roman', Times, serif;
  
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.bg-primary {
    background: rgb(37 99 235) !important;
}
.navbar-brand{
    font-family:'Times New Roman';
}
.border-bottom {
    border-bottom: 0px solid #e5e5e5 !important;
}
.fw-bold-header-li{
    font-weight:500;
}

.footer {
    position:relative !important;
    margin-top:20PX;
    background: linear-gradient(180deg, #0d1b2a, #0b1623);
    color: #cfd8e3;
    padding: 70px 0 20px;
    White-space:wrap !important;
    line-height:25px !important;
}

    .footer h5 {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer p {
        color: #a8b3c2;
        line-height: 1.7;
    }

    .footer a {
        color: #a8b3c2;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
        transition: 0.3s;
    }

        .footer a:hover {
            color: #ffffff;
            padding-left: 5px;
        }

    .footer .social-icons a {
        display: inline-block;
        margin-right: 15px;
        font-size: 18px;
        color: #a8b3c2;
        transition: 0.3s;
    }

        .footer .social-icons a:hover {
            color: #ffffff;
        }

    .footer hr {
        border-color: rgba(255,255,255,0.1);
        margin: 40px 0 20px;
    }

.footer-bottom {
    font-size: 14px;
    color: #a8b3c2;
}

    .footer-bottom a {
        display: inline;
        margin-left: 20px;
    }