/*# sourceMappingURL=styles-new.css.map */

.info-cards-grid {
	--gutter: 16px;
	--width: 33.33%;
	list-style: none;
	margin: 0 calc(var(--gutter) * -.5);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-cards-grid > li {
	display: flex;
	padding-left: calc(var(--gutter) * .5);
	padding-right: calc(var(--gutter) * .5);
	max-width: var(--width);
	flex: 0 0 var(--width);
}

@media (max-width: 991px) {
	.info-cards-grid {
		--width: 50%;
	}
}

@media (max-width: 767px) {
	.info-cards-grid {
		--width: 100%;
	}
}

.info-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 4px;
	border: 2px solid rgba(113, 97, 86, .1);
	transition: all .3s ease;
	position: relative;
	padding: 22px 40px 39px;
	margin-bottom: 45px;
}

.info-card::before {
	content: "";
	position: absolute;
	z-index: 15;
	bottom: 14px;
	right: 17px;
	width: 31px;
	height: 37px;
	-webkit-mask-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-cee3f7a/www.bound.by/wp-content/themes/boundby/images/ico-hand-green-01.svg");
	mask-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-cee3f7a/www.bound.by/wp-content/themes/boundby/images/ico-hand-green-01.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 31px 37px;
	mask-size: 31px 37px;
	color: #00b68d;
	background-color: currentColor;
	opacity: .2;
	transition: all .3s ease;
}

.info-card .info-card-heading {
	width: 100%;
	text-align: center;
}

.info-card .info-card-heading .info-card-val {
	display: block;
	margin-bottom: -20px;
	font-size: 90px;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-heading h3 {
	color: #00b68d;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-heading h3:last-child {
	margin-bottom: 0;
}

.info-card .info-card-footer {
	width: 100%;
	margin-top: auto;
	padding-top: 20px;
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-footer h3 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	color: inherit;
}

.info-card .info-card-footer h3:last-child {
	margin-bottom: 0;
}

.info-card .info-card-ico {
	margin: 0;
	position: absolute;
	z-index: 15;
	overflow: hidden;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background-color: #00b68d;
}

.info-card .info-card-ico img {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.info-card .info-card-body {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s ease;
	opacity: 0;
	pointer-events: none;
	background-color: #716156;
	color: #f5f5f5;
	padding: 37px 35px 20px;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
	font-family: inherit;
}

.info-card .info-card-body p:last-child {
	margin-bottom: 0;
}

.info-card:hover {
	border-color: #716156;
}

.info-card:hover::before {
	color: #fff;
}

.info-card:hover .info-card-body {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 1239px) {
	.info-card {
		padding: 15px 30px 45px;
	}
	
	.info-card .info-card-heading .info-card-val {
		font-size: 65px;
	}
	
	.info-card .info-card-heading h3 {
		font-size: 24px;
	}
	
	.info-card .info-card-footer {
		font-size: 16px;
		padding-top: 10px;
	}
	
	.info-card .info-card-body {
		padding: 15px;
		font-size: 14px;
	}
}

.services-box figcaption, .single-solution .template-new .services-box figcaption {
	margin-left: 0;
}

.services-box .img + figcaption, .single-solution .template-new .services-box .img + figcaption {
	margin-left: 120px;
}

.marquee-carousel {
	position: relative;
}

.marquee-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.marquee-carousel ul > li {
	padding-inline: 35px;
	display: flex;
	flex-shrink: 0;
}

.marquee-carousel ul > li figure {
	margin: 0;
	width: auto;
	height: 130px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.marquee-carousel ul > li figure img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-height: 100%;
}

@media (max-width: 991px) {
	.marquee-carousel ul > li {
		padding-inline: 20px;
	}
	
	.marquee-carousel ul > li figure {
		height: 60px;
	}
}

@media (max-width: 767px) {
	.intro-block .img.square, .single-solution .template-new .intro-block .img.square {
		width: 100%;
		max-width: 100%;
		height: 75px;
		position: relative;
		overflow: hidden;
		margin: 25px 0 0;
	}
	
	.intro-block .img.square img, .intro-block .img.square svg, .single-solution .template-new .intro-block .img.square img, .single-solution .template-new .intro-block .img.square svg {
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		width: auto !important;
		height: 100% !important;
	}
}

.info-cards-section {
	position: relative;
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 53px;
}

.info-cards-section .container {
	width: 100%;
	max-width: 1178px;
}

.info-cards-section h2 {
	text-align: center;
	margin: 0 0 36px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 300;
	font-family: inherit;
}

@media (max-width: 767px) {
	.info-cards-section {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.info-cards-section .container {
		max-width: 100%;
	}
	
	.info-cards-section h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}
}

.services-list-holder + .build-row {
	padding-top: 55px;
}

.experience-section + .nitro-offscreen {
	padding-top: 65px;
}

.testimonials-block blockquote q {
	font-style: normal;
}

.testimonials-block .holder {
	color: #00b68d;
}

.testimonials-block .num {
	color: #716156;
}

@media (max-width: 767px) {
	.testimonials-block blockquote {
		padding: 31px 20px 33px 33px;
	}
}

@media (max-width: 1239px) {
	.testimonials-slider .slick-track, .testimonials-slider .slick-slide {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .slide {
		padding: 0;
	}
}

.contact-form-content {
	padding: 46px 0;
}

.contact-form-content header {
	text-align: center;
	max-width: 670px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 20px;
	font-weight: 400;
}

.contact-form-content h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 29px;
	font-family: "Raleway", sans-serif;
}

.contact-form-content form {
	--border-radius: 4px;
	max-width: 910px;
	margin: 0 auto;
}

.contact-form-content form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.contact-form-content form .btn-holder {
	display: flex;
	justify-content: center;
	position: relative;
}

.contact-form-content form .btn-holder .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.contact-form-content form .wpcf7-form-control {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit) {
	display: block;
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	height: 45px;
	border: 1px solid #a6a6a6;
	color: #808080;
	border-radius: var(--border-radius);
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
	opacity: 1;
	color: #808080;
}

.contact-form-content form .wpcf7-form-control.wpcf7-submit {
	margin: 25px 0 16px;
	border: none;
	border-radius: var(--border-radius);
	background-color: #00b68d;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 3px rgba(24, 24, 24, .26);
	height: 47px;
	padding: 5px 10px;
	min-width: 190px;
}

.contact-form-content form .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #008365;
}

.contact-form-content form textarea.wpcf7-form-control:not(.wpcf7-submit) {
	min-height: 148px;
	resize: vertical;
	padding: 17px 20px;
}

.contact-form-content form .wpcf7-response-output {
	padding-left: 4.2rem;
}

@media (min-width: 768px) {
	.contact-form-content form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 23px;
	}
	
	.contact-form-content form .wpcf7-response-output, .contact-form-content form .col-long {
		grid-column: span 2;
	}
	
	.contact-form-content form .wpcf7-form-control-wrap {
		margin-bottom: 0;
	}
}

.logos-section {
	position: relative;
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 60px;
}

.logos-section h2 {
	text-align: center;
	margin: 0 0 40px;
	color: #716156;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 991px) {
	.logos-section {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.logos-section h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
