.section_padd{
	padding: 60px 0;
}

.section_padd.pt_120{
	padding: 120px 0 60px;
}

.section_padd.border_top{
	position: relative;
}

.section_padd.border_top::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 60px;
	left: 50%;
	top: -30px;
	background-color: #e20341;
}

.mr_5{
	margin-right: 5px;
}

.mb_10{
	margin-bottom: 10px;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.ml_10{
	margin-left: 10px;
}

.pr_30{
	padding-right: 30px;
}

.pl_30{
	padding-left: 30px;
}

.pl_90{
	padding-left: 90px;
}

.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;
}
.ml_30{
	margin-left: 30px;
}
.mt_20{
	margin-top: 20px;
}
.mb_25{
	margin-bottom: 25px;
}
.mt_25{
	margin-top: 25px;
}
.ml_30{
	margin-left: 30px;
}
.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-image: linear-gradient(90deg, rgba(232,3,68,1) 0%, rgba(219,3,62,1) 64%, rgba(183,3,44,1) 100%);
  color: #fff !important;
  box-shadow: 0px 0px 20px #f3cbcb;
}
.button.theme_bg{
	border: none !important;
  	line-height: 42px;

}

.theme_text{
	color: #e10341;
}

.button{
	padding: 0 20px;
	border-radius: 21px;
	text-align: center;
	border: 2px solid #e20341;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s;
	height: 42px;
	line-height: 40px;
	color: #e20341;
	letter-spacing: 2px;
}

.button:hover{
	background-color: #e20341;
	color: #fff;
	border-color: transparent;
	box-shadow: 0px 0px 5px 0px #ff467e;
}
.box_shadow{
	box-shadow: 8.03px 8.918px 24px 0px rgba(221, 3, 63, 0.1);
}

.primary_color{
	color: #737373;
}