.rs-17 .rs-services{
	padding-top: 0;
    padding-bottom: 60px;
}
.rs-17 .rs-services.inner-page{
    padding-bottom: 30px;
	padding-top: 20px;
}

.rs-17 .rs-services .services-row{
	margin-top: 0;
	padding: 0;
	min-height: 296px;
}

.rs-17 .rs-services .services-item{
	position: relative;
    overflow: hidden;
	margin-bottom: 30px;
	height: 296px;
	/*max-width: 255px;*/
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}
.rs-17 .rs-services .services-row .col-xs-12:nth-last-child(2) .services-item{
	margin-bottom: 13px;
}
.rs-17 .rs-services .services-item >a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;

}
.rs-17 .rs-services .services-item--title{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	z-index: 2;
}
.rs-17 .rs-services .services-item--title h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}
.rs-17 .rs-services .services-item--title h3 i{
	padding-left: 12px;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
.rs-17 .rs-services .services-item--img{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
/*.rs-17 .rs-services .services-item .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.rs-17 .rs-services .services-item:hover .overlay {
    opacity: 1;
    background: rgba(0,0,0,.3);
    z-index: 10;
}*/
.rs-17 .rs-services .services-item > a img {
    display: block;
    margin: 0 auto;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.rs-17 .rs-services .services-item .readmore{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px;
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.rs-17 .rs-services .services-item:hover .readmore{
	background: #00A1F6
}

/*.rs-17 .rs-services .services-item:hover .services-item--img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.rs-17 .rs-services .services-item:hover h3 i {
	opacity: 0;
}
.rs-17 .rs-services .services-item:hover h3{
	font-size: 21px;
}*/
.owl-navigation{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-bottom: 30px
}
.owl-navigation a{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px;
	gap: 10px;
	margin-left: 8px;

	width: 56px;
	height: 56px;
	background: #0488CD;
	border-radius: 50%;
}

@media (max-width: 991px){
	.rs-17 .rs-services .services-item--title h3{
		font-size: 16px;
	}
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-services .section-title--text{
		font-size: 28px;
	}
	.rs-17 .rs-services .services-item--title h3{
		font-size: 18px;
	}
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 20px;
	}
	.rs-17 .rs-services .services-item{
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 480px){
	.rs-17 .rs-services .services-item--title h3{
		font-size: 16px;
	}
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 18px;
	}
}