
@media screen and (max-width: 1360px){
    .full-screen .big {
        font-size: 9em;
    }
}

@media screen and (max-width: 1280px){
    .countdownHolder .position {
        font-size: 4.5em;
    }
    .ib1-wrap .h4 {
        font-size: 1.4em;
        margin: 10px 0;
    }
}

@media screen and (max-width: 998px){
    .icon-box2 {
        padding: 20px 15px;
    }
    .nav-button {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px){
    body {
        font-size: 14px;
    }
    .header-space {
        height: 48px;
    }

    .header .logo {
        padding: 10px 0;
    }

    .nav-button {
        margin: 10px 0 0 0;
        width: 25px;
        height: 25px;
    }

    .nav-button div {
        width: 25px;
        height: 3px;
        margin: 11px 0;
    }

    .nav-button div:after {
        width: 25px;
        height: 3px;
    }

    .nav-button div:before {
        width: 25px;
        height: 3px;
    }

    .nav-button.active div:after {
        width: 33px;
        bottom: -1px;
    }

    .nav-button.active div:before {
        width: 33px;
        left: 2px;
    }

    .navigation {
        position: fixed;
        top: 48px;
        right: 0;
        bottom: 0;
        z-index: 20;
        background: #fff;
        color: #292929;
        padding: 15px 30px;
        width: 260px;
        max-width: 260px;
        overflow-y: auto;
    }

    .scroll .navigation {
        top: 64px;
    }

    .navigation > ul {}

    .navigation > ul > li,.navigation > ul > li:not(:last-of-type) {
        float: none;
        padding: 0;
        margin: 20px 0;
    }

    .scroll .navigation > ul > li {
        padding: 0 0;
    }

    .navigation > ul > li > a {
        font-size: 1.2em;
    }

    .navigation > ul > li.current-menu-item > a,
    .navigation > ul > li:hover > a {
        border-bottom: none;
        color: #3f87ab;
    }

    .navigation > ul > li.menu-item-has-children > a:after {
        content: "\e97f";
        font-family: 'icons';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 0.7em;
    }

    .navigation .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: inherit;
        display: none;
        margin: 10px 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .navigation > ul > li > .sub-menu {
        border-top: 1px solid #b1b0b0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .navigation .sub-menu .sub-menu {
        left: 0 !important;
        right: 0 !important;
        width: inherit;
        margin: 0 0 -1px;
        top: 0;
        background: #dedede;
    }

    .navigation .sub-menu .sub-menu .sub-menu {
        background: #c1c1c1;
    }

    .navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
    .navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
    .navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after {
        content: "\e97f";
        right: 10px;
        left: inherit;
    }

    .full-screen-slider .item h1, .full-screen-slider .item .h1 {
        font-size: 5em;
    }

    .full-screen-slider .item h1.min, .full-screen-slider .item .h1.min {
        font-size: 4em;
    }

    .full-screen .big {
        font-size: 6em;
        margin-bottom: -15px;
    }

    .full-screen .medium {
        font-size: 3em;
        margin-bottom: 0;
    }

    input.style1, textarea.style1 {
        font-size: 16px;
        padding: 14px 20px;
    }

    .button-style1 {
        font-size: 16px;
        padding: 15px 25px;
    }

    .button-style3 {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 120px;
    }

    .content-white-bg {
        padding: 10px 20px;
    }

    .content-white-bg .heading-decor h1,
    .content-white-bg .heading-decor h2 {
        margin: 20px -25px 0;
    }

    .portfolio-items.animate3 .item a:before {
        top: 20px;
        left: 30px;
        right: 30px;
        bottom: 20px;
    }

    .banner-area h1.big {
        font-size: 3.5em;
    }

    .blog-item-s2 .text {height: auto;}

}

@media screen and (max-width: 640px){
    .sub-form input.style1 {
        padding: 17px 20px;
    }

    .sub-form .button-style1 {
        position: relative;
    }
}
@media screen and (max-width: 380px){
    h1,.h1 {
        font-size: 2.533em;
    }

    h2,.h2 {
        font-size: 2.067em;
    }

    h3,.h3 {
        font-size: 1.8em;
    }

    h4,.h4 {
        font-size: 1.467em;
    }

    h5,.h5 {
        font-size: 1em;
    }

    h6,.h6 {
        font-size: 0.778em;
    }

    blockquote {
        padding: 25px 10px;
    }

    .post-navigation {
        text-align: center;
        margin-top: 10px;
    }

    .post-navigation a:not(:last-of-type) {
        margin-right: 5px;
    }

    .photo-carousel {
        padding: 0 0;
    }
}