@import url("linearicons.css");
@import url("font-awesome.min.css");
@import url("bootstrap.css");
@import url("magnific-popup.css");
@import url("nice-select.css");
@import url("animate.min.css");
@import url("https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css");
@import url("owl.carousel.css");
@import url("main.css");
@import url("custom.css"); /**SASS COMPILED**/

@media(min-width:767px){
    #dro{display:none;}
}
    #dro{
    position: absolute;
    right: 15px;
    height: 27px;
    }
    #dro .dropdown-menu.show{
        transform: translate3d(-238px, 45px, 0px) !important;
    }
    #dro .btn{
    display: flex;
    flex-direction: column;
    background: none;
    border: 0px;
    }
    #dro .btn i{
    font-size:6px;
    }
@media(max-width:767px){
    #header-foot{display:none;}
}

    #header-foot{
    position: relative;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    
    height: 150px;
    width: 100%;
    top: -150px;
    margin-bottom: -150px;
    z-index: 1;
    border-top: 1px solid #ccc;
    }
    #header-foot .cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 150px;
    text-shadow: 2px 2px 2px #000;
    }
    #header-foot .cont i{
        font-size: 35px;
        width: 30%;
        text-align: center;
        color: #fec022;
    }
    #header-foot .cont div{
        width: 70%;
    }
    #header-foot .cont div h1,h2{
        color: #fec022;
        font-size: 30px
    }
    #header-foot .cont div p{
        color: #fff;
        font-size: 14px
    }
    
    
    


