/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .clients_say img {
        width: 140px;
        height: 60px;
        /*margin-left: 35%;*/
    }

    .clients_say p {
        padding: 10px 20px;
        min-height: 300px;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_area_text {
        padding-right: 160px
    }

    .single_feature i {
        left: 38%
    }

    .story_image {
        margin-bottom: 20px;
    }

    .skills {
        margin-top: 50px
    }

    .company_address {
        padding: 10px 26px;
    }

    .marques img {
        margin-left: 41%;
        margin-top: 40px;
    }

    .clients_say img {
        width: 100px;
        height: 40px;
    }

    .clients_say p {
        padding: 10px 20px;
        min-height: 350px;
    }

    .col-md-offset-5 {
        margin-left: 38%;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    #header_area {
        padding-top: 5px;
    }

    .navbar-toggle {
        background-color: #4ECB8C;
    }

    .header_area_text h2 {
        font-size: 30px;
    }

    .header_area_text {
        padding-right: 0px
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header_area_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header_area_text a,
    .story_text a,
    .experience a,
    .call_project a {
        padding: 8px 10px;
        margin-top: 0px;
    }

    .single_feature {
        margin-bottom: 60px
    }

    .single_feature i {
        left: 40%
    }

    .story_text h2,
    .experience h2 {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .clients_say p::before {
        display: none
    }

    .say {
        width: 85%
    }

    .c_img {
        width: 15%
    }

    .clients_say {
        margin-bottom: 30px;
    }

    .clients_say img {
        /*margin-left: 36%;*/
    }

    .clients_say p {
        padding: 20px 40px;
        min-height: 250px;
    }

    .skills h2 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .single_blog h2 {
        font-size: 16px;
    }

    .single_blog p {
        font-size: 12px;
        margin-top: 5px;
    }

    .single_blog {
        margin-bottom: 30px;
    }

    .call_to_action_text h2 {
        font-size: 22px;
    }

    .call_to_action_text p {
        font-size: 12px;
        margin-top: 5px
    }

    .text-right {
        text-align: left
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 22px;
    }

    .company_address p {
        font-size: 12px;
    }

    .company_address h2 {
        font-size: 16px
    }

    .company_address {
        padding: 10px 15px;
    }

    .marques img {
        margin-left: 33%;
    }

    .col-md-offset-5 {
        margin-left: 38%;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single_feature i {
        left: 46%;
        top: -22%
    }

    .single_blog img {
        width: 100%
    }

    .marques img {
        margin-left: 38%;
    }
}