@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    li.phone {
        display: none !important;
    }
    .sm-padding {
        padding: 15px
    }

    .header-section .navbar-brand {
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center
    }

    .menu-btn, .js #mainmenu {
        display: none
    }

    .project-2 .project-item, .js .slicknav_menu {
        display: block
    }

    .about-content h2 {
        font-size: 24px;
        line-height: 36px
    }

    .year-box {
        padding-left: 0
    }

    .error-content .error-info {
        padding-left: 10px
    }

    .counter-content {
        text-align: left;
        padding-left: 70px
    }
    .counter-wrap .col-lg-4{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        justify-content: center;
    }
    .counter-wrap .col-lg-4:last-child {
        margin: 50px auto 0 !important;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
}

@media all and (max-width: 767px) {
    body, p {
        font-size: 12px;
        line-height: 22px
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 16px
    }

    p br {
        display: none
    }

    .padding {
        padding: 60px 0
    }

    .xs-padding {
        padding: 15px
    }

    .hero-section {
        height: 350px
    }

    .hero-section .scroll-down {
        display: none
    }

    .hero-section h1 {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 10px
    }

    .page-header {
        height: 250px
    }

    .page-content h2 {
        font-size: 30px;
        margin: 0
    }

    .about-content h2 {
        font-size: 24px;
        line-height: 36px
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 1.2
    }

    .error-content {
        display: block
    }

    .error-content .error-info h2 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 30px
    }

    .error-content .error-info a {
        display: block
    }

    .contact-form .form-group .col-sm-6:first-child {
        margin-bottom: 15px
    }

    .contact-info h2 {
        line-height: 28px
    }

    .sidebar-wrap {
        padding-left: 0
    }

    .blog-single-content h2 a {
        font-size: 22px;
        line-height: 28px
    }

    .blog-single-content h2 {
        line-height: 28px
    }

    blockquote p {
        line-height: 32px
    }

    .year-bg {
        width: 100%
    }
}
@media all and (max-width: 767px) {
    .d_n_767{
        display: none !important;
    }
    .section-2 .service-item ,.project-2 .project-item .project-content {
        padding: 14px !important;
    }
    .blog-content{
        padding: 20px 14px !important;
    }
}
@media all and (max-width: 580px) {
    .subscribe-form {
        width: 100%
    }
}
@media (min-width: 360px) and (max-width: 576px) {
    .counter-wrap .col-sm-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .counter-content h2{
        font-size: 30px;
    }
    .counter-content b{
        display: block !important;
        font-size: 20px !important;
        top: -12px !important;
    }
    .counter-content span{
        padding-left: 0px !important;
        margin-top: -12px !important;
    }
}

@media all and (min-width: 768px) {
    .text_left_768{
        text-align: left;
    }
    .text_right_768{
        text-align: right;
    }
}
@media all and (min-width: 992px) {
    .news_two_columns .news_two_columns_list:nth-child(4){
        display: none !important;
    }
    .justify-content-center-992{
        display: flex;
        justify-content: center;
    }
}