.blog-header {
  height: 250px;
  background: url('../images/background.jpg') no-repeat;
}

.main_logo {
  zoom: 50%;
}

.main_site_name {
  padding-left: 30px;
}

.navbar li a {
  text-decoration: none;
  color: #fff;
}


.blog-footer {
  padding-top: 20px;
}

.recent-posts h3 a {
  color: #777777;
}

.recent-posts .views-field-view-node a {
  color: red;
}

.inner_bnner img:not(.img-fluid) {
    height: 675px;
    width: 100%;
    padding-top: 60px !important;
     object-fit: cover
}

.head_banner img.img-fluid, .inner_bnner img.img-fluid, #block-allbooksheader img, .press_img img {
    object-fit: cover
}
.heritage .swiper-slide .her_img img {
    height: auto !important;
}
.story-books .btn_das {
    display: inline-block !important;
}
.story-books .book-box:nth-child(4n+1) {
    clear: left;
}
.press_page h4 a {
        color: inherit !important;
}

.pager__items {
    padding-top: 0 !important;
}

.pager__items li.pager__item:not(.pager__item--previous):not(.pager__item--next) {
    display: none !important;
}

.pager__items li.pager__item a {
    padding: 12px !important;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 150px;
    background: #343B42;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    transition: 0.6s;
    border: 1px solid #343B42 !important;
}
.pager__items li.pager__item a:hover {
    color: #343B42 !important;
    background: #fff;
}

.pager__items li.pager__item a span {
    margin: 0 !important;
    color: inherit !important;
}

.pager__items li.pager__item {
    margin-bottom: 0px !important;
    border-bottom: none !important;
    padding-bottom: 10px !important;
    display: inline-block;
}


section.contact .row .col-md-6 {
    max-width: 100%; flex: auto;
}

.contact_form:after  {
content: '';
display: block;
clear: both;
}

.contact_form .form-group {
 width: 49%;
 float: left;
 margin-left: 2%;
}
.contact_form .form-group:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}
.contact_form .form-group:nth-child(5), .contact_form .form-group:nth-child(6) {
    width: 100%;
    margin-left: 0;
}
.contact .contact_form input, .contact .contact_form textarea {
    width: 100%;
}

.contact .contact_form input.form-submit {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.contact .contact_form {
    padding-right: 0 !important;
}

@media(max-width: 991px){
    .container.all-books.top {
        padding-top: 0 !important;
    }
    #block-allbooksheader img {
        padding-top: 0 !important;
    }
    .inner_bnner img:not(.img-fluid) {
    padding-top: 0px !important;
}

}
@media (max-width: 992px){
    #block-thebest-content #dn-student-form .contact .title h3 {
    margin-top: 20px !important;
}
}
@media(max-width: 767px){
    .contact_form .form-group {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}
@media (max-width: 389px){
        .story-books .btn_das {
            display: block !important;
        }
        .story-books .btn_das + .btn_das{
            margin-top: 10px !important;
        }
}