
/* DOT */
.timeline-away {
	gap: 0;
}

.timeline-column-first::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -33px;
	width: 1px;
	background: #eee;
	opacity: 1;
	z-index: 1;
}

.timeline-column-first::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -42px;
	width: 14px;
	height: 14px;
	background: #eee;
	border: 3px solid #eee;
	border-radius: 50%;
	z-index: 2;
}

.timeline-away blockquote:before {
	display: none;
}

.timeline-column-end {
	padding: 40px;
	background: #222;
	margin-bottom: 48px !important;
}

.timeline-away blockquote {
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 18px;
	border-left: 2px solid #eee;
	padding-left: 16px;
}

.timeline-away blockquote ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.timeline-away blockquote ul li {
	margin: 0 !important;
	line-height: 1.4;
}

.timeline-away .timeline-columns:last-child .timeline-column-end {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
	.timeline-column-first {
		text-align: right;
	}
	
	.timeline-columns {
		gap: 66px;
	}
}

@media only screen and (max-width: 767.97px) {
	.timeline-columns {
		position: relative;
		padding-left: 30px;
		gap: 0;
	}
	
	.timeline-column-first {
		position: unset;
	}
	
	.timeline-column-first::after {
		right: unset;
		left: 0px;
		width: 9px;
		height: 9px;
	}
	
	.timeline-column-first::before {
		right: unset;
		left: 7px;
	}
	
	.timeline-column-first .wp-block-heading {
		margin-bottom: 4px;
		font-size: 18px !important;
		line-height: 1.4;
	}
	
	.timeline-column-first p {
		margin-bottom: 16px;
		font-size: 16px;
	}
	
	.timeline-column-end {
		padding: 16px 12px;
		margin-bottom: 40px !important;
	}
	
	.timeline-away .timeline-columns:last-child .timeline-column-end {
		margin-bottom: 0 !important;
	}
	
	.timeline-away blockquote ul li {
		font-size: 16px;
	}
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-18 {
	margin-bottom: 18px !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-4 {
	margin-bottom: 4px;
}

.project-insight {
	border: 1px solid #2b2b2b;
	padding: 40px;
}

.project-insight .wp-block-heading {
	margin-bottom: 8px;
	font-size: 700;
}

.project-insight p {
	margin-bottom: 24px;
}

.project-insight .border-left {
	margin-bottom: 32px;
	border-left: 2px solid #999;
	line-height: 1.4;
	padding-left: 16px;
}

#main .project-insight .icon-wrap {
	width: 24px;
	height: 24px;
}

#main .project-insight .button-text {
	line-height: 24px;
	margin: 0;
}

.light-section-container .project-insight:hover {
	background: #fff;
}

.our-services-grid {
	gap: 40px;
}

.light-section-container .our-services-grid .our-title {
	color: #2b2b2b;
	line-height: 1.4;
	font-family: "basis_grotesque_promedium";
}

.light-section-container .our-services-grid .our-desc {
	color: #444;
	line-height: 1.4;
}

.light-section-container .our-services-grid .our-link * {
	color: #999;
	line-height: 1.4;
	font-family: "basis_grotesque_promedium";
	font-weight: 500;
}

.our-services-grid .our-image {
	position: relative;
	overflow: hidden;
}

.our-services-grid .our-image img {
	scale: 1;
	transition: scale .4s;
}

.our-services-grid .our-image:hover img {
	scale: 1.05;
	transition: scale .4s;
}

.page-id-9584 #hero-caption {
	padding-bottom: 40px !important;
}

.page-id-9584 .hero-subtitle-wrapper .hero-subtitle span {
	margin-top: 8px;
	margin-right: 36px;
}

.page-id-9584 .indent-title .hero-subtitle {
	max-height: 103px;
}

.page-id-9584 .a-left, .page-id-9584 .a-right {
	display: none !important;
}

.page-id-9584 .indent-title .hero-subtitle-wrapper {
	max-width: 368px;
}

.page-id-9584 .indent-title .hero-title span:last-child {
	left: 350px;
}

.section-grid-custom {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
}

.section-grid-custom .button-wrap.right {
	width: max-content;
}

.why-us-custom .wp-block-group .wp-block-group__inner-container h5 {
	margin-bottom: 12px;
}

.why-us-custom .wp-block-group .wp-block-group__inner-container p {
	margin-bottom: 26px;
}

@media only screen and (min-width: 1280px) {
	.page-id-9584 .indent-title .hero-subtitle {
		max-height: 172px;
	}
	
	.page-id-9584 .indent-title .hero-subtitle-wrapper {
		max-width: 506px;
	}
	
	.page-id-9584 .indent-title .hero-title span:last-child {
		left: 480px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-id-9584 .indent-title .hero-title span:last-child {
		left: 0px;
	}
}

@media only screen and (max-width: 1280px) {
	.section-grid-custom {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.page-id-9584 .item-testimonials .wp-block-quote {
		height: 370px !important;
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 930px) {
	.section-grid-custom {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 425px) {
	.other-mobile-flex {
		display: unset !important;
	}
}

@media only screen and (max-width: 767.97px) {
	.our-services-grid .item-service {
		display: grid;
		grid-template-columns: 100px auto;
		gap: 24px;
	}
	
	.our-services-grid .our-image {
		margin-bottom: 0;
	}
	
	.project-insight {
		padding: 30px;
	}
	
	.project-insight .wp-block-heading {
		font-size: 20px !important;
	}
	
	.fs-mb-24 {
		font-size: 24px !important;
	}
	
	.fs-mb-18 {
		font-size: 18px !important;
	}
	
	.mb-mb-24 {
		margin-bottom: 24px;
	}
	
	.page-id-9584 #hero-caption {
		padding-bottom: 24px !important;
	}
	
	.page-id-9584 #hero-caption .hero-title-wrapper {
		padding-top: 40px !important;
	}
	
	.mb-full-100 .mb-full-100 .wp-block-button__link, .mb-full-100 .wp-block-button {
		display: block;
	}
	
	.orther-mobile-flex {
		display: block !important;
	}
	
	.fs-mb-33 {
		font-size: 33px !important;
	}
	
	.hsfc-Step__Content {
		padding: 0 !important;
	}
	
	.custom-btn {
		width: 100%;
	}
	
	.custom-btn a {
		width: 100% !important;
	}
	
	.page-id-9584 .testimonial-service > .wp-block-columns.is-not-stacked-on-mobile >.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 83.66% !important;
	}
}
