@font-face {
	font-family: "solaimanlipi";
	font-display: swap;
	font-style: normal;
	src: url(../fonts/solaimanlipi.woff) format('woff');
}

/* @import url('https://fonts.maateen.me/solaiman-lipi/font.css'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--primary-bg-color: rgb(201 32 33);
	--background-color: #202d52;
	--black: rgb(0, 0, 0, .9);
	--white: #fff;
	--brown: rgb(252, 234, 234);
	--arrow-c-brand1: #ff214b;
	--grey-text-color: #565656;
	--primary-text-color: #ffffff;
	--aspect-ratio: 1.777;
	--fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--primary-font: 'SolaimanLipi', sans-serif;
	--secondary-font: 'SolaimanLipi', sans-serif;
	--secondary-bg-color: rgb(255, 219, 219);


}

html {
	transition: all 0.3s ease;
}

body {
	font-family: var(--secondary-font);
	font-size: 20px;
	background: #fff;
	color: var(--black);
	font-weight: normal;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	padding-left: 2px;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit
}

p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px
}

ul {
	margin: 0;
	padding: 0;
}

.container {
	max-width: calc(100% - 268px);
	padding-right: 10px;
	padding-left: 10px
}

/* .container{max-width:1400px;padding-right:10px;padding-left:10px} */
.container-fluid {
	padding: 0
}

.img100 {
	width: 100%
}

.BorderBottom {
	border-bottom: 1px solid #eee
}

.DPostDate {
	font-size: 15px;
	color: #5a5a5a;
	display: inline-block
}

/* .Brief{font-size:16px;line-height:20px;color:#5a5a5a}
.pHead{font-weight:bold;margin-bottom:5px} */
.ShowMenu {
	display: block
}

.HideMenu {
	display: none;
}

/*common*/
.sticky {
	position: fixed !important;
	background: var(--white);
	top: 0 !important;
	z-index: 9999999;
	margin-top: 0;
	left: 0;
	right: 0;
	margin-top: 0 !important;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.borderRight {
	border-right: 1px solid #dedede;
}

.LeadImage iframe {
	width: 100%;
	aspect-ratio: 1.777;
}

.fancybox__container {
	z-index: 9999999;
}

/* common-title-and-desc */
.Title {
	color: var(--black);
}

.Brief p {
	font-size: 16px;
	line-height: 1.425;
	color: var(--grey-text-color);
	margin-top: 6px;
}

/* advertisement */
.adHome-area {
	padding: 20px 0;
}

.adHome-area a {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.ad-area {
	padding: 40px 0;
}

.ad-area a {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.ad-area-sm {
	display: none;
}

/* image-resize */
picture img {
	aspect-ratio: 1.7777;
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.5s ease-in;
}

/* section-heading */
.SectionHeading {
	margin-bottom: 30px;
}

.SectionHeading h5>a {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.SectionHeading h5>a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	width: 20px;
	height: 4px;
	background: var(--primary-bg-color);
}

/* common-btn */
.common-btn-wrap {
	text-align: center;
}

.common-btn-wrap a {
	background: var(--background-color);
	font-size: 18px;
	color: var(--white);
	padding: 5px 25px;
	font-weight: 700;
}

.common-btn-wrap a:hover {
	color: var(--primary-bg-color);
}

.event-btn-wrap a {
	background: #382a83;
	font-size: 18px;
	color: var(--white);
	padding: 5px 25px;
	font-weight: 700;
}

.event-btn-wrap a:hover {
	color: #dcd6f6;
}

/*back-to-top*/
#button {
	display: inline-block;
	background-color: var(--arrow-c-brand1);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 15px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#button i {
	font-size: 16px;
	line-height: 40px;
	color: var(--white);
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none;
}


/* floating-ad */
.floating-ad-left {
	position: fixed;
	left: 0;
	top: 0;
	width: 120px;
	transition: all 0.5s ease;
	background-color: #f0f1f5;
	z-index: 99999999;
}

.floating-ad-img {
	position: relative;
	text-align: center;
}

.floating-ad-left .close-btn-left {
	position: absolute;
	bottom: 0;
	right: -25px;
	cursor: pointer;
}

.floating-ad-left .close-btn-left a>i {
	width: 25px;
	height: 25px;
	background: var(--arrow-c-brand1);
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
}

.floating-ad-left.close-ad-left {
	left: -200px;
}

/* floating-ad-right */
.floating-ad-right.close-ad-right {
	right: -200px;
}

.floating-ad-right {
	position: fixed;
	right: 0;
	top: 0;
	width: 120px;
	transition: all 0.5s ease;
	background-color: #f0f1f5;
	z-index: 99999999;
}

.floating-ad-right .close-btn-right {
	position: absolute;
	bottom: 0;
	left: -25px;
	cursor: pointer;
}

.floating-ad-right .close-btn-right a>i {
	width: 25px;
	height: 25px;
	background: var(--arrow-c-brand1);
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
}

/* floating-ad-bottom */
.floating-ad-bottom {
	position: fixed;
	left: 50%;
	bottom: 0;
	width: 1000px;
	height: 120px;
	transform: translateX(-50%);
	transition: all 0.5s ease;
	z-index: 2;
	display: flex;
	justify-content: center;
	box-shadow: 0 0 0 hsla(0, 0%, 73%, .2), 0 -3px 10px hsla(0, 0%, 73%, .2);
	background: var(--white);
}

.floating-ad-bottom .floating-ad-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.floating-ad-bottom .close-btn-bottom {
	position: absolute;
	right: -12px;
	top: 0;
	cursor: pointer;
}

.floating-ad-bottom .close-btn-bottom a {
	display: flex;
}

.floating-ad-bottom .close-btn-bottom a>i {
	text-align: center;
	color: var(--background-color);
	border-radius: 50%;
	font-size: 16px;
}

.floating-ad-bottom.close-ad-bottom {
	bottom: -200px;
}

/* floating-ad-scroll */
.floating-ad-scroll {
	position: fixed;
	left: 50%;
	top: 43px;
	width: 100%;
	height: 50px;
	transform: translateX(-50%);
	transition: all 0.5s ease;
	z-index: 2;
	display: flex;
	justify-content: center;
	box-shadow: 0 0 0 hsla(0, 0%, 73%, .2), 0 -3px 10px hsla(0, 0%, 73%, .2);
	background: var(--white);
	display: none;
}

.floating-ad-scroll .floating-ad-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.floating-ad-scroll .close-btn-scroll {
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
}

.floating-ad-scroll .close-btn-scroll a {
	display: flex;
}

.floating-ad-scroll .close-btn-scroll a>i {
	text-align: center;
	color: var(--background-color);
	border-radius: 50%;
	font-size: 16px;
}

.floating-ad-scroll.close-ad-scroll {
	top: -200px;
}

/* header-area-star */
.HeaderTopArea {
	padding: 32px 0;
}

.HeaderTopDate p {
	font-size: 14px;
	color: var(--grey-text-color);
}

.HeaderTopMenu ul {
	display: flex;
	flex-wrap: wrap;
}

.HeaderTopMenu ul li {
	padding: 0 12px;
	list-style: none;
	font-size: 0;
}

.HeaderTopMenu ul li a {
	font-size: 14px;
	color: var(--grey-text-color);
	font-family: var(--secondary-font);
}

.HeaderTopMenu ul li a:hover {
	color: var(--primary-bg-color);
}

.HeaderTopSocialIcon {
	display: flex;
	gap: 9px;
}

.HeaderTopSocialIcon a {
	display: flex;
}

.HeaderTopSocialIcon a i {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: var(--white);
	border-radius: 50%;
}

.HeaderTopSocialIcon .twitter i {
	background: #14171A;
}

.HeaderTopSocialIcon .facebook i {
	background: #4267B2;
}

.HeaderTopSocialIcon .youtube i {
	background: #FF0000;
}

.HeaderTopSocialIcon .instagram i {
	background: #14171A;
}

.HeaderTopSocialIcon .instagram i {
	background: #C13584;
}

.HeaderTopSocialIcon .whatsapp i {
	background: #25D366;
}

.HeaderBottomArea {
	margin-bottom: 20px;
}

.apps-logo {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.apps-logo img {
	width: 105px;
}

.mobile-search i {
	font-size: 16px;
}

.logo img {
	width: 180px;
}

.sticky-logo {
	width: 180px;
	display: none;
}

.sticky .sticky-logo {
	display: block;
}

.language-btn a {
	color: var(--white);
	background: var(--black);
	padding: 5px 16px;
	font-size: 14px;
}

.language-btn a:hover {
	color: var(--primary-bg-color);
}

/* main-manu */
.main-menu {
	box-shadow: 0 8px 14px 12px hsla(0, 0%, 73%, .2);
	position: relative;
	background: var(--primary-bg-color);
}

.menu-wrapper {
	display: flex;
	gap: 9px;
	align-items: center;
}

.menu-extra {
	display: flex;
}

.menu-extra a {
	padding: 6px 9px;
}

.menu-extra a:first-child {
	padding-left: 0;
}

.menu-wrapper a>i {
	font-size: 17px;
	color: var(--primary-text-color);
	width: 18px;
	cursor: pointer;
}

.main-menu nav ul li {
	display: inline-block;
}

.main-menu nav ul li a {
	font-size: 14px;
	padding: 10px 9px;
	color: var(--primary-text-color);
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
	font-family: var(--secondary-font);
}

.main-menu nav ul li a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: var(--primary-bg-color);
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1;
}

.main-menu nav ul li a:hover:before {
	width: 100%;
	visibility: visible;
}

.main-menu nav ul li a:hover {
	color: var(--secondary-bg-color);
}

/* menu-search-area */
.menu-search-wrapper {
	position: relative;
}

.menu-search-wrapper .search-main {
	padding: 6px 9px !important;
}

.search-form-main form {
	display: flex;
}

.menu-search-wrapper .search-form-main {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	border-top: 2px solid var(--primary-bg-color);
	padding: 15px;
	position: absolute;
	left: 7px;
	top: 115%;
	width: 300px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.search-form-main.active-search {
	opacity: 1;
	visibility: visible;
}

.menu-search-wrapper .search-form-main:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--primary-bg-color);
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
}

.search-form-main .form-control:focus {
	box-shadow: none;
	border-color: var(--primary-bg-color);
}

.menu-search-wrapper .search-form-main .search-field {
	border-radius: 0;
	padding: 6px 10px;
}

.menu-search-wrapper .search-form-main .search-submit {
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--white);
	width: 35%;
	background: var(--primary-bg-color);
	font-size: 16px;
	font-weight: 700;
}

/* mobile-menu */
.mobile-menu-wrap .offcanvas {
	z-index: 999999999;
}

.mobile-search-area {
	position: relative;
}

.mobile-search-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 99%;
	text-align: center;
}

.mobile-search-icon button {
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
}

.mobile-search-area input {
	padding: 10px;
}

.mobile-search-area .form-control:focus {
	border-color: inherit;
	box-shadow: none;
}

.mobile-search-icon button>i {
	font-size: 16px;
}

.mobile-navbar {
	margin-top: 20px;
}

.mobile-menu-wrap .offcanvas-header .btn-close {
	background-size: 15px;
}

.mobile-menu-wrap .offcanvas-header .btn-close:focus {
	box-shadow: none;
}

.mobile-navbar .accordion_head-btn {
	cursor: pointer;
	border: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 0;
}

.accord-items:first-child .accordion_head-btn {
	border-top: 1px solid #dedede;
}

.accord-items:last-child .accordion_head-btn {
	border-top: 0;
}

.mobile-navbar .accordion_body {
	border: 1px solid #dedede;
	padding: 0 10px;
	border-top: 0;
}

.accord-items:last-child .accordion_body {
	border-bottom: 1px solid #dedede !important;
}

.mobile-navbar .accordion_head-btn>a {
	padding: 10px;
	color: var(--black);
	font-weight: 700;
	font-size: 17px;
	width: 100%;
	border-right: 1px solid #dedede;
}

.mobile-navbar .plusminus {
	color: var(--primary-bg-color);
	width: 40px;
	text-align: center;
	height: 100%;
	display: inline-block;
	padding: 5px;
}

.mobile-menu-list {
	max-height: 38vh;
	overflow-y: auto;
}

.mobile-menu-list ul li {
	list-style: none;
	font-size: 0;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.mobile-menu-list ul li:last-child {
	border-bottom: 0;
}

.mobile-menu-list ul li a {
	font-size: 16px;
	color: var(--grey-text-color);
	font-family: var(--secondary-font);
}

/* mega-menu */
.mega-manu {
	position: absolute;
	display: none;
	opacity: 0;
	z-index: 2;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	box-shadow: 0 10px 0 hsla(0, 0%, 73%, .2), 0 -3px 10px hsla(0, 0%, 73%, .2);
}

.menu-show {
	display: block;
	opacity: 1;
}

.mega-menu-wrap {
	padding: 30px;
	background: var(--white);
	height: 498px;
	overflow-y: auto;
}

.mega-manu .mega-menu-wrap h5 {
	font-size: 16px;
	font-weight: 700;
}

.mega-manu .mega-menu-wrap ul li {
	list-style: none;
	margin: 10px 0;
}

.mega-manu .mega-menu-wrap ul li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--grey-text-color);
}

.mega-manu .mega-menu-wrap ul li a:hover {
	color: var(--primary-bg-color);
}

.mega-menu-list-wrap {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.mega-manu .mega-menu-wrap .col-lg-2:first-child .mega-menu-list-wrap {
	border-left: 0;
}

/* news-heading */
.news {
	position: relative;
	padding: 0 10px !important;
}

.breaking-news {
	background: #1f1f1f;
	padding: 3px 0;
}

.bg-danger {
	background-color: #E52E2E !important;
}

.news-scroll {
	margin-left: 20px;
	font-size: 0;
}

.news-scroll a {
	text-decoration: none;
	font-size: 16px;
	color: var(--white);
	font-weight: 700;
}

.news-scroll a::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	content: '';
	margin: 0 10px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.dot {
	height: 5px;
	width: 5px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: var(--white);
	display: inline-block;
	border-radius: 50%;
}

.news-scroll-area {
	padding: 0px;
}

.news-scroll-area span {
	font-size: 18px;
	font-weight: 700;
}

/* TopLeadSection */
.TopLeadSection {
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.TopLeadList {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.TopLeadList:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.TopLeadList .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	-webkit-line-clamp: unset;
}

.TopLeadList:hover .Desc .Title {
	color: var(--primary-bg-color);
}

.TopLeadList .Desc .Brief p {
	-webkit-line-clamp: unset;
}

.LeadImage img {
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.MainLead {
	margin-top: 5px;
}

.MainLead .Desc .Title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 10px;
	;
}

.MainLead:hover .Desc .Title {
	color: var(--primary-bg-color);
}

.MainLead .Desc .Brief p {}

.MainLead .Desc {
	text-align: center;
}

/* LeadTop2List */
.LeadTop2List {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.LeadTop2ListSlider .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.LeadTop2ListSlider .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}

.LeadTop2ListSlider .priv_arrow,
.LeadTop2ListSlider .next_arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--white);
	border: 1px solid #eee;
	z-index: 1;
	cursor: pointer;
}

.LeadTop2ListSlider .priv_arrow {
	left: 0px;
}

.LeadTop2ListSlider .next_arrow {
	right: 0px;
}

.LeadTop2ListSlider .priv_arrow i,
.LeadTop2ListSlider .next_arrow i {
	color: var(--black);
}

.LeadTop2ListSlider .slick-dots {
	bottom: -40px;
}

.LeadTop2ListSlider .slick-dots li {
	margin: 0 1px;
}

.LeadTop2ListSlider .slick-dots li button::before {
	font-size: 10px;
}

.LeadTop2ListSlider .slick-dots li.slick-active button::before {
	color: var(--primary-bg-color);
	opacity: 1;
}

.LeadTop2ListImg {
	position: relative;
}

.LeadTop2ListImg img {
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.PhotoGolpIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.PhotoGolpIcon i {
	color: var(--white);
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: var(--black);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.photoGolCat {
	margin-top: 5px;
}

.photoGolCat h5 {
	font-size: 16px;
	position: relative;
}

.photoGolCat h5>a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	width: 20px;
	height: 2px;
	background: var(--primary-bg-color);
}

.LeadTop2ListSlider .items .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	-webkit-line-clamp: unset;
	margin-top: 10px;
	line-height: 26px;
}

.LeadTop2ListSlider .items:hover .Desc .Title {
	color: var(--primary-bg-color);
}

/* additional-video-area */
.AdditionalVideoArea {
	background-color: rgb(232, 251, 231);
	padding: 40px 0;
	margin-top: 40px;
}

/*
.additinoal-video-text a{font-size:30px;font-weight:700;}
.additinoal-video-text a:hover{color:var(--primary-bg-color);}
*/

.AddiBigVideoWrap iframe {
	aspect-ratio: 1.62;
	width: 100%;
}

.AddiVideoSmall {
	margin-bottom: 24px;
}

.AddiVideoThum img {
	aspect-ratio: 1.62;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.AddiVideoThum {
	position: relative;
}

.AddiVideoIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.AddiVideoIcon i {
	color: var(--white);
	font-size: 14px;
	background: var(--primary-bg-color);
	width: 38px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 8px;
}

.AddiVideoSmall .Desc .Title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 26px;
	-webkit-line-clamp: unset;
}

.AddiVideoSmall:hover .Desc .Title {
	color: var(--primary-bg-color);
}

/* CountryCat */
.CountryCat {
	padding: 40px 0;
}

.CountryCatWrap .col-lg-6 {
	border-right: 1px solid #dedede;
}

.CountryCatWrap .col-lg-5 {
	border-right: 1px solid #dedede;
}

.CountryCatWrap .col-lg-6:last-child {
	border-right: 0
}

/* .CountryCatWrap .col-lg-6{border-right:1px solid #dedede;} */
.CountryLeadImg img {
	aspect-ratio: 1.62;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.CountryLeadWrap .Desc .Title {
	font-size: 24px;
	margin-top: 10px;
	font-weight: 700;
	line-height: 35px;
	-webkit-line-clamp: unset;
}

.CountryLeadWrap:hover .Desc .Title {
	color: var(--primary-bg-color);
}

.CountryLeadWrap .Desc .Brief p {
	margin-top: 10px;
	;
}

.CountryCatList {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.CountryCatList:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.CountryCatListImg img {
	aspect-ratio: 1.60;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.CountryCatListText .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	-webkit-line-clamp: unset;
}

.CountryCatList:hover .Desc .Title {
	color: var(--primary-bg-color);
}

/* SpecialCatgoryTwo */
.SpecialCatgoryTwo {
	padding: 40px 0;
	background: rgb(252, 234, 234);
}

.dbg {
	background-color: rgb(232, 251, 231);
}

.SpCatTwoList {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.SpCatTwo-wrap .col-sm-6:nth-last-child(-n+2) .SpCatTwoList {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.SpCatTwoListImg img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
	object-fit: cover;
	object-position: center;
}

.SpCatTwoListText .Desc .Title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: var(--arrow-c-brand1);
}

.SpCatTwoListText .Desc .Brief p {
	font-weight: 700;
	-webkit-line-clamp: unset;
}

.SpCatTwoList:hover .SpCatTwoListText .Desc .Title {
	color: var(--black);
}

/* SportsArea */
.SportsArea {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.SpLeadWrap {
	position: relative;
}

.SpLeadImg {
	position: relative;
}

.SpLeadImg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.34;
}

.SpLeadImg img {
	aspect-ratio: 1.62;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpLeadText {
	padding: 10px 0;
}

.SpLeadText .Desc .Title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: var(--black);
	-webkit-line-clamp: unset;
}

.SpLeadWrap:hover .SpLeadText .Desc .Title {
	color: var(--primary-bg-color);
}

.SpLeadText .Desc .Brief p {
	color: var(--black);
	;
}

.SpSmallList {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

.SpSmallList:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.SpSmallListImg img {
	aspect-ratio: 1.52;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpSmallListText .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	-webkit-line-clamp: unset;
}

.SpSmallList:hover .SpSmallListText .Desc .Title {
	color: var(--primary-bg-color);
}

/* PhotosArea */
.PhotosArea {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.PhotosWrapSlider .priv_arrow,
.PhotosWrapSlider .next_arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--black);
	z-index: 1;
	cursor: pointer;
	opacity: 0.8;
}

.PhotosWrapSlider .priv_arrow {
	left: 0px;
}

.PhotosWrapSlider .next_arrow {
	right: 0px;
}

.PhotosWrapSlider .priv_arrow i,
.PhotosWrapSlider .next_arrow i {
	color: var(--white);
}

.PhotosWrapSlider .slick-dots {
	bottom: 15px;
}

.PhotosWrapSlider .slick-dots li {
	margin: 0 1px;
}

.PhotosWrapSlider .slick-dots li button::before {
	font-size: 10px;
	color: var(--white);
}

.PhotosWrapSlider .slick-dots li.slick-active button::before {
	color: var(--white);
	opacity: 1;
}

.PhotosWrapSlider .items {
	position: relative;
}

.PhotosWrapSlider .CommonSliderImg img {
	aspect-ratio: 1.777 !important;
}

.PhotosWrapSlider .items .CommonSliderTextWrap {
	padding: 10px 0;
}

.PhotosWrapSlider .items .CommonSliderTextWrap h5 {
	color: var(--black);
	font-size: 14px;
	font-weight: 500;
}

.PhotosIcons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.PhotosIcons i {
	color: var(--white);
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: var(--black);
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.photosSmallWrapList {
	margin-bottom: 24px;
}

.phSmallImg {
	position: relative;
}

.phSmallImg img {
	aspect-ratio: 1.7;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.PhIcons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.PhIcons i {
	color: var(--white);
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: var(--black);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.photosSmallWrapList .Desc .Title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 10px;
	-webkit-line-clamp: unset;
}

.photosSmallWrapList:hover .Desc .Title {
	color: var(--primary-bg-color);
}

/* T20 Points Table*/
.table-bg {
	background-color: #ededed;
	padding: 15px;
	border: 1px solid #ccc;
}

.table-bg table th:first-child {
	text-align: start;
}

.table-bg table {
	margin-bottom: 0;
}

.table-bg table tr:last-child {
	border-bottom: 0;
}

.table-bg table th {
	text-align: center;
	font-size: 16px;
}

.table-bg table tr {
	text-align: center;
}

.table-bg table tr:last-child {
	border-style: none;
	border-color: transparent;
}

.point-list-header {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* events design */
.elec-wrap {
	background-image: url("../images/election-banner.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	border: 2px solid #0029A1;
	aspect-ratio: 6.4;
	margin-top: 20px;
}

.elec-wrap .col-md-3 {
	width: 20%;
}

.eb1 {
	background-color: #F6D9CB;
}

.eb2 {
	background-color: #CEDEDE;
}

.eb3 {
	background-color: #FBECCD;
}

.eb4 {
	background-color: #F9EDBD;
}

.eb5 {
	background-color: #D0BDDD;
}

.elec-box {
	padding: 0 10px;
	margin: 5px 13px;
}
.slick-track
{
	margin-left: 0px;
}

.elec-box img {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elec-box p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}

.elec-lead {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0;
}

.elec-team {
	margin-bottom: 50px;
	font-weight: 600;
}

.elec-bottom {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.elec-bottom p {
	color: #fff;
	font-style: italic;
}

.elec-wrap .elec-team {
	margin-bottom: 15px;
	font-size: 16px !important;
	padding-top: 5px;
}

/* SpecialCatgoryThree */
.SpecialCatgoryThree {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.SpCatThreeLeadImg img {
	aspect-ratio: 1.59;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatThreeLeadText {
	margin: 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

.SpCatThreeLeadText .Desc .Title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	-webkit-line-clamp: unset;
}

.SpCatThreeLeadWrap:hover .SpCatThreeLeadText .Desc .Title {
	color: var(--primary-bg-color);
}

.SpCatThreeLeadText .Desc .Brief p {}

.SpCatThreeSmallListImg img {
	aspect-ratio: 1.75;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatThreeSmallListText .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	;
}

.SpCatThreeSmallList:hover .SpCatThreeSmallListText .Desc .Title {
	color: var(--primary-bg-color);
}

.SpCatThreeSmallList {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

/* SpecialCatgoryFour */
.SpecialCatgoryFour {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.SpecialCatgoryFour .SpCatThreeSmallListText .Desc .Title {
	margin-top: 10px;
	-webkit-line-clamp: unset;
}

/* SpecialCatgoryCommon */
.SpecialCatgoryCommon {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.SpecialCatgoryCommon .col-lg-3 {
	border-right: 1px solid #dedede;
}

.SpecialCatgoryCommon .col-lg-3:last-child {
	border-right: 0;
}

.SpCatCommonImg img {
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatCommonImg .Desc {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	;
}

.SpCatCommonImg .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	-webkit-line-clamp: unset;
}

.SpCatCommonImg:hover .Desc .Title {
	color: var(--primary-bg-color);
}

.SpCatCommonList ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.SpCatCommonList ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.SpCatCommonList ul li a>.Desc .Title {
	list-style: none;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	-webkit-line-clamp: unset;
}

.SpCatCommonList ul li a:hover>.Desc .Title {
	color: var(--primary-bg-color);
}

/* SpecialCatgoryFive */
.SpecialCatgoryFive {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.SpCatFiveLeadWrap {
	margin-bottom: 24px;
}

.SpCatFiveLeadImg img {
	aspect-ratio: 1.90;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpecialCatgoryFive .SectionHeading h5>a {
	color: var(--black);
}

.SpCatFiveLeadText .Desc .Title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: var(--black);
	-webkit-line-clamp: unset;
}

.SpCatFiveLeadWrap:hover .SpCatFiveLeadText .Desc .Title {
	color: var(--primary-bg-color);
}

.SpCatFiveImg img {
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatFiveText .Desc .Title {
	color: var(--black);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 10px;
}

.SpCatFiveSmallWrap:hover .SpCatFiveText .Desc .Title {
	color: var(--primary-bg-color);
}

/* PhotosArea */
.CommonSlider {
	border-bottom: 1px solid #dedede;
	padding: 40px 0;
}

.CommonSliderWrap .priv_arrow,
.CommonSliderWrap .next_arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--black);
	z-index: 1;
	cursor: pointer;
}

.CommonSliderWrap .priv_arrow {
	left: 0px;
}

.CommonSliderWrap .next_arrow {
	right: 0px;
}

.CommonSliderWrap .priv_arrow i,
.CommonSliderWrap .next_arrow i {
	color: var(--white);
}

.CommonSliderWrap .slick-dots {
	bottom: 15px;
}

.CommonSliderWrap .slick-dots li {
	margin: 0 1px;
}

.CommonSliderWrap .slick-dots li button::before {
	font-size: 10px;
	color: var(--primary-bg-color);
}

.CommonSliderWrap .slick-dots li.slick-active button::before {
	color: var(--primary-bg-color);
	opacity: 1;
}

.CommonSliderWrap .items {
	position: relative;
}

.CommonSliderImg {
	position: relative;
}

.CommonSliderImg img {
	aspect-ratio: 1.9;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/* .CommonSliderImg::after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%,transparent);} */
.CommonSliderWrap .items .CommonSliderTextWrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 100px;
}

.CommonSliderWrap .items .CommonSliderTextWrap .Desc .Title {
	color: var(--white);
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.CommonSliderWrap:hover .items .CommonSliderTextWrap .Desc .Title {
	color: var(--primary-bg-color);
}

.CommonSliderWrap .items .CommonSliderTextWrap .Desc .Brief p {
	color: var(--white);
}

/* PoliticsArea */
.PoliticsArea {
	border-bottom: 1px solid #dedede;
	padding: 40px 0;
}

.PoliticsSlider .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.PoliticsSlider .slick-list {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 12% 0 0;
}

.PoliticsSlider .priv_arrow,
.PoliticsSlider .next_arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--black);
	z-index: 1;
	cursor: pointer;
}

.PoliticsSlider .priv_arrow {
	left: 0px;
}

.PoliticsSlider .next_arrow {
	right: 0px;
}

.PoliticsSlider .priv_arrow i,
.PoliticsSlider .next_arrow i {
	color: var(--white);
}

.PoliticsSlider .slick-dots {
	bottom: -40px;
}

.PoliticsSlider .slick-dots li {
	margin: 0 1px;
}

.PoliticsSlider .slick-dots li button::before {
	font-size: 10px;
	color: var(--primary-bg-color);
}

.PoliticsSlider .slick-dots li.slick-active button::before {
	color: var(--primary-bg-color);
	opacity: 1;
}

.PoliticsSlider .items {
	position: relative;
}

.PoliticsSliderImg {
	position: relative;
}

.PoliticsSliderImg img {
	aspect-ratio: 0.55;
	object-fit: cover;
	object-position: center;
	width: 100%;
	border-radius: 5px;
}

.PoliticsSliderImg::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent 50%, transparent);
	border-radius: 5px;
}

.PoliticsSlider .items .PoliticsSliderText {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 20px;
}

.PoliticsSlider .items .PoliticsSliderText .Desc .Title {
	color: var(--white);
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	-webkit-line-clamp: unset;
}

.PoliticsSlider .items:hover .PoliticsSliderText .Desc .Title {
	color: var(--primary-bg-color);
}

.SpCatTwoListText .Desc .Brief p:hover {
	color: #e43232;
}

/* Category-page */
.Cat-pageTitle a {
	font-size: 40px;
	color: var(--black);
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-family: var(--primary-font);
}

.Cat-pageTitle a::before {
	background-color: var(--arrow-c-brand1);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 25px;
}

.Cat-listItems {
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	overflow-x: scroll;
	scrollbar-width: none;
}

.Cat-listItems ul li {
	list-style: none;
	color: var(--black);
	font-size: 14px;
	position: relative;
	margin-right: 15px;
	white-space: nowrap;
}

.Cat-listItems ul li::after {
	content: "|";
	right: -10px;
	position: absolute;
}

.Cat-listItems ul li:last-child::after {
	content: unset;
}

.Cat-lead {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}

.CatMain-detail p {
	font-size: 16px;
	line-height: 1.4;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Cat-lead-wrapper:hover h1 {
	color: var(--primary-bg-color);
}

.border-right-inner {
	border-right: 1px solid #dedede;
}

.Cat-readMore {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.tab-panel {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.CatMain-detail h1 {
	font-size: 32px;
	margin: 10px 0;
	font-weight: 900;
	line-height: 1.425;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: var(--primary-font);
	padding-left: 4px;
}

.Cat-list {
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.Cat-list:hover h5 {
	color: var(--primary-bg-color);
}

.Cat-list .col-md-5 {
	padding-left: 0;
}

.Cat-list:first-child {
	padding-top: 0;
}

.Cat-list:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.catlist-head h5 {
	font-size: 20px;
	line-height: 1.425;
	font-weight: 900;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catlist-head h5:hover {
	color: var(--primary-bg-color);
}

.divider {
	margin: 30px 0;
	border: 1px solid #eee;
}

.cat-head {
	margin-bottom: 35px;
	position: relative;
}

.cat-head a {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 2px;
}

.cat-head a::before {
	background-color: var(--arrow-c-brand1);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 25px;
	margin-top: 5px;
}

.cat-head h2 {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cat-head h2::before {
	background-color: var(--arrow-c-brand1);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 25px;
}

.rm-subCat p {
	font-size: 14px;
	position: relative;
	margin: 10px 0;
	text-transform: uppercase;
}

.rm-subCat p::before {
	background-color: var(--arrow-c-brand1);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 25px;
	margin-top: 5px;
}

.rm-container {
	margin-bottom: 24px;
	width: 100%;
}

.rm-container h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.425;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: unset;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rm-container:hover h5 {
	color: var(--primary-bg-color);
}

.load-btn {
	display: flex;
	justify-content: center;
}

.load-btn a {
	font-size: 18px;
	font-weight: 600;
	padding: 3px 25px;
	background-color: var(--background-color);
	color: #fff;
	border-radius: 5px;
	margin: 20px 0;
	transition: all 0.3s ease;
}

.load-btn a:hover {
	color: var(--primary-bg-color);
}

.tab-all-content {
	margin: 25px 0;
}

.tab-panel .nav-tabs .nav-link.active {
	color: #000;
	background-color: transparent;
	border-bottom: 4px solid var(--arrow-c-brand1);
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

.tab-panel .nav-tabs .nav-link {
	color: #495057;
	background-color: transparent;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	font-size: 20px;
	font-weight: 900;
}

.Tabnews-id h4 {
	font-size: 37px;
	color: #bababa;
	line-height: 1;
	margin-right: 20px;
}

.tab-news p {
	font-size: 18px;
	line-height: 1.425;
	color: #000;
	font-weight: 900;
}

.tab-news p:hover {
	color: var(--primary-bg-color);
}

.tab-news {
	display: flex;
	align-items: center;
}

.TabPanel-contents {
	margin-bottom: 40px;
}

.tab-content .col-md-6:nth-child(5) .TabPanel-contents {
	margin-bottom: 0 !important;
}

.tab-content .col-md-6:nth-child(6) .TabPanel-contents {
	margin-bottom: 0 !important;
}

/* Sub-category */

.ArchiveList .col-md-6:nth-last-child(-n+2) .SubCat-wrapper {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.SubcatList-detail h5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 7px;
}

.SubCat-wrapper:hover h5 {
	color: var(--primary-bg-color);
}

.SubcatList-detail p {
	font-size: 16px;
	line-height: 1.2;
	color: var(--grey-text-color);
	padding-left: 2px;
}

.sub-caegory {
	padding: 50px 0;
}

.category-arch {
	color: var(--primary-bg-color) !important;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.publish-time {
	font-size: 16px;
	color: #4d4d4d;
}

.SubCat-wrapper {
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.SubCat-wrapper:first-child {
	padding-top: 0;
}

/* .ArchiveList .SubCat-wrapper:last-child{padding-bottom:0 !important;border-bottom:0;} */
/* .ArchiveList .col-md-6:last-child .SubCat-wrapper { border-bottom: 0; padding-bottom: 0; } */

.subcat-ad .sq-add {
	margin-bottom: 20px;
}

/* details page */
.breadcrump ul li {
	position: relative;
	padding: 0 6px;
	font-size: 16px;
	display: inline-block;
}

.breadcrump ul li::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	font-weight: 900;
	right: -7px;
	font-size: 14px;
	transform: translateY(-50%);
}

.breadcrump ul li:last-child::after {
	content: unset;
}

.breadcrump ul li a {
	font-size: 16px;
	color: var(--grey-text-color);
}

.breadcrump ul li a>i {
	color: var(--black);
}

.details-title h1 {
	font-size: 35px;
	line-height: 1.2;
	color: var(--black);
	font-weight: 900;
	margin: 20px 0;
}

.details-brief h2 {
	font-size: 34px;
	line-height: 1.2;
	color: var(--black);
	font-weight: 900;
	margin: 20px 0;
}

/* .details-brief h3{font-size:30px;line-height:40px;color:var(--black);font-weight:900;margin:20px 0;} */
.details-brief h3 {
	font-size: 20px;
	color: var(--black);
	line-height: 1.452;
	font-weight: 900;
	margin-bottom: 30px;
}

.details-brief h4 {
	font-size: 28px;
	line-height: 38x;
	color: var(--black);
	font-weight: 900;
	margin: 20px 0;
}

.details-brief h5 {
	font-size: 26px;
	line-height: 36px;
	color: var(--black);
	font-weight: 900;
	margin: 20px 0;
}

.details-brief h6 {
	font-size: 24px;
	line-height: 34px;
	color: var(--black);
	font-weight: 900;
	margin: 20px 0;
}

.details-brief ul {
	/* list-style: none; */
	margin-bottom: 30px;
}

.details-brief ul li {
	font-size: 20px;
	color: var(--black);
	line-height: 1.452;
	margin-bottom: 10px;
}

.details-title p {
	font-size: 20px;
	line-height: 1.4;
	color: var(--grey-text-color);
	font-style: italic;
	font-family: var(--primary-font);
}

.details-title h2 {
	font-size: 20px;
	line-height: 1.4;
	color: var(--grey-text-color);
	font-style: italic;
	font-family: var(--primary-font);
}

.details-img {
	margin: 30px 0px 15px 0px;
	text-align: center;
}

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

.details-title .shoulder-text {
	margin-top: 16px;
}

.details-img-caption {
	text-align: start;
	font-size: 16px;
	margin-top: 8px;
	color: #565656;
	font-style: italic;
}

.dCaption img {
	max-width: 100% !important;
	height: auto !important;
}

.dCaption p {
	text-align: start;
	font-size: 16px !important;
	margin-top: 8px;
	color: #565656 !important;
	font-style: italic;
}

.detail-author-name .author {
	position: relative;
	margin-left: 15px;
	color: #333;
}

.author-img img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
	aspect-ratio: 1;
	object-fit: cover;
}

.connet-social {
	padding: 10px 0;
	background: #efefef;
}

.connet-social h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	color: var(--black);
	line-height: 1.4;
	padding-left: 10px;
}

.follow-btn a {
	margin-right: 15px;
}

.follow-btn a i.fa-facebook-f {
	background-color: #202d52;
	color: var(--white);
}

.follow-btn a:hover i.fa-facebook-f {
	background-color: #fff;
	color: var(--black);
}

.follow-btn a i.fa-x-twitter {
	background-color: rgb(29, 161, 242);
	color: var(--white);
}

.follow-btn a:hover i.fa-x-twitter {
	background-color: #fff;
	color: var(--black);
}

.follow-btn a i.fa-youtube {
	background-color: rgb(205, 32, 31);
	color: var(--white);
}

.follow-btn a:hover i.fa-youtube {
	background-color: #fff;
	color: var(--black);
}

.follow-btn a i.fa-instagram {
	background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	;
	color: var(--white);
}

.follow-btn a:hover i.fa-instagram {
	background-color: #fff !important;
	background-image: none;
	color: var(--black);
}

.follow-btn i {
	height: 31px;
	width: 31px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	transition: all .3s ease-in;
}

.follow-img img {
	padding-right: 10px;
	width: 180px;
}

.author::after {
	content: "";
	left: -8px;
	position: absolute;
	top: 50%;
	height: 2px;
	width: 2px;
	background-color: #000;
	border-radius: 50%;
}

.detail-author-name p {
	color: var(--grey-text-color);
	font-size: 18px;
	line-height: 1.5;
}

/* .author-name-wrap:nth-child(2) {
    margin-left: 11px;
	position: relative;
}
.author-name-wrap:nth-child(2):before {
    position: absolute;
    bottom: -3px;
    left: -9px;
} */

.detail-author-name {
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.author-name-wrap:after {
	content: ',';
}

.author-name-wrap:last-child::after {
	content: unset;
}

.author-container {
	flex-wrap: wrap;
}

.author-name-wrap {
	margin-left: 10px;
	display: flex;
	align-items: center;
	position: relative;
}


/* .detail-author-name .author-name-wrap:not(:first-child)::after {
    position: absolute;
    content: ",";
    bottom: -3px;
	left: -7px;
} */
.author-name-wrap .author {
	margin-left: 0;
}

.author-name-wrap .author::after {
	content: unset;
}

.detail-author-name .author-name-wrap:first-child {
	margin-left: 0;
}

.detail-author-name p:first-child .author::after {
	content: unset;
}

.detail-author-name .author-name-wrap p:first-child .author::after {
	content: unset;
}

.detail-author-name .author-name-wrap p:first-child .author {
	margin-left: 0;
}

.detail-author-name p:first-child .author {
	margin-left: 0;
}

.pub {
	color: #7d7d7d;
	font-size: 18px;
}

.pub-up {
	margin-bottom: 10px;
}

.pub-up .author {
	position: relative;
	margin-left: 15px;
	color: #333;
}

.pub-up .author::after {
	content: "";
	left: -8px;
	position: absolute;
	top: 50%;
	height: 2px;
	width: 2px;
	background-color: #000;
	border-radius: 50%;
}

.details-brief {
	margin: 20px 0;
}

.details-brief p {
	font-size: 20px;
	color: var(--black);
	line-height: 1.452;
	margin-bottom: 30px;
}

.details-brief span {
	font-family: inherit !important;
	font-size: inherit !important;
}

.details-brief .sq-add {
	margin-bottom: 20px;
}

.Deatils-wrapper {
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}

.details-addSec {
	margin-bottom: 40px;
}

.related-stories .col-md-4 {
	padding-left: 0;
}

.related-stories {
	margin-bottom: 25px;
}

.related-stories .SubcatList-detail h5 {
	font-size: 18px;
	line-height: 28px;
	;
	margin-bottom: 0;
}

.story-list {
	padding: 18px 0;
	border-bottom: 1px solid #eee;
}

.story-list:hover h5 {
	color: var(--primary-bg-color);
}

.story-list:first-child {
	padding-top: 0;
}

.story-list:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.story-list .cat-head a {
	font-size: 22px;
}

.story-textbox-bg {
	background-color: rgb(8 8 8 / 60%);
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin: 30px 0;
	padding: 20px;
	text-align: center;
}

.story-card {
	/* margin-top: 60px;
	border-top: 4px solid var(--primary-bg-color); */
}

.highlighted-date {
	padding: 5px 15px;
	background-color: var(--primary-bg-color);
	color: #fff !important;
	margin-bottom: 10px !important;
}

.opinion-img picture img {
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
}

.opinion {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.op-content {
	border-bottom: 1px solid #dedede;
	padding: 28px 0;
}

.Oplist-wrapper .col-md-6:nth-child(1) .op-content {
	padding-top: 0;
}

.Oplist-wrapper .col-md-6:nth-child(2) .op-content {
	padding-top: 0;
}

.Oplist-wrapper .col-md-6:nth-child(3) .op-content {
	padding-bottom: 0;
	border-bottom: 0;
}

.Oplist-wrapper .col-md-6:nth-child(4) .op-content {
	padding-bottom: 0;
	border-bottom: 0;
}

.op-content .col-md-3 {
	padding-left: 0;
}

.op-text h5 {
	font-size: 20px;
	line-height: 1.452;
	color: var(--black);
	font-weight: 600;
}

.op-content:hover h5 {
	color: var(--primary-bg-color);
}

.zoom-col {
	margin: 0 0px;
}

.zoom-col i {
	color: #5a5a5a;
	font-size: 20px;
	margin-right: 15px;
}

.DTag-area ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.DTag-area ul li {
	list-style: none;
}

.DTag-area ul li a {
	font-size: 16px;
	padding: 7px 15px;
	border: 1px solid #dedede;
}

.DTag-area ul li a:hover {
	color: var(--primary-bg-color);
}

.ArchiveList .col-md-6 .SubCat-wrapper {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

/* ============== Koushik details page ============== */
/* blurb */
.blurb-area {
	margin-bottom: 25px;
	padding: 15px;
	border: 1px solid #222;
}

.blurb-area blockquote {
	margin: 0;
	font-size: 20px;
	color: var(--black);
	line-height: 1.452;
}

/* Blockquote */
.blockquote-area {
	margin-bottom: 25px;
	padding: 100px 9.6rem 44px;
	background-color: #202d52;
	position: relative;
}

.blockquote-area blockquote {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

.blockquote-area blockquote:before {
	color: #757d93;
	content: "\201C";
	font-family: sans-serif;
	font-size: 180px;
	left: 139px;
	line-height: 30px;
	position: absolute;
}

.blockquote-area p {
	text-align: end;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

.blockquote-area .attribution {
	display: flex;
	justify-content: end;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
}

.details-brief>blockquote {
	margin-bottom: 25px;
	padding: 100px 9.6rem 44px;
	background-color: #202d52;
	position: relative;
	color: #fff;
}

.details-brief>blockquote>p {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

.details-brief>blockquote::before {
	color: #757d93;
	content: "\201C";
	font-family: sans-serif;
	font-size: 200px;
	left: 141px;
	line-height: 34px;
	position: absolute;
	font-weight: 600;
}

/* quote */
.quote-area {
	margin-bottom: 25px;
	position: relative;
}

.quote-area blockquote {
	padding-top: 15px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #333;
}

.quote-area::before {
	background: #ff5080;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

/* bigfact */
.bigfact-area {
	margin-bottom: 25px;
}

.bigfact-area .bigfact-title {
	font-size: 64px;
	line-height: 1.5;
	color: #202d52;
	margin-bottom: 10px;
	font-weight: 600;
}

.bigfact-area .bigfact-description {
	color: #0f0f0f;
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	font-weight: 600;
}

/* cta area */
.cta-area a {
	color: #00f;
}

.cta-area a:hover {
	color: #e43232;
}

/* details links style */
.details-brief a {
	color: #00f;
}

.details-brief a:hover {
	color: #e43232;
}

/* details-additional-page */
.chora-post {
	margin: 50px 0;
}

.chora-post .chora-titel h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 45px;
}

.chora-post .chora-text p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}

/* Question & Answer Section Area CSS */
.qus-ans-box {
	margin: 50px 0;
}

.qus-ans-box strong {
	margin-right: 7px;
}

.qus-title p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 30px;
	margin-left: 25px;
	position: relative;
}

.qus-title p::before {
	content: "প্র:";
	position: absolute;
	left: -25px;
	font-size: 20px;
	font-weight: 700;
}

.added-ans p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 30px;
	margin-left: 25px;
	position: relative;
}

.added-ans p::before {
	content: "উ:";
	position: absolute;
	left: -25px;
	font-size: 20px;
	font-weight: 700;
}

.qus-ans-story-media {
	margin: 30px 0;
}

.qus-ans-story-media p {
	font-size: 18px;
	margin-top: 5px;
	line-height: 28px;
}

.glance-area {
	margin: 50px 0 30px 0;
	border: 1px solid #000;
	position: relative;
}

.glance-heading {
	padding: 0;
	position: relative;
	z-index: 99999;
}

.glance-title {
	position: relative;
	background: #152141;
	/* position: absolute;
	top: 0;
	background-color: #fff;
	margin-top: -20px;
	margin-left: 25px; */
}

.glance-title::before {
	content: "এক নজরে";
	padding: 5px 24px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: #152141;
	position: absolute;
	top: 0;
	margin-top: -20px;
	margin-left: 25px;
}

.glance-heading h5 {
	display: inline-block;
	padding: 5px 24px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: #152141;
}

.glance-area p {
	font-size: 20px;
	line-height: 30px;
	padding: 35px 25px;
	font-style: italic;
}

.details-brief p sub:before {
	content: "এক নজরে";
	padding: 5px 24px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: #152141;
	position: absolute;
	top: 0;
	margin-top: -20px;
}

.details-brief p sub {
	display: block !important;
	font-size: 20px;
	line-height: 30px;
	padding: 35px 25px;
	font-style: italic;
	margin: 50px 0 30px 0;
	border: 1px solid #000;
	position: relative;

}

/* Details Page Content with Gallery CSS */
.details-brief-gallery picture img {
	aspect-ratio: 1.14;
}

.details-brief-gallery {
	margin-bottom: 30px;
}

.fancybox-container {
	z-index: 99999999;
}

.details-brief-gallery-img {
	margin-bottom: 8px;
}

/* Details Gallery Content with Slider  */
.details-brief-gallery-slider {
	margin-bottom: 30px;
}

.detais-page-slider-img {
	position: relative;
}

.detais-page-slider-img img {
	aspect-ratio: 1.9;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.details-brief-gallery-slider .priv_arrow,
.details-brief-gallery-slider .next_arrow {
	position: absolute;
	top: 45%;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--black);
	z-index: 1;
	cursor: pointer;
	color: #fff;
}

.details-brief-gallery-slider .next_arrow {
	right: 0px;
}

.details-brief-gallery-slider .priv_arrow {
	left: 0px;
}

.details-brief-gallery-slider .detais-page-slider-text-wrap h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--grey-text-color);
	margin-top: 5px;
}

/* Details Page Video Gallery Section */
.details-page-video-area {
	margin-bottom: 30px;
}

.details-brief .video-fix-width iframe {
	/* height: 396px; */
	width: 100% !important;
	height: auto !important;
	margin: 15px 0;
	aspect-ratio: 16 / 9;
	margin-bottom: 30px;
}

.details-brief iframe {
	max-width: 100% !important;
	text-align: center;
	margin-bottom: 30px;
}


/* Sports Details Page Css */
.sports-details-box {
	margin: 30px 0;
}

.details-meta {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 10px; */
	/* margin-top: 3px; */
}

.details-meta p {
	font-size: 17px !important;
	line-height: 26px;
	margin-bottom: 0px;

}

.details-meta .details-meta-share {
	font-size: 18px;
	/* margin-right: 20px; */
}

.sports-details-box .sports-details-title h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 40px;
}

.sports-details-box p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 30px;
}

.sports-details-box .sports-details-media {
	margin-bottom: 30px;
}

.sports-details-box strong {
	margin-right: 5px;
}

/* ======== t20 event ============= */
.path-btns {
	margin-top: 8px;
}

/* .path-btns a:last-child {
    margin-bottom: 0;
} */

.table-btn {
	color: #333;
	text-decoration: none !important;
	display: block;
	text-align: center;
	background: #160053;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 16px;
	padding: 4px;
	border: 3px double #ccc;
}

.table-btn:hover {
	color: var(--arrow-c-brand1);
}

.t20-logo img {
	width: 100%;
	height: 120px;
}

.banner {
	margin-bottom: 10px;
}

.box-news {
	background-color: #fff;
	margin-bottom: 33px;
}

.list-wrap .col-md-6:nth-child(3) .box-news {
	margin-bottom: 0 !important;
}

.list-wrap .col-md-6:nth-child(4) .box-news {
	margin-bottom: 0 !important;
}

.pt-lead h5 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 3px 4px;
	background-color: #1b0d3e;
	height: 64px;
}

.box-news {
	background-color: #1b0d3e;
	margin-bottom: 33px;
	box-shadow: 2px 1px 10px 0px rgba(89, 89, 89, 0.75);
}

.box-news h5 {
	color: #d0d3d4;
	font-size: 17px;
	line-height: 1.5;
	padding: 9px 4px;
}

.bg {
	background-color: #d1d1d1;
	margin-top: 40px;
}

.pt-lead picture img {
	aspect-ratio: 1.5;
}

.match-text {

	margin-top: 15px;
}

.worldcup-wrap {
	background-color: rgb(16, 5, 74);
	padding: 10px;
}

.t20-logo {
	border: 1px solid #4a4a4a;
}

.tlogo img {
	width: 40px;
	height: 25px;
}

.dt p {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.score {
	background-color: #080035;
	padding: 5px 5px;
	margin-top: 10px;
}

.sponser-head a {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	margin: 15px 0;
	background-color: #152141;
	padding: 10px 35px;
	border-radius: 10px;
}

.dt .vs {
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: rgb(182, 23, 23);
}

.play {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 3px;
	color: #fff;
	font-weight: 700;
}

.teams {
	padding-bottom: 14px;
}

.tlogo p {
	font-size: 12px;
	/* font-family: "Roboto", sans-serif; */
	color: #fff;
}

.stadium p {
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

.score-text {
	padding: 4px 0;
}

.sponser-logo img {
	height: 100px;
	width: 100px;
}

.spons {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-size: 28px;
	line-height: 1.4;
}

.event-details-btn .path-btns {
	margin-top: 30px;
}

.event-details-btn .path-btns .table-btn {
	padding: 15px 26px;
	border-radius: 12px;
}

/* .event-details-btn .path-btns a:last-child {
    padding-bottom: 0 ;
} */
/* .euro-btns a {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #080035;
    color: #fff;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 8px 8px;
	border-radius: 5px;
    margin-right: 10px !important;
} */
.euro-btns {
	flex-wrap: wrap;
}

.euro-btns a {
	text-align: center;
	background-color: #080035;
	color: #fff;
	display: flex;
	width: auto;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 18px;
	margin: 10px auto !important;
}

.top-banner {
	background-color: #261680;
	padding: 4px 0;
}

.top-banner h3 {
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 0;
}

.top-banner i {
	color: #fff;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 20px;
}

.euro-list h3 {
	font-size: 18px;
	line-height: 1.4;
}

.rotate {
	-webkit-animation: rotate 5s normal linear infinite;
	animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	25% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, 180deg);
		transform: rotate3d(0, 0, 1, 180deg);
	}

	75% {
		-webkit-transform: rotate3d(0, 0, 1, 270deg);
		transform: rotate3d(0, 0, 1, 270deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}

.euro-news {
	padding: 0 15px 25px 15px;
}

.bg {
	background: linear-gradient(90deg, hsl(227.4, 54.3%, 65.7%) 30%, hsl(211.9, 85.5%, 10.8%) 100%);
}

.ev-head {
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
}

.common-btn-wrap .ev-more {
	background-color: #261680 !important;
}

.border-right-innerF {
	border-right: 1px solid #24475b;
}

.euro-wrap {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #24475b;
}

.euro-list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #24475b;
}

.euro-wrap h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding-top: 10px;
}

.euro-list h3 {
	color: #fff;
}


/* .TopLeadList dotlottie-player {
	display: inline-block;
	vertical-align: middle;
}
.MainLead dotlottie-player {
	display: inline-block;
	vertical-align: middle;
}
.CatMain-detail dotlottie-player {
	display: inline-block;
	vertical-align: middle;
} */

.live-icon {
	width: 30px;
	height: 30px;
	padding: 5px;
	display: inline !important;
}

.live-icon-head {
	width: 30px;
	height: 30px;
}

/* live portion */
.livenow-icon-section {
	width: 25px;
	height: 25px;
	position: block;
}

.livenow {
	padding: 30px 31px 4px 0px;
}

.live-icon-margin>span {
	margin: 8px auto !important;
}

.live h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 3px;
}

.livenow>span {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
	margin: 0 auto;
	border: 2px solid white;
	-webkit-animation: live 2s infinite ease-in-out;
	animation: live 2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.livenow>span:nth-child(1) {
	background-color: rgba(255, 255, 255, 0.3);
	background-color: #e35252;
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.livenow>span:nth-child(2) {
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}

.livenow>span:nth-child(3) {
	-webkit-animation-delay: 0.42s;
	animation-delay: 0.42s;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.livenow>span:nth-child(4) {
	border: 2px solid #e35252;
	-webkit-animation-delay: -0.42s;
	animation-delay: -0.42s;
}

.livenow>div {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
	margin: 0 auto;
	border: 2px solid white;
	-webkit-animation: live 2s infinite ease-in-out;
	animation: live 2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.livenow>div:nth-child(1) {
	background-color: rgba(255, 255, 255, 0.3);
	background-color: #e35252;
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.livenow>div:nth-child(2) {
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}

.livenow>div:nth-child(3) {
	-webkit-animation-delay: 0.42s;
	animation-delay: 0.42s;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.livenow>div:nth-child(4) {
	border: 2px solid #e35252;
	-webkit-animation-delay: -0.42s;
	animation-delay: -0.42s;
}

/* .sharethis-inline-share-buttons .st-btn{
	background: #fff !important;
}
.sharethis-inline-share-buttons .st-btn:hover {
	background: #f0d0d0 !important;
	transition: .3s all;
} */

@-webkit-keyframes live {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.6);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes live {

	0%,
	80%,
	100% {
		transform: scale(0.6);
		-webkit-transform: scale(0.6);
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.live-desc h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-right: 10px;
	margin-top: 5px;
	color: var(--black);
	padding-left: 25px;
}

.live-desc h3>a {
	color: var(--black);
}

.live-heading .livenow {
	padding: 0px 47px 38px 0px;
}

.live-heading .livenow>div {
	width: 40px;
	height: 40px;
}

.live-heading h1 {
	color: var(--arrow-c-brand1);
}

.subhead-liveblog p {
	font-size: 18px;
	font-style: normal;
	line-height: 1.4;
	color: var(--black);
}

.liveblog-details-area {
	padding: 30px 0;
	background-color: #EAEAEA;
}

.blog-headline h2 {
	color: var(--background-color);
	font-size: 34px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.liveblog-contents {
	padding-top: 15px;
}

.author-live {
	margin: 10px 0;
}

.liveblog-summary {
	padding: 10px 10px 10px 25px;
	background-color: #fff;
	margin-bottom: 16px;
}

.liveblog-summary ul {
	margin: 0;
	padding: 0;
}

.liveblog-summary ul li {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.liveblog-details .liveblog-summary {
	padding: 10px;
}

.liveblog-details-body {
	margin-bottom: 20px;
}

.liveblog-details-body .liveblog-summary ul {
	padding-left: 30px;
}

.cat-head h4 {
	font-size: 14px;
	line-height: 1.4;
}

.cat-head h4::before {
	background-color: var(--arrow-c-brand1);
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 100%;
	width: 25px;
	margin-top: 5px;
}

.liveblog-title {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
}

/* .liveblog-details .cat-head{
	margin-bottom: 20px;
} */
.liveblog-details-body .cat-head {
	margin-bottom: 20px;
}

.lv-desc p {
	font-size: 16px;
	line-height: 1.4;
	color: var(--black);
	margin-bottom: 15px;
}

.lv-desc h5 a {
	text-decoration: underline;
	color: var(--black);
	font-weight: 600;
}

.lv-desc img {
	max-width: 100% !important;
	height: auto !important;
}

.lv-share a {
	display: inline-block;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #ccc;
	color: #000;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 50%;
}

.details-brief .key-events-content:last-child {
	margin-bottom: 30px;
}

.sp-head h5 a {
	color: var(--black) !important;
	font-size: 20px;
}

.sp-head .SectionHeading {
	margin-bottom: 20px;
}

.sp-head h5 {
	margin: 10px 0;
}

/* Details3 Page CSS  */

.details-img p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
	display: flex;
	justify-content: start;
}

.details-title .details-brief-italic {
	color: #3b3b3b;
	margin-bottom: 30px;
}

.all-bangladesh .details-img {
	padding: 0 0 5px 0;

}

/* Details4 Page CSS  */
.world-area .video-frame iframe {
	height: 600px;
}

.world-area .connet-social {
	margin-bottom: 30px;
}

/* Details Page Data Table CSS */
/* .details-data-table{
	margin-bottom: 30px;
}
.details-data-table p{
	font-size: 20px;
	color: var(--black);
	line-height: 1.452;
	margin-bottom: 30px;
} */
.table-responsive {
	margin-bottom: 30px;
}

.table-responsive td {
	font-size: 18px;
	color: var(--black);
}

/* Details Page Read More with Link */
/* .details-link-Rmore ul{
	list-style: none;
}
.details-link-Rmore ul li{
	margin-bottom: 20px;
} */
.details-link-Rmore>a {
	font-size: 20px;
	color: #0c0cff;
	line-height: 1.452;
	font-weight: 600;
}

.details-link-Rmore>a:hover {
	color: var(--arrow-c-brand1);
	transition: all 0.2s ease;
}

/* PDF Preview Section Area */
.PDF-preview-area {
	margin-bottom: 30px;
}

.PDF-preview-box {
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 30px 25px;
	background: #e9e9e9;
	display: flex;
	justify-content: space-between;
}

.PDF-preview-box .PDF-preview-title span {
	background: var(--arrow-c-brand1);
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
}

.PDF-preview-box .PDF-preview-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}

.PDF-preview-box .preview {
	/* background: #fff; */
	border: 1px solid #535353;
	padding: 7px 10px;
	border-radius: 5px;
	font-size: 15px;
	color: #152141;
	display: inline-block;
	margin-bottom: 0;
}

.PDF-preview-box .preview:hover {
	color: var(--arrow-c-brand1);
}


.spot {
	position: relative;
	color: var(--primary-bg-color);
	padding-right: 15px;
}

.spot::before {
	content: " •";
	position: absolute;
	font-family: var(--primary-font);
	right: 3px;
	top: 50%;
	color: var(--primary-bg-color);
	transform: translateY(-50%);
}

/* special menu */

.awesome {
	font-family: futura;
	width: 100%;
	text-align: center;
	color: #313131;
	font-size: 25px;
	/* font-weight: bold; */
}

@-webkit-keyframes colorchange {
	0% {
		color: var(--primary-bg-color);
	}

	30% {
		color: #c55151;
	}

	50% {
		color: white;
	}

	70% {
		color: white;
	}

	100% {
		color: var(--primary-bg-color);
	}
}

/* Writters page */
.writters-section {
	padding: 40px 0;
}

.writters-section .op-content {
	padding-top: 0;
}

.writters-section .op-text h1 {
	font-size: 22px;
	line-height: 1.2;
	margin: 15px 0;
	font-weight: 700;
}

.writter-content:hover h1 {
	color: var(--primary-bg-color);
}

.writters-section .op-text p {
	color: var(--grey-text-color);
	font-size: 16px;
	line-height: 1.4;
	font-family: var(--primary-font);
}

.writters-news {
	padding-top: 28px;
}

.writters-news .cat-head {
	margin-bottom: 10px;
}

.writters-news .cat-head a {
	font-size: 16px;
}

.writters-news .SubcatList-detail h6 {
	font-size: 15px;
	margin: 5px 0;
	color: var(--grey-text-color);
}

/* tag page */
.tag-text h5 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 6px;
	font-weight: 800;
}

.tag-text .cat-head h1 {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tag-text p {
	color: var(--grey-text-color);
	font-size: 18px;
	line-height: 1.2;
	display: -webkit-box;
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tag-text .cat-head {
	margin-bottom: 10px;
}

.tag-content {
	padding-bottom: 15px;
}

.tag-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #dede;
}

.writters-news .SubCat-wrapper {
	border-bottom: 1px solid #dedede;
}

.writters-news .SubCat-wrapper:last-child {
	border-bottom: 0;
}

.ad-wrapper-writter {
	padding-top: 28px;
}


/* contact-us-page */
.contactUsPage {
	padding: 40px 0;
}

.ContactForm label {
	font-size: 16px;
	font-weight: 700;
}

.ContactForm .form-control,
.ContactForm select {
	border-radius: 0;
	padding: 8px;
}

.ContactForm .form-select:focus {
	border-color: var(--primary-bg-color);
	box-shadow: none;
}

.ContactForm .form-control:focus {
	border-color: var(--primary-bg-color);
	box-shadow: none;
}

.ContactForm .form-control::placeholder {
	font-size: 14px;
}

.submit-btn input {
	text-align: center;
}

.submit-btn input {
	padding: 8px 100px;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
	background: var(--background-color);
	color: var(--white);
}

.submit-btn input:hover {
	color: var(--primary-bg-color);
}

.ContactInfo {
	margin-top: 37px;
}

.ContactInfoGroup {
	border: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

.ContactInfoGroup h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.ContactInfoGroup p {
	font-size: 14px;
	line-height: 24px;
	color: var(--grey-text-color);
}

.ContactInfoGroup p>a {
	margin-right: 5px;
	color: var(--grey-text-color);
}

/* about-us-area */
.AboutUsPage {
	padding: 40px 0;
}

.AboutUsSlideWrap .priv_arrow,
.AboutUsSlideWrap .next_arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--black);
	z-index: 1;
	cursor: pointer;
}

.AboutUsSlideWrap .priv_arrow {
	left: 0px;
}

.AboutUsSlideWrap .next_arrow {
	right: 0px;
}

.AboutUsSlideWrap .priv_arrow i,
.AboutUsSlideWrap .next_arrow i {
	color: var(--white);
}

.AboutUsSlideWrap .slick-dots {
	bottom: -35px;
}

.AboutUsSlideWrap .slick-dots li {
	margin: 0 1px;
}

.AboutUsSlideWrap .slick-dots li button::before {
	font-size: 15px;
	color: var(--primary-bg-color);
}

.AboutUsSlideWrap .slick-dots li.slick-active button::before {
	color: var(--primary-bg-color);
	opacity: 1;
}

.AboutUsSlideWrap .items {
	position: relative;
}

.AboutUsSlideWrap .items img {
	aspect-ratio: 2.5;
	object-fit: cover;
	object-position: center;
}

.AboutUsTextArea {
	padding-top: 40px;
}

.AboutUsTextWrap h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.AboutUsTextWrap p {
	font-size: 20px;
	line-height: 30px;
	color: var(--grey-text-color);
	margin-bottom: 10px;
	font-family: var(--primary-font);
}

/* PrivacyPolicyPage */
.PrivacyPolicyPage {
	padding: 40px 0;
}

.PrivacyPolicyTextWrap h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: var(--primary-font);
	margin-bottom: 20px;
}

.PrivacyPolicyTextWrap h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: var(--primary-font);
	margin: 20px 0;
}

.PrivacyPolicyTextWrap p {
	font-size: 20px;
	line-height: 30px;
	color: var(--grey-text-color);
	margin-bottom: 10px;
	font-family: var(--primary-font);
}

/* 404 page */
.FouZeroFourpage {
	padding: 40px 0;
}

.FouZeroFourContent h1 {
	font-size: 160px;
	font-weight: 700;
	line-height: 1;
}

.FouZeroFourContent h2 {
	font-size: 30px;
	font-weight: 700;
}

.FouZeroFourContent p {
	font-size: 16px;
	margin: 20px 0;
}

/* photos-details */
.DPhotoSlide .PhotosWrapSlider .items .CommonSliderTextWrap {
	position: static;
	padding: 0;
	margin-top: 10px;
}

.DPhotoSlide .PhotosWrapSlider .items .CommonSliderTextWrap h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--grey-text-color);
}

.DPhotoSlide .PhotosWrapSlider .slick-dots {
	bottom: 80px;
}

/* video-category-page */
/* .video-cat .Cat-pageTitle h1 a{font-family:'SolaimanLipi', Arial, sans-serif !important;}
.video-cat .Cat-listItems ul li{font-family:'SolaimanLipi', Arial, sans-serif !important;}
.video-list.Subcat-news .SubcatList-detail h5{font-family:'SolaimanLipi', Arial, sans-serif !important;}
.video-list.Subcat-news .SubcatList-detail p{font-family:'SolaimanLipi', Arial, sans-serif !important;}
.video-list.Subcat-news .SubcatList-detail p{font-family:'SolaimanLipi', Arial, sans-serif !important;} */


/* video details page */
.video-frame iframe {
	height: 396px;
	width: 100%;
	margin: 15px 0;
}

/* Archive Page */
.filter-inputs {
	margin-top: 20px;
}

.DArchivesSec input {
	border-radius: 0;
}

.DArchivesSec .form-control:focus {
	border-color: var(--background-color);
	box-shadow: none;
}

.DArchivesSec .form-select:focus {
	border-color: var(--background-color);
	box-shadow: none;
}

.DArchivesSec select {
	border-radius: 0;
}

.DArchivesSec .form-control {
	background: #fff !important;
}

/* Search Page */
.search-box-wrap {
	margin-bottom: 40px;
	padding: 8px;
}

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

.searchBar input {
	border-radius: 0;
}

.searchBar .form-control:focus {
	border-color: var(--background-color);
	box-shadow: none;
}

.searchBar a {
	padding: 5px 9px;
	background-color: var(--background-color);
}

.searchBar i {
	color: var(--white);
	font-size: 16px;
}

.searchBar button {
	padding: 5px 9px;
	background-color: var(--background-color);
	border: 0;
	outline: 0;
}

/*  Division page */
.division-filter {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.division-filter .form-select:focus {
	border-color: var(--background-color);
	box-shadow: none;
}

.division-filter .form-select {
	font-size: 16px;
}

.division-filter .form-select option {
	font-size: 18px;
}

/* District page */
.district-page .Cat-pageTitle h1 a {
	font-size: 24px;
}

/* TradeEconCapitalMarkets */
.TradeEconCapitalMarkets {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.TrdEconomicsCapitalTab .nav-pills {
	margin-bottom: 20px;
}

.TrdEconomicsCapitalTab .nav {
	gap: 20px;
}

.TrdEconomicsCapitalTab .nav-link {
	font-size: 20px;
	font-weight: 700;
	color: var(--black);
	padding: 3px 20px;
	border: 1px solid #dedede;
	border-radius: 0;
	position: relative;
}

.TrdEconomicsCapitalTab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--primary-bg-color);
	background: none;
	border: 1px solid var(--primary-bg-color);
	border-radius: 0;
}

.TrdEconomicsCapitalTab .nav-pills .nav-link.active::before {
	border: 8px solid transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: 15px solid var(--primary-bg-color);
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
}

.TrdEcoCapitalContent {
	margin-bottom: 24px;
}

.TrdEcoCapitalImg img {
	aspect-ratio: 1.62;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.TrdEcoCapitalContent .Desc .Title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	-webkit-line-clamp: unset;
	margin-top: 10px;
}

.TrdEcoCapitalContent:hover .Desc .Title {
	color: var(--primary-bg-color);
}

/* TubeArea */
.TubeArea {
	padding: 40px 0;
	background-color: rgb(104, 100, 100);
}

.TubeLeadWrap {
	position: relative;
}

.TubeLeadImg {
	position: relative;
}

.TubeLeadImg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.34;
}

.TubeLeadImg img {
	aspect-ratio: 1.77;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.TubeIcons {
	position: absolute;
	top: 30px;
	left: 30px;
}

.TubeIcons i {
	color: var(--white);
	font-size: 20px;
	width: 60px;
	height: 40px;
	background: var(--primary-bg-color);
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}

.TubeLeadText {
	width: 100%;
	padding: 10px 0;
}

.TubeLeadText .Desc .Title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	-webkit-line-clamp: unset;
}

.TubeLeadWrap:hover .TubeLeadText .Desc .Title {
	color: var(--primary-bg-color);
}

.TubeLeadText .Desc .Brief p {
	color: #fff;
	;
}

.TubeSmallList {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

.TubeSmallList:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.TubeSmallListImg {
	position: relative;
}

.TubeSmallListImg img {
	aspect-ratio: 1.52;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.TubeSIcons {
	position: absolute;
	top: -7px;
	left: 5px;
}

.TubeSIcons i {
	color: var(--white);
	font-size: 8px;
	width: 20px;
	height: 15px;
	background: var(--primary-bg-color);
	line-height: 15px;
	text-align: center;
	border-radius: 5px;
}

.TubeSmallListText .Desc .Title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	-webkit-line-clamp: unset;
	color: #fff;
}

.TubeSmallList:hover .TubeSmallListText .Desc .Title {
	color: var(--primary-bg-color);
}

.TubeArea .SectionHeading h5>a {
	color: #fff;
}

/* footer-area */
/* .FooterArea{background:#f6f6f6;} */
.FooterArea {
	background: var(--background-color);
}

.FtLogoArea {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: 200px;
}

.footer-logo h5 {
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}

.FtMenu {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.FtInfo h6 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.FtInfo ul li {
	list-style: none;
	margin: 5px 0;
}

.FtInfo ul li a {
	font-size: 14px;
	color: #fff;
}

.FtInfo ul li a:hover {
	color: var(--primary-bg-color);
}

.FtSocialMedia {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}

.FtSocialIcon {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.FtSocialIcon h5 {
	color: #fff;
}

.FtSecondMenu {
	text-align: center;
	margin-top: 20px;
}

.FtSecondMenu ul li {
	list-style: none;
	display: inline-block;
}

.FtSecondMenu ul li a {
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #aaa;
	padding: 0 10px;
}

.FtSecondMenu ul li:last-child a {
	border-right: 0;
}

.FtSocialMedia .apps-logo {
	justify-content: center;
	margin-top: 20px;
}

.FtBottom {
	padding: 20px 0;
	background: var(--background-color);
}

.CopyRight p {
	font-size: 14px;
	text-align: center;
	color: var(--white);
}


/* Sepecial Event News Area CSS Start */
.SpecialEventArea {
	margin: 50px 0;
	background: var(--background-color);
}

.SpecialEventSection {
	padding: 20px;
}

.MobileMenuShow {
	display: none;
}

.SpCatEventLeadImg img {
	aspect-ratio: 1.59;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatEventLeadText {
	margin-top: 10px;
	height: 121px;
	overflow: hidden;
}

.SpCatEventLeadText .Desc .Title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
}

.SpCatEventLeadText .Desc .Brief p {
	color: #fff;
}

.SpCatEventSmallList {
	position: relative;
	margin-bottom: 8px;
}

.SpecialEventSection .col-lg-6.col-sm-6:nth-last-child(-n+2) .SpCatEventSmallList {
	margin-bottom: 0;
}

.SpCatEventSmallListImg {
	position: relative;
}

.SpCatEventSmallListImg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.34;
}

.SpCatEventSmallListImg img {
	aspect-ratio: 1.72;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.SpCatEventSmallListText {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 6px 6px 6px;
}

.SpCatEventSmallListText .Desc .Title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: var(--white);
}

.SpCatEventSmallListText .Desc .Brief p {
	color: var(--white);
}

/* New Css */
.uselection_withbackground-area {
	width: 980px;
	height: 150px;
	background-color: #000;
	margin: 0 auto;
}

.uselectionbox {
	margin-top: 18px;
}

.uselectionbox .uselection-wrap-new {
	background-image: url("../images/US-Election-2024--bn-desktop.jpg");
	background-repeat: no-repeat;
	background-size: 982px 130px;
	background-position: top;
	position: relative;
	border: 1px solid #0029A1;
	width: 980px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.elec-box-new p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}

.elec-box-new .candidateName1 {
	position: relative;
	top: 120px;
	left: 190px;
	top: 120px;
	left: 190px;
	-ms-top: 120px;
	-ms-left: 190px;
	-o-top: 120px;
	-o-left: 190px;
}

.elec-box-new .candidateName1 p {
	color: #fff;
}

.elec-box-new .AchievedSeat1 {
	margin-top: 140px;
	color: #fff;
}

.elec-box-new .AchievedSeat1 p {
	left: 113px;
	bottom: 56px;
	position: relative;
	color: #fff;
}

.elec-box-new .candidateName2 {
	position: relative;
	top: 120px;
	left: 180px;
}

.elec-box-new .candidateName2 p {
	color: #fff;
}

.elec-box-new .AchievedSeat2 {
	position: relative;
	top: 140px;
	right: 175px;
}

.elec-box-new .AchievedSeat2 p {
	position: relative;
	bottom: 54px;
	right: -5px;
	color: #fff;
}

.uselectionbox .election_result_bar {
	top: -44px;
	height: 30px;
	left: 11px;
	background-color: #ddd;
	position: relative;
	width: 980px;
}

.candidate_left,
.candidate_right {
	height: 100%;
	position: absolute;
	top: 0;
}

.candidate_left {
	background-color: #f44336;
	/* Red */
	left: 0;
}

.candidate_right {
	background-color: #1a80c4;
	right: 0;
}

/* new category page */
.newcatpage {
	background-color: #EAEAEA;
}

.newcatpage .container {
	max-width: 1265px;
}

.newcatpage .main-menu {
	background: #f3f3f3;
}

/* .newcatpage .rm-container{
		background-color: #fff;
	} */

.newcatpage .CatMain-detail h1 {
	font-size: 38px;
	line-height: 1.2;
	text-align: start;
	margin: 0 0 20px 0 !important;
	padding-left: 2px;
}

.newcatpage .Cat-lead {
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.newcatpage .Cat-readMore {
	padding-top: 0 !important;
	border: 0;
}

.newcatpage .rm-container h5 {
	padding: 12px 10px;
	margin-top: 0;

}

.newcatpage .catmore {
	background-color: transparent;
}

.newcatpage .rm-container {
	margin-bottom: 5px;
	background-color: #fff;
}

.rmNew-subCat h5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	padding-right: 10px;
}

.catmore {
	padding-top: 5px;
	border-top: 2px solid var(--arrow-c-brand1) !important;
	font-size: 20px;
	font-weight: 600;
	display: block;
	background: #fff;
}

.Newcatlist2 {
	padding: 30px 0;
}

.Ncatlist {
	position: relative;
	background-color: #fff;
}

.Ncatlead {
	position: relative;
	background-color: #fff;
}

.Ncatlead i {
	position: absolute;
	color: rgb(231, 22, 22);
	font-size: 45px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Ncatlist i {
	position: absolute;
	color: rgb(231, 22, 22);
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Newcatlist3 {
	padding: 30px 0;
}

.Newcatlist3 .Ncatlist {
	margin-bottom: 0;
}

/* .Newcatlist3 .col-md-6:nth-child(2) .col-6:nth-child(2) .Ncatlist{
		margin-bottom: 0;
	}
	.Newcatlist3 .col-md-6:nth-child(2) .col-6:nth-child(3) .Ncatlist{
		margin-bottom: 0;
	} */

.Newcatlist2 picture img {
	width: 100%;
	aspect-ratio: 1.3;
}

.Ncatlead picture img {
	width: 100%;
	aspect-ratio: 1.5;
}

.rm-pic {
	position: relative;
}

.rmNew-subCat {
	padding: 4px 10px;
}

.rmNew-subCat p {
	font-size: 12px;
	margin-top: 15px;
}

.Nshoulder p {
	margin-top: 0 !important;
	padding-bottom: 10px;
	position: relative;
}

.Nshoulder p::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 10px;
	width: 20px;
	height: 2px;
	background: var(--primary-bg-color);
}


/* New Lifestyle Cate Page CSS */
.new-lifestyle-cate-wrap {
	background: #eee;
	padding: 10px 0;
}

.new-lifestyle-cate-lead {
	padding-bottom: 30px;
}

.new-lifestyle-cate-wrap .Cat-listItems ul li {
	background: var(--background-color);
	padding: 10px 10px;
	margin-right: 1px;
	/* font-size: 16px;
		line-height: 16px; */
}

.new-lifestyle-cate-wrap .Cat-listItems ul li::after {
	content: unset;
	position: relative;
}

.new-lifestyle-cate-wrap .Cat-listItems ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.new-lifestyle-cate-wrap .Cat-listItems ul {
	overflow-x: scroll;
	scrollbar-width: none;
}

.new-lifestyle-cate-wrap .Cat-listItems ul li.active {
	background-color: var(--arrow-c-brand1);
}

.new-lifestyle-cate-lead-wrap {
	position: relative;
	margin-bottom: 30px;
}

.new-lifestyle-cate-lead-wrap:hover .new-lifestyle-cate-lead-title h1 {
	color: var(--arrow-c-brand1);
	transition: 0.3s;
}

.new-lifestyle-cate-lead-title {
	background: #fff;
	padding: 15px 30px;
	position: absolute;
	right: -286px;
	bottom: 22px;
	width: 415px;
	text-align: center;
	border: 6px solid #dfdfdf;
}

.new-lifestyle-cate-lead-wrap .new-lifestyle-cate-lead-img {
	position: relative;
}

.new-lifestyle-cate-lead-title h1 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 !important;
	overflow: hidden;
}

.new-lifestyle-cate-lead-title .Brief p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 !important;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
}

.new-lifestyle-cate-List2-items {
	background: #fff;
	width: 100%;
}

.new-lifestyle-cate-List2-items:hover .Desc .Title {
	color: var(--arrow-c-brand1);
	transition: 0.3s;
}

.new-lifestyle-cate-List2-items .Desc .Title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}

.new-lifestyle-cate-List2-items .Desc {
	padding: 20px;
}

.new-lifestyle-cate-wrap .catmore {
	background: unset;
}

.new-lifestyle-cate-wrap .Newcatlist2 .Ncatlist .Desc {
	padding: 10px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-lifestyle-cate-wrap .Newcatlist2 .new-lifestyle-Ncatlist-big .rmNew-subCat {
	text-align: center;
	width: 100%;
}

.new-lifestyle-cate-wrap .Newcatlist2 .Desc {
	padding: 10px;
}

.new-lifestyle-cate-wrap .Newcatlist2 .rmNew-subCat h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 !important;
	overflow: hidden;
	font-size: 22px;
	line-height: 1.4;

}

.new-lifestyle-cate-wrap .Newcatlist2 .Ncatlist:hover .rmNew-subCat h5 {
	color: var(--arrow-c-brand1);
	transition: 0.3s;
}

.new-lifestyle-cate-wrap .Newcatlist2 .new-lifestyle-Ncatlist-sm {
	margin-bottom: 20px;
}

.new-lifestyle-cate-wrap .Newcatlist2 .new-lifestyle-Ncatlist-sm img {
	aspect-ratio: 1.65;
}

.new-lifestyle-cate-wrap .Newcatlist2 .new-lifestyle-Ncatlist-sm .rmNew-subCat h5 {
	font-size: 18px;
}

.new-lifestyle-cate-wrap .Newcatlist2 .col-lg-6 .col-md-6:nth-last-child(-n+2) .new-lifestyle-Ncatlist-sm {
	margin-bottom: 0;
}

.new-lifestyle-cate-wrap .Newcatlist2 .rmNew-subCat h5 {
	padding-right: 0;
}

/* Video Area News Css */
.CommonLead3 .Desc .Title {
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.CommonLead3 .Brief p {
	font-size: 16px;
	line-height: 1.4;
	color: #c8c8c8;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Video-Area-news {
	background: #000;
	padding: 40px 0;
	margin-bottom: 30px;
}

.Video-Area-news .Video-news-wrapper .Video-news-img {
	position: relative;
}

.video-title img {
	width: 70px;
	height: auto;
	margin-bottom: 20px;
}

.Video-news-wrapper .CommonLead2 {
	background: #484848;
}

.CommonLead3:hover .Desc .Title {
	color: var(--primary-bg-color);
	transition: 0.3s;
}

.Video-news-wrapper .CommonLead2 .Desc .Title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}

.Video-news-wrapper .CommonLead2:hover .Desc .Title {
	color: var(--primary-bg-color);
	transition: 0.3s;
}

.Video-news-wrapper .CommonLead2:hover .Desc .Title {
	color: var(--primary-bg-color);
	transition: 0.3s;
}

.Video-news-wrapper .CommonLead2 .Desc {
	padding: 15px 6px;
}

.Video-news-wrapper .CommonLead3 {
	margin-bottom: 8px;
}

.videoInLead .CommonLead2 .Desc .Title {
	-webkit-line-clamp: 3;
}

/* Common Category One CSS */
.CommonCateOne {
	padding-bottom: 30px;
}

.CommonCateOne .CommonCateOne-wrapper .col-lg-10 {
	padding-left: 0;
}

.CommonCateNews-title {
	border-top: 2px solid #E52E2E;
}

.CommonCateNews-title h3 {
	font-size: 26px;
	line-height: 1.3;
	color: var(--background-color);
	font-weight: 700;
}

.CommonCateNews-title h3>a {
	color: var(--background-color);
}

.CommonCateNews-title h3:hover a {
	color: #E52E2E;
	transition: 0.3s;
}

.CommonCateOne-Slider .next_arrow {
	position: absolute;
	right: 10px;
	top: 41%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.CommonCateOne-Slider .next_arrow i {
	font-size: 15px;
	background: var(--primary-bg-color);
	padding: 0px 8px;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
}

.CommonCateOne-Slider .priv_arrow {
	position: absolute;
	left: 10px;
	top: 41%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.CommonCateOne-Slider .priv_arrow i {
	font-size: 15px;
	background: var(--primary-bg-color);
	padding: 0px 8px;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
}

.CommonCateOne-wrapper .CommonLead2 {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.CommonCateOne-wrapper .CommonLead2 .Desc {
	padding: 16px 12px;
	height: 122px;
	overflow: hidden;
}

.CommonLead2 .Desc .Title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.CommonLead2:hover .Desc .Title {
	color: var(--primary-bg-color);
	transition: 0.3s;
}

.CommonLead2 {
	background: #fff;
}

.CommonLeadAll {
	background: #fff;
}

.CommonLeadAll .Desc {
	padding: 6px;
	height: 62px;
}

.CommonLead2 .Desc {
	padding: 12px;
}

.CommonLeadAll .Desc .Title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.CommonLeadList .Desc .Title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.CommonLeadAll .Desc {
	padding: 6px;
	height: 62px;
}

.CommonLeadList:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.CommonLeadList {
	background: #fff;
	margin-bottom: 12px;
}

.CommonLeadList .col-lg-7 {
	padding-left: 0;
}

.CommonCateOne-wrapper .CommonLead2 .Desc .Title {
	-webkit-line-clamp: 4;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
}

.common-time-shareMeta {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 10px 10px;
}

.common-time-shareMeta .common-time p {
	font-size: 12px;
	color: #8a8a8a;
}

.common-shareMeta {
	line-height: 12px;
}

.common-time-shareMeta .common-shareMeta i {
	font-size: 12px;
	color: #8a8a8a;
	border: 1px solid #8a8a8a;
	border-radius: 50%;
	padding: 0px 4px;
	width: 22px;
	height: 22px;
	line-height: 21px;
}

/* Common CategoryTwo CSS */
.CommonCateTwo {
	padding-bottom: 30px;
}

.CommonCateTwo .CommonCateTwo-wrapper .col-lg-10 {
	padding-left: 0;
}

.CommonCateTwo-wrapper .colRight3 .CommonLead2 {
	margin-bottom: 16px;
}

.CommonCateTwo-wrapper .colRight3 .CommonLead2 img {
	aspect-ratio: 1.45;
}

.CommonCateTwo-wrapper .colRight3 .CommonLead2 .Desc {
	padding: 14px 10px;
	/* height: 70px; */
	overflow: hidden;
}

.CommonCateTwo-wrapper .colRight3 .col-lg-6:nth-last-child(-n+2) .CommonLead2 {
	margin-bottom: 0;
}

.CommonCateTwo-wrapper .colRight3 .CommonLead2 .Desc .Title {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}

.CommonCateTwo .catenoslide .CommonLeadAll {
	margin: 0 10px;
}

/* Special Category Area  */
.new-lifestyle-cate-wrap .tab-all-content {
	margin-top: 15px;
}

.tab-panel .nav-tabs {
	width: 100%;
}

.new-lifestyle-cate-wrap .tab-panel .nav-tabs .nav-link.active {
	color: #fff;
	background-color: var(--background-color);
}

.new-lifestyle-cate-wrap .tab-panel {
	padding: 30px 0;
	border-bottom: unset;
}

.new-lifestyle-cate-wrap .tab-panel .nav-tabs .nav-link {
	background-color: #b3b3b3;
	font-size: 18px;
	font-weight: 900;
	width: 50%;
	border-radius: 0;
	color: #fff;
	padding: 5px;
	border: unset;
}

.new-lifestyle-cate-wrap .Tabnews-id h4 {
	font-size: 26px;
	color: #797979;
	line-height: 1;
	margin-right: 8px;
}

.new-lifestyle-cate-wrap .TabPanel-contents {
	margin-bottom: 12px;
}

.new-lifestyle-cate-wrap .TabPanel-contents .CommonLeadList img {
	aspect-ratio: 0.92;
}

.new-lifestyle-cate-wrap .tab-content .col-md-6:nth-child(5) .TabPanel-contents {
	margin-bottom: 0 !important;
}

.new-lifestyle-cate-wrap .tab-content .col-md-6:nth-child(6) .TabPanel-contents {
	margin-bottom: 0 !important;
}

.priv_arrow i {
	font-size: 15px;
	background: #fff;
	padding: 0px 8px;
	color: var(--primary-bg-color);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
}

.priv_arrow {
	position: absolute;
	left: 14px;
	top: 35%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.next_arrow i {
	font-size: 15px;
	background: #fff;
	padding: 0px 8px;
	color: var(--primary-bg-color);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
}

.next_arrow {
	position: absolute;
	right: 14px;
	top: 35%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.CommonCateOne-wrapper .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.CommonCateOne-wrapper .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}


/* Lifestyle Sub category Css */
.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead {
	margin: 30px 0 100px 0;
}

.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead2 {
	margin: 30px 0 30px 0;
}

.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead-title {
	bottom: -125px;
	left: 50%;
	transform: translateX(-50%);
	width: 450px;
}

.new-lifestyle-SubCate-wrap .new-lifestyle-cate-List2-items {
	margin-bottom: 24px;
	width: 100%;
}

.HeaderArea {
	background: #f0f0f0;
}

@media (max-width: 768px) {
	.uselectionbox {
		margin-top: 18px;
	}

	.uselectionbox .uselection-wrap-new {
		background-image: url("../images/US-Election-2024-bn-320x238.png");
		background-repeat: no-repeat;
		background-size: 320px 227px;
		background-position: top;
		position: relative;
		width: 320px;
		height: 227px;
		border: 1px solid #0029A1;
	}

	.uselectionbox .uselection-wrap-new .row {
		display: flow !important;
	}

	.uselectionbox .uselection-wrap-new .election_result_bar {
		top: 29px;
		height: 30px;
		width: 320px;
		position: relative;

		bottom: 90px;
	}

	.elec-box-new {
		padding: 0px 0px;
		margin: 0px 0px;
	}

	.elec-box-new p {
		font-size: 24px;
		line-height: 1.4;
		font-weight: 500;
	}

	.elec-box-new .candidateName1 {
		position: relative;
		top: 240px;
		left: 20px;
		-ms-top: 0px;
		-o-top: 0px;
		-ms-left: 0px;
		-o-left: 0px;
	}

	.elec-box-new .candidateName1 p {
		color: #fff;
	}

	.elec-box-new .AchievedSeat1 {
		position: relative;
	}

	.elec-box-new .AchievedSeat1 p {
		left: 42px;
		top: 53px;
		color: #fff;
		font-size: 20px;
	}

	.elec-box-new .candidateName2 {
		position: relative;
		top: 35px;
		left: 220px;
	}

	.elec-box-new .candidateName2 p {
		color: #fff;
	}

	.elec-box-new .AchievedSeat2 {
		position: relative;
		top: 40px;
		left: 280px;
	}

	.elec-box-new .AchievedSeat2 p {
		left: -47px;
		bottom: 16px;
		color: #fff;
		font-size: 20px;
	}
}


/* XXL Device :1400px.*/
@media (min-width:1600px) and (max-width:5000px) {
	.container {
		max-width: 1140px;
	}
}

/* XL Device :1200px. */
@media (min-width:1200px) and (max-width:1500px) {
	.SportsWrap ul {
		display: flex;
		overflow-x: scroll;
		scrollbar-width: none;
		flex-wrap: unset;
	}

	.SportsWrap .nav-pills .nav-link {
		height: 100%;
	}
}

/* LG Device :992px. */
@media (min-width:992px) and (max-width:1200px) {
	.container {
		max-width: 100%;
	}

	.main-menu nav {
		overflow-x: auto;
		white-space: nowrap;
	}
}


/* MD Device :768px. */
@media (min-width:768px) and (max-width:991px) {
	.container {
		max-width: 100%;
	}

	.floating-ad-left {
		display: none;
	}

	.floating-ad-right {
		display: none;
	}

	.floating-ad-bottom {
		display: none;
	}


	.HeaderTopArea {
		display: none;
	}

	.HeaderBottomArea {
		margin-top: 20px;
	}

	.main-menu nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.MainLead .Desc {
		margin: 10px 0;
		border-bottom: 1px solid #dedede;
		padding-bottom: 10px;
	}

	.menu-extra a:nth-child(2) {
		padding-left: 0;
	}

	.SpCatThreeSmallList-AddWrap {
		display: flex;
		gap: 30px;
		margin-top: 25px;
		justify-content: center;
		align-items: center;
	}

	.SpCatThreeLeadWrap {
		margin-bottom: 20px;
	}

	.SpecialCatgoryCommonWrap {
		margin-bottom: 40px;
	}

	.SpCatCommonImg .Desc .Title {
		height: auto;
	}

	.SpCatCommonList ul li a>.Desc .Title {
		height: auto;
	}

	.SpCatFiveLeadText .Desc .Title {
		margin-top: 10px;
	}

	.SpCatFiveSmallWrap {
		margin-bottom: 24px;
	}

	.ContactInfo {
		margin-top: 0;
	}

	.col-md-3 .rowresize {
		flex: 0 0 60% !important;
		max-width: 100.0% !important;
	}

	.col-md-3 .rowresize {
		flex: 0 0 40% !important;
		max-width: 100.0% !important;
	}

	.AddiBigVideoWrap {
		margin-bottom: 16px;
	}

	.SpSmallList-wrap {
		column-count: 2;
		margin-top: 24px;
	}

	.CountryDivition {
		margin-top: 50px;
	}

	.CountryLeadWrap {
		margin-bottom: 20px;
	}

	.lead-news .col-lg-4 {
		column-count: 2;
		margin-top: 15px;
	}

	.Cat-list:first-child {
		padding-top: 15px;
	}

	.tab-panel .nav-tabs .nav-link {
		font-size: 18px;
	}

	.tab-news p {
		font-weight: 600;
	}

	.TabPanel-contents {
		margin-bottom: 20px;
	}

	.tab-all-content .sq-add {
		display: flex;
		justify-content: center;
	}

	.ad-area-sm {
		display: flex;
		padding: 20px 0;
		justify-content: center;
	}

	.ad-area {
		display: none;
	}

	.details-addSec {
		margin-top: 30px;
	}

	.details-title h1 {
		font-size: 40px;
		line-height: 1.425;
	}

	.pub-up .author::after {
		content: unset;
	}

	.pub-up .author {
		margin-left: 0;
	}

	.pub {
		font-size: 16px;
	}

	.opinion .cat-head a {
		font-size: 18px;
	}

	.op-text h5 {
		font-size: 18px;
	}

	.rm-container h5 {
		font-size: 16px;
	}

	.SpecialEventSection .SpCatEventLeadWrap {
		margin-bottom: 10px;
	}

	/* New LifeStyle Category Page */
	.new-lifestyle-cate-lead-title {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: -50px;
		width: 450px;
	}

	.Video-news-wrapper .CommonLead3 {
		margin-bottom: 24px;
	}

	.new-lifestyle-cate-List2-items .Desc .Title {
		text-align: start;
	}

	.Video-news-wrapper .CommonLead2 {
		margin-bottom: 8px;
	}


	/* LifeStyle Subcategory CSS */
	.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead {
		margin-bottom: 30px;
		padding-bottom: 0;
	}

	.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead2 {
		margin-top: 20px;
	}
}


/* Extra small Device. */
@media (max-width:767px) {
	.hide-party {
		display: none;
	}

	.container {
		max-width: 100%;
	}

	.floating-ad-left {
		display: none;
	}

	.floating-ad-right {
		display: none;
	}

	.floating-ad-bottom {
		width: 100%;
		height: 80px;
	}

	.logo img {
		width: 100px;
	}

	.main-menu nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.HeaderTopArea {
		display: none;
	}

	.sticky .sticky-logo {
		display: none;
	}

	.HeaderBottomArea {
		margin-top: 20px;
	}

	.language-btn a {
		padding: 2px 10px;
		font-size: 12px;
	}

	.MainLead .Desc {
		margin: 10px 0;
		border-bottom: 1px solid #dedede;
		padding-bottom: 10px;
	}

	.MainLead .Desc .Brief {
		display: none;
	}

	.TopLeadList .Desc .Brief {
		display: none;
	}

	.TopLeadList .Desc .Title {
		height: auto;
	}

	.TopLeadList {
		margin: 0;
		padding: 12px 0;
	}

	.TopLeadList:last-child {
		/* margin-bottom: 20px; */
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.news {
		width: 0;
		display: none !important;
	}

	.news-scroll {
		margin-left: 0;
	}

	.menu-extra a:nth-child(2) {
		padding-left: 0;
	}

	.SpecialCatgoryOneText .Desc {
		margin-top: 10px;
	}

	.SpLeadText .Desc .Brief {
		display: none;
	}

	.SpSmallList-wrap {
		column-count: 1;
		margin-top: 24px;
	}

	.SpLeadText .Desc .Title {
		font-size: 20px;
		line-height: 30px;
	}

	.SpecialCatgoryOneText .Desc .Title {
		font-size: 24px;
		line-height: 30px;
	}

	.PhotosWrapSlider .items .CommonSliderTextWrap {
		position: static;
		padding: 0;
	}

	.PhotosWrapSlider .items .CommonSliderTextWrap h5 {
		color: var(--black);
		font-size: 18px;
		margin-top: 10px;
	}

	.PhotosWrapSlider .slick-dots {
		bottom: 40px;
	}

	.SpCatThreeSmallList-AddWrap {
		display: flex;
		gap: 30px;
		margin-top: 25px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.SpCatThreeLeadWrap {
		margin-bottom: 20px;
	}

	.SpecialCatgoryFour .SpCatThreeSmallListText .Desc .Title {
		height: auto;
		margin-top: 0;
		line-height: 24px;
		font-size: 18px;
	}

	.SpecialCatgoryCommonWrap {
		margin-bottom: 40px;
	}

	.SpCatCommonImg .Desc .Title {
		height: auto;
	}

	.SpCatCommonList ul li a>.Desc .Title {
		height: auto;
	}

	.SpCatFiveLeadText .Desc .Title {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.SpCatFiveSmallWrap {
		margin-bottom: 24px;
	}

	.CommonSliderWrap .items .CommonSliderTextWrap {
		position: static;
		padding: 0;
		margin-top: 20px;
	}

	.CommonSliderWrap .items .CommonSliderTextWrap .Desc .Title {
		color: var(--black);
		font-size: 24px;
		line-height: 34px;
		font-weight: 700;
	}

	.CommonSliderWrap .items .CommonSliderTextWrap .Desc .Brief p {
		color: var(--black);
	}

	.CommonSliderWrap .slick-dots {
		bottom: auto;
	}

	#button {
		right: 30px;
	}

	.PoliticsSlider .items .PoliticsSliderText {
		padding: 10px;
	}

	.PoliticsSlider .items .PoliticsSliderText .Desc .Title {
		font-size: 16px;
		line-height: 22px;
	}

	/* .FtInfo{margin-bottom:30px;} */
	.footer-logo img {
		width: 160px;
	}

	.FtInfo {
		margin-bottom: 40px;
		width: 100%;
		position: relative;
	}

	.FtMenu {
		padding-bottom: 0;
	}

	.FtInfo ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
		align-items: baseline;
	}

	.FtInfo ul li {
		margin: 0;
	}

	.FtInfo ul li a {
		color: #fff;
	}

	.FtInfo h6 {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
	}

	.FtSecondMenu ul li a {
		font-size: 14px;
	}

	.AboutUsSlideWrap .items img {
		aspect-ratio: 1.6;
	}

	.ContactInfo {
		margin-top: 0;
	}

	.DPhotoSlide {
		margin-bottom: 20px;
	}

	.DPhotoSlide .PhotosWrapSlider .slick-dots {
		bottom: 120px;
	}

	.DArchivesSec input {
		margin-bottom: 10px;
	}

	.AddiBigVideoWrap {
		margin-bottom: 16px;
	}

	.AddiVideoSmall .Desc .Title {
		height: auto;
	}

	.photosSmallWrapList .Desc .Title {
		height: auto;
	}

	.ad-scroll {
		display: block;
	}

	.SpCatTwo-wrap .col-md-6:nth-last-child(-n+2) .SpCatTwoList {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid #ddd;
	}

	.CountryLeadWrap {
		margin-bottom: 20px;
	}

	.CountryDivition {
		margin-top: 50px;
	}

	.TubeLeadWrap {
		margin-bottom: 20px;
	}

	.TubeLeadText {
		position: static;
		padding: 0;
		margin-top: 10px;
	}

	.TubeLeadText .Desc .Title {
		color: var(--black);
		font-size: 24px;
	}

	.TubeLeadText .Desc .Brief p {
		color: var(--black);
	}

	.Cat-lead-wrapper {
		margin-bottom: 20px;
	}

	.rm-container {
		margin-bottom: 20px;
	}

	.rm-subCat p {
		margin: 0;
	}

	.rm-container h5 {
		font-size: 16px;
	}

	.catlist-head h5 {
		font-size: 16px;
	}

	.tab-news p {
		font-size: 16px;
		font-weight: 600;
	}

	.Tabnews-id h4 {
		font-size: 32px;
	}

	.tab-panel .nav-tabs .nav-link {
		font-size: 16px;
		font-weight: 600;
	}

	.tab-all-content .sq-add {
		display: flex;
		justify-content: center;
	}

	.col-md-9.rowresize {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.col-md-3.rowresize {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.all-add-wrap {
		margin-top: 20px;
	}

	.ad-area-sm {
		display: flex;
		padding: 20px 0;
		justify-content: center;
	}

	.ad-area {
		display: none;
	}

	.SubcatList-detail h5 {
		font-size: 16px;
	}

	.sub-caegory .common-btn-wrap {
		padding-bottom: 15px;
		border-bottom: 1px solid #dedede;
	}

	.details-addSec {
		margin-top: 20px;
	}

	.opinion-img picture img {
		height: 64px;
		width: 64px;
	}

	.opinion-img {
		display: flex;
		justify-content: end;
	}

	.connet-social {
		display: none;
	}

	.op-content {
		padding: 15px 0;
	}

	.Oplist-wrapper .col-md-6:nth-child(2) .op-content {
		padding-top: 15px;
	}

	.Oplist-wrapper .col-md-6:nth-child(3) .op-content {
		padding: 15px 0;
		border-bottom: 1px solid #dedede;
	}

	.pub-up .author::after {
		content: unset;
	}

	.pub-up .author {
		margin-left: 0;
	}

	.pub {
		font-size: 16px;
	}

	.opinion .cat-head a {
		font-size: 18px;
	}

	.op-text h5 {
		font-size: 18px;
	}

	.rm-container h5 {
		font-size: 16px;
	}

	.details-addSec {
		display: flex;
		justify-content: center;
	}

	.pub-up p {
		margin-bottom: 10px;
	}

	.opinion-img {
		display: flex;
		justify-content: start;
	}

	.tag-content {
		padding-bottom: 15px;
	}

	.tag-text p {
		font-size: 16px;
		line-height: 1.4;
	}

	.tag-text .cat-head h1 {
		font-size: 18px;
		line-height: 1.425;
		margin-top: 5px;
	}

	.tag-text .cat-head {
		margin: 8px 0 0 0;
	}

	.SubcatList-detail p {
		display: none;
	}

	.division-filter select {
		margin-bottom: 10px;
	}

	.details-brief-gallery-slider .priv_arrow,
	.details-brief-gallery-slider .next_arrow {
		top: 36%;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.PDF-preview-box {
		display: block;
		text-align: center;
	}

	.PDF-preview-box .preview {
		margin-top: 20px;
	}

	.newcatpage .CatMain-detail h1 {
		font-size: 24px;
		padding-top: 10px;
		text-align: center;
		padding-left: 2px;
	}

	.catmore {
		padding: 5px 10px;
		border-top: none !important;
		font-size: 20px;
		font-weight: 600;
		display: block;
		background: var(--background-color) !important;
		margin-bottom: 10px;
		color: #fff;
	}

	.Ncatlead {
		margin-bottom: 20px;
	}

	.rmNew-subCat {
		padding-top: 5px;
	}

	.MobileHide {
		display: none;
	}

	.SpCatEventLeadWrap {
		margin-bottom: 10px;
	}

	.MobileMenuShow {
		display: block;
	}

	.SpecialEventSection .SpCatEventLeadWrap {
		margin-bottom: 10px;
	}

	.SpecialEventSection .SpCatEventSmallList {
		margin-bottom: 8px !important;
	}

	.SpecialEventSection .col-lg-6.col-sm-6:nth-last-child(-n+1) .SpCatEventSmallList {
		margin-bottom: 0 !important;
	}

	/* .floating-ad-scroll {display: none;} */
	.DTag-area ul li a {
		font-size: 14px;
		padding: 7px 10px;
		border: 1px solid #dedede;
	}

	.CountryCatWrap .row .col-lg-7 .row .col-lg-6:first-child .CountryCatList {
		border-bottom: 1px solid #dedede;
		padding-bottom: 11px;
	}

	.CountryCatWrap .row .col-lg-7 .row .col-lg-6:last-child .CountryCatList:first-child {
		padding-top: 11px;
	}

	/* election banner */
	.elec-wrap {
		background: unset;
	}

	.elec-bottom {
		position: unset;
		bottom: unset;
		left: unset;
		transform: unset;
		background-color: #0029A1;
	}

	.elec-bottom p {
		color: #fff;
		text-align: center;
		padding: 10px 0;
	}

	.elec-wrap .col-md-3 {
		width: 100%;
	}


	/*  t20 world cup event */
	.path-btns a:last-child {
		margin-bottom: 15px;
	}

	.pt-lead {
		margin-bottom: 40px;
	}

	.pt-lead {
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.pt-lead h5 {
		height: auto;
		font-size: 18px;
		line-height: 28px;
	}

	.score {
		margin: 30px 0;
	}

	.sponser-logo {
		margin-bottom: 20px;
	}

	.list-wrap .col-md-6:nth-child(3) .box-news {
		margin-bottom: 33px !important;
	}

	/* ============ football =========== */
	.euro-container {
		margin-bottom: 60px;
	}

	.t20-logo img {
		width: 100%;
		height: auto;
	}

	/*====== t20 === */
	.t20-logo {
		border: 1px solid #4a4a4a;
		height: 315px;
		width: 315px;
	}

	.path-btns {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.table-btn {
		width: 50%;
	}


	/* New LifeStyle Category Page */
	.new-lifestyle-cate-lead-title {
		position: relative;
		left: unset;
		transform: unset;
		top: unset;
		width: 100%;
		right: unset;
		bottom: 0;
		margin: 10px 0 20px 0;
		padding: 15px 13px;
	}

	/* .new-lifestyle-cate-lead-wrap .Cate-advertisement img{
		width: 100%;
	} */
	.new-lifestyle-cate-List2-items {
		margin-bottom: 24px;
	}

	.new-lifestyle-cate-List2 .col-lg-4:nth-last-child(-n+1) .new-lifestyle-cate-List2-items {
		margin-bottom: 0;
	}

	.new-lifestyle-cate-List2-items .Desc .Title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2 !important;
		overflow: hidden;
		font-size: 18px;
		line-height: 1.4;
	}

	.new-lifestyle-cate-List2-items .Desc .Title {
		text-align: start;
	}

	.new-lifestyle-cate-List2-items .col-7 {
		padding-left: 0;
	}

	.new-lifestyle-cate-List2-items .Desc {
		padding: 6px 0;
	}

	.CommonCateNews-title {
		margin-bottom: 20px;
	}

	.new-lifestyle-cate-wrap .Newcatlist2 .col-lg-6 .col-md-6:nth-last-child(-n+2) .new-lifestyle-Ncatlist-sm {
		margin-bottom: 20px;
	}

	.new-lifestyle-cate-wrap .Newcatlist2 .col-lg-6 .col-md-6:nth-last-child(-n+1) .new-lifestyle-Ncatlist-sm {
		margin-bottom: 0;
	}

	.new-lifestyle-Ncatlist-sm .col-7 {
		padding-left: 0;
		align-items: unset !important;
	}

	.new-lifestyle-Ncatlist-sm .rmNew-subCat {
		padding: 0;
	}

	.new-lifestyle-cate-wrap .Newcatlist2 .Ncatlist .Desc {
		padding: 6px 0;
		align-items: start;
		display: block;
		height: unset;
	}

	.Video-news-wrapper .CommonLead3 {
		margin-bottom: 24px;
	}

	.Video-news-wrapper .CommonLead2 {
		margin-bottom: 8px;
	}

	.Video-Area-news {
		margin-bottom: 50px;
	}

	.CommonCateOne {
		padding-bottom: 50px;
	}

	.CommonCateTwo-wrapper .CommonLead2 {
		margin-bottom: 20px;
	}

	.Cat-pageTitle a {
		font-size: 36px;
	}

	.new-lifestyle-cate-lead-title h1 {
		font-size: 26px;
	}

	.CommonLead3 .Desc .Title {
		font-size: 26px;
	}

	/* LifeStyle Subcategory CSS */
	.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead-title {
		position: relative;
		left: unset;
		transform: unset;
		top: unset;
		width: 100%;
		right: unset;
		bottom: 0;
		margin: 10px 0 20px 0;
		padding: 15px 13px;
	}

	.new-lifestyle-SubCate-wrap .new-lifestyle-cate-lead {
		margin-bottom: 30px;
		padding-bottom: 0;
	}

}

/* Tablets and larger devices (769px and above) */
@media (min-width: 769px) {
	.catmore {
		padding-top: 5px;
		border-top: 2px solid var(--arrow-c-brand1) !important;
		font-size: 20px;
		font-weight: 600;
		display: block;
		background: #fff;
		color: #000;
	}
}

/* SM Small Device :550px. */
@media only screen and (min-width:576px) and (max-width:767px) {
	.logo img {
		width: 300px;
	}

	.SportsWrap ul li {
		min-width: 45%;
	}

	.SpCatThreeSmallList-AddWrap {
		display: flex;
		gap: 30px;
		margin-top: 25px;
		justify-content: center;
		align-items: center;
	}

	.details-brief-gallery-slider .priv_arrow,
	.details-brief-gallery-slider .next_arrow {
		top: 40%;
	}
}