.hero-content .title:before,
.section-heading .sub-heading:after,
.section-heading .sub-heading:before,
.page-header .page-header-content .title:before {
	background: linear-gradient(270deg, #976d2f 0%, transparent 100%) !important;
}
.newsletter-form .submit-btn {
	position: relative !important;
	right: unset !important;
	top: unset !important;
	transform: unset !important;
	margin-top: 20px !important;
}
.header .primary-header-inner .header-right-wrap .header-right {
	display: flex !important;
}
.service-card:hover .shape img {
	filter: invert(37%) sepia(59%) saturate(486%) hue-rotate(357deg) brightness(105%) contrast(87%) !important;
}

/* Start technology stack page css */
.cts-items .cts-item {
	left: calc(50% - 60px);
	top: calc(50% - 60px);
}
.postbox__details ul li:last-child {
    display: none !important;
}

@media (max-width: 1024px) {
	.cts-section {
		padding: 10px 0;
		text-align: center;
	}
	.cts-center-stage {
		height: 200px !important;
	}
	.cts-items .cts-item {
		left: calc(50% - 50px);
		top: calc(50% - 50px);
		scale: 0.6 !important;
		margin: 0;
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 767px) {
	.cts-items .cts-item {
		left: calc(50% - 40px) !important;
        top: calc(50% - 40px) !important;
		scale: 0.6 !important;
		margin: 0;
		width: 75px;
		height: 75px;
	}
	.cts-center-stage .cts-center-circle {
		width: 80px;
		height: 80px;
		font-size: 12px;
	}
	.cts-section {
		padding: 10px 0 !important;
	}
	.cts-widget {
		margin-top: 20px;
	}
}
/* End technology stack page css */