/*----------General-----------*/
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    max-height: inherit;
    background-color: #121212;
    padding-bottom: 45px;
}

/*----------End General-----------*/

/*--------------Footer--------------------*/
footer {
    border-top: 5px solid #f5d208;
    background-color: #121212;
    color: #898989;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

footer a {
    color: #898989;
    text-decoration: none;
}

footer a:hover {
    color: #f5d208;
}

/*-----------------End Footer-----------------*/

/*---------Header, Logo and Menu Position---------*/
#header {
    z-index: 120;
    background-color: #f5d208;
}

.header-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    width: 60px;
}

#logo .navbar-brand{
    display: flex;
    width:100px;
}

#logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: auto;
    max-height: 100%;

}

#header .header-misc {
    position: initial;
    display: flex;
    align-items: center;
    margin-left: 15px;
    order: 6;
}

/*list menu*/
.menu-container {
    list-style: none;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.primary-menu {
    display: flex;
    flex: 0 0 auto;
    flex-grow: 0;
    position: static;
    padding: 0;
}

/*---------End Header, Logo and Menu Position---------*/


/*-----------------------Top Notifications-------------------------------*/
#top-notification {
    position: relative;
}

#top-notification #top-notification-trigger {
    padding-right: 0px;
    padding-left: 0px;
}

.top-notification-number{
    display: block;
    position: absolute;
    top: -10px;
    left: auto;
    right: -10px;
    font-size: 10px;
    color: #fff;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background: #1b55b2;
    padding: 1px;
}

.top-notification-content {
    width: 260px;
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
    padding: 0;
}

.top-notification-title {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
}


.top-notification-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #E1E1E1;
}

.top-notification-item:last-child {
    border-bottom: none;
}

.top-notification-desc {
    padding: 1rem 1rem 0rem 1rem;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/*-----------------------End Top Notifications-------------------------------*/

/*-----------------------Top social media-------------------------------*/
.top-social-media a {
    color: #000;
    margin-right: 15px;
}

.top-social-media a:hover {
    color: #7a6904;
    margin-right: 15px;
}

.top-social-media a:last-child{
    margin-right: 0px;
}

.top-social-media i {
    font-size: 22px;
}
/*-----------------------End Top social media-------------------------------*/

/*-----------------------Burger Style--------------------------------------*/
#header .navbar-toggler {
    border: 1px solid #000;
    width: 45px;
    height: 40px;
    color: #000;
}

/*-----------------------End Burger Style--------------------------------------*/

/*--------------------Menu Style----------------------------------------*/
#header .nav-item {
    /*padding-top: 2.3rem;
    padding-bottom: 2.3rem;*/
}

#header .dropdown {
    position: static;
}

#header .menu-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 1.5rem;
    /*border-bottom: 2px solid transparent;
    transition: all .25s ease-out;*/
}

#header .menu-link:hover,
#header .menu-link:focus,
#header .menu-link:active,
#header .menu-link:hover i,
#header .menu-link:focus i,
#header .menu-link:active i {
    /*border-bottom: 2px solid #000;
    background-size: 100% 4px,auto;
    transition-delay: .3s;*/
}

/*------------------menu animation------------------------------------*/
.menu-link:after {
    top: 21px;
    position: relative;
    border-bottom: solid 3px #000;
}

.dropdown-item:after {
    border-bottom: solid 3px #f5d208;
}

.menu-link:after,
.dropdown-item:after {
    display: block;
    content: '';
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
}

.menu-link:hover:after,
.dropdown-item:hover:after {
    transform: scaleX(1);
}

.dropdown-item.fromLeft:after {
    transform-origin: 0% 50%;
}
/*------------------end menu animation------------------------------------*/


/*------------------Dropdown Styles------------------------------------*/
#header .dropdown-menu {
    border-radius: 0px;
    border: none;
    border-top: none;
    box-shadow: 0px 3px 6px #00000016;
    background-color: #000;
    position: absolute;
    margin-top: 0rem !important;
    width: 100%;
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
}

#header .dropdown-menu li {
    border-right: 1px solid #252525;
    display: inline-flex;
}

#header .dropdown-menu li:last-child {
    border-right: none;
}

#header .dropdown-menu li:last-child {
    border-bottom: none;
}

#header .dropdown-item {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f5d208;
    padding: 10px 0px;
    margin: 0 10px;
}

#header .dropdown-item i {
    margin-right: 10px;
    font-size: 16px;
}

#header .dropdown-item:hover,
#header .dropdown-item:focus,
#header .dropdown-item:active {
    /*color: #fff;*/
    background-color: transparent;
}

/*------------------End Dropdown Styles------------------------------------*/

/*---------------------Megamenu Styles-------------------------------*/
#header .dropdown-megamenu {
    width: 100%;
    left: 0;
}

#header .megamenu-box {
    border-right: 1px solid #eeeeee;
    padding-left: 25px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#header .megamenu-box:last-child {
    border-right: none;
}

#header .dropdown-megamenu .dropdown-item {
    padding: .5rem 0rem;
    border: none;
}

/*---------------------End Megamenu Styles-----------------------------------*/

/*---------------------Top User Styles-------------------------------*/
#header .dropdown-toggle::after {
    display: none;

}

#header .dropdown-toggle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
}

#header .menu-link:hover .dropdown-toggle {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
/*---------------------End Top User Styles-------------------------------*/

/*--------------------End Menu Style----------------------------------------*/


/*------------------Header Padding Based Screen Width--------------------*/
@media (min-width: 1199px) {
    .header-row{
        padding: 0rem 2.3rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .header-row{
        padding: 0rem 2.6rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .header-row{
        padding: 0rem 3.2rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .header-row{
        padding: 0rem 4.375rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }
}

/*------------------End Header Padding Based Screen Width--------------------*/

/*------------------Desktop View -----------------------------*/
@media all and (min-width: 992px) {
    /*------------------Header Padding--------------------*/
    .header-row{
        padding: 0rem 2.3rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }

    /*------------------End Header Padding--------------------*/
    /*----------------Show Submenu on hover--------------------------*/
    #header .dropdown-hover:hover > .dropdown-menu {
        display: inline-block;
    }

    #header .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    /*----------------End Show Submenu on hover--------------------------*/
    /*----------------Not React on Click--------------------------*/
    #header .dropdown-hover > .menu-link:active {
        pointer-events: none;
    }

    /*----------------End Not React on Click--------------------------*/
    /*#header .dropdown-menu li {
        position: relative;
    }*/
    /*--------------Dropdown Submenu Show Right Side------------*/
    #header .dropdown-menu .submenu {
        display: none;
        /*position: absolute;*/
        left: 100.5%;
        top: 0px;
    }

    /*--------------End Dropdown Submenu Show Right Side------------*/
}

/*------------------End Desktop View -----------------------------*/

@media (max-width: 1200px) {
    #header .menu-link {
        padding: 20px 0.8rem;
    }

    #logo .navbar-brand {
        width: 61px;
    }

    .navbar-brand {
        margin-right: 0.3rem;
    }

    #header .header-misc {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    /*------------------Header Padding--------------------*/
    .header-row{
        padding: 0rem 2.3rem 0rem 2.5rem;
    }

    #navBarContainer.container {
        max-width: none;
        width: 100%;
    }

    /*------------------End Header Padding--------------------*/
    /*----------------Menu Links Change Paddings---------------------------*/
    #header .nav-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    #header .menu-link {
        padding: 0 0.3rem;
    }

    #header .menu-link:after {
        top: 3px;
    }

    #header .dropdown-menu li {
        border-right: 1px solid transparent;
        display: block;
    }

    /*----------------End Menu Links Change Paddings---------------------------*/
    /*----------------Order Between Icon and Burger in Small Devices-----------------------*/
    #header .header-misc {
        order: 0;
        margin-right: 10px;
        margin-left: 5px;
    }

    /*----------------End Order Between Icon and Burger in Small Devices-----------------------*/
    /*--------------------------Hide toggle------------------------------*/
    #header .dropdown-toggle {
        margin-left: -5px;
        background-image: none;
    }

    /*--------------------------End Hide toggle------------------------------*/
    /*--------------Dropdown Submenu Margins in Small Devices------------*/
    #header .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    /*--------------End Dropdown Submenu Margins in Small Devices------------*/
    /*--------------Dropdown Overflow and Margin------------*/
    #header .dropdown-menu {
        position: static;
        max-height: 300px;
        overflow: auto;
        margin-top: 0.35rem !important;
        padding-left: 5px;
    }

    /*--------------End Dropdown Overflow and Margin------------*/
    /*--------------Top Notification disable Overflow------------*/
    #header .top-notification-content {
        max-height: fit-content;
    }

    /*--------------End Top Notification disable Overflow------------*/
    /*----------------------Megamenu Styles in Small Devices--------------------*/
    #header .megamenu-box {
        border-right: none;
        padding-left: inherit;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #header .megamenu-box h5 {
        border-bottom: 1px solid #f1f1f1;
    }

    #header .dropdown-megamenu .dropdown-item {
        border-bottom: 1px solid #f1f1f1;
        padding-left: 5px;
    }

    /*----------------------End Megamenu Styles in Small Devices--------------------*/

}

@media (max-width: 767.98px) {
    /*------------------Header Padding--------------------*/
    .header-row{
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    }

    /*------------------End Header Padding--------------------*/
}

@media (max-width: 425px) {
    /*------------------Header Padding--------------------*/
    .header-row{
        padding: 0.5rem 1rem 0.5rem 1rem;
    }


    /*------------------End Header Padding--------------------*/
    /*------------------Logo Size--------------------*/
    #logo .navbar-brand {
        width: 65px;
    }

    /*------------------End Logo Size--------------------*/
}





