***/

.services-section{
	position: relative;
}

.services-section .upper-box{
	position: relative;
	padding: 85px 0 270px;
}

.services-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .85;
}

.services-section .services-box{
	position: relative;
	margin-top: -270px;
	padding-bottom: 100px;
}

.services-section .services-box .auto-container{
	padding: 0;
}

.services-carousel{
	position: relative;
	padding-bottom: 75px;
}

.service-block{
	position: relative;
	padding: 0 15px 15px;
}

.service-block .inner-box{
	position: relative;
}

.service-block .image-box{
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	background-color: #222222;
	margin-bottom: 0;
	overflow: hidden;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .image-box .image img{
	opacity: .70;
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}

.service-block .lower-content{
	position: relative;
	padding: 35px 25px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover{
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 18px;
}

.service-block .lower-content h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover{
	color: #ffad00;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 27px;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .link-box a i{
	margin-left: 5px;
}

.service-block .lower-content .link-box a:hover{
	color: #ffad00;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 16px;
	width: 4px;
	margin: 0 5px;
	background-color: #b6b6b6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	height: 30px;
	margin-bottom: 0;
	background-color: #ff8a00;
}
