section#featured-services {
    margin: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    padding: 4em 0;
    /*background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/img/home-2.png.webp') no-repeat;
    z-index: 1*/
}

h3.hs-title {
    margin-top: 0;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    position: relative;
}

h3.hs-title::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 18px;
    height: 15px;
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/img/arrow-big-blue.png') no-repeat center right;
    transition: 0.5s all linear;
    top: 52%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

h3.hs-title:hover:after {
    left: -10px
}

.inner-services {
    padding: 11em 0 0;
    position: relative;
}

.default-banner ul {
    margin: 13vh auto 9vh
}

.default-banner ul li {
    list-style: none;
    position: relative;
    padding-left: 27px;
    margin-bottom: 1px
}

.default-banner ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(35deg,#42d2f7,#2252e4);
    left: 0;
    top: 7px
}

li strong {
    font-size: 19px
}

#main {
    position: relative
}

#main:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 452px;
    content: '';
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/images/left-circle.png.webp') no-repeat top left;
    z-index: -1;
    max-width: 25%;
    background-size: contain
}

#main:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 452px;
    content: '';
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/images/right-circle.png.webp') no-repeat top right;
    z-index: -1;
    max-width: 25%;
    background-size: contain
}

#home-custom {
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/images/home-custom.png.webp') center top;
    margin-top: -80px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat
}

#home-custom h2 {
    margin-top: 30px
}

span.service-icon i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: block;
    color: #335179;
    position: relative;
    margin-top: -70px;
    cursor: pointer;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,0,0,0)
    }
}

.features-5-title {
    align-items: center
}

span.service-icon i:before {
    transition: all 0.5s ease
}

span.service-icon:hover i:before {
    transform: scale(1.1)
}

li.active span.service-icon i {
    color: #fff;
    background: #335179
}

#featured-services h1 {
    color: #335179
}

#featured-services h1 span {
    color: #0a8ff4
}

.services-intro {
    padding: 0 30px 0 0
}

.selector {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 25px;
    left: 15%;
    top: 12%;
}

.selector.feature-style-6 {
    margin-top: 0;
    border: 10px solid #39b0f2;
    width: 256px;
    height: 256px;
    margin-left: -128px;
    margin-top: -128px
}

.selector.feature-style-6 li span.service-icon i {
    background: linear-gradient(35deg,#42d2f7,#2252e4);
    color: #fff;
    margin-top: -175px
}

.selector .service-info {
    display: flex;
    width: max-content;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(135 135 135);
    -moz-box-shadow: 1px 1px 5px 0 rgba(135,135,135,1);
    box-shadow: 1px 1px 5px 0 rgb(135 135 135);
    transform-origin: left;
    margin-top: 10px;
    max-width: 175px
}

.selector .service-name p {
    margin: 0;
    padding: 4px 8px;
    text-align: left
}

section#feature-style-6 {
    padding-bottom: 200px
}

.selector .service-name {
    margin-left: -100px
}

.selector .service-name p.service-step {
    background: #39b0f2;
    padding: 4px 15px;
    color: #fff
}

.selector.feature-style-6 .outer {
    background: none
}

.selector .outer {
    background: #fff;
    border-radius: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 8
}

#feature-style-4 .selector .outer {
    background: #def4fc
}

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out
}

.selector li img {
   margin-top: -130px;
    border: 1px solid #0a8ff4;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    max-width: 100px;
    background: #fff;
    padding: 8px;
}

span.service-icon i:before {
    position: absolute;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    top: 28%;
    font-size: 30px;
}

.selector li.active img {
    background: #f1f1f1;
    filter: sepia(100%) hue-rotate(190deg) saturate(500%)
}

.selector li .dots {
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/img/bubble.png');
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    opacity: 0
}

.selector .bubbles {
    background: #fff;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #39b0f2;
    display: block
}

.selector li.active .dots {
    opacity: 1
}

.selector .service {
    display: none;
    justify-content: center;
    transition: all 0.5s ease
}

.custom-items .custom-hidden {
    display: none;
    transition: all 0.5s ease
}

.custom-items .custom-hidden.active {
    display: block;
    transition: all 0.5s ease
}

.custom-content h2 {
    font-size: 29px;
    font-weight: 900;
    font-style: italic;
    line-height: normal;
    color: #000
}

.active .custom-content h2,li:hover .custom-content h2 {
    color: #324f76
}

.selector .service h2 {
    color: #000;
    font-size: 25px;
}

.selector .service h2 span {
    font-weight: 700;
}

.selector .service a {
    color: #335178
}

.selector .service p {
    color: #191818;
    font-weight: 400;
    font-size: 14px;
}

.selector .service .steps p {
    color: #0a8ff4
}

li.custom-list {
    cursor: pointer
}

.selector .service.active {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s ease
}

.selector .service a {
    position: relative
}

.selector .service a::after {
    content: '';
    position: absolute;
    right: -40px;
    width: 23px;
    height: 19px;
    background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/img/arrow-big-blue.png') no-repeat center right;
    transition: 0.5s all linear;
    top: 13%
}

@media (max-width: 767px) {
    .selector .service a::after {
        content: '';
        position: absolute;
        right: -20px;
        width: 18px;
        height: 14px;
        background: url('/wp-content/themes/marketforever/css/../../../../../../wp-content/themes/marketforever/img/arrow-big-blue.png') no-repeat center right;
        transition: 0.5s all linear;
        top: 12%
    }
    .selector .service a {
        font-size: 12px;
    }
    .selector .service .h2 {
        color:#000;
        font-size:20px;
    }
    #featured-services .inner-services {
        padding: 0 15px !important;
    }
    .selector li img {
        margin-top: -120px;
    }
}

.selector .service a:hover:after {
    right: -50px
}


#featured-services .home-services-content .services-intro p {
    font-size: 14px;
}

.custom-items li {
    list-style: none;
    min-height: 175px
}

.feature-content {
    padding: 46px 0 0 43px
}

.features-right img {
    margin-top: 50px
}

.counter-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    width: 100%;
    justify-content: center
}

.counter {
    display: flex;
    padding-top: 36px
}

.feature-img {
    width: 98px;
    height: 98px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto
}

.feature-img i {
    font-size: 36px;
    color: #335179
}

.counter-info span {
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    background: -webkit-linear-gradient(35deg, #3ab5f1, #296fe8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.counter-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.features-right h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 4px
}

.features-right {
    padding-left: 28px
}

#rotaion-icon {
    margin-top: 430px;
    height: 270px
}