@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

* {
    outline: none !important;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    overflow: hidden;
    overflow-y: auto;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin: 0 0 20px 0;
}

h1, .h1 {
    font-size: 30px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 15px;
}

a {
    color: #596980;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    outline: none !important;
}

.btn {
    padding: 14px 28px 10px 28px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 1px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 15px 15px 13px;
    font-size: 12px;
    line-height: 1;
    border-radius: 1px;
}

.btn-white-o {
    color: #ffffff;
    background-color: transparent;
    border: #ffffff 2px solid;
}

.btn-white-o:hover {
    color: #656566;
    background-color: #ffffff;
    border: #ffffff 2px solid;
}

.btn-blue {
    color: #ffffff;
    background-color: #596980;
    border: #596980 2px solid;
}

.btn-blue:hover {
    color: #ffffff;
    background-color: #505f73;
    border: #505f73 2px solid;
}

.container {
    width: auto;
    max-width: 1700px;
}

.header-wrap {
    border-top: #384965 6px solid;
    background-color: #596980;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.head-scroll {
    background-color: rgba(67, 126, 193, 0.80);
}

.main-nav-wrap {
    margin: 0;
    padding: 0;
}

.navbar {
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 14px 0;
    height: auto;
    display: flex;
    align-items: flex-end;
}

.navbar-brand .m_logo {
    width: auto;
    height: 40px;
}

.navbar-brand .m_tagline {
    width: auto;
    height: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.1rem;
}

.dropdown-menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-toggle {
    margin: 14px 0 13px 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #505f73;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #505f73;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #505f73;
}

.dropdown-menu > li > a {
    padding: 4px 20px;
    color: #656566;
}

.dropdown-menu > li > a:hover {
    background-color: #eaeaea;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.20);
}

.m-l-5 {
    margin-left: 5px !important;
}

.main-slider-wrap {
    position: relative;
    height: 100vh;
}

.full-screen {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}

.carousel-caption-wrap {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px calc(20px + 1vw) 50px;
}

.caption-inner {
    display: table-cell;
    vertical-align: bottom;
    color: #ffffff;
}

.capt_content {
    max-width: 600px;
}

.caption-inner h1 {
    text-transform: uppercase;
    font-size: 6vmin;
}

.caption-inner h2 {
    font-size: 3vmin;
    font-weight: 300;
}

.caption-inner p {
    margin-bottom: 40px;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 40px;
}

.carousel-controls .slide-ctrl {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.60);
    background-color: rgba(0, 0, 0, 0.20);
}

.carousel-controls .slide-ctrl:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(0, 0, 0, 0.40);
}

.carousel-controls .left {
}

.carousel-controls .right {
    float: right;
}

.page-wrapper {
    min-height: 59.4vh;
}

.page-title-wrap {
    background-color: #cccccc;
    padding: 100px 0 0 0;
}

.page-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-title hr {
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 3px solid #596980;
    width: 100px;
}

[data-bg] {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.inner__page-hero {
    font-size: calc(3rem + 1vw);
    padding: 2.75em 0 .75em;
    position: relative;
}

.inner__page-hero h1 {
    font-size: .7em;
    margin: 0;
}

.sec_space {
    padding: calc(4rem + 2vw) 0;
}

.sec_space-b {
    padding-bottom: calc(4rem + 2vw);
}

.pt120 {
    padding-top: 120px;
}

.content__white-aside {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.content__white-aside aside {
    flex: 250px;
    max-width: 250px;
    padding: 0 15px;
}

.content__white-aside article {
    flex: 1;
    max-width: calc(100% - 250px);
    padding: 0 1rem;
}

.content__white-aside aside .aside_inner {
    height: 100%;
    margin-bottom: 30px;
}

.content__white-aside aside .aside_inner h2 {
    font-size: 20px;
    font-weight: 400;
    color: #596980;
    padding-bottom: 10px;
    border-bottom: #dddddd 1px solid;
}

.content__white-aside aside .aside_inner h4 {
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #596980;
}

.content__white-aside aside .aside_inner p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.aside_nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside_nav li a {
    color: #222222;
    display: block;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: #dddddd 1px dotted;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.aside_nav li a:hover {
    background: #ffffff;
    color: #475ecc;
    padding: 8px;
}

.aside_project-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside_project-list li {
    margin-bottom: 8px;
}

.aside_project-list li a {
    color: #222222;
    font-weight: 400;
}

.aside_project-list li a:hover {
    color: #475ecc;
}

.aside_bullet-list {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    font-weight: 400;
}

.content__white-aside article .article_inner {
    background: #ffffff;
    min-height: 100%;
    padding: 30px;
}

.content__white-aside article {
    margin-bottom: 30px;
}

.projects__grid-wrap {

}

.proj_item {
    display: block;
    margin-top: 30px;
}

.proj_item figure {
    margin: 0;
    padding-top: 60%;
    position: relative;
    background-color: #cccccc;
    overflow: hidden;
}

.proj_item figure picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.proj_item .title {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
}

.proj_item:hover figure picture {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    transform: scale(1.025);
}

.proj_item:hover .title {
    color: #475ecc;
}

/*===========================*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl_carousel-slides .item figure {
    padding-top: 56.25%;
    background-color: #dddddd;
}

.owl_carousel-thumbnails .item {
    cursor: pointer;
}

.owl_carousel-thumbnails .owl-item {
    padding: 6px 3px;
}

.owl_carousel-thumbnails .item figure {
    padding-top: 40%;
}

/*==========================*/

.page-section {
    padding: 40px 0 calc(20px + 4vw);
}

.page-col-inner {
}

.bg-white {
    background-color: #ffffff !important;
}

.grey-strip {
    background-color: #d8d8d8;
    padding: 40px;
}

.thumbnail {
    padding: 6px;
    margin-bottom: 30px;
}

.thumbnail .btn {
    margin: 0;
}

.thumbnail > img {
    margin-bottom: 10px;
}


.footer-inner {
    padding: 80px 0;
}

.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

.footer-inner p {
    margin-bottom: 20px;
    font-size: 14px;
    max-width: 390px;
}

.footer-col-inner {
}

.footer-col-inner h3 {
    font-size: 20px;
}

.quick-links {
    margin: 0;
    padding: 0;
}

.quick-links li {
    list-style: none;
    margin-bottom: 5px;
}

.quick-links li a {
    color: #656566;
}

.quick-links li a:hover {
    text-decoration: underline !important;
}

.footer-social-list {
    margin: 0;
    padding: 0;
}

.footer-social-list li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
}

.footer-social-list li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #999999;
    color: #ffffff;
}

.footer-social-list li a:hover {
    background-color: #596980;
}

.copyright-wrap {
    background-color: #b5b5b5;
    font-size: 15px;
    padding: 30px 0;
}

.copyrights-txt {
    margin: 0;
}

.bottom-links {
    margin: 0;
    padding: 0;
    text-align: right;
}

.bottom-links li {
    display: inline-block;
    border-right: #999999 1px solid;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1;
}

.bottom-links li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.bottom-links li a {
    display: inline-block;
    color: #222222;
}

.bottom-links li a:hover {
    text-decoration: underline !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 1px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #596980;
}

.projects_carousel {
    margin: 90px 0 50px;
}

.b_parks-carousel {
    margin-bottom: 30px;
}

.carousel-default .item {
    height: auto !important;
    padding-top: 40%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, .1);
}

.footer-wrap {
    background: #e2e2e2;
}

.footer-wrap a {
    color: #222222;
}

.page__article_wrap {
    background: #ffffff;
    padding: 30px;
}

.mt30 {
    margin-top: 30px;
}

.parks_item {
    display: block;
    margin-top: 30px;
    text-decoration: none;
}

.parks_item figure {
    margin: 0 0 10px;
    padding-top: 60%;
    position: relative;
    background-color: #cccccc;
    overflow: hidden;
}

.parks_item figure picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.parks_item:hover figure picture {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    transform: scale(1.025);
}

.parks_item strong {
    display: block;
    font-size: 14px;
}

.parks_item span {
    display: block;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
}

.article_imgs {
    text-align: center;
    margin: 30px 0 40px;
}

.article_imgs img {
    max-width: 100%;
}

.contact_page-detail {
    font-size: 14px;
    margin-bottom: 50px;
}

.contact_page-detail h4 {
    margin: 30px 0 0;
}

.contact_page-detail h5 {
    margin: 20px 0 0;
}

.contact_page-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account__form-wrap {
    background: #ffffff;
    padding: 30px;
}

.account__form-wrap label {
    font-size: 13px;

}

.form-check {
    position: relative;
    padding-left: 22px;
}

.form-check label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.form-check [type="checkbox"] {
    position: absolute;
    margin: 5px 0 0;
    left: 0;
    cursor: pointer;
}

.login_submit-wrap {
    text-align: right;
}

.contact_form-cols p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}

.owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls .owl-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    pointer-events: all;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
}

.clients_serve-logos-wrap {
    padding-block: calc(1rem + 1vw) calc(2rem + 2vw);
}

.lead_wrap {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto calc(2rem + 1vw);
}

.clients_serve-logos {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4rem 3rem;
}

.clients_serve-logos img {
    mix-blend-mode: multiply;
    width: auto;
    height: calc(4.5rem + .5vw);
}

@media (min-width: 768px) {
    .navbar-nav > li {
        position: relative;
    }

    .navbar-nav > li + li:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 32px;
        top: 50%;
        left: -1px;
        background: rgba(255, 255, 255, .125);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navbar-nav > li > a {
        padding: 25px 20px 23px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 991px) {
    .page-col-inner {
        padding: 50px 0;
    }
}

/* Desktop First ------*/

@media (max-width: 991px) {
    .copyright-wrap, .bottom-links {
        text-align: center;
    }

    .copyrights-txt {
        margin-bottom: 5px;
    }

    .footer-col-inner {
        margin-bottom: 40px;
    }

    .contac-col {
        margin-bottom: 60px;
    }

    .inner-page .page-section .img-responsive {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffffff;
        text-decoration: underline !important;
    }

    .carousel-caption-wrap {
        padding: 60px 10%;
    }

    .carousel-controls {
        padding: 0 10px;
    }

    .caption-inner h1 {
        font-size: 6.5vmin;
    }

    .caption-inner h2 {
        font-size: 4.8vmin;
    }

    .content__white-aside aside,
    .content__white-aside article {
        flex: 100%;
        max-width: 100%;
    }

    .content__white-aside article .article_inner {
        padding: 20px;
    }

    .content__white-aside article .article_inner .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .content__white-aside article .article_inner .row [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .proj_item {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        padding: 16px 0;
    }

    .navbar-brand .m_logo {
        height: 28px;
        margin-right: 6px;
    }

    .navbar-brand .m_tagline {
        height: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
}