/*Write Css*/

.agency_section__title .title,
.testimonial .section-title h1,
.partners-area h2{
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 70px !important;
    color: #222 !important;
}

.agency_section__title p,
.agency .agency_blog__contents h3,
header .navbar-nav li a,
header .navbar-nav li .menuArrow:after,
.agency_work_area .agency_work .agency_work__contents h4 a{
    color: #222 !important;
}

.agency_work_area .agency_work .agency_work__contents p {
    color: #777D86 !important;
}

.agency_section__title p,
.testimonial-area .founder-text span{
    font-size: 18px !important;
}

.agency_section__title .title {
    margin: 0 0 30px 0 !important; 
}

@media (max-width: 992px){
    .agency_section__title .section_para {
        margin-top: 0 !important;
    }
    .agency #book_point_menu {
        top: 70px !important;
    }
}

@media (max-width: 768px){
    .agency_section__title .title, .testimonial .section-title h1, .partners-area h2 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
}