.section_padd{
	padding: 120px 0;
}

.buttan {
    padding: 0px 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #1a9cf5;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    height: 49px;
    line-height: 49px;
}

.bg_color {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	/* z-index: 5; */
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.mr_5{
	margin-right: 5px;
}

.mb_10{
	margin-bottom: 10px;
}

.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mr_10{
	margin-right: 10px;
}
.mr_15{
	margin-right: 15px;
}
.mb_15{
	margin-bottom: 15px;
}
.mt_15{
	margin-top: 15px;
}
.mb_20{
	margin-bottom: 20px;
}
.mt_20{
	margin-top: 20px;
}
.mb_25{
	margin-bottom: 25px;
}
.mt_25{
	margin-top: 25px;
}
.mb_30{
	margin-bottom: 30px;
}
.mt_30{
	margin-top: 30px;
}
.mb_35{
	margin-bottom: 35px;
}
.mt_40{
	margin-top: 40px;
}
.mb_40{
	margin-bottom: 40px;
}
.mt_50{
	margin-top: 50px;
}
.mt_55{
	margin-top: 55px;
}
.mt_60{
	margin-top: 60px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_100 {
    margin-top: 100px;
}
.mt_110 {
	margin-top: 110px;
}
.mt_130 {
    margin-top: 130px;
}
.mb_60{
	margin-bottom: 60px;
}

.mr_15{
	margin-right: 15px;
}
.ml_15{
	margin-left: 15px;
}

.ml_10{
	margin-left: 10px;
}

.mr_40{
	margin-right: 40px;
}

.z_index_1{
	z-index: 1;
}