/*
Theme Name: SmartNewsPro AZ32X
Theme URI: https://rjpit.com
Author: RJPIT
Author URI: https://rjpit.com
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;700&display=swap');
body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required {
	font-family:'Noto Serif Bengali', serif !important ;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none !important
}

blockquote {
    margin: 0 !important;
}

img {
    filter: brightness(95%);
}

img:hover {
    filter: brightness(110%);
    transition: 0.2s;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}


 header {
    margin-bottom: 15px;
}
.top-bar{
    background:#00b76b;
}
.top_nav {
    padding: 4px 0px 4px 0px;
    color: #fff;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
}

.date_time {
    height: max-content;
    display: flex;
}

.date_time li {
    height: max-content;
    font-size: 16px;
    position: relative;
}

.top_nav .nav_menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.top_nav .nav_menu li {
    padding: 0px 13px;
    font-size: 16px;
    position: relative;
}

.top_nav .nav_menu li a:link,
.top_nav .nav_menu li a:visited {
    text-decoration: none;
    color: #fff;
}

.top_nav ul.nav_menu li::before {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 1px;
    top: 5px;
    left: 0;
    content: "";
    height: 14px;
}

.social {
    display: flex;
    margin-left: auto;
}

.social li {
    padding: 0px 5px;
    font-size: 14px;
    color: #fff;
}

.social li a:link i,
.social li a:visited i {
    color: #fff;
}

.share_tiggle {
    display: none;
}

.social_toggle_div {
    text-align: center;
    display: none;
    height: 46px;
    background-color: rgb(243, 243, 243);
    width: 100%;
    padding: 6px;
}

.social_toggle {
    display: flex;
}

.flex_item {
    display: flex;
    margin: auto;
}

.social_toggle li a {
    color: #fff;
}

.social_toggle li:last-child {
    display: none;
}

.social_toggle li>a>i {
    position: relative;
    text-align: center;
    padding-top: 6px;
    font-weight: 400;
    margin: 0px 7px;
    height: 30px;
    width: 30px;
    font-size: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.social_toggle li a i.fa_md {
    background-color: #3B5998;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.social_toggle li a i.tt_md {
    background-color: #55acee;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.social_toggle li a i.yu_md {
    background-color: #ff0000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.social_toggle li a i.pt_md {
    background-color: #fa004b;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.social_toggle li a i.in_md {
    background-color: #1b77b5;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.social_toggle li a i.int_md {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
.pc_manubar {
    border-bottom: 1px solid;
}
.bottom_nav {
    display: flex;
    height: 70px;
}

.bottom_nav .logo a {
    width: 180px;
    height: 70px;
    display: flex;
    align-items: center;
}

.nav_menu_ground {
    display: flex;
    width: 100%;
    z-index: 9999;
}

.bottom_nav .nav_menu_ground ul.first_ull_menu {
    display: flex;
    margin: auto;
    align-items: center;
}

.bottom_nav .nav_menu_ground ul.first_ull_menu li {
    font-size: 17px;
    padding: 0px 9px;
    font-weight: bold;
    height: 70px;
    display: flex;
    align-items: center;
}

.bottom_nav .nav_menu_ground ul.first_ull_menu li a:link,
.bottom_nav .nav_menu_ground ul.first_ull_menu li a:visited {
    text-decoration: none;
    color: rgb(8, 8, 8)
}

.ham_burger {
    margin-left: auto;
}

.ham_burger ul {
    display: flex;
    z-index: 99;
    background-color: #fff;
}

.ham_burger ul li span {
    padding: 0px 5px;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
    color: rgb(77, 77, 77);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ham_burger ul li {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px 9px;
}

.drop_menu {
    display: none;
    position: absolute;
    height: auto;
    width:100%;
    z-index: 999;
}

.fixed {
    position: fixed;
    background-color: white;
    top: 0px;
    z-index: 99;
    width: 100%;
    margin: auto;
    border-bottom: none;
}

.drop_nav_menu {
    background-color:#f3f3f3;
    padding: 15px 15px 0px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.drop_menu ul:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 25px);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(102, 102, 102);
}

.drop_menu ul:nth-child(1) li a,
.drop_menu ul:nth-child(2) li a {
    font-size: 18px;
    font-weight: 600;
    color: rgb(77, 77, 77);
}

.drop_menu ul:nth-child(2) li i {
    margin-right: 10px;
}

.drop_menu ul:nth-child(2) {
    padding: 0 0px 15px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

/* srcrch form style */
.search-form-tt {
    border: 1px solid;
    border-radius: 31px;
    overflow: hidden;
}
.search-form-tt #s {
    padding: 9px 16px;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    border: none;
    width: 100%;
}
.search-form-tt #seachsubmit {
    border: none;
    position: relative;
    height: 45px;
    display: flex;
    background-color: unset;
    border: 0;
    width: 50px;
}
.search-form-tt #seachsubmit:hover {
    background-color:unset;
    transition: 0.3s;

}
.search-form-tt input:focus, button:focus {
    outline: none;
}

.search_form {
    display: none;
    width: 100%;
}

.search_form_inner {
    padding: 12.5px 0px;
    display: flex;
    width: 100%;
    align-items: center;
}

.screen-reader-text {
    position: absolute;
    left: -999px;
}

#close_search1,
#close_search {
    border: 1px solid gray;
    background-color: rgb(248, 0, 0);
    height: 45px;
    display: flex;
    width: 50px;
    border-radius: 0 5px 5px 0;
}

#close_search1 {
    margin-top: 0px;
}

#close_search1 i,
#close_search i {
    margin: auto;
}

#close_search1:hover,
#close_search:hover {
    background-color: rgb(226, 25, 25);
    transition: 0.3s;
}

#seachsubmit {
    border: 1px solid gray;
    position: relative;
    height: 45px;
    display: flex;
    background-color: rgb(0, 195, 255);
    width: 50px;
}

#seachsubmit:hover {
    background-color: rgb(29, 169, 211);
    transition: 0.3s;
}

#seachsubmit i {
    margin: auto;
}

#s {
    padding: 9px 16px;
    font-size:18px;
    border-radius: 5px 0 0 5px;
    border: 1px solid gray;
    width: 100%;
}

.mobile_search {
    margin: 10px 0px;
    display: flex;
    width: 100%;
}

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

    .fixed {
        max-width: 960px;
        width: 100%;
    }

    .nav_container {
        max-width: 960px;
        width: 100%;
        padding: 0px;
    }

    .drop_menu {
        max-width: 960px;
        width: 100%;
    }

    .bottom_nav .nav_menu_ground ul.first_ull_menu li:last-child {
        display: none;
    }
}


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

    .bottom_nav,
    .nav_container {
        width: 760px;
        margin: auto;
    }

    .top_nav {
        height: auto;
    }

    .fixed {
        width: 760px;
    }

    .drop_menu {
        width: 760px;
    }

    .nav_menu_ground {
        display: none;
    }

    .ham_burger {
        position: relative;
        width: inherit;
        z-index: 99;
        background-color: #fff;
    }

    .drop_menu ul:nth-child(1) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto, 25px);
        border-bottom: 1px solid rgb(102, 102, 102);
    }

    .drop_menu ul:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto, 25px);
        border-bottom: 1px solid rgb(102, 102, 102);
        margin: 0;
        padding: 0;
    }

    .ham_burger ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 0;
        z-index: 99;
        background-color: #fff;
    }

    .ham_burger ul li:nth-child(1) span:nth-child(2) {
        display: none;
    }

    .bottom_nav .logo {
        width: 100%;
        width: inherit;
        position: absolute;
        display: flex;
    }

    .bottom_nav .logo a {
        margin: auto;
        z-index: 999;
    }

    .top_nav .date_time li:nth-child(1) {
        display: none;
    }

    .date_time li::before {
        display: none;
    }

    .social {
        display: none;
    }

    .share_tiggle {
        display: block;
        margin-left: auto;
        margin-bottom: 0px;
    }
}

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

    .bottom_nav,
    .nav_container {
        width: 100%;
        margin: auto;
    }

    .search_form,
    .ham_burger ul {
        max-width: 570px;
        width: 100%;
        margin: auto;
    }

    .fixed {
        width: 100%;
    }

    .drop_menu {
        width: 100%;
    }
}

/* header End */

.page_container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

article.page h2 {
    font-size: calc(1em + 3vw);
    margin: 15px 0;
    color: rgb(56, 56, 56);
    text-align: center;
}
article.page p{
    font-size: calc(1em + .6vw);
    color: rgb(72, 72, 72);
    line-height: calc(1em + .3vw);
    margin-bottom: 30px;
}
.second_banner,
.first_banner {
    max-height: 100px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

.second_banner p,
.first_banner p {
    margin-bottom: 0;
}

.home_page_left .home_lest_ad img {
    width: 100%;
    height: auto;
    max-height: 950px;
}

.second_banner img,
.first_banner img {
    width: auto;
    max-height: 100px;
    height: auto;
    margin: 10px auto;
}

.home_page {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
    display: flex;
}

.home_page .home_page_left {
    width: 68%;
    padding-right: 25px;
}

.home_page .home_page_right {
    width: 32%;
    padding-left: 5px;
}

/* Style For sidebar start */
.sidebar_ad img {
    max-width: 300px;
    width: auto;
    height: auto;
    margin: 5px auto;
}

#id {
    height: auto;
    max-height: 300px;
    width: 315px;
    float: right;
    margin: 5px 0px 5px 5px;
}
.button_group  button:focus {
    outline: none;
}
.button_group {
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 8px;
    overflow: hidden;
    border-top-right-radius: 8px;
}

.button_group .leatest_btn, .button_group .popular_btn, .last_btn {
    font-size: 18px;
    background-color: #3db25a;
    color: #fff;
    border: none;
    text-align: center;
    padding: 10px 10px;
    width: 50%;
    font-weight: 700;
    cursor: pointer;
}
.last_btn:focus{
    outline:none;
}
.popular_btn,
.buttonfixed {
    background-color: transparent !important;
    color: #3a495e !important;
}

.popular_btn,
.buttonfixed {
    background-color: rgb(238, 238, 238) !important;
}

.popbuttonfixed {
    background-color: #3db25a !important;
    color: #fff !important;
}


.last_btn {
    width: 100%;
    cursor: pointer;
}

.fixed_height {
    height: 450px;
    overflow-y: scroll;
}

.first_item item6,
.second_item item6 {
    width: 100%;
    display: flex;
    margin: 10px 0px 10px 0px;
}

.first_item item6 thumb_sidebar a img,
.second_item item6 thumb_sidebar a img {
    width: 90px;
    display: block;
    height: 60px;
}

.first_item item6 h2,
.second_item item6 h2 {
    font-size: 16px;
    margin: auto 0px;
    padding-left: 5px;
    color: #000;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
}

.first_item item6 h2 a,
.second_item item6 h2 a {
    color: #000;
}

.right_poll_block {
    width: 100%;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 5px;
    background: #f0f0ed;
}

.right_poll_block .right_poll_title {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    background-position: bottom center;
    background-image: url("./img/right-poll-bg.png");
}

.right_poll_block .right_poll_title a:link,
.right_poll_block .right_poll_title a:visited {
    color: #fff;
}

.wp-polls p strong {
    font-size: calc(1em + .3vw);
}

.right_poll_cont {
    border: 1px solid #d17c29;
    border-top: 0px;
    padding: 10px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

input[type="radio"] {
    display: none;
}

.wp-polls-ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
}

.wp-polls-ul li label {
    display: flex;
    align-items: center;
}

.wp-polls-ul li .pollbar {
    display: none;
}

.wp-polls-ans p:nth-child(3) {
    display: none;
}

[type="radio"]+label:before,
.radio_two input[type="radio"]+label:before,
.radio_three input[type="radio"]+label:before {
    content: "";
    /* display: inline-block; */
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 10px;
    background-clip: content-box;
    border: 3px solid #ee0000;
    transition: 0.9s;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked+label:before,
.radio_two input[type="radio"]:checked+label:before,
.radio_three input[type="radio"]:checked+label:before {
    width: 30px;
    height: 30px;
    background-color: #f30303;
}

.wp-polls-ul li:nth-child(1) input[type="radio"]+label:before {
    border: 3px solid green;
}

.wp-polls-ul li:nth-child(1) input[type="radio"]:checked+label:before {
    background-color: green;
}

.wp-polls-ul li:nth-child(3) input[type="radio"]+label:before {
    border: 3px solid #0053ee;
}

.wp-polls-ul li:nth-child(3) input[type="radio"]:checked+label:before {
    background-color: #0053ee;
}

.wp-polls .Buttons {
    margin-top: 15px;
    padding: 4px 20px;
    background: #00a651;
    color: #fff;
    width: inherit;
    border: none;
    border-radius: 5px;
}

/* Homapage Design  Techtarabga.com */
 .leatest_one_post img {
    width: 100%;
    height: inherit;
}

.leatest_one_post {
    position: relative;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    border-radius: 10px;
}

.leatest_one_post h2 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 0px 42px 48px #00000057;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.383);
    font-size: calc(0.9em + 1vw);
}

 .leatest_one_post h2 a:link,
 .leatest_one_post h2 a:visited {
    transition: 0.3s;
    color: #fff;
}
 .leatest_one_post:hover h2 a:link,
 .leatest_one_post:hover h2 a:visited {
    color: rgb(255, 179, 0);
}
.leatest_six_post a img {
    width: 100%;
    height: inherit;
    border-radius: 10px;
}

.leatest_six_post a h4 {
    font-size: calc(1em + .1vw);
    margin-top: 10px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.leatest_six_post a:hover h4,
img {
    color: #007bff;
}

/* Single Line News Widget
.single_line_post_widget  h3 {
    color: #484848;
    font-size: 24px;
    padding: 5px;
    font-weight: 600;
    padding-left: 2px;
    border-bottom: 1.5px solid rgb(251, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}*/
/* Header Title*/
.cat_header{

}

.cat_header span{

}

h3.cat_header span:before {

}



.single_line_post_widget a{
    display: flex;
    margin: 5px 5px 5px 0;
}

.single_line_post_widget a:nth-child(2) {
    position: relative;
    display: block;
}
.single_line_post_widget a thumb img {
    width: 90px;
    height: 60px;
    display: block;
    margin: 5px 0px;
}
.single_line_post_widget a:nth-child(2) img{
    width: 100%;
    height: inherit;
}
.single_line_post_widget a h4{
    font-size: calc(1em + .1vw);
    margin: auto 7px;
    align-items: center;
    font-weight: 600;
    color: #000;
}
.single_line_post_widget h4:hover{
    color:#007bff;
    transition:0.3s;
}
.single_line_post_widget a:nth-child(2) h4{
    font-size: calc(1em + .3vw);
    line-height: 24px;
    padding: 10px 0px;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.single_line_post_widget h4:hover,
.single_line_post_widget a:nth-child(2) h4:hover {
    color:#007bff;
    transition:0.3s;
}
/* end  single_line_post_widget */



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

.two_coloumn_grid .national {
    width: 48%;
}

.two_coloumn_grid .political {
    width: 48%;
}

.photo h3,
.video h3,
.sports_grid_container h3,
.two_coloumn_grid h3 {
    color: #484848;
    font-size: 24px;
    padding: 5px;
    font-weight: 600;
    padding-left: 2px;
    border-bottom: 1.5px solid rgb(251, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

.cat_arrow {
    display: none;
}

.two_coloumn_grid .national a:nth-child(2) img,
.two_coloumn_grid .political a:nth-child(2) img {
    width: 100%;
    height: inherit;
}

.two_coloumn_grid .national a:nth-child(3),
.two_coloumn_grid .national a:nth-child(4),
.two_coloumn_grid .national a:nth-child(5),
.two_coloumn_grid .national a:nth-child(6),
.two_coloumn_grid .political a:nth-child(3),
.two_coloumn_grid .political a:nth-child(4),
.two_coloumn_grid .political a:nth-child(5),
.two_coloumn_grid .political a:nth-child(6) {
    display: flex;
    margin: 5px 5px 5px 0;
}

.two_coloumn_grid .national a:nth-child(3) thumb img,
.two_coloumn_grid .national a:nth-child(4) thumb img,
.two_coloumn_grid .national a:nth-child(5) thumb img,
.two_coloumn_grid .national a:nth-child(6) thumb img,
.two_coloumn_grid .political a:nth-child(3) thumb img,
.two_coloumn_grid .political a:nth-child(4) thumb img,
.two_coloumn_grid .political a:nth-child(5) thumb img,
.two_coloumn_grid .political a:nth-child(6) thumb img {
    width: 90px;
    height: 60px;
    display: block;
    margin: 5px 0px;
}

.two_coloumn_grid .national a:nth-child(2) h4,
.two_coloumn_grid .political a:nth-child(2) h4 {
    font-size: calc(1em + .6vw);
    line-height: 24px;
    padding: 10px 0px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.two_coloumn_grid .national a:nth-child(3) h4,
.two_coloumn_grid .national a:nth-child(4) h4,
.two_coloumn_grid .national a:nth-child(5) h4,
.two_coloumn_grid .national a:nth-child(6) h4,
.two_coloumn_grid .political a:nth-child(3) h4,
.two_coloumn_grid .political a:nth-child(4) h4,
.two_coloumn_grid .political a:nth-child(6) h4,
.two_coloumn_grid .political a:nth-child(5) h4 {
    font-size: calc(1em + .2vw);
    margin: auto 7px;
    align-items: center;
    font-weight: 600;
    color: #000;
}

.two_coloumn_grid a:link,
.two_coloumn_grid a:visited {
    color: rgb(0, 0, 0);
    /* line-height: 20px; */
}

.two_coloumn_grid .national a:nth-child(2):hover h4,
.two_coloumn_grid .political a:nth-child(2):hover h4 {
    color: #007bff;
}

.two_coloumn_grid .national a h4:hover,
.two_coloumn_grid .political a h4:hover {
    color: #007bff;
}

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

.sports_grid a img {
    width: 100%;
    height: auto;
}

.sports_grid a h4 {
    font-size: calc(1em + .3vw);
    padding-top: 5px;
}

.sports_grid a:nth-child(2) h4,
.sports_grid a:nth-child(3) h4,
.sports_grid a:nth-child(4) h4,
.sports_grid a:nth-child(5) h4 {
    font-size: calc(1em + .1vw);
    margin: auto 0px;
    padding-top: 10px;
}

.sports_grid a h4:hover {
    color: #007bff;
}

.sports_grid a h4,
p {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.sports_grid a:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.sports_grid a:nth-child(1):hover h4 {
    color: #007bff;
}

.sports_grid a p {
    display: none;
    font-weight: normal;
}

.sports_grid a:nth-child(1) p {
    display: block;
    font-size: calc(1em + .2vw);
}

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

.three_col_grid .part_one {
    width: 31%;
}

.three_col_grid .part_two {
    width: 31%;
}

.three_col_grid .part_three {
    width: 31%;
}

.three_col_grid .part_one h3,
.three_col_grid .part_two h3,
.three_col_grid .part_three h3 {
    color: #484848;
    font-size: 24px;
    padding: 0 0 0 0px;
    font-weight: 600;
    padding-left: 2px;
    border-bottom: 1.5px solid rgb(251, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

.three_col_grid .part_one a img,
.three_col_grid .part_two a img,
.three_col_grid .part_three a img {
    height: auto;
    width: 100%;
}

.three_col_grid .part_one a:nth-child(3),
.three_col_grid .part_one a:nth-child(4),
.three_col_grid .part_one a:nth-child(5),
.three_col_grid .part_one a:nth-child(6),
.three_col_grid .part_two a:nth-child(3),
.three_col_grid .part_two a:nth-child(4),
.three_col_grid .part_two a:nth-child(5),
.three_col_grid .part_two a:nth-child(6),
.three_col_grid .part_three a:nth-child(3),
.three_col_grid .part_three a:nth-child(4),
.three_col_grid .part_three a:nth-child(5),
.three_col_grid .part_three a:nth-child(6) {
    display: flex;
    margin-bottom: 5px;
    margin-top: 10px;
}

.three_col_grid .part_one a:nth-child(3) img,
.three_col_grid .part_one a:nth-child(4) img,
.three_col_grid .part_one a:nth-child(5) img,
.three_col_grid .part_one a:nth-child(6) img,
.three_col_grid .part_two a:nth-child(3) img,
.three_col_grid .part_two a:nth-child(4) img,
.three_col_grid .part_two a:nth-child(5) img,
.three_col_grid .part_two a:nth-child(6) img,
.three_col_grid .part_three a:nth-child(3) img,
.three_col_grid .part_three a:nth-child(4) img,
.three_col_grid .part_three a:nth-child(5) img,
.three_col_grid .part_three a:nth-child(6) img {
    width: 90px;
    height: 60px;
    margin: 5px 7px 7px 0px;
}

.three_col_grid .part_one h4,
.three_col_grid .part_two h4,
.three_col_grid .part_three h4 {
    color: #000000;
    font-size: calc(1em + .6vw);
    font-weight: 600;
    padding-top: 7px;
    margin-bottom: 0;
}

.three_col_grid .part_one a:nth-child(3) h4,
.three_col_grid .part_one a:nth-child(4) h4,
.three_col_grid .part_one a:nth-child(5) h4,
.three_col_grid .part_one a:nth-child(6) h4,
.three_col_grid .part_two a:nth-child(3) h4,
.three_col_grid .part_two a:nth-child(4) h4,
.three_col_grid .part_two a:nth-child(5) h4,
.three_col_grid .part_two a:nth-child(6) h4,
.three_col_grid .part_three a:nth-child(3) h4,
.three_col_grid .part_three a:nth-child(4) h4,
.three_col_grid .part_three a:nth-child(5) h4,
.three_col_grid .part_three a:nth-child(6) h4 {
    font-size: calc(1em + .1vw);
    padding-top: 0;
    margin: auto 0;
}

/* Slider */
.photo_video {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
    grid-column-gap: 10px;
}

.photo {
    grid-column: 1/3;
}


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

.video_content {
    width: 100%;
    position: relative;

}

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

.video_content:nth-child(1) .the_title {
    border-bottom: 1px solid rgb(131, 131, 131);
    color: rgb(85, 85, 85);
    padding: 5px 0px;
}

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

.yt_logo i {
    position: absolute;
    z-index: 9;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 13px 10px 12px 14px;
    top: 0;
    left: 0;
    opacity: .8;
}

.video_content:hover i {
    color: rgb(255, 0, 76);
}

.video_content:nth-child(2) .yt_logo i,
.video_content:nth-child(3) .yt_logo i {
    padding: 6px 7px 6px 9px;
    font-size: 14px;
}

.the_title {
    font-size: 18px;
    text-align: center;
}

.leatest_popular_home {
    display: none;
}

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

    .second_banner,
    .first_banner {
        width: 100%;
        padding: 0px;
    }

    .second_banner img {
        width: 100%;
        margin: 5px auto;
    }

    .first_banner img {
        width: 98%;
        margin: 5px auto;
    }

    .home_page {
        width: 960px;
        padding: 0px;
    }
}

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

    .second_banner,
    .first_banner {
        width: 100%;
        margin-top: 10px;
    }

    .home_page {
        width: 760px;
    }
}

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

    .second_banner,
    .first_banner {
        max-width: 570px;
        width: 100%;
        /* margin: 10px auto; */
    }

    .home_page {
        margin: 0px auto;
        display: flex;
        max-width: 570px;
        width: 96%;
        flex-direction: column;
    }

    .leatest_popular_home {
        display: block;
    }

    .home_page .leatest_popular_sidebar {
        display: none;
    }

    .home_page_left .home_lest_ad {
        display: none;

    }

    .leatest_nine_post {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto, auto);
    }

    .leatest_nine_post a:last-of-type {
        display: none;
    }

    .sports_grid {
        display: flex;
        flex-direction: column;
    }

    .sports_grid a:nth-child(1) p {
        display: none;
    }

    .sports_grid a:nth-child(1) {
        position: relative;
    }

    .sports_grid a:nth-child(1) h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        padding: 7px;
        font-size: 23px;
        background-color: rgba(0, 0, 0, 0.383);
        margin-bottom: 0;
    }

    .sports_grid a:nth-child(2),
    .sports_grid a:nth-child(3),
    .sports_grid a:nth-child(4),
    .sports_grid a:nth-child(5) {
        display: flex;
    }


    .sports_grid a:nth-child(2) img,
    .sports_grid a:nth-child(3) img,
    .sports_grid a:nth-child(4) img,
    .sports_grid a:nth-child(5) img {
        width: 90px;
        height: 60px;
        margin-right: 7px;
    }

    .two_coloumn_grid {
        display: flex;
        flex-direction: column;
    }

    .two_coloumn_grid h3 a,
    .sports_grid_container h3 a,
    .photo h3 a,
    .video h3 a {
        display: flex;
        justify-content: space-between;
    }

    .two_coloumn_grid h3 .cat_arrow,
    .sports_grid_container h3 .cat_arrow,
    .photo h3 .cat_arrow,
    .video h3 .cat_arrow {
        display: block;
        color: red;
        font-size: 24px;
    }

    .two_coloumn_grid .political {
        width: 100%;
    }

    .two_coloumn_grid .national {
        width: 100%;
    }

    .two_coloumn_grid .political a:nth-child(2),
    .two_coloumn_grid .national a:nth-child(2) {
        position: relative;
        display: block;
    }

    .two_coloumn_grid .political a:nth-child(2) h4,
    .two_coloumn_grid .national a:nth-child(2) h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        padding: 7px;
        font-size: 23px;
        background-color: rgba(0, 0, 0, 0.383);
    }

    .three_col_grid {
        display: flex;
        flex-direction: column;
    }

    .three_col_grid .part_one,
    .three_col_grid .part_two,
    .three_col_grid .part_three {
        width: 100%;
    }

    .three_col_grid .part_one a:nth-child(2),
    .three_col_grid .part_two a:nth-child(2),
    .three_col_grid .part_three a:nth-child(2) {
        display: block;
        position: relative;
    }

    .three_col_grid .part_one a:nth-child(2) h4,
    .three_col_grid .part_two a:nth-child(2) h4,
    .three_col_grid .part_three a:nth-child(2) h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        padding: 7px;
        font-size: 23px;
        background-color: rgba(0, 0, 0, 0.383);
    }

    .home_page .home_page_left {
        width: 100%;
        padding-right: 0;
    }

    .home_page .home_page_right {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .photo_video {
        display: flex;
        flex-direction: column;
    }

    .video_content:nth-child(2) .yt_logo img,
    .video_content:nth-child(3) .yt_logo img {
        width: 35px;
        bottom: 45%;
    }
}

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


/* Footer Start */
.top-footer{
    background: #ebebeb;
    padding: 15px;
}

.information-site {
    line-height: 28px;
    font-size: 18px;
}

.footer-copyright{
    background:#303030;
}
.footer-copyright p {
    margin: 0;
    font-size: 16px;
    color: white;
    font-weight: normal;
}
.footer-copyright a {
    color: #fd0000;
    font-weight: bold;
    transition: 0.3s;
}

/* Design For Simgle Starts */

.single_top_cat  a {
    color: #1e88e5;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid;
    margin-bottom: 13px;
}

.the_thumb_caption {
    border-bottom: rgb(172, 172, 172) 1px solid;
    text-align: center;
    width: 100%;
    font-size: calc(1em + .4vw);
    padding: 5px 0px;
    margin-bottom: 20px;
}

.the_content_single p {
    margin: 7px 0px;
    font-weight: normal;
    font-size: 18px;
    text-align: justify;
}

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

.single_page_container .sigle_left {
    padding: 0px 34px 0 1px;
    width: 67%;
}

.single_page_container .sigle_right {
    padding-left: 15px;
    width: 33%;
}

.single_page_container .single_first_ad {
    text-align: center;
}

.single_page_container .single_first_ad img {
    width: auto;
    height: auto;
    margin: 5px auto;
}

 {
    display: flex;
}

.breadcrumb1 {
    margin: 20px 0px;
    font-size: 20px;
}

.breadcrumb1 a {
    color: #0000ff;
}

h1.title_post_tt {
    font-size: calc(1em + 1.5vw);
    font-weight: 600;
    color: #333333;
    margin: 10px 0px;
}

 .sigle_left .info_box {
    display: flex;
    justify-content: space-between;
    height: 55px;
    border-bottom: rgb(172, 172, 172) 1px solid;
    margin-bottom: 15px;
    padding-bottom: 70px;
}

 i.pr_md {
    color: #fff;
    margin-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
}
i.pr_md.gray {
	 background-color: gray;
}
i.pr_md.fab-facebook {
	 background-color: red;
}

.smp-total-count {
    border-radius: none;
    border-right: 1px solid gray;
}

.info_box .smp-regular-but>span.smp-more {
    display: none;
}

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

.more_single h2 {
    color: #484848;
    font-size: calc(1em + .3vw);
    padding: 5px;
    padding-left: 2px;
    border-bottom: 1.5px solid rgb(251, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.more_six_posts a img {
    width: 100%;
    height: auto;
}

.more_six_posts h4 {
    font-size: 18px;
    color: #000;
}

.single_right_more h3 {
    font-size: 20px;
    margin: 10px 0px;
    color: #000;
    border-bottom: 1px solid rgb(255, 0, 0);
}

.single_right_more .single_right_post a {
    display: flex;
    margin: 3px 0px;
}


.single_right_more .single_right_post rihgt_thumb img {
    width: 90px;
    height: 60px;
    margin: 3px 10px 3px 0;
}

.single_right_more .single_right_post a h2 {
    font-size: 18px;
    color: #000;
    margin: auto 0px;
    font-weight: 700;
}

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


}

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



    .info_box .smp-regular-but [data-network="linkedin"],
    .info_box .smp-regular-but [data-network="pinterest"] {
        display: none;
    }

    .single_page_container .single_first_ad {
        display: none;
    }



}

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


     {
        display: flex;
        flex-direction: column;
    }

     .sigle_left .info_box {
        display: flex;
        flex-direction: column;
        height: 120px;
        border-bottom: none;
    }

     .sigle_left .info_box p {
        padding-bottom: 5px;
        border-bottom: rgb(172, 172, 172) 1px solid;
    }

    .info_box_right {
        margin: 0 auto;
        padding-top: 5px;
    }

    .info_box .smp-regular-but [data-network="linkedin"],
    .info_box .smp-regular-but [data-network="pinterest"] {
        display: block;
    }

    .single_page_container .sigle_left {
        padding: 0px;
        width: 100%;
    }

    .single_page_container .sigle_right {
        padding-left: 0px;
        width: 100%;
    }

    .more_single h2 {
        color: #fff;
        background: #3b5998;
        border-bottom: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

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

/* Design For Simgle end */

/* Design For archive start */
.archive_page_container {
    max-width: 1170px;
    margin: auto;
    padding: 0px 15px;
}

.archieve_top_cat {
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 45px;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(121, 120, 120);
}

.archieve_top_cat ul {
    display: flex;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.archieve_top_cat ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: rgb(172, 172, 172) 1px solid;
}

.archieve_top_cat ul li:last-child {
    border: none;
}

.archieve_top_cat ul li a:link,
.archieve_top_cat ul li a:visited {
    color: #484848 !important;
}

.archieve_top_cat ul li a:hover {
    color: #1e88e5 !important;
}

.archive_first_ad img {
    width: 100%;
    height: auto;
    max-height: 100px;
    margin: 10px 0;
}

.archive_leatest_three_posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 26px;
    grid-row-gap: 15px;
}


.archive_leatest_three_posts item3:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
    position: relative;
}

.archive_leatest_three_posts item3:nth-child(2) {
    grid-row: 1/2;
}

.archive_leatest_three_posts item3:nth-child(3) {
    grid-row: 2/3;
}

.archive_leatest_three_posts item3 img {
    height: 100%;
    width: 100%;
}

.archive_leatest_three_posts item3 {
    position: relative;
}

.archive_leatest_three_posts item3 h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: calc(1em + 1.5vw);
}

.archive_leatest_three_posts item3 h4 a {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 700;
    background-color: rgba(170, 167, 167, 0.705);
    left: 0px;
    padding: 5px;
}

.archive_leatest_three_posts item3:nth-child(2) h4 a,
.archive_leatest_three_posts item3:nth-child(3) h4 a {
    /* line-height: 20px; */
    font-size: .6em;
}

.archive_leatest_three_posts item3:hover h4 a {
    color: rgb(255, 179, 0);
}

.archive_container {
    display: flex;
}

.archieve_left_part {
    width: 67%;
    padding-right: 12px;
}

.archieve_right_part {
    width: 33%;
    padding-left: 13px;
    margin-top: 15px;
}

.subcat_six_posts {
    margin-top: 15px;
}

.subcat_six_posts h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    padding-left: 2px;
    border-bottom: 1px solid rgb(248, 0, 0);
    display: flex;
}

.subcat_six_posts h2 a:link,
.subcat_six_posts h2 a:visited {
    color: #484848;
    text-decoration: none;
}

.subcat_six_posts_grid h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: calc(1em + .2vw);
}

.subcat_six_posts_grid h4 a:link,
.subcat_six_posts_grid h4 a:visited {
    color: #000;
    display: block;
    margin-top: 7px;
    font-weight: 600;
}

.subcat_six_posts_grid h4 a:hover {
    color: #1e88e5;
}


.subcat_six_posts_grid item6 thumb1 img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.subcat_six_posts_grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}

.down h2 {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .archive_page_container {
        width: 960px;
        margin: auto;
        padding: 0px
    }
}

@media only screen and (max-width: 990px) {
    .archive_page_container {
        width: 760px;
        margin: auto;
        padding: 0px
    }

    .archieve_top_cat a {
        color: #000 !important;
    }

    .archieve_top_cat {
        margin: 10px 0;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #ccc;
        background-color: rgb(240, 240, 240);
    }

    .down {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .down h2 {
        display: block;
        color: #000;
        font-size: 22px;
        font-weight: 600;
        margin-left: 45%;
        margin-top: 10px;
        padding-left: 5px;
        border-left: 2px solid red;
        ;
    }

    .archieve_top_cat ul {
        margin-top: 63px;
        position: absolute;
        margin-left: 0px;
        z-index: 99;
        background-color: rgb(243, 243, 243);
        display: grid;
        max-width: 760px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto, auto);
    }

    .archieve_top_cat ul li {
        border-right: none;
    }


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

    .archive_leatest_three_posts item3:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .archive_leatest_three_posts item3:nth-child(2) {
        grid-row: 3/4;
    }

    .archive_leatest_three_posts item3:nth-child(3) {
        grid-row: 3/4;
    }

    .archive_leatest_three_posts item3:nth-child(2) img,
    .archive_leatest_three_posts item3:nth-child(3) img {
        height: auto;
        margin-bottom: 5px;
    }

    .archive_leatest_three_posts item3:nth-child(2) h4,
    .archive_leatest_three_posts item3:nth-child(3) h4 {
        line-height: 15px;
        margin: 7px 0;
    }

    .archive_leatest_three_posts item3:nth-child(2) h4 a,
    .archive_leatest_three_posts item3:nth-child(3) h4 a {
        color: rgb(2, 2, 2);
        background: transparent;
        padding: 0;
        font-size: .7em;
        position: relative;
    }

    .subcat_six_posts_grid item6:nth-last-child(-n+3) {
        display: none;
    }

    .subcat_six_posts_grid {
        display: flex;
        flex-direction: column;
    }

    .subcat_six_posts_grid item6:nth-child(1) {
        position: relative;
    }

    .subcat_six_posts_grid item6:nth-child(1) h4 a {
        position: absolute;
        font-size: 25px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.323);
        width: 100%;
        bottom: 0px;
        padding: 8px 0;
        left: 0px;
    }

    .subcat_six_posts_grid item6:nth-child(2),
    .subcat_six_posts_grid item6:nth-child(3) {
        display: flex;
    }

    .subcat_six_posts_grid item6:nth-child(2) h4,
    .subcat_six_posts_grid item6:nth-child(3) h4 {
        margin: auto 5px;
    }

    .subcat_six_posts_grid item6:nth-child(2) thumb1 img,
    .subcat_six_posts_grid item6:nth-child(3) thumb1 img {
        width: 90px;
        height: 60px;
    }
}

@media only screen and (max-width: 770px) {
    .subcat_six_posts h2 .cat_arrow {
        display: block;
        color: red;
        font-size: 24px;
        margin-left: auto;
    }

    .archive_page_container {
        max-width: 570px;
        width: 97%;
        margin: auto;
        padding: 0px
    }

    .archieve_top_cat ul {
        max-width: 570px;
        width: 100%;
    }

    .archive_first_ad {
        display: none;
    }

    #id {
        display: none;
    }

    .archieve_left_part {
        width: 100%;
        padding-right: 0px;
    }

    .archieve_right_part {
        width: 100%;
    }

    .archive_container {
        margin: 0px 5px;
        display: flex;
        flex-direction: column;
    }
}

/* Design For archive end */

/* design for sub cat template start */

.subcat_archive_container {
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 15px;
}

.subcat_page_container {
    display: flex;
}

.subcat_page_container .subcat_left {
    width: 67%;
    padding-right: 9px;
}

.subcat_page_container .subcat_right {
    width: 33%;
    padding-left: 13px;
    margin-top: 15px;
}

.archive_leatest_eighteen_posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 30px;
    grid-row-gap: 5px;
}

.archive_leatest_eighteen_posts item15 img {
    width: 100%;
    height: 150px;
}

.archive_leatest_eighteen_posts item15 {
    margin-top: 15px;
}

.archive_leatest_eighteen_posts item15 h4 {
    color: #000;
    display: block;
    font-size: calc(1em + .2vw);
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
}

.archive_leatest_eighteen_posts item15 h4 a {
    color: #000;
}

.fullwidth {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #337ab7;
    font-size: 20px;
    margin: 5px 0px;
}

a.fullwidth a {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .subcat_archive_container {
        width: 960px;
        margin: auto;
        padding: 0px;
    }
}

@media only screen and (max-width: 990px) {
    .subcat_archive_container {
        width: 760px;
        margin: auto;
        padding: 0px;
    }

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

    .archive_leatest_eighteen_posts item15 {
        display: flex;
        margin-top: 0;
    }

    .archive_leatest_eighteen_posts item15 h4 {
        margin: auto 5px;
    }

    .archive_leatest_eighteen_posts item15 img {
        width: 120px;
        height: 68px;
    }
}

@media only screen and (max-width: 770px) {
    .subcat_archive_container {
        max-width: 570px;
        width: 97%;
        padding: 0px;
    }

    .subcat_page_container {
        display: flex;
        flex-direction: column;
    }

    .subcat_page_container .subcat_left {
        width: 100%;
        padding-right: 0px;
    }

    .subcat_page_container .subcat_right {
        width: 100%;
        background-color: rgba(95, 158, 160, 0.411);
    }
}

/* design for sub cat template end */
/* design for photo archive starts */
.photo_archive_conatiner {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    display: flex;
}

.photo_archieve_left_part {
    width: 70%;
}

.photo_subcat {
    padding: 0px 10px 10px 10px;
    border: 1px solid rgb(165, 165, 165);
    border-top: 2px solid #000;
    margin-bottom: 30px;
}

.photo_subcat h2 {
    margin-bottom: 10px;
    font-size: 28px;
}

.photo_subcat h2 a {
    background: #630933;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    text-decoration: none;
    padding: 2px 25px;
    color: #fff;
}

.photo_subcat_posts_grid item8 {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    position: relative;
}

.photo_subcat_posts_grid item8 img {
    width: 100%;
    display: block;
    height: auto;
    margin: 5px 0px;

}

.photo_subcat_posts_grid item8 i {
    position: absolute;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 13px 10px 12px 14px;
    opacity: .8;
    top: 20%;
    left: 35%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.photo_subcat_posts_grid item8 h4 {
    color: #000;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 5px;
}

.photo_subcat_posts_grid item8:hover h4 {
    text-decoration: underline;
}

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

.photo_archieve_right_part {
    width: 30%;
}

.pv_bread {
    margin: 10px 0px 20px 0px;
}

.pv_bread a {
    color: #000;
    font-size: 18px;
}

/* Video Single Post */
.the_content_single iframe {
    width: 100%;
}

/* design for photo archive end */
/* design for video archive starts */
.video_archive_conatner {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    display: flex;
}

/* design for video archive end */
.pagination1 {
    width: 100%;
    margin: 10px 0px;
    display: flex;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .3rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination1 .current {
    color: red;
}

.pagi_inner {
    margin-left: auto;
    display: flex;
}

/* STyle forF */
.home_menu_inner {
    width: 100%;
    margin: 0 0 10px;
    position: relative
}

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

.map_inner {
    background: #e6e6fa;
    padding: 15px;
    overflow: hidden
}

.st0 {
    opacity: .7
}

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

.st2 {
    fill: none;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

.st15 {
    fill: #008c44;
    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: #008c44;
    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
}

.home_menu_online {
    width: 100%;
    border-bottom: 1px solid #fe0104;
    line-height: 36px;
    padding-left: 7px;
    font-size: 24px
}
/**/
.mobileSearch {
	cursor: pointer;
}
.main-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.main-nav li {
	list-style: none;
	display: inline-block;
}
.main-nav li.menu-item-has-children{
	position: relative;
}
.main-nav li a {
    padding: 10px 10px 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    color: #000;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.main-nav li a:hover {
	color: #fff;
	background: #2f343f;
}
.main-nav li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 6px;
}
.main-nav li .sub-menu {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	margin: .125rem 0 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	top: 40px;
	background-color: #fff;
	color: #fff;
	padding: 0;
	border-radius: 0;
}
.main-nav li:hover .sub-menu {
	display: block;
}
.main-nav li.menu-item-584 .sub-menu {
	left: unset;
	right: 0;
}
.main-nav li .sub-menu li, .main-nav li .sub-menu li a {
	display: block;
}


.pitw_sbnav li {
	font-size: 17px;
	color: #000;
	position: relative;
	margin: 0 10px;
	border-top: 1px solid #e0e0e0;
	padding: 10px 0 10px 27px;
}
.pitw_sbnav li.menu-item-has-children{
	position: relative;
}
.pitw_sbnav > li::before {
	content: '';
	width: 12px;
	height: 12px;
	background: #ac212c;
	position: absolute;
	top: 14px;
	left: 5px;
	border-radius: 17%;
}
.pitw_sbnav li a{
	color: #000;
}
.pitw_sbnav li span {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #7b7b7b;
	border-bottom: 2px solid #7b7b7b;
	transform: rotate(45deg);
	transition: .2s;
	cursor: pointer;
}
.pitw_sbnav li span.adcls {
	transform: rotate(-134deg);
	transition: .2s;
}
.pitw_sbnav li .sub-menu {
	display: none;
}
.pitw_sbnav li .sub-menu li {
	display: block;
	padding: 10px 0 10px 28px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	border-top: 0;
	margin: 0;
}
.pitw_sbnav li .sub-menu li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.pitw_sbnav li .sub-menu li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #ac212c;
	position: absolute;
	top: 17px;
	left: 5px;
}
@media (max-width: 991.98px) {
	.main-nav {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.pitwHeaderRight, .headerIcon {
		margin-bottom: 10px;
	}
	.main-nav li:last-child {
    	display: none;
    }
    .main-nav li a {
    	padding: 10px 5px 6px;
    }
	.main-nav li:hover .sub-menu {
    	display: none;
    }
    .main-nav li.menu-item-has-children > a::after {
    	display: none;
    }
}
/* Header Add */
.Techtaranga_adsTop {
	background: #f4f4f4;
	padding: 10px 15px;
	position: relative;
	box-shadow: 0 1px 5px #ccc;
	transition: all 600ms ease-in-out;
}
.Techtaranga_adsTop.closedAdv {
	transform: scaleY(0);
	transition: all 500ms ease-out;
	display: block;
	transform-origin: 50% 0;
	visibility: hidden;
	height: 0;
	padding: 0;
}
.Techtaranga_adsTop.closedAdv  .pitwAdv {
	display: none;
	transition: all 200ms ease-out;
}

.hdTopAdv_close {
	background-color: #f4f4f4;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -28px;
	width: 28px;
}
.hamburger-container {
	z-index: 999;
	box-shadow: 2px 2px 8px 2px rgb(0,0,0,.4);
	overflow-x: hidden;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	left: -100%;
	height: 100%;
	z-index: 99;
	transition: .2s;
}
.hamburger-container .ttarangaNesar_sbhead {
	background: #ee303b;
	height: 66px;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.4);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
}
.hamburger-container .closeBtn {
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 25px;
	font-weight: 400;
	color: #2f343f;
	cursor: pointer;
}
.hamburger-container .pitwSidebarLogo img {
	height: auto;
	width: 170px;
}
.hamburger-container .ttarangaNesar_sbbody {
	background: #fff;
}
.hamburger-container .ttarangaNesar_sbbody .followus {
	text-align: center;
	font-size: 14px;
	font-family: sans-serif;
}
.hbsiconbox {
	display: flex;
	justify-content: center;
}
.hamburger-container .ttarangaNesar_sbbody .followus a {
	width: 40px;
	height: 40px;
	background: #e3e3e3;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	color: #5c5c5c;
	font-size: 20px;
	margin-right: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.hamburger-container .ttarangaNesar_sbbody .btmlinks {
	padding: 15px;
}
.hamburger-container .ttarangaNesar_sbbody .btmlinks ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hamburger-container .ttarangaNesar_sbbody .btmlinks ul li {
	font-size: 15px;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	width: 40%;
	padding: 6px 0;
}
.hamburger-container .ttarangaNesar_sbbody .btmlinks ul li:nth-child(1), .hamburger-container .ttarangaNesar_sbbody .btmlinks ul li:nth-child(2) {
	border-top: 1px solid #e0e0e0;
}
.ttarangaNesar_sbnav li {
	font-size: 17px;
	color: #000;
	position: relative;
	margin: 0 10px;
	border-top: 1px solid #e0e0e0;
	padding: 10px 0 10px 27px;
}
.ttarangaNesar_sbnav li.menu-item-has-children{
	position: relative;
}
.ttarangaNesar_sbnav > li::before {
	content: '';
	width: 12px;
	height: 12px;
	background: #ac212c;
	position: absolute;
	top: 14px;
	left: 5px;
	border-radius: 17%;
}
.ttarangaNesar_sbnav li a{
	color: #000;
}
.ttarangaNesar_sbnav li span {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #7b7b7b;
	border-bottom: 2px solid #7b7b7b;
	transform: rotate(45deg);
	transition: .2s;
	cursor: pointer;
}
.ttarangaNesar_sbnav li span.adcls {
	transform: rotate(-134deg);
	transition: .2s;
}
.ttarangaNesar_sbnav li .sub-menu {
	display: none;
}
.ttarangaNesar_sbnav li .sub-menu li {
	display: block;
	padding: 10px 0 10px 28px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	border-top: 0;
	margin: 0;
}
.ttarangaNesar_sbnav li .sub-menu li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.ttarangaNesar_sbnav li .sub-menu li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #ac212c;
	position: absolute;
	top: 17px;
	left: 5px;
}
@media (max-width: 991.98px) {
	.main-nav {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.main-nav li a {
	 display: inline-block;
	 color: #000;
	 text-align: center;
	 padding: 9px 14px 6px !important;
	 text-decoration: none;
	 font-weight: 600;
	 border-radius: 53px;
	 background: #fbe7e8;
	 line-height: 1;
}
.main-nav{
		margin:6px 0px;
}
.main-nav-wrap .container {
    padding: 0 !important;
}
.pc_manubar .col-12{
	padding-right: 0 !important;
    padding-left: 0 !important;
}
	.main-nav::-webkit-scrollbar {
	    display: none;
	}

	.pitwHeaderRight, .headerIcon {
		margin-bottom: 10px;
	}
	.main-nav li:last-child {
    	display: none;
    }
    .main-nav li a {
    	padding: 10px 5px 6px;
    }
	.main-nav li:hover .sub-menu {
    	display: none;
    }
    .main-nav li.menu-item-has-children > a::after {
    	display: none;
    }
}
@media (max-width: 767.98px) {
	.hamburger-container {
		width: 100%;
		box-shadow: none;
	}
}
.mobile_icons_actions i {
    font-size: 28px;
}
.mobile_bar.py-2.d-block.d-md-none {
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
		background: white
}
.main_bar {
	    border-bottom: 1px solid #cfcfcf;
}

.tt_secH2 {
    margin: 0 0 8px;
    font-size: 22px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #000;
    font-weight: 600;
    position: relative;
}
.tt_secH2::before {
content: "";
position: absolute;
left: 0;
top: 2px;
background: #ac212c;
width: 10px;
height: 16px;
transform: skew(24deg,0deg);
}
.tt_secH2 .flex {
color: #000;
text-decoration: none;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
white-space: nowrap;
}
.tt_secH2 .long-line {
height: 4px;
background: #a5a5a5;
display: inline-block;
width: 100%;
margin-top: 0;
margin-left: 10px;
}
.fixed-mobile-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Adjust as needed */
}
.post_meta_name span{
	display: block;
}
.post_meta_name {
    border-left: 3px solid #7c7c7c;
    padding-left: 10px;
}
.writer_name_tt {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
}
.post_date_tt{
	font-size: 16px;
}
.footer_contact {
    font-size: 18px;
    line-height: 26px;
}
.list_post_tt img {
    height: auto !important;
    width: 100% !important;
}
.list_post_tt h4 {
    color: black;
		font-size: calc(1em + .2vw);
}
.list_post_tt{
	border-radius: 5px;
}
.category_meta .children_cat i {
    color: #bb0000;
    font-size: 14px;
}
.category_meta .children_cat a{
	    color: black;
	    font-size: 19px;
			padding-right: 10px;
}
.category_meta h2 {
    font-size: 26px;
}
