.aboutdiv{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.aboutdiv .about{
	width: 80%;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.aboutdiv .about span{
  background-size:  100% 10%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 0%;
}
.aboutdiv .about .tapered{
  background-image: linear-gradient(179deg,#222 0%, #222 50%,transparent 54%, transparent 100%);
}
.aboutdiv .about h2{
	width: 100%;
	text-align: center;
	color: #222;
	margin-bottom: 20px;
}
.aboutdiv .about p{
	color: #222;
	text-align: justify;
}
.aboutdiv .about ul{
	list-style-type: disc;
}
.aboutdiv .about li{
	font-weight: bolder;
	margin-bottom: 5px;
	list-style-type: circle;
	text-align: justify;
}
.aboutdiv .about .aboutimgdiv{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.aboutdiv .about .aboutimgdiv .aboutimg{
	width: 40%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgleft{
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: -1;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgleft img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgright2{
	background: #f8f9fa;
	position: absolute;
	right: -50px;
	bottom: -50px;
	z-index: -1;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgright2 img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgright{
	background: #f8f9fa;
	display: flex;
	align-items: center;
	width: 250px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	border-top-left-radius: 10px;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgright img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.aboutdiv .about .aboutimgdiv .aboutimg .imgright h5{
	text-align: justify;
}
.aboutdiv .about .aboutimgdiv .aboutimg img{
	width: 90%;
	object-fit: cover;
	height: 600px;
}
.aboutdiv .about .aboutimgdiv .abouttext{
	width: 55%;
}
.fixed-range-div{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	padding: 50px;
	margin-top: 50px;
}
.fixed-range-div .range-div{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fixed-range-div .range-div .range{
	width: 25%;
	text-align: center;
	color: #2e2928;
	padding: 30px;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fixed-range-div .range-div .range label span{
	font-size:40px;
	font-weight: bolder;
}
.fixed-range-div .range-div .range label{
	width: 100%;
	font-size: 20px;
}
.fixed-range-div .range-div .range .range-icon{
	width: 100%;
	margin-bottom: 10px;
	width: 10%;
}
.fixed-range-div .range-div .range .range-icon i{
	transform: scale(3);
	color: #222;
}
.fixed-range-div .range-div .range .range-text{
	width: 90%;
}
.fixed-range-div .range-div .range .range-text label span{
	font-size: 20px;
}
.aboutdiv .about .vizyon{
	width: 100%;
	background: #f5f5f5;
	padding: 7px;
	border-radius: 5px;
}
