* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('fonts/TradeGothicLTStd-Bold.woff2') format('woff2'), url('fonts/TradeGothicLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('fonts/TradeGothicLTStd.woff2') format('woff2'), url('fonts/TradeGothicLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Trade Gothic LT Std';
}
.main {
   background: url(../images/home_banner.png) no-repeat;
   background-size: cover;
}
.divider {
    width: 100%;
    border: 1px solid #FEB53C;
    background-color: #FEB53C;
}
.divider2 {
    width: auto;
    border: 1px solid #FEB53C;
    background-color: #FEB53C;
    margin-bottom: 25px;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
header {
    padding: 25px 0;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
header .logo img {
    max-height: 46px;
}
header .navigation ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header .navigation ul li {
    margin: 0 50px 0 0;
}
header .navigation ul li:last-child {
    margin: 0;
}
header .navigation ul li a {
    text-decoration: none;
    color: #feb53c;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
header .navigation ul li a:after {
    position: absolute;
    left: 0;
    bottom: -26px;
    height: 3px;
    background: #feb53c;
    content: '';
    width: 0;
    transition: all ease 0.3s;
}
header .navigation ul li a:hover:after, header .navigation ul li.active a:after {
    width: 100%;
}
.header-bg {
    background: #1c1c1c;
    padding-bottom: 0;
}
header .navigation ul li a.header-btn {
    background: #FEB53C;
    border-radius: 2px;
    padding: 10px 20px;
    color: #000000;
}
header .navigation ul li a.header-btn:hover {
    background: #ffa613;
}
header .navigation ul li a.header-btn:after {
    display: none;
}
.trigger {
    display: none;
    width: 34px;
    cursor: pointer;
}
.trigger span {
    display: block;
    height: 2px;
    background: #feb53c;
}
.trigger span:nth-child(2) {
    margin: 7px 0;
}
.banner {
   margin: 0px 0 0 0;
   padding: 55px 0 140px;
   position: relative;
}
.banner:before {
    border-top: 749px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: -104px;
    z-index: 2;
}
.banner:after {
    border-bottom: 749px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: -104px;
}
.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner .container .image {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.banner .container .image img {
    width: 100%;
    transition: all ease 0.3s;
}
.banner .container .text {
    width: 53%;
    background: rgb(16 16 16 / 25%);
    border-radius: 21px;
    padding: 40px;
    margin-left: 47%;
}
.banner .container .text h2 {
    font-size: 42px;
    color: #feb53c;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 48px;
    margin: 0 0 35px 0;
    padding: 0;
}
.banner .container .text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
}
.banner .container .text a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 16px 35px 13px 35px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #feb53c;
    margin-top: 15px;
}
.banner .container .text a:hover {
    background: #feb53c;
    color: #000000;
}
.teasers {
   padding: 50px 0;
   max-width: 1290px;
   margin: -75px auto 0;
   background: #fff;
   border-radius: 5px;
}
.main-service-wrapper{
   max-width: 1050px;
   margin: 0 auto;
   width: 100%;
}
.teasers .container {
    display: flex;
    flex-direction: column;
}
.teaser_box {
    display: flex;
    justify-content: space-between;
}
.teaser_box .teaser_block {
   width: 47%;
   background: #feb53c;
   border-radius: 9px;
}
.teaser_box .teaser_block .image {
    width: 100%;
    overflow: hidden;
}
.teaser_box .teaser_block .image img {
    width: 100%;
    transition: all ease 0.3s;
}
.teaser_box .teaser_block:hover .image img {
    transform: scale(1.05);
}
.teaser_box .teaser_block .text {
    width: 100%;
    padding: 30px 40px;
}
.teaser_box .teaser_block h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 48px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}
.teaser_box .teaser_block h2:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.teaser_box .teaser_block p {
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 27px;
    margin: 00;
    padding: 0;
    text-align: center;
}
.teaser_bottom {
    margin: 0 0 70px 0;
    text-align: Center;
}
.icon_box {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 50px 0;
}
.icon_box .icon_block {
    background: #f3f5f7;
    transition: all ease 0.3s;
    border-radius: 4px;
    width: 17%;
    padding: 40px 20px;
}
.icon_box .icon_block:hover {
    background: #feb53c;
}
.icon_box .icon_block .icon {
}
.icon_box .icon_block p {
    font-size: 17px;
    line-height: 25px;
    margin: 20px 0 0 0;
}
p.strong {
    font-size: 23px;
    font-weight: bold;
}
.teaser_bottom p:last-child {
    margin-top: 15px;
}
.about {
    padding: 100px 0;
    background: #feb53c;
}
.about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .container .image {
    width: 48%;
    overflow: hidden;
}
.about .container .image img {
    width: 100%;
    transition: all ease 0.3s;
}
.about .container .image:hover img {
    transform: scale(1.05);
}
.about .container .text {
    width: 48%;
}
.about .container .text h2 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 48px;
    margin: 0 0 30px 0;
    padding: 0;
}
.about .container .text p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 29px;
    margin: 0 0 25px 0;
    padding: 0;
}
.about .container .text a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    padding: 16px 30px 13px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000000;
}
.about .container .text a:hover {
    background: #000000;
    color: #ffffff;
}
.home_projects {
    padding: 100px 0 0;
    text-align: center;
}
.home_projects .container>h2 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
}
.home_projects .container>a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    padding: 16px 30px 13px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000000;
    margin: 25px;
}
.home_projects .container>a:hover {
    background: #000;
    color: #ffffff;
}
.project_box {
    display: flex;
    justify-content: space-between;
}
.home_projects .project_box {
    margin: 50px 0;
}
.project_block {
    display: block;
    position: relative;
    width: 31%;
}
.grid .project_block {
    width: 100%;
    margin-bottom: 0;
}
.portfolio-grid .project_block {
    width: auto;
    margin: 15px 
}
.project_block .image {
    line-height: 0;
    overflow: hidden;
}
.project_block .image img {
    width: 100%;
    transition: all ease 0.3s;
}
.project_block:hover .image img {
    transform: scale(1.05);
}
.project_block .project_category {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #feb53c;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 3px 5px 0 5px;
}
.project_block .project_title {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #feb53c;
    color: #000;
    font-weight: 400;
    font-size: 23px;
    padding: 13px 25px 10px 25px;
}
footer {
    background: #000000;
    padding: 50px 0 0 0;
}
footer .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-bottom:20px;
}
footer .container .footer_logo img {
    max-height: 46px;
}
footer .navigation {
    margin: 0 0 30px 0;
}
footer .navigation ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .navigation ul li {
    margin: 0 50px 0 0;
}
footer .navigation ul li:last-child {
    margin-right: 0;
}
footer .navigation ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
footer .navigation ul li a:hover, footer .navigation ul li.active a {
    color: #fea30b;
}
.copyright {
    background: #FEB53C;
}
.copyright .container {
    text-align: left;
    display: block;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 40px;
}
.copyright .left {
    width: 49.5%;
    display: inline-block;
    text-align: left;
}
.copyright .right {
    width: 49.5%;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
}
.copyright .right a {
    color: #000000;
}
.closer {
    display: none;
}
#filters {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
#filters li {
    margin: 0 22px 22px 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: -0.8px;
    cursor: pointer;
    position: relative;
}
#filters li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffa400;
    height: 1px;
    content: '';
    width: 100%;
    display: none;
}
#filters li.active:after {
    display: block;
}
#filters li.active {
    color: #ffa400;
}
.grid {
    margin: 0 -15px;
}
.filters-button-group {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
.filters-button-group button.button {
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Trade Gothic LT Std';
    outline: none;
    border-bottom: 1px solid transparent;
    margin: 0 20px 20px 20px;
    padding-bottom: 2px;
}
.filters-button-group button.button:active, .filters-button-group button.button:focus {
    outline: none !important;
    ;
}
.filters-button-group button.button.is-checked {
    color: #ffa400;
    border-bottom: 1px solid #ffa400;
}
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .element-item ---- */
.element-item {
    position: relative;
    float: left;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    padding: 0;
    position: static !important;
}
.grid {
    height: auto !important;
}
.element-item>* {
    margin: 0;
    padding: 0;
}
.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}
.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}
.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}
.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}
section.contact_page {
    background: url(../images/contact-us-bg.png) left top no-repeat;
    background-size: 70%;
    max-width: 1280px;
    margin: 0 auto;
}
.contact_page, .project_detail_page {
    padding: 70px 0;
}
.contact_page .map {
    height: 460px;
    position: relative;
    margin-top: 70px;
}
.contact_page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.contact_page .top_section, .project_detail_page .top_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.project_detail_page .top_section {
    align-items: flex-start;
}
.project_detail_page .top_section .project_hero_image {
    width: 48%;
    line-height: 0;
}
.project_detail_page .top_section .project_hero_image img {
    width: 100%;
}
.project_detail_page .top_section .project_description{
   width:100%;
}
.project_detail_page .top_section .project_description p{
   font-size:17px;
    line-height:29px;
    letter-spacing:-0.4px;
    margin:30px 0 0 0;
}
.project_gallery{
   margin-top:70px;
}
.project_gallery h2{
   font-size:42px;
    font-weight:bold;
    letter-spacing:-1px;
    margin:0 0 30px 0;
    padding:0;
    text-align:Center;
}
.project_gallery .gallery{
   margin-left:-15px;
    margin-right:-15px;
}
.project_gallery .gallery .slick-arrow{
   display:none !important;
}
.project_gallery .gallery .slick-dots{
   display:flex;
    justify-content:center;
    margin:30px 0 0 0;
    padding:0;
    list-style-type:none;
}
.project_gallery .gallery .slick-dots li{
   margin:0 4px;
}
.project_gallery .gallery .slick-dots li button[type="button"]{
   border:none;
    background:#b7b7b7;
    border-radius:100%;
    cursor:pointer;
    width:14px;
    height:14px;
    outline:none;
    font-size:0;
}
.project_gallery .gallery .slick-dots li.slick-active button[type="button"]{
   background:#ffa400;
}
.project_gallery .gallery a{
   display:block;
    padding:0 15px;
}
.project_gallery .gallery a img{
   max-width:100%;
}
.contact_page .top_section .contact_details{
   width:48%;
}
.contact_page .top_section .contact_details h1{
   font-size:42px;
    font-weight:bold;
    letter-spacing:-1px;
    margin:0;
    padding:0;
}
.contact_page .top_section .contact_details h1:after{
   content:'';
   background: #FEB53C;
   width: 100px;
   height: 2px;
   display: block;
   margin: 15px 0 30px 0;
}
.contact_page .top_section .contact_details p{
   font-size:17px;
    line-height:23px;
    letter-spacing:-0.5px;
    margin:15px 0 30px 0;
    padding:0;
}
.contact_page .top_section .contact_details ul{
   list-style-type:none;
    margin:0;
    padding:0;
    font-size:17px;
}
.contact_page .top_section .contact_details ul li{
   margin: 0 0 20px 0;
   letter-spacing:-0.5px;
}
.contact_page .top_section .contact_details ul li a{
   font-weight:bold;
   color:#000;
   text-decoration:none;
   font-size: 22px;
}
.contact_page .top_section .contact_details ul li a:hover{
   text-decoration:underline;
}
.contact_page .top_section .contact_form{
   width:48%;
    background:#feb53c;
    padding:50px 45px;
}
.contact_page .top_section .contact_form .form_row{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_page .top_section .contact_form .form_row .sub{
   margin:0 0 20px 0;
    width:100%;
}
.contact_page .top_section .contact_form .form_row:last-child .sub{
   margin-bottom:0;
    display:flex;
    justify-content:flex-end;
}
.contact_page .top_section .contact_form .form_row.half .sub{
   width:48%;
}
.contact_page .top_section .contact_form .form_row .sub input[type="text"], .contact_page .top_section .contact_form .form_row .sub textarea {
    height: 47px;
    border: 2px solid #000000;
    width: 100%;
    outline: none;
    padding: 0 12px;
    font-size: 13px;
    font-family: 'Trade Gothic LT Std';
}
.contact_page .top_section .contact_form .form_row .sub label.error {
    font-size: 13px;
    margin: 8px 0 0 0;
    padding: 0;
    display: block;
}
.contact_page .top_section .contact_form .form_row .sub input[type="submit"] {
    width: 120px;
    height: 47px;
    background: #000000;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.success_message h5 {
    font-size: 20px;
}
.contact_page .top_section .contact_form .form_row .sub input[type="text"]::placeholder, .contact_page .top_section .contact_form .form_row .sub textarea::placeholder{
   color:#000;
}
.contact_page .top_section .contact_form .form_row .sub textarea{
   padding:12px;
    height:100px;
}
.about_teaser_box .container .text .about_teaser_block:last-child {
    margin-bottom: 0;
}
.about_teaser_box .container{
   display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:70px;
    padding-bottom:70px;
}
.about_teaser_box .container .image{
   width:48%;
    line-height:0;
}
.about_teaser_box .container .image img{
   width:100%;
}
.about_teaser_box .container .text{
   width:48%;
}
.about_teaser_box .container .text .about_teaser_block{
   margin:0 0 40px 0;
}
.about_teaser_box .container .text .about_teaser_block:last-child{
   margin-bottom:0;
}
.about_teaser_box .container .text h2{
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 5px 0;
}
.about_teaser_box .container .text p {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 25px;
}
.about_teaser_box .container .text p:last-child {
    margin-bottom: 0;
}
.project_gallery {
    margin-top: 30px;
}
.breadcrumb {
    background: #000000;
    padding: 10px 0;
}
.breadcrumb ul, .breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 14px;
}
.breadcrumb ul li span {
    display: inline-block;
}
.breadcrumb ul li a {
    text-decoration: none;
    color: #999;
}
.breadcrumb ul li a:hover {
    color: #fff;
}
.breadcrumb ul li.selected {
    color: #feb53c;
}
.landinge-page-title h2 {
    position: relative;
    margin-bottom: 80px;
    font-size: 46px;
}
.landinge-page-title h2 span {
    display: block;
    text-transform: uppercase;
}
.landinge-page-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    padding-bottom: 0;
    background: #feb53c;
    height: 3px;
    width: 100px;
    transform: translate(-50%);
}
.landinge-page-title h2 span {
    display: block;
    font-size: 26px;
}
@media all and (max-width:1690px) {
    .banner:before, .banner:after {
        display: none;
   }
}
@media all and (max-width:1349px) {
}
@media all and (max-width:1023px) {
    .banner .container .text h2, .about .container .text h2 {
        font-size: 24px;
        line-height: 34px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 15px;
   }
    .teaser_box .teaser_block .text {
        padding: 25px 30px;
   }
    .teaser_box .teaser_block h2 {
        font-size: 27px;
        line-height: 30px;
   }
    .teaser_box .teaser_block p {
        font-size: 16px;
        line-height: 25px;
   }
    .icon_box .icon_block {
        padding: 30px 15px;
        width: 19%;
   }
}
@media all and (max-width:991px) {
    .banner .container .text h2, .about .container .text h2 {
        font-size: 27px;
        line-height: 38px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
   }
    .teaser_box .teaser_block .text {
        padding: 25px;
   }
    .teaser_box .teaser_block h2 {
        font-size: 24px;
   }
    .icon_box {
        flex-wrap: wrap;
   }
    .icon_box .icon_block {
        width: 31%;
        margin: 15px 0;
   }
    .icon_box .icon_block:nth-child(4), .icon_box .icon_block:last-child {
        width: 48%;
   }
    .about {
        padding: 60px 0;
   }
    .project_block {
        width: 32%;
   }
    .home_projects {
        padding: 80px 0 0;
   }
    .element-item {
        width: calc(50% - 30px);
   }
    .contact_page .top_section .contact_form {
        width: 40%;
        padding: 30px 30px;
   }
    .contact_page .top_section .contact_form .form_row.half .sub {
        width: 100%;
   }
    .contact_page .top_section .contact_details {
        width: 56%;
   }
    .contact_page, .project_detail_page {
        padding: 40px 0;
   }
    .contact_page .map {
        margin-top: 40px;
        height: 350px;
   }
    .about_teaser_box .container {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .about_teaser_box .container .text h2 {
        font-size: 22px;
   }
    .about_teaser_box .container .text p {
        font-size: 15px;
        line-height: 21px;
   }
}
@media all and (max-width:767px) {
    .main{
        background: url(../images/mobile-banner.png) no-repeat;
        background-size: cover;
    }
    .closer {
        z-index: -2;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        display: block;
   }
    header {
        padding: 20px 0;
   }
    header .navigation ul {
        position: fixed;
        width: 280px;
        top: 0;
        left: -280px;
        margin: 0;
        flex-direction: column;
        background: #000000;
        height: 100%;
        transition: all ease 0.3s;
        z-index: 3;
   }
    header .navigation ul li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   }
    header .navigation ul li a {
        font-size: 18px;
        padding: 18px 20px;
        display: block;
        color: #ffffff;
   }
    header .navigation ul li a:after {
        bottom: 0;
        background: #feb53c;
   }
    header .logo img {
        max-height: 40px;
   }
    .trigger {
        display: block;
   }
    .teasers, .about {
        padding: 50px 0;
   }
    .icon_box .icon_block {
        width: 48%;
        margin: 6px 0;
        padding: 30px 10px;
   }
    .banner .container {
        flex-direction: column-reverse;
   }
    .about .container {
        flex-direction: column;
   }
    .banner .container .image, .about .container .image {
        margin-bottom: 20px;
   }
    .banner .container .text, .banner .container .image, .about .container .image, .about .container .text {
        width: 100%;
   }
    .banner .container .image {
        max-height: 340px;
   }
    .icon_box {
        margin: 20px 0 30px 0;
   }
    .icon_box .icon_block:last-child {
        width: 100%;
   }
    .banner {
        padding: 40px 0 110px;
   }
    .teaser_box {
        flex-wrap: wrap;
   }
    .teaser_box .teaser_block {
        width: 100%;
        margin-bottom: 30px;
   }
    .teaser_box .teaser_block:last-child {
        margin-bottom: 0;
   }
    footer {
        padding: 30px 0;
   }
    footer .navigation ul li {
        margin: 0 30px 0 0;
   }
    footer .container .footer_logo img {
        max-height: 40px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 16px;
        line-height: 25px;
   }
    body.slip {
        overflow: hidden;
   }
    body.slip header .navigation ul {
        left: 0;
   }
    body.slip .closer {
        z-index: 2;
   }
    .home_projects {
        padding: 40px 0 0;
   }
    .project_block {
        width: 100%;
        margin-bottom: 30px;
   }
    .home_projects .project_box {
        flex-direction: column;
        margin: 30px 0 0 0;
   }
    .element-item {
        width: calc(100% - 30px);
   }
    .project_detail_page .top_section .project_hero_image {
        width: 100%;
   }
    .project_detail_page .top_section .project_main_details {
        width: 100%;
        margin-top: 15px;
   }
    .contact_page .top_section .contact_details {
        width: 100%;
   }
    .contact_page .top_section .contact_form {
        width: 100%;
        margin-bottom: 30px;
   }
    .contact_page .top_section .contact_details ul li a {
        display: block;
        margin-top: 2px;
   }
    .contact_page .top_section .contact_details p {
        margin-bottom: 20px;
   }
    .contact_page .map {
        height: 300px;
   }
    .project_gallery {
        margin-top: 40px;
   }
    .filters-button-group button.button {
        font-size: 12px;
        margin: 0 10px 20px 10px;
   }
    .contact_page .top_section {
        flex-direction: column-reverse;
   }
    .about_teaser_box .container {
        flex-direction: column;
   }
    .about_teaser_box .container .image {
        width: 100%;
        display: flex;
        margin: 0 0 30px 0;
        max-height: 350px;
   }
    .about_teaser_box .container .image img {
        object-fit: cover;
   }
    .about_teaser_box .container .text {
        width: 100%;
   }
    .banner:before {
        display: none;
   }
    .banner .container .image:after {
        border-bottom: 340px solid transparent;
        border-left: 60px solid #feb53c;
   }
    .banner .container .image:before {
        border-top: 340px solid transparent;
        border-right: 60px solid #feb53c;
   }
}
/* Project Type CSS START here */
.section-project-type .container {
   margin: 0 auto;
   padding: 0;
   max-width: 1290px;
}
.section-project-type {
   text-align: center;
   padding: 60px 0 0;
   background-size: 100%;
   background: #1c1c1c;
}
.section-header {
    width: 100%;
    display: block;
}
.section-header h2 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 40px 0;
}
.section-content {
   text-align: center;
   display: flex;
   flex-wrap: wrap;
   background: #1c1c1c;
   padding: 0 5% 40px;
}
.property-item {
    display: inline-block;
    border: 2px solid #FEB53C;
    border-radius: 9px;
    background: #1C1C1C;
    flex: 0 0 29.33333%;
    justify-content: space-between;
    margin: 2%;
}
.property-item:hover {
    background: #FEB53C;
}
.property-item:hover .section-image img {
    filter: brightness(0%);
}
.property-item:hover .section-text {
    color: #1c1c1c;
}
.section-text {
    color: #FEB53C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.section-image img {
    padding: 20px;
    height: 110px;
}
.yellow-btn {
    background: #FEB53C;
    border-radius: 2px;
    color: #1c1c1c;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 20px;
    border: 0;
    outline: 0;
}
.yellow-btn:hover, .yellow-btn:active {
    background: #ffa616;
}
.button-wrapper {
    display: block;
    width: 100%;
    margin: 50px auto 25px;
}
/* Project Type CSS END here */
/* About us starts */
.about-us-wrapper {
    padding: 0;
    background: url(../images/about-us-bg.png) center bottom no-repeat;
    margin-top: 20px;
    padding-bottom: 100px;
    background-size: 100%;
}
.about-us-wrapper .heading {
    background: #FEB53C;
    padding: 100px 0;
    margin: 0 auto;
}
.about-us-wrapper .heading h2 {
    max-width: 1100px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.015em;
    width: 90%;
}
.about-us-wrapper .heading h2:after {
    content: '';
    display: block;
    width: 30%;
    margin-top: 25px;
    border-bottom: 1px solid #FFFFFF;
    z-index: 1;
    position: relative;
}
.about-us-wrapper .container {
    box-shadow: 10px -10px #ffffff;
    max-width: 750px;
    background: #1C1C1C;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #FEB53C;
    margin-top: -150px;
    padding: 75px 60px 120px;
    position: relative;
    left: 50px;
    width: 70%;
}
.about-us-wrapper .content p {
    margin-bottom: 30px;
}
.truck-img {
    margin: 0 auto;
    display: block;
    margin-top: -150px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1000px;
}
.projects_page {
    padding: 70px 0;
}
@media all and (max-width:1690px) {
    .banner:before, .banner:after {
        display: none;
   }
}
@media all and (max-width:1349px) {
}
@media all and (max-width:1023px) {
    .banner .container .text h2, .about .container .text h2 {
        font-size: 35px;
        margin-bottom: 20px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 15px;
   }
    .teaser_box .teaser_block .text {
        padding: 25px 30px;
   }
    .teaser_box .teaser_block h2 {
        font-size: 27px;
        line-height: 30px;
   }
    .teaser_box .teaser_block p {
        font-size: 16px;
        line-height: 25px;
   }
    .icon_box .icon_block {
        padding: 30px 15px;
        width: 19%;
   }
}
@media all and (max-width:991px) {
    .banner .container .text h2, .about .container .text h2 {
        font-size: 27px;
        line-height: 38px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
   }
    .teaser_box .teaser_block .text {
        padding: 25px;
   }
    .teaser_box .teaser_block h2 {
        font-size: 22px;
   }
    .icon_box {
        flex-wrap: wrap;
   }
    .icon_box .icon_block {
        width: 31%;
        margin: 15px 0;
   }
    .icon_box .icon_block:nth-child(4), .icon_box .icon_block:last-child {
        width: 48%;
   }
    .about {
        padding: 60px 0;
   }
    .project_block {
        width: 32%;
   }
    .home_projects {
        padding: 80px 0 0;
   }
    .element-item {
        width: calc(50% - 30px);
   }
    .contact_page .top_section .contact_form {
        width: 40%;
        padding: 30px 30px;
   }
    .contact_page .top_section .contact_form .form_row.half .sub {
        width: 100%;
   }
    .contact_page .top_section .contact_details {
        width: 56%;
   }
    .contact_page, .project_detail_page {
        padding: 40px 0;
   }
    .contact_page .map {
        margin-top: 40px;
        height: 350px;
   }
    .about_teaser_box .container {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .about_teaser_box .container .text h2 {
        font-size: 22px;
   }
    .about_teaser_box .container .text p {
        font-size: 15px;
        line-height: 21px;
   }
   /* project type css media */
    .section-image img {
        padding: 20px;
        height: 100px;
   }
   /* About us */
    .about-us-wrapper .container {
        margin-top: -15%;
        padding: 5%;
   }
    .about-us-wrapper {
        background-size: cover;
   }
    .truck-img {
        margin-top: -10%;
   }
}
@media all and (max-width:767px) {
    .closer {
        z-index: -2;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        display: block;
   }
    header {
        padding: 20px 0;
   }
    header .navigation ul {
        position: fixed;
        width: 280px;
        top: 0;
        left: -280px;
        margin: 0;
        flex-direction: column;
        background: #000000;
        height: 100%;
        transition: all ease 0.3s;
        z-index: 3;
   }
    header .navigation ul li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   }
    header .navigation ul li a {
        font-size: 18px;
        padding: 18px 20px;
        display: block;
        color: #ffffff;
   }
    header .navigation ul li a:after {
        bottom: 0;
        background: #feb53c;
   }
    header .logo img {
        max-height: 40px;
   }
    .trigger {
        display: block;
   }
    .teasers, .about {
        padding: 50px 0;
        margin-top: -50px;
   }
    .icon_box .icon_block {
        width: 48%;
        margin: 6px 0;
        padding: 30px 10px;
   }
    .banner .container {
        flex-direction: column-reverse;
   }
    .about .container {
        flex-direction: column;
   }
    .banner .container .image, .about .container .image {
        margin-bottom: 20px;
   }
    .banner .container .text, .banner .container .image, .about .container .image, .about .container .text {
        width: 100%;
   }
    .banner .container .image {
        max-height: 340px;
   }
    .icon_box {
        margin: 20px 0 30px 0;
   }
    .icon_box .icon_block:last-child {
        width: 100%;
   }
    .banner {
        padding: 40px 0 100px;
   }
    .teaser_box {
        flex-wrap: wrap;
   }
    .teaser_box .teaser_block {
        width: 100%;
        margin-bottom: 30px;
   }
    .teaser_box .teaser_block:last-child {
        margin-bottom: 0;
   }
    footer {
        padding: 30px 0 0 0;
   }
    footer .navigation ul li {
        margin: 0 30px 0 0;
   }
    footer .container .footer_logo img {
        max-height: 40px;
   }
    .banner .container .text p, .about .container .text p {
        font-size: 16px;
        line-height: 25px;
   }
    body.slip {
        overflow: hidden;
   }
    body.slip header .navigation ul {
        left: 0;
   }
    body.slip .closer {
        z-index: 2;
   }
    .home_projects {
        padding: 40px 0 0;
   }
    .project_block {
        width: 100%;
        margin-bottom: 30px;
   }
    .home_projects .project_box {
        flex-direction: column;
        margin: 30px 0 0 0;
   }
    .element-item {
        width: calc(100% - 30px);
   }
    .project_detail_page .top_section .project_hero_image {
        width: 100%;
   }
    .project_detail_page .top_section .project_main_details {
        width: 100%;
        margin-top: 15px;
   }
    .contact_page .top_section .contact_details {
        width: 100%;
   }
    .contact_page .top_section .contact_form {
        width: 100%;
        margin-bottom: 30px;
   }
    .contact_page .top_section .contact_details ul li a {
        display: block;
        margin-top: 2px;
   }
    .contact_page .top_section .contact_details p {
        margin-bottom: 20px;
   }
    .contact_page .map {
        height: 300px;
   }
    .project_gallery {
        margin-top: 40px;
   }
    .filters-button-group button.button {
        font-size: 12px;
        margin: 0 10px 20px 10px;
   }
    .contact_page .top_section {
        flex-direction: column-reverse;
   }
    .about_teaser_box .container {
        flex-direction: column;
   }
    .about_teaser_box .container .image {
        width: 100%;
        display: flex;
        margin: 0 0 30px 0;
        max-height: 350px;
   }
    .about_teaser_box .container .image img {
        object-fit: cover;
   }
    .about_teaser_box .container .text {
        width: 100%;
   }
    .banner:before {
        display: none;
   }
    .banner .container .image:after {
        border-bottom: 340px solid transparent;
        border-left: 60px solid #feb53c;
   }
    .banner .container .image:before {
        border-top: 340px solid transparent;
        border-right: 60px solid #feb53c;
   }
   /* project type css media */
    .section-project-type .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
   }
    .section-content {
        padding: 0 15px 40px;
   }
    .property-item {
        flex: none;
        margin: 2%;
        width: 46%;
   }
    .section-image img {
        height: 90px;
        padding: 20px 0;
   }
   /* About us */
    .about-us-wrapper .container {
        margin-top: -15%;
        padding: 5%;
        left: 0;
        width: 100%;
   }
    .copyright .left, .copyright .right {
        text-align: center;
        width: 100%;
        margin-top: 10px;
   }
    .banner .container .text{
        margin-left: 0;
        padding: 20px 15px;
   }
}
@media screen and (min-width: 992px) {
    li.pr-270 {
        padding-right: 60px;
   }
}
@media screen and (min-width: 1250px) {
    li.pr-270 {
        padding-right: 180px;
   }
}
