/* 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: 0;
}
.banner-content .order-1 {
	display: none;
}
.testimonial-banner .common-btn,
.testimonial-banner .banner-graphic { display: none;}
/* .inner-page-banner .internal-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */

.testimonials-list iframe {
    border-radius: 10px;
    margin: 20px 0;
}
.testimonial-contact .g-recaptcha { display: none;}
/* Banner End */

/* Testimonial */
.testimonials-box{
    width: 100%;
    border: 1px solid;
    border-color: rgb(53 111 216 / 20%);
    padding: 40px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}
.testimonials-box .vc_column-inner{
    padding: 0 !important;
}
.testimonials-box p {
    font-size: 14px;
    line-height: 24px;
    color: #474A67;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    -webkit-line-clamp: 4;
}
.testimonials-icon .vc_single_image-wrapper {
    width: 80px;
    height: 80px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgb(20 95 207 / 10%);
    padding: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.testimonials-icon .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}
.testimonials-box:hover{
    border-color: #F5F7FB;
    transition: .5s all ease-in-out;
}
.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);
}
/* Testimonial End */

/* Responsive */
@media only screen and (max-width: 1199px) {
    /* .banner-block {
        height: 460px;
    } */
    .banner-content {
        padding: 40px 0 60px;
    }
}
@media only screen and (max-width: 991px) {
    /* .banner-block {
        height: 380px;
    } */
    .banner-block {
        padding-top: 89px;
    }
    .testimonials-box {
        padding: 34px;
    }
}
@media only screen and (max-width: 767px) {
    /* .banner-block {
        height: 340px;
    } */
    .testimonials-box {
        padding: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .banner-block img {
        object-position: center 0;
    }
    .testimonials-box {
        padding: 24px;
    }
}
@media only screen and (max-width: 575px) {
    /* .banner-block {
        height: 320px;
    } */
    .banner-block {
        padding-top: 85px;
    }
    .testimonials-box {
        padding: 16px;
    }
}