@media (max-width:990px) {
    ul.navbar-nav.menu {
        text-align: right;
    }

    .navbar-brand img {
        width: 100px;
        z-index: 9;
    }

    nav.affix .navbar-brand img {
        width: 40px;
    }

    .year-highlight-text h4 span {
        font-size: 90px;
    }
}

@media (max-width:768px){
    .hero-section{
        padding-bottom: 25px;
    }
    .page-header-content {
    margin-top: 2.5rem;
    line-height: 1;
}
        
}
@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.7441em;
    }

    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 50px;
    }

    .ptb-150 {
        padding: 90px 0;
    }

    .hero-slider-content h1 {
        font-size: 2.25rem;
        line-height: 1.3;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 95px;
        line-height: 90px;
    }

    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    .single-blog-card {
        margin-bottom: 0;
    }

    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row > div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }


}

@media (min-width: 576px) and (max-width: 767px) {

    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 60px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 170px;
        line-height: 150px;
    }

    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    .single-blog-card {
        margin-bottom: 0;
    }

    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row > div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    .mt--120 {
        margin-top: -50px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu li a {
        padding: 8px !important;
        font-size: 13px;
    }

    .goog-te-gadget-simple .goog-te-menu-value span {
        font-size: 13px;
        line-height: 1;
    }

    .goog-te-gadget-simple .goog-te-menu-value {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    nav.affix .navbar-brand img {
        width: 57px;
    }

}

