/*Write Css*/

.call-to-action5 {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.agency_work_area .agency_work .agency_work__contents h4{
    color: #222 !important;
}

.call-to-action5 h1 {
    color: #fff !important;
}

.agency_section__title p,
.agency_work_area .agency_work .agency_work__contents p,
.aboutArea .about-caption p.about-cap-top,
.aboutArea .about-caption .about-thumbnails .about-thumb p{
    color: #999 !important;
}

.ourBranding-global .section-tittle h1,
.agency_blog_area .row.mt-4,
.agency_blog_area .row.mt-4 .col-lg-12,
.agency_testimonial_area .row,
.agency_testimonial_area .row .col-lg-6,
.agency_work_area .row,
.agency_work_area .row .col-md-3{
    margin: 0 !important;
}

.ourBranding-global .section-tittle h1,
.aboutArea .about-caption .tittle {
    font-size: 48px !important;
}

.ourBranding-global .brandWrapper img {
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.agency_blog_area .agency_section__title,
.agency_testimonial_area .agency_section__title,
.agency_work_area .agency_section__title,
.aboutArea .about-caption .tittle{
    margin: 0 0 30px 0 !important;
}

.ourBranding-global .tittle:before,
.ourBranding-global .tittle:after{
    display: none !important;
}

.brand-marquee-item {
    border-top: 4px solid transparent;
}

.brand-marquee-item:hover {
    border-top: 4px solid var(--button-color);
}

.agro_banner {
    background: transparent !important;
}

.agro_banner .sliderArea,
.agro_banner .slick-slide img{
    height: auto !important;
    width: 100%;
}

@media (max-width: 1400px){
    .ourBranding-global .section-tittle h1, 
    .aboutArea .about-caption .tittle {
        font-size: 40px !important;
    }
}

@media (max-width: 1200px){
    .agency_work_area .agency_work .agency_work__contents {
        height: 250px;
    }
}

@media (max-width: 1200px) and (min-width: 992px){
    .call-to-action5 img {
        height: 313px !important;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 992px){
    .agency_testimonial__contents {
        margin: 20px 0 0 0;
    }
    .ourBranding-global .section-tittle h1, 
    .aboutArea .about-caption .tittle {
        font-size: 36px !important;
    }
    .agency_nav .show-nav-content {
        position: absolute;
        right: 10px;
        bottom: -35px;
    }
}

@media (max-width: 768px){
    .ourBranding-global .section-tittle h1, 
    .aboutArea .about-caption .tittle {
        font-size: 31px !important;
    }
    .header-top .header-info-right {
        display: none !important;
    }
}

@media (max-width: 576px){
    .ourBranding-global .section-tittle h1, 
    .aboutArea .about-caption .tittle {
        font-size: 24px !important;
    }
    .agency_nav .show-nav-content {
        bottom: -15px !important;
    }
}
