header .navbar-brand .default-logo,
header .navbar-brand .alt-logo,
footer .footer-logo img {
    width: 100%;
    height: auto;
}

header .navbar-brand .mobile-logo {
    width: 100% !important;
    height: auto !important;
}

header .navbar-brand,
header.sticky .navbar-brand {
    padding: 10px;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
}

.text-content ul li {
    list-style: disc;
}

header:not(.sticky) .home-header-bg {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 85%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

@media (max-width: 767px) {
    #homeSlider {
        height: auto !important;
    }

    #homeSlider div.swiper {
        height: calc(100vw / 2.25) !important;
    }
}

@media (max-width: 500px) {
    #homeSlider div.swiper {
        height: calc(100vw / 1.25) !important;
    }
}
