html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 17px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: 'Tiro Bangla', serif;
}
body {
    color: #000;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #000;
}
a:hover {
    color: #ca1f2f;
}
p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 5px;
    font-family: 'Tiro Bangla', serif;
}
.clearfix{
	clear: both;
}
.sec_heading_wrap {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_heading_wrap h4 {
    margin: 0;
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
}
.rm_btn_wrap {
    margin: 18px auto 0;
    text-align: center;
}
.rm_btn_wrap a.rm_btn {
    font-size: 17px;
    font-family: 'Tiro Bangla', serif;
    display: inline-block;
    padding: 7px 25px;
    background: #ca1f2f;
    color: #fff;
    border-radius: 34px;
}
.rm_btn_wrap a.rm_btn:hover {
    background: #233a9c;
}


.title_font {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
    line-height: 30px;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */







/* Start Header */
.dropdown:hover .dropdown-menu {
      display: block;
}
.header .main_head li.nav-item .dropdown-menu {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.header .main_head li.nav-item .dropdown-menu a.dropdown-item {
    font-size: 18px;
	font-family: 'Tiro Bangla', serif;
}
.header .main_head li.nav-item .dropdown-menu a.dropdown-item:hover {
    background: #a7b6f4;
}
.header .main_head {
    background: #ffffff;
    z-index: 9;
    padding: 0;
    position: relative;
    border-top: 1px dashed #dbdbdb;
}
.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}
.header {
    background: #fff;
    position: relative;
    transition: all 0.3s;
    z-index: 9;
	box-shadow: 0px 4px 40px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 4px 40px rgba(0,0,0,0.15);
	top: -20px;
}
.header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
	transition: all 0.3s;
	transform:  translateY(20px);
}

/*** after scroll sticky header ****/
.header.fixed-top .th_head {
    display: none;
}
.header.fixed-top .header_search_box.open_sbox form.search-form {
    top: 45px;
}
/*** after scroll sticky header ****/


.header nav.navbar.navbar-expand-lg {
    padding: 0;
	position: relative;
}
.header .navbar_wrapper a.nav-link {
    color: #fff;
    padding: 15px 8px;
}
.header .main_head li.nav-item.dropdown::after {
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #040404;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
    transition: .3s;
    position: absolute;
    top: 20px;
    right: 0px;
}
.header .main_head li.nav-item.dropdown {
    margin-left: 5px;
}
.header .navbar_wrapper .nav-item a.s_logo {
    width: 35px;
    margin-top: 9px;
    margin-right: 10px;
    display: none;
}

.header.fixed-top .navbar_wrapper .nav-item a.s_logo {
    display: block;
}


.header .logo_wrap {
    width: 340px;
    margin: auto;
    text-align: center;
}
.header .logo_wrap a.navbar-brand {
    margin: auto;
    display: block;
    padding: 0;
    width: 110px;
}
.header .th_head {
    margin-bottom: 15px;
    padding-top: 25px;
}

.header .logo_wrap .date_time {
    margin-top: 10px;
}
.header ul.mobile_whatsapp_box {
	display: none;
}
.mview_nav_link_wrap {
	display: none;
}
.header .main_head a.nav-link {
    font-size: 17px;
    color: #111;
    padding: 12px 13px;
    font-family: 'Tiro Bangla', serif;
}
.header .main_head a.nav-link.dropdown-toggle::after {
    font-size: 14px;
    padding-left: 0;
    margin-left: 2px;
}
.btm_mobile_menu_bar{
	display: none;
}
.header .main_head a.nav-link:hover, .header .main_head a.nav-link:active, .header .main_head a.nav-link:focus, .header .main_head a.nav-link.active {
    background: #ca1f2f;
    color: #fff;
}
.header_search_box form.search-form {
    position: absolute;
    top: 120px;
    right: 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    width: 0;
	transition: all 0.3s;
}
.header_search_box.open_sbox form.search-form {
    top: 54px;
    opacity: 1;
    width: 300px;
    padding: 6px 10px;
    z-index: 999;
}
.header_search_box a.search_icon {
    display: block;
    color: #181818;
    font-size: 18px;
}
.header_search_box a.close_icon {
    color: #181818;
    display: none;
	 font-size: 18px;
}


/* Header expand more menu */
.header .main_head a.nav-link.more_menu {
    display: flex;
}

.header .main_head a.nav-link.more_menu .hm_icon {
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 7px;
    margin-top: 3px;
}

.header .main_head a.nav-link.more_menu .hm_icon span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #141414;
    border-radius: 5px;
    transition: all 0.3s;
}
.header .main_head a.nav-link.more_menu:hover .hm_icon span {
		background: #fff;
	}
.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(1) {
    top: 0;
    transform: rotate(0);
}
.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
    height: 2px;
    width: 100%;
}
.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(2) {
    top: 7px;
    transform: rotate(0);
}
.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(2) {
    transform: rotate(-45deg);
    width: 100%;
    height: 2px;
}

.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(3) {
    top: 14px;
}

.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(3) {
    display: none;
}

/* // Header expand more menu */



/* Header Search box */
.header_search_box.open_sbox a.search_icon {
    display: none;
}
.header_search_box.open_sbox a.close_icon {
    display: block;
}
.header_search_box form.search-form button.form-control.form-control-submit {
    width: 40px;
    padding: 0;
    background: #1a2c78;
    color: #fff;
    border: none;
    border-radius: 0px 4px 4px 0px;
}
.header_search_box form.search-form input.form-control {
    border-radius: 4px 0px 0px 4px;
    font-size: 17px;
    width: 85%;
    font-family: arial;
}

.header_search_box form.search-form div#search {
    display: flex;
}

/* // Header Search box */

#mobile_sidebar_menu.m_nav_menu {
	display: none;
}
.header .hum_menu_icon {
    display: none;
}
/* More Overlay menu */


.more_overlay_menu_wrapper::-webkit-scrollbar {
    width: 4px;
    height: 0px;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-thumb {
  background: #ddd;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}


.more_overlay_menu_wrapper {
    margin: auto;
    position: absolute;
    top: 50px;
    background: #f5f5f5;
    left: 0;
    right: 0;
    padding: 0;
    height: 1px;
    z-index: 9;
    border-right: 1px solid #626262;
    border-left: 1px solid #626262;
    border-bottom: 1px solid #626262;
    overflow-y: scroll;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	opacity: 0;
}
.more_overlay_menu_wrapper.overlay_expanded {
    height: 100vh;
    padding: 1rem;
	opacity: 1;
}
.more_overlay_menu_wrapper .more_menu_list_area {
    display: flex;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list {
    padding: 0 15px;
    border-right: 1px dashed #b5b5b5;
    width: 20%;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list:last-child {
    border: none;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li {
    padding: 3px 0 3px 15px;
    position: relative;
}
.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li a {
	font-family: 'Tiro Bangla', serif;
	font-weight: 600;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li:before {
    width: 7px;
    height: 7px;
    background: #ca1f2f;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li .sub_head_link_wrap a {
    display: block;
    font-size: 16px;
    padding: 2px 0px;
    font-family: 'Tiro Bangla', serif;
    font-weight: 400;
}
.more_overlay_menu_wrapper .overlay_social_area {
    clear: both;
    margin-top: 1rem;
    text-align: center;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links {
    float: none;
    margin: auto;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li a {
    font-size: 12px;
    font-family: arial;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li a img.img-fluid {
    width: 17px;
    margin-right: 2px;
}
/* // More Overlay menu */


/******* End Header *********/


/******* Start Breacrumb *********/
.breadcrum_wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 30px 0 40px;
    border-bottom: 4px double #ddd;
    padding: 8px 3px;
}
.breadcrum_wrap .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumbs li {
    font-size: 16px;
    display: block;
    padding: 0 6px;
    color: #ababab;
}
.breadcrumbs li a {
    font-size: 16px;
    color: #000000;
    position: relative;
    display: block;
    font-family: 'Tiro Bangla';
}

.breadcrumbs li a:after {
    content: "/";
    margin-left: 3px;
}

/******* End Breacrumb *********/


 .ad_970 a,  .ad_300 a  {
    display: block;
    text-align: center;
}
.ad_300 img.img-fluid {
    width: 100%;
}
 .breaking_news {
    margin: auto;
    overflow: hidden;
    height: 43px;
}

 .breaking_news .bn_label {
    text-transform: uppercase;
    padding: 9px 13px 0 0px;
    float: left;
    height: 43px;
    background: #fc3740;
}
.breaking_news .bn_label h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    font-family: arial;
    line-height: 22px;
    z-index: 1;
    position: relative;
    padding-left: 9px;
}
.breaking_news .bn_news ul li {
    padding-right: 18px;
    margin-right: 17px;
    position: relative;
    float: left;
}
.breaking_news .bn_news ul li:before {
    width: 1px;
    height: 19px;
    content: "";
    position: absolute;
    right: 0px;
    background: #ffffff;
    top: 11px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
}
.breaking_news .bn_news ul li:last-child:after {
    display: none;
}
.breaking_news .bn_news {
    overflow: hidden;
    background: #1a2c78;
}
.breaking_news #demo2 ul li {
    float: left;
    line-height: 45px;
    height: 40px;
}
.breaking_news #demo2 ul li a {
    font-family: 'Tiro Bangla', serif;
    color: #fff;
}
.br_news_sec {
    margin-top: 10px;
}
.ad_section {
    background: #ededed;
    margin: 25px 0;
    text-align: center;
    padding: 20px;
}




/** Top News feed sec */
.top_news_feed_sec {
    margin-top: 25px;
}
.hero_thumb_withimg {
    cursor: pointer;
}


.hero_thumb_withimg .hero_element {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.hero_thumb_withimg .hero_element a.news_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    z-index: 2;
    opacity: 1;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.hero_thumb_withimg.xl_th .hero_element a.news_img img {
    object-fit: contain;
    height: 532px;
    object-position: top;
    transition: 1s ease;
}
.hero_thumb_withimg .hero_element a.news_img img {
    object-fit: contain;
    object-position: top;
    transition: 1s ease;
}
.hero_thumb_withimg .hero_element:hover a.news_img img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.news_share_box {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}
.news_share_box .share_icon {
    background: #fff;
    padding: 0px;
    color: #de1d2f;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news_share_box .share_icon i.bi.bi-share-fill {
    font-size: 11px;
    margin-top: 4px;
}

.news_share_box .media_link {
    background: #fff;
    padding: 0px 9px;
    border-radius: 4px;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.news_share_box.open_share .media_link {
    padding: 3px 9px;
    height: auto;
}

.news_share_box .media_link a img {
    width: 18px;
}
.vp_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    width: 30px;
}


.hero_thumb_withimg .hero_element .news_item_detail {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}

.hero_thumb_withimg .hero_element .news_item_detail .news_category a {
    display: inline-block;
    background: #777;
    color: #fff;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 14px;
}

.hero_thumb_withimg .news_item_detail .title_font {
    color: #fff;
}

.hero_thumb_withimg .news_item_detail .author_date {
    opacity: .6;
    color: #fff;
}
.hero_thumb_withimg .news_item_detail .author_date p {
    font-family: arial;
    font-size: 13px;
    margin: 0;
    color: #fff;
}
.hero_thumb_withimg .news_item_detail .author_date p a.author_link {
    color: #fff;
}
.news_item_detail .author_date p {
    font-family: arial;
    font-size: 13px;
    margin: 0;
    color: #757575;
}

.news_item_detail .author_date p a.author_link {
    font-size: 13px;
    font-family: arial;
    margin-right: 11px;
}
.news_category a {
    background: #fae6e8;
    padding: 2px 6px;
    font-size: 13px;
    color: #ca1f2f;
    border-radius: 3px;
    font-weight: 500;
}

.txt_news_detail {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 22px;
    min-height: 255px;
}

.txt_news_detail .author_date p {
    font-size: 13px;
    font-family: arial;
    color: #757575;
}

.txt_news_detail .author_date p a.author_link {
    font-size: 13px;
    font-family: arial;
    color: #757575;
    margin-right: 8px;
}
/** // Top News feed sec */




/**  Horizontal news list sec */
.hr_news_list .top_pic_th {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 14px;
}
.hr_news_list .hr_news_box a.title_font {
    margin: 7px 0;
}
/** // Horizontal news list sec */





/** Poll Sec */
.vote_sec {
    margin: 25px 0;
    background: #ededed;
    padding: 25px;
}
.poll {
    background: #1a2c78;
    text-align: center;
    color: #fff;
    padding: 1.2rem;
    max-width: 700px;
    margin: auto;
}

 .poll h2 {
	font-size: 38px;
	padding: 0;
	margin: 0;
}

.poll h5 {
    font-size: 22px;
    margin: 15px 0;
    line-height: 33px;
}

 .poll .selection li {
	display: inline-block;
	margin: 0 15px;
}
 .poll .selection li .form-check {
	display: flex;
}
 .poll .selection li label.form-check-label {
    font-size: 17px;
}
 .poll .selection li .form-check-input {
    font-size: 14px;
    margin-right: 7px;
}
 .poll .selection li .form-check-input:checked {
	background-color: #ed1a3b;
	border-color: #ed1a3b;
}
.poll .captcha {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
}
.poll .captcha li {
	list-style: none;
}

.poll .captcha li .sum {
    font-size: 17px;
    margin-right: 10px;
    font-family: arial;
}
.poll .captcha li .result {
			width: 170px;
		}
.poll .captcha li input#sum {
    border: none;
    padding: 9px 5px;
    font-size: 17px;
    width: 100%;
}

.poll .captcha li input[type="submit"] {
	background: #ed1a3b;
	color: #fff;
	border: none;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
}
/** // Poll Sec */



/** Footer */
.footer {
	background: #4e4e4e;
	padding: 40px 0;
	margin-top: 40px;
}

.footer .site_wrapper {
    padding: 0;
    background: none;
    margin-top: 0;
}
.footer .link_list {
    column-count: 4;
}
.footer .link_list li a {
    display: block;
    color: #fff;
    padding: 6px 0px;
    font-family: arial;
    font-size: 14px;
    border-left: 2px solid transparent;
    line-height: 24px;
}
.brn_footer {
    background: #3c3c3c;
    text-align: center;
    padding: 30px 0;
}

.brn_footer li {
    display: inline-block;
    margin: 0 4px;
}

.brn_footer li a {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 30px;
    text-align: center;
}
.footer .link_list li a:hover {
    color: #ff707e;
}
.brn_footer li a img {
    display: inline-block;
}

.brn_footer li a:hover {
    background: #afafaf;
}

.brn_footer p {
    font-family: arial;
    font-size: 13px;
    color: #757575;
    margin-top: 7px;
}
/** // Footer */



/**  News category page **/
.vr_news_list {
    overflow: hidden;
}

.vr_news_list .vr_news_box {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 10px 0px;
}

.vr_news_list .vr_news_box .pic_th {
    width: 120px;
    margin-right: 13px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    float: left;
}

.vr_news_list .vr_news_box a.sm_title_font {
    font-weight: 600;
    font-size: 15px;
}
.vr_news_list .top_pic_th {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 14px;
}
.vr_news_list.category_page_vr_news_list .vr_news_box a.title_font {
    margin: 5px 0;
}
.vr_news_list.category_page_vr_news_list .vr_news_box .pic_th {
    width: 220px;
}

.vr_news_list.category_page_vr_news_list .vr_news_box {
    border-bottom: 1px solid #ddd;
    border-top: none;
}
.pagination {
    display: block;
    margin: 30px 0;
    overflow: hidden;
}

.pagination ul.pagination-list {
    display: flex;
	flex-wrap: wrap;
}

.pagination ul.pagination-list a, .pagination ul.pagination-list span {
    display: block;
    padding: 5px 12px;
    background: #fff3f3;
    font-family: cambria;
    border: 1px solid #ca1f2f;
    border-radius: 4px;
    color: #ca1f2f;
}
.pagination ul.pagination-list span.current {
    background: #ca1f2f;
    color: #fff;
}

.pagination ul.pagination-list li.page-item {
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
}
/**  //News category page **/


/**  News View page Single article **/

.single_artile_page_wrap .single_article_lft_content {
    background: #f9f9f9;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.single_article_lft_content .top_article_sec {
    overflow: hidden;
    clear: both;
}

.single_article_lft_content .top_article_sec .topic_title {
    font-size: 33px;
    color: #ca1f2f;
    font-family: Times New Roman;
    font-weight: 600;
}
.single_article_lft_content .top_article_sec h1.news_title {
    font-size: 40px;
    line-height: 55px;
    margin: 10px 0;
    font-weight: 600;
}
.single_article_lft_content p strong {
    font-weight: 700;
    font-size: 20px;
}
.single_article_lft_content .top_article_sec h2.news_sht_desc {
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
}

.single_article_lft_content .article_th_sec .img_box {
    text-align: center;
    display: block;
}

.single_article_lft_content .article_th_sec p {
    margin-top: 15px;
}
.single_article_lft_content .editor_share_sec {
    margin-bottom: 15px;
    border-bottom: 1px solid #9b9b9b;
    display: flex;
    margin-top: 30px;
}
.single_article_lft_content .editor_share_sec .posted li {
    display: inline-block;
    margin-right: 10px;
    border-right: 3px solid #a1a1a1;
    padding-right: 10px;
    line-height: 18px;
    margin-top: 10px;
    color: #828282;
}

.single_article_lft_content .editor_share_sec .posted li:last-child {
    border: none;
    padding-right: 0;
}

.single_article_lft_content .editor_share_sec h5.publish {
    color: #828282;
}

.single_article_lft_content .editor_share_sec h5.publish span.fnt_bold {
    color: #000;
}
.single_article_lft_content .byline_author {
    overflow: hidden;
    margin: 10px 0;
    border-left: 2px solid #000;
    padding-left: 5px;
}

.single_article_lft_content .byline_author li {
    display: inline-flex;
    font-size: 14px;
    border-right: 1px solid #777;
    color: #777;
    margin-right: 10px;
    padding-right: 10px;
}

.single_article_lft_content .byline_author li:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.single_article_lft_content .article_share_sec {
    overflow: hidden;
    margin: 18px 0;
    background: #fff;
    padding: 4px;
}

.single_article_lft_content .article_share_sec li {
    display: inline-block;
    margin: 0 3px;
}
.single_article_lft_content p {
    line-height: 34px;
    font-size: 19px;
    margin-top: 20px;
}
.single_article_lft_content .related-posts {
    margin: 17px 0;
}

.single_article_lft_content .related-posts h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #123983;
}

.single_article_lft_content .related-posts .txt_news_detail {
    background: #fff;
    padding: 15px;
    min-height: auto;
}

.single_article_lft_content .related-posts .txt_news_thumb {
    width: 50%;
    float: left;
    padding: 4px 10px;
}
.single_article_lft_content .related-posts .vr_news_list .pic_th {
    width: 160px;
}
.single_article_lft_content .related-posts .txt_news_thumb a.title_font {
    margin: 0;
	color: #ca1f2f;
}
.single_article_lft_content .related-posts .vr_news_list {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.single_article_lft_content .related-posts .vr_news_list .vr_news_box:first-child {
    border: none;
}
.single_article_rht_content .hr_news_list {
    margin-top: 15px;
}
.single_article_rht_content .hr_news_box a.title_font {
    font-size: 18px;
    margin: 10px 0;
}
.single_article_lft_content .related-posts .vr_news_list a.title_font {
    margin: 0;
}

/**  // News View page Single article **/






