@media only screen and (min-width:1025px) {
    #sticky,
    #sticky-phantom {
        background: #fff;
    }
    #sticky-phantom {
        display: none;
    }
    #sticky.stick {
        transition: all .2s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
    }
    #sticky.stick>.nav-wrapper {
        padding: 1rem 0;
        background: #fff;
    }
    #sticky.stick > #menu-desk ul ul {
        padding: 10px 0 0 0;
    }
}

@media only screen and (max-width:1366px) {
    .banner-caption {
        max-width: 900px;
        bottom: 150px;
    }
    .banner-caption h1 {
        font: 300 45px 'Lato';
    }
    .clients-content ul li img {
        width: 135px;
    }
}

@media only screen and (max-width:1280px) {
    .banner-caption {
        max-width: 1140px;
        ;
        bottom: 150px;
    }
    .banner-caption h1 {
        font: 300 35px 'Lato';
    }
    .clients-content ul li img {
        width: 135px;
    }
}

@media only screen and (max-width:1024px) {
    .trigger a {
        display: block;
        top: 105px;
        right: 30px;
    }
    .banner-caption {
        bottom: 100px;
        text-align: center;
        max-width: 90%;
    }
    .banner-caption h2 {
        font-size: 2.5rem;
        margin: 0 auto;
        width: 90%;
    }
    .banner-caption p {
        font: 400 16px 'Lato';
        margin: 0 auto 30px auto;
        line-height: 1.5;
        width: 90%;
    }
    .nav-wrapper {
        position: relative;
        padding: 25px 0;
    }
    #menu-desk {
        text-align: left;
    }
    .nav-social {
        margin-top: 5rem;
    }
    .job-applyBtn {
        text-align: left;
        margin: 20px 0;
    }
    .subpage-wrap {
        padding: 3em 0;
    }
    .about-content,
    .about-img {
        text-align: center;
        padding: 1em 0;
    }
    .cert-content img {
        width: 8em;
        margin: 0 1.5em;
    }
    .owl-theme .owl-controls .owl-nav [class*=owl-prev] {
        position: absolute;
        top: 20%;
        left: -10px;
    }
    
    .owl-theme .owl-controls .owl-nav [class*=owl-next] {
        position: absolute;
        top: 20%;
        right: -10px;
    }
    .cert-content img {
        width: 130px !important;
        margin: 0 auto !important;
    }
    .modal-apply {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0 auto;
    }
    a.open-prod {
        display: none !important;
    }
}

@media only screen and (max-width:767px) {
    .banner-caption {
        display: none !important;
    }
    .tagline-content {
        width: 90%;
    }
    .footer-social,
    .footer-copyright,
    .devs {
        text-align: center;
    }
    .job-block {
        padding: 20px 10px;
    }
    .viewJob {
        text-align: left;
        margin-top: 20px;
    }
    .nav-social {
        margin-top: 2em;
    }
    .trigger a {
        top: 25px;
        right: 25px;
    }
    .subpage-wrap {
        padding: 3em 1em;
    }
    .single-right {
        margin-top: 30px;
    }
    .footer-wrapper {
        padding: 3em 1em;
    }
    .owl-theme .owl-controls .owl-nav [class*=owl-prev] {
        position: absolute;
        top: 40%;
        left: -10px;
    }
    
    .owl-theme .owl-controls .owl-nav [class*=owl-next] {
        position: absolute;
        top: 40%;
        right: -10px;
    }
}