
.home-banner {
    position: relative;
    width: 100%;
    background: #fff
}

.home-banner .slide-item {
    position: relative;
    display: block;
    padding: 200px 0 120px
}

.home-banner .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.home-banner .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.home-banner .slide-item .image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, 0))
}

.home-banner .slide-item .post-cat {
    position: relative;
    display: block;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px)
}

.home-banner .active .slide-item .post-cat {
    opacity: 1;
    -webkit-transition: all 1.5s ease .3s;
    -ms-transition: all 1.5s ease .3s;
    -moz-transition: all 1.5s ease .3s;
    transition: all 1.5s ease .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.home-banner .slide-item .post-cat a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #205081;
    line-height: 24px;
    padding: 3px 25px;
    font-size: 14px
}

.home-banner .slide-item h1 {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2em;
    font-size: 48px;
    font-weight: 600;
    max-width: 800px;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    transform: translateX(-150px)
}

.home-banner .slide-item h1 a {
    color: #fff
}

.home-banner .slide-item h1 a:hover {
    text-decoration: underline
}

.home-banner .active .slide-item h1 {
    opacity: 1;
    -webkit-transition: all 1.5s ease .3s;
    -ms-transition: all 1.5s ease .3s;
    -moz-transition: all 1.5s ease .3s;
    transition: all 1.5s ease .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.home-banner .owl-nav {
    display: none
}

.home-banner .owl-nav .owl-next,
.home-banner .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    font-size: 24px;
    line-height: 50px;
    text-align: center
}

.home-banner .owl-nav .owl-next {
    left: auto;
    right: 0
}

.home-banner .owl-nav .owl-next:hover,
.home-banner .owl-nav .owl-prev:hover {
    background: #aad71a;
    color: #fff
}

.home-banner .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center
}

.home-banner .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    margin: 0 3px
}

.home-banner .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #aad71a;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.home-banner .owl-dots .owl-dot.active span {
    height: 20px
}

.news-carousel-box {
    position: relative;
    padding: 3px 3px 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0
}

.news-carousel-box .owl-dots,
.news-carousel-box .owl-nav {
    display: none
}

.news-block-two {
    position: relative;
    margin-bottom: 30px
}

.owl-theme .news-block-two {
    margin: 0
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.news-block-two .inner-box:hover {
    background: #ececec
}

.news-block-two .image-box {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.news-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-block-two a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-block-two .lower {
    position: relative;
    display: block;
    padding: 10px 15px
}

.news-block-two .post-cat {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.news-block-two .post-cat a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #205081;
    line-height: 24px;
    padding: 0 15px;
    font-size: 12px
}

.news-block-two h3 {
    position: relative;
    color: #4d4d4d;
    text-transform: capitalize;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    min-height: 72px
}

.news-block-two h3 a {
    position: relative;
    color: #4d4d4d
}

.news-block-two h3 a:hover {
    text-decoration: underline
}

.news-block-two .info {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.news-block-two .info .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 14px;
    width: 180px;
    overflow: hidden
}

.news-block-two .info .inner .completed {
    position: relative;
    float: left;
    width: 118px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #99cc4e;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5
}

.news-block-two .info .inner .completed .fa {
    top: 1px;
    padding-right: 2px;
    font-size: 15px
}

.news-block-two .info .inner .added-fav {
    position: relative;
    float: left;
    width: 62px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.news-block-two .info .inner .added-fav .fa {
    position: relative;
    top: 2px;
    padding-right: 2px;
    font-size: 15px;
    color: #f15c58
}

.news-block-two .info .add-fav {
    position: relative;
    display: inline-block
}

.news-block-two .info .add-fav a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    border-radius: 17px;
    font-size: 15px;
    color: #f15c58
}

.news-block-two .info .add-fav a .count {
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.news-block-two .info .add-fav.clicked a {
    padding-left: 10px;
    padding-right: 10px
}

.news-block-two .info .add-fav.clicked .fa {
    position: relative;
    top: 1px
}

.news-block-two .lower-content {
    position: relative;
    padding: 12px 15px
}

.news-block-two.big-post .lower-content {
    position: relative;
    padding: 16px 25px
}

.news-block-two .lower-content h4 {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.4em;
    line-height: 23px;
    height: 46px;
    overflow: hidden
}

.news-block-two.big-post .lower-content h4 {
    font-size: 20px;
    line-height: 27px;
    height: 54px;
    overflow: hidden
}

.news-block-two .lower-content h4 a {
    color: #4d4d4d
}

.news-block-two .lower-content h4 a:hover {
    color: #205081
}

.news-block-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 50px 20px 20px 20px;
    background: rgba(169, 208, 65, .97);
    opacity: 0;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-block-two.big-post .overlay-box {
    padding: 50px 40px 50px 40px
}

.news-block-two .inner-box:hover .overlay-box {
    opacity: 1
}

.news-block-two .overlay-box .read-more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 124px;
    height: 30px;
    display: block;
    border: 2px solid #fff;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-block-two.big-post .overlay-box .read-more {
    left: 40px;
    bottom: 50px
}

.news-block-two .overlay-box h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.4em
}

.news-block-two .overlay-box h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.news-block-two .overlay-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.overlay-box .text {
    color: #fff;
    font-size: 100%;
}

.news-block-two .overlay-box h2 a {
    color: #fff
}

.news-block-two .overlay-box h4 a {
    color: #fff
}

.home-news-section {
    position: relative;
    background: #fff
}

.default-search-panel {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.default-search-panel .filters {
    position: relative;
    margin: 0 -10px
}

.default-search-panel .filter-column {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.drop-list-three {
    position: relative;
    display: block;
    width: 100%
}

.drop-list-three .list-label {
    position: relative;
    display: block;
    color: #717171;
    line-height: 20px;
    padding: 0 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px
}

.drop-list-three .dropdown-outer {
    position: relative
}

.drop-list-three .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 20px;
    color: #3f3f3f;
    font-size: 14px;
    background: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #e5e5e5
}

.drop-list-three .dropdown-outer.open .btn-box {
    border-color: #303030;
    background: #fff
}

.drop-list-three .btn-box:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 8px;
    height: 24px;
    display: block;
    color: #656565;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.drop-list-three .dropdown-menu {
    width: 260px;
    right: 0;
    left: auto;
    padding: 5px 0;
    margin: 0;
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e0e0e0
}

.drop-list-three .dropdown-menu:before {
    font-family: FontAwesome;
    content: "\f0d8";
    position: absolute;
    right: 15px;
    top: -15px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
    -webkit-text-shadow: -1px -1px 5px rgba(0, 0, 0, .1);
    -ms-text-shadow: -1px -1px 5px rgba(0, 0, 0, .1);
    -moz-text-shadow: -1px -1px 5px rgba(0, 0, 0, .1);
    text-shadow: -1px -1px 5px rgba(0, 0, 0, .1)
}

.drop-list-three .dropdown-menu li {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px
}

.drop-list-three .dropdown-menu li:hover {
    background: #f5f5f5
}

.check-style-three {
    position: relative;
    display: block
}

.check-style-three input {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.check-style-three label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding-left: 30px;
    font-weight: 500;
    color: #2e2e2e;
    margin: 0!important;
    text-transform: capitalize;
    cursor: pointer
}

.check-style-three label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.check-style-three label:after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: 0 0;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    opacity: 0;
    border-radius: 50%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.check-style-three input:checked+label:after {
    opacity: 1
}

.check-style-three input:checked+label:before {
    background: #aad71a
}

.home-news-section .news-outer {
    position: relative;
    padding: 50px 0 30px
}

.home-news-section h2 {
    position: relative;
    color: #205081;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 400
}
.home-news-section .apply-filter-button {
    display: block;
    width: 100%;
    margin: 22px 0 0 0;
}
.news-grid-box {
    position: relative;
    margin-bottom: 30px
}

.news-grid-box .row {
    margin: 0 -10px
}

.news-block-three {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.owl-theme .news-block-three {
    margin: 0
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.news-block-three .inner-box:hover {
    background: #ececec
}

.news-block-three .image-box {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.news-block-three .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.news-block-three a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-block-three .lower {
    position: relative;
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #e0e0e0
}

.news-block-three .post-cat {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.news-block-three .post-cat a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #205081;
    line-height: 24px;
    padding: 0 15px;
    font-size: 12px
}

.news-block-three h3 {
    position: relative;
    color: #4d4d4d;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    overflow: hidden
}

.news-block-three h3 a {
    position: relative;
    color: #4d4d4d
}

.news-block-three h3 a:hover {
    text-decoration: underline
}

.news-block-three .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 50px 20px 20px 20px;
    background: rgba(169, 208, 65, .97);
    opacity: 0;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-block-three.big-post .overlay-box {
    padding: 50px 40px 50px 40px
}

.news-block-three .inner-box:hover .overlay-box {
    opacity: 1
}

.news-block-three .overlay-box .read-more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 124px;
    height: 30px;
    display: block;
    border: 2px solid #fff;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-block-three.big-post .overlay-box .read-more {
    left: 40px;
    bottom: 50px
}

.news-block-three .overlay-box h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 20px
}

.news-block-three .overlay-box h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.news-block-three .overlay-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4em
}

.news-block-three .overlay-box h2 a {
    color: #fff
}

.news-block-three .overlay-box h4 a {
    color: #fff
}

.news-block-three .info {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.news-block-three .info .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 14px;
    width: 180px;
    overflow: hidden
}

.news-block-three .info .inner .completed {
    position: relative;
    float: left;
    width: 118px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #99cc4e;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5
}

.news-block-three .info .inner .completed .fa {
    top: 1px;
    padding-right: 2px;
    font-size: 15px
}

.news-block-three .info .inner .added-fav {
    position: relative;
    float: left;
    width: 62px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.news-block-three .info .inner .added-fav .fa {
    position: relative;
    top: 2px;
    padding-right: 2px;
    font-size: 15px;
    color: #f15c58
}

.news-block-three .info .add-fav {
    position: relative;
    display: inline-block
}

.news-block-three .info .add-fav a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    border-radius: 17px;
    font-size: 15px;
    color: #f15c58
}

.news-block-three .info .add-fav a .count {
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.news-block-three .info .add-fav.clicked a {
    padding-left: 10px;
    padding-right: 10px
}

.news-block-three .info .add-fav.clicked .fa {
    position: relative;
    top: 1px
}

.page-options-bar {
    position: relative;
    background: #e4e4e4;
    padding: 10px 0
}

.page-options-bar .breadcrumbs-col {
    position: relative;
    float: left;
    padding: 5px 0;
    line-height: 30px
}

.page-options-bar .filter-col {
    position: relative;
    float: right
}

.page-options-bar .filter-col .sort-by {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 5px
}

.page-options-bar .filter-col .sort-by .btn-box {
    background: #f5f5f5;
    border-radius: 3px
}

.page-options-bar .filter-col .sort-by .list-label {
    font-weight: 600;
    color: #323232
}

.page-options-bar .filter-col .sort-by .dropdown-menu {
    width: 170px;
    left: auto;
    right: 0;
    margin-top: 4px;
    border-radius: 3px
}

.page-options-bar .filter-col .layout-mode {
    position: relative;
    float: left
}

.page-options-bar .filter-col .layout-mode li {
    position: relative;
    float: left;
    margin-left: 15px
}

.page-options-bar .filter-col .layout-mode li a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 5px 0;
    font-size: 20px;
    color: #a9a9a9
}

.page-options-bar .filter-col .layout-mode li.active a,
.page-options-bar .filter-col .layout-mode li:hover a {
    color: #205081
}

.page-options-bar .bread-crumb {
    font-size: 14px;
    color: #353535;
    font-weight: 500
}

.page-options-bar .bread-crumb .result-count {
    position: relative;
    display: inline-block;
    padding-right: 5px
}

.page-options-bar .bread-crumb .main-topic {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #353535;
    font-weight: 600;
    padding-right: 10px
}

.page-options-bar .bread-crumb .main-topic a {
    color: #353535
}

.page-options-bar .bread-crumb .main-topic a:hover {
    text-decoration: underline
}

.page-options-bar .bread-crumb .search-topic {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #205081;
    font-weight: 600
}

.page-options-bar .bread-crumb .search-topic a {
    color: #205081
}

.page-options-bar .bread-crumb .search-topic a:hover {
    text-decoration: underline
}

.wiki-subjects {
    position: relative;
    background: #fff;
    padding: 50px 0
}

.wiki-subjects .filters-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: auto;
    min-height: 100%;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.wiki-subjects .filters-bar .filter-btn {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: none;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.wiki-subjects .filters-bar .filter-btn .toggle-btn {
    position: relative;
    display: block;
    background: #205081;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer
}

.wiki-subjects .filters-bar .filter-btn .toggle-btn .fa {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    font-weight: 400
}

.wiki-subjects .filters-bar.visible-bar .filter-btn {
    left: 0;
    width: 100%
}

.wiki-subjects .filters-bar.visible-bar .filter-btn .toggle-btn .fa:before {
    content: "\f00d"
}

.wiki-subjects .filters-bar .inner-bar {
    position: relative;
    padding: 40px 15px 20px 30px
}

.wiki-subjects .filters-bar h4 {
    color: #797979;
    font-size: 16px;
    margin-bottom: 15px
}

.wiki-subjects .filters-bar .filter-block {
    position: relative;
    margin-bottom: 50px
}

.wiki-subjects .filters-bar h5 {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.wiki-subjects .filters-bar .filter-block li {
    margin-bottom: 5px
}

@media only screen and (max-width: 1240px) {
    .home-banner .slide-item h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1140px) {
    .home-banner .slide-item h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-banner .slide-item {
        padding: 100px 0 110px;
    }
    .home-banner .slide-item h1 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .news-block-two .image-box {
        height: 120px;
    }
    .news-block-two .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-block-three h3, .news-block-two h3 {
        min-height: 30px;
        height: auto;
        line-height: 1.2;
    }
    .news-block-two h3 {
        font-size: 14px;
    }
    .news-block-two .overlay-box {
        padding: 10px 12px 12px 12px;
    }
    .news-block-two .overlay-box h2 {
        font-size: 16px;
        margin-bottom: 6px;
        padding-bottom: 2px;
    }
    .overlay-box .text {
        font-size: 12px;
        line-height: 1.5;
        height: 130px;
        overflow: hidden;
    }
    .news-block-two .overlay-box .read-more {
        left: 14px;
        bottom: 7px;
        height: 26px;
        line-height: 24px;
    }
}