.text-center {
    text-align: center;
}

.project-header {
    padding: 80px 0 60px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

.featured-project figure {
    margin-bottom: 40px;
}

.featured-project a.button {
    margin-bottom: 5px;
    margin-right: 5px;
}

.project-grid {
    padding: 40px 10px;
    display: none;
}

.projects.loaded .project-grid {
    display: block;
}

.project-grid .project {
    width: 25%;
    padding: 0 10px;
}

.img-slider {
    padding: 2.5% 12%;
    overflow: hidden;
    height: 100%;
    max-height: 650px;
}

.img-slider figure {
    position: relative;
    height: 100%;
}

.img-slider img {
    position: absolute;
    width: 100%;
    display: none;
}

.img-slider img:first-child {
    display: block;
}

.frame {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    max-height: 486px;
}

.project-grid .project-details {
    padding: 40px 20px 20px;
}

.project-grid .project-details .button {
    margin-bottom: 10px;
    margin-right: 7px;
}

.project-grid .project-expand {
    overflow: hidden;
    clear: both;
    /*width: 100%;*/
    padding: 0 16px;
    /* new slide css */
    margin-left: 30%;
    background-color: #ffffff;
    position: relative;
    right: -75%;
}

.project-grid .project-expand .row {
    min-height: 650px;
}

.project-grid .project-expand .blank {
    display: block;
    visibility: hidden;
    position: relative;
    width: 124%;
    max-height: 700px;
    margin: -6.5% -12%;
}

.project-grid .project-expand .close-project {
    top: 5px;
    right: 70px;
    z-index: 10;
}

.project-grid .project-expand .next-project {
    top: 5px;
    right: 20px;
    z-index: 10;
    text-decoration: none;
    color: #FF5E00;
    position: absolute;
    font-size: 30px;
}

.project-grid .project-expand .close-project:hover, .project-grid .project-expand .next-project:hover {
    color: #001F33 !important;
}

.project-grid .project-item .project-bg img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top left;
}

.project-grid .project-item:hover .project-desc {
    opacity: 0;
}

.project-grid .project.open .project-desc {
    display: none;
}

.project-grid .project-item .project-desc h3 {
    color: #fff;
    display: none;
}

.project-categories .title {
    display: none;
    cursor: pointer;
    position: relative;
    border: 2px solid #FF5E00;
    font-family: 'Proxima Nova Lt';
    font-size: 18px;
    padding: 10px 25px;
    font-weight: 600;
}

.project-categories .title:before {
    top: 22px;
    right: 20px;
    position: absolute;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FF5E00;
}

.projects {
    position: relative;
}

.projects #project-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    opacity: 0;
}

.projects.loaded #project-loader {
    opacity: 1;
}

#project-loader img {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.projects .featured-project {
    position: relative;
    z-index: 1000;
    background: #fff;
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 80px;
}

.project-grid .container-fluid {
    max-width: 1800px;
}

.project-grid .project-item .project-desc figure {
    height: 130px;
    line-height: 130px;
    margin-bottom: 0;
}
.dpsp-networks-btns-wrapper li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1950px) {
    .img-slider {
        height: auto;
        max-height: 100%;
        overflow: visible;
        padding: 3% 12%;
    }

    .frame {
        height: auto;
    }
}

@media screen and (max-width: 1500px) {
    .project-grid .project-expand .row {
        min-height: auto;
    }

    .frame {
        height: auto;
    }

    .project-header {
        padding: 60px;
    }

    .project-grid .project-item figure.project-bg img {
        height: 191px;
        object-fit: cover;
    }

    .project-grid .project-item .project-desc figure img {
        max-height: 60px;
        max-width: 200px !important;
    }

    .featured-project p, .quote p, .project-expand p {
        font-size:  16px;
        line-height:  27px;
    }

    .quote h3 {
        margin-bottom: 30px;
    }

    .projects .featured-project {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1400px) {
    .project-grid .project {
        width: 33.333%;
    }

    .frame {
        height: auto;
    }

    .project-grid .project-expand {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .project-grid .project {
        width: 50%;
    }

    .project-categories .title {
        display: block;
    }

    .project-grid .project-details {
        padding: 40px 20px 20px;
    }

    .projects .project-details .button {
        margin: 10px 0;
    }

    .featured-project .project-details {
        max-width: 100%;
        margin-top: 50px;
    }

    .featured-project .row {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .project-grid .project-expand {
        padding-top: 50px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .project-header {
        padding: 40px 15px !important;
    }

    .project-header .container {
        padding: 0;
    }

    .project-grid {
        padding: 10px;
    }

    .project-grid .project-details {
        padding: 40px 0px 20px;
    }

    .project-grid .project {
        width: 100%;
    }

    .project-grid .project-expand .close-project {
        top: 0px;
        right: 55px;
    }

    .project-grid .project-expand .next-project {
        top: 0;
        right: 10px;
    }

    .project-grid .project-details .button, .featured-project .button {
        display: block;
        margin-top: 15px;
    }

    .project-grid .project-details .button:last-child {
        margin-bottom: 0;
    }

    .project-header .project-categories ul {
        display: none;
        padding-top: 10px;
        border: 2px solid #FF5E00;
        border-top: 0;
    }

    .project-header .project-categories ul li {
        display: block;
        text-align: left;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .projects .featured-project {
        padding-bottom: 40px;
        padding-top: 0;
    }

    .project-expand h4 {
        font-size: 28px;
    }
}

.j-content-box {
    color: #001F33 !important;
    margin-top: 0;
    max-width: 900px;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*padding: 0 40px;*/
}
.j-content-box .j-title {
    color: #001F33 !important;
    font-weight: bold;
    max-width: 600px;
}

.j-content-box .j-text {
    color: #001F33 !important;
    max-width: 600px;
}

.j-list {
    color: #001F33 !important;
    max-width: 600px;
}

.j-btn-box {
    margin-top: 30px;
    height: 80px;
}

.j-btn-box .j-btn {
    border: 2px solid #F75813;
    color: #F75813;
    background-color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.j-btn-box .j-btn:hover {
    color: #ffffff;
    background-color: #F75813
}

@media(max-width: 991px) {

    .j-btn-box .j-btn {
        width: 100%;
        text-align: center;
    }
}

.j-btn-box .j-social-icons {
    color: #F75813;
    float: left;
    fill:#F75813;
}
path.j-social-icons:hover,.project-popup-slider-toolbar a path:hover {
    fill: #001F33 !important;
}
.project-feat {
    margin: 0 0 20px;
    padding: 0;
}

.project-feat li {
    list-style: none;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bolder;
}

.project-feat li:before {
    content: "\f0c8";
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
    color: #FF5E00;
}

.project-image-box {
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
    display: inline-block;
    border: 7px solid #ffffff;
    max-width: inherit;
}

.project-image-box img {
    width: 100%;
}

/*.j-btn-box .j-social-icons a:hover {*/
/*    color: #001F33 !important;*/
/*}*/

#dpsp-content-bottom {
    margin-top: -3px !important;
    float: left;
}

#dpsp-content-bottom a:hover span{
    color: #001F33 !important;
}

.j-social-icon-i {
    line-height: 38px !important;
    background: none !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.dpsp-hover a span.j-social-icon-i, span.j-social-icon-i:focus {
    color: #001F33 !important;
    fill: #001F33;
}

.dpsp-hover a,.project-popup-slider-toolbar a:hover{
    color: #001F33 !important;
}
span#alertMsg {
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    position: absolute;
    margin-top: 5px;
    color: #f75813;
}

@media only screen and (max-width: 580px){

    span#alertMsg {
    font-size: 11px;
}

}