/*
ThemeWaves Responsive CSS
*/
/* Affects device widths of 959px and smaller. */
@media (max-width: 1599px) {}

@media (max-width: 1199px) {}

/* Affects device widths of 959px and smaller. */
@media (max-width: 959px) {
    .tw-slider .tw-heading {
        font-size: 34px;
        line-height: 1.4;
    }

    .tw-element {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 639px) {}

/* Affects device widths of 639px and smaller. */
@media (max-width: 639px) {
    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tw-slider .desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .uk-active .tw-box {
        padding: 80px 40px 100px 40px;
        background-color: #224ded;
        background-image: url(../images/iconbox-bg.png);
        background-position: bottom left;
        border-radius: 4px;
    }

    .uk-light .uk-active p {
        color: #fff;
    }

    .nav-arrow {
        background: #1c1c1c;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .uk-dotnav {
        justify-content: center;
    }

    section.uk-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .tw-video img {
        min-height: 350px;
    }
}

@media (max-width: 480px) {

    .tw-team.tw-hover-style-1.apply.uk-grid-margin.apply {
        margin-top: 40px;
    }

    .timeline p {
        width: 100%;
    }

    .timeline article {
        width: 40%;
    }
}

@media (max-width: 360px) {
    .tw-slider .tw-heading {
        font-size: 16px;
    }

    .tw-element {
        margin-bottom: 25px;
    }

    .tw-padv-100 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/* Affects device widths of 959px and Larger. */
@media (min-width: 960px) {
    .uk-section-normal {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .uk-section-medium {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .uk-section-large {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1170px;
    }

    .tw-large-container {
        max-width: 1370px;
    }

    .tw-medium-container {
        max-width: 1030px;
    }

    .tw-large-container {
        max-width: 1370px;
    }
}