@font-face {
    font-family: 'NeueHaasUnica-Regular';
    src: url(./fonts/NeueHaasUnica-Regular.ttf);
}
@font-face {
    font-family: 'NeueHaasUnica-Bold';
    src: url(./fonts/NeueHaasUnica-Bold.ttf);
}

html body,
button,
p {
    font-family: 'NeueHaasUnica-Regular' !important;
    font-weight: 400;
}

.seperate_banner {
    height: 550px;
    padding: 2rem;
}

.seperate_banner h1 {
    color: var(--bs-white);
}

.banner_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.seperate_banner .ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    top: 3rem;
    right: 2rem;
    margin-bottom: 0;
}

.seperate_banner .banner_nav {
    position: absolute;
    top: 2rem;
    right: 1rem;

}
.seperate_banner .banner_nav ul{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.seperate_banner .banner_nav ul li a{
  color: var(--bs-white);
  text-decoration: none;
  font-weight: 300;
}
.blue_border .heading-border::after{
  background: #1B5985AD;
}
.space_t{
    margin-top: 5rem;
}
.sec_footer, .sec_footer p{
    text-align: center;
}
.card_csec .content-section {
    height: 100%;
}
.card_csec .content-section h4{
    text-align: center;
    color: #054471;
    font-size: 20px;

}
.card_csec .content-section h5{
    color: #054471;
    font-size: 17px;
    text-align: center;
    margin-bottom: 1rem;
}

@media (max-width:767px) {
     .seperate_banner{
        height: 350px;
        padding: 0.5rem;
     }
     .banner_title{
        height: 330px;
     }
     .seperate_banner .banner_nav{
        top: 1rem;
     }
     .space_t{
        margin-top: 3rem;
    }
}