.body-seo-services-slider{
    direction: rtl;
    background-color:#191970;
    position: relative;
    margin-top:100px;
}
.circle{
position: absolute;
border-radius: 50%;
background: #1117d5;
animation: ripple 15s infinite;
box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
width: 200px;
height: 200px;
left: -100px;
bottom: -100px;
/*top:50%;*/
}

.medium{
width: 400px;
height: 400px;
left: -200px;
bottom: -200px;
/*top:40%;*/
}

.large{
width: 600px;
height: 600px;
left: -300px;
bottom: -300px;
/*top:30%;*/
}

.xlarge{
width: 800px;
height: 800px;
left: -400px;
bottom: -400px;
/*top:20%;*/
}

.xxlarge{
width: 1000px;
height: 1000px;
left: -500px;
bottom: -500px;
/*top:10%;*/
}

@media (max-width: 768px) {
    .small{
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
    /*top:50%;*/
    }
    
    .medium{
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
    /*top:40%;*/
    }
    
    .large{
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -150px;
    /*top:30%;*/
    }
    
    .xlarge{
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
    /*top:20%;*/
    }
    
    .xxlarge{
    width: 500px;
    height: 500px;
    left: -250px;
    bottom: -250px;
    /*top:10%;*/
    }
}
.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}
    .ul-seo-services-slider{
        text-align: justify;
        padding-right: 20px;
        line-height: 2.5;
    }
    .h2-seo-services-slider{
        text-align: center;
        font-size: 30px;
    }
    .ct-block-container .alignwide, .ct-block-container .is-block-wide {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* @media (min-width: 768px) {
    .process-slideshow--wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
} */
.process-slideshow--wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) {
    .process-slideshow--image-box {
        max-width: 400px;
        -webkit-flex-basis: 400px;
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        border-radius:50%;
    }
}
.process-slideshow--image-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
}
.process-slideshow--image-box svg {
    width: 100%;
    max-width: 400px;
}
.process-slideshow--image {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}
img {
    height: auto;
    max-width: 100%;
}
img {
    border-style: none;
    max-width: 100%;
}

.process-slideshow--wrapper{max-width:1200px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.process-slideshow--image-box{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;position:relative}.process-slideshow--image-box svg{width:100%;max-width:400px}@media (max-width:399px){.process-slideshow--image-box svg{max-width:300px}}.process-slideshow--image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px)}.process-slideshow--image.active{opacity:1;visibility:visible}@media (max-width:399px){.process-slideshow--image{width:100%;max-width:200px}}.process-slideshow--text{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:0 50px;position:relative;text-align:center;margin-top:20px}.process-slideshow--text-box{display:none}.process-slideshow--text-box.active{display:block}.process-slideshow--text span{width:45px;height:45px;display:inline-block;line-height:45px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#a8c930;font-size:22px;color:#252525;font-weight:700;margin-left:0;margin-bottom:20px}.process-slideshow--text .h3-seo-services-slider{font-size:22px;color:#FFFFFF!important;font-weight:700;margin-bottom:20px;text-align:right;}.process-slideshow--text .p-seo-services-slider{color:#FFFFFF!important;line-height:2;text-align:justify;}.process-slideshow--control{width:45px;height:45px;background-color:#d3dfe1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:0;color:#006aac}.process-slideshow--control[data-direction=previous]{left:50%;-webkit-transform:translateX(-180%);-moz-transform:translateX(-180%);-ms-transform:translateX(-180%);-o-transform:translateX(-180%);transform:translateX(-180%)}.process-slideshow--control[data-direction=previous] svg{left:47%}.process-slideshow--control[data-direction=next]{left:auto;right:50%;-webkit-transform:translateX(180%);-moz-transform:translateX(180%);-ms-transform:translateX(180%);-o-transform:translateX(180%);transform:translateX(180%)}.process-slideshow--control[data-direction=next] svg{left:54%}.process-slideshow--control svg{width:22px;height:22px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.process-slideshow-block .style-2{display:block!important}.process-slideshow-block .style-2 .process-slideshow--image-box{margin:0 auto}.process-slideshow-block .style-2 .process-slideshow--text{width:100%;max-width:100%}.process-slideshow-block .style-2 .process-slideshow--text span{margin:0 auto;display:block}.process-slideshow-block .style-2 .process-slideshow--control[data-direction=next]{top:auto!important;bottom:0!important;left:-webkit-calc(50% + 55px)!important;left:-moz-calc(50% + 55px)!important;left:calc(50% + 55px)!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.process-slideshow-block .style-2 .process-slideshow--control[data-direction=previous]{top:auto!important;bottom:0!important;left:-webkit-calc(50% - 55px)!important;left:-moz-calc(50% - 55px)!important;left:calc(50% - 55px)!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}@media (min-width:768px){.process-slideshow--wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.process-slideshow--image-box{max-width:400px;-webkit-flex-basis:400px;-ms-flex-preferred-size:400px;flex-basis:400px}.process-slideshow--text{-webkit-flex-basis:-webkit-calc(100% - 400px);-ms-flex-preferred-size:calc(100% - 400px);flex-basis:-moz-calc(100% - 400px);flex-basis:calc(100% - 400px);max-width:-webkit-calc(100% - 400px);max-width:-moz-calc(100% - 400px);max-width:calc(100% - 400px);text-align:right;margin-top:0}.process-slideshow--text span{margin-left:55px}.process-slideshow--control[data-direction=previous]{right:100px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.process-slideshow--control[data-direction=next]{right:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}