.page-header{
/*	border-bottom: 1px solid #EAECF0;*/
}
.articles{
	width: 94%;
	margin: auto;
}
.articles-container{
	margin-left: -30px !important;
}
.articles-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-header{
	text-align: center;
}
h1,h2,h3{
	font-family: 'PPRightGrotesk';
}
h4,h5,h6{
	font-family: 'PPRightGrotesk';
}
.black-color{
	color: #31343F !important;
}
.gray-color{
	color: #657893;
}
.blog-header p{
	color: #bf4f25;
	font-size: 16px;
	font-weight: 700;
	border-radius: 16px;
	background: #FFF6ED;
	width: fit-content;
	padding: 5px 12px 3px 12px;
	margin: auto;
	margin-bottom: 15px;
}
.blog-header h1{
	font-size: 48px;
	font-weight: 700;
}
.blog-subscribe span{
	font-size: 20px;
}
.main-details{
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(12px);
	margin-left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
}
.image-with-details{
	position: relative;
}
.main-details .uk-width-1-2{
	padding: 16px 24px;
}
.right{
	text-align:right;
}
.main-details span{
	font-size: 14px;
	color: #fff;
}
.author{
	font-size: 16px !important;
}
.article-title{
	font-size: 24px;
	font-weight: 700;
	margin: 24px 0;
	margin-bottom: 15px;
	min-height: 60px;
}
.article-desc{
	font-size: 16px;
	font-weight: 400;
}
.read-post a{
	font-size: 16px; 
	margin-bottom: 25px !important;
}
.articles-container a span, .recommend .uk-slider-items li a span{
	transform: rotate(45deg);
}
.load-more-articles{
	width: 160px;
    height: 50px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 50px;
	border: 1px solid #E1E3E6;
	background: #fff;
	margin-top: 50px;
	color: #fff !important;
    background: #004FE5;
	font-size: 16px;
	font-weight: 700;
}
.load-more-articles:hover
{
	color: #fff;
}
.load-more-articles:disabled
{
	color: #CCC;
}
.subscribe-section-parent{
	margin: auto;
	padding-top: 7%;
}
.image-with-details img{
	height: 280px;
	object-fit: cover;
	width: 100%;
}
.meta-data li{
	color: #EC7F47;
	font-size: 16px;
	font-weight: 500;
}
.article-title-single{
	color: #31343F;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.96px;	
	width: 70%;
	margin-bottom: 4%;
}
section{
	padding: 5% 0;
}
.breadcrumbs span{
	text-align: center;
	margin: 0 10px;
}
.m0{
	margin: 0 !important;
}
.p0{
	padding: 0 !important;
}
.breadcrumbs span svg{
	width: 80%;
}
.breadcrumbs a{
	font-size: 16px;
}
.breadcrumbs .black-color{
	font-weight: 600;
}
.meta-data ul{
	list-style: disc;
	display: flex;
	gap: 2%;
	margin-top: 3%;
}
.meta-data ul li:first-child {
	list-style: none
}
.post-content, .post-sidebar{
	padding-top: 60px;
}
.post-sidebar{
	position: sticky;
	top: 65px;
	height: min-content;
}
.post-content h2{
	font-size: 32px;
}
.post-content ul{
	list-style: disc;
}
.post-content p{
	color: #31343F;
	font-size: 18px;
	line-height: 28px; /* 155.556% */
}
.headings{
	border-left: 1px solid #E1E3E6;
	font-weight: 16px;
	color: #8F96A0;
}
.headings li{
	padding-left: 12px !important;
	margin: 6px 0;
}
.headings .active{
	border-left: 3px solid #EC7F47;
	color: #31343F;
}
.post-content a{
	color: #4766D4;
	text-decoration: underline;
}
.share-ph{	
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	color: #31343F;
}
.social-share{
	display: -webkit-inline-box;
}
.social-share li{
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;	
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	margin-right: 12px;
}
#ShareButton{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	display: flex;
	gap: 8px;
	cursor: pointer;
}
.article-body .uk-width-3-5{
	width: 70%;
}
.article-body .uk-width-2-5{
	width: 30%;
}
.recommend h3{
	color: #31343F;	
	font-size: 40px;
	font-weight: 700;
	padding: 30px 0;
	margin-bottom: 0;
}
.blog-subscribe{
	display: grid;
	justify-content: center;
	text-align: center;
}
.blog-subscribe .single-subscribe{
	display: flex;
	padding: 4px 4px 4px 24px;
	justify-content: center;
	margin-top: 20px;
}
.blog-subscribe .single-subscribe .sib-email-area{
	border-radius: 100px;
	border: 1px solid #E1E3E6;
	background: #FFF;
	height: 56px;
	padding-left: 25px;
	width: 80%;
	color: #667892;
	font-size: 16px;
	font-weight: 400;
}
.blog-subscribe .sib-default-btn .sib_loader{
	display: none !important;
}
.blog-subscribe .single-subscribe .sib-default-btn{
	background: #004FE5;
	border: #004FE5;
	color: white;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	width: 130px;
	height: 50px;
	padding: 12px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: -134px;
	margin-top: 3px;
	min-width: unset;
      -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -khtml-border-radius: 50px;

}
.subscribe-section{
	padding: 5% 20px;
	box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
	margin: auto;
	display: inline-flex;
}
.subscribe-section-right{
	margin-left: 2.5%;
}
.subscribe-section h4{
	font-size: 24px;
	font-weight: 700;	
	margin-bottom: 5px;
}
.subscribe-section p{
	font-size: 18px;
	color: #8F96A0;
}
.subscribe-section .single-subscribe .sib-email-area{
	border-radius: 100px;
	border: 1px solid #E1E3E6;
	background: #FFF;
	height: 56px;
	padding-left: 25px;
	width: 95%;
	color: #8F96A0;
	font-size: 16px;
}
.subscribe-section .sib-default-btn{
	background-color: #004FE5;
	border: #004FE5;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	display: inline-flex;
	width: 130px;
	height: 50px;
	padding: 12px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: -138px;
	margin-top: 3px;
	min-width: unset;
}
.headings li a{
	color: #8F96A0;
}
.headings li.active a{
	color: #31343F;
}
.recommended-articles .uk-active a{
	background-color: #004FE5;
	border: none;
}
.recommended-articles>*>*{
	background: #D6D9E2;
	width: 48px;
	height: 3px;
	border: none;
	border-radius: 0;
}
.read-article-link:hover h2{
	text-decoration: underline;
}
.read-article-link:hover .read-post-span{
	color: #004FE5 !important;
}
.item-background{
	height: 280px;
	background-color: lightgray;
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width: 769px){
	.meta-data ul{
		gap: 5%;
	}
	.article-title-single{
		font-size: 40px;
		width: 100%;
	}
	.articles{
		width: 100%;
	}
}
@media only screen and (max-width: 620px){
	.subscribe-section .uk-width-5-5{
			text-align: center;
			padding-left: 0;
		}
	.subscribe-section .single-subscribe .sib-email-area{
			width: 100%;
			padding-left: 10px;
			position: relative;
			font-size: 14px;
		}
	.subscribe-section{
		display: inline-grid;
		text-align: center;
		padding: 5% 5px;
	}
	.subscribe-section img{
		margin: auto;
	}
	/* .subscribe-section .sib-default-btn{
		width: auto;
		font-size: 13px;
		padding: 0;
		background: transparent;
		color: #004FE5 !important;
		position: absolute;
		right: 13%;
	} */
	.subscribe-section h4{
		font-size: 20px;
	}
	.subscribe-section p{
		font-size: 16px;
	}
	.subscribe-section-right{
		margin-left: 0;
	}
}
@media only screen and (max-width: 500px){
	.blog-header h1{
		font-size: 30px;
	}
	.blog-subscribe span{
		font-size: 16px;
	}
	.main-details .uk-width-1-2{
		padding: 12px 16px;
	}
	.author, .article-desc{
		font-size: 14px !important;
	}
	.article-title{
		font-size: 20px;
	}
	.image-with-details img{
		height: 200px;
		object-fit: cover;
	}
	.breadcrumbs span{
		margin: 0;
	}
	.meta-data ul{
		display: inline-block;
	}
	.meta-data li{
		display: inline-block;
		margin: 0 5px;
		font-size: 14px;
	}
	.article-title-single, .recommend h3{
		font-size: 30px;
		width: 100%;
	}
	.subscribe-section .uk-width-5-5{
		text-align: center;
		padding-left: 0;
	}
	.subscribe-section .single-subscribe .sib-email-area, .blog-subscribe .single-subscribe .sib-email-area{
		width: 100%;
		padding-left: 10px;
		position: relative;
		font-size: 14px;
	}
	.recommended-articles .uk-active a{
		border-radius: 0;
	}
	.blog-subscribe .single-subscribe{
		padding: 4px 0 4px 0;
	}
	.subscribe-section{
		display: inline-grid;
		text-align: center;
		padding: 5% 5px;
	}
	.subscribe-section img{
		margin: auto;
	}
	.subscribe-section .sib-default-btn, .blog-subscribe .single-subscribe .sib-default-btn{
		/* width: auto; */
		font-size: 17px;
		padding: 0;
		/* background: transparent; */
		/* color: #004FE5 !important; */
		position: absolute;
		right: 29px;
		/* border-left: 1px solid #ddd; */
		/* border-top-left-radius: 0;
		border-bottom-left-radius: 0; */
		padding-left: 7px;
	}
	.subscribe-section h4{
		font-size: 20px;
	}
	.subscribe-section p{
		font-size: 16px;
	}
	.subscribe-section-right{
		margin-left: 0;
	}
}
@media only screen and (max-width: 380px){
	.meta-data li{
		font-size: 12px;
	}
	.article-title-single, .recommend h3{
		font-size: 20px;
	}
	.post-content h2{
		font-size: 19px;
	}
	.post-content p{
		font-size: 15px;
	}
	.subscribe-section img{
		margin: auto;
	}
	.main-details span, .author{
		font-size: 12px !important;
	}
}
@media only screen and (max-width: 330px){
	.article-title{
		font-size: 17px;
	}
}
