@import url(../bootstrap/dist/css/bootstrap.min.css);
@import url(header-footer.css);
@import url(slider.css);
@import url(icons.min.css);
@import url(font-awesome.min.css);
@import url(fontawesome.min.css);
@import url(ionicons.min.css);
@import url(lineicons.css);
@import url(aos.css);
@import url(../owlcarousel/assets/owl.theme.default.min.css);
@import url(../owlcarousel/assets/owl.carousel.min.css);
@import url(fancybox-popup.css);
@import url(master-style.css);
@import url(responsive.css);
@import url(abin.css);
.site-container{display:none;}
.window-loader {
    display:flex;
    position: absolute;
    width: 100%;
    transition: .5s !important;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    background: #000;
    z-index: 1090;  
    align-items: center;
    justify-content: center;
}
.loader_up{display:none;}
.window-loadercontainer {
    background: transparent;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.window-loadercontainer img {
    width: 130px;
}

.div_sq {
    width: 30px;
    height: 30px;
    background: #bf9f62;
    position: absolute;
    margin-left: -25px;
    top: 10px;
    position: relative;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        top: 0px;
    }

    50% {
        top: -30px;
    }

    100% {
        top: 0px;
    }
}

.loader_title {
    font-size: 40px;
    font-weight: bolder;
    font-family: heading-fonts;
    color: #fff;
    margin:0px;

}

.tagline .span:nth-child(1) {
    animation-delay: 1s;
}

.tagline .span:nth-child(2) {
    animation-delay: 1.5s;
}

.tagline .span:nth-child(3) {
    animation-delay: 2s;
}



@keyframes title_move {
    0% {
        top: 20px;
        opacity: 0;
    }

    50% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}


.tagline span {
    font-size: 18px;
    color: #fff;
    /* animation: title_move 1s infinite;  */
    font-family: paragraph-fonts;
    margin-left: 5px;
    position: relative;
    margin-right: 5px;
}

.tagline .round {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #fff;
}

.waviy {
    margin-bottom: 0px;
    position: relative;
    /* //-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2)); */
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: #fff;
    font-family: heading-fonts;
    text-transform: uppercase;
    animation: flip 1.5s infinite;
    animation-delay: calc(1 * var(--i))
}

@keyframes flip {

    0%,30% {
        transform: rotateY(-360deg);
        color:#fff;
    }
}

@media (min-width:400px) and (max-width:800px)
{
    .loader_up{display:none;}
    .waviy span{font-size:17px;}

    .window-loadercontainer img {
        width: 90px;
        margin-bottom: 3px;
    }

    .div_sq {
        width: 22px;
        height: 22px;
        background: #bf9f62;
       
        margin-left: -20px;
    }
}


@media (min-width:300px) and (max-width:400px)
{

    .window-loadercontainer img {
        width: 90px;
        margin-bottom: 3px;
    }

    .banner-content h2 {
        font-size: 17px !important;
        line-height: 31px !important;
    }


    .div_sq {
        width: 22px;
        height: 22px;
        background: #bf9f62;
    
        margin-left: -20px;
    }
    .waviy span{font-size:17px;}

    .waviy span {
        font-size: 13px;
    }

    .tagline span {
        font-size: 11px;
    }
}