/*---------------------------------------------------*/
/*	05) AALI ABOUT
/*---------------------------------------------------*/

.aali_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 170px 0px 170px 0px;
}
.aali_tm_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}
.aali_tm_about .left{
	width: 31%;
}
.aali_tm_about .left .image{
	position: relative;
	margin-left: 160px;
}
.aali_tm_about .left .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.aali_tm_about .left .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	z-index: 1;
}
.aali_tm_about .square{
	position: absolute;
	width: 270px;
	height: 270px;
	background-color: #ea4343;
	bottom: -80px;
	left: -65px;
	z-index: 0;
}
.aali_tm_about .border{
	position: absolute;
	width: 1000px;
	height: 300px;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: -50px;
	z-index: 2;
}
.aali_tm_about .border .in{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
}
.aali_tm_about .center{
	width: 44%;
	padding: 0px 100px 0px 140px;
}
.aali_tm_about .center .title{
	width: 100%;
	float: left;
	margin-bottom: 34px;
}
.aali_tm_about .center .small{
	font-family: "Josefin Sans";
	font-size: 24px;
	font-weight: 700;
	color: #ea4343;
	letter-spacing: -.2px;
	display: inline-block;
	margin-bottom: 6px;
}
.aali_tm_about .center h3{
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -.2px;
}
.aali_tm_about .center h3 span{
	color: #ea4343;
}
.aali_tm_about .center .subtitle{
	font-family: "Josefin Sans";
	font-size: 36px;
	font-weight: 700;
	color: #15111e;
	letter-spacing: -.2px;
	display: inline-block;
	margin-top: 18px;
}
.aali_tm_about .text{
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
.aali_tm_about .text p{
	margin-bottom: 31px;
}
.aali_tm_about .right{
	width: 25%;
	position: relative;
	top: 290px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	z-index: 2;
}
.aali_tm_about .right .image{
	position: relative;
	margin-right: 70px;
}
.aali_tm_about .right .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.aali_tm_about .right .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	z-index: 1;
}
.aali_tm_about .right .square{
	width: 1000px;
	height: 390px;
	background-color: #ea4343;
	position: absolute;
	left: 100%;
	margin-left: -200px;
	top: -100px;
}
