/* Slick Slider */

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End Slick Slider */




/* Start Features Circle */
/* Custom */
.img-circle-features-tab-icon {
	width: 60% !important;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.services {
  /* border: 1px solid red; */
  margin-top: 0px !important;
  padding-top: 0px !important;
  width: 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 35px;
}

.services-circle {
  display: block;
  border-radius: 50%;
  position: relative;
  width: 80%;
  height: 0;
  border: 1px solid #e1e1e1;
  box-sizing: content-box;
}

.services-circle::before,
.services-circle::after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.services-circle::before {
  width: 300px;
  height: 300px;
  opacity: .6;
}

.services-circle::after {
  width: 400px;
  height: 400px;
  opacity: .4;
}

.services-subcircle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin: auto;
  color: #fff;
  box-shadow: 0px 11px 18px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.services-subcircle i {
  font-size: 1.8em;
  color: #a5a5a5;
}

.services-subcircle:hover,
.services-subcircle.active {
  box-shadow: 0px 11px 13px 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(45deg, #3498db 0%, #FF0049 84%);
}

.services-subcircle:hover i,
.services-subcircle.active i {
  color: #fff;
}

.services-content-wrapper {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  padding: 0 65px;
}

.services-content-item {
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

.services-content-item.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: focus-in-contract 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.services-content-item span.title {
	font-size: 23px !important;
	font-weight: 400;
	-webkit-background-image: linear-gradient(to right, #FF0049, #e70262);
	-moz-background-image: linear-gradient(to right, #FF0049, #e70262);
	background-image: linear-gradient(to right, #FF0049, #e70262);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	line-height: normal;
	margin-bottom: 0;
	text-align: center;
}
.services-content-item span.title a {
	font-size: inherit;
	-webkit-background-image: linear-gradient(to right, #FF0049, #e70262);
    -moz-background-image: linear-gradient(to right, #FF0049, #e70262);
    background-image: linear-gradient(to right, #FF0049, #e70262);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
	
}

.services-content-item p.description {
  display: none;
  margin: 0;
  color: #757575;
  letter-spacing: .3px;
  line-height: 1.88;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.services-boxes {
  display: block;
  width: 100%;
  padding-top: 30px;
}

.services-boxes-heading {
  display: block;
  text-align: center;
  max-width: 100%;
}

.services-boxes-heading-wrapper {
  padding-bottom: 145px;
}

.services-boxes-heading span.title {
  display: block;
  font-weight: 700;
  color: #838383;
  letter-spacing: .44px;
  font-size: 18px;
}

.services-boxes-heading span.title.big {
  display: block;
  letter-spacing: .72px;
  font-size: 28px;
  word-break: break-word;
}

.services-boxes-heading span.title--primary {
	-webkit-background-image: linear-gradient(to right, #FF0049, #e70262);
    -moz-background-image: linear-gradient(to right, #FF0049, #e70262);
    background-image: linear-gradient(to right, #FF0049, #e70262);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.services-boxes-heading span.title--italic {
  font-style: italic;
}

.services-boxes-heading span.subtitle {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
  letter-spacing: 2.8px;
  margin-top: 20px;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .services-boxes-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: -115px;
    grid-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

@media (min-width: 576px) {
    .services-boxes-content {
      grid-gap: 30px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .services-boxes-content {
      margin-top: -150px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
}
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .services-boxes-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -115px;
  }

@media screen and (min-width: 768px) {
    .services-boxes-content {
      margin-top: -150px;
    }
}
}

.services-boxes-content-wrapper {
  display: block;
  width: 100%;
  background: #ffffff;
}

.services-boxes-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0px 7px 43px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
  transition: .2s ease-in-out;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .services-boxes-item {
    width: unset;
  }
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .services-boxes-item {
    width: calc(50% - 30px);
  }

  .services-boxes-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }

  .services-boxes-item + .services-boxes-item {
    margin-left: 30px;
  }

  .services-boxes-item:nth-child(2n + 1) {
    margin-left: 0;
  }

@media screen and (min-width: 768px) {
    .services-boxes-item {
      width: calc(33.3% - 30px);
    }

    .services-boxes-item:not(:nth-last-child(-n+2)) {
      margin-bottom: unset;
    }

    .services-boxes-item:not(:nth-child(-n+3)) {
      margin-top: 30px;
    }

    .services-boxes-item + .services-boxes-item {
      margin-left: 30px;
    }

    .services-boxes-item:nth-child(3n + 1) {
      margin-left: 0;
    }
}
}

.services-boxes-item:not(.no-hover) > * {
  transition: .2s ease-in-out;
}

.services-boxes-item:not(.no-hover):hover {
  background: #1f8868;
  box-shadow: 0px 12px 16px 0 rgba(31, 136, 104, 0.55);
}

.services-boxes-item:not(.no-hover):hover .services-boxes-item-icon,
.services-boxes-item:not(.no-hover):hover span.title,
.services-boxes-item:not(.no-hover):hover p.description {
  color: #fff;
}

.services-boxes-item-icon {
  font-size: 2em;
 background-image: linear-gradient(45deg, #3498db 0%, #FF0049 84%);
  margin-bottom: 20px;
}

.services-boxes-item span.title {
  font-size: 14px;
  font-weight: 700;
  color: #050505;
  letter-spacing: 2.8px;
  margin-bottom: 20px;
}

.services-boxes-item p.description {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: #757575;
  letter-spacing: .3px;
  line-height: 1.71;
}
@media (min-width: 576px) {

  .services-circle {
    padding-bottom: unset;
    display: block;
    margin: 150px auto;
    width: 350px;
    height: 350px;
  }

  .services-circle::before,
  .services-circle::after {
    display: block;
  }

  .services-content-item span.title {
    margin-bottom: 20px;
    line-height: 1;
  }

  .services-content-item p.description {
    display: block;
  }

}
.services {
	float: left;
    padding-top: 65px;
  }

  .services-circle {
    margin-left: auto;
    margin-right: auto;
    width: 415px;
    height: 415px;
  }

  .services-circle::before {
    width: 520px;
    height: 520px;
  }

  .services-circle::after {
    width: 620px;
    height: 620px;
  }

  .services-subcircle:nth-child(2n+1) {
    width: 72px;
    height: 72px;
  }

  .services-content-item span.title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .services-content-item p.description {
    font-size: 16px;
  }
/* End Features Circle */
