.section_padd{
	padding: 95px 0;
}

.mr_5{
	margin-right: 5px;
}

.mr_30{
	margin-right: 30px;
}

.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_60{
	margin-top: 60px;
}
.mb_60{
	margin-bottom: 60px;
}

.mr_15{
	margin-right: 15px;
}

.ml_15{
	margin-left: 15px;
}

.ml_10{
	margin-left: 10px;
}

.theme_bg{
	background-color: #228aff;
	color: #fff !important;
}

.button.theme_bg:hover{
	color: #228aff !important;
}

.theme_text{
	color: #228aff;
}

.button{
	text-align: center;
	border: 2px solid #228aff;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.3s;
	color: #228aff;
	padding: 10px 32px;
	letter-spacing: 1px;
}
.button:hover{
	background-color: transparent;
	color: #228aff;
}

.button.button_outline:hover{
	background-color: #228aff;
	color: #fff;
}

.z_index_1{
	z-index: 1;
}