.list-wrapper {
	padding: 0px;
	overflow: hidden;
}

.list-item {
	
}



.simple-pagination ul {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
	margin-top:20px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #000;
	padding:5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #eee;
	border-radius:100%; 
}

.simple-pagination .current {
	color: #FFF;
	background-color: #ea1d1d;
	border-color: #d02323;padding:5px 10px;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #b71a1a;
}
 .register__text--strong {
    font-size: 30px;
   
    font-weight: 600;
	 color: #bf1410;
}
.register__text {
    font-size: 14px;
	font-weight: 400;
    color: #212529;
	margin-top:0;
	text-align:left;
}
.offer {
    background-attachment: fixed;
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.offer:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(151, 9, 25, 0.48) 6%, rgba(0, 0, 0, 0.3) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
	
}

.offer-l {
    padding: 60px 0px 190px 30px;
    text-align: center;
}
.ol-4 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    display: block;
    line-height: 46px;
    padding-top: 30px;
    text-transform: uppercase;
	z-index:99;
	position:absolute;
	text-align:left;
	
} .ol-2{ z-index:99;
	 color:#FFFFFF; position:relative}