/*
================================================
6. Slider Start
================================================
*/

/* |------------[ Particle Slider ]-----------| */

.particle-area {
    text-align:center;
    position: relative;
    
    background-size: cover;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 492px;  
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 492px;
    
	background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.banner-text{
    margin: 0 auto;
}
.header-menu-wrap .dl-menu li .active{
 color:#ffd013;   
}