

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
span.text-primary {
    color: #e88f2a !important;
}
.logo-header img {
    height: 110px !important;
}
pb-0{
    padding-bottom: 0px !important;
}
pt-0{
    padding-top: 0px !important;
}
.site-footer .copyright {
    margin-bottom: 0;
    opacity: 1 !important;
}
.site-footer .footer-social li a {
    background-color: #1c1a17 !important;
}
.site-footer .footer-social li:first-child {
    background-color: transparent !important;
    padding-right: 10px;
}

#sidebar {
    background-image: url(images/background/bg4.avif);
   position: fixed;
    left: 0;
    width: 300px;
    top: 0;
    z-index: 999988;
    background: #fff;
    height: 100vh;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

#sidebar .logo-header {
    display: block;
    padding: 0px 20px 20px 0;
    width: 100%;
    height: auto;
}

#sidebar {
    left: 0;
    padding: 0;
}

#sidebar .closebtn,.header-sidenav .openbtn {
    display: none
}

#sidebar .logo-header img {
    max-width: 100%;
}

#sidebar .logo-header a {
    text-align: center;
    display: block;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    padding: 0 0 5px;
}

#sidebar .footer-menu {
    border-top: 1px solid hsla(0,0%,100%,.2);
    margin: 0 20px;
    padding: 30px 0;
    text-align: center;
}

#sidebar .navbar-nav {
    padding: 20px 0;
}

#sidebar .navbar-nav li a {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

#sidebar .navbar-nav>li>a {
    color: #fff;
    padding: 10px;
    line-height: 16px;
}
#sidebar ul li ul li a {
    color: #efebcc;
    font-size: 13px !important;
    text-transform: capitalize !important;
}
li.active a {
    color: #c6a078 !important;
}
#sidebar .navbar-nav>li>a.active:hover, #sidebar ul li ul li a:hover {
    color: #c6a078;
}

#sidebar .copyright,#sidebar .copyright-text {
    color: #fff;
    font-size: 12px;
    margin: 20px 0 0;
    line-height: 24px;
}

#sidebar .copyright-text {
    opacity: .5;
    margin-top: 5px;
}

#sidebar .copyright-text a {
    text-decoration: underline;
    color: #fff;
}

#sidebar .footer-social li {
    display: inline-block;
    margin: 0 5px;
}

#sidebar .footer-social li a, #sidebar .footer-social li a:hover{
    color: #fff !important;
    font-size: 18px;
    margin: 2px;
    background-color: #ffffff !important;
}

#sidebar .footer-social li a:hover {
    background-color: transparent;
}

.header-sidenav+.page-content #main {
    margin-left: 300px;
}

.header-sidenav .contant-block {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.header-sidenav .full-sidenav {
    position: fixed;
    left: 0;
    width: 300px;
    top: 0;
    z-index: 999988;
    background: #fff;
    height: 100vh;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.header-sidenav .full-sidenav .nav {
    margin-bottom: auto;
}

.header-sidenav.dark {
    background-color: unset;
}


#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

.header-content-bx {
    width: -webkit-fill-available;
}
button#sidebarCollapse {
    float: right;
}
.header-nav .nav {
            width: 100%
        }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul {
    list-style-position: outside;
    list-style: none;
}

ul.socialmediaicons.footer-social img {
    width: 25px;
    height: 25px;
}
button.navbar-btn{
    margin: 15px 10px !important;
    padding: 5px 20px !important;
}
/*table {*/
/*  color: #666;*/
/*  background: #eaebec;*/
/*  border: #ccc 1px solid;*/
/*  margin: 2rem 0;*/
/*}*/

/*table th {*/
/*  position: sticky;*/
/*  top:0;*/
/*  padding: 15px 35px;*/
/*  border-left:1px solid #e0e0e0;*/
/*  border-bottom: 1px solid #e0e0e0;*/
/*  background: #ededed;*/
/*}*/

/*table tr {*/
/*  text-align: center;*/
/*  padding-left: 20px;*/
/*  border:1px solid #e0e0e0;*/
 
/*}*/

/*table td:first-child(), thead {*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*    border-left: 0;*/
/*    background: #4d341b !important;*/
/*    color: #ffffff !important;*/
/*}*/

/*table td {*/
/*  padding: 15px 35px;*/
/*  background: #fafafa;*/
/*}*/

/*table tr:hover td {*/
/*  background: #f2f2f2;*/
/*}*/


/*.table-style td {*/
/*  border: 1px solid #ddd !important;*/
/*  padding: 8px;*/
/*}*/

/*.table-style tr:nth-child(even){background-color: #f2f2f2 !important;}*/

/*.table-style tr:hover {background-color: #ddd;}*/

/*tr:first-child() {*/
/*  padding-top: 12px;*/
/*  padding-bottom: 12px;*/
/*  text-align: left;*/
/*  background-color: #603f20 !important;*/
/*  color: white;*/
/*}*/
.menu-list .item-left img {
    transform: rotate(0deg) !important;

    }
    
    @media (max-width: 990px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    table.table-responsive {
    width: 90%;
}
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .logo-header img {
    height: auto !important;
}

    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
@media only screen and (max-width: 991px){
.sticky-top {
    position: sticky !important;
    top: 0 !important;
}
.carousel-caption{
    padding-top: 130px !important;
}
 .header-nav .nav>li .mega-menu, .header-nav .nav>li .sub-menu, .header-nav .nav>li ul {
        display: block !important;
    }

}
@media only screen and (max-width: 767px){
.logo-header {
    width: 65px !important;
}
#sidebar .logo-header {
    display: none;
}
}
