.car_btn_right{

    margin-right: 22px;

}

.swiper {

      width: 100% !important;

      height: 100% !important;

    }



    .swiper-slide {

      display: flex !important;

      flex-direction: column !important;

      align-items: start !important;

      justify-content: start !important;

      position: relative !important;

    }



    .swiper-slide img {

      display: block;

      width: 100%;

    }

    .car_btn{

  color: #000;

  height: 40px;

  width: 40px;

  background: #fff;

  border-radius: 50%;

}

.car_btn::before,

.car_btn::after {

  font-size: 18px;

}

    html, body {

    overflow-x: hidden !important;

    max-width: 100% !important;

}



    .attachment-post-thumbnail{

        display:none !important;

    }

    .cat_nav{

        display: flex;

        justify-content: flex-start;

        align-items: center;

    }

    .cat_nav_ul{

        display: flex;

        flex-wrap: nowrap !important;

        text-decoration: none;

        overflow-x: auto;

        white-space: nowrap;

    }

    .cat_nav_ul::-webkit-scrollbar {

  display: none;

}

    .cat_nav_li{

        padding: 8px 12px;

        /* border: 1px solid rgb(107, 107, 107); */

    }

    .cat_nav_a{

        white-space: nowrap !important;

        color: black !important;

        padding: 0px !important;

        font-weight: 500;

    font-size: medium;

    border-bottom: 2px solid transparent;

    word-break: keep-all;

    }

    .cat_nav_a.active, .dropdown-content a:hover{

        border-bottom: 2px solid #2E3192;

    }

    .cat_nav_a:hover{

        border-bottom: 2px solid #2E3192;

    }

    .cat_dropdown{

  float: left !important;

  overflow: hidden;

    }

    .dropdown-content {

  display: none;

  position: absolute;

  max-width: 100%;

  background-color: #f9f9f9;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  z-index: 1;

}

.dropdown-content a {

    white-space: nowrap;

  color: black;

  padding: 6px 4px;

  text-decoration: none;

  display: block;

  text-align: center;

  font-weight: 500;

    font-size: medium;

    border-bottom: 2px solid transparent;

}

.cat_dropdown:hover .dropdown-content {

  display: block;

}

    .breaking_sec{

        background-color: #AAAAAA12;

    }

    .breaking_news{

        padding: 10px 0px !important;

        display: flex;

        justify-content: space-between;

        width: 100%;

        align-items: center;

    }

.text-moving p{

  margin: auto !important;

  font-weight: 500;

}

.news_heading h3{

    color: black;

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 0px !important;

    border-bottom: 2px solid black;

}

.double_border{

    padding-top: 4px;

    border-bottom: 4px solid black;

}

.left_news_cat{

    color: black;

}

.left_news_cat::before{

    display: inline-flex;

    width: 1em;

    height: 1em;

    margin-right: 7px;

    content: '';

    border-radius: 100%;

    background-color: #2E3192;

}

.left_news_cards h3{

    font-weight: 500;

    font-size: 17px;

    color: black;

}

.left_news_cards h3:hover{

  text-decoration: underline;

}

.left_news_cards img{

    border-radius: 10px;

    width: 280px;

    height: 140px;

    object-fit: cover;

}

.big_news{

    background-repeat: no-repeat;

    background-position: center;

    height: 400px;

    border-radius: 10px;

    object-fit: cover;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    color: white !important;

}

.big_news h3{

    font-weight: 500;

    font-size: 21px;

    color: white !important;

}

.big_news h3:hover{

  text-decoration: underline;

}

.custom_li{

    display: none;

}

    @media (max-width: 650px) {

        .car_btn_right{

    margin-right: 0px;

}

        .breaking_news_btn{

        display: none;

    } 

    .dropdown-content {

right: 0;

}

.custom_li{

    display: flex;

    visibility: hidden;

}

/* .cat_dropdown{

    width: 65px !important;

}

.cat_dropdown a{

    width: 100% !important;

} */

    .left_news_cards img{

    height: 200px;

    width: 100% !important;

}

    .breaking_news span{

        display: flex !important;

    }

    }



    



    *{

        margin:0;

        padding:0;

        box-sizing:border-box;

    }

    .slider-sec{

        min-height: 100vh;

        display:flex;

        align-items: center;

        justify-content: center;

        background: #ccc;



    }

    .slide-container-main{

        max-width: 1120px;

        width: 100%;

        /* background-color:gray; */

        padding: 40px  0px

    }



    .card1{

        width: 270px !important;

        /* background: #fff; */

        border-radius:8px;

        margin-right: 10px !important;

    }

    .card1 article{

        background: #fff;

        border-radius:8px;

        border: 1px solid #ddd;

    }



    .card1 .image-box{

        height: 200px ;

    }

    .card1 .image-box img{

        width: 100%;

        height: 100% ;

        border-radius: 8px 8px 0 0px;

    }

    .card-des{

        padding:20px 10px;

    }

    .card-des a{

        color:black;

    }

    /* .swiper-button-next, .swiper-button-prev {

    position: absolute;

     top: var(--swiper-navigation-top-offset,50%);

} */