/* Clients Banner */
.vc_section.vc_section-has-fill.banner-sec {
	padding: 0 !important;
}
.banner-sec .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner-block {
    padding-top: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content .row {
    align-items: center;
}
.banner-content {
    padding: 40px 0 80px;
}
.banner-content p.white-text {
	margin-bottom: 22px;
}
.banner-content .order-1 {
	display: none;
}
.clients-banner .common-btn {
	display: none;
}
/* Clients Banner End */

/* Clients list */
.service-box-sec .service-box-col > .vc_column-inner, .service-box-sec .service-box-col > .vc_column-inner > .wpb_wrapper{
    height: 100%;
}
.service-box{
    width: 100%;
    border: 1px solid;
    border-color: rgb(53 111 216 / 20%);
    padding: 15px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    height: 100%;
}
.service-box-last > .vc_column-inner > .wpb_wrapper, .service-box-last > .vc_column-inner{
    height: 100%;
}
.service-box-last .service-box .common_btn{
    margin-top: 40px;
}
.service-box .vc_column-inner{
    padding: 0 !important;
}
.service-box p{
    font-size: 14px;
    line-height: 24px;
    color: #474A67;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    -webkit-line-clamp: 8;
}
.service-box:hover svg .fill {
    animation-name: fillAction;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.2, .6, .8, .4);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.service-box svg  .waveShape{
    transform: translateY(-10px);
}
.service-box:hover svg  .waveShape {
    animation-name: waveAction;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-duration: 0.5s;
}
@keyframes fillAction {
    0% {
        transform: translate(0, 60px);
    }
    100% {
        transform: translate(0, -5px);
    }
}
@keyframes waveAction {			
    0% {
        transform: translate(-60px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
.service-box:hover{
    border-color: #F5F7FB;
    transition: .5s all ease-in-out;
}
.service-box a i{
    transition: .5s all ease-in-out;
}
.service-box:hover a i{
    transform: translate(8px,-50%) !important;
    transition: .5s all ease-in-out;
}
.service-box .text-link{
    margin-top: 34px;
}
.text-link a{
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    background-image: none !important;
    padding: 0 !important;
    padding-right: 50px !important;
}
.text-link a i::before{
    font-size: 24px;
}
.hvr-sweep-to-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
    content: "";
    display: block !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F7FB;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/* Clients list End */

@media only screen and (max-width: 1199px) {
    .banner-content {
        padding: 20px 0 60px;
    }
    .service-box {
        padding: 10px;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    .banner-content {
        transform: none;
    }
}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 575px){
    .banner-content {
        padding: 0px 0 40px;
    }
}