.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;
}

.mr_20 {
	margin-right: 20px;
}

.sub-head {
    color: #ff5400;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    text-transform: capitalize;
}

.head-text {
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    text-transform: capitalize;
}

.sub-head-two {
	font-size: 16px;
	color: #fe5400;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

.head-text-two {
	font-size: 42px;
	font-weight: 700;
	text-transform: capitalize;
}

.make-btn {
    padding: 15px 40px;
    background: #ff5400;
    display: inline-flex;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    text-transform: capitalize;
}

.make-btn i {
    margin-left: 15px;
}

.make-btn::before {
	content: "";
	position: absolute;
	top: -62px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #061738;
	transition: .3s;
}

.make-btn:hover::before {
	top: 0;
}

.make-btn span {
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-size: 16px !important;
}

.orange-color {
	color: #ff5400 !important;
}

@keyframes ripple-1 {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(1.5);
    opacity: 0;
}
}
@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.default-img-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
}