* {
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
}

a {
	transition: all 0.5s ease;
	text-decoration: none;
}

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

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	color: #666;
	font-weight: 300;
}

.topAd {
	display: block;
	text-align: center;
	margin-top: 20px;
}

/* Header CSS */
#fpj_header {
	background: #ba0406;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 999;
}

.fpj_HeaderInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px;
}

.fpj_logo {
	max-width: 250px;
}

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

.fpj_extranalLink a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: solid 1px #fff;
	border-radius: 6px;
	padding: 8px 16px;
	margin-left: 20px;
}

.fpj_extranalLink a:hover {
	background: #fff;
	color: #ba0406;
}

.fpj_wrapper {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
}

/* Start Navigation */

.fpj_nav {
	background: #fff;
	border-bottom: solid 1px #ddd;
	position: relative;
}

.fpj_nav .fpj_wrapper {
	display: flex;
	align-items: center;
}

.fpj_nav ul {
	display: flex;
	list-style: none;
	justify-content: flex-start;
	flex: 4;
	margin-right: 20px;
}

.fpj_nav ul > li {
	display: block;
	position: relative;
	z-index: 2;
}

.fpj_nav ul > li > a {
	display: block;
	color: #ba0406;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 10px;
	border-bottom: solid 1px #fff;
}

.fpj_nav ul > li.active > a {
	font-weight: 500;
	border-bottom: solid 1px #ba0406;
}

.fpj_nav ul > li > a:hover {
	background: #ba0406;
	color: #fff;
}

.fpj_nav ul > li > ul {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 180px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
	max-height: 400px;
	overflow-y: scroll;
}

.fpj_nav ul > li:hover ul {
	display: block;
}

.fpj_nav ul > li > ul > li {
	display: block;
}

.fpj_nav ul > li > ul > li > a {
	display: block;
	color: #000;
	font-weight: 400;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: capitalize;
}

.fpj_searchIcon {
	margin-left: 20px;
}

.fpj_searchBox {
	padding: 10px 0;
	display: none;
	background: #ba0406;
}

.fpj_searchBox form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-basis: 100%;
}

.fpj_searchBox form input {
	background: none;
	outline: none;
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 5px 0px;
	flex: 2;
}

.fpj_searchBox form input::placeholder {
	color: #fff;
}

.fpj_searchBox form button {
	background: #ba0406;
	outline: none;
	border: solid 1px #fff;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
}

/* Footer */

.fpj_footer {
	display: block;
	padding: 20px;
	background: #414141;
}

ul.fpj_staticLink {
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

ul.fpj_staticLink li {
	display: block;
	padding: 0px 10px;
}

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

.fpj_socialShare {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px;
}

.fpj_socialShare p {
	flex: 2;
}

.fpj_socialShare ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.fpj_socialShare p {
	font-size: 14px;
	color: #fff;
}

.fpj_socialShare ul li {
	font-size: 12px;
	color: #fff;
}

.fpj_socialShare ul li a {
	margin-left: 10px;
}
.hide_desk {
	display: none !important;
}

.hide_mob {
	display: block !important;
}

.fpj_brakingNews {
	display: block;
	margin: 10px;
}

.newsBraking {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: solid 1px #ddd;
	border-radius: 4px;
}

.newsBraking h2 {
	background: #ba0406;
	color: #fff;
	white-space: nowrap;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.newsBraking a {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-left: 10px;
	position: relative;
	padding-left: 20px;
}

.newsBraking a::before {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	display: block;
	left: 2px;
	top: 5px;
	background: #ba0406;
	border-radius: 50%;
	z-index: 2;
}

.newsBraking a::after {
	content: "";
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #ba0406;
	z-index: 1;
}

.liveAni {
	display: inline-block;
	margin-right: 5px;
	color: #ba0406;
}

.liveAni::before {
	position: relative;
	margin-right: 2px;
	display: inline-block;
	content: "\25C9 ";
	animation: liveBlink 1s linear infinite;
	color: #ba0406;
	top: 1;
}

@keyframes liveBlink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	75% {
		opacity: 1;
	}

	to {
		opacity: 1;
	}
}

.staticContainer {
	display: block;
	padding-bottom: 50px;
	min-height: 500px;
}

.staticContainer p {
	padding: 10px 0px;
	color: #666;
	font-size: 16px;
}

.staticContainer h1 {
	display: block;
	padding: 10px 0px;
	font-size: 22px;
	color: #000;
}

.staticContainer h2 {
	display: block;
	padding: 10px 0px;
	font-size: 20px;
	color: #333;
}

.staticContainer ul,
.staticContainer ol {
	margin: 0px;
}

.staticContainer ul li,
.staticContainer ol li {
	margin-left: 20px;
	margin-top: 10px;
}

.staticContainer h1.centerBox {
	display: block;
	text-align: center;
	color: #ba0406;
}

.staticList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staticList li {
	display: block;
	margin: 10px 20px;
	text-align: center;
}

.staticList li strong {
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.staticList li a {
	display: flex;
	text-align: center;
	justify-content: center;
}

.staticList li a img {
	height: 40px;
}

@media only screen and (max-width: 768px) {
	.staticList {
		display: block;
		min-height: 300px;
	}
	.staticContainer {
		padding: 0px 10px;
	}
	.staticContainer p {
		font-size: 14px;
	}

	.staticContainer h1 {
		font-size: 18px;
	}

	.staticContainer h2 {
		font-size: 16px;
	}

	.newsBraking h2 {
		font-size: 14px;
	}

	.newsBraking a {
		font-size: 14px;
	}
	.hide_desk {
		display: block !important;
	}

	.fpj_searchBox {
		padding: 10px 10px;
		border-top: solid 1px #ddd;
	}

	.hide_mob {
		display: none !important;
	}

	.fpj_menuBar {
		display: block;
	}

	.fpj_menuBar span {
		height: 2px;
		width: 30px;
		display: block;
		background: #fff;
		margin: 5px 0px;
	}

	.fpj_menuBar.active span {
		opacity: 0;
	}

	.fpj_menuBar.active span:first-child {
		transform: translateY(7px) rotate(45deg);
		opacity: 1;
	}

	.fpj_menuBar.active span:last-child {
		transform: translateY(-7px) rotate(-45deg);
		opacity: 1;
	}

	.hideScroll {
		overflow: hidden;
	}

	.fpj_HeaderInner {
		padding: 10px;
	}
	.fpj_logo {
		max-width: 160px;
	}

	.fpj_extranalLink a {
		font-size: 14px;
		padding: 5px;
		margin-left: 10px;
	}

	.fpj_extranalLink {
		margin-left: 20px;
		flex: 2;
		justify-content: flex-end;
	}
	.fpj_searchIcon {
		margin: 0px 15px;
	}

	.fpj_nav ul {
		margin: 0;
		padding: 0;
		overflow: scroll;
		width: 100%;
	}

	.fpj_nav ul > li {
		padding: 0;
		margin: 0;
		white-space: nowrap;
	}

	/* Entertainment */
	.fpj_entertainment h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.fpj_entertainment ul {
		margin: 10px 0px;
	}
	.fpj_entertainment .owl-carousel .owl-nav .owl-next,
	.fpj_entertainment .owl-carousel .owl-nav .owl-prev {
		height: 30px;
		width: 30px;
		margin-top: -15px;
	}

	ul.fpj_staticLink li {
		padding: 5px 10px;
	}
	.fpj_socialShare {
		display: block;
		text-align: center;
	}
	.fpj_socialShare ul {
		justify-content: center;
		margin-top: 20px;
	}
	.fpj_nav ul > li:hover ul {
		display: none;
	}
}
