/*
Theme Name:  Gilco
Description: .

Author:  Rahul
Version: 1.0.1
Tags:  
*/


.loader {
    transition: opacity 0.8s ease;
}

.loader.fade-out {
    opacity: 0;
    pointer-events: none;
}