@charset "utf-8";
/* CSS Document */

.aboutindexv{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	margin-top: 0px;
	padding-top: 50px;
	box-sizing:content-box;
	position: relative
}


.aboutindexright{
	width: 47%;
		box-sizing:content-box;

	height: 650px;
	float:left;
	position: relative;
	padding-top: 12px;
	
	margin-top: 20px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	border-radius: 10px;
	margin-left: 5%;
	margin-right: 5%;
}

.aboutindexleft{
	width:36%;
	padding-right: 2%;
			padding-left: 2%;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 20px;
	background-color: #ffffff;
		box-sizing:content-box;

}
.aboutindexright .img2{
	width: 48%;
	height: 500px;
	z-index: 4;
	position: absolute;
	bottom: 0%;
	left:0.5%;
	 outline: rgba(240,240,240,0.86) 1px solid ;
  outline-offset: -20px;
}
.aboutindexright .img1{
	width: 48%;
	height: 500px;
	z-index: 4;
	position: absolute;
	bottom: 3%;
	right:0.5%;
	 outline: rgba(240,240,240,0.86) 1px solid ;
  outline-offset: -20px;
}

.aboutindexleft h2{
	 font-size: 15px;
    line-height: 16px;
    font-family: "cairo", sans-serif;
    font-weight: 100;
    color: #7c8087;
    text-align: right;
    text-transform: uppercase;
	direction: rtl
	
}

.aboutindexleft h3{
	font-size: 25px;
    line-height: 25px;
    font-family: 'cairo', sans-serif;
    font-weight: 400;
    color: #091c3a;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 20px;
	direction: rtl

}
.aboutindexleft h3 span{
	color: #091c3a;
font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	direction: rtl
}


@media screen and (max-width: 768px) {

	.aboutindexv{
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: auto;
	margin-top: 0px;
	
	margin-bottom: 70px;
	padding-top: 50px
}
	.aboutindexleft h2{
	 
    text-align: center;
		width: 100%
	;
}

.aboutindexleft h3{
    text-align: center;

}
	.aboutindexleft{
	width:98%;
	margin-right: 1%;
		margin-left: 0%;
	height: auto;
	float: none;
	text-align: center;
	padding-top: 0px;
		min-height: 250px
}
	.aboutindexright{
	width: 98%;
	margin-right: 1%;
		margin-left: 1%;
	height: auto;
	float: none;
	position: relative;
	padding-top: 20px;
		
		min-height: 270px
}

	
	.aboutindexleft h3{
	font-size: 25px;
	font-weight: 400;
	line-height: 30px
}
.aboutindexleft h1{
	font-size: 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #000000
}
	.aboutindexright .img1{
	width: 48%;
	height: 250px;
	z-index: 4;
	position: absolute;
	bottom: 10%;
	left:0.5%;
	 outline: rgba(240,240,240,0.86) 1px solid ;
  outline-offset: -20px;
}
.aboutindexright .img2{
	width: 48%;
	height: 250px;
	z-index: 4;
	position: absolute;
	bottom: 6%;
	right:0.5%;
	 outline: rgba(240,240,240,0.86) 1px solid ;
  outline-offset: -20px;
}
}