.services-content-05 {
	min-height: 245px;
}

.feature-one {
	position: relative;
	display: block;
	z-index: 2;
}

.feature-one__shape-1 {
	position: absolute;
	bottom: 185px;
	right: 34px;
	opacity: 0.08;
	z-index: -1;
}

.feature-one__shape-1 img {
	width: auto;
}

.feature-one__single-one {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.feature-one__single-one-inner {
	position: relative;
	display: block;
}

.feature-one__single-one-content {
	position: relative;
	display: block;
	background-color: #12132C;
	padding: 50px 50px 76px;
	z-index: 1;
}

.feature-one__single-one-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.feature-one__single-one-icon {
	position: relative;
	display: inline-block;
}

.feature-one__single-one-icon span {
	font-size: 64px;
	color: var(--austry-white);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature-one__single-one:hover .feature-one__single-one-icon span {
	transform: scale(.9);
}

.feature-one__single-one-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: var(--austry-letter-spacing);
	margin-top: 17px;
	margin-bottom: 24px;
}

.feature-one__single-one-title a {
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.feature-one__single-one-title a:hover {
	color: var(--austry-black);
}

.feature-one__single-one-text {
	color: #ffffff;
}

.feature-one__single-one-btn-box {
	position: relative;
	display: block;
	text-align: right;
}

.feature-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.feature-one__content {
	position: relative;
	display: block;
	background-color: var(--austry-black);
	padding: 44px 40px 97px;
	overflow: hidden;
	z-index: 1;
}

.feature-one__content-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.feature-one__single:hover .feature-one__content-bg {
	transform: scale(1.05);
}


.feature-one__content-bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgb(18 19 44 / 80%);
}


.feature-one__icon {
	position: relative;
	display: block;
}

.feature-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--austry-base);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
	transform: scale(.9);
}

.feature-one__title {
	font-size: 32px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 18px;
}

.feature-one__title a {
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__title a:hover {
	color: var(--austry-base);
}

.feature-one__text {
	color: #ffffff;
	opacity: .90;
}



/*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/
.project-four {
	position: relative;
	display: block;
	padding: 275px 0 167px;
	margin-top: -185px;
	z-index: 1;
}

.project-four__bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 780px;
	background-color: var(--austry-black);
	z-index: -1;
}

.project-four__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.project-four__bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgb(18 19 44 / 80%);
}

.project-four .container {
	max-width: 1720px;
}

.services-content-05 .icon h4 {
	font-size: 22px;
}

.services-active-quality {
	margin:0 -15px;
}

.services-active-quality .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	line-height: 1;
}
.services-active-quality .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active-quality .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 10px;
	width: 10px;
	background: #12132C;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
	background: #cccccc;
}
.services-active-quality .slick-dots li.slick-active button {
	width: 10px;
	background: #ffffff;
}
.services-active-quality .slick-track {
	padding-bottom: 10px;
}