.headerLogo {
    max-height: 80px !important;
    max-width: 100px !important;
}
.back-clients .client-slider {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 975px;
    position: relative;
}
.back-clients .client-slider .single-client {
    position: relative;
    background: #ffffff;
    padding: 50px 60px 40px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    border: 2px solid;
    border-color: rgba(2, 3, 52, 0.05);
}
.back-clients .client-slider .single-client .client-title {
    color: #020334;
    font-size: 20px;
    font-weight: 800;
    margin: 22px 0 30px;
    display: block;
}
.back-clients .client-slider .single-client .client-title em {
    color: #4b4c57;
    font-size: 15px;
    font-weight: 500;
    display: block;
    font-style: normal;
}
.back-clients .client-slider .single-client .client-content {
    color: #020334;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.back-clients .client-slider .single-client .client-bottom {
    position: relative;
}
.back-clients
    .client-slider
    .single-client
    .client-bottom
    .testimonial__ratings {
    position: absolute;
    right: 0;
    top: 35px;
    align-items: center;
    display: flex;
    font-size: 20px;
    color: #4b4c57;
    font-weight: 600;
}
.back-clients
    .client-slider
    .single-client
    .client-bottom
    .testimonial__ratings
    svg {
    margin-right: 8px;
    color: #ffba4a;
}
.back-clients .client-slider .single-client .client-bottom .client-author {
    padding: 0px;
    width: 100px;
    display: block;
}
.back-clients .client-slider .single-client .client-bottom .client-author img {
    border-radius: 50%;
}
.back-clients .client-slider.owl-carousel .owl-controls {
    position: unset;
    transform: unset;
    width: auto;
}
.back-clients .client-slider.owl-carousel .owl-nav {
    position: absolute;
    display: block;
    top: 40%;
    right: unset;
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.back-clients .client-slider.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    left: 20px;
    display: inline-block;
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 57px;
    color: #020334;
    background: transparent;
    border: 2px solid #eee;
    border-radius: 100%;
    transition: all 0.5s ease 0s;
}
.back-clients .client-slider.owl-carousel .owl-nav [class*="owl-"]:before {
    content: "\24";
    font-family: ElegantIcons;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 21px;
    font-weight: 700;
}
.back-clients .client-slider.owl-carousel .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -100px;
}
.back-clients .client-slider.owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: -100px;
    right: auto;
}
.back-clients
    .client-slider.owl-carousel
    .owl-nav
    [class*="owl-"].owl-prev:before {
    content: "\23";
}
.back-clients .client-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #2a6df5;
    border-color: #2a6df5;
}
/* .back-home3-banner-form .form__wrapper {
    background: url(../images/breadcrumbs/1.jpg);
} */

.btn-outline-primary {
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 38px;
    border: 2px solid #2a6df5;
}
