@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --orange-color: #2e3192;
    --blue-color: #2e3192;
    --gray-dark-color: #535353;
    --gray-dark-color1: #6e6e6e;
    --gray-light-color: #afafaf;
    --border-color: #dedede;
    --bg-white: #fff;
    --heading-font-size: 40px;
    --running-font-size: 16px;
}

body {
    background-color: #f4f4f2;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}


a {
    text-decoration: none;
    color: var(--gray-dark-color);
}

ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.default-font {
     font-family: "Poppins", sans-serif;
     font-size: 15px;
}
.default-font-head {
     font-family: "Poppins", sans-serif;
     font-size: 24px;
}
.header_top {
    border-bottom: 1px solid var(--border-color);
}

.header_top p {
    color: var(--gray-dark-color1);
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
          font-size: 15px;
}

.header_top p img {
    width: 12px;
    margin-right: 5px;
}

.header_top ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.header_top ul li a, .header_top p a {
    color: var(--gray-dark-color1);
    padding: 0px 10px;
      font-family: "Poppins", sans-serif;
          font-size: 14px;
}

.header_top ul li a img {
    width: 20px;
}
.header_top ul.top_social li:nth-last-child(1) a img {
    width: 24px;
}

.main_header .logo {
    max-width: 350px;
}

.main_header ul li a {
    padding: 0px 10px;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: var(--gray-dark-color);
}
.main_header ul li.dropdown li a {
     padding: 10px 10px;
    }

.main_header ul li a img {
    width: 30px;
}
.form-label {
        font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
    font-family: "Poppins", sans-serif;
}


.main_header ul li:nth-child(2) span {
    position: absolute;
    background: var(--orange-color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    right: 0;
    top: -7px;
    color: #fff;
}
.article_post p {
    color: #474747;
}
.article_post_eng p {
    font-weight: 400;
    color: #474747;
      font-family: "Poppins", sans-serif;
}
nav ul li.nav-item {
    margin: 0 6px;
    position: static;
}

nav ul li:nth-child(1).nav-item {
    margin: 0;
    padding: 0;
}

nav ul li:nth-child(4).nav-item {
    position: static;
}
nav ul li:nth-child(4).nav-item:hover .dropdown-menu{
    display:table; width: 100%; left:0; right:0; padding: 20px 20px;top: 35px;
}
nav ul li:nth-child(4).nav-item:hover .dropdown-menu>li{
     width: 25%;
    float: left;
    text-align: left;
}


nav ul li:hover.nav-item, nav ul li.active {
    border-bottom: 3px solid var(--orange-color);
}
nav ul li:hover.nav-item a, nav ul li.active a {
    color: var(--bs-navbar-active-color);
}

nav ul li:nth-last-child(2).nav-item {
     position: static;
}
nav ul li:nth-last-child(2).nav-item a{
    display: flex;
    align-items: center;
    }
    nav ul li:nth-last-child(2).nav-item a i{
    font-size: 40px;
    padding-right: 10px;
    }

nav ul li:nth-last-child(2).nav-item:hover .dropdown-menu{ 
    display:table; width: 100%; left:0; right:0; padding: 20px 20px;top: 35px;
}
nav ul li:nth-last-child(2).nav-item:hover .dropdown-menu>li{
     width: 33.3%;
    float: left;
    text-align: left;
}




nav ul li:nth-last-child(1).nav-item {
     position: static;
}
nav ul li:nth-last-child(1).nav-item a{
    display: flex;
    align-items: center;
    }
    nav ul li:nth-last-child(1).nav-item a i{
    font-size: 40px;
    padding-right: 10px;
    }

nav ul li:nth-last-child(1).nav-item:hover .dropdown-menu{ 
    display:table; width: 100%; left:0; right:0; padding: 20px 20px;top: 35px;
}
nav ul li:nth-last-child(1).nav-item:hover .dropdown-menu>li{
     width: 33.3%;
    float: left;
    text-align: left;
}

nav ul li a.nav-link,
nav ul li a.dropdown-item {
    font-size: 16px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;

}



.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown .dropdown-item:hover {
    background-color: var(--orange-color);
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--orange-color);
}

.breaking_news {
    background-color: var(--orange-color);
}

.breaking_news .bg-blue {
    background-color:#231f20;
    border-left: 3px solid var(--orange-color);
    font-weight: 600;
}

#carouselbreaking .carousel-item a {
    padding-left: 15px;
}

.breaking-caret {
    position: relative;
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    color: var(--orange-color);
    width: 20px;
    height: 20px;
    opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
    background-color: #221f1f;
}

.navigation-box {
    top: 2px;
    right: .8rem;
    width: 2rem;
    position: absolute;
}

.view-btn {
    top: 2px;
    right: 0;
    position: absolute;

}

.view-btn a {
    color: var(--orange-color) !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.view-btn a i {
    color: var(--gray-dark-color);
}

.breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 15px solid #231f20;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
}

.carousel-caption {
    right: 5%;
    left: 5%;
    z-index: 1;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.posted_area_light  {
    color: #a5a5a5;
    padding-right: 15px;
    font-size: 12px;
    margin-bottom: 0;
}

.posted_area_dark a.read_btn {
    color: var(--orange-color);
    font-size: 12px;
    margin-bottom: 0;
    border: 2px solid var(--orange-color);
    padding: 2px 10px;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
}

.posted_area_dark a.read_btn:hover {
    color: var(--blue-color);
    border: 2px solid var(--blue-color);
}

.posted_area_dark  {
    color: var(--gray-light-color);
    padding-right: 0px;
    font-size: 12px;
    margin-bottom: 0;
}

.posted_area_dark i {
    color:  var(--gray-light-color);
}


.main_slider .carousel-indicators {
    margin-right: 2%;
    left: inherit !important;
}

.main_slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bg-white);
    border: none;
}

.main_slider .carousel-indicators .active {
    width: 40px;
    border-radius: 20px;
    background-color: var(--orange-color);
}

.main_slider .carousel-control-prev {
    left: 0;
}

.main_slider .carousel-control-prev,
.main_slider .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 75px;
    top: 40%;
}
.post-item-light .caption {
    padding-top: 7px;
}
.post-item-dark {
    position: relative;
}

.post-item-dark .caption {
    position: absolute;
    color: #fff;
    padding: 10px 20px 20px;
    bottom: 0;
    z-index: 1;
}
.post-item-dark .caption a h5 {
    color: #fff;
    height: 40px;
}

.post-item-dark span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    padding: 8px 12px;
    background-color: var(--orange-color);
    color: #fff;
    font-size: 11px;
    display: flex;
    font-weight: 100;
    align-items: center;
    z-index: 9;
}
.post-item-dark span.number {
    position: absolute;
    width: inherit;
    right: 10px;
    top: 10px;
    height: 30px;
    border-radius: 50px;
    padding: 8px 12px;
    background-color: var(--orange-color);
    color: #fff;
    font-size: 16px;
    display: flex;
    font-weight: 100;
    align-items: center;
    z-index: 9;
}

.post-item-dark span img {
    width: 20px;
    margin-right: 3px;
}

.latest_news_section .item {
    background-color: var(--bg-white);
    padding: 20px;
}

.latest_news_section .item .title {
    position: relative;
}

.latest_news_section .item .title {
    border-bottom: 1px solid var(--border-color);
}

.latest_news_section .item .title:after {
    position: absolute;
    content: '';
    background-color: var(--orange-color);
    height: 5px;
    width: 50px;
    bottom: -3px;
    left: 0;
}
.title_eng {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}
.title_eng:after {
    position: absolute;
    content: '';
    background-color: var(--orange-color);
    height: 5px;
    width: 50px;
    bottom: -3px;
    left: 0;
}
.title_eng h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
}



.latest_news_section .title .navigation-box {
    right: 0;
    top: 5px;
}

.latest_news_section .title .navigation-box .carousel-control-prev,
.latest_news_section .title .navigation-box .carousel-control-next {
    background-color: var(--orange-color);
    color: #fff;
}

.top_stories .post {
    margin-bottom: 10px;
}
.top_stories .post:last-child {
    margin-bottom: 0px;
}
.top_stories .post img {
    max-width: 90px;
}

.top_stories .post h5 {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 16px;
    height: 40px;
}

.post {
    margin-bottom: 10px;
}

.post img {
    max-width: 240px;
}

.post h5 {
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
    height: 40px;
}

.post p.description {
    color: var(--gray-dark-color1);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.description {
    color: var(--gray-dark-color1);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagination a{
    margin:3px;
    color: var(--gray-dark-color);
}
.page-link.active {
    background-color: var(--orange-color);
    border-color:var(--orange-color);
}
.item h5,
.carousel-caption h2,
.caption h5 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.caption h5  {
    font-size: 16px;
    height: 40px;
}
.carousel-caption a h2 {
    color: #fff;
}

.latest_news .post {
    border-bottom: 1px solid var(--border-color);
        padding-bottom: 10px;
    margin-bottom: 5px;

}

.latest_news .post:last-child {
    border: none;
    padding: 0;
}

.top_stories .post {
    min-height: 70px;
}

.latest_news .post h5 {
    display: -webkit-box;
    max-width: 100% !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 16px;
    height: 40px;
}

.state_news_section .item {
    background-color: var(--bg-white);
}

.state_news_section .title {
    position: relative;
    margin-bottom: 20px;
}

.state_news_section .title {
    border-bottom: 1px solid var(--border-color);
}

.state_news_section .title:after {
    position: absolute;
    content: '';
    background-color: var(--orange-color);
    height: 5px;
    width: 50px;
    bottom: -3px;
    left: 0;
}

.common_slider {
    padding: 30px;
}

.common_slider .owl-prev {
    left: 0px;
}

.common_slider .owl-next {
    right: 0px;
}

.common_slider .item {
    padding: 0 10px;
}

.common_slider .owl-prev,
.common_slider .owl-next {
    background-color: rgba(0, 0, 0, 0.2) !important;
    width: 25px;
    height: 75px;
    top: 40%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    transition: opacity .15s ease;
}

.common_slider .owl-prev span,
.common_slider .owl-next span {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.mb-n120 {
    margin-bottom: -120px;
}

footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
}

footer .top_footer {
    padding: 180px 0 50px;

}

footer .top_footer h5 {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
}

footer .top_footer ul {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

footer .top_footer ul li a {
    line-height: 2;
}

footer .top_footer ul li a img {
    width: 20px;
}

footer .top_footer .footer_logo {
    max-width: 100%;
}

footer .top_footer p,
footer .top_footer a {
    color: #fff;
}

footer .bottom_footer {
    position: relative;
    bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #46498e;
}

footer .bottom_footer p {
    color: #fff;
    margin-bottom: 0px;
}
.breadcrumb {
        margin-bottom: 5;
    }
.breadcrumb ul {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumb ul li  {
    color: var(--gray-dark-color1);
    padding: 0 15px;
    font-family: "Poppins", sans-serif;
        font-size: 14px;
}
.breadcrumb ul li:nth-child(1) {
    padding-left: 0px;
}
.breadcrumb ul li a{
    color: var(--orange-color);
    position: relative;
}
.breadcrumb ul li a:after{ 
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    right: -22px;
        font-size: 13px;
        font-weight: 600;
    top: 2px;
    }
    .post-navigation {
    display: inline-block;
    margin:60px 0 0px;
    width: 100%;
}

.post-navigation .post-previous, .post-navigation .post-next {
        width: 50%;
            display: table-cell;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #e7e7e7;
}
.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}
.post-navigation span {
    font-size: 14px;
    color: #959595;
    margin-bottom: 10px;
}
.post-navigation i {
    margin: 0 5px;
}
.post-navigation h3 {
    font-size: 18px;
    margin: 8px 0 0;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.post-navigation .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
}
  .menu-btn{
    display: none;
  }
.side-bar {
  display: none;
}
#btn-scrollup{text-align:center;background-color:var(--orange-color);font-weight:700;bottom:20px;color:#fff;opacity:.8;width:40px;height:40px;line-height:40px;position:fixed;right:33px;display:none;z-index:99;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-border-radius:15px 0;-moz-border-radius:50%;border-radius:50%}
#btn-scrollup i{color:#FFF;font-weight:600;font-size:16px}
#btn-scrollup:hover{opacity:1}


.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.text-orange {
    color: var(--orange-color);
}
.bg-theme-btn {
    background-color: var(--blue-color);
    border-color:var(--blue-color);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.bg-theme-btn:hover {
    background-color: var(--orange-color);
    border-color:var(--orange-color);
}
.address ul {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.address ul li a {
    float: left;
    line-height: 2;
        font-size: 18px;
    font-weight: 500;
    color: #8d8d8d;
}
.address ul li a img {
    width: 20px;
}
 .mobile_display {
    display: none;
    }
@media (min-width:1024px) and (max-width:1999px) {
.container {
        max-width: 1150px;
}
}
@media (min-width:2000px) {
.container {
        max-width: 1150px;
}
}
@media (min-width:1199px) and (max-width:1399px) {
    nav ul li a.nav-link, nav ul li a.dropdown-item {
        font-size: 15px;
    }
    nav ul li.nav-item {
    margin: 0 10px;
}
.latest_news_section .carousel-item {
    min-height: 475px;
}
}
@media (min-width:992px) and (max-width:1199px) {
    nav ul li a.nav-link, nav ul li a.dropdown-item {
        font-size: 13px;
    }
    nav ul li.nav-item {
    margin: 0 10px;
}
.top_stories .post h5 {
        max-width: 100%;
}
    .business_sec .post .d-flex {
        display: block !important;
    }
    .business_sec .post .d-flex .ms-3{
        margin-left: 0 !important;
    }
    .business_sec .post img {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width:992px) {
    .main_header .logo {
    max-width: 100%;
}
footer .top_footer .footer_logo {
    max-width: 100%;
}
.navbar {
    display: none;
}

}

@media (min-width:768px) and (max-width:991px)  {
     .business_sec .post .d-flex {
        display: block !important;
    }
    .business_sec .post .d-flex .ms-3{
        margin-left: 0 !important;
    }
    .business_sec .post img {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width:578px) and (max-width:767px)  {
    .breaking_news .bg-blue {
        border-left: none;
    }
     #carouselbreaking .navigation-box {
        display: none;
    }
    #carouselbreaking .carousel-item a {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;

}
.breaking-caret:after {
   display: none;
}
    .top_stories .post h5 {
        max-width: 100%;
}
.business_sec .post .d-flex {
        display: block !important;
    }
    .business_sec .post .d-flex .ms-3{
        margin-left: 0 !important;
    }
    .business_sec .post img {
    max-width: 100%;
    margin-bottom: 15px;
}
footer .bottom_footer p {
        text-align: center;
    float: none !important;
    }
    }

    @media (min-width: 100px) and (max-width: 992px) {
        .mobile_display {
                display: block;
        }

    .side-bar {
        background: var(--orange-color);
        backdrop-filter: blur(15px);
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -250px;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: left;
        display: block;
        z-index: 9999999;
    }

    .side-bar::-webkit-scrollbar {
        width: 0px;
    }



    .side-bar.active {
        left: 0;
    }

    .side-bar .menu {
        width: 100%;
        margin-top: 45px;
    }

    .side-bar .menu .item {
        position: relative;
        cursor: pointer;
    }

    .side-bar .menu .item a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        display: block;
        padding: 5px 30px;
        line-height: 40px;
        font-weight: 500;
    }

    .side-bar .menu .item a:hover {
        background: #33363a;
        transition: 0.3s ease;
    }

    .side-bar .menu .item i {
        margin-right: 15px;
    }

    .side-bar .menu .item a .dropdown {
        position: absolute;
        right: 10px;
        margin: 12px;
        transition: 0.3s ease;
        color: #fff;
    }

    .side-bar .menu .item .sub-menu {
        background: #262627;
        display: none;
    }

    .side-bar .menu .item .sub-menu a {
        padding-left: 40px;
    }

    .side-bar .rotate {
        transform: rotate(90deg);
    }

    .menu-close-btn {
        position: absolute;
        font-size: 23px;
        right: 0px;
        margin: 15px;
        cursor: pointer;
    }

    .menu-close-btn i {
        color: #fff;
    }

    .menu-btn {
        position: relative;
        font-size: 25px;
        margin: 11px 10px;
        cursor: pointer;
        right: 0;
        display: block;
    }

    .menu-btn i {
        color: var(--blue-color);
    }
}
@media (max-width:578px) {
    #searchPopup {
        z-index: 999999999999;
    }
    .menu-btn {
                margin: 4px 0px;
    }
    .main_header ul li a img {
            width: 20px;
                    margin-top: 15px !important;
    }
    .side-bar .menu .item i {
        position: absolute;
        right: 10px;
        margin: 12px;
        margin-right: 10px;
    }
    .menu-btn i {
        font-size: 25px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-item-dark .caption a h5, .latest_news .post h5, .top_stories .post h5, .post h5 {
            height: auto;
    }
    .post p.description {
        padding-top: 5px;
    }
    .view-btn {
            right: 0;
    }
    .post-navigation {
            margin: 30px 0 0px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .breadcrumb ul {
        padding-bottom: 5px;
    }
    .mb-n120 {
    margin-bottom: 0px;
}
.search_results .flex-grow-1.ms-3 {
    margin-left: 0 !important;
}
    .search_results .post .d-flex {
        display: block !important;
    }
    .search_results .post img {
    max-width: 100%;
    margin-bottom: 5px;
}
    .breaking_news .bg-blue {
        border-left: none;
    }
    .state_news_section .item .item{
        padding-bottom: 15px;
    }
    .latest_news_section .item {
        background-color: transparent;
        padding: 0;
    }
    .state_news_section .item {
        background-color: transparent;
    }
    .state_news_section .item .p-4{ 
        padding: 0 !important;
    }
    footer {
        background-size: inherit !important;
        background-color: var(--blue-color);
    }
    #carouselbreaking .navigation-box {
        display: none;
    }
    footer .bottom_footer p {
        text-align: center;
    float: none !important;
    }
    footer .top_footer {
            padding: 50px 0 50px;
    }
    
    .business_sec .post .d-flex {
        display: block !important;
    }
    .business_sec .post .d-flex .ms-3{
        margin-left: 0 !important;
    }
    .business_sec .post img {
    max-width: 100%;
    margin-bottom: 5px;
}
    #carouselbreaking .carousel-item a {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
        white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.breaking-caret:after {
   display: none;
}
.top_stories .post h5 {
        max-width: 100%;
        padding-bottom: 0;
}
.latest_news_section .carousel-item {
    min-height: auto;
}
}
