.section-lastest {
	padding-top: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

body.page-template-insights {
	background: #F7F7F7;
}

#page-content .container {
	width: 100%;
}

.lastest-content {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.sub-heading {
	font-size: 13px;
	color: #752963;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

.lastest-content .heading {
	width: 45%;
	display: flex;
	background-image: url(../images/menubkg.png);
	background-repeat: no-repeat;
	background-size: 412px 355px;
	background-position: 77% 12%;
}

.lastest-content .heading-wrapper {
	margin-top: auto;
}

.main-heading {
	margin-top: -11px;
}

.featured-article {
	position: relative;
	overflow: hidden;
	width: 54.3%;
	padding-bottom: 50px;
}

.featured-article h4.section-title {
	color: #752963;
	margin-bottom: 21px;
}

.featured-article-thumbnail {
	position: relative;
	height: 0;
	padding-bottom: 63.3%;
	z-index: 0;
}

.featured-article-thumbnail:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(70, 87, 170, 0.17), rgba(25, 34, 77, 0.5));
	z-index: 1;
}

.featured-article img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.featured-article a:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.featured-article-info {
	position: absolute;
	bottom: 32px;
	left: 30px;
	right: 30px;
	color: #fff;
}

.featured-article .btn-button {
	transition: all 0.3s ease;
}

.featured-link {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.featured-category {
	font-size: 13.48px;
	line-height: 20.22px;
	font-weight: 300;
	color: #fff;
	background: #752963;
	padding: 10px 44px;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
}

.featured-title {
	color: #fff;
	margin-bottom: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.read-more {
	color: #fff;
	font-weight: bold;
}

.section-newsletter {
	margin-top: 91px;
}

.section-newsletter .section-wrap {
	background-color: #303666;
	padding: 31px 38px 34px;
	color: #fff;
	width: 65.6%;
	max-width: calc(100% - 317px);
	border-radius: 3px;
}

.newsletter-heading {
	margin: 0;
	margin-bottom: 13px;
}

.section-listing {
	padding: 40px 0 119px;
	min-height: 400px;
	height: auto;
}

.listing-controls {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	width: 30%;
	margin-left: auto;
	position: relative;
	max-width: max-content;
	margin-top: -78px;
	z-index: 1;
}

.order-dropdown,
.category-dropdown {
	border: 1px solid #91467F;
	font-size: 14px;
	width: 100px;
	height: 38px;
	width: max-content;
	position: relative;
}

.order-dropdown {
	margin-right: 16px;
}

.listing-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 49px 36px;
	margin-top: 39px;
	opacity: 0;
}

.article-item {
	width: calc((100% - 72px) / 3);
	background: #fff;
	overflow: hidden;
	transition: transform 0.3s ease;
	box-shadow: 1px 1px 3px rgba(112, 112, 112, 0.1), 3px 4px 5px rgba(112, 112, 112, 0.09), 6px 9px 6px rgba(112, 112, 112, 0.05), 11px 15px 8px rgba(112, 112, 112, 0.01), 18px 24px 8px rgba(112, 112, 112, 0);
	background: #f3f8ff;
	border-radius: 3px;
	overflow: hidden;
}

.article-thumbnail {
	position: relative;
	height: 0;
	padding-bottom: 62.8%;
	overflow: hidden;
}

.article-info {
	position: relative;
	padding: 40px 18px 26px;
}

.article-item img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.article-item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.article-category {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #752963;
	padding: 10px 44px;
	position: absolute;
	left: 0;
	top: -19px;
	text-transform: uppercase;
}

.article-title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #1B214A;
	display: inline-block;
}

.article-info .btn-wrapper {
	text-align: right;
	margin-top: 24px;
}

.article-info .btn-button {
	transition: all 0.3s ease;
}

.article-info .btn-button span {
	color: #1B214A;
}

.article-info .btn-button span[data-label]:after {
	color: #752963;
}

.section-newsletter .newsletter .newsletter-form {
	max-width: 496px;
}

.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input {
	color: #fff;
	border-color: #fff;
	-webkit-text-fill-color: #fff !important;
}

.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill,
.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:hover,
.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:focus,
.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #303666 inset !important;
}

.section-newsletter .newsletter .btn-button {
	color: #fff;
	-webkit-text-fill-color: #fff !important;
}

/* Pagination */
.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 59px 0 20px;
	gap: 15px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 0 0px;
	margin: 0 7px;
	font-size: 18px;
	color: #1B214A;
	text-decoration: none;
	line-height: 23.4px;
}

.pagination .current {
	background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
	background-size: 100% 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.pagination .prev,
.pagination .next {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #4a4a4a;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid #1B214A;
	background: none;
	opacity: 1;
}

.pagination .prev {
	margin-left: 0;
}

.pagination .next {
	margin-right: 0;
}

.pagination .prev svg,
.pagination .next svg {
	transition: all .5s;
}

.pagination .prev:hover,
.pagination .next:hover {
	border-color: #752963;
	/* opacity: 0.5; */
}

.pagination .next:hover svg {
	transform: translateX(3px);
}

.pagination .prev:hover svg {
	transform: translateX(-3px);
}

.pagination .next:hover svg path,
.pagination .prev:hover svg path {
	fill: #752963;
}

.pagination .dots {
	display: inline-block;
	font-size: 18px;
	color: #4a4a4a;
}

.pagination .prev.disabled,
.pagination .next.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

.color-cta {
	background-color: #303666;
	padding: 29px 0;
	color: #fff;
}

.color-cta .section-wrap {
	display: flex;
	justify-content: space-between;
}

.color-cta .heading {
	font-size: 29px;
	font-weight: 300;
	line-height: 38px;
}

.color-cta .btn-button {
	color: #fff;
}

.color-cta .container {
	max-width: 1390px;
}

.color-cta .cta-link {
	padding-top: 6px;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: white;
	width: 304px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding-left: 0;
	top: 44px;
	right: 0;
	border: 1px solid #1B214A;
	margin: 0;
}

.dropdown-menu li {
	color: #752963;
	padding: 12.1px 19px 11.3px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20.8px;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #1B214A;
}

.dropdown-menu li:last-child {
	border-bottom: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li.selected {
	background-color: #303666;
	color: #fff;
}

.section-newsletter .newsletter .btn-button input {
	color: #fff;
	-webkit-text-fill-color: #fff !important;
}

.section-newsletter .newsletter .thank-you {
	margin-top: -4px;
	margin-bottom: -3px;
	max-width: 790px;
}


.section-newsletter .newsletter .thank-you-heading {
	margin: 0px;
}

.section-newsletter .newsletter .thank-you-text {
	font-size: 18px;
	line-height: 23.4px;
	margin-top: 22px;
}

.section-newsletter .newsletter.success_sent .newsletter-heading {
	display: none;
}

.checkbox-menu {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 200px;
	padding: 30px 25px 24px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 44px;
	right: 0;
	width: 396px;
	border: 1px solid #1B214A;
	max-width: calc(100vw - 30px);
}

.checkbox-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.category-name {
	font-size: 13px;
	line-height: 19.5px;
	color: #1B214A;
	position: relative;
	top: -4px;
}

.category-actions {
	margin-top: 20px;
	display: flex;
}

.category-actions button {
	margin-right: 10px;
	text-transform: uppercase;
}

.category-actions:after {
	content: "";
	display: table;
	clear: both;
}

.category-actions .button {
	font-size: 13px;
	line-height: 16.9px;
	background-position: right 11px center;
	background-size: 13px;
	padding: 10px 47px 8px 10px;
}

.category-actions .button:hover {
	background-position: right 15px center;
	padding: 10px 44px 8px 13px;
}

.category-actions .btn-button {
	font-size: 12px;
	line-height: 18px;
	margin-left: 22px;
	position: relative;
	top: 6px;
	height: 18px;
}

.control-label {
	position: relative;
	padding: 10px 30px 10px 10px;
	width: max-content;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}

.order-dropdown .control-label {
	width: 97px;
	padding: 9px 32px 10px 14px;
}

.category-dropdown .control-label {
	width: 163px;
	padding: 9px 28px 10px 14px;
}

.control-label span {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	color: #91467F;
}

.category-dropdown.applied .control-label span {
	color: #fff;
}

.control-label svg {
	position: absolute;
	right: 13px;
	top: 13px;
}

.category-checkbox input[type="checkbox"] {
	display: none;
}

.category-checkbox {
	position: relative;
	margin-bottom: 11px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	width: 50%;
}

.category-checkbox:nth-child(odd) {
	padding-right: 15px;
	width: calc(50% + 13px);
}

.category-checkbox:nth-child(even) {
	width: calc(50% - 13px);
}

.category-checkbox .checkbox-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border: 1px solid #1B214A
}

.category-checkbox input:checked~.checkbox-box {
	background-color: #1B214A;
}

.category-checkbox .checkbox-checked {
	position: absolute;
	left: 7px;
	top: 1px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.category-checkbox input:checked~.checkbox-checked {
	opacity: 1;
}

.category-dropdown.applied {
	background-color: #91467F;
	border: 1px solid #91467F;
	color: #fff;
}

.category-dropdown.applied .control-label svg path {
	stroke: #fff;
}

@media (min-width: 1275px) {
	.article-category,
	.featured-category{
		padding: 10px 44px;
	}
}

@media screen and (max-width: 1280.98px) {
	.listing-grid {
		gap: 0;
		margin-left: -6px;
		margin-right: -6px;
	}

	.article-item {
		width: calc((100% - 36px) / 3);
		margin: 0 6px;
		margin-bottom: 49px;
	}

	.color-cta .cta-link {
		padding-top: 8px;
	}
}

@media (max-width: 1024.98px) {
	.article-title {
		font-size: 18px;
	}

	.featured-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 991.98px) {
	.featured-title {
		line-height: 28.6px;
		margin-bottom: 20px;
	}

	.color-cta .section-wrap {
		display: block;
	}

	.color-cta .cta-link {
		padding-top: 26px;
	}
}

@media screen and (max-width: 767.98px) {
	.featured-title {
		font-size: 22px;
	}

	.pagination .page-numbers {
		font-size: 13px;
		line-height: 16.9px;
	}

	.pagination .prev,
	.pagination .next {
		width: 38px;
		height: 38px;
		position: relative;
		top: -1px;
	}

	.pagination {
		margin-top: 62px;
	}

	.pagination .prev svg,
	.pagination .next svg {
		width: 16px;
	}

	.section-listing {
		padding-top: 100px;
		padding-bottom: 79px;
	}

	.order-dropdown,
	.category-dropdown {
		position: static;
	}

	.section-newsletter .newsletter .newsletter-form .wpcf7-form-control-wrap input {
		padding-top: 12px;
	}

	.section-newsletter .newsletter .btn-button {
		margin-top: 30px;
	}

	.section-lastest {
		text-align: left;
		background-image: url(../images/menubkg.png);
		background-repeat: no-repeat;
		background-size: 180px 159px;
		background-position: 107% 12%;
	}

	.featured-article-info {
		bottom: 26px;
		left: 17px;
		right: 17px;
	}

	.featured-title {
		margin-bottom: 23px;
	}

	.section-newsletter {
		margin-top: 54px;
	}

	.listing-grid {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.color-cta .heading {
		font-size: 25px;
		line-height: 32.5px;
	}

	.color-cta .section-wrap {
		display: block;
	}

	.color-cta .cta-link {
		padding-top: 26px;
	}

	.color-cta {
		padding: 46px 0 48px;
	}

	.article-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 37px;
	}

	.article-item img {
		width: 100%;
		height: auto;
	}

	.article-category {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.article-thumbnail {
		padding-bottom: 69%;
	}

	.article-info {
		padding-top: 33px;
	}

	.lastest-content {
		display: block;
		padding-top: 105px;
	}

	.main-heading {
		margin-top: -3px;
		margin-bottom: 6px;
	}

	.lastest-content .heading {
		width: 100%;
		background: none;
	}

	.featured-article {
		width: 100%;
	}

	.section-newsletter .section-wrap {
		width: 100%;
		max-width: 100%;
		padding: 44px 15px;
	}

	.listing-controls {
		margin-top: 0;
	}

	.article-title {
		font-size: 18px;
		line-height: 23.4px;
		margin-bottom: 15px;
		text-align: left;
	}

	.featured-article-thumbnail {
		padding-bottom: 119%;
	}
}