/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);

@font-face {
    font-family: "Kantumruy";
    src: url(fonts/kh/KantumruyPro-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: "Kantumruy Bold";
    src: url(fonts/kh/KantumruyPro-Bold.ttf);
    font-style: normal;
}

.f-kantumruy-normal {
    font-family: "Kantumruy";
}

.f-kantumruy-bold {
    font-family: "Kantumruy Bold";
}

/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

.m-ads1 {
    display: none;
}
.m-ads2 {
    display: none;
}

.active {
    color: #ed1b25 !important;
}

.m-br {
        padding-bottom: 0;
    }
.active>.page-link,
.page-link.active {
    background-color: #16406c;
    border-color: #16406c;
}

.page-link {
    color: #17406c;
    margin: 4px;
}

.text-primary {
    color: rgb(22 64 108) !important;
}

.text-danger {
    color: rgb(237 27 37) !important;
}

ol,
ul {
    padding-left: 0;
}

.border-bottom-primary {
    border-bottom: 4px solid rgb(22 64 108) !important;
}

.top-ads {
    height: 120px;
}

.border-bottom-danger {
    border-bottom: 4px solid rgb(237 27 37) !important;
}

.single-recent {
    padding-bottom: 18px;
}

.height_media {
    height: 86px;
}

.hr {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 8px;
    margin-bottom: 8px;
}

.link-read-more {
    padding-top: 12px;
}

.height_media2 {
    height: 192px;
}

.height_media3 {
    height: 130px;
}

.image-style-align-center {
    text-align: center;
}

.position_relative {
    position: relative;
}

.img_vertical_mid {
    vertical-align: middle;
}

.bg_reload_img_white {
    background-color: #ffffff;
}

.img_media_small_listing {
    border-bottom: 0.5px solid #2323230d !important;
}

.img_small {
    width: 100%;
    object-fit: cover;
}

.img_small_contain {
    width: 100%;
    object-fit: contain;
}

.height_media:hover img {
    width: 100%;
    transition: all .4s ease-out 0s;
    transform: scale(1.05);
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.small,
small {
    font-size: 1em !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-bottom: 0;
}

.logo {
    width: 180px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.advertisment {
    width: 100%;
    margin-bottom: 18px;
}

body {
    font-family: "Kantumruy", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kantumruy Bold", sans-serif;
    color: #000000;
}

p {
    font-family: "Kantumruy", sans-serif;
    color: #858585;
    font-size: 13px;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-family: "Kantumruy", sans-serif;
}

.mb-20 {
    margin-bottom: 20px;
}

.share {
    width: 28px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.post-title {
    padding-bottom: 0;
}

.most-recent-single {
    margin-bottom: 15px;
}
  .bottom-ads {
        margin-top: 38px;
    }

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.bg-page {
    background: rgb(222 227 235) !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* :: 3.4.0 Preloader */
.preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

/* :: 3.5.0 Miscellaneous */
.tooltip-inner {
    background-color: #ef1b48;
}

.tooltip .arrow::before {
    border-top-color: #ef1b48;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #f0f4f8;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #18528D;
    border-color: #1259A0;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-fixed {
    background-attachment: fixed !important;
}


.bg-primary {
    background: #13406c !important;
}

.header-top {
    padding: 8px 4px 4px 8px;
}

/* :: 3.6.0 ScrollUp */
#scrollUp {
    background-color: #18528D;
    border-radius: 8px;
    bottom: 50px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

.header-area .newsbox-main-menu .classy-navbar .classynav ul li a {
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
    color: #ffffff;
    font-family: "Kantumruy Bold";
}

.header-area .newsbox-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .newsbox-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ed1b25;
}

.whats-news-area .whats-news-single .whates-caption span,
.about-area2 .whats-news-single .whates-caption span,
.contact-section .whats-news-single .whates-caption span {
    color: #707b8e;
    font-size: 12px;
    margin-bottom: 14px;
    display: block;
}

.whats-news-area .whats-news-single .whates-caption p,
.about-area2 .whats-news-single .whates-caption p,
.contact-section .whats-news-single .whates-caption p {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 30px;
        bottom: 30px;
    }
}

#scrollUp:hover {
    background-color: #ef1b48;
    color: #ffffff;
}

/* :: 4.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.header-area .newsbox-main-menu {
    position: relative;
    background: #ccc;
    width: 100%;
}


.header-area .newsbox-main-menu .classy-navbar {
    padding: 0;
}


.header-area .newsbox-main-menu .classy-navbar .nav-brand {
    max-width: 160px;
    margin-right: 30px;
}

/* New Area */
.whats-news-area .whats-news-wrapper,
.about-area2 .whats-news-wrapper,
.contact-section .whats-news-wrapper {
    background: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

.whats-news-area .whats-news-single .whates-img,
.about-area2 .whats-news-single .whates-img,
.contact-section .whats-news-single .whates-img {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 6px;
}

.whats-news-area .whats-news-single .whates-img img,
.about-area2 .whats-news-single .whates-img img,
.contact-section .whats-news-single .whates-img img {
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: scale(1);
}

.whats-news-area .whats-news-single .whates-caption h4 a,
.about-area2 .whats-news-single .whates-caption h4 a,
.contact-section .whats-news-single .whates-caption h4 a {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block;
}

.whats-news-area .whats-right-single .whats-right-cap h4 a,
.about-area2 .whats-right-single .whats-right-cap h4 a,
.contact-section .whats-right-single .whats-right-cap h4 a {
    font-weight: 500;
    line-height: 1.4;
}

.whats-news-area .whats-right-single .whats-right-cap p,
.about-area2 .whats-right-single .whats-right-cap p,
.contact-section .whats-right-single .whats-right-cap p {
    color: #707b8e;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.whats-news-area .single-follow,
.about-area2 .single-follow,
.contact-section .single-follow {
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 7px;
}

.whats-news-area .single-follow .single-box,
.about-area2 .single-follow .single-box,
.contact-section .single-follow .single-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whats-news-area .single-follow .follow-us,
.about-area2 .single-follow .follow-us,
.contact-section .single-follow .follow-us {
    background: #fff;
    border: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 49%
}

.whats-news-area .single-follow .follow-us .follow-count,
.about-area2 .single-follow .follow-us .follow-count,
.contact-section .single-follow .follow-us .follow-count {
    padding-left: 15px;
}

.whats-news-area .single-follow .follow-us .follow-count span,
.about-area2 .single-follow .follow-us .follow-count span,
.contact-section .single-follow .follow-us .follow-count span {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

.whats-news-area .single-follow .follow-us .follow-count p,
.about-area2 .single-follow .follow-us .follow-count p,
.contact-section .single-follow .follow-us .follow-count p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 11px;
}

.whats-news-area .news-poster img,
.about-area2 .news-poster img,
.contact-section .news-poster img {
    width: 100%;
    padding: 0 61px;
}

.whats-news-area .most-recent-area,
.about-area2 .most-recent-area,
.contact-section .most-recent-area {
    background: #fff;
    padding: 30px 10px;
    border-radius: 7px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img,
.about-area2 .most-recent-area .most-recent .most-recent-img,
.contact-section .most-recent-area .most-recent .most-recent-img {
    overflow: hidden;
    position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.carousel-inner::before img,
.carousel-indicators::before img {
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    content: "";
}

.carousel-item::before {
    box-sizing: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0 0 0 / 86%) 0%, rgba(0, 0, 0, 0.01) 0%, #00000091 100%);
    content: "";
}

.whats-news-area .most-recent-area .most-recent .most-recent-img::before,
.about-area2 .most-recent-area .most-recent .most-recent-img::before,
.contact-section .most-recent-area .most-recent .most-recent-img::before {
    box-sizing: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 8px;
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0 0 0 / 86%) 0%, rgba(0, 0, 0, 0.01) 0%, #00000091 100%);
    content: "";
}

.whats-news-area .most-recent-area .most-recent .most-recent-img img,
.about-area2 .most-recent-area .most-recent .most-recent-img img,
.contact-section .most-recent-area .most-recent .most-recent-img img {
    width: 100%;
    border-radius: 8px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap,
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap,
.contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap {
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.whats-news-area .nav-tabs .nav-item,
.about-area2 .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
    display: block;
    color: #051441;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.whats-news-area .nav-tabs,
.about-area2 .nav-tabs,
.contact-section .nav-tabs {
    margin-bottom: 31px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: end;
    background: none;
}


/* :: 5.0 Breaking News Area CSS */
.breaking-news-area {
    position: relative;
    z-index: 1;
    padding: 35px 4%;
    background-color: #f0f4f8;
    margin: 0 20px 20px;
}

.breaking-news-area .breaking-news-ticker {
    position: relative;
    z-index: 1;
}

.breaking-news-area .breaking-news-ticker .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    background-color: #ef1b48;
    height: 55px;
}

.breaking-news-area .breaking-news-ticker .ticker ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.breaking-news-area .breaking-news-ticker .ticker ul li {
    display: none;
    width: 100%;
}

.breaking-news-area .breaking-news-ticker .ticker ul li a {
    display: block;
    font-size: 16px;
    color: #404040;
    height: 38px;
    line-height: 38px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption p {
    color: #838793;
    font-size: 12px;
    margin: 0;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .home-banner2 img {
    width: 100%
}

.weekly2-news-area .weekly2-news-active button {
    cursor: pointer;
}

.weekly2-news-area .weekly2-news-active .slick-arrow {
    position: absolute;
    top: -46px;
    right: 10px;
    background: none;
    border: none;
    color: #707b8e;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
}

.weekly2-news-area .weekly2-news-active .slick-prev.slick-arrow {
    right: 37px;
}

/* tech news */
.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single {
    margin-left: 15px;
    margin-right: 15px;
}

.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-img {
    margin-bottom: 20px;
}

.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-caption h4 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    padding-right: 20px;
}

.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-caption h4 a:hover {
    color: #12406b;
}

.weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-caption p {
    color: #838793;
    font-size: 12px;
    margin: 0;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slick-dots {
    text-align: center;
    right: 0;
    position: absolute;
    left: 0;
    bottom: -28px;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slick-dots li {
    display: inline-block;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slick-dots button {
    text-indent: -100000px;
    height: 8px;
    width: 8px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #d6d6d6;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slider-active.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 10px;
    width: 10px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 84px;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.weekly3-news-area .weekly3-wrapper .dot-style .slick-active button {
    background: #12406b;
    height: 9px;
    width: 38px;
    border-radius: 10px;
}

.slick-prev .slick-next {
    display: block !important;
}

.breaking-news-area .breaking-news-ticker .ticker ul li a:hover,
.breaking-news-area .breaking-news-ticker .ticker ul li a:focus {
    color: #ef1b48;
}

.tab-pane {
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.logo-footer {
    width: 100px;
}

/* sport new */
.sport-news {
    padding-left: 15px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper {
    background: #f8f9fa;
    padding: 24px 20px 19px 24px;
    border-radius: 10px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single {
    margin-left: 15px;
    margin-right: 15px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-img {
    margin-bottom: 20px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-img img {
    width: 100%;
    border-radius: 6px;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption h4 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    padding-right: 20px;
}

/* :: 6.0 Hero Area CSS */
.hero-area {
    position: relative;
    z-index: 1;
    padding: 0 5px;
}

/* :: 7.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .footer-logo {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.footer-area .footer-logo a {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 10px;
}

.logo-style {
    padding-bottom: 10px;
}

.footer-area .footer-logo::after {
    position: absolute;
    width: 100%;
    content: '';
    background-color: #12406c;
    height: 10px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: -1;
}

.footer-area .footer-nav {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
    display: block;
}

.footer-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-area .footer-nav li a {
    color: #404040;
    font-size: 16px;
    padding: 0 40px;
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
    color: #ef1b48;
}

.footer-area .footer-social-info {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 30px;
}

.footer-area .footer-social-info a {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #404040;
}

.footer-area .copywrite-text {
    font-size: 12px;
    margin-bottom: 0;
    color: #a9a9a9;
    padding: 15px 0;
}

.footer-area .copywrite-text a {
    color: #a9a9a9;
    font-size: 12px;
}

.footer-area .copywrite-text a:hover,
.footer-area .copywrite-text a:focus {
    color: #ef1b48;
}



/* mobile style */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .newsbox-main-menu .classy-navbar .nav-brand {
        max-width: 130px;
        margin-right: 20px;
    }
}

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

    .what-cap {
        padding-top: 8px!important;
    }
    .m-ads2 {
        display: block;
    }
    .m-br {
        padding-bottom: 12px;
    }
    .height_media {
        height: auto;
    }

    .whats-news-area .whats-news-single .whates-caption h4 a,
    .about-area2 .whats-news-single .whates-caption h4 a,
    .contact-section .whats-news-single .whates-caption h4 a {
        font-size: 14px;
    }

    .whats-news-area .whats-news-single .whates-caption h4 a,
    .about-area2 .whats-news-single .whates-caption h4 a,
    .contact-section .whats-news-single .whates-caption h4 a {
        margin-bottom: 0;
    }

    .post-title {
        padding-bottom: 0;
    }

    .top-ads {
        width: 100%;
        height: 100%;
    }

    .m-ads1 {
        display: none;
    }

    .fs-13 {
        padding-top: 12px;
        font-size: 14px !important;
    }

    .m-p-0 {
        padding: 0;
    }

    .carousel-inner {
        margin-bottom: 14px;
    }

    .header-area .newsbox-main-menu .classy-navbar {
        height: 78px;
    }

    p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .header-area .newsbox-main-menu .classy-navbar .nav-brand {
        max-width: 100px;
    }

    .nav-brand {
        display: block !important;
    }

    .m-logo {
        width: 90px;
    }

    .h6,
    h6 {
        font-size: 14px;
    }

    .carousel-indicators {
        margin-bottom: 8px;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-caption {
        padding-top: 1rem;
        padding-bottom: 1rem;
        bottom: 0;
    }

    .advertisment {
        margin-bottom: 0;
    }

    .m-advertisment2 {
        display: none;
    }

    .carousel-item {
        margin-top: 15px;
    }

    .border-bottom-primary,
    .border-bottom-danger {
        margin-bottom: 12px;
    }

    .most-recent-cap {
        padding: 12px;
    }

    .whats-news-single {
        background: #f7f7f7;
        padding: 0 0 12px;
        margin-bottom: 14px;
    }

    .whats-news-area .whats-news-single .whates-caption span,
    .about-area2 .whats-news-single .whates-caption span,
    .contact-section .whats-news-single .whates-caption span {
        margin-bottom: 0;
    }

    .whats-news-area .whats-news-single .whates-img {
        border-radius: 0 !important;
    }

    .img-featured {
        border-radius: 0 !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
    }

    .post-title {
        padding-inline: 16px;
    }

    .whats-news-area .whats-news-single .whates-caption span {
        padding-inline: 16px;
    }

    .category5 {
        padding: 20px 4px !important;
        margin-top: 16px !important;
    }

    .category3 {
        padding-top: 1rem !important;
    }

    .news {
        background: #f7f7f7;
        padding-bottom: 12px;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom-right-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
          border-top-left-radius: 8px!important;
           border-top-right-radius: 8px!important;
    }

    .title-news,
    .date-news {
        padding-inline: 16px;
    }

    .height_media {
        border-radius: 0 !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
    }

    .m-p-0 {
        padding-inline: 0;
    }

    .whats-news-wrapper {
        padding-bottom: 0 !important;
    }

    .whats-news-area .most-recent-area {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .weekly2-single {
        padding: 0;
        margin: 0;
    }

    .small,
    small {
        font-size: 12px !important;
    }

    .m-fs {
        font-size: 14px !important;
    }

    .weekly3-news-area .weekly3-wrapper .slider-wrapper .weekly3-single .weekly3-caption h4 a {
        font-size: 14px;
    }
    .weekly3-single {
          border-top-left-radius: 8px!important;
           border-top-right-radius: 8px!important;
    }

    .height_media2 {
       border-radius: 0!important;
        border-top-left-radius: 8px!important;
           border-top-right-radius: 8px!important;
    }
    .footer-area {
        margin-top: 8px!important;
    }
    .footer-logo {
       margin-bottom: 8px!important;
    }
    .footer-area .footer-nav li a {
        font-size: 14px;
        padding-inline: 25px;
    }
    .copy-right {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer-area .footer-social-info {
        margin-bottom: 12px;
    }

    /*category style */

    .advertisment-category {
        margin-top: 24px;
    }
    .height_media2, .height_media3 {
        height: 250px;
    }
    .section-tittle{
        margin-top: 16px;
    }
   .br-title {
    padding-bottom: 8px;
   }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .newsbox-main-menu .classy-navbar .classynav ul li a {
        font-size: 13px;
        padding: 0 10px;
    }
}

.header-area .newsbox-main-menu .classy-navbar .classynav ul li ul li a {
    color: #404040;
    font-size: 14px;
}

.header-area .newsbox-main-menu .header-add-area {
    position: relative;
    z-index: 1;
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .newsbox-main-menu .header-add-area {
        margin-left: 20px;
        max-width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .newsbox-main-menu .header-add-area {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .newsbox-main-menu .header-add-area {
        margin-left: 0;
        margin-top: 15px;
    }
}