/* Section Services */
body {
  /* background-image: url(http://cms.devoffice.com/coding-demo/jeremyLuis/millenium/pattern-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
}

.services {
  /* width: 100%;*/
  height: 100vh; 
  display: flex; 
  align-items: center;
  justify-content: space-between;
}

.services>* {
  flex-grow: 1;
}

.circle--slider,
li.block.active .icon,
.prev span,
.next span {
  transform: rotate(180deg);
}

li.block:nth-child(1) .icon {
  transform: rotate(90deg);
}

li.block:nth-child(2) .icon {
  transform: rotate(90deg);
}

li.block:nth-child(3) .icon {
  transform: rotate(45deg);
}

li.block:nth-child(5) .icon {
  transform: rotate(-45deg);
}

li.block:nth-child(6) .icon {
  transform: rotate(-90deg);
}

li.block:nth-child(7) .icon {
  transform: rotate(-135deg);
}

.circle--rotate {
  border-radius: 50%;
  border: 1px #E62724 dashed;
  width: 26%;
  height: 43%;
  margin: 0 auto 0;
  position: relative;
  /* transform: rotate(120deg); */
  z-index: 0;
  padding: 0;
  height: 500px !important;
}

.circle--rotate>li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}

.circle--rotate>li .icon {
  /* transform: skewX(25deg) scaleY(.86); */
  /* transform: scaleX(.8) rotate(45deg); */
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #fff;
  height: 80px;
  width: 80px;
  margin: -7% auto;
  transition: all 500ms ease;
  box-shadow: -10px 10px 25px rgba(255, 255, 255, 0.2);
  
}

.circle--rotate>li i {
  color: #ffffff;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}

.circle--rotate>li i::before {
  display: table-cell;
  vertical-align: middle;
}

.circle--rotate>li img {
  margin: auto;
}

.circle--slider {
  position: relative;
}

.circle--slider .rotate--circle {
  margin: 0 auto;
}

.circle--slider .circle--rotate>li div {
  position: relative;
  overflow: visible;
  background-color: #fff;
  border: 1px dashed red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.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;
} */

.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(2) {
  transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
  transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
  transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
  transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
  transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
  transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
  transform: rotate(-45deg);
}

.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: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.circle--slider .animate-title {
  color: #fff;
  transform: rotate(180deg);
  width: 80%;
  margin: -35px auto;
}

.circle--slider .animate-img {
  width: 425px;
  height: 375px;
  /* overflow: hidden; */
  background-color: #E62724;
  position: absolute;
  bottom: 104%;
  left: 26px;
  display: flex;
  flex-direction: column-reverse;
}

.circle--slider .animate-img .animate-img__in {
  position: relative;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 3;
  transition: 0.55s ease-in-out;
  width: 180px;
  height: 200px;
  margin: -50px auto 0px;
  opacity: 0;
  background-size: contain;
  background-position: center;
/*   box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3); */
  transform: rotate(180deg) !important;
}

.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s 0.4s;
  min-width: 131px;
  overflow: hidden; */
  text-align: center;
  z-index: 1;
  /* position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 15px;
  height: 62px;
  transform: scale(0.8); */
}

.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.circle--slider .animate.active .animate-more .animate-title p {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  font-family: sans-serif;
}
.circle--slider .animate.active .animate-more .animate-title h4 {
  text-align: center;
  font-size: 24px;
  /* line-height: 34px; */
  font-family: sans-serif;
  margin-block-end: 5px !important;

}

.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  transform: scale(1);
}

.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  top: -80px;
  bottom: unset;
  text-align: center;
  cursor: pointer;
}

.circle--slider .prev span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.circle--slider .next span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.circle--slider .prev {
  left: 765px;

}

.circle--slider .next {
  right: 765px;
  transform: rotate(180deg);
}