/**
    Base Style
 */
 body {
	background: #f5f5f5;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	color: #0a090a;
}

*::-moz-selection {
	background: #FFF498;
	text-shadow: none;
}

::-moz-selection {
	background: #FFF498;
	text-shadow: none;
}

::selection {
	background: #FFF498;
	text-shadow: none;
}

a {
	color: #0a090a;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

small {
	font-size: 10px;
	line-height: 1.2;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #393838;
	font-family: 'SolaimanLipi', sans-serif;
	margin-bottom: 5px;
}

.section-padding {
	padding: 100px 0;
}

.section-padding-lg {
	padding: 150px 0;
}

.table-row {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

[data-overlay] {
	position: relative;
	z-index: 1;
}

[data-overlay]::before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

[data-overlay="2"]::before {
	opacity: 0.2;
}

[data-overlay="3"]::before {
	opacity: 0.3;
}

[data-overlay="4"]::before {
	opacity: 0.4;
}

[data-overlay="5"]::before {
	opacity: 0.5;
}

[data-overlay="6"]::before {
	opacity: 0.6;
}

[data-overlay="7"]::before {
	opacity: 0.7;
}

[data-overlay="8"]::before {
	opacity: 0.8;
}

[data-overlay="9"]::before {
	opacity: 0.9;
}

/*
    header area
*/
.navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: #ddd 5px 1px 5px 1px;
    padding:0px;
}
.navbar.navbar-light {

}


.banner time {
	margin-top: 10px;
	display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 1.2em;
}

/**
    special-sports area
 */

.special-sports-area {
	background-image: url(../img/sports-bg-1.png), url(../img/sports-bg-2.png), -webkit-linear-gradient(315deg, #ff1e50 0%, #232882 65%);
	background-image: url(../img/sports-bg-1.png), url(../img/sports-bg-2.png), -o-linear-gradient(315deg, #ff1e50 0%, #232882 65%);
	background-image: url(../img/sports-bg-1.png), url(../img/sports-bg-2.png), linear-gradient(135deg, #ff1e50 0%, #232882 65%);
	background-repeat: no-repeat;
	background-position: right -100px top 100px, left -114px top 50px, left top;
	background-color: #232882;
	background-attachment: fixed, fixed, scroll;
	padding: 60px 0;
	margin-bottom: 50px;
}

.sports-content {
	margin-bottom: 20px;
}

.sports-cat-news {
	background: #fff;
	padding: 12px 10px;
}

/**
    update news area
 */

.update-title {
	font-weight: 600;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.update-wrapper {
	position: relative;
	padding: 15px 0;
}

.update-news {
	width: calc(100% - 100px);
	overflow: hidden;
	color: Black;
	white-space: nowrap;
	margin-left: auto;
}

.update-news a {
	display: inline-block;
	padding-left: 40px;
}

.update-title h6 {
	margin: 0;
	background: #0054A5;
	padding: 5px 5px 5px 26px;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.update-title h6:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 13px solid transparent;
	border-right: 13px solid #0054A5;
	border-top: 13px solid transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	right: -13px;
	position: absolute;
}

.update-title h6:before {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #da0000;
	-webkit-box-shadow: 0 0 0 5px rgba(218, 0, 0, 0.4);
	box-shadow: 0 0 0 5px rgba(218, 0, 0, 0.4);
	-webkit-animation: pulseservices2 0.9s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: live 0.9s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes live {
	to {
		-webkit-box-shadow: 0 0 0 8px rgba(218, 0, 0, 0);
		box-shadow: 0 0 0 8px rgba(218, 0, 0, 0);
	}
}

@keyframes live {
	to {
		-webkit-box-shadow: 0 0 0 8px rgba(218, 0, 0, 0);
		box-shadow: 0 0 0 8px rgba(218, 0, 0, 0);
	}
}

/**
	home slider
 */

.home-single-slide {
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.home-single-slide .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(#191919), color-stop(rgba(130, 130, 130, 0)), color-stop(rgba(191, 191, 191, 0)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to top, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	opacity: 0.9;
}

.home-single-slide .title {
	position: absolute;
	bottom: 0;
	padding: 30px 40px;
	font-size: 26px;
	margin: 0;
	line-height: 1.6;
}

.home-single-slide .title a {
	color: #fff;
	text-decoration: none;
}

.home-single-slide .title a:hover {
	color: #da0000;
}

.home-slider button.owl-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.home-slider button.owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.home-slider:hover button.owl-prev {
	opacity: 1;
	visibility: visible;
	left: 10px;
}

.home-slider:hover button.owl-next {
	right: 10px;
	opacity: 1;
	visibility: visible;
}

/*
	braking-news-area
 */
.braking-news-area {
	background: #0054A5;
	padding: 15px 0;
}

.braking-news h6 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.single-braking-news a {
	color: #fff;
	font-size: 20px;
}

/*
	slider-feature-single
 */

.slider-feature-single {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
.slider-feature-single.lead-medium {
	background:white;
	margin-bottom:15px;
}
section#home-block-3 .slider-feature-single.lead-medium {
	min-height: 325px;
}

.slider-feature-single.lead-big .overlay,
section.category-lead-area .slider-feature-single.cat-feature.lead-medium .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(#191919), color-stop(rgba(130, 130, 130, 0)), color-stop(rgba(191, 191, 191, 0)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to top, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	opacity: 0.4;
	left: 0;
	top: 0;
}
.slider-feature-single.lead-medium .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	left: 0;
	top: 0;
}
.slider-feature-single .title {
	position: absolute;
	bottom: 0;
	padding: 30px 20px;
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
	width: 100%;
}
.slider-feature-single.lead-big .title{
	font-size: 2em;
	line-height: 1.1;
}
.slider-feature-single.lead-medium .title {
	position: relative;
	padding:15px;
	min-height: 94px;
}

.slider-feature-single .title a {
	color: #fff;
	font-weight: bold;
}
.slider-feature-single.lead-medium .title a {
	color: #000;
	font-weight: bold;
}

.slider-feature-single .title a:hover {
	color: #FFF;
}
.slider-feature-single.lead-medium .title a:hover {
	color: #143B5C;
}

section.category-lead-area .slider-feature-single.cat-feature img {
	width: 100%;
}

section.category-lead-area .slider-feature-single.cat-feature .title {
	position: absolute;
	padding: 30px 40px;
}
section.category-lead-area .slider-feature-single.cat-feature .title a {
	color:#FFF;
}

/*
	popular-news
*/

.popular-news-wrapper .heading {
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 1.5;
}

.news-list-item,
.single-cat-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
    background: #FFF;
	padding: 5px;
}
/* section.welcome-area .news-list-item{
	min-height: 86px;
} */

.widget-wrapper .single-cat-news {
    /*background: inherit;*/
}
.widget-wrapper .single-cat-news .content {
    flex: 0 0 100%;
    max-width: 100%;
}

.news-list-item .thumb {
	-webkit-box-flex: 0;
	/* -ms-flex: 0 0 24%; */
	/* flex: 0 0 24%; */
	/* max-width: 24%; */
	position: relative;
	margin-right: 15px;
	overflow: hidden;
}
.news-list-item .thumb img {
	/* width: 100%; */
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 64px;
	width: 120px;
}

.news-list-item .thumb:before {
	content: "";
	background: #fb0d23;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.news-list-item:hover .thumb:before {
	opacity: 0.5;
}

.news-list-item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-list-item .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.news-list-item .content h4 {
	font-size: 1.1em;
	margin-bottom: 0px;
}

.news-list-item .content h4 a {
	text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
}

/**
	cat news
 */

.cat-news-wrapper {
	padding: 10px 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	margin-bottom: 30px;
	background-color: #FFF;
}

.cat-heading,
.gallery-heading {
    font-size: 1.4em;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.5;
    color: white;
    padding: 10px 0;
    background: #143b5c;
    text-align: center;
}

.cat-news-area .cat-heading {
	margin-bottom: 0px;
}
.gallery-heading {
    background: #525250;
}
.cat-heading:before,
.gallery-heading:before {
	content: '';
	position: absolute;
    left: 15%;
    bottom: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
}
.gallery-heading:before {
    left: 25%;
    width: 50px;
}
.cat-heading:after,
.gallery-heading:after {
	content: '';
	position: absolute;
    right: 15%;
    bottom: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
}
.gallery-heading:after {
    right: 25%;
    width: 50px;
}
#prev {
    position: absolute;
    left: 15px;
    width: 35px;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    padding: 10px;
    display: block;
    background-color: #cecece;
    z-index: 9999;
}
#next {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 100%;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 10px;
    display: block;
    background-color: #cecece;
    z-index: 9999;
}
#prev:before {
    font-family: 'FontAwesome';
    content: "\f060";
}
#next:after {
    font-family: 'FontAwesome';
    content: "\f061";
}

.cat-heading.opinion {
	margin-bottom: 16px;
}

.single-cat-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.cat-news-wrapper .single-cat-news:last-child {
	margin-bottom: 0;
}

.single-cat-news .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	position: relative;
	margin-right: 15px;
	overflow: hidden;
}

.single-cat-news .thumb:before {
	content: "";
	background: #fb0d23;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.single-cat-news:hover .thumb:before {
	opacity: 0.5;
}

.single-cat-news .thumb img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.single-cat-news:hover .thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.single-cat-news .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.single-cat-news .content h4 {
	font-size: 1em;
	margin-top:5px;
}

.single-cat-news .content h4 a {
	text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
}

.single-cat-news.large-news {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-cat-news.large-news .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
}

.single-cat-news.large-news .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 15px;
}

/**
	widget area
 */

.widget-wrapper {
	margin-bottom: 30px;
}

.widget-wrapper .title {
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 1.5;
}

.widget-wrapper:hover .title:before {
	width: 50%;
}

.textwidget{
	text-align: center;
}

/**
	search widget
 */
.widget-search form {
	position: relative;
}

.widget-search form input {
	width: 100%;
	height: 60px;
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #202020;
	border: 1px solid #174d32;
	border-radius: 0;
}

.widget-search form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 60px;
	background-color: transparent;
	border: 0;
	color: #174d32;
}

.widget-search form input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fb0d23;
}

/**
	tab widget
 */

.tab-widget .nav-tabs {
	border-bottom: none;
}

.tab-widget .tab-content {
	margin-top: 15px;
}

.tab-widget .nav-tabs .nav-link {
	border: 0px;
	position: relative;
	font-weight: 600;
}

.tab-widget .nav-tabs .nav-item {
	margin-bottom: 0;
}

.tab-widget .nav-tabs .nav-link.active {
	background: #143b5c;
	color: #FFF!important;
}

/**
	advertisement
 */

.advertisement {
	margin-bottom: 30px;
	text-align: center;
}

/**
	feature slider
 */

.feature-slider-wrapper {
	padding: 10px 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	background-color: white;
}


.section-title-effect .section-title .heading {
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 1.5;
}


.section-title-effect:hover .section-title .heading:before {
	width: 50%;
}

.single-feature-slider {
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.single-feature-slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(#191919), color-stop(rgba(130, 130, 130, 0)), color-stop(rgba(191, 191, 191, 0)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to top, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	opacity: 0.9;
}

.single-feature-slider .title {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	font-size: 16px;
	margin: 0;
	line-height: 1.6;
}

.single-feature-slider .title a {
	color: #fff;
	text-decoration: none;
}

.single-feature-slider .title a:hover {
	color: #fff;
}


.feature-news-slider .owl-prev,
.feature-news-slider .owl-next {
	position: absolute;
	right: 33px;
	top: -48px;
	font-size: 18px !important;
	background: #174d32 !important;
	color: #fff !important;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.feature-news-slider .owl-next {
	right: 0;
}

.feature-news-slider .owl-next i,
.feature-news-slider .owl-prev i {
	padding: 10px;
}

.feature-news-slider .owl-prev:hover,
.feature-news-slider .owl-next:hover {
	background: red !important;
}

/**
	single-gallery-img
 */

.single-gallery-img {
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.single-gallery-img .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(#191919), color-stop(rgba(130, 130, 130, 0)), color-stop(rgba(191, 191, 191, 0)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(bottom, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to top, #000000, #191919, rgba(130, 130, 130, 0), rgba(191, 191, 191, 0), rgba(255, 255, 255, 0));
	opacity: 0.9;
}

.single-gallery-img .title {
	position: absolute;
	bottom: 0;
	padding: 30px 40px;
	font-size: 22px;
	margin: 0;
	line-height: 1.6;
}

.single-gallery-img .title a {
	color: #fff;
	text-decoration: none;
}

.single-gallery-img .title a:hover {
	color: #da0000;
}

.gallery-img-slider button.owl-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.gallery-img-slider button.owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.gallery-img-slider:hover button.owl-prev {
	opacity: 1;
	visibility: visible;
	left: 10px;
}

.gallery-img-slider:hover button.owl-next {
	right: 10px;
	opacity: 1;
	visibility: visible;
}


/**
	gallery-video-slider
 */

.single-gallery-video {
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}


.gallery-video-slider button.owl-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.gallery-video-slider button.owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff !important;
	background: #da0000 !important;
	border: 1px solid #da0000 !important;
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.gallery-video-slider:hover button.owl-prev {
	opacity: 1;
	visibility: visible;
	left: 10px;
}

.gallery-video-slider:hover button.owl-next {
	right: 10px;
	opacity: 1;
	visibility: visible;
}

.gallery-video-slider .owl-video-wrapper {
	position: absolute;
	width: 100%;
}

.gallery-video-slider .owl-video-play-icon {
	background: url(../img/owl.video.play.png) no-repeat;
}

/**
	footer area
 */

.footer{
	margin-top: 50px;
}

.footer-widget-area {
	background: #282828;
    padding: 50px 0;
    text-align:center;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.footer-widget-menu li {
	float: left;
	display: inline-block;
	width: 20%;
}

.footer-widget-menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
}

.footer-widget-menu li a:hover {
	color: #da0000;
}

.special-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.special-menu li {
	display: block;
}

.special-menu li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: 40px;
	padding-left: 31px;
	color: #fff;
}

.special-menu li a i {
	margin-right: 10px;
	color: #174d32;
}

.special-menu li a:hover {
	color: #da0000;
}

.footer-primary {
	background: #181818;
	padding: 25px 0;
}

.copyright {
	color: #999;
	margin: 0;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 50px;
	text-align: center;
	background: #143b5c;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	z-index: 10;
}
#toTop:before,
#toTop:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(23, 77, 50, 0.5);
	border-radius: 50%;
	-webkit-animation: toTopAnimation 2s linear infinite;
	animation: toTopAnimation 2s linear infinite;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

#toTop:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

#toTop:hover{
	background: #1ebef0;
}
#toTop:hover:before,
#toTop:hover:after {
	border: 1px solid rgba(218, 0, 0, 0.5);
}

@-webkit-keyframes toTopAnimation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8)
	}
}

@keyframes toTopAnimation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8)
	}
}

/*
	single page
*/

.single-page-cat-news {
	padding: 20px 0;
}
/* 
.single-page-cat-news .heading {
	margin-bottom: 30px;
} */

.single-page-cat-news .meta {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-page-cat-news .meta li {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
}

.single-page-cat-news .heading .title {
	font-size: 2em;
	font-weight: bold;
    margin-bottom: 15px;
}
.single-page-cat-news .content {
	font-size: 1.1em;
}

.single-page-cat-news .meta li i {
	color: #174d32;
}

.single-page-cat-news .single-thumb img {
	max-width: 100%;
	display: block;
}

.single-page-cat-news .single-thumb {
	margin-bottom: 30px;
}

.single-page-cat-news .content blockquote {
	padding: 30px 25px;
	background: #174d32;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.single-page-cat-news .content p:last-child {
	margin: 0;
}

.share {
	margin-top: 30px;
}

.share span {
	font-size: 18px;
	font-weight: 700;
}

.share a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #174d32;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.share a {
	margin-left: 10px;
	display: inline-block;
}

.share a:hover i {
	background: #fb0d23;
	-webkit-box-shadow: 0 0 15px 0 rgba(102, 102, 102, 0.5);
	box-shadow: 0 0 15px 0 rgba(102, 102, 102, 0.5);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.share a i.fa-facebook-f{
	background: #3b5998;
}
.share a i.fa-twitter{
	background: #55acee;
}
.share a i.fa-linkedin-in{
	background: #007bb5;
}
.share a i.fa-google-plus-g{
	background: #dd4b39;
}
.share a i.fa-instagram{
	background: #007bb5;
}
.share a i.fa-pinterest-p{
	background: #cb2027;
}

/*
	comments area
*/

.comment-area-box > ul {
	padding: 0;
}

.comment-area-box > ul li {
	list-style: none;
}

.comment-area-box > ul li .comment-box {
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 2px solid #143b5c;
	padding-bottom: 20px;
	background-color: #FFF;
	padding: 10px;
}

.comment-area-box > ul li .comment-box img {
	max-width: 100px;
	float: left;
	border-radius: 50%;
}

.comment-area-box > ul li .comment-box .comment-content {
	margin-left: 130px;
}

.comment-area-box > ul li .comment-box .comment-content h4 {
	color: #174d32;
	font-size: 15px;
	font-family: "SolaimanLipi", sans-serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
}

.comment-area-box > ul li .comment-box .comment-content a.replay {
	float: right;
	color: #174d32;
}
.comment-area-box > ul li .comment-box .comment-content a.replay:hover {
	color: #da0000;
}

.comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a {
	font-size: 12px;
	color: #565656;
	font-family: "SolaimanLipi", sans-serif;
	display: inline-block;
	margin: 0 0 16px;
}

.comment-area-box > ul li .comment-box .comment-content p:last-child {
	margin-bottom: 0;
}

.comment-area-box > ul > li:last-child .comment-box{
	border-bottom: 0;
}

/**
	comments form
 */
.contact-form-box form label {
	color: #0a090a;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.contact-form-box form input[type="text"],
.contact-form-box form textarea {
	width: 100%;
	padding: 12px 20px;
	background: transparent;
	color: #565656;
	font-size: 15px;
	outline: none;
	border: 1px solid #174d32;
	margin: 0 0 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 0px;
}

.contact-form-box form textarea {
	height: 120px;
	margin-bottom: 30px;
}

.contact-form-box form button {
	color: #fff;
	font-size: 16px;
	font-family: "SolaimanLipi", sans-serif;
	padding: 15px 30px;
	background: #143b5c;
	border-radius: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	margin: 0;
	border: none;
	outline: none;
}

.contact-form-box form button i {
	display: inline-block;
	margin-right: 10px;
}

.contact-form-box form button:hover{
	background: #1ebef0;
}

.contact-form-box form input[type="text"]:focus , .contact-form-box form textarea:focus{
	border-color: #fb0d23;
}

/* news-breadcrumb-area */

.breadcrumb-text h2 {
	color: #ffffff;
	line-height: 1.5;
	margin: 0;
	font-size: 24px;
}

.breadcrumb-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.breadcrumb-menu li a {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 0 12px;
}

.breadcrumb-menu li:after {
	display: inline-block;
	right: 0px;
	position: absolute;
	top: 50%;
	content: "\f054";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "FontAwesome";
	font-weight: 600;
	color: #fff;
}

.breadcrumb-menu li:last-child:after {
	display: none;
}

.breadcrumb-menu li span {
	color: #ddd;
	font-weight: 600;
	font-size: 18px;
	padding: 0 12px;
}

.breadcrumb-text {
	background: #143b5c;
	padding: 30px 15px;
}


/**
	cat page list
 */

.cat-news-list {
	padding: 19px 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	box-shadow: 0 2px 20px 0 rgba(102, 102, 102, 0.15);
	margin-bottom: 30px;
	background-color: #FFF;
}

.cat-news-list .single-thumb {
	position: relative;
}

.cat-news-list .single-thumb img {
	width: 100%;
}

.cat-news-list .heading {
}

.cat-news-list .heading h4 {
	line-height: 1.5;
	margin: 0;
	font-size: 18px;
	margin-top: 15px;
}

.cat-news-list .heading .meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cat-news-list .heading .meta li {
	padding: 6px 0;
}

.cat-news-list .heading .meta li i {
	margin-right: 8px;
	color: #174d32;
}

/**
	cat
 */

.news-pagination {
	padding: 0 15px;
	margin: 30px 0 50px;
	list-style: none;
}

.news-pagination li {
	display: inline-block;
	margin-bottom: 20px;
}

.news-pagination li a {
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
	padding: 8px 12px;
	display: block;
	background: #143b5c;
}

.news-pagination li span {}

.news-pagination li:first-child a {
	margin: 0;
}

.news-pagination li.active a,
.news-pagination li:hover a{
	background: #000;
}


.socialarea {

}
.followUs .social {
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 5px;
    float: right;
}
.followUs a {
    color: #fff;
    padding: 5px;
    width: 28px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    transition: .3s ease;
}
.followUs button {
    color: #fff;
    padding: 5px;
    width: 28px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    transition: .3s ease;
    margin: 0px 3px 0px 0px;
}

.facebook {
    background-color: #3b5998;
}
.react-share__ShareButton {
    background-color: #3b5998;
}

.followUs a.twitter {
    background-color: #1ebef0;
}
.followUs a.youtube {
    background-color: #d03425;
}

ul.all_categories_menu {
    list-style: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
}

ul.dropdown-multisubmenu {
    list-style-type: none;
    padding-left: 10px;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block !important;
}
.menu_show {
	display: block !important;
}
li.nav-item a.nav-link,
li.nav-item.dropdown a {
    color:#000 !important;
}
li.nav-item.dropdown.mulitimenu {
    position: unset;
}
ul.dropdown-menu {
    margin-top: 0;
}

ul.dropdown-menu.dropdown-mulitimenu {
    right: 0;
    margin: 0 15px;
    padding: 15px 15px 5px;
}
span.dropdown-multimenu-heading {
    padding: 5px 15px 5px;
    text-align: center;
    width: 100%;
    display: block;
}
a.dropdown-mulitimenu-item {
    width: 100%;
    display: block;
    padding: 1px 10px;
}

li.mulitimenu-item {
    padding: 5px 15px 5px 14%;
    font-size: 1.2em;
}


#single_left_sidebar .cat_name,
#single_left_sidebar .reporter_name,
#single_left_sidebar .created_at,
#single_left_sidebar .updated_at {
    background: white;
    color: #000;
    margin-bottom: 3px;
    padding: 10px;
}
.single_news_sharing {
    padding: 10px 0px 15px;

}
.single_news_sharing .followUs .social {
    border: none;
    width: 100%;
}

.feature-news-slider .owl-prev,
.feature-news-slider .owl-next {
    top: -55px;
    background-color: #000!important;

}
.feature-news-slider .owl-prev:hover,
.feature-news-slider .owl-next:hover {
    background-color: #000!important;

}


#top_search_bar .fa-search {
    font-size: 32px;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
}

#top_search_bar .search_input {
    position: absolute;
    width: 250px;
    right: 10%;
}
.copyright {
    color: #999;
    margin: 0;
}

.branding_sbit a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#bd-top-slick a {
   font-size: 30px;
}

.cat-news-list a {
    font-weight: bold;
}

#editor-bd-round{
    font-size: 18px;
    background: white;
    color: black;
    padding: 15px 0px 15px 0px;
    margin-bottom: 22px;
}

._2pi7{
    display: none !important;
}

.slides .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    left: 0;
    top: 0;
}

.slides .title {
    position: relative;
    padding: 15px;
	min-height: 94px;
	background-color: white;
	max-width: 523px;
	margin-top:-94px;
}

#home-block-body {
	background: #f5f5f5;
    padding-top: 30px;
}
span.myShareCountWrapper {
    padding: 4px 5px;
    border: 1px solid;
    margin: 4px;
}
span.madia_caption{
	color: #666;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 0;
	display: block;
	text-align: center;
}

iframe.youtube-player {
	width: 100%;
}