.text_with_slider_container {
	overflow: hidden;
}

.text_with_slider_text_col_container {
	padding: 0 !important;
	overflow: hidden;
}

.text_with_slider_container h2 {
	color: var(--FC-Color-Blue) !important;
	padding-bottom: 15px;
}

.text_with_slider_text_col {
	padding: 0;
	padding-top: 50px;
}

.text_with_slider_text_container {
	padding: 0;
}

.text_with_slider_text_wrapper {
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 200px;
}

.text_with_slider_text_wrapper .col-md-6 {
	display:flex;
	flex-direction: column;
	gap:25px;
}

.cutImageLeft .text_with_slider_image_col {
	position: absolute !important;
	left: 0;
	height: 100%;
	clip-path: polygon(0 0, 40% 0, 55% 100%, 0 100%) !important;	
	padding: 0;
}

.text_with_slider_image_wrapper {
	height: 100%;
	display: flex;
	justify-content: right;
	pointer-events: none;
	background-color: #FFF;
}

.text_with_slider_image_wrapper .swiper-slide {
	display: flex;
}

.cutImageLeft .text_with_slider_image_col img {
	height: 100%;
/* 	width: 100%; */
	min-width: 70%;
	left: 0 !important;
	margin: 0px !important;
	/* margin-right: 0; */
	object-fit: cover;
}



@media screen and (max-width: 1399px) {
	.text_with_slider_image_col {
		clip-path: polygon(67% 0, 100% 0, 100% 100%, 38% 100%);
	}
}

@media screen and (max-width: 1199px) {
	
	.text_with_slider_text_wrapper {
		padding-right: 100px;
	}
	
	.text_with_slider_image_col {
		clip-path: polygon(71% 0, 100% 0, 100% 100%, 38% 100%);
	}
}


@media screen and (max-width: 991px) {
	
	.text_with_slider_text_wrapper {
		padding-right: 0;
	}
	
	.text_with_slider_image_col img {
		min-width: 100%;
	}
	
	.text_with_slider_image_wrapper {
		background-color: none;
	}
	
	
	.text_with_slider_image_col {
		clip-path: unset !important;
		z-index: 0;
	}
	
	.text_with_slider_image_col img {
		opacity: .15;
	}
	.cutImageLeft .text_with_slider_image_col img {
		width: 100%;
	}
	.cutImageLeft .text_with_slider_image_col{
		clip-path: unset !important;
	}
}



@media screen and (max-width: 575px) {
	
	.text_with_slider_text_col {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.text_with_slider_container h2 {
		text-align: center;
	}
}




.logo_banner_text{
	padding: 8px;
}

@media screen and (max-width: 991.98px){
	.logo_banner_text{
		width: 100% !important;
	}
}























.whiteStyles h2,
.whiteStyles p{
	color: var(--FC-white) !important;
}

.whiteStyles .logo_banner_text{
	background-color: var(--FC-white) !important;
	color: var(--FC-Color-Blue) !important;
}

@media screen and (max-width: 991.98px){
	.whiteStyles h2,
	.whiteStyles p{
		color: var(--FC-Color-Blue) !important;
	}
	.whiteStyles .logo_banner_text{
		background-color: var(--FC-Color-Blue) !important;
		color: var(--FC-white) !important;
		width: 100% !important;
	}
}