body {
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
    background-color: rgb(241, 246, 255);
}

.blog-grid-box {
    background-color: rgb(241, 246, 255);
}

.team-box {
    background-color: rgb(241, 246, 255);
}

.navbar {
    background-color: rgb(241, 246, 255);
}

.nav-sticky.navbar {
    background-color: rgb(241, 246, 255);
}

.bg-color-ta {
    background-color: rgb(241, 246, 255);
}

.fit-img-230 {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.fit-img-140 {
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.fit-img-160 {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.fit-img-140-contain {
    height: 140px;
    width: 100%;
    object-fit: contain;
}

.fit-img-150 {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.fit-img-25 {
    height: 25px;
    width: 25px;
    object-fit: cover;
}

.sticky-top {
   top: 80px;
}

.custom-tooltip {
    z-index: 1040;
}

.team-img img {
    width: 120px !important;
    height: 120px !important;
}

@media only screen and (max-width:576px) {
    .navbar-top-menu {
        height: 80vh;
        overflow-y: scroll;
    }
}

