  
.text-image-inner .text-image{
	padding: 65px 0;
}
.text-image-inner .text .text-content p ,
.text-image-inner .text .text-content .text-inner-content{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
}
.text-image-inner .text .text-content .text-inner-content {
    /* transition: max-height 1s ease-out; */
    overflow: hidden;
}
.text-image-inner .text .text-content .text-inner-content.show {
	max-height: 100%!important;
    /* transition: max-height 1s ease-out; */
    overflow: hidden;
}
.expand-text{
	position: relative;
}
.expand-text button {
    border: none;
    background-color: transparent;
    margin-top: 15px;
    color: #00afef;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    cursor: pointer;
    padding: 0;
	position: relative;
}
.expand-text button:after { 
	content: '';
    right: -22px;
    top: 4px;
    position: absolute;
    display: block;
    margin: 2px auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #00AFEF;
    border-left: 2px solid #00AFEF;
    transform: rotate(225deg);
}
.expand-text button.read-less:after{
	top: 9px;
    transform: rotate(46deg);
}
.text-image-inner .text-image .text-content .expand-text.shadow:before{
	bottom: 0px;
	display: block;
    content: '';
    /* -webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
    -moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -26px 57px 0px rgb(255 255 255); */
	/* -webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    -moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    box-shadow: inset 0px -26px 57px 0px #f7f9fa; */
    height: 55px;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    transform: translate(0%, -100%);
}
.text-image-inner .text-image:nth-child(odd) .text-content .expand-text.shadow:before{
-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    -moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    box-shadow: inset 0px -26px 57px 0px #f7f9fa;
}
.text-image-inner .text-image:nth-child(even) .text-content .expand-text.shadow:before{
-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
    -moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
}
 .text-image-inner.reverse .text-image:nth-child(odd) .text-content .expand-text.shadow:before{
-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
    -moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
}
.text-image-inner.reverse .text-image:nth-child(even) .text-content .expand-text.shadow:before{
-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    -moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
    box-shadow: inset 0px -26px 57px 0px #f7f9fa;
}
.text-image-inner .text-image .flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-image-inner .text-image .img,
.text-image-inner .text-image .text,
.text-image-inner .text-image .iframe {
    width: 45%;

	justify-content: center;
    height: auto;
}
.text-image-inner .text-image:nth-child(even){
	padding: 55px 0;
}
.text-image-inner .text-image:nth-child(even) > .flex {
	flex-direction: row-reverse;
}
 
 
.text-image-inner .text-image:nth-child(odd){
	background-color: #f7f9fa;
}

.text-image-inner a {
	color: #00AFEF;
	text-decoration: underline;
}

.text-image-inner.reverse .text-image:nth-child(odd){
	background-color: #fff;
}
.text-image-inner.reverse .text-image:nth-child(even){
	background-color: #f7f9fa;
}
/* .text-image-inner .add-read-more.show-less .hidden-text,
.text-image-inner .add-read-more.show-less .read-less {
	display: none;
}

.text-image-inner .add-read-more.show-more .read-more {
	display: none;
} */
/* 
.text-image-inner .add-read-more .read-more,
.text-image-inner .add-read-more .read-less {
	margin-top: 15px;
	color: #00afef;
	cursor: pointer;
	display: table;
	position: relative;
}

.text-image-inner .add-read-more .read-more:hover,
.text-image-inner .add-read-more .read-less:hover {
	color: #5ec8ef;
}

.text-image-inner .add-read-more .read-more:after,
.text-image-inner .add-read-more .read-less:after {
	content: '';
	right: -22px;
	top: 4px;
	position: absolute;
	display: block;
	margin: 2px auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #00AFEF;
	border-left: 2px solid #00AFEF;
	transform: rotate(225deg);
}

.text-image-inner .add-read-more .read-more:hover:after,
.text-image-inner .add-read-more .read-less:hover:after {
	border-top: 2px solid #5ec8ef;
	border-left: 2px solid #5ec8ef;
}

.text-image-inner .add-read-more .read-less:after {
	top: 9px;
	transform: rotate(46deg);
} */
 
.text-image-inner .text-image .text-content {
	position: relative;
	width: 100%;
	justify-content: center;

	justify-content: flex-end;
    height: auto;
}

.text-image-inner .text-image .flex-text { 
	position: relative;
}
.text-image-inner .text-image .text-content:after {
	display: none; 
}

.text-image-inner .text-image .text-content.flex-text:after {
	display: block;
	content: '';
	-webkit-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
	height: 44px;
	/* height: 51px; */
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: 45px;
    transform: translate(0%, -100%);
}

 .text-image-inner .text-image:nth-child(odd) .text-content.flex-text:after {
	-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
	-moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
	box-shadow: inset 0px -26px 57px 0px #f7f9fa;
} 

.text-image-inner .add-read-more {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

/* .text-image-inner.reverse .text-image .text-content.flex-text:after { 
	-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
	-moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
	box-shadow: inset 0px -26px 57px 0px #f7f9fa;

 
} */

.text-image-inner.reverse .text-image:nth-child(odd) .text-content.flex-text:after {
	-webkit-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
}

@media (max-width: 3000px) {
	.text-image-inner .text-image .text-content.flex-text:after {
		display: block;
		content: '';
		-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
		-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
		box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
		height: 44px;
		width: 100%;
		z-index: 100;
		position: absolute;
		bottom: 0;
	}
	.text-image-inner.reverse .text-image .text-content.flex-text:after { 
		-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		-moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		box-shadow: inset 0px -26px 57px 0px #f7f9fa;
	}
}
 

@media (max-width: 800px){
	.text-image-inner .text-image .img, .text-image-inner .text-image .text,
	.text-image-inner .text-image .iframe, .text-image-inner .text-image .iframe iframe {
		width: 100%;
	}
}
@media (max-width: 550px){
	.text-image-inner .text-image  h4 {
		text-transform: capitalize;
		overflow: hidden;
		text-overflow: ellipsis; 
		margin: 0 auto 22px;
		padding-left: 0;
		max-width: 330px;
		display: none;
	}

	.text-image-inner .text-image h4.mobile-only {
		display: block;
	}

	.text-image-inner .text-image:nth-child(even) {
		padding: 32px 0 33px;
	}
	.text-image-inner .text-image { 
		position: relative;
		padding: 32px 0 33px;
	}
	.text-image-inner .text-image .flex,
	.text-image-inner .text-image:nth-child(even) > .flex { 
		max-width: 100%; 
		margin-bottom: 0px; 
	}
	.text-image-inner .text-image:nth-child(even) > .flex {
		flex-direction: row;
	}
	.text-image-inner .text-image .text {
		max-width: 330px;
		width: 100%;
	}
	.text-image-inner .text-image .text-content.flex-text:after {
		display: none;
	}
	.text-image-inner .text-image .text-content.flex-text .add-read-more:after {
		display: block;
		content: '';
		-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
		-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
		box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
		height: 44px;
		height: 50px;
		width: 100%;
		z-index: 100;
		position: absolute;
		bottom: 0; 
		transform: translate(0%, -100%);
		transform: translate(0%, -67%);
	}

	.text-image-inner .text-image:nth-child(odd) .text-content.flex-text .add-read-more:after {
		-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		-moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		box-shadow: inset 0px -26px 57px 0px #f7f9fa;
	}
 
 

	.text-image-inner.reverse .text-image .text-content.flex-text .add-read-more:after { 
	-webkit-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		-moz-box-shadow: inset 0px -15px 10px 0px #f7f9fa;
		box-shadow: inset 0px -26px 57px 0px #f7f9fa;	
	}

	.text-image-inner.reverse .text-image:nth-child(odd) .text-content.flex-text .add-read-more:after {
		-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
		-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
		box-shadow: inset 0px -26px 57px 0px rgb(255 255 255); 
	}

		.text-image-inner .text-image .img {
			height: 100%;
			margin-bottom: 29px!important;
	}
	.text-image-inner .text-image .flex {
		margin-bottom: 0px!important;
	}
 .text-image-inner .text .text-content .add-read-more { 
	line-height: 24px;
	}
	.text-image .img img { 
		height: auto;
	}
}
@media (min-width: 1430px) {

	.text-image-inner .text-image .text-content.flex-text:after { 
		bottom: 0px;
		/* bottom: -6px; */
	} 

}
/* @media (min-width: 1630px){
.text-image-inner .text-image .text-content.flex-text:after {
    bottom: 60px;
}
}
@media (min-width: 1670px){
.text-image-inner .text-image .text-content.flex-text:after {
    bottom: 0px;
}
} */
 