/* menu css */
.navbar-brand {
    margin-right: unset !important;
}

.header-menu,
.header-menu #menu-button,
.header-menu ul,
.header-menu ul li,
.header-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    font-family: var(--mitr_semibold) !important;
}

/* .header-menu > ul > li > a {
    padding: 28px 0;
    font-size: 16px;
}

.header-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.header-menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0;
    /*margin-top: 60px;*/
    margin-top: 5px;
}

.header-menu ul>li a {
    /* color: var(--white); */
    color: var(--red);
}

.header-menu.ml-auto {
    margin: 0px auto !important;
}

.menu-header-fixed ul>li a {
    color: var(--black) !important;
    margin-top: 15px !important;
    font-size: 1.2em !important;
}

.top-bar-header {
    height: 40px;
    background: var(--dark);
    color: var(--white);
    display: block;
    position: relative;
    z-index: 99;
}

.top-bar-header .col-lg-10 {
    margin: 0px auto;
}

.top-bar-header .left {
    text-align: left;
    padding-left: 46px;
}

.top-bar-header .right {
    text-align: right;
    padding-right: 44px;
}

.top-bar-header .right .fas {
    width:25px;
    text-align:center;
    color: var(--yellow);
}

.top-bar-header .right span:nth-child(1) {
    padding-right: 15px;
}

.top-bar-header .right span:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    padding-left: 18px;
}

.top-bar-header span {
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    color: var(--white);
    font-family: var(--muli_regular);
    font-size: 0.8em;
}

.top-bar-header span a {
    text-decoration: none;
    color: var(--white);
}

.top-bar-header span a:hover {
    color: var(--yellow);
}

.top-bar-header .social {
    /* padding-top: 30px ;*/
    margin-left: 85px;
    margin-top: -23px;    
}

.top-bar-header .social li {
    /* background: var(--yellow); */
    color: var(--dark);
    margin-right: 5px;
    /* padding: 5px; */
    width: 25px;
    text-align: center;
    border-radius: 100%;
}

.top-bar-header .social li img:hover {
    filter: brightness(0.7);
  }

.top-bar-header .social li a i {
    font-size: 18px;
    color: #000;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.logo-menu {
    width: 130px;
    top: -5px;
    position: relative;
    display: none;
}

.logo-header {
    width: 300px;
    margin-top: 0px;
}

.logo-header-fixed {
    width: 190px !important;
    margin-top: -32px !important;
}

.about-page .header-menu ul>li a {
    color: #fff;
}


.header-menu ul ul li:hover>a,
.header-menu ul ul li.active>a,
.header-menu ul ul li>a:hover,
.header-menu>ul>li.active>a,
.header-menu>ul>li:hover>a {
    /* color: var(--main); */
    text-decoration: underline;
    text-decoration-color:#FFF;
}
.header-menu>ul .p-10-left{
    padding-left: 10px;

}
.header-menu>ul .p-8-left{
    padding-left: 8px;

}
.header-menu>ul>a{
    margin-left: 30px;
}
.about-page .header-menu ul ul li:hover>a,
.about-page .header-menu ul ul li.active>a,
.about-page .header-menu ul ul li>a:hover,
.about-page .header-menu>ul>li.active>a,
.about-page .header-menu>ul>li:hover>a {
    color: var(--main);
}


.header-menu,
.header-menu>ul,
.header-search input {
    transition: 0.3s all linear;
}

.header-menu>ul>li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.isSticky .header-menu ul>li>a {
    /* line-height: 119px; */
    padding: 0;
}

.header-menu>ul>li>ul {
    top: 120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: top 0.2s ease, opacity 0.2s ease;
    transition: top 0.2s ease, opacity 0.2s ease;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}


.header-menu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: top 0.2s ease, opacity 0.2s ease;
    transition: top 0.2s ease, opacity 0.2s ease;
}

.header-menu>ul ul {
    text-align: left;
    z-index: 99999;
}

.header-menu ul ul li a {
    width: 180px;
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--grey);
}

.about-page .header-menu ul ul li a {
    color: var(--dark);
}

.header-menu>ul>li:hover>ul {
    left: auto;
    top: 85px;
}

.header-menu ul ul>li:hover>ul,
.header-menu.align-right ul ul>li:hover>ul,
.header-menu>ul>li:hover>ul {
    opacity: 1;
}

.header-menu #menu-button {
    display: none;
}

span.submenu-button:before {
    border: 6px solid transparent;
    content: "";
    top: 53%;
    left: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    border-top-color: var(--grey);
    right: 0;
}

.about-page span.submenu-button:before {
    border-top-color: #fff;
}

.header-menu>ul>li.active>.submenu-button:before,
.header-menu>ul>li:hover>.submenu-button:before {
    border-top-color: var(--main);
}

.menubar .menu.mobile.open {
    display: block !important;
}


/* responsive menu */
@media (max-width: 1441.98px) {
    span.submenu-button:before {
        right: 12px;
    }
}

/* @media (max-width: 991.98px) { */
@media (max-width: 1199px) {
    span.submenu-button:before {
        border: 6px solid transparent;
        content: "";
        top: 56%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        border-top-color: var(--grey);
    }

    .submenu-button.submenu-opened:before {
        color: var(--main);
    }

    .header-menu #menu-button {
        display: inline-block;
        text-align: right;
    }

    .header-menu #menu-button {
        cursor: pointer;
        text-align: center;
    }

    .header-menu #menu-button i {
        color: var(--white);
        font-size: 24px;
        line-height: 55px;
    }

    .header-menu #menu-button.fixed i {
        color: var(--green);
    }

    .header-menu ul,
    .header-menu ul ul,
    .header-menu ul ul li:hover>ul,
    .header-menu ul ul ul,
    .header-menu.align-center>ul,
    .header-menu>ul,
    .header-menu>ul>li:hover>ul,
    .header-menu>ul>li>ul {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        display: none;
        padding: 0;
        opacity: 1;
        text-align: left;
        z-index: 99999;
    }


    .header-menu ul ul li a {
        font-size: 15px;
        padding: 12px 0;
    }

    .header-menu>ul {
        position: absolute !important;
        top: 75px !important;
        left: 15px !important;
        width: calc(100% - 30px) !important;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-height: 370px;
        overflow-y: auto;
    }

    .header-menu>ul>li:first-child {
        border-top: 0 !important;
    }

    .header-menu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    .header-menu>ul>li {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0 !important;
    }

    .header-menu>ul>li:first-child {
        border-top: 0 !important;
    }

    .header-menu ul>li a {
        color: var(--dark);
        padding: 10px 15px;
        font-size: 17px;
    }

    .header-menu ul ul ul,
    .header-menu>ul>li>ul {
        box-shadow: none;
        border-bottom: 0;
    }

    .header-menu ul ul li a {
        padding-left: 30px !important;
        width: auto;
    }

    .header-menu ul ul li a,
    .header-menu ul ul li:first-child>a,
    .header-menu ul ul li:last-child>a,
    .header-menu>ul>li>a {
        border-radius: 0;
        box-shadow: none;
        background: 0 0;
    }

    .header-menu .submenu-button {
        position: absolute;
        right: 0;
        display: block;
        width: 50px;
        height: 47px;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        z-index: 10;
        cursor: pointer;
    }
}

@media (max-width: 767.98px) {
    .menu-inner-area .logo-box img {
        width: 75%;
    }

    .menu-inner-area {
        background: rgba(0, 0, 0, 0.3);
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .header-menu>ul {
        position: absolute !important;
        top: 70px !important;
    }

    .menu-inner-area .logo-box img {
        width: 100%;
    }
}