
.btn-style-three{
	background-color: black;
}

.btn-style-three:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color:var(--black-color);
}


.slider-three_heading, .slider-three_title {
    font-size:60px;
}

.counter-block_three-text{
    text-transform: none;
}

.service-block_three-icon {
    background-color: white;
    border:1px solid #eeeeee;
}