@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
/* font-family: "Kantumruy Pro", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
/* font-family: "Quattrocento", serif; */

:root {
	--white: #ffffff;
	--pista: #c8f8a9;
	--green: #0f3d3a;
	--black: #000000;
	--yellow: #f7c000;
}

figure {
	margin: 0;
}


body {
	font-family: "Kantumruy Pro", sans-serif;
	font-size: 20px;
	line-height: normal;
	background-color: var(--white);
	color: var(--black);
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: var(--green);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: var(--green);
}

/* Common Style Start */
.main-title {
	font-family: "Quattrocento", serif;
	font-size: clamp(2.5rem, 1.75rem + 2vw, 4.375rem);
	line-height: normal;
	font-weight: 400;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-family: "Quattrocento", serif;
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-title {
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
}

.small-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	color: var(--green);
	background-color: #f2f5f1;
	padding: 9px 12px;
	max-width: max-content;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sub-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.common-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.btn {
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0s;
	-moz-border-radius: 0s;
	-ms-border-radius: 0s;
	-o-border-radius: 0s;
}

.btn-pista {
	padding: 19px 30px;
	background-color: var(--black);
	color: var(--white);
	/* background-color: var(--pista);
	color: var(--green); */
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.btn-pista span {
	font-weight: 400;
}

.btn-pista:hover,
.btn-pista:focus,
.btn-pista:active {
	background-color: var(--green) !important;
	color: var(--pista) !important;
}

.btn-pista-large {
	font-size: 35px;
	line-height: normal;
	font-weight: 500;
	padding: 19px 43px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.btn-link {
	font-size: 24px;
	line-height: normal;
	background-color: var(--black);
	color: var(--white);
	/* background-color: var(--pista);
	color: var(--black); */
	text-decoration: none;
	position: relative;
	padding: 21px 42px 21px 27px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	background-color: var(--pista) !important;
	color: var(--green) !important;
}

.btn-link::after {
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin: 0 0 0 10px;
	/* position: absolute;
	right: 42px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%); */
}
/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 35px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header.sticky_header {
	padding: 20px 0;
}

.header .navbar {
	padding: 0;
	justify-content: space-between;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
}

.header-left {
	max-width: 287px;
	width: 100%;
	flex: 0 0 auto;
}

.header-left p {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 0;
}

.header-right {
	text-align: center;
}

.header-time {
	font-size: 22px;
	line-height: 22px;
	color: var(--green);
	padding: 5px 0 0;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.content {
	padding: 158px 0 0;
}

.thankyou-page .content {
	padding: 140px 0 0;
}

/* Banner Start */
.banner-wrp {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-color: var(--green);
	padding: clamp(30px, 7vw, 90px) 0 clamp(30px, 8vw, 102px);
}

.banner-wrp::after {
	content: "";
	background: -moz-linear-gradient( -35deg, rgb(45,45,45) 0%, rgb(117,117,117) 100%);
	background: -webkit-linear-gradient( -35deg, rgb(45,45,45) 0%, rgb(117,117,117) 100%);
	background: -ms-linear-gradient( -35deg, rgb(45,45,45) 0%, rgb(117,117,117) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.banner-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.banner-title {
	margin: 0 0 clamp(30px, 6vw, 82px);
}

.banner-title .main-title {
	color: var(--white);
	margin: 0 0 clamp(20px, 3vw, 35px);
}

.banner-title .section-title {
	color: var(--white);
	font-size: clamp(30px, 4vw, 55px);
}

.banner-title .section-title span {
	color: var(--pista);
} 

.banner-middle-block {
	max-width: 864px;
	width: 100%;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.banner-middle-block .section-title {
	color: var(--white);
	background-color: var(--green);
	display: flex;
	align-items: center;
	max-width: 382px;
	width: 100%;
	flex: 0 0 auto;
	padding: 40px 30px;
}

.banner-middle-details {
	background-color: var(--pista);
	display: flex;
	align-items: center;
	padding: 52px 20px;
}

.banner-middle-details ul {
	padding: 0;
	margin: 0;
}

.banner-middle-details ul li {
	font-size: 22px;
	line-height: normal;
	list-style-type: none;
	position: relative;
	margin: 0 0 15px;
}

.banner-middle-details ul li:last-child {
	margin-bottom: 0;
}

.banner-btn {
	text-align: center;
	padding: clamp(30px, 6vw, 79px) 0 0;
}

.banner-btn .btn-pista:hover,
.banner-btn .btn-pista:focus,
.banner-btn .btn-pista:active {
	background-color: var(--white) !important;	
	color: var(--green) !important;
}

/* Banner End */

/* Reassurance Start */
.reassurance-wrp {
	background-color: var(--pista);
	padding: clamp(30px, 5vw, 49px) 0;
}

.reassurance-main .row {
	margin: 0 -30px;
}

.reassurance-main .row>* {
	flex: 0 0 auto;
    width: 20%;
	padding: 0 30px;
}

.reassurance-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.reassurance-main .row>*:nth-child(3) .reassurance-block {
	display: flex;
	justify-content: center;
}

.reassurance-block .common-detail {
	font-weight: 600;
}

/* Reassurance End */

/* Google Partner Start */
.google-partner-wrp {
	padding: clamp(30px, 5vw, 49px) 0;
	background-color: #f2f5f1;
}

.google-partner-main {
	display: flex;
	align-items: center;
	justify-content: center;
}

.google-partner-left {
	max-width: 160px;
	width: 100%;
	flex: 0 0 auto;
	margin: 0 48px 0 0;
}

.partner-right-top {
	display: flex;
	align-items: center;
	padding: 0 0 15px;
}

.partner-right-top .detail {
	margin: 0 8px 0 0;
}

.partner-right-top .detail p {
	font-size: 25px;
	margin: 0;
}

.partner-right-bottom .common-detail strong {
	font-weight: 700;
}
/* Google Partner End */

/* Problem Start */
.problem-wrp {
	padding: clamp(40px, 7vw, 96px) 0 clamp(30px, 5vw, 64px);
}

.problem-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.problem-title {
	max-width: 1000px;
	width: 100%;
	margin: 0 0 clamp(30px, 5vw, 60px);
}

.problem-title .sub-title {
	margin: 0 0 17px;
}

.problem-section .row {
	margin: 0 -40px;
}

.problem-section .row>* {
	padding: 0 40px;
}

.problem-img img {
	width: 100%;
	height: 890px;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
} 

.problem-list ul {
	padding: 0;
	margin: 0;
}

.problem-list ul li {
	font-size: 24px;
	line-height: normal;
	list-style-type: none;
	margin: 0 0 26px;
}

.problem-list ul li strong {
	font-weight: 500;
}

.problem-right-bottom {
	max-width: 600px;
	width: 100%;
	background-color: var(--green);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.problem-right-bottom .block-title {
	color: var(--white);
	padding: 20px 30px 20px 26px;
}

.problem-right-bottom .block-title span {
	font-size: clamp(30px, 5vw, 66px);
}

.problem-right-bottom .btn-link {
	/* display: block; */
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}

.problem-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.problem-right .problem-list {
	max-width: 550px;
	width: 100%;
}

/* Problem End */

/* Acquisition Start */
.acquisition-wrp {
	padding: clamp(30px, 6vw, 64px) 0;
}

.acquisition-main {
	max-width: 1280px;	
	width: 100%;
	margin: 0 auto;
}

.acquisition-title {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto clamp(20px, 4vw, 56px);
}

.acquisition-title .sub-title {
	margin: 0 auto 13px;
}

.acquisition-section .row {
	margin: 0 -13px;
}

.acquisition-section .row>* {
	padding: 0 13px;
}

.acquisition-block {
	height: 100%;
	border: 3px solid #f5f6f2;
	background-color: var(--white);
	padding: 30px 20px 55px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.acquisition-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 34px;
	background-color: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.acquisition-icon figure {
	width: 100%;
}

.acquisition-list ul {
	padding: 0;
	margin: 0;
}

.acquisition-list ul li {
	list-style-type: none;
	line-height: 35px;
}

.acquisition-details .block-title {
	text-align: center;
	margin: 0 0 25px;
}

/* Acquisition End */

/* Our Support Start */
.our-support-wrp {
	padding: clamp(30px, 6vw, 64px) 0;
}

.our-support-title {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto clamp(30px, 5vw, 60px);
}

.support-title-right {
	max-width: 488px;
	width: 100%;
	margin-left: auto;
	background-color: var(--pista);
	padding: clamp(25px, 5vw, 50px);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.support-title-left .sub-title {
	margin: 0 0 20px;
}

.our-support-title .row {
	align-items: flex-end;
}

.our-support-section {
	background-color: #f2f5f1;
	padding: clamp(30px, 5vw, 60px) clamp(30px, 8vw, 144px);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.our-support-slider {
	margin: 0 -20px;
}

.our-support-item {
	margin: 0 20px;
	position: relative;
}

.our-support-item:nth-child(even) .our-support-content {
	background-color: var(--pista);
}

.our-support-img img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.our-support-content {
	font-size: 18px;
	line-height: 20px;
	padding: 14px 5px;	
	text-align: center;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 20px;
	background-color: var(--white);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.our-support-content p {
	font-family: "Quattrocento", serif;
	margin: 0;
}

.slick-arrow {
	background-color: transparent;
	border: none;
	padding: 0;
	display: flex;
	font-size: 41px;
	line-height: 41px;
	position: absolute;
	z-index: 9;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover path {
	fill: var(--green);
}

.slick-prev {
	left: -80px;
	top: 50%;
	transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-ms-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
}

.slick-next {
	right: -80px;
	top: 50%;
	transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-ms-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
}

.our-support-slider {
	opacity: 0;
}

.our-support-slider.slick-initialized {
	opacity: 1;
}

/* Our Support End */

/* Benefits Start */
.benefits-wrp {
	padding: clamp(30px, 6vw, 66px) 0 clamp(30px, 5.5vw, 64px);
}

.benefits-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.benefits-title {
	margin: 0 0 clamp(30px, 5vw, 60px);
}

.benefits-title .row {
	align-items: flex-end;
} 

.benefits-title-left .sub-title {
	margin: 0 0 17px;
}

.benefits-section .row {
	margin: 0 -40px;
}

.benefits-section .row>* {
	padding: 0 40px;
}

.benefits-left {
	background-color: var(--green);
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.benefits-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.benefits-left-bottom {
	padding: clamp(25px, 4vw, 40px) clamp(25px, 4.5vw, 43px);
}

.benefits-left-bottom ul {
	padding: 0;
	margin: 0;
}

.benefits-left-bottom ul li {
	/* font-size: 27px;
	line-height: 40px; */
	font-size: clamp(20px, 2vw, 27px);
	line-height: clamp(26px, 4vw, 40px);
	color: var(--white);
	list-style-type: none;
}

.benefits-left-bottom ul li strong {
	font-size: clamp(22px, 2.5vw, 31px);
	font-weight: 500;
}

/* .benefits-left .btn-link {
	display: block;
} */

.benefits-block {
	margin: 0 0 20px;
}

.benefits-block-top {
	display: flex;
	align-items: center;
	background-color: #f2f5f1;
	padding: 20px 30px 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.benefits-block-top .main-title {
	font-size: clamp(30px, 4.5vw, 75px);
	color: var(--green);
	margin: 0 33px 0 0;
}

.benefits-block .common-detail {
	background-color: var(--white);
	margin: -10px 0 0;
	padding: 27px 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/* Benefits End */

/* How It Works Start */
.how-it-works-wrp {
	padding: clamp(30px, 6vw, 64px) 0;
}

.how-it-works-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.how-it-works-title {
	text-align: center;
	margin: 0 0 clamp(30px, 4vw, 54px);
}

.how-it-works-title .sub-title {
	margin: 0 auto 16px;
}

.how-it-works-section {
	padding: clamp(30px, 5vw, 60px) clamp(16px, 4vw, 20px);
	background-color: #f2f5f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.how-it-works-img {
	max-width: 125px;
	width: 100%;
	margin: 0 auto;
}

.how-it-block-top {
	display: flex;
	align-items: center;
	padding: 0 0 3px;
}

.how-it-block-top span {
	display: block;
	margin: 0 5px 0 0;
	flex: 0 0 auto;
}

.how-it-block-top .small-title {
	font-size: 26px;
	line-height: 35px;
	font-weight: 600;
}

.how-it-block-list ul {
	padding: 0;
	margin: 0;
}

.how-it-block-list ul li {
	font-size: 24px;
	line-height: 35px;
	list-style-type: none;
}

.how-it-block-list {
	padding: 0 0 0 40px;
}

.how-it-works-block {
	margin: 0 0 30px;
}

.how-it-works-block:last-child {
	margin-bottom: 0;
}
/* How It Works End */

/* Concrete Examples Start */
.concrete-examples-wrp {
	padding: clamp(30px, 6vw, 64px) 0 clamp(30px, 6vw, 67px);
} 

.concrete-examples-main {
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
}

.concrete-examples-slider {
	margin: 0 -20px;
	opacity: 0;
}

.concrete-examples-slider .slick-track {
	display: flex;
}

.concrete-examples-slider.slick-initialized {
	opacity: 1;
}

.concrete-examples-item {
	margin: 0 20px;
	background-color: #f2f5f1;
	height: auto !important;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.concrete-examples-title {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto clamp(30px, 4vw, 43px);
}

.concrete-examples-title .sub-title {
	margin: 0 auto 16px;
}

.concrete-examples-img {
	background-color: var(--green);
	position: relative;
}

.concrete-examples-img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.concrete-examples-content .block-title {
	background-color: var(--green);	
	font-weight: 500;
	color: var(--white);
	min-height: 109px;
	padding: 12px 10px 17px 32px;
}

.concrete-examples-content .block-title * {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.concrete-examples-content .small-title {
	background-color: var(--pista);
	padding: 16px 20px 16px 32px;
	min-height: 150px;
	position: relative;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}

.concrete-examples-content .small-title * {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.concrete-examples-content .small-title::after {
	content: "";
	width: 15px;
	height: 78px;
	background-color: var(--green);
	position: absolute;
	left: 0;
	top: 23px;
}

.concrete-examples-list {
	background-color: #f2f5f1;
	padding: 25px 20px 82px 20px;	
}

.concrete-examples-list ul {
	padding: 0;
	margin: 0;
}

.concrete-examples-list ul li {
	line-height: 26px;
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	margin: 0 0 15px;
}

.concrete-examples-list ul li:last-child {
	margin-bottom: 0;
}

.concrete-examples-list ul li::before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
	position: absolute;
	left: 0;
	top: 0;
}

.concrete-examples-list ul li span {
	font-weight: 500;
}

/* Concrete Examples End */

/* Simulations Start */
.simulations-wrp {
	padding: clamp(30px, 6vw, 68px) 0 clamp(30px, 7vw, 100px);
}

.simulations-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.simulations-title {
	margin: 0 0 clamp(30px, 5vw, 60px);
}

.simulations-title .sub-title {
	margin: 0 0 18px;
}

.simulations-section .row {
	margin: 0 -40px;
}

.simulations-section .row>* {
	padding: 0 40px;
}

.simulations-left {
	position: relative;
	height: 100%;
}

.simulations-img, 
.simulations-img figure {
	height: 100%;
}

.simulations-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simulations-left .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 21px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* .simulations-left .btn-link::after {
	bottom: auto;
	top: 50%;
	transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-ms-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
} */

.simulations-right {
	background-color: #f2f5f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simulations-top {
	text-align: center;
	padding: 32px 80px 35px;
	background-color: var(--pista);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simulations-top .small-title {
	font-weight: 500;
}

.simulations-top .small-title span {
	padding: 21px 0 0;
	display: block;
}

.simulations-block {
	text-align: center;
	padding: 30px 40px 20px;
	border-bottom: 2px solid var(--white);
}

.simulations-block .small-title {
	font-size: 22px;
	line-height: 35px;
	font-weight: 500;
	margin: 0 0 17px;
}

.simulation-slider {
	max-width: 417px;
	width: 100%;
	margin: 0 auto;
}

.simulation-slider .ui-widget.ui-widget-content {
	border: none;
	height: 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simulation-slider .ui-widget-header {
	background: #181e2d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simulation-slider .ui-slider .ui-slider-handle {
	width: 22px;
	height: 22px;
	top: -7px;
	border: 2px solid var(--black);
	background-color: var(--white);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.simulation-slider .form-control {
	font-size: 22px;
	line-height: 35px;
	font-weight: 500;
	border: none;
	text-align: center;
	color: var(--black);
	box-shadow: none;
	background-color: transparent;
	padding: 10px 0 0;
}

.simulations-btn {
	text-align: center;
	padding: clamp(20px, 4vw, 45px) 0 clamp(20px, 3vw, 33px);
}

.result {
	font-weight: 500;
}

.btn-green {
	font-size: 24px;
	line-height: normal;
	padding: 21px 18px;
	background-color: var(--green);
	color: var(--white);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: var(--pista) !important;
	color: var(--green) !important;
}
/* Simulations End */

/* Contact Start */
.contact-wrp {
	padding: clamp(30px, 8vw, 100px) 0 clamp(30px, 5vw, 63px);
}

.contact-main {
	background-color: var(--green);
	max-width: 1280px;
	width: 100%;
	text-align: center;
	color: var(--white);
	margin: 0 auto;
	/* padding: 68px 30px 83px; */
	padding: clamp(30px, 6vw, 68px) clamp(20px, 3vw, 30px) clamp(30px, 7vw, 83px);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.contact-main .main-title {
	margin: 0 0 33px;
}

.contact-main .block-title {
	font-size: 30px;
	margin: 0 0 clamp(20px, 6vw, 82px);
	/* margin: 0 0 82px; */
}

.contact-main .btn-pista-large:hover,
.contact-main .btn-pista-large:focus,
.contact-main .btn-pista-large:active {
	background-color: var(--white) !important;
	color: var(--green) !important;
}
/* Contact End */

/* Collaborations Start */
.collaborations-wrp {
	/* padding: 100px 0 63px; */
	padding: clamp(30px, 10vw, 63px) 0 clamp(30px, 5vw, 110px);
}

.collaborations-section {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
} 

.collaborations-title {
	text-align: center;
}

.collaborations-title .sub-title {
	margin: 0 auto 18px;
}

.collaborations-title .main-title {
	max-width: 1000px;
	margin: 0 auto clamp(20px, 4vw, 57px);
	/* margin: 0 auto 57px; */
}

.collaborations-block {
	display: block;
	margin: 0 0 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.collaborations-block:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
/* Collaborations End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*========== Thank you Page Start ==========*/
.thank-you-wrp {
	padding: clamp(30px, 7vw, 97px) 0 clamp(30px, 8vw, 114px);
	background-color: #f5f6f2;
}

.thank-you-main {
	text-align: center;
}

.thank-you-main .main-title {
	color: var(--green);
	margin: 0 0 clamp(30px, 6vw, 104px);
}

.thank-you-main .small-title {
	line-height: 36px;
}

.thank-you-main .small-title p {
	margin: 0 0 clamp(20px, 3vw, 36px);
}

.thank-you-main .small-title p:last-child {
	margin-bottom: 0;
}
/*========== Thank you Page End ==========*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	/* padding: 200px 0 90px; */
	padding: clamp(50px, 15vw, 100px) 0 clamp(40px, 6vw, 90px);
}

.footer-logo {
	max-width: 261px;
	width: 100%;
	display: block;
}

.footer-reviews-icon {
	width: 58px;
	height: 58px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 17px 0 0;
	flex: 0 0 auto;
	background-color: var(--white);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.footer-reviews-icon figure {
	width: 100%;
}

.footer-reviews-right p {
	font-size: 16px;
	line-height: normal;
	color: var(--white);
	margin: 0;
}

.footer-reviews-top {
	display: flex;
	align-items: center;
	padding: clamp(20px, 4vw, 30px) 0;
}

.footer-reviews-bottom p {
	font-size: 18px;
	line-height: normal;
	color: var(--white);
	margin: 0 0 10px;
}

.star-reviews {
	display: flex;
	align-items: center;
	color: var(--yellow);
}

.footer-address {
	padding: 20px 0 10px;
}

.footer-address p {
	font-size: 18px;
	line-height: normal;
	color: var(--white);
	margin: 0;
}

.copyright p {
	font-size: 18px;
	line-height: normal;
	color: var(--white);
	margin: 0;
}

.copyright {
	padding: 8px 0 0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
