@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
.top-header {
    background: #ededed;
    color: #547c35;
    font-size: 12px !important;
    font-family: "Mukta", Poppins, sans-serif;
    font-style: normal;
    font-weight: 300;

}
.top-header a {
    font-family: "Mukta", Poppins, sans-serif;
    font-style: normal;
    font-size: 12px !important;
    color: #222222;
    font-weight: 600;
    padding: 0px 7px;
    border-radius: 3px;
    margin-right: 7px;
}
.social_link a {
    color: #ddd;
    background: #28a745;
}
.social_link a:hover {
    color: #ddd;
    background: #0c4128;
}
.Langchange {
    background: #ddd;
    border-radius: 5px;
    padding: 2px 4px;
    color: #dc3a22;
    font-weight: 600;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
#topbar {
    height: 30px;
    padding: 0;
    font-size: 12px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    z-index: 996;
}
#topbar.topbar-scrolled {
    top: -30px;
}
#topbar .contact-info a {
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
#topbar .contact-info a:hover {
    text-decoration: underline;
}
#topbar .contact-info i {
    color: #f6b024;
    line-height: 0;
    margin-right: 5px;
}
#topbar .contact-info .phone-icon {
    margin-left: 15px;
}
#topbar .cta {
    background: transparent;
}
#topbar .cta a {
    color: #fff;
    background: #f6b024;
    padding: 6px 24px 8px 24px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}
#topbar .cta a:hover {
    background: #f1a40a;
}
#header {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 80px;
    top: 30px;
}
#header.header-scrolled {
    background: rgba(5, 87, 158, 0.9);
    top: 0;
}
#header .logo {
    margin: 0!important;
    padding: 0!important;
}

#header .logo img {
    width:400px !important;
}
.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}
.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 12px;
    color: #001c38;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
nav {
    width: 100%;
    height: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 99;
}
nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.navbar .logo a {
    font-size: 30px;
    color: #001c38;
    text-decoration: none;
    font-weight: 700;
    font-family: Poppins, Mukta, sans-serif;
    margin: auto;
    padding: 0px;
    letter-spacing: 0px;
}
.logo img {

    float: left;
}

nav .navbar .nav-links {
    line-height: 80px;
    height: 100%;
    font-family: "Mukta", Poppins, sans-serif;
}
nav .navbar .links {
    display: flex;
}
nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 9px;
}
nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #5d5176;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Mukta", Poppins, sans-serif;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}
nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #001c38;
    transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 30px;
     background: rgba(0, 20, 40, 0.7);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}
.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow {
    line-height: 30px;
}
.navbar .links li .htmlCss-more-sub-menu {
}
.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}
.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}
.navbar .search-box {
    position: relative;
    height: 30px;
    width: 30px;
}
.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #001c38;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 30px);
    top: 80px;
    height: 60px;
    width: 300px;
     background: rgba(0, 20, 40, 0.7);
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
     background: rgba(0, 20, 40, 0.7);
}
.search-box .input-box::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
     background: rgba(0, 20, 40, 0.7);
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}
.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}
.navbar .nav-links .sidebar-logo {
    display: none;
}
.navbar .bx-menu {
    display: none;
}
@media (max-width: 920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }
    nav .navbar .logo a {
        font-size: 27px;
    }
    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }
    nav .navbar .links li a {
        font-size: 13px;
    }
}
@media (max-width: 800px) {
   nav .navbar .links li a {
       color:#ffffff;
   }
    .navbar .bx-menu {
        display: block;
    }
    nav .navbar .nav-links {
        position: fixed;
        top: 20px;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
         background: rgba(0, 20, 40, 0.7);
        line-height: 30px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sidebar-logo .logo-name {
        font-size: 25px;
        font-weight:700;
        color: #fff;
    }
    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #ddd;
    }
    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }
    nav .navbar .links li .arrow {
        line-height: 30px;
          color: #ffffff;
    }
    nav .navbar .links li {
        display: block;
    }
    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }
    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }
    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }
    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }
    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }
    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}
@media (max-width: 370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}
.after_banner_news {
    background: #017cb5;
    color: #efefef;
    font-size: 12px !important;
    font-family: "Mukta", Poppins, sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 10px;
}
