.section_padd{
	padding: 120px 0;
}

.mr_5{
	margin-right: 5px;
}

.mb_10{
	margin-bottom: 10px;
}
.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_60{
	margin-top: 60px;
}
.mb_60{
	margin-bottom: 60px;
}

.mr_15{
	margin-right: 15px;
}
.ml_15{
	margin-left: 15px;
}

.theme_bg{
	background-color: #1576CA;
	border-color: transparent !important;
	color: #fff !important;
}

.home_2 .theme_bg{
	background-color: #24aff4;
}

.theme_text{
	color: #1576CA;
}
.button{
	border-radius: 10px;
	text-align: center;
	border: 2px solid #1576CA;
	line-height: 50px;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	transition: 0.3s;
	width: 170px;
	height: 55px;
	color: #333b55;
}

.home_2 .button{
	border-color: #24aff4;
}

.home_2 .button img{
	min-height: 55px;
}

.button:hover{
	background-color: #1576CA;
	color: #fff;
	border-color: transparent;
	box-shadow: 0px 0px 5px 0px #1576CA;
}
.home_2 .button:hover{
	background-color: #007dbf;
	box-shadow: 0px 0px 5px 0px #0f9ce4;
}

.border-none{
	border: none;
}

.z_index_1{
	z-index: 1;
}