html{
    scroll-behavior: smooth;
}
.header ul li{
    position: relative;
}
/* Hide Dropdowns by Default */
.header ul ul {
	display: none;
	position: absolute; 
	top: 20px; /* the height of the main nav */
	left: 0px;
    text-align: left;
    padding: 20px;
    background-color: white;
}
	
/* Display Dropdowns on Hover */
.header ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.header ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.header ul ul li a{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.header{
    top: 0 !important;
}
.newsletter-single .newsletter .newsletter-box{
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
}
.home-new .footer{
    display: none !important;
}
.home-new .slider-container{
    margin-bottom: 0px !important;
}

/* NEW BANNER */
.banner-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10%;
}
.header ul li:hover > ul ul{
    left: auto;
    right: -100%;
    top: 0;
    padding-top: 0;
}

/* MENU MOBILE */
.header-mobile .menu-mobile-slide{
    overflow: overlay;
}
@media (max-width:991px){
    .slide-content p{
        -webkit-line-clamp: unset;
    }
    .slide-content h1, .slide-content h4{
        overflow: initial;
        text-overflow: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: unset;
    }
}
@media (max-width:768px){
    .slide-content p{
        color: #fff;
    }
    .slide-content h1, .slide-content h4{
        color: #fff;
    }
    .banner-content{
        position: absolute;
        color: #fff;
    }
}