
/*home-testimonial-section*/

.home-testimonial-section .section-heading h2 {
	display: block;
	width: 100%;
    margin-bottom: 52px;
}
.home-testimonial-section .section-heading {
    margin-bottom: 32px;
}
.home-testimonial-section .section-heading .testimonial-quote{
    margin: 0 auto;
}
.home-testimonial-section .testimonial_content{
    text-align: center;
    z-index: 1;
}
.home-testimonial-section .testimonial_content p{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #2D2926;
    max-width: 770px;
    margin: 0 auto;
}
.home-testimonial-section .testimonial_content .author-info{
    font-size: 12px;
    font-weight: bold;
    color: #00205B;
    text-transform: uppercase;
    margin-top: 32px;
}

/*--who we work slider css here--*/

.testimonial-section{
    padding-top: 0px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 20px #EAE7E5;
    -webkit-box-shadow: 0px 0px 20px #EAE7E5;
    margin-bottom: 50px;
    background-color: #fff;
}
.testimonial-section .author-name {
    margin-bottom: 5px;
    font-family: "AvenirNext-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.01em !important;
    color: #3D8AE2;
}
.testimonial-section  p{
    color: #4F4F4F;
    font-size: 24px;
    text-align: left;
    margin-bottom: 22px;
    line-height: 36px;
    font-family: new-spirit, serif;
    max-width: 785px;
    font-weight: normal;
}
.testimonial-section .testimonial-right-content {
    padding-left: 30px;
    position: relative;
    margin-top: 60px;
    max-width: 785px;
}
h4.author-description {
    color: #4F4F4F;
    font-size: 24px;
    line-height: 36px !important;
    font-style: normal;
    font-weight: normal;
}
.testimonial-right-content img {
    position: absolute;
    left: -20px;
    bottom: 0;
    top: -25px;
}
.testimonial-section .owl-carousel .owl-item .testimonial-left-content img {
    width: auto; 
/*    width: 148px;
    height: 148px;
    border-radius: 100%;*/
    object-fit: cover;
    margin-left: auto;
    margin-right: 0;
}
.testimonial-section .designation , .testimonial-section .tagline{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #9F9F9F;
    font-family: "AvenirNext-Regular";
    margin-bottom: 0;
}
.testimonial-section .owl-dots{
    text-align: center;
    padding-top: 30px;
}
.testimonial-section .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    left: 929px;
    top: 1548px;
    background: #EAE7E5;
    opacity: 0.5;
    border-radius: 100%;
    margin-left: 6px;
    margin-right: 6px;
}
.testimonial-section .owl-dots button.owl-dot:focus, 
.testimonial-section button.owl-next:focus, .testimonial-section button.owl-prev:focus{
    outline: none;
    border:0;
    box-shadow: none;
}
.testimonial-section .owl-dots button.owl-dot.active{
    background: #0EB448;
    opacity: 1;
}
.testimonial-section button.owl-next, .testimonial-section button.owl-prev {
    font-size: 0 !important;
    width: 22px;
    height: 42px;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: calc(50% - 21px);
}
.testimonial-section button.owl-prev{
    background-image: url(/wp-content/uploads/2020/12/arrow-left.svg) !important;
    left: 0px;
}
.testimonial-section button.owl-next {
    right: 0px;
    background-image: url(/wp-content/uploads/2020/12/arrow-right.svg) !important;
}



@media(min-width: 1600px){

    .testimonial-section button.owl-prev{
        left: -120px;
    }
    .testimonial-section button.owl-next {
        right: -120px;
    }

}
@media only screen and (min-width: 1367px) and (max-width: 1599px) {
   .testimonial-section button.owl-prev {
       left: -15px;
   }
   .testimonial-section button.owl-next {
       right: -50px;
   }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .testimonial-section p {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 32px;
    }
    .testimonial-section .testimonial-right-content {
        padding-left: 0;
        padding-right: 25px;
    }
    .testimonial-section .testimonial-left-content {
        padding-left: 25px;
    }
}
@media (max-width: 1366px) {
    .testimonial-section .owl-carousel .owl-item .testimonial-left-content img {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 1024px){
    .testimonial-section button.owl-next, .testimonial-section button.owl-prev {
        display: none;
    }
    .testimonial-section p {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media(max-width: 991px){
    .testimonial-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
    .testimonial-section .testimonial-left-content {
        border-right: 0;
        margin-bottom: 0px;
    }
    .testimonial-section .owl-dots {
        margin-top: 0;
        padding-top: 15px;
    }
    .testimonial-section .owl-carousel .owl-item .testimonial-left-content img {
        margin-left: auto;
    }
    .testimonial-right-content img {
        left: 34px !important;
        bottom: 0 !important;
        top: -45px !important;
    }
}
@media(max-width: 979px){
        .home-testimonial-section .testimonial_content p {
	max-width: 480px;
}
}

@media(max-width: 767px){
    .testimonial-section {
        margin-bottom: 150px;
    }
     .home-testimonial-section .section-heading h2 {
	margin-bottom: 32px;
}
     .home-testimonial-section .testimonial_slider  .owl-item > div{
        padding-left: 0;
        padding-right: 0;
    }
     .home-testimonial-section .section-heading .testimonial-quote img {
	width: 56px;
}
    .home-testimonial-section .testimonial_content p {
	font-size: 16px;
	line-height: 24px;
}
.testimonial-section .owl-carousel .owl-item .testimonial-left-content img {
    margin-right: auto;
}
.testimonial-right-content img {
    right: 0;
    position: relative;
    left: 0 !important;
    bottom: 0px !important;
    top: -10px !important;
}
.testimonial-section .testimonial-right-content {
    padding-left: 0;
    margin-top: 30px;
}
}


@media(max-width: 575px){
    .testimonial-section button.owl-prev {
        left:  0px;
    }
    .testimonial-section button.owl-next {
        right: 0px;
    }
}