@charset "UTF-8";

html,
html[dir="ltr"],
[dir="ltr"] {
    direction: ltr;
}

html[dir="rtl"],
[dir="rtl"] {
    direction: rtl;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.ms-core-navigation {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.font-regular {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-medium,
.btn-link,
.btn-brand,
.main-heading h2,
.footer h4 {
    font-weight: bold;
}

[dir="rtl"],
[lang="ar"] {
    font-family: 'Poppins', sans-serif, Arial;
}

#dataBtnDiv #dataBtn-ar {
    display: none !important;
}

.adv-menu .navbar-nav .nav-item.with-dropdown a:after {

    left: 0.5rem;
}

.header .navbar-nav .nav-item.with-dropdown .nav-link.active {
    padding-right: 1.5rem;
}

.adv-menu .navbar-nav .nav-item.with-dropdown a.nav-link.active:after {
    right: 0.8rem;

}

.header .user-dropdown :after {
    left: -5px;
}

.header .user-dropdown .dropdown-menu:after {
    transform: rotate(-180deg);
    left: 10px;
}

.adv-menu li>.nav-dropdown a:before {
    left: 0;
    transform: rotate(180deg);
}

/* end */
@media all and (min-width: 1200px) {}

@media all and (min-width: 1440px) {
    .adv-menu li>.nav-dropdown:before {
        transform: rotate(-180deg);
        left: 10px;
    }

}

@media all and (max-width: 1400px) {
    .with-dropdown:after {
        right: 0;
    }
}

@media all and (max-width: 1199px) {}

@media all and (max-width: 1023px) {}

@media all and (max-width: 991px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 575px) {}

/*# sourceMappingURL=styleLang.css.map */