@import url('splide.min.css');
.splide__arrows {
    /*display: none;*/
}
.splide__arrow {
    background: transparent;
}
.splide__arrow svg {
    width: 2.2em;
    height: 3.2em;
    opacity: 0.5;
}
.slide_img {
   /* width: 100%;*/
}
.main_sliders li {
    position: relative;
}
.splide__slide .container {
	position: relative;
	padding: 60px 40px;
}
.slide_img {    
    background-repeat: no-repeat;
    background-size: cover;
	height: 515px;
	width: 100%;
	max-width: 830px;
}
.slider_new {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #0E95CB;
    margin-bottom: 5px;
	border-radius: 5px;
	font-family: Tactic Round;
}
.slider_h1 {
    color: #000;
    font-weight: 900;
    font-size: 70px;
    text-transform: uppercase;
    max-width: 600px;
    margin-bottom: 15px;
    line-height: 90px;
}
.slider_h2 {
    color: #231F20;
    font-weight: 400;
    max-width: 380px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}
.slider_button {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background: #231F20;
    border-radius: 10px;
    font-size: 13px;
    display: inline-block;
    transition: color 0.3s;
}
.slider_button:hover {
    color: #DB9F1C;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0;
    margin-bottom: 0px;
}
.splide__pagination {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.splide__pagination__page {
	width: 34px;
	height: 8px;
	border-radius: 0;
	margin-right: 15px;
	opacity: 1 !important;
	background: transparent;
	border: 2px solid #DB9F1C;
}
.splide__pagination__page.is-active {
    background: #DA9E1C;
    transform: scale(1);
}