/*Write Css*/
.header-style-01 .navbar-area.agency_nav .nav-container {
    padding: 12px 15px !important;
}
.about-caption .section-tittle h1.tittle {
    padding: 0 0 33px;
}
.about-caption p.about-cap-top {
    padding: 0 0 65px;
}
.blogArea .prev-icon.slick-arrow {
    top: 50%;
    left: -3%;
}
.blogArea .next-icon.slick-arrow {
    top: 50%;
    right: -3%;
}
.testimonialCaption .pera {
    padding: 40px;
}
.testimonial-contents-wrapper .left-contents h2 {
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 70px !important;
    color: var(--heading-color) !important;
}
.testimonial .section-title h1 {
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 70px !important;
    color: var(--heading-color) !important;
}
.blogArea .section-tittle .tittle::before {
    display: none;
}
.blogArea .section-tittle .tittle::after {
    display: none;
}
.slick-list .blog-img img {
    /* width: 200px; */
    height: 200px;
}
.parallax-container .parallax-content h3 {
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .aboutCaption-global h3 {
        margin: 0 0 10px !important;
        padding-top: 30px !important;
    }
    .testimonial-contents-wrapper .left-contents h2 {
        margin: 0px 0 -28px 0 !important;
        font-size: 24px !important;
    }
    .testimonial-contents-wrapper .left-contents {
        text-align: center;
    }
    .testimonial .section-title h1 {
        text-align: center;
    }
    .testimonial .testimonial-founder {
        justify-content: center;
    }
    .about-caption .section-tittle h1.tittle {
        padding: 0 0 0px !important;
        margin: 0 0 0px !important;

    }
    .testimonial-contents-wrapper .left-contents h4 {
    margin: 20px 0 !important;
}
    .aboutArea .about-caption p {
          padding: 0 0 5px !important;
          text-align: center;
    }
    
    .aboutArea .about-caption .about-thumbnails {
        text-align: center;
    }
    .about-caption .btn-wrapper {
        text-align: center;
    }
    
    .testimonial-contents-wrapper .left-contents ul {
        display: flex;
        justify-content: center !important;
    }
    .testimonial-contents-wrapper .right-contents .owl-dots {
        text-align: center;
    }
    .blogArea .section-tittle {
        text-align: center;
    }
    .blogArea .next-icon.slick-arrow {
         right: 1%;
    }
    .blogArea .prev-icon.slick-arrow {
         left: 1%;
    }
    .parallax-container .parallax-content {
        text-align: center;
    }
    .parallax-container .parallax-content h3 {
        padding: 0 0 10px !important;
    }
    .agro-newsletter .parallax-content form input {
        border-radius: 44px !important;
    }
    .top-padding {
        padding: 20px 0 0 0 !important;
    }
    .top-padding .container {
        padding: 10px 0 0 0 !important;
    }
    .aboutCaption-global .tittle {
        font-size: 24px;
        margin: 0 0 22px 0 !important;
        text-align: center;
    }
    .aboutCaption-global p {
        text-align: center;
    }
}
@media (max-width: 576px) {
    
}
@media (max-width: 575px) {
    .about-caption .section-tittle {
        margin-bottom: 20px !important;
        text-align: center;
    }
    
}
    

.blog-img img {
    object-fit: cover;
}
.aboutCaption-global h3 {
    margin: 0 0 70px !important;
}
.teamCaption span {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.agency_service__icon img {
    filter: none !important;
}