#s-1060 {
    background-color: #fff;
    position: relative;
}

#s-1060 .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s-1060 .btn {
    display: inline-block;
    width: 80%;
    text-decoration: none;
    padding: 23px 31px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #00adef;
    border-radius: 50px;
    position: relative;
    -webkit-transition: 1s ease !important;
    -o-transition: 1s ease !important;
    transition: 1s ease !important;
    text-align: center;
    -webkit-box-shadow: #4db7fe 0 3px 8px;
    box-shadow: #4db7fe 0 3px 8px
}

#s-1060 .btn:hover {
    background-color: #ec2a57;
    -webkit-box-shadow: #ec94a8 0 3px 8px;
    box-shadow: #ec94a8 0 3px 8px;
    -webkit-transition: 1s ease !important;
    -o-transition: 1s ease !important;
    transition: 1s ease !important
}

#s-1060 .btn:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.2) inset
}

#s-1060 .btn:hover:after {
    -webkit-box-shadow: #ec94a8 0 3px 8px;
    box-shadow: #ec94a8 0 3px 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#s-1060 .btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#s-1060 .semicircle {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden
}

#s-1060 .semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%
}

#s-1060 .heading {
    position: relative;
    z-index: 5
}

#s-1060 h2 {
    font-size: 48px;
    color: #1d165c;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

#s-1060 .heading-text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

#s-1060 .content p {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
    color: #666;
    margin-bottom: 30px;
}

#s-1060 img.hover {
    width: 210px;
    height: 210px;
    max-width: 210px;
    max-height: 210px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
    box-shadow: 10px 10px 20px rgb(0 0 0 / 30%)
}

#s-1060 .clients-item-wrap {
    text-align: center
}

#s-1060 .client-item {
    display: inline-block;
    position: relative;
    padding: 0 39px
}

#s-1060 .client-image {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center
}

#s-1060 img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#s-1060 .client-item:hover .client-image {
    opacity: .5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(max-width:992px) {
    #s-1060 .heading-text {
        font-size: 20px
    }
}

@media(max-width:767px) {
    #s-1060 .btn {
        padding: 15px 25px;
        font-size: 15px
    }

    #s-1060 .heading-text {
        font-size: 16px
    }

    #s-1060 .heading {
        padding: 0px 15px;
    }

    #s-1060 .semicircle {
        top: 10px;
        left: 10px;
        width: 12px;
        height: 12px
    }

    #s-1060 img.hover {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
        box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
    }

    #s-1060 .client-item {
        padding: 0 20px;
        margin-top: 10px;
    }

    #s-1060 .semicircle:after {
        width: 20px;
        height: 20px;
        border: 1px solid #fff
    }

    #s-1060 h2 {
        font-size: 1.7em;
    }

    #s-1060 .content p {
        font-size: 16px;
        margin-bottom: 20px;
    }


}