.sphomepage-slider {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	text-align: right;
	margin-bottom: 0;
}
.lang-rtl .sphomepage-slider{
	text-align: left;
}
.sphomeslider-description{
	position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.lang-rtl .sphomeslider-description{
	left: auto;
	right: 5%;
}
.sphomeslider-description .sphs_textbox{
	text-align: left;
}
.lang-rtl .sphomeslider-description .sphs_textbox{
	text-align: right;
}
.sphomeslider-description .sphs_title{
	font-weight: 600;
	font-size: 100px;
	color: #111;
	max-width: 600px;
    line-height: 1;
}
.sphomeslider-description .sphs_sub_title{
	color: #999;
	font-size: 30px;
}
.sphomeslider-description .sphs_btn{
	min-width: 200px;
    height: 70px;
    background: #910707;
    text-align: center;
	cursor: pointer;
	text-decoration: none;
    color: #fff !important;
    line-height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
	font-weight: 600;
}
.sphomepage-slider .owl-carousel .owl-nav{
	position: absolute;
    bottom: 10px;
    left: calc(25% + 10px);
}
.lang-rtl .sphomepage-slider .owl-carousel .owl-nav{
	left: auto;
	right: calc(25% + 10px);
}
.sphomepage-slider .owl-carousel .owl-nav > button{
	position: static;
	box-shadow: none;
}
.sphomepage-slider .owl-carousel .owl-nav > button.owl-prev{
	margin-right: 2px;
}
.lang-rtl .sphomepage-slider .owl-carousel .owl-nav > button.owl-prev{
	margin-right: 0;
	margin-left: 2px;
	float: right;
} 