:root {
    --vert: #00a8a3;
    --black: #000000;
    --light-color: #fff;
    --box-shadow: 0.5rem .5rem rgba(0, 0, 0, 0.1)
}

.mr-2 {
    margin-right: .5rem
}

.social-icon-svg {
    width: 18px;
    margin-right: .25rem
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.top-bar-mazar {

    background-color: #000;
    color: #fff;
    padding: 7px 0
}



.top-bar-mazar .list-inline > li a {
    padding-right: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'apercubold'
}
.top-bar-mazar .dropdown-item {
    color:var(--black) !important;
    padding:8px 16px
}
@media (max-width:767px) {
    .social-icon-svg {
        width: auto;
        margin-right: 0.25rem;
    }
    .top-bar-mazar .list-inline > li a {
        padding-right: 0;
        color: #fff;
        font-size: 14px;
    }

}
.top-bar-mazar .list-inline > li a:hover{
    color: #00a8a3;
    text-decoration: none;
}

@media screen and (min-width: 520px) {
    .list-inline-item::after {
        color: #fff;
        content: "|";
        font-weight: 300;
        margin: 0 12px
    }

    .list-inline-item:last-of-type::after {
        content: " "
    }
}

.header-mazar {
    background: #fff
}

.header-mazar .logo-mazar {
    width: 60%
}


.header-mazar .nav > li > a {
    padding: 5px 10px
}

.header-mazar .navbar-toggle .icon-bar {

    background: #000
}

.header-mazar .navbar-nav > li a {
    font-size: 17px;
    font-family: 'apercubold';
    color: #00a8a3;
    font-weight: 700;
    border-radius: 14px;
    text-transform: uppercase
}

.header-mazar .nav > li > a:focus, .header-mazar .nav > li > a:hover,.header-mazar .nav > li.active > a {
    border-radius: 14px;
    background-color: #00a8a3;
    color: #fff
}

.header-mazar .navbar {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap*/
}

.header-mazar .navbar-brand {
    height: auto
}

.justify-content-center{
    justify-content: center;
}
@media (max-width: 768px) {


    .navbar-header {
        width: 100%
    }

    .header-mazar .navbar{
        display: block;
        justify-content: left;
    }
    .header-mazar .nav > li > a
    {
        padding: 10px;
        font-size: 15px;
    }
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1040;
    box-shadow: 5px 5px 19px 0 rgba(0, 0, 0, .5);
    width: 100%
}


.header-mazar .navbar-toggle {
    margin-top: 35px
}

@media (max-width: 768px) {
    .header-mazar .navbar-nav > li a:hover::after {
        width: 25%
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .header-mazar .navbar-nav > li a {
        font-size: 14px
    }
    .header-mazar .nav > li > a {
        padding: 5px;border-radius: 14px;

    }
    .header-mazar .navbar {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.youtube img:hover {
    filter: invert(26%) sepia(100%) saturate(7345%) hue-rotate(358deg) brightness(109%) contrast(120%);
}

.top-bar-mazar .dropdown-menu {

    left: auto;
    max-height: 70vh;
    overflow-y:auto;
    min-width: 100%;

}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: var(--vert);
    background-color: var(--vert);
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    .top-bar-mazar   .d-flex {
        flex-wrap: wrap;
    }
}

.top-bar-mazar .btn {
    padding:
            5px 15px;
}

.top-bar-mazar .btn:hover {
    color: #fff;
    text-decoration:
            none;
}