/*---------------------------
** Testimonial Area Start
---------------------------*/
.testimonial-area {
    padding: 110px 0px 120px;
    position: relative;
    /*background: #F7F9FF;*/
}
.testimonial-area .section-title {
    margin-bottom: 50px;
}
.testimonial-area .testimonial-img {
    position: relative;
}
.testimonial-area .testimonial-img img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.testimonial-area .testimonial-img .img1 {
    width: 60px;
    height: 60px;
    top: 67px;
    left: -110px;
    animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-img .img2 {
    width: 75px;
    height: 75px;
    top: 160px;
    left: -200px;
    animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img3 {
    width: 60px;
    height: 60px;
    top: 270px;
    left: -110px;
    animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img4 {
    width: 60px;
    height: 60px;
    top: 67px;
    right: -110px;
    animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img5 {
    width: 75px;
    height: 75px;
    top: 160px;
    right: -200px;
    animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img6 {
    width: 60px;
    height: 60px;
    top: 270px;
    right: -110px;
    animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
    overflow: hidden;
}
.testimonial-area .testimonial-slider .client {
    margin: 65px 30px 65px;
    padding: 85px 30px 27px;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in;
}
.testimonial-area .testimonial-slider .client .client-image {
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 15px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 16px;
}
.testimonial-area .testimonial-slider .client .client-image::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(55deg, #eb1f22 0%, #b81415 100%);
    transform: rotate(85deg);
}
.testimonial-area .testimonial-slider .client .client-image img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-area .testimonial-slider .client .client-say {
    margin-bottom: 19px;
}
.testimonial-area .testimonial-slider .client .client-name {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.testimonial-area .testimonial-slider .client .client-name a {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.testimonial-area .testimonial-slider .client .designation {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.testimonial-area .testimonial-slider .owl-controls {
    display: block;
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 91;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav {
    display: inline-block;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease-in;
    background: rgba(2, 80, 197, 0.07);
    color: #242424;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
    background: #eb1f22;
    color: #fff;
}

/*---------------------------
** Testimonial Area End
---------------------------*/

.footer__copyright p a {
    color: #fff;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.sent-email-info {
    margin-top: 20px;
}

.sent-email-info p {
    font-weight: bold;
}

.contact__area .contact-box {
    padding-top: 30px;
}

.testimonial-area .section-title.extra h2 {
    padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .header__others {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .about__left {
        padding-top: 90px;
    }
}

.header__nav ul li a {
    font-size: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__left {
        height: 60%;
    }
}