.about{
	max-width: 1400px;
	margin: 40px auto;
	position: relative;
	
}
.about-text{
	width: 250px;
	height: 400px;
	margin-left: 0px;
	position: relative;
	}
	
	.color-white{
	   width: 900px;
	   min-height: 850px;
	   
	}
	.color-white h1{
		font-size: 35px;
		color: #212c30;
		font-family: 'dejavu_sansbook';
        font-weight: bold;
		margin-left: 0px;
		margin-top: 10px;
		padding: 15px 0px;
		width: 300px;
	}
	.color-white p{
		font-size: 14px;
    line-height: 25px;
    color: #706974;
    padding: 5px;
    margin-left: -5px;
     font-family: 'dejavu_sansextralight';
     font-weight: bold;
     text-align: justify;
	}
	

	.about-image{
		width: 434px;
		height: 701px;
		margin-right: 40px;
		margin-top: 40px;
		z-index: 9999;
		float: right;
		background-size: cover !important;
		background-position: center center !important;
		z-index: 999;
		background-color: green;
		position: relative;
	}
	
	.image-div-bottom{
		width: 400px;
		height: 665px;
		background-color: #d0d2d1;
		position: absolute;
		top: 0px;
		right:0px;
		z-index: -2
	}
.fa1{
    color: #f6676b;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: -30px;
    right: -30px;
    font-size: 40px;
   
}
.fa2{
    color: #f6676b;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px;
    right: 470px;
    font-size: 40px;
}
.fa3{
    color: #f6676b;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 735px;
    right: 470px;
    font-size: 40px;
}
.about_arrow{
	width: 239px;
	height: 105px;
	top: 670px;
	position: absolute;
	right: 20px;
    background-image: url(../img/icons/bg.png);
   
}
.About_menu{
	width: 1420px;
	height: 50px;
	margin: 340px auto;
}
.About_menu ul{
	list-style: none;
}
.About_menu ul li{
	float: left;
	border-left: 1px solid rgba(255,255,255,0.6);
	text-align: center;
	padding: 3px 15px;
}
.About_menu ul li:first-child{
	border: none;
}
.About_menu ul li a{
	float: left;
	color: #fff;
    font-size: 25px;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
       -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.About_menu ul li a:hover{
	color: #f4656b;
}
@media only screen and (max-width: 1500px){
			.about,.About_menu{
	width: 96%;
}
.image-div-bottom{
	right: 20px;
	top: 20px;
}
.color-white{
	width: 62%;
}
.fa1{
	top: -12px;
    right: -10px;
}
.About_menu {
    height: 50px;
    margin: 240px auto;
}
.About_menu {
    width: 100%;
   
}
}
@media only screen and (max-width: 1400px){

.color-white{
	width: 60%;
}
}
@media only screen and (max-width: 1300px){

.color-white{
	width: 55%;
}
}
@media only screen and (max-width: 1200px){

.color-white{
	width: 53%;
}
.About_menu {
    width: 100%;
   
}
}
@media only screen and (max-width: 1000px){
.about-image,.image-div-bottom,.fa-chevron-down,.about_arrow{
	display: none;
}
.color-white{
	width: 99%;
}
}
@media only screen and (max-width: 700px){
.About_menu{
	    margin: 260px auto;
}
.about{
	    margin: 10px auto;
}
.About_menu ul li a{
	font-size: 17px;
}
}
