body .form-wrap.white_form form .hs-input::placeholder,
body .form-wrap.white_form form .hs-input{
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
}
body .form-wrap.white_form form input[type=submit]{
	background: #FFFFFF;
	color: #D83867;
}
body .form-wrap.white_form form .hs-input{
	border: 1px solid #DEDFE1;
	background: transparent;
}
.image_on_back .form-wrap{
	background: transparent !important;
}
.custom-model-inner.model-open{
	display: block !important;
}
.custom-model-inner{
	display: none !important;
}
.elementor-addons-case-study-wrapper {
	 position: relative;
	 z-index: 50;
}
 @media (min-width: 1024px) {
	 .elementor-addons-case-study {
		 display: flex;
		 flex-direction: row;
	}
	 .elementor-addons-case-study .case-study-column {
		 width: 50%;
	}
}
 .elementor-addons-case-study .case-study-left {
	 padding: 50px 0;
}
 @media (min-width: 1024px) {
	 .elementor-addons-case-study .case-study-left {
		 padding: 80px 44px 80px 0;
	}
}
 @media (min-width: 1024px) {
	 .elementor-addons-case-study.layout-image-left .case-study-left {
		 order: 2;
		 padding: 80px 0 80px 44px;
	}
	 .elementor-addons-case-study.layout-image-left .case-study-right {
		 order: 1;
	}
	 .elementor-addons-case-study.layout-image-left .case-study-right--image-wrapper {
		 margin-left: 0;
	}
	 .elementor-addons-case-study.layout-image-left .case-study-right--image-wrapper .case-study-right--image {
		 float: right;
	}
}
 @media (min-width: 1024px) {
	 .elementor-addons-case-study.layout-image-right .case-study-left {
		 order: 1;
	}
	 .elementor-addons-case-study.layout-image-right .case-study-right {
		 order: 2;
	}
	 .elementor-addons-case-study.layout-image-right .case-study-left--overlay-wrapper {
		 margin-left: 0;
	}
	 .elementor-addons-case-study.layout-image-right .case-study-left--overlay-wrapper .case-study-left--overlay {
		 float: right;
	}
}
 .case-study-left {
	 position: relative;
}
 .case-study--badge {
	 display: inline-flex;
	 padding: 1px 8px;
	 background: linear-gradient(135deg, rgba(172, 50, 228, 0.2) 0%, rgba(72, 1, 255, 0.2) 100%);
	 border-radius: 16px;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 22px;
	 text-align: center;
	 letter-spacing: 0.03em;
	 color: #1e2731;
	 margin-bottom: 22px;
}
 @media (min-width: 1024px) {
	 .case-study--badge {
		 margin-bottom: 38px;
	}
}
 .case-study--title {
	 font-family: Inter, sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 31px;
	 line-height: 40px;
	 color: #000;
	 margin-bottom: 30px;
}
 .case-study--content {
	 font-family: Inter, sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 20px;
	 line-height: 28px;
	 color: #646b72;
	 margin-bottom: 30px;
}
 .case-study--content p:last-child {
	 margin-bottom: 0;
}
 .case-study--tabs-nav {
	 margin-bottom: 25px;
}
 .case-study--tabs-nav ul {
	 list-style: none;
	 margin: -8px;
	 padding: 0;
	 display: flex;
	 flex-wrap: wrap;
}
 .case-study--tabs-nav li {
	 padding: 8px;
}
 .case-study--tabs-nav a {
	 position: relative;
	 font-weight: 400;
	 font-size: 15px;
	 line-height: 24px;
	 display: flex;
	 align-items: center;
	 text-align: center;
	 letter-spacing: 0.15px;
	 color: #646b72;
	 padding: 8px;
	 transition: all 0.3s ease-out;
}
 .case-study--tabs-nav a:hover {
	 color: #092dc5;
}
 .case-study--tabs-nav a:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 height: 4px;
	 background-color: #092dc5;
	 border-radius: 4px 4px 0px 0px;
	 opacity: 0;
}
 .case-study--tabs-nav a.active {
	 color: #092dc5;
}
 .case-study--tabs-nav a.active:before {
	 opacity: 1;
}
 .case-study-tab-content {
	 display: none;
	 font-family: Inter, sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 20px;
	 line-height: 28px;
	 color: #646b72;
	 animation: tabFadeEffect 1s;
}
 .case-study-tab-content p:last-child {
	 margin-bottom: 0;
}
 @keyframes tabFadeEffect {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 .case-study-left--overlay-wrapper {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 backface-visibility: hidden;
	 z-index: -5;
	 width: 100vw;
	 transform: translateX(-50%);
	 margin-left: 50%;
}
 @media (min-width: 1024px) {
	 .case-study-left--overlay-wrapper {
		 width: 100%;
		 transform: none;
		 margin-left: 0;
	}
	 .case-study-left--overlay-wrapper.left {
		 margin-left: 0;
	}
	 .case-study-left--overlay-wrapper.left .case-study-left--overlay {
		 float: right;
	}
}
 .case-study-left--overlay {
	 width: 100vw;
	 height: 100%;
	 background: linear-gradient(135deg, rgba(33, 179, 253, 0.1) 0%, rgba(69, 33, 253, 0.1) 100%), #fff;
}
 @media (min-width: 1024px) {
	 .case-study-left--overlay {
		 width: 50vw;
	}
}
 .case-study-right--image-wrapper {
	 width: 100vw;
	 height: 100%;
	 transform: translateX(-50%);
	 margin-left: 50%;
}
 @media (min-width: 1024px) {
	 .case-study-right--image-wrapper {
		 width: 100%;
		 transform: none;
		 margin-left: 0;
	}
	 .case-study-right--image-wrapper.left {
		 margin-left: 0;
	}
	 .case-study-right--image-wrapper.left .case-study-right--image {
		 float: right;
	}
}
 .case-study-right--image {
	 width: 100vw;
	 height: 350px;
}
 @media (min-width: 1024px) {
	 .case-study-right--image {
		 width: 50vw;
		 height: 500px;
	}
	 .case-study-right--image img {
		 height: 100%;
	 }
}
 .case-study-right--image img {
	 width: 100%;
	 object-fit: cover;
}
 .case-study-left--shape-1 {
	 position: absolute;
	 bottom: 80px;
	 left: -48px;
	 transform: translateX(-100%);
	 z-index: -1;
	 display: none;
}
 @media (min-width: 1024px) {
	 .case-study-left--shape-1 {
		 display: block;
	}
}
 .case-study-left--shape-2 {
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
 @media (min-width: 1024px) {
	 .case-study-left--shape-2 {
		 top: 45px;
		 right: -10px;
	}
}
 .case-study-left--shape-3 {
	 position: absolute;
	 bottom: -32px;
	 right: 0;
	 z-index: 1;
}
 @media (min-width: 1024px) {
	 .case-study-left--shape-3 {
		 top: 72px;
		 right: 0;
		 z-index: 0;
	}
}
 

.case-study-right--image-wrapper{
	position: relative;
}

body .custom-model-wrap .form-wrap{position: relative;top:unset;bottom: unset;right: unset;
	left: unset;}

.case-study-right--image-wrapper .form-wrap{
	margin: auto;
  	position: absolute;
  	top: 0; left: 70px; bottom: 0; right: 0px;
  	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 991px){
	body .case-study-right--image-wrapper .form-wrap{
		left:10px;right:10px;
	}
}

.form-wrap .wpforms-field-container,
.form-wrap form.hs-form{
	display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.form-wrap .wpforms-field-container .wpforms-field-medium{
	max-width: 100% !important;
	background: #FFFFFF;
    border: 1px solid #DEDFE1;
    border-radius: 4px !important;
    min-height: 48px;
    font-weight: 400;
	font-size: 15px !important;
}
@media screen and (min-width:991px) {
	.form-wrap div.wpforms-container-full .wpforms-form .wpforms-field,
	.form-wrap .hs-form-field{
		flex-basis:calc(50% - 9px);
	}
}
.zindex.global_zindex .elementor-element{
	z-index: 9999999;
}
.custom-model-wrap.image_on_back{
	margin-top: 35px;
}
@media screen and (max-width: 768px) {
	body .custom-model-wrap.image_on_back{
		margin-top: 15px;
	}
	body .custom-model-inner.model-open{
		min-width: 100% !important;
		left: unset !important;
	}
}
.custom-model-inner.model-open{
	left: calc(50% - 300px);
	top: 0;
	position: fixed !important;
}

body .form-wrap form .wpforms-submit-container button[type=submit],
body .form-wrap form input[type=submit]
{
	background: #D3E2F8;
	mix-blend-mode: normal;
	border-radius: 4px;
	color: #092DC5;
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	text-transform: uppercase;
	width: 100%;
	border-color: transparent;
	padding: 10px 15px;
}

body .form-wrap form .wpforms-submit-container button[type=submit]:hover,
body .form-wrap form input[type=submit]:hover{
    background: linear-gradient(135deg,#21b3fd 0%,#4521fd 100%);
    color:#fff;
    border-color: transparent;
}
.form-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 22px 0 0 0;
}
.form-wrap div.wpforms-container-full, .hbspt-form {
    margin-bottom: 9px;
}

.form-wrap form .wpforms-field {
    padding: 3px 0 !important;
	width: 100% !important;
}
.form-wrap .el_image_heading{
	font-weight: 400;
	line-height: 110%;
}
.form-wrap .el_image_description p, .form-wrap .el_image_description a{
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0.03em;
	background: linear-gradient(135deg, #21B3FD 0%, #4521FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-top: 8px;
}
.form-wrap.dark .inner-white-for-dark, .pop-up-content-wrap .form-wrap.dark,
.pop-up-content-wrap .form-wrap.white{
	background: #fff;
	border-radius:6px;
	padding: 35px 60px;
	color:#000;
}
@media screen and (max-width: 768px) {
	body .form-wrap.dark .inner-white-for-dark, body .pop-up-content-wrap .form-wrap.dark, body .pop-up-content-wrap .form-wrap.white{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (min-width: 768px) {
	.custom-model-wrap.image_on_back .form-wrap.dark,
	.custom-model-wrap.image_on_back .form-wrap.white{
		padding-top: 240px !important;
	}
}

.form-wrap.white{
	color:#000;
}
@media screen and (min-width: 1024px) {
	.case-study-right--image-wrapper.dark .case-study-right--image, .case-study-right--image-wrapper.white .case-study-right--image {
		min-height: 700px !important;
	}
}
@media screen and (max-width: 1024px) {
	.case-study-right--image-wrapper.dark .case-study-right--image, .case-study-right--image-wrapper.white .case-study-right--image {
		min-height: 400px !important;
		height: 400px !important;
	}
}
.form-wrap .el_aftertext {
	font-size: 13px;
	line-height: 185%;
	letter-spacing: 0.15px;
}

/* popup */
.click-here{
	cursor: pointer;
}
.custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; /* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}
.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	margin: 30px auto;
	max-width: 97%;
}
.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}
.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
.close-btn {
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}
@media screen and (max-width:799px){
	.custom-model-inner{margin-top: 45px;}
}
body .form-wrap form  .hs-input{
	background-color: #fff;
	color: #333;
	display: block;
	float: none;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
	max-width: 100% !important;
	border-radius: 4px !important;
	min-height: 48px;
	font-weight: 400;
	font-size: 15px !important;
}
body .form-wrap form .hs_submit{
	width: 100%;
}
.click-here.uppercase{
	margin-top: 20px;
}