* {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.pb-20 {
    padding-bottom: 20px;
}

::selection {
    background-color: #000;
    color: #fff;
    opacity: 1;
}

li {
    list-style: none;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #000;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: 900;
    }

    #return-to-top:hover {
        background: #fff;
        border: 1px solid #000;
    }

        #return-to-top:hover i {
            color: #000;
        }

.navbar {
    margin-bottom: 0;
}


.navbar-brand {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    height: auto;
    padding: 10px;
}

.navbar-nav > li > a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
    transition: .6s;
}

    .navbar-nav > li > a:hover {
        background-color: #000;
        color: #fff;
    }

.banner {
    background-image: url(../images/bg_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-content {
    padding: 13em 0;
    color: #fff;
}

    .banner-content h2 {
        text-transform: uppercase;
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        line-height: 50px;
    }

    .banner-content p {
        margin: 15px 0;
        font-size: 22px;
        line-height: 30px;
    }

    .banner-content span {
        font-family: 'Cinzel', serif;
        font-size: 26px;
    }

.go-btn {
    padding: 12px 35px;
    margin-top: 5px;
    border: 2px solid #fff;
    display: inline-block;
    color: #000;
    background-color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 999;
}

/*.banner:after, .h-services:after {
    content: url(../images/pattern.png);
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
}*/


.about-strip:after {
    content: url(../images/pattern.png);
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
}

.h-about {
    padding: 8em 0;
    color: #000;
    position: relative;
}

    .h-about .sub-head, .h-about .heading {
        color: #000;
    }

    .h-about p span {
        background-color: #000;
        color: #fff;
        text-transform: none;
        font-weight: 400;
        display: block;
        padding: 20px;
        line-height: 25px;
    }

.border {
    margin: 0;
    border-top: 4px solid #000;
    width: 60px;
}

.h-about p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    margin: 20px 0;
}

.h-about .go-btn {
    color: #000;
    border: 2px solid #000;
}


.h-services {
    background-color: #000;
    padding: 8em 0;
    position: relative;
}

.back-txt {
    position: absolute;
    left: 70px;
    right: 0;
    font-size: 80px;
    top: 70px;
    opacity: .08;
    font-weight: 700;
}

.h-services .back-txt {
    color: #fff;
    top: -50px;
    opacity: .13;
    left: 0;
    font-weight: 700;
}

.sub-head {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.heading {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    color: #fff;
    font-size: 36px;
}

.h-services .border {
    border-color: #fff;
    margin: 0 auto;
}

.h-services p {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    padding-top: 20px;
}

.h-secBox {
    padding-top: 60px;
    z-index: 9998;
}

    .h-secBox [class*="col-"] {
        padding: 5px;
    }

.sec-boxes {
    color: #fff;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec1 {
    background-image: url(../images/design.jpg);
}

.sec2 {
    background-image: url(../images/PROCUREMENT.jpg);
}

.sec3 {
    background-image: url(../images/CONSTRUCTION.jpg);
}

.sec4 {
    background-image: url(../images/INTEGRATION.jpg);
}

.h-services .go-btn {
    margin-top: 40px;
}

.phi-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    /*float: left;*/
    margin: 0;
}

.flex-img {
    background-image: url(../images/cltcentric.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    outline: 12px solid;
    outline-color: rgba(255,255,255,0.2);
    outline-offset: -30px;
}

.pro-row1 img {
}


.h-philosophy .sub-head, .h-philosophy .heading {
    color: #000;
}

.client-boxes {
    padding-top: 50px;
}

    .client-boxes [class*="col-"] {
        padding: 5px;
    }

.footer-box1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    padding: 40px;
}

.bx1 {
    background-image: url(../images/cl1.jpg);
}

.bx2 {
    background-image: url(../images/cl2.jpg);
}

.bx3 {
    background-image: url(../images/cl3.jpg);
}

.bx4 {
    background-image: url(../images/cl4.jpg);
}

.bx5 {
    background-image: url(../images/cl5.jpg);
}

.bx6 {
    background-image: url(../images/cl6.jpg);
}



.clnt-box {
    border: 1px solid #bbb;
    padding: 20px;
}

    .clnt-box img {
        margin: 0 auto;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: .4s;
    }

    .clnt-box:hover img {
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }


/*  diagonals for all pages with bg image*/
.diagonal {
    background-image: url(../Images/pattern_wh.png);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: right bottom;
}

.flex-content {
    padding: 120px 90px 120px 70px;
}

    .flex-content p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        padding: 20px 0;
    }

    .flex-content .go-btn {
        color: #000;
        border: 2px solid #000;
    }

.h-projects {
    padding: 8em 0;
}

    .h-projects .back-txt {
        top: -30px;
        opacity: .06;
        left: 0;
        font-weight: 700;
    }

    .h-projects .sub-head, .h-projects .heading {
        color: #000;
    }

    .h-projects .border {
        margin: 0 auto;
    }

.pro-row {
    padding-top: 2em;
}

.h-projects p {
    position: absolute;
    bottom: -2px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 60px 15px 20px;
}

.h-projects .go-btn {
    color: #000;
    border: 2px solid #000;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
}


.pro-row [class*="col-"] {
    padding: 8px;
}

.pro-row1 [class*="col-"] {
    padding-top: 0;
}

.h-strip {
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-transform: uppercase;
    padding: 60px 0;
}

    .h-strip h3 {
        font-size: 30px;
        font-weight: 400;
        line-height: 50px;
        margin-top: 0;
    }

    .h-strip span {
        font-size: 36px;
        font-weight: 800;
    }

    .h-strip a {
        margin-top: 15px;
    }

.footer {
    padding: 4em 0 2em;
}

    .footer h4 {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        padding-bottom: 15px;
    }

    .footer p {
        font-size: 22px;
        line-height: 28px;
        font-weight: 300;
    }

    .footer li {
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
        padding-bottom: 8px;
    }

        .footer li a {
            color: #000;
        }

            .footer li a i {
                font-weight: 600;
                padding-right: 5px;
                font-size: 16px;
            }

.foot-add li i {
    font-weight: 600;
    padding-right: 10px;
    font-size: 20px;
    color: #000;
}

.foot-add li {
    text-indent: -30px;
    padding-bottom: 12px;
    padding-left: 35px;
    line-height: 32px;
}

    .foot-add li img {
        padding-right: 5px;
    }

    .foot-add li span {
        font-weight: 600;
        font-size: 14px;
    }

.soc-box {
    height: 50px;
    width: 50px;
    border: 1px solid #333;
    position: relative;
    float: left;
    margin: 2px;
    color: #333;
    transition: .5s;
}

    .soc-box i {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .soc-box:hover {
        background-color: #000;
        color: #fff;
    }

.footer-bottom {
    background-color: #000;
}

    .footer-bottom p {
        color: #fff;
        margin: 0;
        text-align: center;
        font-size: 13px;
        padding: 12px 0;
    }

/*About*/
.main-banner {
    background:#000;
    padding: 6em 0;
    text-align: center;
    color: #fff;
}

    .main-banner h1 {
        margin: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 42px;
    }

    .main-banner p {
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }

.about {
    padding: 8em 0;
}

    .about .sub-head, .about .heading {
        color: #000;
    }

    .about p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #000;
        margin: 20px 0;
    }

    .about .go-btn {
        color: #000;
        border: 2px solid #000;
        margin-bottom: 20px;
    }

    .about p span {
        background-color: #000;
        color: #fff;
        text-transform: none;
        font-weight: 400;
        display: block;
        padding: 20px;
        line-height: 25px;
        font-size: 22px;
    }

.img-strip {
    position: absolute;
    bottom: 100px;
    padding: 15px;
    color: #000;
    /* z-index: 9999; */
    background-color: rgba(255,255,255,.8);
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.about-strip {
    padding: 6em 15px;
    background-color: rgba(0,0,0,1);
    /*background-image: url(../images/sub_banner.jpg);*/
    margin-bottom: 4em;
}

    .about-strip:after {
        content: url(../images/pattern.png);
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: .2;
    }

    .about-strip h1 {
        color: #fff;
    }

    .about-strip p {
        font-size: 22px;
        line-height: 35px;
        font-weight: 300;
        color: #fff;
        margin: 20px 0;
        padding: 0 50px;
    }
/*Services*/

.services {
    padding: 12em 15px;
}

    .services p {
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        line-height: 35px;
        font-style: italic;
        width: 90%;
        margin: 0 auto;
    }

        .services p:before {
            content: "\f10d";
            font-family: FontAwesome;
            font-size: 70px;
            position: absolute;
            left: 10px;
            opacity: .6;
            top: -25px;
        }


.man-con {
    padding: 8em 15px 4em;
}

.eng-ser {
    padding: 4em 15px 8em;
}

    .man-con .sub-head, .man-con .heading, .eng-ser .sub-head, .eng-ser .heading {
        color: #000;
    }

    .eng-ser .sub-head, .eng-ser .heading {
        text-align: right;
        display: block;
    }

    .man-con [class*="col-"], .eng-ser [class*="col-"] {
        padding: 5px;
    }

.boxess {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 20px 10px;
    text-align: center;
    min-height: 172px;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}

    .boxess:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .boxess img {
        margin: 0 auto;
        width: 60px;
    }

    .boxess p {
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-top: 15px;
    }

/*Contact*/

.contact {
    padding: 8em 15px;
}

.contact_box {
    box-shadow: rgba(33,33,33,.2) 5px 4px 24px 5px;
    padding: 30px;
}

#map {
    width: 100%;
    height: 300px;
    padding: 10px;
}

.contact .go-btn {
    color: #000;
    border: 2px solid #000;
    margin-bottom: 20px;
}

.form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
}

form [class*="col-"] {
    padding: 20px 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: 0;
}

.address {
    background-color: #111;
    color: #fff;
    padding: 20px 40px;
}

    .address:after {
        content: url(../images/pattern.png);
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: .1;
    }

    .address .border {
        border-color: #fff;
    }

.main-add {
    padding: 30px 0 20px;
}

    .main-add li {
        font-size: 18px;
        padding-bottom: 30px;
        text-indent: -38px;
        line-height: 30px;
        padding-left: 38px;
    }

        .main-add li img {
            padding-right: 10px;
        }

.contact h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-socio li {
    display: inline-block;
    font-size: 30px;
    padding-right: 20px;
    transition: .4s;
}

    .main-socio li:hover {
        transform: translateY(-5px);
    }

/*Philosophy*/
.philosophy {
    padding: 8em 15px 4em;
}

.mission {
    padding: 4em 15px 8em;
}

.philosophy .sub-head, .philosophy .heading {
    color: #000;
}

.mission .sub-head, .mission .heading {
    color: #000;
}

.flex-content2 {
    padding: 40px 0 40px 40px;
}

.flex-content3 {
    padding: 40px;
}

.flex-img2 {
    background-image: url(../images/mission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    outline: 12px solid;
    outline-color: rgba(255,255,255,0.2);
    outline-offset: -30px;
}

.flex-content2 p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 0;
}

/*Projects*/
.projects {
    padding: 8em 15px;
}

.projects {
    padding-top: 0;
}


@media(max-width:1300px) and (min-width:992px) {
    .back-txt {
        font-size: 50px;
        top: 90px;
    }
}

@media(max-width:991px) {
    .h-about img {
        margin: 20px auto 0;
    }

    .phi-flex {
        display: block;
        margin: 0;
        width: 100%;
        /* float: left; */
    }

    .flex-img, .flex-img2 {
        height: 400px;
        display: block;
    }

    .h-secBox {
        padding: 5px 150px;
    }

    .h-strip {
        padding: 70px 0;
    }

        .h-strip h3 {
            font-size: 25px;
            font-weight: 400;
            line-height: 40px;
        }

        .h-strip span {
            font-size: 30px;
            font-weight: 800;
        }

    .pro-row [class*="col-"] {
        padding: 8px 15px;
    }

    .hm {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .services {
        padding: 5em 15px;
    }
}

@media(max-width:768px) {



    .navbar-brand {
        padding: 5px;
    }

        .navbar-brand > img {
            width: 60px;
        }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-content {
        padding: 8em 0;
        color: #fff;
    }

        .banner-content h2 {
            font-size: 28px;
            font-weight: 600;
            line-height: 40px;
        }

    .heading {
        font-size: 30px;
    }

    .flex-content {
        padding: 50px 50px 50px 40px;
    }

    .flex-content2 {
        padding: 0;
    }

    .back-txt {
        left: 40px;
    }



    .back-txt {
        position: absolute;
        left: 40px;
        right: 0;
        font-size: 50px;
        top: 20px;
        opacity: .08;
        font-weight: 700;
    }

    .footer {
        padding: 3em 0;
        text-align: center;
    }

        .footer h4 {
            padding-bottom: 5px;
            padding-top: 25px;
        }

    .h-secBox {
        padding: 10px 65px;
    }
    /*.h-secBox [class*="col-"] {
        padding: 5px 30px;
    }*/

    .soc-con {
        display: inline-block;
        margin: 0 auto;
    }

    .hm {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .contact {
        padding-top: 0 !important;
    }

    .h-strip h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 35px;
    }

    .diagonal {
        background-image: none;
    }

    .sec-boxes {
        padding: 60px 0;
    }

    .footer-box1 {
        padding: 90px;
    }
}

@media(max-width:450px) {
    .back-txt {
        position: absolute;
        right: 0;
        font-size: 40px;
        top: 90px;
        opacity: .08;
        font-weight: 700;
    }
}
