@media (max-width: 992px) {
    header {
        height: 90px;
        padding: 14px 0px;
        background: #333333;
    }
}
.sm_menu_outer {
    height: calc(100vh - 75px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #333333;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.main-header .header-menu .navbar .navbar-nav > li > a {
    padding: 45px 0px 20px 0px;
    color: #C6C6C6;
    font-size: 15px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: normal;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.main-header .header-menu .navbar .navbar-nav > li > a > i {
    color: #F1D888;
}
.slider_area .middle {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    z-index: 1;
    transform: translate(0%, -50%);
}
.slider_area h3 {
    text-transform: none;
}
body.xs .slider_area h3 {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    text-transform: lowercase;
}
body.xs .slider_area h1 {
    font-size: 40px !important;
}

body.xs .xs-lowercase {
    text-transform: lowercase !important;
}
body.xs .xs-uppercase {
    text-transform: uppercase !important;
}
body.xs .xs-capitalize {
    text-transform: capitalize !important;
}

body.not-xs .not-xs-lowercase {
    text-transform: lowercase !important;
}
body.not-xs .not-xs-uppercase {
    text-transform: uppercase !important;
}
body.not-xs .not-xs-capitalize {
    text-transform: capitalize !important;
}
body.not-xs .slider_area .follow-us h3 {
    margin-top: 50px;
    font-size: 20px !important;
}
body.not-xs .slider_area h3 {
    margin-bottom: 40px;
    font-size: 24px;
}
body.not-xs .slider_area h1 {
    font-size: 85px !important;
}
.social {
    text-align: center;
}
.social a {
    color: #F1D888;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
}
.social a i {
    color: #F1D888;
    margin-right: 5px;
    font-size: 20px;
}
.color-gold {
    color: #F1D888 !important;
}


