.cognizance-nav .navbar .navbar-brand {
    width: 220px;
}

.home-slides,
.owl-carousel,
.owl-carousel.owl-drag .owl-item {
    height: calc(100vh - 130px);
}

.banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: calc(100vh - 131px);
    background-color: #4f87fb;
    background-image: url(../../assets/img/main-banner5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.single-footer-widget .footer-contact-info li {
    margin-bottom: 0px;
    color: #f8f8f8;
}

.single-footer-widget h3 {
    margin-bottom: 12px;
}

.single-footer-widget .footer-working-days li {
    margin-bottom: 1px;
    color: #f8f8f8;
}

.single-footer-widget .footer-quick-links li {
    margin-bottom: 1px;
    color: #f8f8f8;
}

.cognizance-nav .navbar .navbar-nav .nav-item a {
    color: #022d62;
}

.cognizance-nav .navbar .navbar-nav .nav-item a:hover,
.cognizance-nav .navbar .navbar-nav .nav-item a:focus,
.cognizance-nav .navbar .navbar-nav .nav-item a.active {
    color: #ef3139;
}

.dev svg {
    height: 16px;
}

.dev {
    color: #ffffff;
    float: right;
    margin-top: 0px;
}

.ajust-footer span {
    display: inline;
}

.ajust-footer span::before {
    content: " - ";
}

@media only screen and (max-width: 991px) {
    .top-header {
        display: none;
    }
    .others-option-for-responsive {
        display: none;
    }
    .mobile-none {
        display: none;
    }
    .overview-box {
        width: 100vw;
    }
    .single-footer-widget .social-link {
        text-align: center;
    }
    .single-footer-widget .social-link li a {
        width: 40px;
        height: 40px;
        text-align: center;
        color: #ffffff;
        border: #ffffff 1px solid;
        background-color: unset;
        font-size: 24px;
        position: relative;
        border-radius: 100px;
    }
    .mobile-center {
        text-align: center;
    }
    .single-footer-widget h3::before {
        width: 90px;
        height: 2px;
        background-color: #4f87fb;
        position: absolute;
        bottom: 0;
        content: '';
        left: 10px;
    }
    .ajust-logo-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-image img:nth-child(2) {
        margin-top: -120px;
    }
    .banner-area {
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: calc(100vh - 85px);
        background-color: #4f87fb;
        background-image: url(../../assets/img/main-banner5.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .dev {
        float: unset;
        text-align: center;
    }
    .dev {
        display: block;
        justify-content: center;
        align-items: center;
        float: unset;
        margin-top: 0px;
    }
    .dev svg {
        height: 16px;
    }
    .ajust-footer span {
        display: block;
    }
    .ajust-footer span::before {
        content: "";
    }
    .ajust-footer {
        text-align: center;
        float: none;
    }
}

.optional-btn {
    padding: 11.9px 25px 11.9px 25px;
}

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

.spread-virus-content ul li .icon {
    width: 65px;
}

.mean-container a.meanmenu-reveal {
    padding-top: 14px;
    padding-right: 10px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #022d62;
    top: 0;
    left: 0;
}

.go-top {
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 25px;
    transition: .5s;
    border-radius: 100px;
    margin-bottom: 20px;
}