/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	
    .nc-body.active-page .menu-icon-wrp,
    .menu-icon-wrp {
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: #fff;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    }
    .nc-body.active-page .menu-icon .bar,
    .menu-icon .bar {
        background-color: #1F2229 !important;
    }
    .nc-body.active-page .menu-icon .bar:before,
    .nc-body.active-page .menu-icon .bar:after,
    .menu-icon .bar:before,
    .menu-icon .bar:after {
        background-color: #1F2229 !important;
    }
    .nc-body.active-page .menu-icon.active .bar,
    .menu-icon.active .bar {
        background: transparent !important;
    }

    .demo-box {
        text-align: center;
        transform: scale(0px);
        transition: all 0.3s ease-in;
    }
    .demo-box img {
        transition: all 0.3s ease-in;
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.0);
    }
    .demo-box:hover {
        transform: scale(1.03);
        transition: all 0.3s ease-in;
    }
    .demo-box:hover img {
        transition: all 0.3s ease-in;
        box-shadow: 0px 6px 40px 0px rgba(0,0,0,0.5);
    }
    .demo-box .text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        background: #1f2329;
        color: #fff;
        padding: 10px 20px;
        transform: translateY(-20px);
        border-radius: 10px;
        width: 300px;
        text-transform: uppercase;
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
    }
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}*/

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/