/* Street Art */

/*font-family: 'Montserrat', sans-serif;*/
@import url("loading.css");

body, html {
    font-family: 'Rubik', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

header {}

header .container-fluid {
    margin: 0px -15px;
}

header .header-top {
    padding:10px 50px;
    border-bottom: 1px solid #ddd;
    line-height: 28px;
}

header .header-top .header-left {}

header .header-top .header-left .box {
    display: inline-block;
    float: left;
    margin-right: 70px;
    font-weight: 500;
    font-size: .85em;
}

header .header-top .header-left .box .hl-icon {
    margin-right: 10px;
    font-size: 1.2em;
    transition: all 0.5s;
}

header .header-top .header-left .box:hover .hl-icon {
    color: #ff5400;
}

header .header-top .header-left .box a {
    color: #000;
    transition: all 0.5s;
}

header .header-top .header-left .box:hover a,
header .header-top .header-left .box:focus a,
header .header-top .header-left .box:active a {
    color: rgba(0,0,0,0.7);
    text-decoration: none;
}

header .header-top .header-social {}

header .header-top .header-social ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

header .header-top .header-social ul li {
    float: left;
}


header .header-top .header-social ul li a {
    color: #000;
    font-size: 1.2em;
    display: block;
    margin-right: 13px;
    transition: all 0.5s;
}

header .header-top .header-social ul li a:hover,
header .header-top .header-social ul li a:focus,
header .header-top .header-social ul li a:active {
    color: #ff5400;
}

header .header-top .header-social ul li:last-child a {
    margin-right: 0px;
}

header .header-bottom {
    border-bottom: 1px solid #ddd;
}

header .header-bottom .logo-area {
}

header .header-bottom .logo-area a{
    background: #ffffff;
    padding: 8px 50px;
    display: block;
}

header .header-bottom .main-menu {}

header .header-bottom .main-menu ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
    table-layout: fixed;
}

header .header-bottom .main-menu ul li {
    float: none;
    display: table-cell;
}

header .header-bottom .main-menu ul li a {
    height: 83px;
    border-right: 1px solid #ddd;
    text-align: center;
    color: #000;
    line-height: 83px;
    display: block;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), color-stop(50%, #ff5400), color-stop(50%, #000));
    background: linear-gradient(to right, #ff5400, #ff5400 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
    text-decoration: none;
}

header .header-bottom .main-menu ul li:last-child a {
    border-right: 0px;
}

header .header-bottom .main-menu ul li:hover a,
header .header-bottom .main-menu ul li:focus a,
header .header-bottom .main-menu ul li:active a,
header .header-bottom .main-menu ul li.active a{
    background-position: 0 100%;
}

.main-content {}

.main-content .main-slider {}

.main-content .main-slider .w-100 {
    width: 100vw;
    height: calc(100vh - 133px);
    object-fit: cover;
}

.main-content .main-slider .carousel-caption {
    bottom: auto;
    top: 40%;
    left: auto;
    right: auto;
    width: 100%;
}

.main-content .main-slider .carousel-caption h5 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    width: 35%;
    margin: auto;
    text-shadow: 5px 5px 10px #000;
}

.main-content .main-slider .carousel-control-prev,
.main-content .main-slider .carousel-control-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    bottom: 0;
    top: auto;
    opacity: 1;
}

.main-content .main-slider .carousel-control-prev img,
.main-content .main-slider .carousel-control-next img {
    filter: brightness(0%);
    transition: all 0.5s;
}

.main-content .main-slider .carousel-control-prev:hover img,
.main-content .main-slider .carousel-control-next:hover img {
    filter: brightness(0) invert(1);
}

.main-content .main-slider .carousel-control-next {
    left: 60px;
}

.main-content .main-slider .carousel-control-next:hover,
.main-content .main-slider .carousel-control-prev:hover{
    right: auto;
    background: #ff5400;
}

.main-content .home-title {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
}

.main-content .home-title-before {
    font-size: 4em;
    color: #000;
    -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    text-transform: uppercase;
    padding-left: 50px;
    font-weight: 800;
}

.main-content .home-services {
    margin: 70px 0px;
}

.main-content .home-services .home-title {
    color: #144998;
}

.main-content .home-services .home-title-before {
    color: #144998;
    -webkit-text-stroke-color: #144998;
}

.main-content .home-services .boxes {
    margin-top: 30px;
}

.main-content .home-services .boxes .box {
    padding: 50px 30px 50px 30px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ff5400;
    height: 250px;
    width: 100%;
    display: block;
    vertical-align: middle;
    transition: all 0.5s;
    background: #fff;
}

.main-content .home-services .boxes .box:hover {
    background: #144998;
    border: 1px solid #144998;
    border-bottom: 5px solid #144998;
}

.main-content .home-services .boxes .box .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.main-content .home-services .boxes .box:hover .title {
    color: #fff;
}

.main-content .home-services .boxes .box .button-area {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #fff;
    transition: all 0.5s;
    font-size: 1.3em;
    border-radius: 4px;
}

.main-content .home-services .boxes .box .button-area .btn {
    font-size: 1.2em;
    width: 50px;
    height: 50px;
    color: #000;
    transition: all 0.5s;
}

.main-content .home-services .boxes .box:hover .button-area {
    background: #ff5400;
    color: #fff;
}

.main-content .home-services .boxes .box:hover .button-area .btn {
    color: #fff;
}

.main-content .home-services .boxes a {
    display: block;
    text-decoration: none;
}

.main-content .home-about {
    margin: 80px 0px;
}

.main-content .home-about .image {}

.main-content .home-about .image img {
    width: 100%;
    height: auto;
}

.main-content .home-about .text {
    color: #144998;
}

.main-content .home-about .text h5,
.main-content .home-about .text h2 {
    text-transform: uppercase;
}

.main-content .home-about .text h2 {
    font-weight: 700;
}

.main-content .home-about .text p {
    font-weight: 500;
}

.main-content .home-about .btn-home-about {
    background: #ff5400;
    color: #fff;
    border-radius: 0px;
    padding: 7px 20px;
    margin-top: 20px;
}

.main-content .home-projects {
    padding: 70px 0px;
    background: #144998;
}

.main-content .home-projects h1.home-title {
    color: #fff;
}

.main-content .home-projects .home-title-before {
    color: #fff;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-color: #fff;
}

.main-content .home-projects .projects-area {
    margin: 50px 0px 30px;
}

.main-content .home-projects .projects-area .image {
    margin-bottom: 30px;
    position: relative;
}

.main-content .home-projects .projects-area .title {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
}

.main-content .home-projects .projects-area .btn-home-projects {
    padding: 0px;
    margin-top: 10px;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.main-content .home-projects .projects-area .btn-home-projects span {
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    transition: all 0.5s;
    margin-left: 5px;
    border-radius: 4px;
}

.main-content .home-projects .projects-area .item:hover .btn-home-projects span {
    background: #ff5400;
}
.main-content .home-projects .projects-area .item a {
    display:block;
    text-decoration: none;
}

.main-content .home-projects .projects-area .item .image .bg {
    position: absolute;
    background: rgba(255,84,0,0.3);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40%;
    font-size: 2em;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.main-content .home-projects .projects-area .item:hover .image .bg {
    opacity: 1;
}

.main-content .home-projects .projects-area .owl-next,
.main-content .home-projects .projects-area .owl-prev {
    position: absolute;
    left: -160px;
    padding: 7px 20px;
    min-width: 132px;
    background: #1457ba;
    box-shadow: none;
    outline: none;
    transition: all 0.5s;
    opacity: 1;
}

.main-content .home-projects .projects-area .owl-next:focus,
.main-content .home-projects .projects-area .owl-prev:focus,
.main-content .home-projects .projects-area .owl-prev:hover,
.main-content .home-projects .projects-area .owl-next:active,
.main-content .home-projects .projects-area .owl-prev:active,
.main-content .home-projects .projects-area .owl-next:hover{
    background: #ff5400;
}

.main-content .home-projects .projects-area .owl-next button,
.main-content .home-projects .projects-area .owl-prev button {
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: .85em;
    font-weight: 500;
}

.main-content .home-projects .projects-area .owl-next img{
    display: inline-block;
    margin-left: 15px;
}

.main-content .home-projects .projects-area .owl-prev img {
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
}

.main-content .home-projects .projects-area .owl-next {
    top: 90px;
}

.main-content .home-projects .projects-area .owl-prev {
    top: 140px;
}

.main-content .home-news {
    padding: 50px 0px;
}

.main-content .home-news .home-title {
    color: #144998;
}

.main-content .home-news .home-title-before {
    color: #144998;
    -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
    -webkit-text-stroke-color: #144998;
}

.main-content .home-news .boxes {
    margin-top: 20px;
}

.main-content .home-news .boxes .box {
    border: 1px solid #ccc;
    border-bottom: 5px solid #ff5400;
}

.main-content .home-news .boxes .box .image {
    margin-bottom: 20px;
}

.main-content .home-news .boxes .box .image img {
    width: 100%;
    height: auto;
}

.main-content .home-news .boxes .box .text {
    padding: 0px 20px;
}

.main-content .home-news .boxes .box .text .date {
    font-size: .85em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-content .home-news .boxes .box .text .title {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.main-content .home-news .boxes .box:hover .text .title {
    color: #ff5400;
}

.main-content .home-news .boxes .box .text .btn-home-news {
    padding: 0px;
    margin-bottom: 20px;
}

.main-content .home-news .boxes .box .text .btn-home-news span {
    display: inline-block;
    margin-left: 5px;
    padding: 10px 15px;
    background: transparent;
    transition: all 0.5s;
    border-radius: 4px;
}

.main-content .home-news .boxes .box:hover .text .btn-home-news span {
    background: #ff5400;
    color: #fff;
}

.main-content .home-news .boxes .box a {
    color: #000;
    text-decoration: none;
    display: block;
}

.main-content .home-references {
    padding: 70px 0px;
    background: #144998;
}

.main-content .home-references .home-title {
    color: #fff;
}

.main-content .home-references .home-title-before {
    color: #fff;
    -webkit-text-fill-color: #144998; /* Will override color (regardless of order) */
    -webkit-text-stroke-color: #fff;
}

.main-content .home-references .boxes {
    margin-top: 70px;
}

.main-content .home-references .boxes .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
}

.main-content .home-references .boxes .owl-dots .owl-dot span {
    background: #144998;
    border: 1px solid #fff;
}

.main-content .home-references .boxes .owl-dots .owl-dot.active span {
    background: #fff;
}

footer {
    padding: 30px 0px 5px;
    background: #0f284c;
    color: #fff;
}

footer .copyright {
    font-size: .85em;
    font-weight: 500;
}

footer .footer-social {
    text-align: right;
}

footer .footer-social ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

footer .footer-social ul li {
    float: left;
}

footer .footer-social ul li a {
    color: #fff;
    display: block;
    margin-right: 15px;
}

footer .footer-social ul li:last-child a {
    margin-right: 0px;
}

#header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 90;
}

#header.sticky .header-top {
    display: none;
}

.bck,
.bck:hover {
    background: #144998;
    color: #fff;
    border: 1px solid #fff;
}

.mobile-menu {
    display: none;
}

.mobile-menu .mobile-menu-button {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #144998;
}

.mobile-menu nav {
    position: fixed;
    z-index: 50;
    background: #144998;
    width: 100%;
    height: 100%;
    left: 800px;
    top: 79px;
    transition: all 0.5s;
}

.mobile-menu nav.open {
    left: 100px;
}

.mobile-menu nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mobile-menu nav ul li {
    width: 100%;
}

.mobile-menu nav ul li a {
    color: #fff;
    padding: 7px 15px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main-content.page {}

.main-content.page .page-header {
    position: relative;
}

.main-content.page .page-header .image {}

.main-content.page .page-header .image img {
    width: 100vw;
    height: 300px;
    object-fit: cover ;
}

.main-content.page .page-header .title {
    position: absolute;
    top: 30%;
}


.main-content.page .page-header .title .home-title {
    color: #ffffff;
}

.main-content.page .page-header .title  .home-title-before {
    color: #fff;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-color: #fff;
}

.main-content.page .page-content {
    margin: 50px 0px;
}

.main-content.page .page-content h5 {
    color: #ff5400;
    font-weight: 500;
    text-transform: uppercase;
}
.main-content.page .page-content h2 {
    color: #144998;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-content.page .page-content p {
    font-weight: 500;
    font-size: .85em;
}


.main-content.page .home-services .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
}

.main-content.page .home-services .owl-dots .owl-dot span  {
    background: #fff;
    border: 1px solid #ff5400;
}

.main-content.page .home-services .owl-dots .owl-dot.active span {
    background: #ff5400;
}

.main-content.page .home-services.page .box {
    margin-bottom: 30px;
}

.main-content.page .page-content .projects-links {
    text-align: right;
}

.main-content.page .page-content .projects-links a {
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    color: #144998;
}

.main-content.page .page-content .projects-links a:hover,
.main-content.page .page-content .projects-links a:focus,
.main-content.page .page-content .projects-links a:active,
.main-content.page .page-content .projects-links a.active {
    color: #ff5400;
}

.main-content.page .page-content .projects-links a:last-child {
    margin-right: 0px;
}

.main-content.page .projects-page {}

.main-content.page .projects-page .boxes {}

.main-content.page .projects-page .boxes .box {
    position: relative;
    margin-bottom: 30px;
}

.main-content.page .projects-page .boxes .box .image {
    position: relative;
}

.main-content.page .projects-page .boxes .box .image img {
    width: 100%;
    height: auto;
}

.main-content.page .projects-page .boxes .box .image .bg {
    background: rgba(20,73,152,0.9);
    width: 0%;
    height: 100%;
    transition: all 0.5s;
    position: absolute;
}

.main-content.page .projects-page .boxes .box:hover .image .bg {
    width: 100%;
}

.main-content.page .projects-page .boxes .box .title {
    color: #fff;
    font-weight: 600;
    left: 20px;
    bottom: 20px;
    position: absolute;
    opacity: 0;
    transition: all 1s;
}

.main-content.page .projects-page .boxes .box:hover .title {
    opacity: 1;
}

.main-content.page .project-gallery {}

.main-content.page .project-gallery .w-100 {
    width: 100vw;
    height: 600px;
    object-fit: cover;
}

.main-content.page .project-gallery .carousel-control-prev,
.main-content.page .project-gallery .carousel-control-next {
    width: 60px;
    height: 60px;
    background: #fff;
    top: 45%;
    opacity: 1;
    right: 10px;
    transition: all 0.5s;
}

.main-content.page .project-gallery .carousel-control-prev {
    right: auto;
    left: 10px;
}

.main-content.page .project-gallery .carousel-control-prev img,
.main-content.page .project-gallery .carousel-control-next img {
    filter: brightness(0%);
    transition: all 0.5s;
}

.main-content.page .project-gallery .carousel-control-prev:hover img,
.main-content.page .project-gallery .carousel-control-next:hover img {
    filter: brightness(0) invert(1);
}


.main-content.page .project-gallery .carousel-control-prev:hover,
.main-content.page .project-gallery .carousel-control-next:hover {
    background: #ff5400;
}

.main-content.page .project-gallery .carousel-item {
    position: relative;
    text-align: center;
}

.main-content.page .project-gallery .carousel-item .icon {
    position: absolute;
    top: 43%;
    font-size: 3em;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.main-content.page .project-gallery .carousel-item:hover .icon {
    opacity: 1;
}

.main-content.page .project-detail {
    margin: 50px 0px;
}

.main-content.page .project-detail .btn-project-video {
    background: #ff5400;
    color: #fff;
    padding: 7px 10px;
    transition: all 0.5s;
    width: 100%;
    font-weight: 600;
}

.main-content.page .project-detail .btn-project-video:hover {
    background: #144998;
}

.main-content.page .project-detail .btn-project-video span {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.main-content.page .projects-page {
    margin-bottom: 50px;
}

.main-content.page .projects-page h3 {
    color: #144998;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-content.page .projects-page .owl-dot {
    box-shadow: none;
    outline: none;
}

.main-content.page .projects-page .owl-dot span {
    background: #fff;
    border: 1px solid #ff5400;
}

.main-content.page .projects-page .owl-dot.active span {
    background: #ff5400;
}

.main-content.page .content-park {}

.main-content.page .content-park .boxes {}

.main-content.page .content-park .boxes .box {
    margin-bottom: 30px;
}

.main-content.page .content-park .boxes .box .image {}

.main-content.page .content-park .boxes .box .image img {
    width: 100%;
    height: auto;
}

.main-content.page .content-park .boxes .box .title {
    text-transform: uppercase;
    color: #144998;
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 700;
}

.main-content.page .content-park .boxes .box table th,
.main-content.page .content-park .boxes .box table td{
    border: 0px!important;
    font-size: .85em;
    padding-left: 0px;
}

.main-content.page .content-park .boxes .box table th {
    width: 200px!important;
}

.main-content.page .content-park .boxes .box table tr td {
    font-weight: 500;
}

.main-content.page .content-park .boxes .box table tr td:last-child {
    border-left: 1px solid #ddd!important;
    padding-left: 20px;
}

.main-content.page .content-park .boxes .box .description{
    margin-top: 20px;
    font-weight: 500;
    font-size: .85em;
}

.main-content.page .projects-page.gallery {}

.main-content.page .projects-page.gallery .box .image img {
    height: 400px;
    object-fit: cover;
}

.main-content.page .projects-page.gallery .box .image .bg {
    overflow: hidden;
    text-align: center;
    padding-top: 35%;
    color: #fff;
}

.main-content.page .home-news .box {
    margin-bottom: 30px;
}

.main-content.page .home-news .owl-dot {
    box-shadow: none;
    outline: none;
}

.main-content.page .home-news .owl-dot span {
    background: #fff;
    border: 1px solid #ff5400;
    transition: all 0.5s;
}

.main-content.page .home-news .owl-dot.active span {
    background: #ff5400;
}

.main-content.page .news-detail h5 {
    text-transform: capitalize;
    font-weight: 700;
}


.main-content.page .news-detail p.date {
    text-transform: uppercase;
}

.main-content.page .home-news h3 {
    color: #144998;
}

.main-content.page .map,
.main-content.page .map #map {
    height: 600px;
    width: 100%;
}

.main-content.page .contact-info,
.main-content.page .contact-form {
    margin: 50px 0px;
}

.main-content.page .contact-info h2,
.main-content.page .contact-form h2 {
    text-transform: uppercase;
    color: #144998;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

.main-content.page .contact-info .box {
    padding: 30px;
    background: #144998;
    color: #fff;
    text-align: center;
    font-size: .85em;
    font-width: 700;
    height: 240px;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.5s;
    cursor: default;
    margin-bottom: 30px;
}

.main-content.page .contact-info .box:hover{
    background: #ff5400;
}

.main-content.page .contact-info .box a {
    color: #fff;
    text-decoration: none;
}

.main-content.page .contact-info .box .icon {
    font-size: 3em;
    margin: 30px 0px;
    color: #ff5400;
    transition: all 0.5s;
}

.main-content.page .contact-info .box:hover .icon {
    color: #fff;
}

.main-content.page .contact-form .if {
    border: 1px solid #ff5400;
    outline: none;
    box-shadow: none;
}

.main-content.page .contact-form .if.ift {
    height: 200px;
}

.main-content.page .contact-form .button-area {
    text-align: center;
}

.main-content.page .contact-form .button-area .btn-if {
    background: #ff5400;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: .85em;
    font-weight: 600;
}