/*******
STYLE ONE
*******/
.display-flex-center {
    display:flex;
    align-items:center;
}
.text_and_image_style_one .min_title {
	color: #002BFF;
	font-size: 16px;
    font-weight: 600;
	margin-bottom:30px;
}
.text_and_image_style_one .main_title {
	color: #000000;
	font-size: 45px;
    font-weight: 600;
    line-height: 55px;
	margin-bottom:30px;
}
.text_and_image_style_one .sub_title {
	color: #000000;
	font-size: 18px;
    font-weight: 400;
	margin-bottom:20px;
	margin-bottom:30px;
}
.text_and_image_style_one  .divider_separator .separator{
	width: 100%;
	display: flex;
	border-top:1px solid rgb(0 0 0 / 9%);
	margin-bottom:30px;
}
.text_and_image_style_one .style_repeater .content_wrap {
	display: flex;
    position: relative;
}
.text_and_image_style_one .style_repeater .content_wrap .container_layout {
	padding: 0px;
	display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
}
.text_and_image_style_one .style_repeater .content_wrap .container_layout .icon{
    border-radius: 50px;
    margin-right: 20px;
}
.text_and_image_style_one .style_repeater .content_wrap .container_layout .icon i{
	font-size: 16px;
}
.text_and_image_style_one .section_two {
	text-align:right;
}
.text_and_image_style_one .style_repeater .content_wrap .container_layout p {
	margin:0px;
}
.text_and_image_style_one .wrap_li_tag {
	margin-bottom:20px;
}
@media (max-width:1024px){
	.text_and_image_style_one .section_two {
		text-align:center;
	}
	.display-flex-center {
		display:block;
		align-items:center;
	}
	.row.text_and_image_style_one {
		--bs-gutter-x: 0rem;
		margin-right: 0px;
		margin-left: 0px;
	}
}


/*******
STYLE TWO
*******/
.textandimage_style_two .textandimage_style_two_text .title_tag {
	margin: 0 0 20px -200px;
}
.textandimage_style_two .textandimage_style_two_text .elementor-button {
	cursor:pointer;
}
@media (max-width:1024px){
	.textandimage_style_two .textandimage_style_two_image {
		margin-bottom:30px;
		text-align:center!important;
	}
	.textandimage_style_two .textandimage_style_two_text .title_tag {
		margin-left:0px!important;
	}
	.textandimage_style_two .textandimage_style_two_text .title_tag{
		margin: 0 0 40px 0px!important;
		padding-right: 0px;
	}
}

/*******
STYLE FOUR
*******/
.textandimage_style_four .image_content_wrap {
	position: relative;
}
.textandimage_style_four .image_content_wrap:before {
	background-color: #cdd5c2;
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:9px;
    transition-duration: inherit;
}
.textandimage_style_four .image_content_wrap .image_wrap {
	padding: 80px 40px;
	position: relative;
    flex: 1;
    max-width: 100%;
}
.textandimage_style_four .image_content_wrap .image_wrap img {
    margin: 0 auto 0 -138px;
	overflow: hidden;
	object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	border-color: #ffffff!important;
    stroke: #ffffff;
	border-width: 8px!important;
	border-style: solid!important;
}
.textandimage_style_four .content_wrap {
	padding-right: 107px;
}
@media (max-width:1024px){
	.textandimage_style_four .image_content_wrap .image_wrap img {
		margin-top: -138px;
		margin-left: auto;
	}
	.textandimage_style_four .content_wrap {
		padding-bottom:107px;
		padding-right: 0px;
	}
	.textandimage_style_four .image_content_wrap:before {
		left: 10px;
		right: 10px;
	}
}