.about_bg{
	padding-bottom: 45%;
	background: url("../images/about_bg1.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
    min-height: 500px;
    box-sizing: border-box;
    overflow: hidden;

}
.about_con{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_cc{
	display: flex;
	
	flex-direction: column;
    align-items: center;

}
.abhout_cc_title1{
	font-size: 74px;
	color: #fff;
	
	font-weight: bold;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more_btns{
    display: flex;
    width: 200px;
    align-items: center;
    background: #ff8201 !important;
    margin-top: 3%;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    height: 54px;
    border-radius: 27px;
    transition: transform linear .5s;
    text-transform: uppercase;
}
.abhout_cc_con P{
	color: #fff;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	margin-bottom: 10px;
	text-align: center;
}
.more_btns:hover{
    transform: translateY(-10px);
}
.curve_wrap{
	width: 100%;
	z-index: 2;
	position: absolute;
    left:0;
    bottom:0px;
    z-index: 2;
}
@media screen and (max-width: 1600px) {
    .abhout_cc_title1{
        font-size: 60px;
        height: 120px;
    }
    .abhout_cc_con P{
       
        font-size: 16px;
       
        line-height: 1.8;
       
    }
    .more_btns{
        
        width: 180px;
       
       
        height: 50px;
        border-radius: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .abhout_cc_title1{
        font-size: 50px;
        height: 100px;
    }
    .abhout_cc_con P{
       
        font-size: 14px;
       
        line-height: 1.6;
       
    }
    .more_btns{
        
        width: 160px;
       
       
        height: 46px;
        border-radius: 23px;
    }
}
@media screen and (max-width: 1000px) {
    .abhout_cc_title1{
        font-size: 40px;
        height: 80px;
    }
    .abhout_cc_con P{
       
        font-size: 12px;
       
        
    }
    .more_btns{
        
        width: 140px;
       
       
        height: 42px;
        border-radius: 21px;
    }
}