.middle-header .logo-block {
    float: left;
    max-width: 100%;
    margin-top: 22px;
}

.slider-section .item::before {
    /* background-color: rgba(0, 0, 0, 0.6); */
    background: linear-gradient(to top, rgba(255,255,255,0) 60%,rgba(0,0,0,0.6) 100%);
}

.ow-navigation .nav.navbar-nav li > a {
    text-transform: none;
    padding: 50px 8px 25px !important;
}

.top-header {	
    background-color: #FF6E0D;
    line-height: 0px;
}

.footer-bottom {
    background-color: #FF6E0D;
}

.introduction-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.introduction-section h1 {
    color: #FF6E0D;
    text-align: center;
    margin-bottom: 30px;
}

.introduction-section h2 {
    color: #FF6E0D;
    text-align: left;
    margin-bottom: 30px;
}


.ow-navigation .nav.navbar-nav li.active > a::before, .ow-navigation .nav.navbar-nav li > a:hover::before {
    border-color: #FF6E0D;
    left: 0px;
    right: 0px;
}

.menu-block {
    top: 125px;
}

.footer-bottom .container::before {
    background-color: #fff;
}

.footer-bottom span {
    color: #fff;
    text-transform: none;
}

.dropdown-menu {
    background-color: #000;
}

.intro-left p {
    font-size: 24px;
    color: #444;
    line-height: 34px;
    letter-spacing: 0.40px;
    font-weight: 300;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.intro-left span, p.normal {
    color: #444;
    font-size: 17px !important;
    font-weight: 300;
    line-height: 26px !important;
    letter-spacing: 0.51px;
    word-wrap: break-word;
}

.pagebanner {
    background-image: url("../../../images/section_banner.jpg");
    background-size: cover;                   
    background-repeat: no-repeat;
    background-position: center center; 
}

.pagebanner::before {
    background-color: rgba(34,34,34,0.3);
    background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 100%);
}

a {
    color: #FF6E0D;
    text-decoration: none;
}

.intro-left a, .intro-left p a {
    color: #FF6E0D;
    border-bottom: 1px dotted #f7c51d;
    text-decoration: none;
    /*    font-size: 20px;*/
    font-weight: 300;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.pagebanner h3 {
    text-transform: none;

}

.projectsingle {
    padding-top: 0px;
    padding-bottom: 0px;
}

.projectsingle .project-challenges li {
    display: inline-block;
    width: 100%;
    position: relative;
    list-style: none;
    color: #444;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.51px;
    padding-left: 22px;
    margin-bottom: 8px;
}

.projectsingle .project-challenges li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    background-color: #FF6E0D;
    height: 7px;
    width: 7px;
}

.button-info a {
    background-color: #FF6E0D;
    border-radius: 3px;
    color: #fff;
    padding: 15px 31px;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

@media (max-width: 991px) {
    .menu-block {
        top: 0px;
    }

    .text-logo {
        color: #000;
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        text-decoration: none;
        text-transform: capitalize;
        margin-left: 0px;
        margin-top: 15px;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }
}