@media only screen and (max-device-width: 800px) {
        .navigation {
            height: 82px !important;
        }

        .nav-container {
            padding: 0px 0;
        }

        .brand {
            top: -26px;
        }
    }
.portion {
    height: 754px;
    background: red;
    background-image: url(images/slider/background.jpg);
    background-size: cover;
    background-position: center center;
}

.new-list {
    color: white;
    text-align: center;
    display: list-item;
    position: relative;
    line-height: 88px;
    font-size: xx-large;
    top: 29%;
    text-transform: uppercase;
    font-weight: bold;

}

.noo-project-grid .masonry-item {
    padding: 5px !important;
}

.project-filters {
    display: flex !important;
    text-align: center;
    justify-content: center;
    padding: -5px 0px !important;
    position: flex-wap !important;
    flex-wrap: wrap;
}

.noo-title {
    padding: 0px 0 0 0px;

}

.pt-12 {
    padding-top: 0px !important;
}

.theme-construct .project-item .project-inner .project-bk:before {
    background: rgb(211 209 203 / 85%);

}

.theme-construct .project-item .project-inner .project-ds .cat,
.theme-construct .project-item .project-inner .project-ds .cat a {
    color: #f37025 !important;
    font-size: 19px;
    font-weight: bold;
}

.white {
    color: #f37025 !important;
}

.theme-construct .noo-information i,
.theme-construct .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover {
    color: #f37025 !important;
}

.theme-construct .masonry-filters-project .project-filters li a.selected,
.theme-construct .masonry-filters-project .project-filters li a:hover,
.theme-construct .noo-product-footer .price del,
.theme-construct .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #f37025 !important;
}

.navigation {
    height: 102px;
    /*background: linear-gradient(45deg, #4199fe, #74b4fe);*/
    background-color: black;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    left: 1px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
    top: -17px;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 18px 0;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 55px;
    color: #fff;
    background: #262626;
    text-decoration: none;
}

nav ul li a {
    background: transparent;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    /*background: #2581DC;*/
    color: #f37025 !important;
}

.navbar-dropdown li a {
    background: #2581DC;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 55px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #262626;

    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .navbar-dropdown {
        position: static;
    }

    .nav ul li a:hover {
        color: #f37025 !important;
    }

    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
        }
    }

    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 13px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }

    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }

    
}