h2 {
	font-family: "Poppins", sans-serif;
}
p {
	letter-spacing: 4%;
}
.ifrm {
	height: 80vh;
	width: 98%;
	margin-left: 2%;
}
.tag {
	background-color: #e2e2e2;
	/* border: #f9c700; */
	border-radius: 10px 0px 4px 0px;
	width: 20%;
	color: #1b1c1e;
	text-align: center;
	font-family: "Poppins", sans-serif;
	padding: 3px;
	font-size: 0.8rem;
	font-weight: bold;
	/* float: right; */
	position: absolute;
	bottom: 0;
	right: 0;
	color: #343434;
}

.about {
	background-color: #ffffff;
	/* background: -moz-linear-gradient(
		180deg,
		rgba(253, 251, 247, 1) 0%,
		rgba(252, 251, 239, 1) 55%,
		rgba(255, 245, 204, 1) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(253, 251, 247, 1) 0%,
		rgba(252, 251, 239, 1) 55%,
		rgba(255, 245, 204, 1) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(253, 251, 247, 1) 0%,
		rgba(252, 251, 239, 1) 55%,
		rgba(255, 245, 204, 1) 100%
	); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfbf7", endColorstr="#fff5cc", GradientType=1);
}

.what p {
	color: #4f4f4f;
}

.about p {
	color: #4f4f4f;
	/* font-size: larger; */
}
.form-control {
	font-size: 14px;
}
.form-control:focus {
	border-color: #ffdf61;

	/* box-shadow: 0 0 8px #ffdf61; */
	box-shadow: 0px 0px 3px #f9c700;
}

/* .slider_text {
	border-bottom-left-radius: 10px;
	font-size: 14px;
	position: relative;
	color: black;
	background-color: #fbc88c;
	bottom: 23px;
	border-bottom-right-radius: 10px;
	max-width: 100%;
	padding: 5px;
	word-wrap: break-word;
} */

.footer_logo {
	width: 40%;
}

.social {
	font-size: 20px;
}

.logo {
	max-width: 20%;
}

.nav-link {
	font-weight: 600;
	color: black;
}
.nav-link img {
	opacity: 0;
}

.active-link {
	/* background-color: red; */
	/* font-size: 100px; */
	font-weight: bolder !important;
	font-size: 1rem;
	color: red;
}
.active-link img {
	/* background-color: red; */
	/* font-size: 100px; */
	opacity: 1;
}

.dropdown-content {
	display: none;
	/* position: absolute; */
	top: 80%;
	/* left: 43.5%; */
	z-index: 1;
	transition: all 1s ease-in-out;
	cursor: pointer;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	/* border: 2px solid blue; */
	padding: 0px !important;
	border-radius: 5px;
}

.dropdown-content li {
	display: block;
	background-color: #f9c700;
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
	font-size: 0.85rem;
	border-radius: 5px;
	width: 100% !important;
	/* border: 2px solid red; */
}

.dropdown-content li:last-child {
	border-bottom: none;
}
.dropdown-content li a {
	text-decoration: none;
	color: black;
}

.dropdown-content li:hover {
	background-color: #eabb00;
}

.what_img_back {
	z-index: 9999999999999999;
	position: absolute;
	top: 5%;
	height: 250px;
	left: 5%;
	width: 90% !important;
}

.table {
	border: 1px solid black;
}

.table tbody tr th {
	border: 1px solid black;
	text-align: center;
}
.table tbody tr td {
	border: 1px solid black;
	text-align: center;
}
.table thead tr th {
	border: 1px solid black;
	text-align: center;
}

#jump_arrow {
	position: fixed;
	/* top: 100px; */
	right: 2rem;
	bottom: 2rem;
	z-index: 100;
}
.owl-item.active.center .slider-card {
	transform: scale(1.05);
	border-radius: 20px;
	opacity: 1;
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/* color: #fff; */
}

.slider-card {
	/* background: #fff; */
	padding: 0px 0px;
	/* margin: 50px 15px 90px 0px; */
	/* border-radius: 20px 20px; */
	/* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

	transform: scale(0.9);
	opacity: 0.3;
	transition: all 1s;
	/* width: 100%; */
	/* background-color: green; */
	/* height: 40vh; */
	/* width: 100vh; */
	/* border: 2px solid red; */
	border-radius: 20px;
}
.slider-card img {
	border-radius: 20px;
	/* width: 100%; */
	/* min-height: 100%; */
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 50%; */
}

.owl-item {
	/* overflow: hidden; */
	/* background-color: red; */
	display: flex;
	/* flex-direction: row; */
}
.owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	opacity: 1;
	font-size: 30px !important;
	z-index: 1;
}
.owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	opacity: 1;
	font-size: 30px !important;
	z-index: 1;
}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	/* height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #ccc !important;
	margin-left: 3px;
	margin-right: 3px;
	outline: none; */
	width: 60px;
	margin: 5px;
	height: 6px;
	border: 1px solid #615100 !important;

	/* background: #352a00; */
	border-radius: 30px;
	background: white !important;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.owl-dots .owl-dot.active {
	/* background: grey !important; */
	background: #352a00 !important;
	border: 1px solid #352a00 !important;
}

html {
	scroll-padding-top: 2.2rem; /* height of sticky header */
}

.invert {
	transform: rotate(180deg);
	transition: 0.2s;
}

/* Hide all tab content by default */
.tabcontent {
	display: none;
}

/* Style the tab buttons */
.tablinks {
	background-color: #f2f2f2;
	border: none;
	color: black;
	padding: 10px 4%;
	font-size: 16px;
	cursor: pointer;
}

/* Style the active tab button */
.tablinks.active {
	background-color: #ffcc00;
	font-weight: bold;
}

.tabcontent {
	display: none;
}

/* #iframeTab {
	display: none;
} */
#carouselTab {
	display: block;
}
.tabs {
	display: flex;
	justify-content: center;
	margin: 3%;
	font-family: "Poppins", sans-serif;
}
.tabs :nth-child(1) {
	border-radius: 4px 0 0 0;
}
.tabs :nth-child(2) {
	border-radius: 0 4px 0 0;
}

/* Style the iframe */
/* iframe {
  width: 100%;
  height: 500px;
} */

.articles {
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px auto;
	padding-top: 0px;
	margin-top: 0px !important;
	padding-top: 0px !important;
	/* border: 2px solid red; */
	/* align-items: flex-start; */
}
.article {
	/* border: 2px solid green; */
	width: 22%;
	/* height: 5%; */
	/* height: 40%; */
	/* width: 30vw;
	height: 55vh; */
	margin: 1%;
	background-color: #fffbe9;
	/* background: #ffffff; */
	/* Grey 4 */

	/* border: 1px solid #e5e5e5; */
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	cursor: pointer;
	/* border: 2px solid red; */
	padding-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
}

.article-title-img {
	width: 100%;
	height: 220px;
	/* border: 2px solid rgb(red); */
	border-bottom: 1px solid rgb(224, 224, 224);
	overflow: hidden;
}

.article img {
	width: 100%;
	/* height: 100%; */
}

.article .content {
	height: 100px;
	padding: 3%;
	overflow: hidden;
	position: relative;
}
.article .content p:first-of-type {
	font-weight: bold;
	font-size: 1rem;
}

.navigation a {
	z-index: 100;
	color: #1b1c1e;
}
.content_container {
	width: 100% !important;
	position: relative !important;
	height: 100vh !important;
	margin-top: 6% !important;
	display: flex !important;
	align-items: center !important;
}

#share_section {
	position: absolute;
	top: 13%;
	right: 3%;
	display: flex;
	width: 12%;
	margin: auto;
}
#share_container {
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
#share_container > p {
	margin-bottom: 10px !important;
}
#share_container a {
	width: 17% !important;
	display: block;
}
#share_btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

#share_btns a:nth-of-type(5) img {
	content: url("./images/Whatsapp\ Icon.png");
}
#categoires_container {
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1% auto;
	padding-top: 0px;
	margin-top: 10px !important;
	padding-top: 0px !important;
	/* background-color: green; */
}
#categoires_container a {
	text-decoration: none;
}

.category-title {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	color: #ffcc00;
}
.category-politics {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Politics.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-politics:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/Politics.jpg"), url(.jpg);
}
.category-economy {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Economy.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-economy:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/Economy.jpg"), url(.jpg);
}
.category-sports {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Sports.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-sports:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/Sports.jpg"), url(.jpg);
}
.category-entertainment {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Entertainment.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-entertainment:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/Entertainment.jpg"), url(.jpg);
}

.category-didYouKnow {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/didyouknow.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-didYouKnow:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/didyouknow.jpg"), url(.jpg);
}

.category-governance {
	width: 45%;
	margin: 1% 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 40vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Goveranance.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.category-governance:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("./images/Goveranance.jpg"), url(.jpg);
}

.footer_logo {
	/* border:2px solid red; */
	width: 100%;
	margin: 2%;
	/* border: 2px solid red; */
	/* align-self: center */
}

.social_media_container {
	/* border: 2px solid green; */
	position: fixed;
	left: 0px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 100 !important;
	/* display: none; */
}

.social img {
	/* border: 2px solid red; */
	/* margin: 5px !important; */
	margin-top: 3px;
	margin-bottom: 3px;
	box-sizing: border-box;
	width: 35px !important;
	/* position: fixed;
	left: 0px;
	bottom: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around; */
	/* display: none; */
}
.social_media_container span:nth-of-type(1) a img {
	content: url("./images/facebook-logo-social.png");
}
.social_media_container span:nth-of-type(2) a img {
	content: url("./images/twitter-logo-social.png");
}
.social_media_container span:nth-of-type(3) a img {
	content: url("./images/linkedin-icon-social.png");
}
.social_media_container span:nth-of-type(4) a img {
	content: url("./images/youtube-logo-social.png");
}
.social_media_container span:nth-of-type(5) a img {
	content: url("./images/instagram-logo-social.png");
}

.social_media_container span {
	display: flex;
	align-items: flex-start;
	padding: 0px !important;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 0px 10px 10px 0px;
}
.social_media_container span a {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16), 2px 2px 10px rgba(0, 0, 0, 0.16);
}

.social_media_container span:nth-of-type(1) a {
	background-color: #1977f3;
	border-radius: 0px 10px 10px 0px;
	width: 40px;
	justify-content: flex-start;
	transition: all 0.5s ease;
}
.social_media_container span:nth-of-type(1) a:hover {
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	width: 100px;
}
.social_media_container span:nth-of-type(2) a {
	background-color: #1da0f3;
	border-radius: 0px 10px 10px 0px;
	width: 40px;
	justify-content: flex-start;
	transition: all 0.5s ease;
}
.social_media_container span:nth-of-type(2) a:hover {
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	width: 100px;
}
.social_media_container span:nth-of-type(3) a {
	background-color: #1c75bc;
	border-radius: 0px 10px 10px 0px;
	width: 40px;
	justify-content: flex-start;
	transition: all 0.5s ease;
}
.social_media_container span:nth-of-type(3) a:hover {
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	width: 100px;
}
.social_media_container span:nth-of-type(4) a {
	background-color: #e72017;
	border-radius: 0px 10px 10px 0px;
	width: 40px;
	justify-content: flex-start;
	transition: all 0.5s ease;
}
.social_media_container span:nth-of-type(4) a:hover {
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	width: 100px;
}
.social_media_container span:nth-of-type(5) a {
	background-color: #000000;
	border-radius: 0px 10px 10px 0px;
	width: 40px;
	justify-content: flex-start;
	transition: all 0.5s ease;
}
.social_media_container span:nth-of-type(5) a:hover {
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	width: 100px;
}

/* .social_media_container span:nth-of-type(1):hover{
	width: 100px;
	display: flex;
	justify-content: flex-end;
	background-color: red;
} */

/* .category-sports {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('./images/Sports.jpg');
} */
/* .category-sports :hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('./images/Sports.jpg');
} */
/* .category-economy {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('./images/Economy.jpg');
} */
/* .category-entertainment {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('./images/Entertainment.jpg');
} */
/* .category-politics {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('./images/Politics.jpg'), url(.jpg);
} */

.home-category-politics {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/Politics.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-politics:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Politics.jpg"), url(.jpg);
}

.home-category-economy {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/Economy.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-economy:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Economy.jpg"), url(.jpg);
}
.home-category-sports {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/Sports.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-sports:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Sports.jpg"), url(.jpg);
}
.home-category-entertainment {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/Entertainment.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-entertainment:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Entertainment.jpg"), url(.jpg);
}
.home-category-didyouknow {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/didyouknow.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-didyouknow:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/didyouknow.jpg"), url(.jpg);
}
.home-category-governance {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	height: 55vh;
	border: 2px solid;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16), 2px 2px 20px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("./images/Goveranance.jpg"), url(.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-category-governance:hover {
	transition-duration: 0.5s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("./images/Goveranance.jpg"), url(.jpg);
}

.home-category-navigation {
	text-decoration: none !important;
	color: white;
	padding: 3%;
	justify-content: center;
	display: flex;
	position: absolute;
	bottom: 0px;
	margin: 2%;
	width: 85%;
	background: rgba(173, 173, 173, 0.37);
	box-shadow: inset 11.9795px -11.9795px 11.9795px rgba(165, 165, 165, 0.1),
		inset -11.9795px 11.9795px 11.9795px rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(11.9795px);
	border-radius: 36.9231px;
}
.splide__slide p {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	position: absolute;
	top: 15%;
	font-family: "Poppins";
}

.splide__slide:hover a {
	color: white;
}
.splide__slide:hover p {
	color: #f9c700;
}
.splide__slide {
	/* width: 20% !important; */
	transform: scale(0.8);
	opacity: 0.5;
	transition: transform 0.3s ease;
	margin-right: 1.5rem !important;
	/* padding: 2% !important; */
}
.splide__slide.is-active {
	transform: scale(1);
	opacity: 1;
}

.splide__pagination__page {
	width: 35px;
	margin: 5px;
	height: 6px;
	border: 1px solid #615100 !important;
	border-radius: 30px;
	background: white !important;
	flex: none;
	order: 0;
	flex-grow: 0;
}
.splide__pagination__page.is-active {
	background: #352a00 !important;
	border: 1px solid #352a00 !important;
	transform: scale(1);
}

.splide__track{
	padding-bottom: 3rem !important;
	padding-right: 2.5rem !important;
} 

/* .splide__pagination{
	border: 2px solid red;
	margin-top: 11rem !important;
}

.splide__pagination__page{
	margin-top: 110rem !important;

} */
/* .splide__slide:not(.is-active) {
  transform: scale(0.8);
	opacity: 1;
} */
/* .splide__slide * :hover{
	color: #f9c700 ;
} */
button:focus {
	outline: none;
}

/* MEDIA QUERIES */
@media (max-width: 400px) {
	.what_img_back_m {
		z-index: 9999999999999999;
		position: absolute;
		top: 162px;
		height: 150px;
		left: 6%;
		width: 88% !important;
	}
}

@media (max-width: 1000px) {
	.what_img_back {
		z-index: 9999999999999999;
		position: absolute;
		top: 4%;
		height: 250px;
		left: 7%;
		width: 86% !important;
	}
	.carousel-inner {
		margin: auto !important;
		/* padding: 10px; */
		/* border: 2px solid red; */
		max-width: 90% !important;
		max-height: 50vh !important;
	}
	.carousel-item img {
		/* border: 2px solid red; */
		height: 100%;
		width: 100%;
	}
	.article {
		width: 40%;
		margin: 5%;
	}
	.postPageImg {
		width: 95% !important;
	}
	.imgContainer {
		margin-top: 8% !important;
		width: 90% !important;
		margin: auto !important;
		background-color: #e5e5e5 !important;
		height: 80% !important;
		display: flex !important;
		align-items: center !important;
	}
	.navigation a {
		width: 8% !important;
		margin: 0% !important;
	}
	#share_section {
		/* right: 5%; */
		width: 20%;
		top: 8%;
	}

	/* #categoires_container {
		width: 100%;
	} */
	.category-politics {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}
	.category-economy {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}
	.category-sports {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}
	.category-entertainment {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}
	.category-governance {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}
	.category-didYouKnow {
		width: 90%;
		margin: 2%;
		/* padding: 1%; */
		height: 25vh;
	}

	.yt_video {
		height: 40vh !important;
		/* width: 300px !important; */
	}
	.home-category-politics,
	.home-category-economy,
	.home-category-entertainment,
	.home-category-sports,
	.home-category-didyouknow,
	.home-category-governance {
		height: 40vh;
	}
	.dropdown-content {
		display: none !important;
	}

	#carouselTab{
		height: 40vh !important
	}
	#iframeTab{
		height: 40vh !important
	}
}

@media (max-width: 750px) {
	.logo {
		max-width: 70% !important;
	}

	.about-padding {
		padding-top: 100px !important;
	}

	.address {
		text-align: center !important;
		font-size: 12px !important;
	}
	.what_img_back_m {
		z-index: 9999999999999999;
		position: absolute;
		top: 140px;
		height: 150px;
		left: 6%;
		width: 88% !important;
	}
	h2 {
		font-size: 18px;
		font-weight: bolder;
	}
	h2 img {
		/* background-color: red; */
		width: 6rem;
	}
	p {
		font-size: 14px;
	}
	.carousel-inner {
		margin: auto !important;
		/* padding: 10px; */
		/* border: 2px solid red; */
		max-width: 100% !important;
		max-height: 45vh !important;
	}
	.carousel-item img {
		/* border: 2px solid red; */
		height: 100%;
		width: 100%;
	}
	.article {
		width: 90%;
		margin: 5%;
	}
	.postPageImg {
		width: 95% !important;
	}
	.imgContainer {
		margin-top: 18% !important;
		width: 85% !important;
		margin: auto !important;
		background-color: #e5e5e5 !important;
		height: 70% !important;
		display: flex !important;
		align-items: center !important;
	}

	.navigation a {
		width: 10% !important;
		margin: 0% !important;
	}

	.yt_video {
		height: 32vh !important;
		width: 90% !important;
		/* width: 300px !important; */
	}
	#share_section {
		/* right: 5%; */
		width: 50%;
		top: 11%;
		position: absolute;
	}
	#share_container {
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center !important;
	}
	#share_container p {
		/* width: 70%; */
		margin-bottom: 0px !important;
		text-align: center;
	}
	#share_container a {
		width: 100%;
	}

	.ifrm {
		height: 73vh;
	}
	.article_content {
		margin-top: 25% !important;
	}

	.category {
		width: 100%;
		margin: 4%;
		padding: 1%;
		height: 25vh;
	}
	.category-title {
		font-size: 1.2rem;
	}

	#testimonialCarousal {
		width: 100% !important;
	}
	.home-category-politics,
	.home-category-economy,
	.home-category-entertainment,
	.home-category-sports,
	.home-category-didyouknow,
	.home-category-governance {
		height: 32vh;
	}
	/* .home-category-economy {
		height: 30vh;
	} */
	.splide__slide {
		width: 50% !important;
	}

	.splide__slide p {
		font-size: 1.1rem;
	}
	.splide__slide a {
		font-size: 0.8rem;
	}

	/* .content_container {
		width: 100% !important;
		position: relative !important;
		height: 80vh !important;
		margin-top: 6% !important;
		display: flex !important;
		align-items: center !important;
	} */
	/* .imgContainer {
		width: 85%;
		margin: auto;
		background-color: #e5e5e5;
		height: 80%;
		display: flex;
		align-items: center;
	} */
	.solution h3{
		color:#ffcc00;
		text-align: center;
		padding:2px;	
		font-size:1rem !important;
		height:30px !important;
		margin-top:0px !important;
	}
	.solution{
		height: 260px !important;
	}

	.solution p{
		height:115px !important;
	}
}

.solution_head{
	margin-top:50px !important;

}


.solution{
	max-width:100%;
	/* height:300px; */
	border-radius: 20px;
	padding:10px;	
	height: 250px !important;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; 
}
.solution h3{
	color:#ffcc00;
	text-align: center;
	padding:10px;	
	height:100%;
	margin-top:50px;

}

.solution p{
	color:white !important;
	text-align: center;
	padding:5px;
	margin-top:20px;
	z-index:99999;
	
}

.solution button{
	background-color: #ffcc00 !important;
	text-align: center;
	font-weight: 700;
	padding-bottom:10px;
}






.solution:hover {
	/* background-color: green; */
	transition: all 0.3s ease-in-out;
	animation-delay: 5s;
  }
  .solution:hover  .solution_head {
	display: none;
  }
  .solution:hover .solution_p{
	display: block;
	/* content: "A wild text appears"; */
  }
  .solution_button{
	display:none
  }

  .solution:hover .solution_button{
	display: block;
  }