a {
	text-decoration: none;
	display: inline-block;
	color: #000;
}

.margin0 {
	margin: 0px;
}

.padding0 {
	padding: 0px;
}

.knowledgeHubSection {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.contentLeftSide {
	display: flex;
	min-height: 0px;
	justify-content: flex-end;
	gap: 10px 0px;
	column-gap: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	flex-direction: column;
	height: 100%;
}

.contentLeftSide h3 {
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	color: #2c2a2e;
}

.contentLeftSide a.btnMore {
	background-color: #B33E9600;
	font-size: 14px;
	font-weight: 500;
	fill: #b33e96;
	color: #b33e96;
	padding: 0px 0px 40px 0px;
	display: flex;
	align-items: self-start;
	gap: 9px;
	justify-content: flex-start;
	visibility: hidden;
	transition: all 400ms linear;
	opacity: 0;
	margin-bottom: 0px;
	text-decoration: none;
}

.contentLeftSide a.btnMore svg {
	width: 14px;
	height: 14px;
}

.contentLeftSide:hover a.btnMore {
	opacity: 1;
	visibility: visible;
	margin-bottom: 5px;
	margin-top: 15px;
	text-decoration: none;
}

.leftImageSide {
	display: flex;
	min-height: 350px;
	justify-content: flex-end;
	gap: 10px 0px;
	column-gap: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.imageInnerSide {
	height: 350px;
	left: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 350px;
	background-repeat: no-repeat;
	background-size: cover !important;
}

/*.imageInnerSide img {
	background-repeat: no-repeat;
    object-fit: cover;
    min-height: 350px;
}*/

.searchSection {
	position: relative;
	padding: 10px 0px;
}

.searchSection input.search-text {
	color: #222;
	position: relative;
	z-index: 5;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 45px;
	width: 0;
	margin: 0;
	padding: 5px 5px 5px 40px !important;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid transparent;
	/*background: url(search.png) no-repeat left 9px center transparent;*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
	background-size: 24px;
}

.searchSection input.search-text:focus {
	z-index: 3;
	width: 270px;
	border: 1px solid #666;
	background-color: white;
	outline: none;
	cursor: auto;
	padding-right: 10px;
}

.searchSection input.search-submit {
	position: relative;
	z-index: 4;
	top: 17px;
	left: 49px;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 30px;
	cursor: pointer;
	background: none;
}

.searchSection input.search-text::-webkit-search-cancel-button {
	cursor: pointer;
}

.categoryTabs {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
	margin-top: 15px;
}

.categoryTabs li {
	display: flex;
	gap: 15px;
}

.categoryTabs img {
	width: 30px;
}

.categoryTabs svg {
	width: 30px;
}

.categoryTabs li a {
	font-size: 12px;
	text-decoration: none;
	color: #454147;
}

.categoryTabs li a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #454147;
}

.categoryTabs li a.actual-active {
	font-weight: 500;
	color: #454147;
}

@media (max-width:991px) {
	.imageOrderChange {
		flex-wrap: wrap-reverse;
		flex-direction: row-reverse;
	}

	.contentLeftSide {
		padding-right: 20px;
	}
}

@media (max-width:650px) {

	.leftImageSide {
		min-height: 300px;
	}

	.imageInnerSide {
		height: 300px;
		min-height: 300px;
	}

}


.pagination .current {
	background-color: #51AEB8;
	color: #fff;
	border: 1px solid #51AEB8;
	padding: 5px 12px;
	text-decoration: none;
	border: none;
	border-radius: 100px;
	width: 34px;
	height: 40px;
	line-height: 30px
}

.pagination a {
	color: #000;
	float: left;
	padding: 8px 15px;
	text-decoration: none !important;
	border: none;
	border-radius: 100px;
	font-weight: 700
}

.pagination {
	display: flex;
	justify-content: center !important;
	margin: 20px auto
}

.pagination a:hover:not(.active) {
	background-color: transparent;
	color: #b04093
}

.pagination a.active {
	background-color: #51AEB8;
	color: #fff;
	border: 1px solid #51AEB8
}

.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}




/**** First sectio fold ******/

.categoryTabs li {
	display: flex;
	gap: 10px;
	align-items: center;
}

.firstSectionBlog {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.h100LeftImg {
	height: 100%;
}

.firstSectionBlog .imageOrderChange .contentLeftSide h6 {
	color: #B33E96;
	padding: 0 0 0px 0;
	font-weight: 600;
	font-size: 0.9375em;
	margin-bottom: 0px;
}

.firstSectionBlog .contentLeftSide {
	position: relative;
	background: #FAFAFA;
}

.firstSectionBlog .contentLeftSide .content {
	bottom: 0;
	height: auto;
	padding: 0 45px 35px;
	overflow: hidden;
	padding: 0px 0px 0px;
	position: absolute;
	top: auto;
}

.firstSectionBlog .contentLeftSide .content p {
	font-size: 13px;
	color: #454147;
	letter-spacing: -0.12px;
	line-height: normal;
	padding: 0 0 21px 0;
	margin-bottom: 0px;
}

.firstSectionBlog .bigSingleImageLeft {
	position: relative;
	height: 100%;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	transition: all 333ms linear;
	height: 100%;
	display: flex;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .bg {
	height: auto;
	width: 100%;
	position: relative;
	left: 0;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	transition: all 333ms linear;
}

.firstSectionBlog .bigSingleImageLeft a.fullWidthLink {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .bg:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .content {
	position: absolute;
	bottom: 0px;
	padding: 0px 30px 50px 30px;
	left: 0px;
	width: 100%;
	height: auto;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .content h3 {
	font-size: 0.9375em;
	font-weight: 600;
	color: #B33E96;
	padding: 0 0 4px 0;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .content h4 {
	font-size: 13px;
	color: #454147;
	letter-spacing: -0.12px;
	line-height: 0.9;
	padding: 0 0 21px 0;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .content h1 {
	font-size: 2.25em;
	margin-bottom: 80px;
	line-height: 1.36;
	letter-spacing: -0.32px;
	color: #2C2A2E;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .content .link-oval {
	max-width: 30px;
	display: inline-block;
	padding: 7px 18px;
	color: #FFF;
	position: relative;
	display: inline-block;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #B33E96;
	color: #FFF;
	border-radius: 100px;
	padding: 8px 18px;
	min-width: 78px;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	transition: all 333ms linear;
}

.firstSectionBlog .bigSingleImageLeft .boxLftImg .bg:after {
	opacity: 0.9;
	background: #FFF;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	transition: all 333ms linear;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(224deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 84%);
}


.secondSectionFold {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.secondSectionFold .programme-date {
	font-size: 0.8125rem;
	color: #454147;
	margin-bottom: 20px;
	border-left: 2px solid #994584;
	padding-left: 8px;
}

.programme-date {
	font-size: 0.8125rem;
	color: #454147;
	margin-bottom: 20px;
	border-left: 2px solid #994584;
	padding-left: 8px;
}

.secondSectionFold .programme-category {
	top: 15px;
	left: 25px;
}

.secondSectionFold .programme-category {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	position: absolute;
	top: 35px;
	left: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.secondSectionFold .programme-category img {
	width: 100%;
	height: auto;
}

.tid-bg-purple {
	background: #4A2B66 !important;
}

.tid-bg-blue {
	background: #4EB6C1 !important;
}

.positionSec {
	position: relative;
}

.categoriesFilter {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.bg-purple {
	background: #4A2B66 !important;
}

.bg-blue {
	background: #4EB6C1 !important;
}

.bg-pink {
	background: #994584 !important;
}

@media (max-width:991px) {
	.imageOrderChange {
		flex-wrap: wrap-reverse;
		flex-direction: row-reverse;
	}

	.contentLeftSide {
		padding-right: 20px;
	}
}

@media (max-width:650px) {

	.leftImageSide {
		min-height: 300px;
	}

	.imageInnerSide {
		height: 300px;
		min-height: 300px;
	}

}

.psyemPostCategory {
	color: #B33E96;
	color: #B33E96;
	padding: 0 0 0px 0;
	font-weight: 600;
	font-size: 0.9375em;
	margin-bottom: 0px;
}


.firstSectionBlog .bigSingleImageLeft .boxLftImg:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}