:root {
    --primary-clr:#284860;
    --secondary-clr:#6C7525;
    --background-clr:#F4F6F7;
    --brown-clr:#896124;
    --yellow-clr:#F1AE45;
    --black-clr:#000;
    --gray-line:#D0CFCF;
    --white-clr:#fff;
    --danger-clr:#DE0000;
    --primary-font:"Fira Sans", sans-serif;
    font-size: 16px;
 }
/* navbar-dark replace */
.header-background {
    background-color: var(--white-clr);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: -4px 3px 6px #dfdfdf;
    width: 100%;
}
.header-container{
    max-width: none !important;
}
.custom-navbar-style{
    padding-left: 0 !important;
}
.custom-navbar-style a img{
    height: 36px !important;
}
.faq > a.nav-link {
    color: var(--brown-clr)!important;
    font-size: .938rem !important;
    font-weight: 400;
    line-height: normal;
}
.faq > a:hover{
    background-color: transparent !important;
    text-decoration: none !important;
}
.custom-language-style > a.nav-link {
    font-size: .938rem !important;
    font-weight: 400;
    line-height: normal;
    color: var(--black-clr);
}
.custom-language-style > a.nav-link::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.custom-language-style > a:hover{
    background-color: transparent !important;
    text-decoration: none !important;
    color: var(--secondary-clr);
}
.custom-language-style > a:focus{
    color: var(--secondary-clr) !important;
    background-color: transparent !important;
}
.custom-language-style > ul.dropdown-menu {
    padding: 0;
}
.custom-language-style > ul > li > a.dropdown-item {
    padding: 10px !important;
}
.custom-language-style > ul > li {
    border-bottom: var(--gray-line) 1px solid !important;
}
.custom-language-style > ul > li > a.dropdown-item:hover{
    color: var(--white-clr) !important;
    text-decoration: none !important;
    background-color: var(--primary-clr) !important;
}
.custom-profile-style > a.nav-link {
    font-size: .938rem !important;
    font-weight: 400;
    line-height: normal;
    color: var(--black-clr);
}
.custom-profile-style > a.nav-link::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.custom-profile-style > a:hover{
    background-color: transparent !important;
    text-decoration: none !important;
    color: var(--secondary-clr);
}
.custom-profile-style > a:focus{
    color: var(--secondary-clr) !important;
    background-color: transparent !important;
}
.custom-profile-style > ul.dropdown-menu {
    padding: 0;
}

.custom-profile-style > ul > li > a.dropdown-item {
    padding: 10px !important;
}
.custom-profile-style > ul > li > a.dropdown-item:hover{
    color: var(--white-clr) !important;
    text-decoration: none !important;
    background-color: var(--primary-clr) !important;
}
.custom-divider{
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .custom-navbar-style a img{
        height: 30px !important;
    }
}

@media screen and (max-width: 365px) {
    .custom-navbar-style a img{
        height: 20px !important;
    }
}