
 .services {
	 width: 100%;
	 height: 100vh;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

.slider-mask {
  height: 700px;
  width: 500px;
  position: absolute;
  background: white;
  margin-left: 320px;
}

.circle--slider {
  position: relative;
  width: 600px;
  height: 600px;
  margin-left: 55%;
  margin-bottom: 140px;
}
 .circle--rotate {
	 border-radius: 50%;
	 border: 3px solid  rgba(255,255,255,.4);
	 width: 100%;
	 height: 100%!important;
	 margin: 0 auto 0;
	 position: relative;
	 transform: rotate(0deg);
	 z-index: 0;
	 padding: 0;
}

.circle--rotate.count8 {
  width: 100%;
  height: 100%;
}
 .circle--rotate li {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 display: block;
	 border-radius: 50%;
	 z-index: 10;
	 visibility: hidden;
}
.date-year{
	position: absolute;
	top: -35px;
	font-size: 1.25em;
	color: #828282;
	font-weight: 700;
}
.icon-dot{
	position: absolute;
	top: -20%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: #5D6265;
    transition: .2s;
}
.icon-slider:hover .icon-dot{
	background-color:#fff;
}
.icon-slider:hover .date-year{
	color: #fff;
}
.date-year{
	transition: color .2s;
}
.icon-dot:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #AA222E;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	transition: .2s;
	opacity: 0;
}
.active .icon-dot:before{
	opacity: 1;
}
.active .date-year{
	opacity: 0;
}
.block.active .icon-dot{
	width: 70px;
	height: 70px;
	background: #079DAB;
}
 .circle--rotate li .icon {
	 visibility: visible;
	 cursor: pointer;
	 text-align: center;
	 overflow: hidden;
	 font-size: 20px;
	 color: #fff;
	 border-radius: 50%;
	 height: 10%;
	 width: 155px;
	 margin: -5% auto;
	 transition: all 500ms ease;

}
 .circle--rotate li i {
	 color: #fff;
	 font-size: 24px;
	 margin: auto;
	 cursor: pointer;
	 width: 100%;
	 height: 100%;
	 display: table;
   transform: rotate(90deg);
}
 .circle--rotate li i::before {
	 display: table-cell;
	 vertical-align: middle;
}
 .circle--rotate li img {
	 margin: auto;
   width: 100%;
   height: 100%;
   transform: rotate(90deg);
   border-radius: 50%;
}
 .circle--slider .rotate--circle {
	 height: 100%;
   width: 100%;
}
 .circle--slider .circle--rotate li div {
	 position: relative;
	 overflow: visible;
}
 .circle--slider .circle--rotate li div span {
	 transform: rotate(0deg);
	 transition: all 2s;
	 opacity: 0;
}
/* .circle--slider .circle--rotate li.active div {
	 font-size: 20px;
	 background-color: #654be4;
	 transition: all 1s;
   width: 150px;
   height: 150px;
   margin-top: -75px;
}*/
 .circle--slider .circle--rotate li.active div span {
	 width: 100%;
	 height: 100%;
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transform: rotate(-45deg);
	 z-index: -1;
	 opacity: 1;
}
 .circle--slider .circle--rotate li.active div span:before {
	 position: absolute;
	 height: 1px;
	 top: -50%;
	 right: 140%;
	 bottom: 0;
	 margin: auto;
	 content: "";
	 width: 30%;
	 height: 30%;
	 filter: blur(3px);
	 opacity: 0.7;
	 border: 6px solid #f48e2a;
	 z-index: -1;
}
 .circle--slider .circle--rotate li.active div span:after {
	 position: absolute;
	 height: 1px;
	 top: 100%;
	 left: 130%;
	 bottom: 0;
	 margin: auto;
	 content: "";
	 width: 40%;
	 height: 40%;
	 border-radius: 50%;
	 opacity: 0.7;
	 border: 8px solid #fe9290;
	 z-index: 5;
}

.rotate--circle .block.hidden{
	display: none;
}
 .circle--slider .block.block-v{
     display: none;
     transform: rotate(90deg);
     transition: opacity .1s, transform .6s;
 }
 .circle--slider .block.block-v:nth-child(1) {
	 transform: rotate(0deg);
     display: block;

}
 .circle--slider .block.block-v:nth-child(2) {
	 transform: rotate(-60deg);
     display: block;

}

 .circle--slider .block.block-v:nth-child(3) {
	 transform: rotate(-120deg);
     display: block;
}
.circle--slider .block.block-v:nth-child(3) .date-year{
	    transform: rotate(180deg);
}

 .circle--slider .block.block-v:nth-child(4) {
	 transform: rotate(-180deg);
     display: block;
}
.circle--slider .block.block-v:nth-child(4) .date-year{
	    transform: rotate(180deg);
}
/*
 .circle--slider .count2 li:nth-child(2) {
	 transform: rotate(180deg);
}
 .circle--slider .count3 li:nth-child(2) {
	 transform: rotate(120deg);
}
 .circle--slider .count3 li:nth-child(3) {
	 transform: rotate(240deg);
}
 .circle--slider .count4 li:nth-child(2) {
	 transform: rotate(90deg);
}
 .circle--slider .count4 li:nth-child(3) {
	 transform: rotate(180deg);
}
 .circle--slider .count4 li:nth-child(4) {
	 transform: rotate(270deg);
}
 .circle--slider .count5 li:nth-child(2) {
	 transform: rotate(72deg);
}
 .circle--slider .count5 li:nth-child(3) {
	 transform: rotate(144deg);
}
 .circle--slider .count5 li:nth-child(4) {
	 transform: rotate(216deg);
}
 .circle--slider .count5 li:nth-child(5) {
	 transform: rotate(-72deg);
}
 .circle--slider .count6 li:nth-child(2) {
	 transform: rotate(60deg);
}
 .circle--slider .count6 li:nth-child(3) {
	 transform: rotate(120deg);
}
 .circle--slider .count6 li:nth-child(4) {
	 transform: rotate(180deg);
}
 .circle--slider .count6 li:nth-child(5) {
	 transform: rotate(240deg);
}
 .circle--slider .count6 li:nth-child(6) {
	 transform: rotate(-60deg);
}
 .circle--slider .count7 li:nth-child(2) {
	 transform: rotate(51.5deg);
}
 .circle--slider .count7 li:nth-child(3) {
	 transform: rotate(103deg);
}
 .circle--slider .count7 li:nth-child(4) {
	 transform: rotate(154.5deg);
}
 .circle--slider .count7 li:nth-child(5) {
	 transform: rotate(206deg);
}
 .circle--slider .count7 li:nth-child(6) {
	 transform: rotate(-103deg);
}
 .circle--slider .count7 li:nth-child(7) {
	 transform: rotate(-51.5deg);
}
.circle--slider .count8 li:nth-child(1) {
  transform: rotate(-90deg);
}
 .circle--slider .count8 li:nth-child(2) {
	 transform: rotate(-45deg);
}
 .circle--slider .count8 li:nth-child(3) {
	 transform: rotate(0deg);
}
 .circle--slider .count8 li:nth-child(4) {
	 transform: rotate(45deg);
}
 .circle--slider .count8 li:nth-child(5) {
	 transform: rotate(90deg);
}
 .circle--slider .count8 li:nth-child(6) {
	 transform: rotate(135deg);
}
 .circle--slider .count8 li:nth-child(7) {
	 transform: rotate(180deg);
}
 .circle--slider .count8 li:nth-child(8) {
	 transform: rotate(-135deg);
}
 .circle--slider .count9 li:nth-child(2) {
	 transform: rotate(40deg);
}
 .circle--slider .count9 li:nth-child(3) {
	 transform: rotate(80deg);
}
 .circle--slider .count9 li:nth-child(4) {
	 transform: rotate(120deg);
}
 .circle--slider .count9 li:nth-child(5) {
	 transform: rotate(160deg);
}
 .circle--slider .count9 li:nth-child(6) {
	 transform: rotate(-160deg);
}
 .circle--slider .count9 li:nth-child(7) {
	 transform: rotate(-120deg);
}
 .circle--slider .count9 li:nth-child(8) {
	 transform: rotate(-80deg);
}
 .circle--slider .count9 li:nth-child(9) {
	 transform: rotate(-40deg);
}
 .circle--slider .count10 li:nth-child(2) {
	 transform: rotate(36deg);
}
 .circle--slider .count10 li:nth-child(3) {
	 transform: rotate(72deg);
}
 .circle--slider .count10 li:nth-child(4) {
	 transform: rotate(108deg);
}
 .circle--slider .count10 li:nth-child(5) {
	 transform: rotate(144deg);
}
 .circle--slider .count10 li:nth-child(6) {
	 transform: rotate(-180deg);
}
 .circle--slider .count10 li:nth-child(7) {
	 transform: rotate(-144deg);
}
 .circle--slider .count10 li:nth-child(8) {
	 transform: rotate(-108deg);
}
 .circle--slider .count10 li:nth-child(9) {
	 transform: rotate(-72deg);
}
 .circle--slider .count10 li:nth-child(10) {
	 transform: rotate(-36deg);
}*/
 .circle--slider .animate-wrapper {
	 width: 480px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 border-radius: 100%;
	 /* border-radius: 50%; */
}
 .circle--slider .animate-title {
	 color: #fff;
}
 .circle--slider .animate-img {
	 width: 40%;
	 height: 30%;
	 /* border-radius: 50%; */
	 overflow: hidden;
}
.circle--slider .animate-img .animated-title {
  color: #FFD600;
  font-style: italic;
}
 .animate-img__in {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 /* border-radius: 50%; */
	 background-repeat: no-repeat;
	 z-index: 3;
	 transition: 0.55s ease-in-out;
	 width: 100%;
	 height: 100%;
	 border-radius: 100%;
	 opacity: 1;
	 background-size: cover;
	 overflow: hidden;
}
 .animate-img__in.trans{
 		opacity: 0;
 }
.animate-img__in img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .animate-img__in.active{
	opacity: 1;
}
.circle--slider-title{
	font-size: 8em;
	color: #079DAB;
	font-weight: 700;
	position: relative;
	line-height: 1;
	margin-top: 95px;
}
.rotate--circle{
	position: relative;
}
.rotate--circle:before {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 50px;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: .9;
    filter: blur(19px);
    border-radius: 50%;
}
.circle--slider-title:before{
	content: '';
	position: absolute;
	top: 55%;
	left: 64%;
	width: 440px;
	height: 1px;
	background: linear-gradient(270deg, #AA222E 0%, rgba(170, 34, 46, 0) 100%);
}
.circle--slider-text{
	font-size: 1em;
	/*padding-left: 50px;*/
	margin-top: 40px;
	max-width: 550px;
	font-weight: 600;
	text-indent: 30px;
}
 .circle--slider .animate-more {
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.5s 0.4s;
	 min-width: 131px;
	 overflow: hidden;
	 text-align: center;
	 z-index: 30;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 padding: 15px;
	 height: 62px;
	 transform: scale(0.8);
}
.circle-slider{
	position: relative;
    max-width: 1480px;
    overflow: hidden;
    margin-left: 18rem;
    padding: 60px 0 50px 0;
}
.circle--slider__content{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 470px;
}
 .circle--slider .animate.active .animate-more {
	 opacity: 1;
	 visibility: visible;
	 transform: scale(1);
}

 .circle--slider .animate.active .animate-img .animate-img__in {
	 opacity: 1;
	 transform: scale(1);
}
 .circle--slider .prev, .circle--slider .next {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 display: block;
	 height: 20px;
	 width: 30px;
	 text-align: center;
	 cursor: pointer;
   border: 1px solid black;
   z-index: 1000;
}
 .circle--slider .prev span, .circle--slider .next span {
	 font-weight: 700;
}
 .circle--slider .prev {
	 left: 450px;
}
 .circle--slider .next {
	 right: 70px;
}
