* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    width: 100%!important;
    overflow-x: hidden!important;
}

li {
    list-style: none;
}

ul {
    margin-bottom: 0rem !important;
}

img {
    display: block;
    max-width: unset;
}

a, a:hover {
    color: #212529;
    text-decoration: none !important;
    cursor: pointer;
}

blockquote {
    margin: 0 !important;
}

#myBtn {
    display: none;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    -sfontize: 18px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    font-size: 20px;
    overflow: hidden;
    z-index: 99999999;
    color: #f3151c;
    width: 30px;
    height: 30px;
    border: 2px solid #f3151c;
    line-height: 20px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#myBtn i {
    font-size: 20px;
    left: -3px;
    position: relative;
}

audio {
    width: 100%;
    padding: 5px 0px;
}

.top_header_bg {
    height: 80px !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.custom_container {
    max-width: 1270px;
    padding: 5px 15px;
    margin: auto;
}

.single-page-subTitle {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f3151c;
}

.top_header_container {
    height: 80px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0rem !important;
}

ul.share-buttons li a i, ul.social li a i {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
}

ul.share-buttons li a i.fa-facebook-f, ul.social li a i.fa-facebook-f {
    background: #3b5998;
}

ul.share-buttons li a i.fa-twitter, ul.social li a i.fa-twitter {
    background: #00aced;
}

ul.share-buttons li a i.fa-whatsapp {
    background: #25D366;
}

ul.social li a i.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

ul.social li a i.fa-youtube {
    background: #c4302b;
}

ul.social li a i.fa-linkedin-in {
    background: #0a66c2 !important;
}

ul.social li a i.fa-podcast {
    background: #695296 !important;
}

small.time_date {
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529!important;
}

small.time_date a {
    color: #212529!important;
}

.search_icon i {
    cursor: pointer;
}

.cross_icon i, .search_icon i {
    padding: 0 0 5px 10PX;
    font-size: 19px;
    color: #ffff;
    height: 100%;
    min-height: 50PX;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.search_inner {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.search_form_div {
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 2.8rem;
    align-items: center;
}

.cross_icon {
    display: none;
}

#s {
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 7px 65px 7px 10px;
    font-family: inherit;
    font-size: 18px;
    color: #2c3e50;
    border-radius: 5px 0 0 5px;
}

#seachsubmit {
    color: #fff;
    border: 1px solid #343a40;
    border-left: none;
    border-radius: 0;
    right: 20px;
    background: #343a40;
    padding: 6px 15px;
    height: 35px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#search_close {
    color: #000;
    border-left: none;
    border-radius: 0 5px 5px 0;
    right: 20px;
    background: red;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search_container {
    height: 2.8rem;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bottom_header_bg {
    background: #2f6664;
    height: 2.8rem;
    border: none;
    width: 100%;
    padding: 0.2rem 1rem;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    padding-top: 2px;
}

.fixed {
    z-index: 100;
    position: fixed;
    top: 0px;
}

.bottom_header_container {
    height: 2.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
}

.bar1 {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    font-size: 19px;
    line-height: 1;
    margin-top: -3px;
    transform: rotate(0deg) translate(0px,0px);
    transition: ease all .2s;
}

.bar2 {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    font-size: 19px;
    line-height: 1;
    margin-top: 4px;
    transform: rotate(0deg) translate(0px,0px);
    transition: ease all .2s;
}

.bar3 {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    font-size: 19px;
    margin-top: 4px;
    line-height: 1;
    transform: rotate(0deg) translate(0px,0px);
    transition: ease all .2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.home_icon {
    height: 2.8rem;
    color: #fff !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
    align-items: center;
    border-bottom: 2px solid transparent;
}

.ul_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0rem;
}

.bar1, .bar2, .bar3 {
    background-color: #fff;
}

div.nav_menu_ground .menu-item-has-children {
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

div.nav_menu_ground .menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-weight: 700;
    color: #ffff;
    position: relative;
    top: -3px;
    padding-left: 5px;
}

ul.ul_menu li {
    height: 2.8rem;
    display: flex;
    align-items: center;
    transition: 0s;
    padding: 0px 10px 0px 0;
    border-bottom: 2px solid transparent;
}

ul.ul_menu li:hover {
    background: #ffffff13;
    border-bottom: 2px solid #ffffff;
}

.home_icon:hover, ul.ul_menu li:hover {
    background: #ffffff1c;
    border-bottom: 2px solid #ffffff;
}

ul.sub-menu {
    display: none;
    background-color: #ffffff;
    position: absolute;
    z-index: 9999;
    top: 100%;
    border-radius: 0 0 5px 5px;
}

div.nav_menu_ground .menu-item-has-children:hover .sub-menu {
    display: block;
}

ul.sub-menu li {
    min-width: 150px;
    border-bottom: none;
    border-bottom: 2px solid transparent;
}

ul.sub-menu li:hover, ul.sub-menu li:hover a {
    background: rgb(255, 249, 249);
    color: #000000;
}

ul.sub-menu li a {
    color: #000000;
    display: block;
    width: 100%;
}

#animated_hamn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    cursor: pointer;
    padding-left: 10px;
}

span.other_heading {
    padding-left: 10px;
    color: #fff;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 19px;
}

.drop_nav_menu_container {
    width: 100%;
    background-color: #ffffff;
    display: none;
    z-index: 100;
    margin-top: 240px;
    margin-left: -20px;
    position: absolute;
}

.drop_nav_menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 25px);
    padding-bottom: 10px;
    background-color: #ffffff;
    max-width: 1270px;
    margin: auto;
    grid-row-gap: 10px;
    padding: 10px 15px;
}

.drop_nav_menu li a {
    font-size: 1.1rem;
    padding: .85rem;
    color: #000;
}

.special-title-section {
    background: #01510e;
    width: 100%;
    margin: 12px 0;
    display: flex;
    justify-content: center;
}

.special-title-container {
    background: #f5f4f4;
    padding: 10px;
    width: 97.5%;
}

.cover-headline, .cover-headline a {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
}

span.other_heading:hover .header_mobile_menu {
    display: block !important;
}

.bottom_header_container a {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    padding: 0px 0 0px 10px;
}

.ocs-items img {
    width: 100%;
    height: 100%;
    max-height: 160px;
}

.web-stories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    grid-gap: .5rem;
}

.video_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-gap: .5rem;
}

.footer_part_one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.footer_part_one .footer_menu {
    width: 100%;
}

.footer_part_two {
    padding: 1rem 0;
    text-align: center;
}

.footer_part_two p {
    display: inline-block;
    margin: 0 15px;
}

.home_page_part_one_bg {
    padding: 10px 0;
}

.marquee_container_bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.marquee_container {
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
    background: none repeat scroll 0 0 #1589bd;
}

.marquee_name {
    background-color: #01510e;
    padding: 2px 10px;
    color: #ffffff;
}

.marquee_title_sizeing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
}

.marquee_title_sizeing>h2 {
    display: inline;
    font-size: 19px;
    margin-right: 50px;
    position: relative;
}

.marquee_title_sizeing>h2 a {
    color: #ffffff;
    background: url("./img/dot.png");
    padding: 0 0 0 18px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.marquee_title_sizeing>h2>a:hover {
    text-decoration: none;
    color: #2f6664 !important;
}

.home_page_part_one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.home_page_part_one_left {
    width: 75.4%;
    padding-right: 10px;
}

.home_page_part_one_left_left {
    width: 32%;
}

.home_page_part_one_left_left_flex {
    display: flex;
    justify-content: space-between;
}

.home_page_part_one_left_left .leatest_three_post {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px;
}

.home_page_part_one_left_right .leatest_three_post img, .home_page_part_one_left_left .leatest_three_post img {
    width: 110px;
    height: 75px;
    margin-right: 8px;
    object-fit: cover;
    border-radius: 4px;
}

.home_page_part_one_left_right .leatest_three_post h3, .home_page_part_one_left_left .leatest_three_post h3 {
    font-size: 18px;
}

.home_page_part_one_left_right {
    width: 66%;
}

.home_page_pat_one_left_right_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, auto);
    grid-gap: 3px;
}

.single_sticky {
    top: 60px;
    position: sticky;
}

.home_page_first_part .single_right_item {
    border-bottom: none;
    padding: 0 !important;
}

.home_page_first_part_section_two {
    flex: 2;
    padding: 0px 15px;
}

.home_page_first_part_section_two .single_right_item {
    height: 100%;
}

.home_page_first_part_section_two .single_right_item img {
    height: 100%;
    object-fit: cover;
}

.home_page_first_part_section_three, .home_page_first_part_section_one {
    flex: 1;
}

.home_page_first_part_section_three .single_right_item:nth-child(2), .home_page_first_part_section_one .single_right_item:nth-child(2) {
    margin-top: 15px;
}

.home_page_part_one_left_right .leatest_three_post {
    display: flex;
}

.home_page_part_one_left_right .leatest_three_post:first-of-type {
    flex-direction: column;
    grid-column: 1/3;
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 5px;
}

.home_page_part_one_left_right .leatest_three_post:first-of-type img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    transition: .8s all;
}

.home_page_part_one_left_right .leatest_three_post:first-of-type h2.title {
    margin: 10px 0;
    font-size: calc(2em + .3vw);
}

.home_page_part_one_left_right .leatest_three_post p {
    display: none;
    font-size: calc(1em + .2vw);
    margin: 10px 0 10px 0 !important;
}

.home_page_part_one_left_right .leatest_three_post:nth-child(2) {
    border-right: 4px solid #e0e0e0;
    margin-right: 5px;
}

.home_page_part_one_left_right .leatest_three_post:first-of-type p {
    display: block;
}

.home_page_part_one_left_right .leatest_three_post:first-of-type h3 {
    margin: 10px 0;
    font-size: 34px;
}

.leatest_posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.leatest_posts img {
    width: 100%;
    height: 100%;
    max-height: 160px;
    border-radius: 4px;
}

.leatest_twelve_post {
    position: relative;
}

.leatest_twelve_post h2.title {
    padding: 5px 0;
}

.leatest_twelve_post h2.title a {
    display: block;
    width: 100%;
}

.leatest_twelve_post p {
    display: none;
    padding-left: 15px;
}

.meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 10px;
    right: 0;
    left: 0;
    border-top: 1px solid #eee;
    background: #fff;
    bottom: 0;
}

.meta a {
    font-size: 16px;
    color: #000000;
}

.meta a.pull-right::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    right: 10px;
    background: #b30f0f;
    top: 15px;
}

.meta1 {
    background: #f1f1f1;
    border-top: 1px solid #fff;
}

.leatest_twelve_post h3 a {
    color: #000;
    display: block;
}

.home_page_part_one_right {
    width: 24.6%;
    padding-left: 10px;
}

.three_coloumn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.column_one {
    flex: 1;
    margin-right: 15px;
}

.column_one:last-of-type {
    margin-right: 0;
}

.six_posts .six_post .post_thumb {
    display: none;
}

.six_posts .six_post:first-of-type .post_thumb {
    display: block;
}

.six_posts .six_post .post_thumb img {
    width: 100%;
    height: auto;
}

.six_posts .six_post .post_title {
    margin-bottom: 0;
    border-top: 1px dashed gray;
    margin: 0px 10px 0 10px;
    padding: 10px 0;
}

.post_title a, .post_title a:hover {
    color: #000000;
    display: block;
    width: 100%;
}

.six_posts .six_post:first-of-type .post_title {
    font-weight: 700;
    border-top: none;
}

h2.home_sidebar_cat_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #EFF3F6;
    color: #000000;
    font-size: 20px;
    padding: 7px 10px;
    margin-bottom: 10px;
    border-left: 4px solid #2f6664;
    overflow: hidden;
}

h2.home_sidebar_cat_title a {
    color: #2f6664;
    font-size: 1.6rem;
}

.home_sidebar_posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

h4.media-heading {
    line-height: 25px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
}

.read-more {
    white-space: nowrap;
}

.read-more p {
    font-size: 19px;
    padding: 5px;
    color: #2f6664;
    margin-bottom: 0rem !important;
}

a h4.media-heading {
    color: #000000;
}

.home_sidebar_two_post {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    padding: 0 .5rem .5rem .5rem;
}

.leatest_popular_container {
    border: 2px solid #2f6664;
}

.button_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.popular_btn, .leatest_btn {
    width: 50%;
    background: #2f6664;
    border: none;
    border-radius: 0;
    color: #ffff;
    font-size: 25px;
    padding: 5px 10px;
}

.opened {
    background: #e5ebed;
    color: #000;
}

.fixed_height {
    height: 560px;
    overflow-y: scroll;
    background: #ffff;
    padding: 0 8px;
}

.archive_non_fix_height {
    height: auto !important;
}

.most_read_in_a_cat img, .leatest_in_a_cat_postlopp img {
    width: 110px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 8px;
}

.fixed_height img {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 8px 0 0;
    border-radius: 4px;
}

.second_item>ul, .first_item>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 10px 0;
    overflow: visible;
}

.second_item>ul a, .first_item>ul a {
    position: relative;
}

.home_page_part_one_left_right .single_right_item {
    padding: 0 !important;
    border-bottom: none !important;
}

a.home_second_part_grid img {
    width: 100%;
    height: 100%;
    max-width: 629px;
    max-height: 360px;
    object-fit: cover;
    border-radius: 4px;
}

a.home_second_part_grid {
    position: relative;
}

a.home_second_part_grid .tab_post {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
    padding: 30px 10px 10px;
    line-height: 28px;
    width: 100%;
    background: linear-gradient(0deg, #222, transparent);
}

.leatest_popular_container .allnews a {
    color: #fff;
    font-size: 20px;
}

.home_sidebar_posts img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 8px;
    object-fit: cover;
}

.three_firest img {
    width: 100%;
    height: 100%;
    max-height: 160px;
    border-radius: 4px;
}

.three_firest h2.title {
    font-size: calc(1em + .4vw);
    line-height: calc(1em + .4vw);
    margin: 5px 0 15px 0 !important;
}

.zoom_img {
    overflow: hidden;
}

.zoom_img img {
    transition: all .3s ease-out;
}

.zoom_img:hover img {
    transform: scale(1.1);
}

.img_hun_ten img {
    width: 110px;
    height: 75px;
    object-fit: cover;
    margin-right: 8px;
}

.firest_item_two_column {
    padding: 0px 10px;
}

.firest_item_two_column .single_right_item {
    border-bottom: none;
    padding: 0 !important;
}

.firest_item_two_column .single_right_item:first-of-type {
    grid-column: 1/3;
}

.firest_item_two_column .single_right_item:first-of-type .home_second_part_grid {
    width: 100%;
}

.ocs.card .card-body {
    padding: 10px;
}

.ocs.card .card-body {
    background: #eee;
    border-left: 4px solid #2f6664;
}

.ocs.card .card-title {
    font-size: 19px;
    padding: 0;
    margin: 0;
    line-height: 27px;
    color: #000;
}

.flex_column:first-of-type {
    flex-direction: column;
}

.flex_column:first-of-type img {
    width: 100%;
    height: 100%;
    height: 160px;
}

.sports_posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 15px;
}

.eight_post {
    background: #f1f1f1;
    position: relative;
    margin-bottom: 20px;
    min-height: 240px;
}

.post_title {
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 40px;
}

.category-title a {
    color: #0b2e13;
    margin-left: 20px;
}

.category-title span {
    background: #be3128;
    width: 8px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.recent-content a {
    color: black;
}

.recent-item img {
    width: 120px;
    height: 70px;
    margin-right: 5px;
}

.recent-item h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

ul.nav-tabs {
    border-color: #4b4b4b;
    margin-bottom: 10px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #ffff;
    border: none;
    background: #4b4b4b;
}

.carousel img {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

#tab_post_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 15px !important;
}

#tab_post_container img {
}

.no-margin {
    margin: 0;
}

.allnews a {
    display: block;
    text-align: center;
    border: none;
    padding: 5px;
    color: #000;
    background: #f6f6f6;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.fb-live .allnews a {
    color: #ffff;
}

.fb-live .allnews a:hover {
    background-color: #333;
}

.fb-live h2 a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    background: #3E5C9A;
    font-size: .75em;
    text-align: center;
}

.fb-live .media img {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.fb-live_post {
    background: #333;
}

.fb-live .media:first-of-type img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
}

.fb-live .media h4 a, .fb-live .media h4 a:hover {
    color: #fff !important;
}

.fb-live .media:first-of-type h4 a {
    font-size: 20px;
    padding: 0 10px;
    display: block;
}

.fb-live .media {
    border-top: 1px dashed gray;
    margin: 0 10px;
    padding: 10px 0;
}

.fb-live .media:first-of-type .media-left {
    width: 100%;
}

.fb-live .media:first-of-type {
    padding-top: 0 !important;
    flex-direction: column;
    margin: 0;
    border-top: none;
}

.all-videos, .all-videos:hover {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b30f0f;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 10px 20px 10px 80px;
}

.catTitle>a {
    background: #b30f0f;
    color: #fff;
    padding-left: 5px;
}

.intro-banner-vdo-play-btn {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 13px;
    left: 13px;
    border-radius: 100px;
}

.icon-wrapper {
    height: 10px;
    width: 10px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 250ms color;
    -webkit-transition: 250ms color;
    -moz-transition: 250ms color;
    -ms-transition: 250ms color;
    -o-transition: 250ms color;
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
    }
}

.sports_posts img {
    width: 100%;
    height: auto;
}

.sports_cat_title {
    padding: 10px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

a.allright {
    margin-left: auto;
    float: right;
    font-size: 20px;
    padding-top: 5px;
    color: #6a6a6a;
}

a.allright:hover {
    color: #6a6a6a;
}

.archieve_top_cat ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
}

.archieve_top_cat ul li a {
    padding: 5px;
    color: #6a6a6a;
}

a.parent_cat_title {
    color: #000000;
    font-size: 30px;
}

a.parent_cat_title:hover {
    color: #000000;
}

.catTitle {
    position: relative;
    overflow: hidden;
    padding: 2px 0 6px;
    margin: 0 0 10px 0;
    font-size: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.catTitle a:hover, .catTitle a {
    background: transparent;
    color: #000;
    padding-right: 15px;
}

.catTitle .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid #d9d9d9;
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid #d9d9d9;
    top: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.five_posts {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

.five_posts img {
    width: 120px;
    height: 64px;
}

.five_post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.five_post:first-of-type {
    grid-row: 1/5;
    flex-direction: column;
    background: #f5f5f5 !important;
}

.five_post:first-of-type img {
    width: 100%;
    height: auto;
}

.five_post:nth-child(2) .post_title, .five_post:nth-child(3) .post_title, .five_post:nth-child(4) .post_title, .five_post:nth-child(5) .post_title {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    padding: 0 15px;
}

.five_post:nth-child(2) .meta1, .five_post:nth-child(3) .meta1, .five_post:nth-child(4) .meta1, .five_post:nth-child(5) .meta1 {
    background: transparent;
    border-top: none;
    left: 135px;
    padding: 0;
}

.grid_posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    grid-template-rows: repeat(auto, auto);
}

.grid_posts img {
    width: 100%;
    height: auto;
}

.grid_post {
    position: relative;
}

.grid_post:nth-child(1) {
    grid-column: 1/3;
}

.grid_post:nth-child(2) {
    grid-column: 3/5;
}

.grid_post .post_title {
    overflow: visible;
}

.single_post_thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: .8s all;
}

.tab_title {
    background: #b30f0f !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 1.5em;
    padding: 5px 15px;
    box-shadow: 0px 3px 6px -3px #6e6e6e;
}

.recommened_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.recommened_ten_post img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    filter: brightness(65%);
}

.recommened_ten_post {
    position: relative;
}

.recommened_ten_post:hover>h4.media-heading {
    color: rgb(255, 183, 0);
}

.pagination1 {
    width: 100%;
    margin: 10px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .3rem .75rem;
    margin-right: 8px;
    line-height: 1.25;
    border-color: #000000;
    background-color: #929292;
    padding: 8px 18px;
    color: #fff !important;
}

.page-numbers:hover, .page-numbers {
    color: #000000;
}

.pagination1 .current {
    color: #fff;
    font-weight: bolder;
    background-color: #b3b3b3;
}

.pagi_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.recommened_ten_post>h4.media-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding: 10px;
    transition: .2s;
}

.author_social {
    padding: .5rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.news-details {
    font-size: 19px;
    padding: 5px 0px;
    line-height: 30px;
}

.news-details iframe, .news-details img {
    max-width: 100%;
    height: auto;
}

.news-details p, .news-details div {
    margin-bottom: 15px;
    color: #000;
    line-height: 30px;
    text-align: justify;
}

div.news-details p.single_img_caps {
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
}

#fontPlus, #fontmines, #fontdefult, i.fa-clone, i.fa-print, .social_share .share-buttons li a>i {
    width: 35px;
    height: 35px;
    border-radius: 20%;
    color: #000;
    background: #eee !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.opinion-contents {
    background: #Eff5F4;
}

.print_font {
    display: flex;
    justify-content: space-between;
    width: 115px;
}

.news-details p {
    line-height: 30px;
    font-size: 19px;
}

.media-list {
    border: 1px solid #e6e6e6;
}

.media-list .media {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}

.media-list .media .media-left a img {
    width: 80px;
    height: auto;
}

.media-list .media .media-body a {
    color: #000000;
    display: block;
    margin-left: 10px;
}

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

.single_meta_box {
    padding-bottom: 0px;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 19px;
    white-space: nowrap;
}

#toast #desc {
    color: #fff;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

.single_title {
    font-size: 36px;
    margin: 5px 2px;
}

.our_text {
    text-align: justify;
    line-height: 20px;
    color: #777;
    font-size: 15px;
}

a .en-edition {
    text-transform: uppercase;
    padding: 5px 10px !important;
}

.photo_leatest_post img {
    width: 80px;
    height: auto;
    padding-right: 10px;
}

.photo_leatest_post {
    border: 1px solid #e6e6e6;
}

.media-body {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}

.media-body a {
    color: #000000;
}

.photo_leatest_post_li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}

span.video_cat_title_before {
    background: #be3128;
    width: 8px;
}

.photo_leatest_post_left_li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.photo_leatest_post_left {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.photo_leatest_post_left img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}

.photo_subcat_posts_grid .img-box, .img_box {
    position: relative;
}

a.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    position: absolute;
    top: 0;
    border-radius: 0;
    color: #f1f1f1;
}

.cat-header {
    border-bottom: 1px solid #d8d8d8;
    margin: 0px;
}

.cat-header a {
    font-size: 37px;
    color: #000;
}

.subcategories {
    flex-wrap: wrap;
    padding: 9px 0 0 0;
    border-bottom: 2px solid #2f6664;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategories li {
    margin-bottom: 15px;
}

.subcategories a {
    font-size: calc(1em + .2vw);
    margin-top: 8px;
    background: #eee;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #000;
    padding: 0.25rem .5rem;
    border-radius: 0.25rem;
}

.archieve_top_cat h2 {
    margin-bottom: 0;
    margin-left: 8px;
}

.archive_page_post .leatest_twelve_post:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
}

.archive_page_post .leatest_twelve_post:first-of-type img {
    width: 100%;
    height: 100%;
    max-height: 370px;
}

.archive_page_post .leatest_twelve_post:first-of-type h2.title {
    margin: 5px 0;
    font-size: 25px!important;
    line-height: 38px!important;
}

.archive_post_title {
    font-size: 1.2em;
    margin: 10px;
}

.archive_post_title a:hover, .archive_post_title a {
    color: #000000;
}

.tag_page_post {
}

.tag_posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.tag_posts .direction_coloumn {
}

.tag_posts .direction_coloumn small {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.tag_posts .direction_coloumn h3, .tag_posts .direction_coloumn p {
    margin-bottom: 0;
}

.pv_bread {
    font-size: 1rem !important;
}

.tag_post_title {
    font-size: 1.7rem !important;
    line-height: 1.5rem;
    margin-bottom: 5px !important;
}

.tag_post_title a {
    color: #000;
}

.topic-text p {
    margin-bottom: 10px;
    font-size: 18px;
}

.topic-text img {
    width: 150px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.topic-title h1 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
}

.topic-title .fa-tag {
    font-size: 30px;
    margin-right: 15px;
    margin-top: 13px;
}

.topic-title {
    margin-bottom: 5px;
    display: inline-flex;
}

.tag_post_thumb img {
    width: 200px;
    height: 134px;
    object-fit: cover;
    margin-left: 20px;
}

.nav-tabs a.nav-link {
    background: #e5ebed;
    color: #2f6664;
    width: 50%;
    border: none;
    border-radius: 0;
}

.topic-tab .topic-tab-btn.active {
    background: #fff;
    color: #2f6664;
    border-bottom: 3px solid #2f6664;
}

.nav-tabs {
    border-bottom: none;
    margin: 20px 0;
}

#load_more_button {
    cursor: pointer;
    font-size: 18px !important;
    background: #053348;
    text-align: center;
    border: none;
    padding: 6px 24px;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.McatTitle {
    position: relative;
    overflow: hidden;
    padding: 3px 0 5px 15px;
    margin: 0;
    font-size: 1.35em;
}

.McatTitle::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 12px;
    z-index: 99;
    left: 0;
    top: 7px;
}

.McatTitle::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    z-index: 99;
    top: 21px;
    left: 0;
}

.McatTitle span.eee {
    background: #eee;
    z-index: 999;
    position: relative;
    padding: 0px 5px;
}

.breadcrumb {
    padding: 0.75rem 1rem 0.3rem 1rem !important;
}

.breadcrumb a {
    color: #000;
    font-size: 1.2em;
}

.breadcrumb a:hover {
    color: #2f6664;
    font-size: 1.2em;
}

.single_right_item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.single_right_item:last-of-type {
    border-bottom: none;
}

.category-header {
    background: #EFF3F6;
    color: #000000;
    padding: 7px 10px;
    margin-bottom: 10px;
    border-left: 4px solid #2f6664;
    overflow: hidden;
}

h2.title {
    font-size: calc(1em + .2vw);
    line-height: calc(1em + .5vw);
    margin-bottom: 0 !important;
    color: #000;
}

h2.title a {
    color: #000;
}

.leatest_twelve_post:hover>h2.title a, h2.title:hover, h2.title a:hover {
    color: #000;
}

.category-header .title, .et-items {
    font-size: 22px;
    color: #565656;
    margin: 0 5px;
}

.clk-center {
    padding: 0px 20px;
}

.clk-list .single_right_item:first-of-type {
    padding-top: 5px;
}

.home_page_part_left {
    padding-right: 10px;
    flex: 1;
}

.home_page_part_right {
    padding-left: 10px;
    flex: 1;
}

.box-news {
    padding-right: 15px;
}

.cs_border-right {
    position: relative;
}

.cs_border-right::after {
    content: '';
    height: 89%;
    width: .5px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #dee2e6;
}

.form_col {
    margin: 10px 0;
}

.btn-danger {
    border: none !important;
    cursor: pointer;
}

li.tab_post {
    font-size: 19px;
    line-height: 27px;
}

.flex_column:first-of-type li.tab_post {
    font-size: calc(1em + .6vw);
    line-height: calc(1em + .5vw);
    margin-top: 5px;
}

li.tab_post a {
    color: #000000;
}

li.tab_post a:hover {
    color: #337ab7;
}

.footer_flex_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_apps_links .publiser {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #212529;
    padding-right: 10px;
    justify-content: space-around;
}

.footer_our_text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.3rem;
}

.footer_nav_ul {
    text-align: center;
}

.footer_nav_ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer_nav_ul li a {
    color: #fff;
}

.share-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#map {
    padding: 0 !important;
}

.map_inner_block {
    width: 100%;
    margin-bottom: 0;
    position: relative
}

.map_inner {
    overflow: hidden
}

.st0 {
    opacity: .7
}

.st1 {
    fill: #80c2eb;
    cursor: pointer
}

.st2 {
    fill: none;
    cursor: pointer
}

.st3 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st4 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st5 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st6 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st7 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st8 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st9 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st10 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st11 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st13 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .25;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st14 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .75;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st15 {
    fill: #BE241E;
    stroke: #fff;
    stroke-width: .25;
    stroke-miterlimit: 10;
    cursor: pointer
}

.st16 {
    enable-background: new;
    cursor: pointer
}

.st17 {
    fill: #fff;
    cursor: pointer
}

.st18 {
    opacity: .34;
    cursor: pointer
}

.st19 {
    fill: #BE241E;
    cursor: pointer
}

#rangpur:hover path {
    fill: #9a1515
}

#rangpur:hover path.st17 {
    fill: #fff
}

#rangpur:hover path.st19 {
    fill: #d5d5d5
}

#mymensingh:hover path {
    fill: #9a1515
}

#mymensingh:hover path.st17 {
    fill: #fff
}

#mymensingh:hover path.st19 {
    fill: #d5d5d5
}

#sylhet:hover path {
    fill: #9a1515
}

#sylhet:hover path.st17 {
    fill: #fff
}

#sylhet:hover path.st19 {
    fill: #d5d5d5
}

#rajshahi:hover path {
    fill: #9a1515
}

#rajshahi:hover path.st17 {
    fill: #fff
}

#rajshahi:hover path.st19 {
    fill: #d5d5d5
}

#khulna:hover path {
    fill: #9a1515
}

#khulna:hover path.st17 {
    fill: #fff
}

#khulna:hover path.st19 {
    fill: #d5d5d5
}

#borishal:hover path {
    fill: #9a1515
}

#borishal:hover path.st17 {
    fill: #fff
}

#borishal:hover path.st19 {
    fill: #d5d5d5
}

#chittagong:hover path {
    fill: #9a1515
}

#chittagong:hover path.st17 {
    fill: #fff
}

#chittagong:hover path.st19 {
    fill: #d5d5d5
}

#dhaka:hover path {
    fill: #9a1515
}

#dhaka:hover path.st17 {
    fill: #fff
}

#dhaka:hover path.st19 {
    fill: #d5d5d5
}

.header_mobile_menu, .mobile_sub_menu, #bars, .mobile_logo, .div-title, .scrollmenu {
    display: none;
}

.header_mobile_menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.video_icon2 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, .8);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.three_col_flex {
    display: flex;
}

.two_col_flex {
    display: flex;
}

.two_col_flex_part_one {
    padding-right: 5px;
}

.two_col_flex_part_two {
    padding-left: 5px;
}

.flex_two {
    flex: 2;
    padding: 0 20px
}

.archive_web-stories {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.story-item {
    position: relative;
    box-shadow: 0 6px 8px 0 rgb(143 143 143);
}

.pvtitle {
    background: #0c5460;
    width: 5px;
    margin-right: 5px;
}

.video-content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 35px
}

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

.psubcat a {
    color: #17a2b8;
}

.psubcat:first-of-type {
    background-color: #17a2b8 !important;
}

.psubcat:first-of-type a {
    color: #fff;
}

.psubcat:hover {
    background-color: #1593a7 !important;
    color: #fff;
    border-color: #17a2b8;
}

.psubcat:hover a {
    color: #fff;
    border-color: #17a2b8;
}

.story-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: top;
    margin-right: 15px;
    border-radius: 4px;
}

.story-item img.background-image {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 15px;
}

.story-item .story-extra {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    background: linear-gradient(360deg, #000000, #00000000);
}

.story-item p.story-category {
    font-size: 15px;
    border-left: 4px solid #d71946;
    padding-left: 6px;
    color: #fff;
    margin-bottom: 0 !important;
}

.story-item .story-extra h2 {
    color: #fff;
    padding: 8px;
    line-height: 22px;
    font-size: 19px;
    margin-bottom: 0;
}

.story-page-indicator {
    display: flex;
    justify-content: space-between;
    padding: 4px;
}

.story-page-indicator span {
    background-color: #a09e9e;
    display: block;
    height: 2px;
    width: 100%;
    margin-right: 3px;
    border-radius: 2px;
}

.photo_subcat_posts_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    grid-gap: 15px;
}

.photo_subcat_posts_grid img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}

.vide-thumbnail {
    position: relative;
    width: 300px;
    height: auto;
}
.vide-thumbnail img {
    position: relative;
    width: 300px;
    height: 180px;
}
.vide-thumbnail .overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .2);
    width: 380px;
    opacity: 1;
    height: auto;
    font-size: 20px;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
}

.vide-thumbnail i.fa.fa-play-circle {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    font-size: 40px;
    text-align: center;
    margin: auto;
    transform: translate(-53%, -27%);
    color: #fff;
    display: none;
    transition: 1s;
}

.vide-thumbnail:hover i.fa.fa-play-circle {
    top: 50%;
    display: block;
    transition: .5s;
    transition: 1s;
}

.single-block h4 {
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 26px;
}

.single-block h4 a, .single-block h4 a:hover {
    color: #000000;
}

.view-more-round {
    padding: 4px 12px;
    border-radius: 5px;
    background: #eee;
}

.bottom_header_container a:hover {
    color: #fff;
}

.trending-tag {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.trending-tag span {
    color: #2f6664;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 10px;
}

.trending-tag a, .trending-tag a:hover, .trending-tag a:link {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 3px 10px;
    background: #000;
}

.home_page_ad {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
}

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

.footer_part_one_bg {
    border-top: 3px solid #2f6664;
    padding: 10px 0;
    background: #eff5f4;
}

.footer_three_col {
    background: #072b3c;
    padding: 1rem 0 1rem 0;
}

.loader {
    display: none;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #053348;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    100%, 80% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }

    0%, 100% {
        transform: scale(1)
    }
}

.demo-gallery>ul {
    margin-bottom: 0!important;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF!important;
    border-radius: 3px!important;
    display: block!important;
    overflow: hidden!important;
    position: relative!important;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s!important;
    -moz-transition: -moz-transform 0.15s ease 0s!important;
    -o-transition: -o-transform 0.15s ease 0s!important;
    transition: transform 0.15s ease 0s!important;
    -webkit-transform: scale3d(1, 1, 1)!important;
    transform: scale3d(1, 1, 1)!important;
    height: 100%!important;
    width: 100%!important;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1)!important;
    transform: scale3d(1.1, 1.1, 1.1)!important;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1!important;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1)!important;
    bottom: 0!important;
    left: 0!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    -webkit-transition: background-color 0.15s ease 0s!important;
    -o-transition: background-color 0.15s ease 0s!important;
    transition: background-color 0.15s ease 0s!important;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%!important;
    margin-left: -10px!important;
    margin-top: -10px!important;
    opacity: 0!important;
    position: absolute!important;
    top: 50%!important;
    -webkit-transition: opacity 0.3s ease 0s!important;
    -o-transition: opacity 0.3s ease 0s!important;
    transition: opacity 0.3s ease 0s!important;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s!important;
    -moz-transition: -moz-transform 0.15s ease 0s!important;
    -o-transition: -o-transform 0.15s ease 0s!important;
    transition: transform 0.15s ease 0s!important;
    -webkit-transform: scale3d(1, 1, 1)!important;
    transform: scale3d(1, 1, 1)!important;
    height: 100%!important;
    width: 100%!important;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1)!important;
    transform: scale3d(1.1, 1.1, 1.1)!important;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1!important;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1)!important;
    bottom: 0!important;
    left: 0!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    -webkit-transition: background-color 0.15s ease 0s!important;
    -o-transition: background-color 0.15s ease 0s!important;
    transition: background-color 0.15s ease 0s!important;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%!important;
    margin-left: -10px!important;
    margin-top: -10px!important;
    opacity: 0!important;
    position: absolute!important;
    top: 50%!important;
    -webkit-transition: opacity 0.3s ease 0s!important;
    -o-transition: opacity 0.3s ease 0s!important;
    transition: opacity 0.3s ease 0s!important;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px!important;
    margin-left: -24px!important;
    margin-top: -24px!important;
    opacity: 0.8!important;
    width: 48px!important;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a!important;
}

.home .demo-gallery {
    padding-bottom: 80px!important;
}

.lg-on>header {
    display: none!important;
}

.lg-on>footer {
    display: none!important;
}

div.print_logo {
    display: none!important;
}

.home_page_part_one_bg {
    padding: 0px 0!important;
}

.mobile_logo img {
    width: 300px!important;
    height: auto!important;
}

@media print {
    div.tags, div.category-header, div.leatest_posts, div.home_page_part_one_right, div#social_font, header, footer {
        display: none !important;
    }

    div.home_page_part_one_left {
        width: 100%!important;
    }

    div.print_logo {
        display: flex !important;
        justify-content: center!important;
    }
}

.logo_part {
    padding: 10px;
}
.story-item {
    flex: none;
    width: 150px;
    height: 210px;
    margin-left: 0px;
    box-shadow: 0 1px 8px 0 rgb(143 143 143);
}