.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo16{
    margin: 100px auto 0;
    width: 1400px;
    max-width: 100%;
    position: relative;
}
#articleInfo16 .lisst16 .slick-dots{
    bottom: auto;
    top: 135px;
    right: 70px;
    display: flex!important;
    justify-content: flex-end;
}
#articleInfo16 .slick-dots li{
    margin: 0 12px;
    display: flex;
}
#articleInfo16 .slick-dots li button:before{
    content: "";
    width: 39px;
    background: #9ebfa3;
    height: 5px;
    top: 10px;
}
#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	margin: 15px 0 30px;
	width: 100%;
	display: flex;
	padding: 0px 0px 60px 0px;
	justify-content: center;
}
#articleInfo16 .item > div {
	width: 40%;
}

#articleInfo16 .item .photo {
	overflow: hidden;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 6;
	width: 200px;
	height: 200px;
	border-radius: 500px;
	left: 59px;
	top: 56px;
}
#articleInfo16 .item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 17px 0 0px 17px;
}
#articleInfo16 .item .info {
	margin: 0 0 0 5%;
	width: 100%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	margin: 0 0;
	padding: 90px 55px 70px 60px;
	background-color: #f9f9f9;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 16px;
	box-shadow: #53565957 -2px 2px 12px 1px;
	margin: 10px 10px;
}

#articleInfo16 .item .info h5 {
	color: #C8B086;
	font-size: 14px;
	font-weight: 300;
}
#articleInfo16 .item .info h3 {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 1.3;
	color: #444444;
	border-bottom: 1px #e1d7c55c solid;
}
#articleInfo16 .item .info h3 , #articleInfo16 .item .info h5{
    margin-left: 245px;
}
#articleInfo16 .item .info article {
	margin: 0 15px;
}
#articleInfo16 .fleembox{
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
#articleInfo16 .item .resBox {
    display: flex;
    margin-top: 0;
    width: 54%;
}
#articleInfo16 .item .resBox.full{
	
width: 100%;
}
#articleInfo16 .item .resBox .text{
    width: 50%;
    margin: 0 7px;
}
#articleInfo16 .item .resBox .text h3{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
    /* background-color: #9ebfa3; */
    color: #2d2d2d;
    font-size: 21px;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    }
#articleInfo16 .item .resBox .text ol li {
    display: flex;
    position: relative;
    padding: 8px 0;
    font-weight: 300;
    font-size: 15px;
}
#articleInfo16 .item .resBox .text ol li:after {
    content: "";
    border-color: #ddd0;
    border-top-style: dotted;
    border-top-width: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
#articleInfo16 .item .resBox .text ol li i{
	align-self: center;
	padding-right: 10px;
	color: #C8B086;
	font-size: 12px;
	}

#articleInfo16 .arrow{
	position: absolute;
	width: 26px;
	height: 26px;
	border: #444141 solid;
	border-width: 3px 0 0 3px;
	display: block;
	top: calc((84% - -54px) / 2);
	left: -45px;
	z-index: 9;
}
#articleInfo16 .arrow.prev {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#articleInfo16 .arrow.next {
    border-width: 3px 3px 0 0;
    right: -45px;
    left: auto;
}
#articleInfo16 .arrow.next {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.text-editor {
    margin: 0;
    padding: 20px;
    display: flex;
    background-color: #FFFFFF;
    background-image: url(/images/42/bg-testimonial.png);
    background-position: 30px 30px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    box-shadow: 0px 8px 27px 0px rgb(132 132 132 / 10%);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    overflow: hidden;
    width: 42%;
    flex-direction: column;
    justify-content: space-between;
}
.text-editor p{margin-bottom: 1.3em;color: #7a7a7a;font-size: 18px;}
.text-editor p .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    width: 120px;
}
#articleInfo16 .item:last-child .info{
    width: 100%;
    margin: 30px 0px 0px 30px;
}
@media screen and (max-width: 1560px) {
	#articleInfo16{
	    margin: 60px auto 0;
	    max-width: 90%;
	}
	.text-editor p{
	    font-size: 16px;
	}
	#articleInfo16 .item .resBox .text ol li{
	    padding: 5px 0;
	}
	#articleInfo16 .item .info h3, #articleInfo16 .item .info h5{}
	#articleInfo16 .item .photo{
    width: 160px;
    height: 160px;
    left: 70px;
    top: 70px;
}
}
@media screen and (max-width: 1024px){
	#articleInfo16 .lisst16 .slick-dots{
	    display: none!important;
	}
	#articleInfo16 .fleembox{
	    display: flex;
	    flex-direction: column;
	}
	#articleInfo16 .item .resBox{
	    width: 100%;
	}
	.text-editor{
		width: 95%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	#articleInfo16 .item .photo {
		max-width: 100%;
		left: 0;
		position: relative;
		width: 278px;
		height: auto;
		top: 0;
		margin-bottom: 30px;
	}
	#articleInfo16 .item .photo {
	height: 276px;
	}
	#articleInfo16 .arrow.prev{
    left: 0;
    top: 150px;
}
	#articleInfo16 .arrow.next{
    top: 150px;
    right: 0;
}
	#articleInfo16 .fleembox{
	    margin-top: 10px;
	}
	#articleInfo16 .item .info {
		margin: 0;
		width: 89%;
		padding: 15px 15px;
	}
	#articleInfo16 .item .info{
    margin: 0px 0px 0px 0px;
    box-shadow: #a2a3a357 -2px 2px 8px 1px;
}
	#articleInfo16 .item:last-child .info{
    margin: 0px 0px 0px 0px;
    width: auto;
}
	#articleInfo16 .item .info h5 ,
	#articleInfo16 .item .info h3, #articleInfo16 .item .info h5{
    margin-left: 0;
}
	#articleInfo16 .item .info h3 {
		padding: 0 0 15px 0%;
		font-size: 1.3em;
		margin-left: 0;
	}
	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0 auto 0 0;
	}
	#articleInfo16 .item,#articleInfo16 .item:nth-child(2n){
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 20px 0px;
    margin: 15px 0 10px;
}
	.text-editor p .alignright{
    float: left;
    margin-left: 0;
    width: 100px;
}
	.text-editor{margin: 10px 0px 0px 0px;padding: 20px 20px 20px 20px;background-position: 5px 5px;width: calc(100% - 40px);}
#articleInfo16 .item .resBox .text ol li{
    font-size: 0.9em;
}
	#articleInfo16 .item .resBox .text h3{font-size: 1em;}
}
@media screen and (max-width: 480px) {
	#articleInfo16 .item > div ,
	#articleInfo16 .item:nth-child(2n) > div {
		float: none;
	}
	#articleInfo16 .item .photo{}
	#articleInfo16 .item .photo {
		position: relative;
	}
	#articleInfo16 .item .resBox{
    display: flex;
    flex-direction: column;
}
	#articleInfo16 .item .resBox .text{
    width: 100%;
    padding-bottom: 20px;
}
	.text-editor p{
    font-size: 0.9em;
    margin-bottom: 0.8em;
}
	#articleInfo16 .item .info h3 {
		font-size: 1.1em;
		padding: 0 0 5px 0%;
		margin-bottom: 10px;
	}
}
