
.col {
	position: relative;
}

.color-banner > div {
	border-radius: 10px;
}

.yellow-btn {
	margin: 0 40px;
}

.color-banner a.yellow-btn {
	color: #747474;
}

.color-col {
	text-align: center;
	width: 100%;
}

.color-col img {
	width: 350px;
	height: 240px;
}

.btm-right {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.col p {
	padding-bottom: 0;
}

.col-txt {
	margin: 20px 0 40px 20px;
}

.inner-color-col {
	background: #feeccf;
	width: auto;
	height: 80px;
	margin: 13px 10px;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.case-date .section-wraper {
	margin-bottom: 0;
}

.case-date .news-title {
	margin-top: 20px;
}

.smaller-section-margin .section-heading {
	padding-bottom: 0px;
	padding-top: 40px;
}

.col p {
	color: #333;
}

.contact-us-form {
	margin-top: 20px;
}

.color-banner > div h2 {
	margin-bottom: 40px;
}

.popup-form-wraper.contact-us-form li label:not(.label-right) {
	min-width: 155px;
}

.service-card ul {
	display: block;
}

.service-card-big .card-head + div {
	margin-bottom: 0;
}

.s-input-wraper textarea {
	height: 250px;
	min-height: 200px;
	resize: vertical;
}

.label-textarea {
	width: 100%;
}

.vl {
	border-left: 4px solid #d3d3d3;
	margin-left: 20px;
}

.vl p {
	margin: 0 0 0 20px;
	padding-bottom: 0;
}

.study-types .col {
	margin: 20px auto;
}

.card-title.icon.icon-dark::before {
	color: #000;
}

.flex-2-col.img-heading {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}

.flex-2-col.img-heading img {
	max-width: 386px;
	height: auto;
	display: block;
}

.btn-arrow {
	font-size: 1.4em;
}

.black-btn {
	background-color: #000;
	color: #fff;
}

.flex-3-col.mb-0 .card-gradient {
	background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0.75) 100%);

}

.h2-bottom-decor.black::before {
	bottom: -15px;
	background-color: #000;
}

.btns-line .round-btn {
	margin: 0 6px 0 0 !important;
	border-radius: 0;
	color: #000;
	text-transform: none;
	font-size: 1em;
}

.btns-line .round-btn.a-r {
	padding-right: 10px;
}

.btns-line .round-btn.a-l {
	padding-left: 10px;
}

.color-btn-light {
	background-color: #f98775;
}

.btns-line .color-btn {
	background-color: #ff914c;
}

.btns-line .round-btn:first-child {
	border-radius: 30px 0 0 30px;
}

.btns-line .round-btn:last-child {
	border-radius: 0 30px 30px 0;
	min-width: 377px;
}

.btns-line .m-btn {
	padding: 7px 40px;
}

.btns-line .round-btn {
	cursor: default;
}

.pl-50 {
	padding-left: 50px;
}

.steps-wrap {
	max-width: 760px;
	margin: 0 auto;
}

.step-card {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 26px 30px;
	border-radius: 22px;
	margin-bottom: 20px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.step-icon {
	width: 90px;
	min-width: 90px;
	height: 90px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 80px;
	color: #000;

	line-height: 1;
}

.step-icon::before {
	line-height: 1;
}

.step-content {
	text-align: left;
}

.step-content h3 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.step-content p {
	margin: 0;
	color: #000;
	line-height: 1.5;
}

.step-arrow {
	text-align: center;
	font-size: 36px;
	margin: 5px 0 10px;
}

.box-1 {
	background: #f98775;
}

.box-2 {
	background: #f99d75;
}

.box-3 {
	background: #f99e63;
}

.box-4 {
	background: #ff914c;
}

.step-card p,
.quote-text p {
	padding-bottom: 10px;
}

.quote-banner > div {
	background: linear-gradient(135deg, rgba(255,150,73,1) 0%, rgba(255,135,119,1) 70%);
	padding: 50px 45px;
	border-radius: 22px;
}

.quote-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.quote-content {
	flex: 1 1 auto;
	max-width: 800px;
	color: #000;
}

.quote-title {
	margin: 0 0 35px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.quote-text-decorated {
	position: relative;
	padding: 0 50px;
}

.quote-text-decorated::before,
.quote-text-decorated::after {
	position: absolute;
	font-size: 60px;
	font-weight: 700;
	color: #000;
	line-height: 1;
}

.quote-text-decorated::before {
	content: '"';
	left: 0;
	top: -5px;
}

.quote-text-decorated::after {
	content: '"';
	right: 0;
	bottom: -20px;
}

.quote-image-wrap {
	flex: 0 0 300px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 22px;
}

.quote-image {
	width: 275px;
	max-width: 100%;
	height: auto;
	display: block;

	transform: scale(1.3);
	transform-origin: center;
}

.quote-content h2 {
	padding: 0 50px;
}

.services-used-section {
	margin-bottom: 5em;
}

.services-used-grid {
	max-width: 760px;
	margin: 40px auto 0;
	padding: 0;
}

.services-used-grid.flex-2-col {
	justify-content: center;
	gap: 80px;
}

.services-used-grid .service-box {
	width: 280px;
}

.service-box-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 215px;
	padding: 26px 22px 20px;
	background: #ff914c;
	border-radius: 22px;
	text-decoration: none;
	color: #000;
}

.service-box-title {
	margin: 0;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
	color: #000;
}

.service-box-more {
	margin-top: 30px;
	font-size: 22px;
	line-height: 1.2;
	color: #000;
}

.service-box-more span {
	font-size: 30px;
	vertical-align: middle;
}

.service-box-link {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.service-box.hover .service-box-link {
	box-shadow: 0 10px 20px 0 rgba(72,62,52,.2);
	transform: translateY(-3px);
}

.ls-3.black {
        padding: 0 40px;
}

.wraper.mt-20 .popup-form-wraper textarea {
	height: 200px;
}

.flex-2-col.contact-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}

.flex-2-col.contact-form .col-48:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-form .popup-form-wraper.contact-us-form li label:not(.label-right) {
	min-width: 167px;
}

.contact-form .service-card-big .card-head {
	border-radius: 10px;
}

.contact-form .card {
	padding: 1.4em !important;
}

.flex-3-col.mb-0 .card-title.icon::before {
	font-size: 120px;
}

.flex-3-col.mb-0 .icon-happy-customers.card-title.icon::before {
	transform: scale(1.3);
	transform-origin: center;
}

.service-box-more span {
	padding-bottom: 5px;
}

.flex-3-col.mb-0 .card-gradient .card-title {
	margin-bottom: 0.5em;
}

.flex-3-col.mb-0 .card {
	padding: 1.5em 0.5em !important;
}

.fw-n {
	font-weight: normal;
}

@media only screen and (max-width: 1060px) {
	.color-col img {
		width: 300px;
		height: 210px;
	}
}

@media (max-width: 991px) {
	.quote-layout {
		flex-direction: column;
		text-align: center;
	}

	.quote-content {
		max-width: 100%;
	}

	.quote-image-wrap {
		flex: none;
	}
}

@media only screen and (max-width: 870px) {
	.flex-4-col .col, .flex-3-col .col {
		margin-bottom: 45px;
	}
	
	.services-used-grid.flex-2-col {
		gap: 45px;
	}
	
	.flex-2-col .col-48 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.quote-banner > div {
		padding: 35px 25px;
	}

	.quote-title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.quote-text p {
		font-size: 18px;
	}

	.quote-image {
		width: 220px;
	}
}

@media only screen and (max-width: 640px) {
	.yellow-btn {
		margin: 0 10px;
	}
	
	.col-txt.bold,
	.bold.btm-right {
		padding: 0 80px;
	}
}

@media only screen and (max-width: 560px) {
	.col-txt.bold,
	.bold.btm-right {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 460px) {
	.signup-btn {
		margin-bottom: 10px;
	}
	
	.col-txt.bold,
	.bold.btm-right {
		padding: 0;
	}
}

#loadcase-studies {
	display: none;
}
