/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Proxima Nova', sans-serif !important;
} */

/* header */
/* top nav */
.preheader-area {
    background-color: #179BD7 !important;
    min-height: 25px;
}

.preheader-area a {
    font-size: 1.1rem !important;
}

.preheader-left {
    padding: 0px !important;
    font-size: 11px !important;
    font-family: 'Proxima Nova', sans-serif !important;
}

.btn-auth {
    padding: 0px 10px !important;
    font-size: 11px !important;
    margin: 0px !important;
}

/* Navbar */
.header-bottom-area {
    background-color: #253b80 !important;
    /* height: 60px; */
}

.navbar-brand img {
    width: 200px !important;
}

.nav-item.dropdown:hover>.nav-link {
    color: white !important;
    background-color: transparent !important;
}

.navbar-toggler {
    background-color: white !important;
}

.navbar-nav>.nav-item>.nav-link{
     padding: 27px 10px !important;
}


.nav-link {
    font-weight: bold !important;
    color: white !important;
    font-size: 15px !important;
    font-family: 'Proxima Nova', sans-serif !important;
}

.nav-link:hover {
    color: black !important;
    background-color: white !important;
}

.navbar-nav .nav-link.active {
    color: black !important;
    background-color: white;
    border-radius: 0px;
    padding: 8px 15px;
    font-weight: bold;
}


.dropdown-menu .nav-link {
    color: black !important;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu .nav-link:hover {
    color: white !important;
    background-color: #253B80 !important;
}

.dropdown-menu .nav-link:hover {
    color: orange !important;
    background-color: white !important;
}

.dropdown-menu .nav-link.active {
    color: #ffffff !important;
    background-color: #253B80 !important;
    border-radius: 0px;
    padding: 8px 15px;
    font-weight: bold;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.section-title {
    color: #006C32;
    text-shadow: 0px 3px 4px rgb(0 0 0 / 25%);
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 27px !important;
    font-weight: bold;
    font-style: normal !important;
     font-family: 'Proxima Nova', sans-serif !important;
}

.section-title-border {
    height: 4px;
    background: #006C32;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.all-btn{
    color: #006C32;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.all-btn:hover {
    transition: 0.5s;
    color: orange;
}

.details-btn {
    padding: 10px 45px;
    border-radius: 10px;
    background-color: #006C32;
    color: white;
    transition: 0.3s ease;
    font-weight: bold;
    font-family: 'Proxima Nova', sans-serif !important;
}

.details-btn:hover {
    color: white;
    transform: translateY(-3px);
}


/* footer */
.home-footer-banner {
    position: relative;
    background-image: url(https://bup.edu.bd/public/frontend/assets/img/bup/banner.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}

.home-footer-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253b80;
    opacity: 0.8;
    z-index: 1;
}

.home-footer-banner * {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    /* height: 35px; */
    padding: 5px 0px !important;
    font-size: 13px !important;
    background-color: #179BD7 !important;
}

.footer-bottom p {
    margin: 0px !important;
}

.footer-social-icons {
    display: flex !important;
}

.footer-social-icons i {
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    color: rgb(9, 112, 230);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
}

.footer-social-icons i:hover {
    background-color: rgb(9, 112, 230);
    color: white;
}

.footer-bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}