.mobile-menu {
display: none;
}
header {
background: linear-gradient(90deg, #115FFF 20%, #1160ffde);
}
/*.logo {*/
/*padding: 5px 0;*/
/*}*/
.menu{
    height: 100%;
}
.nav-items {
    display: flex;
    align-items: center;
}


.nav-item{
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.dropdown-item{
    color: black !important;
}
.dropdown-toggle{
    padding: 0;
}
.nav-item a {
    font-family: 'Exo 2' !important;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #FCFCFC;
    opacity: 0.8;
}
.lang-nav-item{
    width: 72px;
}
.nav-item a:hover {
opacity: 1;
}
.nav-item button img {
    opacity: 0.7;
}
.nav-item button img:hover {
    opacity: 1;
}
.nav-item button {
    outline: none !important;
}
.hamburger-menu {
    height: 100%;
    display: none;
    justify-content: flex-end;
}
.hamburger-menu button {
    margin: 0 20px;
    outline: none !important;
}
.hamburger-menu button i {
    font-size: 35px;
    color: #fff;
    opacity: .7;
}
.hamburger-menu button i:hover {
    opacity: 1;
}
.hamburger-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #115FFF;
    display: none;
    height: auto;
}
.hamburger-dropdown-container {
    height: 100%;
}
.hamburger-item-container {
    height: 81%;
    padding-bottom: 20px;
}
.hamburger-sub-items{
    display: none;
    width: 100%;
    padding-left: 25%;
}
.hamburger-sub-item a{
    font-size: 14px;
}
.hamburger-item-container .row {
    height: 100%;
}
.hamburger-items {
    height: 100%;
}
.hamburger-item{
    margin-top: 20px;
}
.hamburger-item a {
    font-size: calc(100vw / 20);
    color: #fff;
    opacity: .7;
}
.hamburger-item a:hover {
    color: #fff;
    opacity: 1;
}
.hamburger-item p ,.hamburger-item i{
    font-size: calc(100vw / 20);
    color: #fff;
    opacity: .7;
    cursor: pointer;
}
.hamburger-item a:hover,.hamburger-item i:hover ,.hamburger-item p:hover{
    opacity: 1;
    color: #fff;
}
.lang-dropdown {
    position: absolute;
    top: 18px;
    padding: 3px 10px;
    background: #0759fe;
    border-radius: 5px;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}
.lang-dropdown-item {
    opacity: .7;
    width: 50px;
    display: none;
}
.lang-dropdown:hover > .lang-dropdown-item {
    display: inherit !important;
}
.lang-dropdown-item:hover {
    opacity: 1 !important;
}
.lang-active {
    display: inherit !important;
    opacity: 1 !important;
}
.lang-dropdown-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang-dropdown-item a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.closeBtn {
    font-size: 40px;
    color: #fff;
    outline: none !important;
}
.search-close-btn {
    position: fixed;
    right: 10%;
    top: 100px;
    color: #000;
    font-size: 40px;
    display: none;
    z-index: 9999;
}
.search-close-btn button {
    outline: none !important;
}
.search-input {
    position: fixed;
    top: 40vh;
    width: 100%;
    display: none;
    z-index: 9999;
}
.input-design {
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 8px 20px #1160ff38;
}
.input-design form {
    margin: 0;
}
.input-design button {
    border-left: 1px solid #776C82;
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 30px;
}
.search-input input {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: 500px;
    border-radius: 5px;
    background: transparent;
}
.search-input input::placeholder {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
}
@media only screen and (max-width: 1023px) {
.menu {
    display: none;
}
.mobile-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.mobile-menu i {
    font-size: calc(100vw / 20);
    color: #fff;
}
}
.title{
    width: 70%;
}
.pagination {
    width: 30%;
}
.title h4 {
font-family: 'Exo 2 Medium';
font-size: 54px;
line-height: 54px;
color: #E1791B;
}
.content-title {
margin: 0 0 2%;
}
.content-title h4 {
font-family: 'Exo 2 Medium';
font-size: 27px;
line-height: 32px;
color: #30233D;
}
.content-title h5 {
    margin-top: 15px;
font-family: 'Exo 2 Medium';
font-size: 16px;
line-height: 19px;
color: #E1791B;
}
.dynamic-conatiner{
    margin-top: 96px;
}
main{
    min-height: 600px;
}
.content-info p {
font-family: 'Exo 2';
font-size: 18px;
line-height: 29px;
text-align: justify;
color: #776C82;
}
.content-info {
margin: 0 0 1.5rem;
}
.prevBtn,
.nextBtn,
.prevBtn span,
.nextBtn span{
background-color: #E1791B;
border-radius: 9999px;
color: #fff;
}
.prevBtn span:hover,
.nextBtn span:hover {
color: #fff;
}
.page-btn {
background-color: #EFEFEF;
border-radius: 13.2px;
outline: none;
box-shadow: none;
}
.selected-page {
background-color: #E1791B;
color: #EFEFEF;
}
.selected-page:hover {
color: #EFEFEF;
}
.select-pagination {
display: flex;
justify-content: space-between;
}
.title-block {
    margin-bottom: 30px;
    margin-top: 1.5rem;
}
.news-button {
width: 160px;
margin-top: 2%;
}
.read-more-btn {
border: 1px solid #E1791B;
border-radius: 0;
font-family: 'Exo 2';
font-size: 18px;
line-height: 29px;
color: #E1791B;
width: 100%;
box-shadow: none !important;
}
.arrow-icon {
background-color: #E1791B;
width: 30px;
height: 30px;
border-radius: 50%;
}
.arrow-icon svg {
width: 100%;
}

.read-more-btn:hover {
outline: none;
color: #E1791B;
}

/* DROPDOWN */
.dropbtn {
    color: #E1791B;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #E1791B;
    box-sizing: border-box;
    outline: 0 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    width: 100%;
    border: 1px solid #E1791B;
    border-top: none !important;
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Exo 2 Medium';
    font-size: 13.2px;
    line-height: 16px;
    color: #E1791B;
    box-shadow: none !important;
}

.dropdown-content a:hover {
    color: #E1791B;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.title-com {
    height: 100%;
}
.dropdown-content {
    background: #fff;
}
