.pagination .page-link {
    color: #0E2F50 !important;
    background-color: #fff !important;
    width: 33px !important;
    border-color: #0E2F50 !important;
}

.pagination .active span {
    background-color: #0E2F50 !important;
    border-color: #0E2F50 !important;
    color: #fff !important;
}

.page-header-area .page-header-content-inner h2 {
    color: #FFFFFF;
    font-size: 2rem;
}

.single-img {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.single-img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.scs-item {
    list-style: none;
    white-space:nowrap !important;
}

.lang-section {
    justify-content: end;
}

.my-brand-logo {
    height: 80px;
}

.my-brand-logo img{
    display: block;
    height: 100%;
    width: auto;
}


.dropdown-language button
 {
    white-space: nowrap !important;
}

@media only screen and (max-width: 1470px) {
    .main-menu > li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1350px) {
    .main-menu > li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1290px) {
    .main-menu > li {
        margin-right: 13px;
    }

    .has-submenu a {
        font-size: 14px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 992px) {
    .scs-item {
        margin-right: 15px;
        margin-left: 60px !important;
    }

    .scs-item a {
        font-size: 12px;
    }

    .dropdown-language button {
        padding: 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .lang-section {
        justify-content: start;
    }
}

.navigation {
    z-index: 1500;
}
 
.toggle-nav ul ul {
    display: none !important;
}
 
.header-area .main-menu > li.has-submenu .submenu-nav {
    z-index: 1600;
}