<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Heebo', sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
       margin-bottom: 5px;
      margin-top: 15px;
}

p{
  margin-top: 10px;
  margin-bottom: 2px; 
  text-align: justify !important;
}

:root {
    --primary_color: #f73838;
    --theme_black: #3d3d3d;
    --pure_white: #ffffff;
    --theme_green: #68a81f;
    --default_black: rgba(23, 34, 43, 0.5);
}
.container {
    max-width: 1140px;
}
/* Add any styles you want for the active nav item */
.nav-item.active {
    /* Your active state styles here */
    color: #ff0000; /* For example, change the text color to red */
}


/* ========topbar start======== */
.topbar {
    background-color: var(--theme_black);
    padding: 0px 0;
}
.top_left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.relative svg {
    vertical-align: middle;
    width: 42px;
    }
span.trending {
    padding: 5px 10px;
    display: inline-block;
    background-color: var(--primary_color);
    color: var(--pure_white);
    text-transform: capitalize;
    width: 90px;
    text-align: center;
    font-size: 14px;
}
.trending_slider {
    width: calc(100% - 105px);
}
.trending_slider.owl-carousel .owl-nav button.owl-next, .trending_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary_color);
    color: var(--pure_white);
    width: 20px;
    height: 20px;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.trending_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.trending_slider.owl-carousel .owl-nav button.owl-prev {
    right: 25px;
}
.trending_slider_item span {
    color: var(--pure_white);
    font-size: 12px;
    display: block;
}
.owl-dots {
    display: none;
}
.today_date {
    color: var(--pure_white);
    font-size: 12px;
    display: flex;
    align-items: center;
}
.today_date span {
    font-size: 12px;
    color: var(--pure_white);
    margin-left: 5px;
    text-transform: uppercase;
}
ul.topbar_menu li a:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
ul.top_social_bar {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 15px;
}
ul.top_social_bar li {
    display: inline-flex;
    align-items: center;
}
ul.top_social_bar li:first-child {
    border-right: 1px solid #eee6;
    padding-right: 16px;
}
ul.top_social_bar a {
    display: inline-flex;
    width: 20px;
    height: 18px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--pure_white);
}
ul.top_social_bar li:nth-child(2) a:hover {
    background-color: #3C579E;
    transition: 0.5s;
}
ul.top_social_bar li:nth-child(3) a:hover {
    background-color: #01BBF6;
    transition: 0.5s;
}
ul.top_social_bar li:nth-child(4) a:hover {
    background-color: #2765c3;
    transition: 0.5s;
}
ul.top_social_bar li:nth-child(5) a:hover {
    background-color: #f62000;
    transition: 0.5s;
}
/* ========topbar close======== */

/* ========brand bar start===== */
.brandbar {
    padding: 13px 0 5px;
}
a.brand_logo {
    display: flex;
    align-items: center;
    height: 100%;
}
/* .brand_logo img {

} */
/* ========brand bar close===== */

/* =======header start======= */
.navbar-brand {
    width: 0;
    overflow: hidden;
    margin: 0;
    height: 0;
}
.header_area {
    -webkit-box-shadow: 0px 8px 11px 5px rgb(236 236 236 / 33%);
    -moz-box-shadow: 0px 8px 11px 5px rgb(236 236 236 / 33%);
    box-shadow: 0px 8px 11px 5px rgb(236 236 236 / 33%);
}
.header_area .navbar-light .navbar-nav .nav-link.active, .header_area .nav-link:hover {
    color: var(--pure_white) !important;
    transition: 0.5s;
}
.header_area .navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
}
.header_area .navbar {
    padding: 0;
}
.header_area .nav-link {
    padding: 15px 10px;
    position: relative;
}
.header_area .nav-link::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    background: var(--primary_color);
    transition: 0.5s;
}
.header_area .nav-link:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    transition: 0.5s;
}
span.dropdown_nav {
    padding: 6px 10px;
    display: inline-block;
}
ul.menu_right {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 15px;
}
.search_btn, .user_btn {
    border: none;
    background-color: transparent;
    color: var(--default_black);
    display: inline-flex;
    font-size: 16px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.search_btn:hover, .user_btn:hover {
    color: var(--theme_black);
    transition: 0.5s;
}
.weather_area {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lan_select {
    min-width: 110px;
    height: 37px;
    color: var(--default_black);
    margin: 0 0px;
    border: none;
}
.nice-select.lan_select {
    background-image: none;
}
.lan_drop {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.temparature {
    display: flex;
    align-items: center;
    gap: 5px;
}
.temparature  p {
    color: var(--default_black);
    font-size: 14px;
    text-transform: capitalize;
}
.header_area .container {
    position: relative;
}
.search_bar {
    position: absolute;
    right: 15px;
    top: 0;
    background: #fff;
    padding: 10px;
    z-index: 9;
    box-shadow: 0px 8px 17px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 34%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.search_bar.active_searchbar {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.9s;
}
.search_bar .form-control {
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid var(--primary_color) !important;
}
.search_submit {
    background-color: var(--primary_color);
    color: var(--pure_white);
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
/* ========banner start============ */
.banner_top_slider {
    position: relative;
}
.banner_top_item {
    display: flex;
    gap: 10px;
}
a.banner_top_img {
    display: inline-block;
    width: 100px;
    height: 60px;
}
a.banner_top_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner_top_content {
    width: calc(100% - 110px);
}
.banner_top_content a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme_black);
    line-height: 20px;
    margin-bottom: 5px;
}
.banner_top_slider {
    margin: 30px 0;
}
.banner_top_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 14px;
    color: var(--default_black);
}
.banner_top_slider.owl-carousel .owl-nav button.owl-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 25px;
    box-shadow: -16px 8px 17px rgb(0 0 0 / 10%), 1px 1px 17px rgb(0 0 0 / 10%);
    transition: 0.5s;
}
.banner_top_slider.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.banner_top_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.banner_top_slider.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--theme_green);
    transition: 0.5s;
    color: var(--pure_white);
}
/* -----swiper slider--- */
.main_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.main_banner  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



.main_banner  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

.main_banner  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

.main_banner  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

.main_banner  .mySwiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.main_banner  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
}
.main_banner  .mySwiper .swiper-slide img {
    filter: grayscale(80%);
    transition: 0.5s;
}

.main_banner  .mySwiper .swiper-slide-thumb-active img {
    filter: grayscale(0);
    transition: 0.5s;
  }

.main_banner  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-thumbs .swiper-slide img {
    object-fit: cover;
}
.main_banner  .swiper.mySwiper2 {
    height: 326px;
    overflow: hidden;
}
.big_img .swiper-slide {
    position: relative;
}
.big_img .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    z-index: 2;
}
.swiper_overley {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    z-index: 3;
}
.cat_links {
    display: flex;
    list-style: none;
    gap: 5px;
}
.cat_links li a {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
}
.cat_links li:nth-child(2) a {
    background: var(--theme_green);
}
.cat_links a {
    background-color: var(--primary_color);
    color: var(--pure_white);
}
.swiper_overley a {
    text-decoration: none;
}
.swiper_overley .h1_text:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.h1_text {
    text-align: left;
    color: #fff;
    font-size: 28px;
    margin: 10px 0px;
    transition: 0.5s;
}
.timing {
    text-align: left;
    color: #fff;
    font-size: 12px;
}
.timing span {
    display: inline-block;
    margin-right: 5px;
}
.swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff57;
    border-radius: 50%;
}
.swiper-button-next {
    right: -50px;
    transition: 0.5s;
}
.swiper-button-prev {
    left: -50px;
    transition: 0.5s;
}
.mySwiper2:hover .swiper-button-next {
    right: 10px;
    transition: 0.5s;
}
.mySwiper2:hover .swiper-button-prev {
    left: 10px;
    transition: 0.5s;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}

/* -----swiper slider close--- */
.post_gallry .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: var(--theme_green);
    color: var(--pure_white) !important;
    transition: 0.5s;
}
.post_gallry .nav-tabs .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0px 10px 40px rgb(23 34 43 / 10%);
    color: var(--theme_black);
    padding: 10px 24px 7px;
    line-height: 1;
    border: none !important;
    border-radius: 0 !important;
}
.post_gallry .nav {
    justify-content: space-between;
    border: none;
    margin-bottom: 15px;
}
ul.post_gallery_listing {
    display: grid;
}
ul.post_gallery_listing li {
    display: flex;
    gap: 10px;
    padding: 12px 0px;
    border-bottom: 1px dashed var(--default_black);
}
ul.post_gallery_listing li:last-child {
    border-bottom: none;
}
a.post_gallery_img {
    width: 110px;
    height: 70px;
    display: inline-block;
    position: relative;
}
a.post_gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
ul.post_gallery_listing li:hover a.post_gallery_img img {
    transform: scale(1.1);
    transition: 0.5s;
}
.post_gallery_content {
    width: calc(100% - 120px);
}
ul.post-meta {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
}
ul.post-meta li {
    padding: 0;
    border: none;
}
ul.post-meta li a {
    font-size: 14px;
    color: var(--theme_green);
    text-decoration: none;
}
.post_date {
    font-size: 14px;
    padding-left: 15px !important;
    position: relative;
    color: var(--default_black);
}
.post_date::before {
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(29deg);
    width: 2px;
    height: 15px;
    background: var(--default_black);
    border-radius: 30px;
}
a.post_gallery_title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme_black);
    line-height: 20px;
    margin-top: 10px;
    transition: 0.5s;
}
a.post_gallery_title:hover {
    color: var(--primary_color);
    transition: 0.5s;
}


/* =======features section start========= */
section.features_sec {
    padding: 29px 0px;
}
.section_title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 1px dashed var(--default_black);
    position: relative;
}
.view_all {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid var(--default_black);
    padding: 6px 10px 5px;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: -2px;
    color: var(--default_black);
}
.view_all:hover, .video_thumb_outer .view_all:hover {
    color: var(--theme_green);
    border-color: var(--theme_green);
    transition: 0.5s;
}
.features_item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 235px;
}
.features_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    transition: 0.2s;
}
.features_item:hover img {
    transform: scale(1.2);
    transition: 0.2s;
}
.features_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
}
.features_overley {
    position: absolute;
    bottom: -56px;
    padding: 15px;
    left: 0;
    z-index: 2;
    transition: 0.5s;
}
.features_item:hover .features_overley{
    bottom: 0px;
    transition: 0.5s;
}
.features_overley ul.post-meta li a {
    border-radius: 4px;
    background: var(--theme_green);
    color: var(--pure_white);
    padding: 1px 10px;
}
.features_overley .post_date {
    color: #e1e1e1;
}
.features_overley .post_date::before {
    background:  #e1e1e1;
}
a.features_title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--pure_white);
    line-height: 20px;
    margin-top: 10px;
    transition: 0.5s;
}
a.features_title:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.features_overley p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1;
    line-height: 20px;
    margin-top: 10px;
    transition: 0.5s;
}
.features_sec .owl-nav.disabled {
    display: block;
}
.features_sec .owl-carousel .owl-nav button.owl-next, .features_sec .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(23 34 43 / 14%);
    position: absolute;
    top: -47px;
    color: var(--default_black);
    transition: 0.2s;
}
.features_sec .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.features_sec .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.features_sec .owl-carousel .owl-nav button.owl-next:hover, .features_sec .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--theme_green);
    border: 1px solid var(--theme_green);
    transition: 0.2s;
}

/* ======featured section close======= */

/* ======trending section start======= */
a.trending_item_img {
    width: 100%;
    height: 220px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
a.trending_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trending_content {
    margin-top: 15px;
}
.trending_title {
    text-decoration: none;
}
.trending_title h3 {
    font-size: 20px;
    color: var(--theme_black);
    margin: 10px 0px 10px;
    min-height: 72px;
}
.trending_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--default_black);
    line-height: 23px;
    margin-top: 10px;
    transition: 0.5s;
    font-weight: 300;
}
.trending_slider_new .owl-nav.disabled {
    display: block;
}
.trending_slider_new.owl-carousel .owl-nav button.owl-next, .trending_slider_new.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(23 34 43 / 14%);
    position: absolute;
    top: -47px;
    color: var(--default_black);
    transition: 0.2s;
}
.trending_slider_new.owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.trending_slider_new.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.trending_slider_new.owl-carousel .owl-nav button.owl-next:hover, .trending_slider_new.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--theme_green);
    border: 1px solid var(--theme_green);
    transition: 0.2s;
}

ul.trending_post_listing {
    padding-top: 15px;
    margin-top: 55px;
    border-top: 2px dashed var(--default_black);
}
ul.trending_post_listing li {
    display: flex;
    gap: 10px;
    padding: 12px 0px;
    border-bottom: 1px dashed var(--default_black);
}
ul.trending_post_listing ul.post-meta li {
    border: none;
    padding: 0;
}
ul.trending_post_listing li:last-child {
    border-bottom: none;
}
.trending_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    font-size: 12px;
    left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary_color);
    color: var(--pure_white);
    border-radius: 50%;
}

ul.trending_social {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    list-style: none;
    margin-bottom: 50px;
}
ul.trending_social li {
    width: 31%;
}
ul.trending_social li a {
    display: inline-flex;
    padding: 10px;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    width: 100%;
}
span.trending_social_icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--pure_white);
}
ul.trending_social li:nth-child(1) a {
    background: #3B5998;
}
ul.trending_social li:nth-child(1) span.trending_social_icon {
    color: #3B5998;
}
ul.trending_social li:nth-child(2) a {
    background: #1DA1F2;
}
ul.trending_social li:nth-child(2) span.trending_social_icon {
    color: #1DA1F2;
}
ul.trending_social li:nth-child(3) a {
    background: #FF5050;
}
ul.trending_social li:nth-child(3) span.trending_social_icon {
    color: #FF5050;
}
ul.trending_social li:nth-child(4) a {
    background: #9B45D5;
}
ul.trending_social li:nth-child(4) span.trending_social_icon {
    color: #9B45D5;
}
ul.trending_social li:nth-child(5) a {
    background: #2664c0;
}
ul.trending_social li:nth-child(5) span.trending_social_icon {
    color: #2664c0;
}
ul.trending_social li:nth-child(6) a {
    background: #00AB6C;
}
ul.trending_social li:nth-child(6) span.trending_social_icon {
    color: #00AB6C;
}
.trending_social_content {
    width: calc(100% - 35px);
}
.trending_social_content b {
    display: block;
    line-height: 1;
    color: var(--pure_white);
    font-weight: 400;
    font-size: 14px;
}
.trending_social_content p {
    font-size: 12px;
    color: var(--pure_white);
    display: block;
    line-height: 1;
    margin-top: 5px;
}

ul.most_slider_item li {
    display: flex;
    gap: 10px;
    padding: 12px 0px;
    border-bottom: 1px dashed var(--default_black);
}
ul.most_slider_item li:last-child {
    border-bottom: none;
}
ul.most_slider_item ul.post-meta li {
    border: none;
    padding: 0;
}
.most_view_slider.owl-carousel .owl-nav button.owl-next, .most_view_slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(23 34 43 / 14%);
    position: absolute;
    top: -47px;
    color: var(--default_black);
    transition: 0.2s;
}
.most_view_slider.owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.most_view_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.most_view_slider.owl-carousel .owl-nav button.owl-next:hover, .most_view_slider.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--theme_green);
    border: 1px solid var(--theme_green);
    transition: 0.2s;
}
.no_indicator {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -12px;
    font-size: 12px;
    left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary_color);
    color: var(--pure_white);
    border-radius: 50%;
    border: 3px solid var(--pure_white);
}

/* =====ads section start==== */
.ads_sec {
    margin: 50px 0;
}
.ads_area {
    width: 100%;
    height: 100px;
    border: 1px dashed var(--default_black);
    border-radius: 4px;
    padding: 10px;
    background: #f4f4f42b;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* =====ads section close==== */

/* ======single play post section start========= */
.single_play_post_inner {
    background: #fff;
    padding: 30px;
}
.single_play_item {
    height: 300px;
    position: relative;
}
.single_play_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    z-index: 1;
}
.single_play_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single_play_item_overley {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}
.single_play_item_overley ul.post-meta li a {
    border-radius: 4px;
    background: var(--theme_green);
    color: var(--pure_white);
    padding: 1px 10px;
}
.single_play_item_overley .post_date {
    color: var(--pure_white);
}
.single_play_item_overley .post_date::before {
    background-color: var(--pure_white);
}
a.sinle_post_title {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: 10px;
    transition: 0.5s;
}
a.sinle_post_title:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
a.sinle_post_title h3 {
    font-weight: 500;
    font-size: 24px;
}
.trending_btn_b {
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--primary_color);
    color: var(--pure_white);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.play_btn {
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--primary_color);
    color: var(--pure_white);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.Single_play_slider .owl-nav.disabled {
    display: block;
}
.Single_play_slider.owl-carousel .owl-nav button.owl-next, .Single_play_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    background: #FFF;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;

}
.Single_play_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
    box-shadow: 10px 6px 17px rgb(125 121 121 / 10%), 1px 1px 17px rgb(0 0 0 / 10%);
}
.Single_play_slider.owl-carousel .owl-nav button.owl-next:hover, .Single_play_slider.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--pure_white);
    background-color: var(--theme_green);
    transition: 0.5s;
}
.Single_play_slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    box-shadow: -16px 8px 17px rgb(0 0 0 / 10%), 1px 1px 17px rgb(0 0 0 / 10%);
}
/* ======single play post section close========= */

.video_news_sec {
    height: 590px;
    background: #17222B;
    margin-top: -190px;
    padding-top: 350px;
    margin-bottom: 190px;
}
.video_news_inner {
    padding: 30px;
    background: #fff;
}
.video_thumb {
    width: 100%;
    height: 326px;
    position: relative;
}
.video_thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    z-index: 2;
}
.video_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_thumb_outer {
    margin-top: -130px;
}
.video_thumb_outer .section_title {
    color: var(--pure_white);
    border-color: var(--pure_white);
}
.video_thumb_outer .view_all {
    color: var(--pure_white);
    border-color: var(--pure_white);
}
.youtube_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 62px;
    color: #FF5555;
    z-index: 3;
    border: none;
    background: transparent;
}
.video_cont {
    padding: 15px;
}
.video_area {
    box-shadow: 4px 4px 13px 4px rgb(98 98 98 / 25%);
    overflow: hidden;
}
a.video_title {
    display: block;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    line-height: 22px;
    color: var(--theme_black);
    transition: 0.5s;
}
a.video_title:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
ul.popular_slider_item li {
    display: flex;
    gap: 10px;
    padding: 12px 0px;
    border-bottom: 1px dashed var(--default_black);
}
ul.popular_slider_item li:last-child {
    border-bottom: none;
}
ul.popular_slider_item ul.post-meta li {
    border: none;
    padding: 0;
    font-size: 12px;
}
.popular_news_slider.owl-carousel .owl-nav button.owl-next, .popular_news_slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(23 34 43 / 14%);
    position: absolute;
    top: -47px;
    color: var(--default_black);
    transition: 0.2s;
}
.popular_news_slider.owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.popular_news_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.popular_news_slider.owl-carousel .owl-nav button.owl-next:hover, .popular_news_slider.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--theme_green);
    border: 1px solid var(--theme_green);
    transition: 0.2s;
}
.consumer_sec .post_gallery_listing li:nth-child(1) {
    padding-top: 0;
}
.consume_slider.owl-carousel .owl-nav button.owl-next, .consume_slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(23 34 43 / 14%);
    color: var(--default_black);
    transition: 0.2s;
}
.side_ads {
    width: 100%;
    height: 220px;
    border: 1px dashed var(--default_black);
    border-radius: 4px;
    padding: 10px;
    background: #f4f4f42b;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.newsletter_area {
    background-color: #E9EAEB;
    padding: 30px;
}
.newsletter_input {
    position: relative;
}
.newsletter_area span {
    color: var(--theme_black);
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.newsletter_input {
    position: relative;
    margin-bottom: 15px;
}
.newsletter_input .form-control {
    border-radius: 0px;
    border: none !important;
    height: 45px;
    color: var(--theme_black);
    box-shadow: none !important;
}
.sign_submit {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary_color);
    border-radius: 0;
    height: 45px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--pure_white);
    box-shadow: none !important;
    border: 2px solid var(--primary_color);
    box-sizing: border-box;
}
.sign_submit:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
    background-color: var(--pure_white);
    transition: 0.5s;
}
.newsletter_area small {
    color: var(--default_black);
    line-height: 1;
    display: block;
}

.business_item {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
a.business_img {
    display: block;
    width: 360px;
    height: 190px;
}
a.business_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business_content {
    width: calc(100% - 370px);
}
a.business_title {
    text-decoration: none;
    font-size: 18px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--theme_black);
    transition: 0.5s;
    font-weight: 600;
    margin: 10px 0 10px;
}
a.business_title:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.business_para {
    text-decoration: none;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--default_black);
    margin-bottom: 10px;
}
.custom_mt {
    margin-top: 32px;
}
.read_more {
    background: transparent;
    border-radius: 0;
    padding: 7px 20px;
    text-transform: uppercase;
    color: var(--theme_black);
    box-shadow: none !important;
    border: 2px solid var(--theme_black);
    box-sizing: border-box;
    font-size: 14px;
}
.read_more:hover {
    color: var(--pure_white);
    border-color: var(--theme_green);
    background-color: var(--theme_green);
    transition: 0.5s;
}
.side_sticky {
    position: sticky;
    top: 15px;
}

/* ========move to top============== */
.go-top-area {
    position: relative;
    z-index: 999;
}
.go-top-wrap {
    position: relative;
}
.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    right: 20px;
    top: 3px;
    position: fixed;
    z-index: 1;
    background: #FF5555;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
    position: fixed;
    transition: 1s;
}
.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FF5555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #FF5555;
}
@keyframes ripple {
    0%, 35% {
      transform: scale(0);
      opacity: 1;
    }
    50% {
        transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      transform: scale(2);
    }
  }
  
  @-webkit-keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
      }
      50% {
          transform: scale(1.5);
        opacity: 0.8;
      }
      100% {
        opacity: 0;
        transform: scale(2);
      }
  }
  


/* ==========footer start========== */
.footer_sec {
    background: #1e2a34;
    padding-top: 13px;
    padding-bottom: 0px;
    margin-top: 30px;
    background-color: wheat;
}
.footer_top {
    padding-bottom: 30px;
    border-bottom: 2px dashed black;
}

ul.footer_social_bar {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
    margin-top: 15px;
}
ul.footer_social_bar li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--pure_white);
    transition: 0.5s;
}
ul.footer_social_bar li a:hover {
    background-color: var(--theme_green);
}
.news_note {
    display: block;
    color: #929292;
    font-size: 12px;
}
.widget {
    padding: 30px 0;
}
.widget_title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
    color: black;
}
ul.widget_list {
    column-count: 2;
    list-style: none;
}
ul.widget_list li {
    margin-bottom: 10px;
}
ul.widget_list li a {
    color: black;
    text-decoration: none;
    transition: 0.5s;
    display: block;
    font-weight: 200;
    font-size: 16px;
}
ul.widget_list li a:hover {
    color: var(--theme_green);
    transition: 0.5s;
}
.widget_area {
    border-right: 2px dashed black;
}
.widget .row .col-sm-6:last-child .widget_area{
    border-right: none;
}
ul.cat_listing {
    list-style: none;
    display: grid;
}
ul.cat_listing li {
    padding: 15px 0;
    border-bottom: 1px dashed #b5b5b580;
}
ul.cat_listing li:last-child {
    border-bottom: none;
}
.cat_listing .post_gallery_content {
    width: 100%;
}
ul.cat_listing ul.post-meta li {
    padding: 0;
    border-bottom: none;
}
ul.cat_listing .post_date::before {
    background: #929292;
}
ul.cat_listing .post_date {
    padding-left: 15px;
    color: #929292;
}
ul.cat_listing a.post_gallery_title {
    color: black;
}
ul.cat_listing a.post_gallery_title:hover {
    color: var(--primary_color);
}
.footer_cat {
    padding-left: 30px;
    border-left: 2px dashed black;
}
.footer_lower_area {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px dashed #b5b5b580;
}
.footer_lower_area .widget_list {
    display: grid;
}
.twitter-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 2px dashed #3A434B;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.twitter-post .icon {
    margin-right: 15px;
    color: #1091FF;
}
.twitter-post .twitter-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 5px;
}
.twitter-post .twitter-content p a:hover {
    color: var(--theme_green);
    transition: 0.5s;
}
.twitter-post .twitter-content span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.footer_twit_area .twitter-post:last-child{
    border-bottom: none;
}
.footer-copyright {
    background-color: #232D36;
    padding: 30px 0;
}
.copyright-item p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
ul.copy_menu {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    list-style: none;
}
ul.copy_menu li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
}
ul.copy_menu li a:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
#ser .flex.justify-between.flex-1.sm\:hidden {
    display: none;
        }

#ser .px-4 {
    padding-right: 10px!important;
    padding-left: 10px!important;
}
div#navbarSupportedContent {
    padding-left: 80px;
}
.may-wrapper.border-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #a7a7a7 !important;
    min-height: 101px;
}
.may-img {
    height: 80px !important;
    background-size: cover !important;
    background-color: #6C6C6B;
    width: 30%;
    border-radius: 10px !important;

}
.mayInfo {
    max-width: calc(70% - 15px);
}
.post-since p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
}
.may-title a h6 {
    font-size: 14px;
    margin: 0;
}
.single_post_sec.ggg .col-md-4:last-child  .may-wrapper.border-bottom, .single_post_sec.ggg .col-md-4:nth-last-child(2) .may-wrapper.border-bottom, .single_post_sec.ggg .col-md-4:nth-last-child(3) .may-wrapper.border-bottom {
    border: none !important;
}
.categories_page .card-body {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
}
.card {
    position: relative;
}
a.card_img {
    display: block;
    position: relative;
    z-index: 1;
}
a.card_img::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 100%) 0%, rgb(0 0 0 / 24%) 65%);
}
.single_post_sec {
    padding: 12px 0 80px;
}

.section_title span {
    display: inline-block;
    color: #fff;
    padding: 11px 17px;
    border-radius: 10px 10px 0 0px;
    position: relative;
    line-height: 1;
    top: 01px;
    text-transform: uppercase;
}
}
.section_title {
    border-bottom: 2px dotted #1c1c1c !important;
    margin-bottom: 20px;
}
.section_title span {
    display: inline-block;
    color: #fff;
    padding: 11px 17px;
    border-radius: 10px 10px 0 0px;
    position: relative;
    line-height: 1;
    top: 01px;
    text-transform: uppercase;
}
.bg_blue span{
    background: var(--theme_blue);
}
.section_title.bg_blue {
    border-color: var(--theme_blue);
}
.bgblack span{
    background: var(--theme_black);
}
.img-fluid1 {
    height: 420px;
    width: 550px;
    object-fit: contain;
}

#myCustomModal {
  display: none;
}
.slider-wrapper {
  display: none;
}
.leading-5 {
	text-align: center !important;
}
.may-title a {
    text-decoration: none;
}</pre></body></html>