.navbar-custom {
    background-color: #0B405B !important;
}

.navbar-custom .nav-link {
    color: #ffffff !important;
}

.navbarhead {
    font-size: 25px;
    color: #ffffff;
}

@media (max-width: 600px) {
    .navbarhead {
        font-size: 10px;
    }
}
/* =========================
   Common Utilities
========================= */
.bg-primary-dark {
    background-color: #0B405B !important;
}

.text-justify {
    text-align: justify;
}

.img-50vh {
    height: 50vh;
}

.img-full {
    width: 100% !important;
}

/* =========================
   Cards
========================= */
.card {
    border: 1px solid #fff;
    border-radius: 5px;
}

/* =========================
   Client Images
========================= */
.client-img-280 {
    height: 280px;
    width: 100%;
}

.client-img-260 {
    height: 260px;
    width: 100%;
}

.client-img-250 {
    height: 250px;
    width: 100%;
}

/* =========================
   Responsive
========================= */
@media (max-width: 600px) {
    .card-img { height: 850px; }
    .card-imgs { height: 400px; }
}

@media (min-width: 768px) {
    .card-imgs { height: 400px; }
}

@media (min-width: 1200px) {
    .card-img { height: 450px; }
    .card-imgs { height: 400px; }
}

.ssit{
    height:260px;width:100%;
}

.bet{
    height:250px;width:100%;
}