@media(max-width: 992px) {
    header{
        height: 80px;
    }
    .navbar-brand img{
        max-height: 46px;
    }
    .empower-section{
        position: relative;
        font-size: 13px;
        z-index:2;
    }
    .unveiling-text{margin-top: -7rem;}

    .owl-prev, .owl-next{
        left:-5px;
        height: 60px;
        margin-top:-40px;
        font-size: 60px !important;
        border-radius: 50%;
    }
    .owl-next{
        left:auto;
        right:-5px;
    }
}
@media(max-width: 768px) {
    .navbar-brand span, .footer-logo span{
        display: none;
    }
    .bg-image-02{
        top:40%;right:-75%;
        width: 152%;
        height:0;
        padding-top:158%;
        border-radius: 60%;
        overflow: hidden;
        box-shadow: -10px 10px 30px 15px rgba(1,1,5,0.3);
    }

    .abstract-bg-06{
        box-shadow: inset 0 0 2px #1d1d24;
    }

    .text-center .dash-underline:after{
        left:50%;
        margin-left: -20px;
    }
}
@media(max-width: 576px) {
    .homepage-main-text-section {
        padding-top: 150px;
    }
    .text-mobile-section{
        font-size: 13px;
    }
    .unlocking-icon{
        width: 100px;
        height: 100px;
    }
    .introduction-icon{
        width: 70px;
    }
}

@media(max-width: 400px) {
    #language_select{
        margin-left: 5px;
    }
    .homepage-main-text-section {
        font-size: 12px;
    }
    h2.text-size-25{
        font-size: 2em;
    }
}
