body, html{
	font-family: "Montserrat", sans-serif;
	margin: 0;
	background: #F6F6F6;
	height: 100%;
	width: 100%;
}

header{
	box-shadow: 0px 8px 20px rgba(108, 108, 116, 0.15);
	background: #fff;
}

h2, h3, h4, h5, h6 {
	color: #21405b;
}

h2 {
	font-size: 32px;
}

.col-1{
	width: 100%;
	max-width: 487px;
	margin: 0 auto;
	margin-top: 0;
}

.col-2{
	flex:2;
}

.mt-1{
	margin-top: 12px;
}
.mt-2{
	margin-top: 24px;
}
.mt-3{
	margin-top: 36px;
}

.mb-1{
	margin-bottom: 12px;
}
.mb-2{
	margin-bottom: 24px;
}
.mb-3{
	margin-bottom: 36px;
}

.blog{
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.article .sidebar{
	margin-top: 0;
}

.article-body{
	line-height: 27px;
	font-size: 18px;
	color: #6C6C74;
}

.article-body p{
	line-height: 27px;
	font-size: 18px;
	color: #6C6C74;
}

.page p{
	line-height: 27px;
	font-size: 18px;
	color: #6C6C74;
}
.page{
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.blog{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.blog{
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1200px) {
	.blog{
		gap: 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.blog-title {
	font-weight: 600;
	color: #21405b;
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}
.blog-title p, h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.blog-title h2 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #323232;
}
.blog-title:hover{
	text-decoration: none;
}
.blog-title:hover h2 {
	color: #FF7A00;
	text-decoration: none;
}
.blog-item{
	padding-bottom: 10px;
	flex:1;
	background: #fff;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}
.blog-content{
	padding: 15px;
}

@media (min-width: 992px) {
	.blog-content{
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.blog-item{
		max-width: 100%;
	}
}

.blog-img-wrap{
	text-align: center;
	min-height: 250px;
	max-height: 300px;
	overflow: hidden;
}

.blog-img-wrap.no-image{
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-item:last-child{
	margin-bottom: 0;
}
.blog-tags{
	display: flex;
	flex-wrap: wrap;
}

.blog-tag{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #63BAAB;
	padding: 6px 12px;
	background: rgba(99, 186, 171, 0.2);
	border-radius: 4px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-tag:hover{
	color: #fff;
	background: #63BAAB;
	text-decoration: none;
}

.blog-date{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #6C6C74;
	margin-bottom: 12px;
	opacity: 0.5;
}

.blog-body{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 38px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #6C6C74;
	margin-bottom: 4px;
}

.container {
	max-width: 992px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}
.container-xl {
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}

.header-content {
	padding-top: 33px;
	padding-bottom: 33px;
	display: grid;
	grid-gap: 10px;
	gap: 10px;
	grid-template-columns: auto;
	grid-auto-flow: column;

	justify-content: space-between;
	align-items: center;
}

@media (max-width: 650px) {
	.header-content {
		grid-auto-flow: row;
		justify-content: center;
	}
}

.left-side{
	text-align: center;
}

.right-side{
	display: grid;
	grid-gap: 16px;
	gap: 16px;
	grid-template-columns: auto;
	grid-auto-flow: column;
	align-items: center;
}

@media (max-width: 600px) {
	.right-side {
		grid-auto-flow: row;
	}
}

.menu-item {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #21405b;
	text-decoration: none;
	white-space: nowrap;
}

.menu-item.login{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	color: #FF7A00;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.menu-item.login:hover{
	color: #21405b;
}

.menu-item.sign-up{
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	background: #21405B;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	font-size: 16px;
	padding: 15px 25px;
	white-space: nowrap;
	text-align: center;
	display: block;
}
.menu-item.sign-up:hover{
	color: #fff;
	background: #FF7A00;
}

.menu-item:hover {
	color: #FF7A00;
}
.title{
	text-align: center;
	letter-spacing: -0.02em;
	color: #323232;
	margin-bottom: 40px;
	margin-top: 70px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
}

.article .title p{
	margin-bottom: 0;
	color: #323232;
	font-size: 38px;
	line-height: 46px;
}
@media (min-width: 992px) {
	.title {
		text-align: left;
	}
}

a{
	color: #ff7a00;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

p img {
	max-width: 100%;
	height: auto;
}

/*article*/

.profile{
	padding: 30px;
	background: #133049;
	align-self: baseline;
	max-width: 430px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	.profile{
		position: sticky;
		top: 16px;
	}
}

.categories{
	background: #fff;
	padding: 30px;
}
.categories .categories-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: #2D333E;
	margin-bottom: 23px;
}
.categories .tag-item{
	border-top: 1px solid #E5E5E5;
}
.categories .tag-item .tag-title{
	font-weight: 400;
	font-size: 21px;
	line-height: 51px;
	letter-spacing: -0.02em;
	color: #2D333E;
	display: block;
}

.categories .tag-item .tag-title:hover{
	color: #ff7a00;
	text-decoration: none;
}

@media (min-width: 992px) {
	.profile{
		max-width: 100%;
	}
	.article .row-custom{
		flex-direction: row;
	}
}

.profile-title{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 20px;
}
.profile-text{
	color: #fff;
	line-height: 27px;
	font-size: 18px;
	margin-bottom: 24px;
}

.profile-list{
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.profile-list-item{
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -.02em;
	color: #f7f7f7;
	list-style: none;
	padding-left: 15px;
	position: relative;
}
.profile-list-item:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: -20px;
	background: url("../img/checked.svg") no-repeat;
	transform: translate(0, -50%);
}

.profile-list-item:last-child{
	margin-bottom: 30px;
}

.btn-share-wrap{
	text-align: center;
}
.btn-share{
	font-weight: 600;
	color: #fff;
	padding: 20px 16px;
	background: #FA852E;
	border-radius: 6px;
	font-size: 21px;
	display: block;
	text-transform: capitalize;
	line-height: 26px;
	letter-spacing: -0.02em;
}
.btn-share:hover{
	background: #ff7a00;
	color: #fff;
	text-decoration: none;
}

.tags{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

/*end article*/

.row-custom{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (min-width: 992px) {
	.row-custom{
		flex-direction: row;
		gap: 60px;
	}
}

.tags .tag-title{
	font-weight: 600;
	letter-spacing: -0.02em;
	text-decoration: none;
	padding: 6px 12px;
	cursor: pointer;
	display: block;
	color: #323232;
	font-size: 16px;
	line-height: 20px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	text-transform: uppercase;
}

.tags .tag-title:hover{
	background: #63BAAB;
	color: #fff;
}

.tags-article .tag-title{
	background: #63BAAB;
	color: #fff;
}
.tags-article .tag-title:hover{
	border: 1px solid #E5E5E5;
	color: #323232;
	background: #fff;
}

.sidebar-tags{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.banner{
	text-align: center;
	display: block;
	padding-bottom: 70px;
	position: relative;
}

.banner img{
	max-width: 120px;
	height: auto;
}

.bg-circle{
	position: absolute;
	width: 865px;
	height: 865px;
	top: -665px;
	left: 50%;
	background: #21405B;
	border-radius: 50%;
	transform: translate(-50%, 0);
}

.single-article{
	margin-top: 70px;
}

.single-article-title{
	letter-spacing: -0.02em;
	color: #323232;
	margin-bottom: 17px;
	margin-top: 0px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
}

.img-fluid{
	max-width: 100%;
}

.custom-pagination{
	display: flex;
	justify-content: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #21405B;
	border-color: #21405B;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #ff7a00;
}