        
        .w3l-bootstrap-header li.nav-item {
            margin: 0px 7px;
        }

        /* For dropdown menu */
        .dropdown-menu {
            display: none;
        }
        .dropdown:hover .dropdown-menu{
            display: block;
        }
        .w3l-bootstrap-header .dropdown-toggle::after {
            margin-left: 0.3em;
        }

        /* for footer column */
        .w3l-footer-29-main .footer-29 {
            padding: 30px 0px;
        }
        .w3l-footer-29-main .footer-top-29 {
            grid-template-columns: 2fr 1fr 3fr;
        }

        /* banner */
        .w3l-main-slider .banner-view:before {
            content: "";
            background: rgba(9, 7, 44, 0);
        }

        /* For whatsapp, link hover color */
        .w3l-footer-29-main .main-social-footer-29 a.whatsapp:hover {
            background: #28a745;
            color: #fff; }
        .w3l-footer-29-main .main-social-footer-29 a.youtube:hover {
            background: #dc3545;
            color: #fff; }