/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.logo-wrapper {
    margin: 0;
    padding: 8px;
    overflow: hidden;

}
.header-outer-wrap .logo-wrapper img {
    width: 338px !important;
    height: 180px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.header-outer-wrap.affix-top .logo-wrapper,
.header-outer-wrap .logo-wrapper,
.header-outer-wrap.affix .logo-wrapper {
    margin-left: -122px;
}
@media (min-width: 992px) {


    .navbar-btn {
        text-align: center;
    }
    .header-outer-wrap .logo-wrapper img {
        width: 338px !important;
        height: 180px !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .header-outer-wrap.affix-top .logo-wrapper img {
        width: 338px !important;
        height: 180px !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .header-outer-wrap.affix .logo-wrapper img {
        width: 0 !important;
        height: 0 !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        margin-top: 10px;
    }
    .header-outer-wrap.affix-top .logo-wrapper,
    .header-outer-wrap .logo-wrapper {
        padding: 10px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 200px;
        position: absolute;
        width: 358px;
        left: 50%;
        top: 60px;
        margin-left: -179px;
        text-align: center;
        z-index: 20;
    }
    .header-outer-wrap.affix .logo-wrapper {
        padding: 0px;
        height: 60px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
@media (max-width: 991px) {
    .header-outer-wrap .logo-wrapper img {
        width: 113px !important;
        height: 60px !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .header-outer-wrap.affix-top .logo-wrapper,
    .header-outer-wrap .logo-wrapper,
    .header-outer-wrap.affix .logo-wrapper {
        margin-left: 0;
    }
}
