.categorie {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.categorie .categorie-contet h5 {
	font-family: "Lato", serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	background-color: #307fd0;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	margin: 0;
	position: relative;
}
.categorie .categorie-contet .recent-news-contet img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.categorie .categorie-contet .border-out {
	border: 2px solid #e5e5e5;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}
.categorie .recent-news-contet h6 {
	margin: 0;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 25px;
	text-decoration: none;
}
.categorie .recent-news-contet h6 a {
	text-decoration: none;
}
.categorie .categorie-contet p {
	margin: 8px 0 0 0;
	font-size: 17px;
	color: #808080;
	font-weight: 400;
	line-height: 22px;
}
.categorie .categorie-contet .recent-news-contet {
	display: flex;
	align-items: center;
	padding: 25px 15px;
	text-decoration: none;
}
.categorie .categorie-contet .recent-news-contet .flex-column {
	display: inline-block;
	max-width: calc(100% - 67px);
	padding-left: 15px;
}
.categorie .categorie-contet .recent-news-contet::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	background: #ebebeb;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto 0 auto;
}
.categorie .categorie-contet .recent-news-contet:hover::after {
	background: #e0ecf8;
}
.categorie .categorie-contet .recent-news-contet:hover h6 a {
	color: #307fd0;
}
.categorie .categorie-contet .recent-news-contet:hover {
	background-color: #e0ecf8;
}
.categorie .categorie-contet .recent-news-contet.active {
	background-color: #e0ecf8;
}
.categorie .categorie-contet .recent-news-contet:last-child::after {
	display: none;
}
.re-necontet-bottombor {
	border-bottom: 2px solid #ebebeb;
}
.cate-postcast h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 300;
	color: #000;
	position: relative;
	padding: 0px 0 10px 0;
}
.cate-postcast h1 strong {
	font-weight: 700;
}
.cate-postcast h1:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	left: 0;
	bottom: 0;
}
.cate-postcast h2 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 300;
	color: #000;
	position: relative;
	padding: 0px 0 10px 0;
	margin: 0px 0 40px 0;
}
.cate-postcast h2 strong {
	font-weight: 700;
}
.cate-postcast h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	left: 0;
	bottom: 0;
}
.cate-postcast h3 {
	font-size: 65px;
	line-height: 69px;
	color: #000000;
	font-weight: 300;
	position: relative;
	padding: 0px 0 15px 0;
	margin: 0 0 45px 0;
}
.cate-postcast h3 strong {
	font-weight: 700;
}
.cate-postcast h3:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	left: 0;
	bottom: 0;
}
.cate-postcast h4 strong {
	font-weight: 700;
}
.cate-postcast h5 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 300;
	color: #000;
	position: relative;
	padding: 0px 0 10px 0;
}
.cate-postcast h5 strong {
	font-weight: 700;
}
.cate-postcast h5:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	left: 0;
	bottom: 0;
}
.cate-postcast h6 {
	font-size: 35px;
	line-height: 45px;
	color: #000000;
	font-weight: 300;
	position: relative;
	padding: 0px 0 10px 0;
}
.cate-postcast h6 strong {
	font-weight: 700;
}
.cate-postcast h6:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	left: 0;
	bottom: 0;
}
.cate-postcast {
	padding: 0 0 0 55px;
}
.postcast-sec {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	margin-bottom: 50px;
	height: calc(100% - 50px);
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.postcast-sec .podcast-thumb {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	border-radius: 7px;
}
.postcast-sec .podcast-thumb img{
	width: 100%;
}
.postcast-sec .podcast-thumb:after {
	position: absolute;
	content: '';
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6502976190476191) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 80px;
	bottom: 0;
	border-radius: 0 0 0px 0px;
}
.postcast-sec .podcast-thumb .podcast-icon {
	display: flex;
	padding: 7px 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	align-items: center;
	justify-content: center;
	background-color: #cead69;
	border-radius: 0 7px 0 7px;
}
.postcast-sec .podcast-cont {
	float: left;
	padding: 25px;
	width: 100%;
	border-radius: 0px 0px 7px 7px;
	transition: all 0.3s ease-in-out;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.postcast-sec .podcast-cont h4 {
	margin: 0 0 10px 0;
	font-size: 23px;
	color: #000000;
	line-height: 26px;
	font-weight: 700;
}
.postcast-sec .podcast-cont p {
	margin: 0;
	font-size: 19px;
	color: #808080;
	line-height: 26px;
	font-weight: 400;
}
.postcast-sec .podcast-cont .moreBtn {
	position: relative;
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 30px 0 0;
	font-size: 17px;
	color: #cead69;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.postcast-sec .podcast-cont .moreBtn:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 12px;
	background-image: url(../images/gold-arrow-vector.png);
	background-repeat: no-repeat;
	background-size: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.postcast-sec:hover .podcast-thumb {
	border-radius: 7px 7px 0px 0;
}
.postcast-sec:hover .podcast-icon {
	border-radius: 0 7px 0px 0;
}
.postcast-sec:hover .podcast-cont {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
}
.postcast-sec:hover .podcast-cont h4 {
	color: #3080d1;
}
.postcast-sec:hover .podcast-cont p {
	color: #595959;
}
.cate-postcast .loader {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cate-postcast .loader img {
	max-width: 100%;
	height: auto;
}
