/*font face implementation*/
@import "https://fonts.maateen.me/solaiman-lipi/font.css";
body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;font-size: 16px;}
h1, h2, h3, h4, h5, h6{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;}
a{text-decoration: none}
a:hover{text-decoration: none}
img{max-width: 100%}
.single_lead:hover img{opacity: 0.8;}
.top_logo{max-height: 195px}
/*default animation*/
.search_section, .at-user__avatar, .at-user, .at-social{
    -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;
}
.body_mask {
	width: 100%;
	position: absolute;
	background: #00000091;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
    display: none;
}
.body_mask.open{display: block;z-index: 1}
.header_section{
    background: #fff;
    /*border-bottom: 1px solid rgb(204, 204, 204);*/
    position: relative;
    z-index: 1
}
.navbar-nav { 
            margin-left: auto; 
        } 
#top_navbar{padding: 0px;border-bottom: 2px solid #000;}
.nav-link{padding: 1rem 1rem;}
#top_navbar .navbar-nav .nav-link {
	color: #333;
	font-size: 17px;
    border-bottom: 4px solid #fff;
    border-color: transparent;
}
#top_navbar .navbar-nav .nav-link:hover{
    background: #efefec;
    border-color:#d84315;
}

#top_navbar .navbar-nav .all_menu_button{padding: 1rem 1rem;padding-right: 0px}
#top_navbar .navbar-nav .all_menu_button a.nav-link{padding: 0;border-right: 1px solid #DDD;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}
#top_navbar .navbar-nav .all_menu_button a.nav-link:hover{background:none;border-color: transparent}
#top_navbar .navbar-nav .social_drop_down{}
#top_navbar .navbar-nav .social_drop_down a.nav-link{
    padding: 0.8rem 1rem;margin-top: 2px;
}
#top_navbar .navbar-nav .social_drop_down a.nav-link i{
    background: #0084ff;
    color: #FFF;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
}
#top_navbar .navbar-nav .social_drop_down a.nav-link:hover{border-color: #FFF;background:inherit}
#top_navbar .navbar-nav .social_drop_down .dropdown-menu{border-radius: 0px;}
#top_navbar .navbar-nav .social_drop_down .dropdown-menu .dropdown-item{border-bottom: 1px solid #DDD;}
#top_navbar .navbar-nav .social_drop_down .dropdown-menu .dropdown-item:last-child{border-bottom: none;}
#top_navbar .navbar-nav .social_drop_down .dropdown-menu .dropdown-item:hover{}

#top_navbar .navbar-nav .all_menu_button a.nav-link .fa{margin-right: 5px}
#top_navbar .navbar-nav .all_menu_button a.nav-link.collapsed .fa-bars{display: inline-block}
#top_navbar .navbar-nav .all_menu_button a.nav-link.collapsed .fa-times{display: none}

#top_navbar .navbar-nav .all_menu_button a.nav-link .fa-bars{display: none}
#top_navbar .navbar-nav .all_menu_button a.nav-link .fa-times{display: inline-block}


.top_timer{
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    margin: 0;
}

/*This style for top search*/
.top_search_button{}
.top_search_button a.nav-link{}
#top_navbar .navbar-nav .top_search_button a.nav-link:hover{background:none;border-color: transparent}

.search_section {
	position: absolute;
	width: 100%;
	top: 0px;
	background: #FFF;
	padding: 8px;
    display: none;
    width:0px;
}

.search_section_open{display: block;width: 100%;z-index: 2;}
.search_section .form-control{
    border: 2px solid #f0f0ed;
    color: #000;
}
.search_section .btn{
    color: #000;
    background: #efefef;
    border-color: #efefef;
}


/*This style for all menu section*/

.mega_menu_section{
    position: absolute;
    width: 100%;
    z-index: 3;
    background: #FFF;
}
.mega_top{}
.mega_top ul{list-style: none;padding: 0;}
.mega_top ul li{ }
.mega_top ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    
}
.mega_top ul li a:hover, .mega_bottom ul li a:hover{
    color: #1e88e5;
}
.mega_top ul li a fa-photo{
    color: #9c27b0;
    margin-right: 12px;
}
.mega_top ul li a fa-video-camera{
    color: #5c6bc0;
    margin-right: 12px;
}
.mega_top ul li a fa-file-text{
    color: #d84315;
    margin-right: 12px;
}
.mega_menu_border{border-bottom: 1px solid #ccc;}

.mega_bottom{}
.mega_bottom ul{list-style: none;padding: 0;}
.mega_bottom ul li{float: left}
.mega_bottom ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    padding-right: 15px;
    padding-bottom: 10px;
    
}
.mega_bottom ul li a img{max-height: 25px;}
.icon_menu ul li a{padding-right: 30px;}






/*This style for footer section*/
/*footer menu*/
.footer_menus{}
.footer_menus ul{margin: 0;padding: 0;list-style: none}
.footer_menus ul li{}
.footer_menus ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #FFF;
}
.footer_menus ul li a i{color: #ffb300;}
.footer_menus ul li a:hover{color: #ffb300;}
.footer_menu_inner{margin-top: 15px;}

.footer_section{
    background-color: #24C497;
    padding-top: 0px;
    height:inherit;
}

.footer_text_one{
    color: #000;
}

.footer_bottom {
	color: #FFF;
	background: #FF003C;
}
.footer_bottom a, .footer_text_one a{color: #FFF}
.footer_bottom p, .footer_text_one p{margin: 0}
.bottom_icon_menu ul li a{color:#FFF}
.bottom_icon_menu ul li a:hover{color:#ffb300}







/* single-media*/
.single-media {
}

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

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

.single-media .media .media-left img {
  width: 80px;
}

.single-media .media .media-body .media-heading {
  color: #000;
  text-decoration: none;
}

.single-media .media .media-body .media-heading:hover {
  color: #439ec9;
}

.photo a.badge {
  position: absolute;
  top: 0;
  border-radius: 0;
  color: #f1f1f1;
}

.photo a.badge:hover {
  color: #439ec9;
}

.photo .carousel-inner .caption a {
  background: rgba(0,0,0,.8);
  display: block;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.breadcrumb li a {
  color: #b30f0f;
}

.breadcrumb li a:hover {
  color: #8d0f0f;
}

.photo-title {
}

.photo-title h1 {
}

.photo-title small {
  font-size: 14px;
}

.photo-title small a {
  color: #000;
  font-weight: bold;
}

.photo-title small a:hover {
  color: #439ec9;
}

.photo-title blockquote {
  padding: 10px 0 10px 25px;
  margin: 25px 0;
  line-height: 26px;
}

.photo-title .media {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.photo-title .media .media-left img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
}

.photo-title .photo-tags {
  margin-bottom: 15px;
  padding: 0;
}

.photo-title .photo-tags li {
  display: inline-block;
}

.photo-title .photo-tags li a {
  color: #8a8a8a;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
}

.photo-title .photo-tags li a:hover {
  background: #b30f0f;
  color: #fff;
  border-color: #b30f0f;
}


/*Photo gallary style*/
.single-block .icon-box {
	position: absolute;
	top: 0;
	left: 0;
}
.single-block .icon-box i {
	color: #fff;
	padding: 10px 15px;
	background: rgba(0,0,0,0.6);
	display: inline-block;
}
.single-block .img-box:hover .icon-box i {
	background: #b30f0f;
}
.single-block a {
	color: #000;
	display: block;
	text-decoration: none;
}
.catTitle {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	font-size: 26px;
	padding-left: 10px;
}
.catTitle::before {
	content: ' ';
	width: 4px;
	height: 22px;
	background: #cd171e;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.catTitle a {
	background: transparent;
	color: #000;
	padding-right: 15px;
	text-decoration: none;
}
.photoGallaryCats{}
.photoGallaryCats a{color: #E0E0E0;text-decoration: none;}
.photoGallaryCats a:hover{color: #FFC107;}
.photoGallaryCats .single{margin-top: 20px}
.photoGallaryCats .single .img_ic{position: relative}
.photoGallaryCats .single .img_ic i {position: absolute;bottom: 0px;left: 0px;background: #000c;padding: 6px;}
.photoGallaryCats .single h2{font-size: 18px;line-height: 26px;word-wrap: break-word;font-weight: bold;margin-top: 5px;}
.photgallary{background: #333}
.gallary_caption{}
.photoGallaryCat a{color: #FFC107;}
.gallary_slider{padding-right: 0px !important}
.gallary_slider .item img{width:100%}
.gallary_slider .carousel-control{top: 50%;box-sizing: inherit;opacity: 0.9;margin-top: -40px;background-image:inherit}
.gallary_slider .carousel-control i{font-size: 80px;}
.gallary_slider .carousel-control.right, .gallary_slider .carousel-control.right{background:inherit}
.gallary_caption h1{font-size: 22px;line-height: 30px;color:#E0E0E0;}
.gallary_caption h1 i{}
.gallary_caption h1 a{color: #FFF;}
.gallary_caption p{color: #E0E0E0;font-size: 15px;display: none}
.gallary_caption p.galary_caption_p{display: block}
.photo_archive  .single-block{background: #f6f6f6}
.photo_archive .single-block h4 a {
	padding: 0px 10px;
	font-size: 20px;
	margin-top: 10px;
}
.photo_archive  .single-block h4{min-height: 50px;}


/* fv-live */
.catTitle {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	font-size: 26px;
	padding-left: 10px;
}
.single-block {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	min-height: 240px;
}
.single-block .img-box {
	position: relative;
}
.single-block h4 {
	margin: 0 0 5px 0;
	font-size: 1em;
	line-height: 26px;
}
.single-block .details {
	padding: 10px 15px;
	min-height: 75px;
}
.single-block .details .media {
	border-top: 1px solid #DDD;
	margin: 0 !important;
	padding: 10px 0;
	overflow: hidden;
}
.media-left, .media > .pull-left {
	padding-right: 10px;
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.media-left, .media > .pull-left {
	float: left;
}
.single-block .details a {
	display: block;
	overflow: hidden;
	max-height: 50px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
.single-block .details a{text-decoration: none}
.media-object {
	display: block;
}
.single-block img {
	width: 100%;
	font-size: 12px;
	line-height: 1;
	color: #a2a2a2;
}
.single-block .details .media .media-left img {
	width: 80px;
}
.fb-live{background: #111 !important;}
.fb-live h2{margin-left:0px}

.fb-live h2 a:hover {text-decoration:none;}
.fb-live .single-block{background:#111 !important;margin-bottom:0!important;overflow:hidden;}
.fb-live .single-block .img-box{padding:0px 10px}
.fb-live .single-block h4{}
.marginTopBottom15{margin-top:15px;margin-bottom:15px}
.fb-live .single-block > h4 a {
    color: #fff !important;
    padding: 10px 10px 0;
    font-size:20px;
    text-decoration: none
}
.fb-live .single-block a{color:#fff!important;}
.fb-live .single-block a:hover{color:#BFC9DE!important;}
.fb-live .single-block .media{padding:5px 0;border-color: #3b3b3b;}
.fb-live .single-block .details{}
.fb-live .allnews a{background: #000;color:#fff!important;}
.fb-live .single-block .details .media .media-left, .fb-live  .single-block .img-box a{position:relative;min-width: 100px}
.fb-live .single-block .details .media .media-left i, .fb-live .single-block .img-box i{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000c;
    padding: 6px;
}
.ptb20{padding: 20px 0px;}
.paddingTopBottom20{padding-top:20px;padding-bottom:20px}
.marginTopBottom20{margin-top:20px;margin-bottom:20px}
.marginTop20{margin-top:20px;}
.marginBottom20{margin-bottom:20px;}



/*samakal box Design*/
.flex-row {
	display: inline-block;
	 width: 100%; 
	clear: both;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	 flex-direction: row; 
}
.flex-col {
	 display: inline-block; 
	 display: -webkit-flex; 
	 -webkit-flex-wrap: wrap;
	 display: flex; 
	 flex-wrap: wrap; 
	 display: inline-block; 
	 display: -webkit-flex; 
	 -webkit-flex-wrap: wrap;
	 display: flex; 
	 flex-wrap: wrap; 
}
.lightbox{
    z-index: 9999999;
}

.single_wide_column img {
	width: 35px;
	height: 35px;
}

.box-black {
    background-color: #212121;
}
.ptb20 {
    padding: 20px 0px;
}


/*Design for our team template*/

.at-column {z-index: 0;position: relative;background: #FFF;box-shadow: 0 0 0 1px #E2E9ED;padding: 10px;box-sizing: border-box;}
.at-column:hover {z-index: 1;box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);-webkit-transform: scale(1);transform: scale(1);}
.at-column:hover .at-social {margin: 16px 0 0;opacity: 1;}
.at-column:hover .at-user {padding-top:0px;  }
.at-column:hover .at-user__avatar {margin-bottom:14px;  }
.at-user {left: 0;width: 100%;text-align: center;padding-top:30px;}
.at-user__avatar {width:80%;border-radius: 100%;margin: 0 auto 20px;overflow: hidden;border: 3px solid #ddd;}
.at-user__avatar img {display: block;}
.at-user__name {color: #313435;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;font-size: 1.5rem;font-weight: 500;line-height: 1.625rem;}
.at-user__title {color: #6F808A;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;font-size: 1rem;line-height: 2.375rem;}
.at-social {margin: 0 0 -18px;padding: 0;opacity: 0;}
.at-social__item {display: inline-block;margin: 0 4px;}
.at-social__item a {background: #3f51b5;color: #fff;display: block;height: 30px;line-height: 30px;text-align: center;width: 30px;}



/*This style for video section images/video_section_bg.jpg*/
.video_top_content{color:#FFF;background-color: #252525;padding:50px 0px;position:relative}
.video_top_content:after{content: ' ';position: absolute;width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #252525;left: 50%;margin-left: -10px; bottom: -20px;}
.video_sharing_section{  background-image: url(../images/video_section_bg.jpg);  background-repeat: no-repeat; background-size: cover; padding: 50px 0px;  background-attachment: fixed;  background-position: center;}
.video_top_content h1{color: #FFF}



.big_category_header{background-color:#FFF;background-position: top center;background-repeat: no-repeat;background-size: contain;}
.category_cat_head{min-height: 50px}
.category_cat_head h1{margin: 0px;padding:0px}
.category_cat_head h1 a{color: #040707;text-decoration: none;padding: 15px 0px;display: inline-block}
.category_cat_head h1 span a{font-size: 20px;color: #660404;font-style: italic;}
.sub_category_menu{min-height: 48px;background:#0003}
.sub_cateogry_menu{margin: 0;padding: 0;list-style: none;}
.sub_cateogry_menu li{float: left;}
.sub_cateogry_menu li a{display: block;color: #000;text-decoration: none;padding: 9px;border-bottom: 4px solid #0003;border-color:transparent}
.sub_cateogry_menu li a:hover{border-color: #660404}
.sub_cateogry_menu li a.active{border-color: #660404}




/*This style for single category page*/
.single_lead{position: relative}
.single_lead a{text-decoration: none; color: #FFF}
.single_lead a:hover{text-decoration: none; color: #ffc107}
.single_lead a img{width: 100%}
.single_lead a h1 {
	position: absolute;
	top: ;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00000082;
	margin: 0;
	padding: 10px 10px;
	font-size: 30px;
}
.single_lead.sl_small a{color: #FFF}
.single_lead.sl_small a:hover{color: #ffc107}
.single_lead.sl_small a img{}
.single_lead.sl_small a h1{
    font-size: 20px;
padding-bottom: 5px;
}


.list_news{margin: 0;padding: 0; list-style: none;width: 100%;}
.list_news li {
	border-bottom: 1px solid #DDD;
	margin-bottom: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}
.list_news li:last-child{border-bottom: none;}
.list_news li a{color: #000;text-decoration: none;display: block;overflow: hidden}
.list_news li a:hover{color: #1e88e5;}
.list_news li a img {
	float: left;
	width: 25%;
	margin-right: 10px;
}
.list_news li a p{margin: 0;font-size: 18px}


.category_section a{text-decoration: none}
.category_section.box_news{}
.box_news:hover img{opacity: 0.8}
.box_news img{}
.box_news h2 {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 6px;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.box_news p{color: #333}
.box_news a{text-decoration: none}
.box_news a:hover{text-decoration: none}
.box_news:hover h2{color: #1e88e5;}
.box_news.small h2{font-size: 16px;line-height: 22px}
/*************************/
        /*family*/
/************************/
.family img {
	border: 1px solid #A4A6A9;
	padding: 3px;
}

.family_text {
	border: 1px solid #A4A6A9;
	text-align: center;
	background: #EBF2EE;
}
.family_text h3 {
	color: #000;
	font-size: 20px;
	padding: 7px;
	line-height: 25px;
    font-weight: 600;
}
.family_text h3:hover {
	color: #E31418;
}

.heading-headline-heading {
	overflow: hidden;
	background: #3a495e;
	border-bottom: 3px solid #313131;
	position: relative;
}
.heading-headline-heading a {
	color: #fff;
	display: inline-block;
	padding: 6px 30px 6px 15px;
	font-size: 20px;
	margin: 0;
	line-height: 20px;
    text-decoration: none;
}

.heading-headline-heading span {
	position: relative;
    margin-left: 10px;
}
.img_left {
	width: 70px;
	height: auto;
	float: left;
	padding-right: 5px;
}

.list_tabs {
	height: 300px;
	overflow-y: scroll;
}
.list_tabs .list_news {
	padding: 8px 0px;
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
}
.list_tabs .list_news:hover img{opacity: 0.8}
.tabs .nav-item{
    width: 50%;
    text-align: center;
    display: block;
    
}
.tabs .nav-pills .nav-link {
	background: #2a6ed9;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-top: 3px solid #2a6ed9;
	padding: 5px;
}
.tabs .nav-pills .nav-link.active {
	background: #3a495e;
	color: #fff;
	border-color: #3a495e;
}
#pills-tab {
	margin-bottom: 0 !important;
}

/***********************/
    /*sports_Section*/
/***********************/
.sports_section .list_news {
	padding: 5px;
	background: #FFF;
	box-shadow: none;
	border-top: 1px dashed #12bd4e;
	display: block;
	overflow: hidden;
	padding-left: 0;
}
.sports_section .list_news img {
	width: 37%;
	float: left;
	height: auto;
}
.sports_section .list_news h3 {
	font-size: 18px;
	line-height: 25px;
	padding: 5px;
	color: #000;
}
.sports_section .list_news p {
	margin: 0;
    padding-bottom: 3px;
    font-size: 14px;
    color:
    #000;
    padding-top: 5px;
    line-height: 22px
}

.list_news {
	padding: 9px 5px;
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    margin: 0;
}
.list_news p:hover{
    text-decoration: none;
}
.list_news p {
	color: #000;
	margin-bottom: 0px;
	max-height: 50px;
	overflow: hidden;
	font-weight: bold;
}
.list_news:hover p {
    color: red;
}

.list_news img {
	width: 90px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.overflow_model{
    position: relative;
}

.sports_page {
    background: #eff3f4;
}
.single_left {
    background: #fff;
    padding: 10px;
}
.single_left h2 {
    font-size: 28px;
}
.details-tag-heading {
    font-size: 18px;
    margin-top: 8px;
}
.details-tag-heading .fa {
    color: #333;
    font-size: 13px;
}

/*wrodpress claander style*/
#wp-calendar { width: 100%; font-size: 11px; background: #FFF;}
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #3b86b0; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }
#calendar_wrap{}

.single_date{
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #666;
}

.thumbnail_caption {
	border: 1px solid #CCC;
	text-align: center;
	font-style: italic;
	color: #666;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 15px;
	border-top: 0px;
}

/*top scroll style*/
.mt-round .mt-label{border-radius: 0px 0px 0px 0px;margin-left:0px;padding: 4px 13px;}
.mt-body{margin-left: 0px;margin-right:0px;margin-top:5px}
.mt-round{border-radius: 0px}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a{border-radius: 0px}
.mt-label{background: #F40101;}
.mt-news{background:#FFF}
.mt-news a {
	background: #FFF;
	color: #000;
	margin-right: 0px;
}
.mt-next, .mt-prev{background-color:#FFF;}
.mt-round .mt-next{border-radius: 0px}
.mt-next, .mt-play, .mt-prev{width:20px}
.mt-next:hover, .mt-play:hover, .mt-prev:hover{background-color: #bdbdbd;}
.mt-news a:hover{color:#cd171e;background:inherit}
.modern-ticker{height: 40px;border: 1px solid #000;}
.footer_scroll .mt-body {margin-top: 0px;}
.modern-ticker{background-color:#fff}
.mt-next, .mt-play, .mt-prev{height: 40px;}
.sports_page .breadcrumb{margin-bottom: 0px}
.divider-details {
    border-top: 1px solid #d0cdcd;
}





/*Jagoron Design style*/
.header_top{
    background: #1D6A01;
    color: #FFF;
}
.header_top p{margin: 0;margin-top: 4px;}
.top_social_menu{margin: 0;padding: 0;list-style: none;display: inline-block;}
.top_social_menu li{float: left;margin-left: 5px}
.top_social_menu li a {
	text-decoration: none;
	color: #FFF;
	padding: 2px;
}
.top_social_menu li a:hover{color: red}

.category_title{
    line-height: 36px;
    color: #484848;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #fe0104;
}
.category_title a {
	text-decoration: none;
	color: #484848;
	display: block;
}
.category_title a:hover{}

.light .box_news h2{font-weight: normal}
.light .list_news p{font-weight: normal}

/*************************/
/*Scroll To Top main.css*/
/************************/
.scroll_top .top .go-top {
    position: fixed;
    bottom: 0em;
    right: 0em;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 1em;
}
.go-top .fa {
	font-size: 50px;
	color: #d74315;
}
