.language-top {
    display: inline;
    float: left;
    margin-left: 10px !important;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .language-top {
        margin-top: 0;
    }
}

.logo {
    max-height: 80px !important;
}

.language-top ul {
    list-style: none;
    font-size: 14px;
}


.top-bar-optional li {
    list-style-type: none;
}

.top-bar-optional {
    text-align: right;
}

.nice-select {
    background: transparent !important;
}

.nice-select .list {
    color: black !important;
}


.btn-blog-more {
    width: 70px !important;
    display: block;
    text-align: center;
    padding: 4px;
    border-radius: 12px;
    float: right;
    margin-top: -32px;
    text-decoration: none !important;
    background: #586fdf
}

.blog-date-box {
    position: absolute;
    top: 4px;
    left: 30px;
    width: 60px;
    text-align: center;
    justify-content: center;
    background: #0000006e;
    display: grid;
}

.blog-card {
    background-size: cover;
    background: #071D3C;
    padding-bottom: 8px
}

.post-text h5 {
    margin-top: 2px;
    font-size: 16px;
}

.pagination a {
    background: #586fdf !important;
    color: white !important;
}

.blog-list .date-box, .blog-read .date-box {
    width: 60px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    right: 17px !important;
    margin-top: -131px !important;
    background: #0000007d;
}

.blog-list .date-box, .blog-read .date-box div {
    text-align: center;
}


.contact_form input[type="text"], .contact_form textarea, .contact_form input[type="email"], .contact_form input[type="number"], #search {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    height: auto;
}

.contact_form button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: solid 1px;
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 991px) {
    .search-input {
        display: none;
        position: absolute;
        top: 47px;
        left: -2px;
        background: white !important;
        padding: 8px;
        border-radius: 9px;
        width: 280px;
        transition: all 0.800s ease;
    }

    .btn-search-submit {
        color: white !important;
        background: #d89875  !important;
        position: absolute;
        top: 7px;
        height: 50px !important;
        width: 50px !important;
        left: 7px;
    }

    .img-certificate {
        /*height: 560px !important;*/
    }
}

.search-input input {
    margin: 0 !important;
    background: white !important;
    color: black !important;
}

.mobile-topbar {
    border-bottom: solid 1px black;
    background-color: #031835;
}

.nice-select .list {
    z-index: 9999999999999 !important;
}


@media screen and (max-width: 991px) {

    .img-certificate {
        /*height: 450px !important;*/
    }

    .search-input {
        display: none;
        position: relative;
        top: 5px;
        right: 1px !important;
        background: white !important;
        padding: 8px;
        border-radius: 9px;
        transition: 1s;
        width: 280px;
        z-index: 9999999999;
    }

    .input-search-top {
        padding-right: 51px !important;
    }

    .btn-search-submit {
        color: white !important;
        background: #967125 !important;
        position: absolute;
        top: 7px;
        height: 50px !important;
        width: 50px !important;
        right: 7px;
    }
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) .top-search-bar{
     top: 14px !important;
    transition: all 0.800s ease;
}

 header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) .language-top {
    margin-top: 13px !important;
     transition: all 0.800s ease;
}

 .img-post-thumb-card{
     height: 214px !important;
     object-fit: cover !important;
 }
