/* reset.css is here */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: 0 none !important;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
        outline: 0 none !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

h1 {
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'CircularStd-Bold';
}

h2 {
    font-size: 40px;
    line-height: 47px;
    color: #007b5f;
    font-weight: 400;
    font-family: 'CircularStd-Bold';
}

h3 {
    font-size: 50px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'CircularStd-Bold';
}

h4 {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'CircularStd-bold';
}

h5 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'CircularStd-Bold';
    color: #faf9f9;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'CircularStd-Book';
}

header, nav, section, article, aside, footer, hgroup, figure, main {
    display: block;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: 0 none !important;
}

.flt_lt {
    float: left;
    display: inline;
}

.flt_rt {
    float: right;
    display: inline;
}

.transition {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/* reset.css ends here */

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../fonts/CircularStd-Bold/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold/CircularStd-Bold.otf') format('opentype'), url('../fonts/CircularStd-Bold/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book/CircularStd-Book.otf') format('opentype'), url('../fonts/CircularStd-Book/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../fonts/CircularStd-Medium/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Medium/CircularStd-Medium.otf') format('opentype'), url('../fonts/CircularStd-Medium/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
}

body {
    color: #ffffff;
    font-family: 'CircularStd-Book';
    font-size: 12px;
    font-weight: normal;
}

/* LayOut Start here */
.wrapper {
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.row {
    margin: 0;
}

/* menu icon */
.menu-icon {
    width: 110px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #007b5f;
    text-align: center;
    display: none;
    padding: 31px 0;
    cursor: pointer;
}

    .menu-icon small {
        display: block;
        width: 50px;
        height: 4px;
        background: #fff;
        margin: 6px auto;
        cursor: pointer;
    }

.sticky-header .menu-icon {
    width: 90px;
    height: 81px;
    padding: 23px 0;
}

.side-bar {
    display: none;
}

/*--header start--*/
.sticky-header header {
    position: fixed;
    background: #007b5f;
}

.sticky-header .header-logo {
    padding: 20px 15px 6px 15px;
}

.sticky-header .header-nav {
    font-size: 0;
}

.sticky-header nav ul li a {
    padding-top: 50px !important;
}

.sticky-header .contact-link a {
    padding: 43px 20px 25px 15px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header-logo {
    padding: 39px 15px 15px 67px
}

    .header-logo.mobile-logo {
        display: none;
    }

    .header-logo a {
    }

        .header-logo a img {
            max-height: 95px;
        }

.header-nav {
    text-align: right;
    padding: 0;
    font-size: 0;
}

nav {
    background: #007b5f;
    display: inline-block;
    margin-left: auto;
}

    nav ul {
        display: block;
        font-size: 0;
        margin: 0;
        padding: 0;
        float: left;
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li:first-child a {
                padding: 63px 21px 28px 42px;
            }

            nav ul li.last-pad-adjst a {
                padding: 63px 45px 28px 21px;
            }

            nav ul li a {
                font-size: 16px;
                line-height: 18px;
                color: #ffffff;
                font-family: 'CircularStd-Bold';
                padding: 63px 21px 28px;
                display: inline-block;
            }

                nav ul li a:hover {
                    background: #005844;
                    color: #fff;
                }

.contact-link {
    background: #fff;
    display: inline-block;
    float: right;
}

    .contact-link a {
        font-size: 25px;
        line-height: 28px;
        color: #007b5f;
        font-family: 'CircularStd-Bold';
        padding: 56px 72px 25px 33px;
        display: inline-block;
    }

        .contact-link a:hover {
            background: #005844;
            color: #fff;
        }

/*--banner start--*/
.banner {
    background: url(../images/banner1.jpg) no-repeat;
    object-fit: cover;
    padding: 20.5% 0 9.5% 0;
    font-family: 'CircularStd-Bold';
    color: #ffffff;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
}

.banner-content {
    padding: 0 0 0 8px;
}

    .banner-content > em {
        font-size: 16.24px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        text-transform: uppercase;
        padding: 0 16px;
        letter-spacing: 6px;
    }

    .banner-content small {
        display: inline-block;
        width: 175px;
        height: 2px;
        background: #007b5f;
        vertical-align: middle;
    }

    .banner-content h1 {
        padding: 79px 8px 89px 0;
        letter-spacing: 0.5px;
    }

    .banner-content h3 {
        line-height: 70px;
        padding: 79px 8px 89px 0;
        letter-spacing: 0.5px;
    }

    .banner-content p {
        max-width: 575px;
        margin: 0 auto;
        padding: 0 0 95px 0;
    }

    .banner-content a {
        display: inline-block;
        margin: 0 7px 0 0;
    }

        .banner-content a img {
        }

.vision-block {
    padding: 2.6% 10px 8.6% 0%;
}

    .vision-block em {
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 3.2px;
    }

/* video-block */
.video-block {
    position: relative;
    text-align: center;
    padding: 38px 15px 50px;
}

    .video-block img {
    }

    .video-block a {
        position: absolute;
        width: 78px;
        height: 78px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 78px;
        left: 0;
        right: 0;
        top: 49%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 auto;
        padding: 0 0 0 10px;
    }

        .video-block a img {
            margin: 0 auto;
        }

/* street-work */
.street-work {
    background: url(../images/image-2.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 827px;
    position: relative;
}

.street-content {
    position: absolute;
    width: 50%;
    background: #007b5f;
    bottom: 0;
    right: 0;
}

.street-top {
    padding: 39px 15px 43px 42px;
    max-width: 600px;
}

    .street-top em {
        font-size: 16px;
        line-height: 18px;
        display: inline-block;
        font-family: 'CircularStd-Bold';
        letter-spacing: 6.4px;
    }

    .street-top h3 {
        letter-spacing: -0.7px;
    }

    .street-top p {
        padding: 17px 0 0 0;
    }

.street-bottom {
}

    .street-bottom a {
        font-size: 16px;
        line-height: 73px;
        width: 188px;
        height: 73px;
        color: #fff;
        display: inline-block;
        text-align: center;
        background: #007b5f;
        font-family: 'CircularStd-Bold';
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .street-bottom a:hover {
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

/* slider */
.street-work .slick-prev, .slick-next {
    top: -19px;
    width: 40px;
    height: 40px;
    background: #007b5f !important;
}

.street-work .slick-prev {
    left: 0;
}

.street-work .slick-next {
    left: 40px;
    right: auto;
}

.street-work .slick-prev:before {
    content: '';
    color: #fff !important;
    background: url(../images/arrow-left.png) no-repeat;
    width: 13px;
    height: 17px;
    position: absolute;
    background-size: 13px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.street-work .slick-next:before {
    content: '';
    color: #fff !important;
    background: url(../images/arrow-right.png) no-repeat;
    width: 13px;
    height: 17px;
    position: absolute;
    background-size: 13px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* community block */
.banner.banner1 {
    padding: 9.1% 0 8.9% 0;
    background: url(../images/banner2.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.banner1 .banner-content {
}

    .banner1 .banner-content em {
    }

    .banner1 .banner-content small {
        width: 264px;
    }

    .banner1 .banner-content h3 {
        padding: 52px 7px 50px 0;
        letter-spacing: -0.8px;
    }

    .banner1 .banner-content a {
        width: 188px;
        height: 73px;
        background: #007b5f;
        font-size: 16px;
        line-height: 73px;
        text-align: center;
        font-family: 'CircularStd-Bold';
        color: #fff;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .banner1 .banner-content a:hover {
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

/*news block*/
.news-block {
    padding: 60px 0 67px 0;
    border-bottom: 13px solid #007b5f;
}

.news-in {
    padding: 0 10px 9px 0;
}

    .news-in figure {
    }

        .news-in figure img {
            height: 422px;
            object-fit: cover;
            width: 100%;
        }

.news-sub {
    padding: 27px 15px 25px 29px;
    background: #f3f3f3;
}

    .news-sub em {
        font-size: 12px;
        line-height: 14px;
        color: #007b5f;
        letter-spacing: 4.8px;
        display: inline-block;
        padding-bottom: 7px;
        font-family: 'CircularStd-bold';
        text-transform: uppercase;
    }

    .news-sub h4 {
        color: #007b5f;
        padding: 0 0 13px 0;
    }

    .news-sub p {
        color: #363636;
        padding: 0 0 31px 0;
    }

    .news-sub a {
        font-size: 14px;
        line-height: 50px;
        color: #fff;
        background: #007b5f;
        width: 122px;
        height: 50px;
        text-align: center;
        display: block;
        font-family: 'CircularStd-Bold';
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .news-sub a:hover {
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

.empty-space {
    height: 422px;
}

.news-journal {
    background: #007b5f;
    padding: 28px 20px 25px 28px;
}

    .news-journal em {
        font-size: 12px;
        color: #ffffff;
        font-family: 'CircularStd-Bold';
        text-transform: uppercase;
        letter-spacing: 4.8px;
    }

    .news-journal h4 {
        line-height: 34px;
        padding: 4px 0 96px 0;
    }

    .news-journal a {
        font-size: 14px;
        line-height: 50px;
        width: 122px;
        height: 50px;
        color: #007b5f;
        text-align: center;
        display: block;
        background: #fff;
        font-family: 'CircularStd-Bold';
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .news-journal a:hover {
            color: #ffffff;
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

/* citywide block */
.banner.citywide {
    background: url(../images/banner3.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 14.5% 0 9.3% 0;
}

.citywide .banner-content small {
    width: 264px;
}

.citywide .banner-content h3 {
    padding: 11px 7px 23px 0;
    letter-spacing: -0.8px;
}

.citywide .banner-content p {
    padding: 0 0 59px 0;
}

.citywide .banner-content a {
    width: 188px;
    height: 73px;
    background: #007b5f;
    font-size: 16px;
    line-height: 73px;
    text-align: center;
    font-family: 'CircularStd-Bold';
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .citywide .banner-content a:hover {
        background: #005844;
        -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
    }

/*about-block*/
.about-block {
    background: #f3f3f3;
    vertical-align: middle;
}

.about-right {
    vertical-align: middle;
    padding: 0;
}

    .about-right figure {
    }

        .about-right figure img {
            object-fit: cover;
            height: 798px;
            width: 100%;
        }

.about-left {
    vertical-align: middle;
    padding: 105px 88px 20px 15px;
}

.about-in {
    max-width: 502px;
    margin-left: auto;
}

    .about-in em {
        font-size: 16px;
        line-height: 19px;
        color: #007b5f;
        font-family: 'CircularStd-Bold';
        letter-spacing: 6.4px;
    }

    .about-in h3 {
        color: #007b5f;
        padding: 21px 0 35px 0;
        letter-spacing: -1px;
    }

    .about-in p {
        color: #007b5f;
        padding: 0 0 18px 0;
        letter-spacing: 0.2px;
    }

    .about-in a {
        width: 188px;
        height: 73px;
        background: #007b5f;
        font-size: 16px;
        line-height: 73px;
        text-align: center;
        font-family: 'CircularStd-Bold';
        color: #fff;
        display: inline-block;
        margin-top: 37px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .about-in a:hover {
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

/*stat-block*/
.stat-block {
    padding: 7.5% 0 7.7% 0;
}

.stat-in {
    padding: 0 8px 0 0;
}

    .stat-in ul {
        display: block;
        font-size: 0;
        max-width: 875px;
        margin: 0 auto;
    }

        .stat-in ul li {
            text-align: center;
            display: inline-block;
            width: 33.33%;
        }

            .stat-in ul li em {
                font-size: 15.96px;
                line-height: 20px;
                color: #007b5f;
                font-family: 'CircularStd-Bold';
                display: block;
                letter-spacing: 6.4px;
                padding-bottom: 38px;
            }

            .stat-in ul li strong {
                font-size: 49.83px;
                line-height: 60px;
                color: #007b5f;
                font-family: 'CircularStd-Bold';
                display: block;
                font-weight: normal;
            }

/*get in citywide*/
.banner.get-in {
    background: url(../images/banner4.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 6.1% 0 5.8% 0;
    position: relative;
}

    .banner.get-in:before {
        content: "";
        background-color: rgba(0,123,95,.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.get-in .banner-content > em {
    line-height: 22px;
}

.get-in .banner-content small {
    width: 200px;
}

.get-in .banner-content h3 {
    padding: 7px 7px 25px 0;
    letter-spacing: -0.8px;
}

.get-in .banner-content p {
    padding: 0 0 59px 0;
}

.get-in .banner-content a {
    width: 188px;
    height: 73px;
    background: #007b5f;
    font-size: 16px;
    line-height: 73px;
    text-align: center;
    font-family: 'CircularStd-Bold';
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .get-in .banner-content a:hover {
        background: #005844;
        -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
    }

/*Footer Starts Here*/
footer {
    background: #007b5f;
    padding: 67px 0 104px 0;
    border-bottom: 22px solid #ffd100;
    margin: -1px 0 0 0;
}

    footer a {
        font-size: 16px;
        line-height: 18px;
        color: #f3f3f3;
        font-family: 'CircularStd-Book';
        font-weight: normal;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        footer a:hover {
            color: #ffffff;
            opacity: 0.8;
        }

    footer p {
        line-height: 18px;
        color: #f3f3f3;
    }

    footer h6 {
        font-size: 16px;
        line-height: 18px;
        color: #f3f3f3;
        font-family: 'CircularStd-Bold';
        font-weight: normal;
    }

.footer_left_block {
    padding: 0 0 0 8px;
}

.footer_logo {
    padding: 0 0 200px 0;
}

.copy_details p {
    padding: 0 0 26px 0;
}

.copy_details {
    padding: 0 0 0 2px;
}

    .copy_details h6:last-of-type {
        padding: 0 0 29px 0;
    }

.footer_right_block {
    padding: 13px 0 0 0;
}

    .footer_right_block address {
        font-size: 16px;
        line-height: 28px;
        color: #f3f3f3;
        font-family: 'CircularStd-Book';
        font-weight: normal;
        letter-spacing: 0.2px;
    }

.address_1 h6 {
    margin-bottom: 5px;
}

.address_1 {
    padding: 0 0 3px 0;
}

.time_support p {
    padding: 0 0 28px 0;
    letter-spacing: 0.1px;
}

.time_support h6 {
    letter-spacing: 0.2px;
}

.time_support p:last-of-type {
    letter-spacing: 0.4px;
}

.time_support {
    margin: -10px 0 0 0;
}

.address_left_block {
    margin: 0 0 0 -15px;
}

.address_right_block {
    padding: 0 0 0 55px;
}

    .address_right_block .address_1 h6 {
        padding: 0 0 5px 0;
        letter-spacing: 0.1px;
    }

    .address_right_block .address_1 {
        padding: 0 0 18px 0;
    }

        .address_right_block .address_1:last-of-type {
            padding: 0;
        }
/*Footer Ends Here*/

/* home page ends here */

/*Work Page Starts Here*/

/*Banner SEction Starts Here*/
.banner_work {
    padding: 15.8% 0 5.8% 0;
}

    .banner_work h1 {
        max-width: 962px;
        margin-left: auto;
        margin-right: auto;
        padding: 31px 0 42px 0;
    }

    .banner_work .banner-content p {
        padding: 84px 0 0 0;
    }
/*Banner Section Ends Here*/
/*Category Section Starts Here*/
.sort_block .btn {
    border-radius: 0;
    padding: 9px 10px;
}

.sort_block {
    padding: 0 210px 0 0;
}

.category_block p {
    color: #363636;
    padding: 0 250px 0 0;
    letter-spacing: 0.1px;
    line-height: 27px;
}

.sort_block ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0 0 0 -11px;
}

    .sort_block ul li {
        margin: 0 11px 11px 0;
        border: none;
    }

        .sort_block ul li a {
            font-size: 14px;
            line-height: 16px;
            color: #ffffff;
            font-family: 'CircularStd-Bold';
            font-weight: normal;
        }

        .sort_block ul li.btn-warning {
            background: #f2931b;
        }

        .sort_block ul li.btn-primary {
            background: #01adef;
        }

        .sort_block ul li.btn-success {
            background: #8dc53e;
        }

.category_block {
    padding: 12px 13px 12px 13px;
}

    .category_block hr {
        margin: 50px 0 50px 0;
    }

.sort_block h3 {
    font-size: 40px;
    line-height: 44px;
    font-family: 'CircularStd-Bold';
    font-weight: normal;
    color: #007b5f;
    letter-spacing: -0.8px;
    padding: 0 0 21px 0;
}
/*Category Section Ends Here*/
/*Feature Section Starts Here*/
.feature_main {
    position: relative;
    height: 827px;
}

.feature_main_1 {
    background: url('../images/feature_bg_1.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.feature_main_2 {
    background: url('../images/feature_bg_2.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.feature_main_3 {
    background: url('../images/feature_bg_3.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.feature_main_4 {
    background: url('../images/feature_bg_4.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.feature_inner_block {
    padding: 31px 15px 43px 45px;
    width: 600px;
}

.feature_block {
    width: 900px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #007b5f;
}

.feature_outer_block {
    position: relative;
    width: 600px;
}

    .feature_outer_block > a {
        font-size: 16px;
        line-height: 18px;
        padding: 27px 48px;
        background: #007b5f;
        color: #ffffff;
        font-family: 'CircularStd-Bold';
        font-weight: normal;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .feature_outer_block > a:hover {
            background: #005844;
            -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        }

    .feature_outer_block ul li.btn-success {
        background: #8dc53e;
    }

    .feature_outer_block ul li.btn-primary {
        background: #01adef;
    }

    .feature_outer_block ul li.btn-warning {
        background: #f2931b;
    }

    .feature_outer_block ul {
        position: absolute;
        bottom: 100%;
        left: 0;
    }

        .feature_outer_block ul li a {
            font-size: 14px;
            line-height: 16px;
            color: #ffffff;
            font-family: 'CircularStd-Bold';
            font-weight: normal;
        }

        .feature_outer_block ul li.btn {
            padding: 9px 14px 9px 14px;
            border: none;
            border-radius: 0;
            margin: 0 6px 0 0;
        }

.feature_inner_block h5 {
    font-weight: normal;
    letter-spacing: 6.4px;
}

.feature_inner_block h3 {
    font-size: 50px;
    line-height: 52px;
    font-family: 'CircularStd-Bold';
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -0.8px;
    padding: 0 0 21px 0;
}

.feature_inner_block p {
    letter-spacing: 0.2px;
    line-height: 28px;
}

.feature_block_left {
    left: 0;
}

.feature_main_left .feature_outer_block {
    margin-left: auto;
}

.feature_main_left .feature_inner_block {
    padding: 31px 45px 43px 12px;
}

.feature_main_left .feature_outer_block > a {
    float: right;
}
/*Feature Section Ends Here*/
/*News Section STarts*/
.news-block-work {
    padding: 88px 0 83px 0;
    border: none;
}
/*New SEction Ends HEre*/

/*Work Page ends Here*/

/*News page start here*/
.street-work.street-work2 {
    background: url(../images/image-4.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    margin: -1px 0 0 0;
}

.street-work.gardens-work {
    background: url(../images/image-5.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.street-content {
    position: absolute;
    width: 50%;
    background: #007b5f;
    bottom: 0;
    right: 0;
}

.gardens-work .street-content {
    right: auto;
    left: 0;
}

.gardens-work .street-top {
    margin-left: auto;
    margin-right: 32px;
}

.gardens-work .street-bottom {
    text-align: right;
}

.gardens-work {
}

.media-room {
    padding: 52px 0 15px;
}

.media-in {
    border-bottom: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
}

.media-inner {
    max-width: 960px;
    padding: 12px 10px 26px;
}

.media-in h2 {
    color: #007b5f;
    padding-bottom: 11px;
    letter-spacing: -0.7px;
}

.media-in p {
    color: #363636;
    letter-spacing: 0.2px;
    padding-bottom: 31px;
}

.media-in ul {
    display: block;
    font-size: 0;
}

    .media-in ul li {
        padding: 0 11px 0 0;
        display: inline-block;
    }

        .media-in ul li a {
            display: inline-block;
            font-size: 14px;
            line-height: 40px;
            height: 39px;
            color: #fff;
            background: #007b5f;
            padding: 0 20.6px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            font-family: 'CircularStd-bold';
        }

            .media-in ul li a:hover {
                background: #005844;
                -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
                box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
            }

.news-block ul {
    display: block;
    font-size: 0;
    padding: 42px 0 0px 7px;
}

    .news-block ul li {
        display: inline-block;
        padding: 0 6.9px 0;
    }

        .news-block ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            background: #f3f3f3;
            font-size: 20px;
            color: #363636;
            font-family: 'CircularStd-Bold';
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .news-block ul li a:hover {
                background: #005844;
                color: #fff;
            }

.news_page .banner {
    padding: 15.8% 0 5.8% 0;
}

.news_page .banner-content h1 {
    padding: 32px 14px 40px 0;
}

.scroll-block {
    padding: 86px 0 0 0;
}

.news-sub-block {
}

.news_page .news-block {
    padding: 1px 0 67px 0;
}

.news_page .news-sub-block {
    padding: 32px 0 0px 0;
}

.news-sub-block .news-in {
    padding: 0 10px 61px 10px;
}

.news-sub-block .news-inner {
    margin: 0 -10px;
}

.news-sub-block .news-in figure img {
    height: 391px;
}

.news-sub-block .news-sub h2 {
    margin: 14px 0 27px;
    letter-spacing: -0.6px;
}

.news-sub-block .news-sub p {
    padding: 0 0 33px 0;
}

.news_page .banner.get-in {
    padding: 6.1% 0 5.8% 0;
}

/*News page ends here*/

/* Sub_Generic start here */

.sub_generic .banner {
    padding: 15.8% 0 5.8% 0;
}

.sub_generic .banner-content > em {
    line-height: 22px;
}

.sub_generic .banner-content h1 {
    padding: 30px 0px 32px 0;
}

.sub_generic .scroll-block {
    padding: 94px 0 0 0;
}

.sub_generic .video-block {
    padding: 0px 0 7px;
}

.sub_generic .news-block {
    padding: 16px 0 55px 0;
}

.sub_generic .banner.get-in {
    padding: 6.1% 0 6% 0;
}

.sub_generic {
}

/*--view page start--*/
/*--headings start--*/
.headings {
    padding: 77px 0 10px 10px;
}

    .headings h2 {
        font-size: 50px;
        line-height: 52px;
        letter-spacing: -1.1px;
        padding: 0 0 23px 0;
    }

    .headings p {
        color: #363636;
        letter-spacing: 0.2px;
        padding: 0 0 18px 0;
    }

.padjust p {
    padding: 0 0 66px 0;
}

.headings h3 {
    color: #007b5f;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.9px;
    padding: 0 0 25px 0;
}

.headings h4 {
    color: #363636;
    font-size: 35px;
    line-height: 36px;
    padding: 11px 0 26px 0;
    letter-spacing: -0.8px;
}
/*--headings end--*/
/*--list-items start--*/
.list-item {
    padding: 78px 0 64px 9px;
    max-width: 957px;
}

    .list-item h3 {
        color: #007b5f;
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -0.9px;
        padding: 0 0 25px 0;
    }

    .list-item p {
        color: #363636;
        letter-spacing: 0.2px;
        padding: 0 0 16px 0;
        font-family: 'CircularStd-Bold';
    }

    .list-item ul {
        margin: 0 0 28px 72px;
    }

        .list-item ul li p:after {
            content: "";
            background: url(../images/arrow.png) no-repeat;
            position: absolute;
            left: -38px;
            top: 11px;
            width: 17px;
            height: 8px;
        }

        .list-item ul li p {
            position: relative;
            color: #898989;
            padding: 0;
            margin: 0;
            font-family: 'CircularStd-Book';
        }

.list-adjust {
}

    .list-adjust ul {
        display: list-item;
        margin: 0 0 28px 54px;
    }

    .list-adjust li {
        list-style-type: decimal;
        color: #007b5f;
        font-size: 16px;
        line-height: 28px;
        font-family: 'CircularStd-Bold';
        padding: 0 0 0 18px;
    }

        .list-adjust li p:after {
            display: none;
        }

/*--list-items end--*/
.heading-bk {
    background: #007b5f;
}

.heading-txt {
    padding: 74px 0 91px 9px;
    max-width: 957px;
}

    .heading-txt h3 {
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -0.9px;
        padding: 1px 0 26px 0;
    }

    .heading-txt p {
        letter-spacing: 0.2px;
        padding: 0 0 17px 0;
    }

.heading-bk.heading-bk1 {
    background: #f3f3f3;
}

.heading-bk1 h3 {
    color: #007b5f;
}

.heading-bk1 p {
    color: #363636;
}

.lorem {
}

.lorem-in {
    padding: 125px 0 0 9px;
}

    .lorem-in p {
        color: #363636;
        max-width: 957px;
        padding: 0 0 18px 0;
    }

.quotes {
    padding: 28px 0 0 0px;
}

    .quotes p {
        color: #007b5f;
        padding: 0 36px 44px 106px;
        position: relative;
    }

        .quotes p:before {
            content: "";
            background: url(../images/quotes.png) no-repeat;
            width: 22px;
            height: 18px;
            position: absolute;
            left: 42px;
            top: 2px;
        }

.lorem-bk {
    padding: 74px 0 100px 0;
}

.lorem-lt {
    padding: 0 15px 0 0;
}

    .lorem-lt p {
        max-width: 584px;
        padding: 0 0 18px 0;
        letter-spacing: 0.2px;
    }

.banner4 {
}

    .banner4 figure {
    }

        .banner4 figure img {
            width: 100%;
            display: block;
        }

    .banner4 ul {
        margin: 0;
        padding: 19px 0 43px 0;
    }

        .banner4 ul li {
            display: inline-block;
            padding: 0 8px;
        }

            .banner4 ul li:first-child {
                padding-left: 0;
            }

            .banner4 ul li:last-child {
                padding-right: 0;
            }

.share {
}

.share-in {
    padding: 4px 0 49px 8px;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
}

    .share-in h3 {
        color: #007b5f;
        font-size: 40px;
        line-height: 42px;
        font-weight: normal;
        font-family: 'CircularStd-Bold';
        letter-spacing: -0.9px;
        padding: 0 0 22px 0;
    }

    .share-in ul {
    }

        .share-in ul li {
            display: inline-block;
            padding: 0 28px 0 0;
        }

            .share-in ul li a {
                width: 52px;
                height: 52px;
                border: 2px solid #007b5f;
                display: block;
                border-radius: 100%;
                text-align: center;
                line-height: 50px;
                font-size: 26px;
                color: #007b5f;
            }

                .share-in ul li a:hover {
                    opacity: 0.8;
                    color: #005844;
                    border: 2px solid #005844;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                }

.news-inner h2 {
    color: #007b5f;
    letter-spacing: -0.5px;
    padding: 0 0 22px 7px;
}

/* Sub_Generic ends here */

/* contact page start here */

.form-block {
    padding: 101px 0 0 0px;
}

.form-in {
}

.form-content {
}

    .form-content p {
        color: #363636;
        padding: 9px 9px;
        max-width: 950px;
    }

.form-inner {
    padding: 30px 0 137px 0;
}

.form-left {
    padding: 0 10px;
}

form {
    font-size: 0;
}

.form-section {
    padding: 19px 0 18px 0;
}

.width-adjest1 {
    width: 50%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.width-adjest2 {
    width: 50%;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.form-section label {
    display: block;
    color: #007b5f;
    font-size: 20px;
    line-height: 24px;
    font-family: 'CircularStd-Bold';
    padding: 0 0 9px 0;
    letter-spacing: -0.4px;
}

.form-section input {
    display: block;
    color: #000000;
    font-size: 20px;
    line-height: 58px;
    font-family: 'CircularStd-Book';
    height: 58px;
    width: 100%;
    background: #ebebeb;
    padding: 0 20px;
    border: none;
    outline: none;
}

.form-section .radio input [type=radio] {
    position: relative;
    margin-left: -20px;
    height: 1.6em;
    width: 50px;
    display: inline-block;
    appearance: auto;
}

.form-section textarea {
    display: block;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'CircularStd-Book';
    height: 360px;
    width: 100%;
    background: #ebebeb;
    padding: 20px 20px;
    border: none;
    outline: none;
    resize: none;
}

.form-section > button {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 73px;
    font-family: 'CircularStd-Bold';
    height: 73px;
    width: 188px;
    background: #007b5f;
    border: none;
    outline: none;
    text-align: center;
    margin: 14px 0 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .form-section > button:hover {
        background: #005844;
        -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
        box-shadow: inset 0 3px 5px rgba(255,255,255,0.150);
    }

/* dd */

.form-section .dd {
    outline: 0;
    display: inline-block;
    width: 100% !important;
    height: 58px;
    border: none;
    background: #ebebeb;
    border-radius: 0;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-family: 'CircularStd-Book';
    padding: 0 10px;
}

    .form-section .dd .ddTitle {
        background: 0 0;
        color: #000000;
        font-size: 16px;
        line-height: 48px;
        font-weight: 300;
    }

    .form-section .dd .divider {
        display: none;
    }

    .form-section .dd .ddArrow {
        background: url(../images/arrow-down.png) no-repeat;
        width: 17px;
        height: 15px;
        right: 14px;
        cursor: pointer;
    }

    .form-section .dd .ddChild {
        z-index: 1 !important;
        left: 0;
    }

        .form-section .dd .ddChild li .ddlabel {
            font-size: 18px;
            line-height: 20px;
            color: #000;
        }
/* dd */

.form-right {
    padding: 15px 15px;
}

.contact-sub {
    max-width: 295px;
    margin-left: auto;
}

.contact-info {
    padding-bottom: 26px;
}

    .contact-info h6 {
        color: #007b5f;
        font-size: 20px;
        line-height: 24px;
        font-family: 'CircularStd-Bold';
        margin: 3px 0;
        letter-spacing: 0.2px;
    }

    .contact-info address {
        color: #363636;
        font-size: 16px;
        line-height: 28px;
        font-family: 'CircularStd-Book';
        margin: 0;
        letter-spacing: 0.2px;
    }

    .contact-info p {
        color: #363636;
        margin: 0;
        letter-spacing: 0.2px;
    }

        .contact-info p a {
            color: #363636;
        }

/* contact page ends here */

.btn-warning:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: #D58512 !important;
}

.btn-primary:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: #204D74 !important;
}

.btn-success:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: #398439 !important;
}

.show_mobile {
    display: none !important;
}

.hide_mobile {
    display: block !important;
}

/* inputs feilds */
input, textarea, button, select {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
}

.services-content {
    position: absolute;
    top: 0px;
    padding: 30px;
    height: 100%;
}

.services-item {
    margin: 10px 0px 0px;
    padding: 0px 10px 0px 0px;
    height: 100%;
}

.services-panel {
    margin-bottom: 10px;
}

.services-item h2 {
    color: #fff;
    margin: 0px 0px 30px;
    line-height: normal;
    padding: 0px;
    font-size: 40px;
}

.services-item img {
    min-height: 422px;
}

.services-item .btn {
    position: absolute;
    bottom: 30px;
}

.btn-primary {
    background: #007b5f;
    font-size: 16px;
    text-align: center;
    font-family: 'CircularStd-Bold';
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 0px;
    border-radius: 0px;
    padding: 15px 30px;
}

    .btn-primary:hover {
        background: #005844 !important;
        border: 0px;
    }

.services-desc p {
    color: #fff;
    padding: 0px;
}

.nav-socials {
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    width: auto;
    background: rgba(86, 0, 37, 0);
    padding: 20px 10px;
    transition: all .6s;
}

.sticky-header .nav-socials {
    background-color: rgba(0, 123, 95, .8);
}

.nav-socials > ul > li {
    font-size: 16px;
    display: block;
    color: #fff
}

    .nav-socials > ul > li + li {
        margin-top: 20px
    }

    .nav-socials > ul > li > a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        padding: 0px !important;
        border: 2px solid #fff;
        border-radius: 50%;
        text-align: center;
    }

.sticky-header nav.nav-socials ul li a {
    padding-top: 0px !important;
}

@media(max-width:1220px) {
    .nav-socials {
        display: none;
    }
}

@media only screen and (max-width : 1023px) {
    .nav-socials {
        display: none;
    }

    .services-item {
        padding: 0px 5px;
    }

    .show_mobile {
        display: block !important;
    }

    .hide_mobile {
        display: none !important;
    }

    .menu-icon {
        display: block;
    }

    .side-bar .header-nav {
        display: block;
    }

    .open .side-bar {
        display: block;
        width: 100%;
        z-index: 99;
        position: fixed;
        overflow: auto;
        top: 97px;
        background: #007b5f;
        height: 376px;
    }

    .sticky-header.open .side-bar {
        top: 80px;
    }

    nav {
        display: block;
        padding: 20px 0;
        background: none;
    }

        nav ul li {
            display: block;
            text-align: left;
            padding: 15px 25px;
        }

            nav ul li a {
                font-size: 16px;
                padding: 0 !important;
            }

    .sticky-header nav ul li a {
        padding-top: 0px !important;
    }

    nav ul li a:hover {
        background: none;
    }

    .open .menu-icon {
        background: none;
    }

    .open header {
        background: #007b5f;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    nav ul {
        float: none;
    }

    .header-nav {
        display: none;
    }

    .sticky-header .header-logo {
        padding: 15px 15px 15px 15px;
    }
}

@media only screen and (max-width : 767px) {
    .services-item {
        padding: 0px;
    }

        .services-item img {
            min-height: initial;
            width: 100%;
        }
}