/* For small screens and tablets */

@media only screen and (max-width: 1150px) {
    .row-fixed {
        display: block;
        float: none;
        width: 770px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner .text h2.headline {
        font-size: 56px;
    }
    .newsletter .col-70 {
        width:100%;
    }
    .footer .text-column {
        width: 100%;
    }
}
/* For small mobiles and small tablets */

@media only screen and (max-width: 767px) {
    .row-fixed {
        display: block;
        float: none;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .col,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-40,
    .col-60 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: auto;
    }
    .header {
        padding-bottom: 0;
    }
    .header .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .header .menu {
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .menu li.active a {
        color: #fff;
        border-bottom: 0;
    }
    .menu li a {
        font-size: 15px;
    }
    .sub-menu {
        opacity: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        visibility: visible;
    }
    .banner {
        height: auto;
    }
    .banner .text {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
        width: 100%;
    }
    .banner .text h2.headline {
        font-size: 46px;
        letter-spacing: 1px;
        line-height: inherit;
    }

    .banner .text  p{
        letter-spacing: 2px;
    }
    .clients li img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .section{padding: 30px 0;}
    .section-heading h3 {
        font-size: 28px;
    }
    .breadcrumb h4 {
        font-size: 24px;
    }
    .clients .row-fixed {
        width: 100% !important;
    }
    .newsletter input[type=text] {
        width: calc(100% - 55px);
        border-radius: 2px;
    }
    .newsletter button {
        width: 100%;
    }
    .footer .text-column {
        width: 100%;
    }
    .footer p {
        font-weight: 300;
        font-size: 12px;
    }
    .section-title {
        text-align: center;
    }
    .contact-area .col-2 {
        margin-bottom: 35px;
    }
    .contact-area .col-2:nth-child(2n) {
        padding: 0 15px;
    }
    .contact-area .col-2 p {
        text-align: center;
    }
    .field-wrapper-half {
        width: 100%;
    }
    .services-area .border-right,
    .services-area .border-bottom {
        border: 0;
    }
    .services-area .service-single
    {
        padding: 20px;
    }
}
/* For small mobile screens */

@media only screen and (max-width: 480px) {
    .row-fixed {
        display: block;
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .banner .text {
        width: 100%;
    }
    .banner .text h2.headline {
        font-size: 32px;
    }
    .footer .text-column {
        width: 100%;
    }
    .contact-area .col-2 p {
        text-align: left;
    }
    .contact-area .col-2 .section-title {
        text-align: left;
    }
    .portfolio-menu button {
        padding: 6px;
        font-size: 11px;
    }
}