@media (max-width:1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

}

@media (max-width:992px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 17px;
        line-height: 26px;
    }

    /*Header*/
    #header-wrap {
        padding: 10px 0;
    }

    #header-wrap .navbar-nav:before {
        display: none;
    }

    .logo img {
        max-height: 60px;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #686c77
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #0d2c13;
        border-radius: .25rem;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item.show .nav-link {
        background: #2a275e;
        color: #FFC300
    }

    .navbar-collapse {
        background: #ffffff;
        border-radius: .25rem;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #0058FF;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 0;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown.show > .dropdown-toggle::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        right: 20px;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .header-2 #header-wrap {
        padding: 0;
    }

    .header-2 .right-nav {
        width: auto !important;
    }

    .navbar {
        padding: 0;
    }

    .header-2 .navbar-brand {
        padding: 15px;
    }

    .header-2 .navbar-brand::before, .header-2 .navbar-brand::after {
        height: 110%;
    }

    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding: 150px 0 150px !important
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown > li p {
        font-size: 18px;
    }

}

@media (max-width:767px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .hidden-sm {
        display: none !important;
    }

    .section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .section-title p {
        font-size: 16px;
    }

    /*Header*/
    .navbar-toggler {
        margin-right: 15px;
    }

    .logo img {
        max-height: 50px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }

    .year-box {
        width: 130px;
        height: 130px;
        margin-top: -65px;
        font-size: 14px;
        line-height: 20px;
    }

    .year-box span {
        font-size: 40px;
        line-height: 40px;
    }

}

@media (max-width:576px) {
    .col-xx-12 {
        width: 100% !important;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    /*Banner*/
    .fullscreen-banner p br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    .title-text-bg {
        font-size: 60px;
    }

    /*Banner*/
    .tab .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .post .post-image {
        width: auto;
    }

    .post.style-2 .post-desc {
        padding: 15px;
    }

}