
#navbar:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6) !important;
}
#navbar {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/texture.png") !important;
}

.logo .logo-lg {
    background-color: #51160e !important;
}
a.logo {
    background-color: #51160e !important;
}
.sidebar{
    background-color: #F6F7F9 !important;
}
.header{
    background-color: #F6F7F9 !important;
}
.sidebar a{
    color: #323232 !important;
}
.sidebar a:hover{
    color: #323232 !important;
    background-color: #ebebeb !important;
}
.user-panel>.info{
    color: #323232 !important;
}
.treeview-menu{
    background-color: #F6F7F9 !important;
}

.pull-right-container{
    background-color: #F6F7F9 !important;
}
.sidebar-menu>li.menu-open>a{
    background-color: #F6F7F9 !important;
}

.small-box:hover {
    color: #000 !important;
    /* background: rgba(0,0,0,0.15); */
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {

    background: #151414;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #f3bb02;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon{
    margin-bottom: 5px;
}

.footer-social-icon span {
    color: #fff;
    display: block;

    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg{
    background: #3B5998;
}
.twitter-bg{
    background: #55ACEE;
}
.google-bg{
    background: #DD4B39;
}
.instagram-bg{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f3bb02;
}
.footer-widget ul li {

    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: #f3bb02;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f3bb02;
    padding: 13px 20px;
    border: 1px solid #f3bb02;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area{
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: #f3bb02;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #f3bb02;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

body {
    height: 900vh;
    overflow-x: hidden;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.title {
     position: relative;
     z-index: 1;
     color: #fff;
     font-size: 3rem;
 }

.overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0, 0.5);
 }

.navbar2 {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    /*background-color: #1c1a1a;*/
    height: 70px;
    display: flex;
    align-items: center;
}
.scrolled {
     position: fixed;
     animation-name: fadeInUp;
     animation-duration: 1s;
 }

.container {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.brand {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 0.09s ease-out;
}
.brand:hover {
     color: coral;
 }


.nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
li {
    //display: inline-block;
}
a {
    padding: 7px;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.09s ease-out;
}
a :hover {
     opacity: 1;
 }

.main-header .navbar{
    margin-left: 0 !important;
}

.Menulg2{
    padding-top: 8px !important;
}

.LogoMenu{
    width: 90% !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}