/** ADD YOUR AWESOME CODES HERE **/

/* Logo Size */
.logo_section img {
    max-height: 50px;
    width: auto;
}

.footer_logo img {
    max-height: 40px;
    width: auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header_top .site_information ul {
        flex-direction: column;
        text-align: center;
    }
    
    .header_top .site_information li {
        margin: 5px 0;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    .btn-block {
        margin-bottom: 10px;
    }
    
    .table-responsive {
        font-size: 12px;
    }
    
    .footer_blog h3 {
        font-size: 16px;
    }
    
    .menu_footer li {
        font-size: 14px;
    }
    
    .slide_text h3 {
        font-size: 24px;
    }
    
    .services_blog h4 {
        font-size: 16px;
    }
    
    /* Mobile Menu Fixes */
    .top-header {
        position: relative !important;
    }
    
    .top-header.fixed-menu {
        position: relative !important;
        box-shadow: none;
    }
    
    .navbar-collapse {
        position: static !important;
        width: 100%;
    }
    
    .navbar-nav {
        width: 100%;
        flex-direction: column;
    }
    
    .navbar-nav .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: white !important;
        text-align: left;
    }
    
    .menu_orange_section .navbar {
        flex-wrap: wrap;
    }
    
    .collapse.show {
        width: 100%;
        background: #ff880e;
    }
    
    .header_bottom {
        position: relative;
        z-index: 1;
    }
    
    .navbar-toggler {
        border: none;
        padding: 4px 8px;
    }
    
    @media (max-width: 991px) {
        .header_bottom {
            overflow: visible !important;
        }
        
        .menu_orange_section {
            position: relative !important;
            overflow: visible !important;
        }
        
        .navbar-collapse {
            background: #ff880e;
            margin-top: 10px;
            padding: 10px;
            position: relative !important;
            top: auto !important;
            left: auto !important;
            transform: none !important;
        }
        
        .navbar-nav .nav-link {
            padding: 10px 15px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        
        .collapse:not(.show) {
            display: none;
        }
        
        .collapse.show {
            display: block !important;
        }
    }
}