@font-face {
    font-family: 'MADE Evolve Sans Bold';
    src: url('fonts/MADEEvolveSans-Bold.woff2') format('woff2'),
        url('fonts/MADEEvolveSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Deleplace';
    src: url('fonts/Deleplace-Regular.woff2') format('woff2'),
        url('fonts/Deleplace-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Evolve Sans Light';
    src: url('fonts/MADEEvolveSans-Light.woff2') format('woff2'),
        url('fonts/MADEEvolveSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Evolve Sans Medium';
    src: url('fonts/MADEEvolveSans-Medium.woff2') format('woff2'),
        url('fonts/MADEEvolveSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Porter';
    src: url(fonts/Porter-Bold.woff) format('woff'),
       url(fonts/Porter-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('fonts/MADEEvolveSans.woff2') format('woff2'),
        url('fonts/MADEEvolveSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body {
    overflow-x: hidden;
}
html.w-mod-touch * {
    background-attachment: scroll!important
}
h1, h2, h3 {
    font-family: 'Porter';
}
.section-title-wrap {
    text-align: center;
    margin-bottom: 60px;
}
.section-title-wrap h3 {
    font-size: 60px;
}
.section-title {
    font-size: 60px;
    margin: 0 auto 60px auto;
}
#section-wrapper {
    overflow: hidden !important;
}
.c-grid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    visibility: visible;
}
.w-block {
    display: block
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
.w-dyn-empty {
    padding: 10px;
    background-color: #ddd
}
.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none!important
}
.hero___section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    max-height: 700px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: initial;
    align-items: center;
    justify-content: center;
}
.objectfitfallback {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}
.h-hero__collection-container {
    position: relative;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.h-hero__collection-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.h-hero__collection-item {
    position: relative;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: bottom .8s, opacity .8s cubic-bezier(.645, .045, .355, 1);
    transition: bottom .8s, opacity .8s cubic-bezier(.645, .045, .355, 1)
}
.bg-img__container {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
    transition: transform .6s cubic-bezier(.455, .03, .515, .955);
    transition: transform .6s cubic-bezier(.455, .03, .515, .955), -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
    cursor: default
}
.h-hero__collection-item.w-item-2 .bg-img__container img.objectfitfallback {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.h-hero__collection-item.w-item-2 .bg-img__container a:first-child img.objectfitfallback {
    padding-right: 8px;
    left: 0;
    right: initial;
}
.h-hero__collection-item.w-item-2 .bg-img__container a:nth-child(2) img.objectfitfallback {
    padding-left: 8px;
    right: initial;
    left: 50%;
}
.h-hero__collection-item.w-item-3 .bg-img__container img.objectfitfallback {
    width: 33.33%;
    height: 100%;
    object-fit: cover;
}
.h-hero__collection-item.w-item-3 .bg-img__container a:first-child img.objectfitfallback {
    padding-right: 8px;
    left: 0;
    right: initial;
}
.h-hero__collection-item.w-item-3 .bg-img__container a:nth-child(2) img.objectfitfallback {
    padding-left: 8px;
    padding-right: 8px;
    right: initial;
    left: 33.33%;
}
.h-hero__collection-item.w-item-3 .bg-img__container a:nth-child(3) img.objectfitfallback {
    padding-left: 8px;
    left: initial;
    right: 0;
}
.h-hero__index-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}
.h-hero__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: -1px
}
.h-hero__slider-container {
    width: 100%;
    height: 100%;
}
.h-hero__project-name {
    display: none
}
.bg-img__container.transition {
    -webkit-transform: scale3d(0.824586, 0.824586, 0.824586);
    transform: scale3d(0.824586, 0.824586, 0.824586);
}
@media (min-width: 768px) {
    .h-hero__collection-wrapper {
        -webkit-transition: -webkit-transform 2200ms cubic-bezier(0.67, 0.01, 0.3, 0.97);
        transition: -webkit-transform 2200ms cubic-bezier(0.67, 0.01, 0.3, 0.97);
        transition: transform 2200ms cubic-bezier(0.67, 0.01, 0.3, 0.97);
        transition: transform 2200ms cubic-bezier(0.67, 0.01, 0.3, 0.97), -webkit-transform 2200ms cubic-bezier(0.67, 0.01, 0.3, 0.97);
    }
}
@media (max-width: 767px) {
    .h-hero__collection-wrapper {
        transition-delay: 0s;
    }
    .bg-img__container.transition {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.c-header-inner {
    background-color: #fff;
    box-shadow: -1px 9px 17px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 9px 17px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 9px 17px -6px rgba(0,0,0,0.1);
}
.c-mega-menu .c-link, 
.navbar-nav li a {
    font-family: 'Porter';
}
.btn {
    font-family: 'MADE Evolve Sans Bold' !important;
}
.btn.btn-border-l {
    background: transparent;
    border: 0;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #a4a4a4;
    position: relative;
    padding: 0 15px;
    vertical-align: middle;
}
.btn.btn-border-l span {
    position: relative;
    vertical-align: middle;
    padding: 8px 15px 8px 15px;
    line-height: 35px;
}
.btn.btn-border-l svg {
    width: 13px;
    position: relative;
    vertical-align: middle;
    margin-top: 1px;
}
.btn.btn-border-l:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: #5e8f8f;
    transition: all 0.2s;
}
.btn.btn-border-l i {
    color: #c1ad98;
    margin-left: 10px;
}
.btn.btn-border-l:hover span {
    color: #fff;
}
.btn.btn-border-l:hover:before {
    width: 100%;
}

/* Header  */
.c-logo img {
    max-width: 125px;
}
.c-page-on-scroll .c-logo img {
    max-height: 45px;
}
.c-navbar-wrapper {
    text-align: center;
}
.c-header-inquire {
    position: absolute;
    right: 0;
    margin: 50px 0 37px 0;
}
.c-header-inner .c-header-inquire {
    margin: 30px 0 30px 0;
}
.c-header-inner .c-header-inquire .btn {
    border-color: #5e8f8f;
    color: #5e8f8f;
}
.c-header-inner .c-header-inquire .btn:hover {
    background-color: #5e8f8f;
    color: #fff;
}
.c-main-title {
    font-family: 'MADE Evolve Sans Medium';
    font-size: 60px;
    color: #fff;
    margin: 0;
}
.c-action-btn {
    background: #c1ad98;
    border-color: #c1ad98;
    color: #fff !important;
    font-size: 18px;
}
.c-action-btn svg {
    width: 12px;
    margin-left: 15px;
}
.c-action-btn:hover {
    background: #b29f8a;
    border-color: #b29f8a;
}
.inquire-wrap form {
    max-width: 750px;
    margin: 0 auto;
}
.inquire-wrap .form-group {
    margin-bottom: 20px;
}
.inquire-wrap select.wpcf7-form-control {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../img/arrow-down.png) calc(100% - 10px) 50% no-repeat scroll transparent;
    background-size: 10px;
    padding-right: 35px;
}
.inquire-wrap select.wpcf7-form-control::-ms-expand {
    display: none;
}
#c-file-text {
    font-size: 14px;
}
.tparrows.circle {
    display: none;
}

/* Design and Construction  */
#design-and-construction {
    position: relative;
}
#design-and-construction .c-content-box {
    padding-top: 0px;
}
#design-and-construction .row {
    display: flex;
}
#design-and-construction .row .c-frame-details {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}
#design-and-construction .c-frame-details .sub-title {
    font-family: 'MADE Evolve Sans';
    font-size: 35px;
    max-width: 400px;
    margin-left: auto;
}
#design-and-construction .c-frame-details h3 {
    font-family: 'MADE Evolve Sans Bold';
    text-transform: uppercase;
    font-size: 45px;
    margin: 30px 0;
}
.c-frame {
    padding: 0;
}
.c-frame img {
    width: calc(100% + 2px);
    margin: -1px;
}

/*owl carousel*/
.owl-nav svg {
    width: 16px;
}
.owl-sh .owl-stage {
    display: flex;
}
.owl-sh .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 500px;
}
.owl-carousel.owl-sh .owl-item .item {
    width: 100%;
}
.owl-carousel.owl-sh .owl-item img {
    height: 100%;
    object-fit: cover;
}
.owl-nc .owl-controls {
    display: none;
}
.owl-prev, .owl-next {
    display: inline;
    padding: 15px;
    color: #c7c7c7;
    font-size: 18px;
}
.owl-prev:hover, .owl-next:hover {
    color: #c1ad98;
}
.owl-item .c-caption.c-content-overlay {
    background: #5e8f8f;
    border-bottom: 0;
    filter: grayscale(1);
    transition: all 0.2s;
}
#the-team {
    padding: 0 15px;
}
#the-team .owl-item {
    border-bottom: 10px solid transparent;
}
#the-team .owl-item:hover {
    border-bottom: 0;
}
#the-team .owl-item:hover .c-caption.c-content-overlay {
    border-bottom: 10px solid #5e8f8f;
    filter: grayscale(0);
}
#the-team .owl-item:hover .c-name {
    color: #5e8f8f !important;
}
#testimonials .owl-arrow-left, 
#testimonials .owl-arrow-right {
    background-image: url(../img/icons.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    transition: all 0.3s;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#testimonials .owl-controls {
    margin: 0;
}
#testimonials .owl-arrow-left {
    background-position: 0px 3600%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#testimonials .owl-arrow-right {
    background-position: 0px 3700%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#testimonials .owl-arrow-left:hover, 
#testimonials .owl-arrow-right:hover {
    opacity: 1;
}
.c-testimonial .c-details {
    background: #fff;
    padding: 40px 60px 40px 60px;
    position: relative;
}
.c-testimonial p {
    margin-bottom: 30px;
}
.c-testimonial .c-name {
    font-family: 'Porter';
    font-size: 18px;
    text-transform: uppercase;
    color: #5e8f8f;
    margin: 0;
}
.c-testimonial .c-position {
    font-family: 'Deleplace';
    font-style: italic;
    font-size: 18px;
    color: #b7a28d;
    margin: 0;
}
.fancybox-title-float-wrap .child {
    width: 100%;
    right: 0;
    border-radius: 5px;
    text-align: left;
    background: #fff;
    color: #333333;
    text-shadow: none;
    font-weight: normal;
}
.fancybox-title-float-wrap .child p:first-child {
    text-transform: uppercase;
}
.fancybox-title-float-wrap .child p {
    margin-bottom: 0;
}
.fancybox-title-float-wrap {
    width: 100%;
}
.accordion-left {
    margin-right: 60px;
    max-width: 500px;
    float: right;
}
.accordion-right {
    margin-left: 60px;
    max-width: 500px;
    float: left;
}
.c-content-accordion-1 .panel {
    border: 1px solid #c1ad98;
    margin-bottom: 0px;
    position: relative;
}
.panel-group .panel+.panel {
    margin-top: -1px;
    margin-bottom: 0;
}
.panel a.c-link {
    color:  #5e8f8f;
    font-size: 16px;
    font-style: italic;
}
.c-link svg {
    width: 12px;
    margin-left: 10px;
}
.panel.active-panel h4 {
    font-style: italic;
}
.panel.active-panel {
    width: calc(100% + 10px);
    padding-right: 10px;
}
.active-panel:after {
    content: ' ';
    display: block;
    width: 5px;
    height: 100%;
    background: #5e8f8f;
    position: absolute;
    top: -1px;
    right: -3px;
    animation-name: panelborder;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
@keyframes panelborder {
    from { height: 0%; }
    to { height: calc(100% + 2px); }
}
@keyframes panelwidth {
    from { width: 100%; }
    to { width: calc(100% + 10px); padding-right: 10px ; }
}

/* free-guide */
#free-guide .c-content-box {
    position: relative;
    padding-bottom: 220px;
    padding-top: 0;
    min-height: 500px;
}
.c-subscribe-box {
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    max-width: 700px;
    padding: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -120px;
    margin: 0 auto;
}
.c-subscribe-box h3.sub-title {
    color: #b0c5d1;
    font-family: 'Porter';
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
}
.c-subscribe-box h1 {
    font-family: 'MADE Evolve Sans';
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 35px;
}
.c-subscribe-box input {
    border-radius: 35px;
    padding: 20px;
    width: 100%;
}
.c-subscribe-box .btn {
    text-transform: uppercase;
    color: #d9c8b5;
    background: #333333;
    border-color: #333333;
    margin-left: 5px;
    width: 100%;
}
.c-subscribe-box .wpcf7-form .form-group {
    display: inline-block;
    width: calc(40% - 20px);
    vertical-align: top;
}
.c-subscribe-box .wpcf7-form .form-group.submit-wrap {
    width: calc(20% - 5px);
}
.c-subscribe-box .wpcf7 .ajax-loader {
    display: none !important;
}

/* Footer */
.c-layout-footer {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: white;
    text-align: center;
    padding: 30px;
}
#footer-section.footer-home {
    height: calc(100vh - 60px);
    min-height: 650px;
}
#footer-section.footer-inner {
    background-color: #5e8e8e;
}
#footer-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-section .btn {
    background: #c1ad98;
    border-color: #c1ad98;
    color: #fff !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#footer-section .btn:hover {
    background: #b29f8a;
    border-color: #b29f8a;
}
#footer-section h3 {
    font-family: 'MADE Evolve Sans';
    font-size: 40px;
    color: #5e8f8f;
    margin-bottom: 30px;
}
#footer-section .logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px;
}
#footer-section hr {
    border-color: #c2c2c2;
}
.footnote {
    color: #333333;
}
.footnote .social {
    display: inline-block;
    margin-right: 50px;
}
.footnote .social a {
    padding: 0 5px;
    margin: 0 2px;
}
.footnote p {
    display: inline-block;
    margin: 0;
}
#footer-section.footer-inner h3, 
#footer-section.footer-inner .footnote p, 
#footer-section.footer-inner .footnote a {
    color: #fff;
}
.footnote p {
    font-size: 14px;
}
#footer-section.footer-home .c-endfooter {
    margin-top: 100px;
}

/* Corporate Page */
#projects {
    min-height: 80vh;
}
#projects h1 {
    font-size: 50px;
    font-family: 'Porter';
    margin: 0 0 25px 0;
}
#projects .cbp-filter-item {
    padding: 5px 25px !important;
    border-radius: 35px !important;
}
#projects .cbp-item-wrapper p.desc {
    color: #a4a4a4;
    font-style: italic;
}
#projects .cbp-item-wrapper h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Porter';
    color: #333333;
}
#projects .cbp-item-wrapper p.sub-title {
    color: #c1ad98;
    text-transform: uppercase;
}
#projects .cbp-item-wrapper .row {
    display: flex;
    align-items: center;
}
#projects .c-vcenter {
    margin-left: 20px;
}
#projects .cbp-item .cbp-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Single Project */
.cbp-item.cbp-item-off {
    display: none;
}
.c-content-box.c-inner-banner {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text-wrap {
    text-align: center;
}
.page-company .c-video-banner {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: rgb(94 143 143 / 70%);
}
.page-company video {
    position: fixed;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}
.pillar-section {
    background: #fff;
}
.page-company .banner-text-wrap {
    text-align: left;
    position: relative;
    z-index: 999;
}
.banner-text-wrap h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.banner-text-wrap p {
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.single-project-wrap {
    display: flex;
}
.single-project-wrap p.subtitle {
    color: #c1ad98;
    text-transform: uppercase;
    font-size: 16px;
}
#project_slider {
    padding-bottom: 60px;
}
.single-project-wrap h1 {
    font-family: 'Porter';
    text-transform: uppercase;
    font-size: 50px;
    max-width: 650px;
}
.c-title-wrap {
    border-right: 1px solid #c5b3a0;
    padding: 25px 15px;
    min-width: 45%;
}
.desc-wrap {
    padding: 25px;
}
.post-next-prev {
    margin-top: 30px;
}
.post-nav-prev {
    float: left;
    color: #c1ad98;
    background: #f3f6f8;
    font-size: 16px;
    padding: 9px 26px 13px 26px;
    border-radius: 30px !important;
    font-family: 'Porter';
}
.post-nav-prev svg {
    width: 12px;
    margin-right: 10px;
}
.post-nav-next {
    float: right;
    color: #c1ad98;
    background: #f3f6f8;
    font-size: 16px;
    padding: 9px 26px 13px 26px;
    border-radius: 30px !important;
    font-family: 'Porter';
}
.post-nav-next svg {
    width: 12px;
    margin-left: 10px;
}
#project_slider {
    position: relative;
}
.c-content-box img.r-lines, 
.c-content-box img.l-lines {
    display: none;
}

/* Our Team */
.section {
    background-color: #fff;
}
.section.fp-section.team-wrap {
    margin-top: -35px;
}
.team-wrap .container {
    position: relative;
}
.team-wrap .container .team-type {
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    left: -50px;
    height: 50px;
    top: 50%;
}
.team-wrap .member {
    display: flex;
    align-items: center;
    position: relative;
}
.team-wrap .member-details {
    padding: 50px;
}
.team-wrap .member .profile {
    width: 30%;
    min-width: 30%;
}
.team-wrap .member .profile img {
    width: calc(100% + 2px);
    margin: -1px;
}
.team-wrap .member-details h3.name {
    color: #5e8f8f;
    font-size: 30px;
}
.team-wrap .member-details p.title {
    color: #af9b85;
    font-size: 18px;
    font-style: italic;
    font-family: 'Deleplace';
    font-weight: bold;
}
.team-wrap .member-details p:last-child {
    margin-bottom: 0;
}
.section-scroll section {
    min-height: 80vh;
}
.member p > a {
    text-decoration: underline;
}

/* Pillars */
.pillar-section .container {
    max-width: 1000px;
}
.pillar-section img.pillar-img {
    position: relative;
    z-index: 10;
    width: 100%;
    max-height: 530px;
    object-fit: cover;
}
.pillar-wrap {
    position: relative;
}
.pillar-section-r .pillar-wrap .pillar-details {
    background: url(../img/pillar-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 550px;
    height: 336px;
    position: absolute;
    right: -10px;
    bottom: -130px;
    z-index: 15;
    padding: 70px 40px 75px 160px;
    display: table;
}
.pillar-wrap .pillar-details h3 {
    font-size: 35px;
    color: #fff;
    margin-top: 0;
}
.pillar-wrap .pillar-details p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.pillar-section-r {
    padding-bottom: 200px !important;
}
.pillar-section-l .pillar-wrap .pillar-details {
    background: url(../img/pillar-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 550px;
    height: 336px;
    position: absolute;
    left: 5px;
    bottom: -155px;
    z-index: 15;
    padding: 65px 150px 60px 40px;
}
.pillar-section-l {
    padding-bottom: 230px !important;
}
.pillar-section:last-child {
    padding-bottom: 260px !important;
}
.v-center {
    display: table-cell;
    vertical-align: middle;
}

/* Process */
.process-header {
    text-align: center;
    padding: 0 0 80px 0;
}
.process-header .section-title {
    margin-bottom: 20px;
    color: #fff;
}
.process-header p {
    color: #fff;
    font-size: 25px;
}
.process-1 .fp-tableCell .container {
    /*vertical-align: top;*/
    margin-top:  -100px;
}
.process-wrap {
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-our-process .icon {
    background-image: url(../img/process.png);
    background-size: 100% 100%;
    width: 100%;
    min-width: 91px;
    max-width: 91px;
    height: 100%;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.page-our-process .icon span {
    font-size: 50px;
    /*font-family: 'Deleplace';*/
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-style: italic;
}
.page-our-process .details {
    padding: 0 100px;
}
.page-our-process .details h3 {
    font-size: 42px;
}
.page-our-process .details-white h3, 
.page-our-process .details-white p {
    color: #fff;
}
.process-1 .dash {
    border-left: 1px dashed #fff;
    position: absolute;
    z-index: 999;
    top: 140px;
    left: 102px;
}
.process-nth .dash {
    display: none;
}
.process-nth {
    overflow: hidden;
}
.prefooter {
    padding: 60px;
    text-align: center;
}
.prefooter h3 {
    font-size: 35px;
    margin: 0 auto 10px auto;
    font-family: 'MADE Evolve Sans';
}
.prefooter h1 {
    font-size: 45px;
    margin: 0 auto 30px auto;
}
.prefooter a.btn {
    background: #5e8f8f;
    color: #fff;
    text-transform: uppercase;
}
.prefooter a.btn:hover {
    background: #4e8686;
}

/* Inquire */
.inquire-banner.c-content-box.c-inner-banner {
    position: relative;
}
.inquire-banner.c-content-box.c-inner-banner:after {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 0%;
}
.wpcf7-form-control {
    border-radius: 30px;
    padding: 5px 20px;
}
.wpcf7-form-control .form-group {
    position: relative;
}
button#c-file-button {
    width: 100%;
    max-width: 550px;
    background: #f7f7f7;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #c2cad8;
    text-align: center;
    line-height: 18px;
}
button#c-file-button i {
    margin-right: 10px;
}
.your-attachment {
    display: none;
}
.btn-inquire {
    background: #c1ad98;
    border: 1px solid #c1ad98;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: 'Porter';
    margin-top: 30px;
}
.wpcf7 .ajax-loader {
    display: block !important;
    margin: 10px auto !important;
}

@media (min-width: 1200px) {
    .c-content-box img.r-lines {
        display: block;
        position: absolute;
        right: 0;
        top: -200px;
    }
    .c-content-box img.l-lines {
        display: block;
        position: absolute;
        left: 0;
        bottom: 100px;
        transform: rotate(180deg);
    }
}

@keyframes bgzoom {
    from { background-size: 150% 150%; }
    to { background-size: 100% 100%; }
}
@keyframes bgzoomsm {
    from { background-size: auto 150%; }
    to { background-size: auto 100%; }
}
@keyframes clinkplus {
    from { transform: rotate(0deg); }
    to { transform: rotate(45deg); }
}
@keyframes clinkplusout {
    from { transform: rotate(45deg); }
    to { transform: rotate(0deg); }
}

.c-mega-menu li:hover a.dropdown-toggle span.c-toggler img {
    animation-name: clinkplus;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
.c-mega-menu span.c-toggler {
    display: inline-flex;
    padding-left: 2px;
}
.c-mega-menu .c-toggler img {
    animation-name: clinkplusout;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    width: 9px;
    height: 9px;
}
#footer-section.footer-home .c-postfooter {
    margin-top: 140px;
}

@media (min-width: 992px) {
    .c-layout-header-default .c-logo img.on-scroll, 
    .c-layout-header-fullscreen.c-page-on-scroll .c-logo img.no-scroll {
        display: none !important;
    }
    .c-layout-header-fullscreen.c-page-on-scroll .c-logo img.on-scroll {
        display: block !important;
    }
    .tp-bgimg {
        animation-name: bgzoom;
        animation-duration: 4s;
        animation-fill-mode: forwards;
    }
    .lg-only { display: block !important; }
    .sm-only { display: none !important; }
    .c-header-inner .c-brand {
        background: #5e8f8f;
        padding: 10px;
        margin: 0 !important;
    }
    .c-content-box.floating-box .container p {
        position: relative;
        z-index: 999 !important;
        width: 100%;
        max-width: 600px;
        background: #b0c5d1;
        padding: 40px;
        color: #333333;
        font-style: italic;
        margin-top: -80px;
        float: right;
    }
    .elements-2-divider {
        margin: -30px 0 -190px 0;
    }
    #the-team .c-content-box {
        padding-top: 0;
    }
    #design-and-construction .elements-2 {
        position: absolute;
        right: 0;
        bottom: -50px;
    }
    #our-clients .c-content-box {
        padding: 150px 0;
    }
    .inquire-wrap label {
        display: none;
    }
}

@media (max-width: 991px) {
    .c-header-inquire {
        position: initial;
        margin: 10px 20px !important;
        text-align: center;
    }
    .c-main-title {
        text-align: center;
    }
    .c-header-inquire a {
        font-size: 12px;
        border-color: #ffffff !important;
        color: #ffffff !important;
        padding: 8px 20px 7px 20px !important;
    }
    .tp-bgimg {
        animation-name: bgzoomsm;
        animation-duration: 4s;
        animation-fill-mode: forwards;
    }
    .lg-only { display: none !important; }
    .sm-only { display: block !important; }
    .c-navbar-wrapper {
        margin: 0 15px;
    }
    .c-logo img {
        float: left;
        max-height: 30px;
        max-width: initial;
        width: auto;
        margin: 17px 0;
    }
    .c-header-inner .c-logo img, 
    .c-page-on-scroll .c-logo img {
        max-width: initial;
        max-height: 30px;
    }
    .floating-box {
        padding: 60px 0 0 0;
        text-align: center;
    }
    #design-and-construction .c-content-box {
        padding-top: 60px;
    }
    section#corporate, 
    section#residential {
        padding: 0 25px 0 15px;
    }
    .accordion-left, .accordion-right {
        margin-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    #projects .c-vcenter {
        margin-left: 0;
    }
    .single-project-wrap {
        display: block;
    }
    .c-title-wrap {
        border:  none;
    }
    .desc-wrap {
        padding: 0 15px;
    }
    .hero___section {
        max-height: 400px;
    }
    .section.fp-section.team-wrap {
        margin-top: 0;
    }
    .team-wrap .member {
        display: block;
        text-align: center;
    }
    .team-wrap .member .profile {
        text-align: center;
        margin: 0 auto;
    }
    #the-team .c-content-box {
        padding-bottom: 120px;
    }
    .team-wrap .member-details {
        padding: 20px 15px 50px 15px;
    }

    .team-wrap .container .team-type {
        position: initial;
        transform: initial;
    }
    #footer-section.footer-home {
        align-items: flex-end;
    }
    .footnote .social {
        margin: 0 auto;
    }
    .section-title {
        font-size: 35px;
    }
    .banner-text-wrap h1, 
    .single-project-wrap h1, 
    .section-title-wrap h3 {
        font-size: 45px;
    }
    .banner-text-wrap p {
        font-size: 19px;
    }
    #projects h1 {
        font-size: 35px;
    }
    #projects .cbp-item-wrapper h3 {
        font-size: 25px;
    }
    #design-and-construction .c-frame-details .sub-title {
        font-size: 30px;
        max-width: 100%;
        margin-top: 50px;
    }
    .btn.btn-border-l {
        background: #5e8f8f;
        color: #fff;
    }
    #design-and-construction .c-frame-details h3 {
        font-size: 35px;
    }
    .c-content-title-1 > h3.c-font-uppercase {
        font-size: 35px;
    }
    .prefooter h3 {
        font-size: 32px;
        margin: 0 auto 37px auto;
    }
    .prefooter h1 {
        margin: 0 auto 40px auto;
    }
    .c-content-title-1 > p {
        font-size: 18px;
    }
    .inquire-wrap ::-webkit-input-placeholder {
       color:transparent;
    }
    .inquire-wrap :-moz-placeholder { /* Firefox 18- */
       color:transparent; 
    }
    .inquire-wrap ::-moz-placeholder {  /* Firefox 19+ */
       color:transparent; 
    }
    .inquire-wrap :-ms-input-placeholder {  
       color:transparent;
    }
    .inquire-wrap label {
        color: #7a838e;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .c-subscribe-box h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #design-and-construction .row {
        display: block;
        padding: 15px;
    }
    #design-and-construction .row .c-frame-details {
        text-align: center;
        margin-top: 30px;
    }
    #projects .cbp-item-wrapper .row {
        display: block;
    }
    #projects .cbp-item-wrapper .row .col-md-8, 
    #projects .cbp-item-wrapper .row .col-md-4 {
        width: 100%;
    }
    .page-our-process .details {
        padding: 0 0 0 30px;
    }
    .page-company .c-video-banner {
        height: 100vh;
    }
    .section-title {
        margin: 0 auto 40px auto;
    }
    .post-next-prev a {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .process-header {
        padding: 0 0 50px 0;
    }
    .process-header .section-title {
        font-size: 40px;
    }
    .page-our-process .details-white h3, 
    .page-our-process .details h3 {
        font-size: 25px;
    }
    .process-wrap {
        padding: 15px 30px;
        margin-top: -65px;
    }
    .prefooter {
    }
    .process-1 .dash {
        left: 80px;
    }
    .team-wrap .member .profile {
        max-width: 180px;
        min-width: initial;
        width: 100%;
    }
    .c-content-person-1 .c-body .c-head .c-name, 
    .c-content-person-1 .c-body .c-position {
        text-align: center;
        width: 100%;
    }
    #testimonials .container {
        padding: 0 30px;
    }
    .c-testimonial .c-details {
        background: rgb(255 255 255 / 95%);
    }
    .process-header p {
        font-size: 20px;
        margin-bottom: 70px;
    }
    .c-content-box.c-inner-banner {
        min-height: 25vh;
        background-size: auto 180%;
        background-position-y: initial;
    }
}

@media (max-width: 545px) {
    .pillar-section-r, 
    .pillar-section-l {
        padding-bottom: 30px !important;
    }
    .pillar-section:last-child {
        padding-bottom: 60px !important;
    }
    .page-our-process .details h3 {
        font-size: 25px;
    }
    .pillar-section-r .pillar-wrap .pillar-details {
        display: block;
        background: #5e8f8f;
        position: initial;
        padding: 25px;
        height: auto;
    }
    .pillar-section-l .pillar-wrap .pillar-details {
        display: block;
        background: #b0c5d1;
        position: initial;
        padding: 25px;
        height: auto;
    }
    .process-wrap {
        display: block;
        text-align: center;
        margin-top: -35px;
        padding: 0;
    }
    .pillar-wrap .pillar-details > div {
        display: block;
    }
    .banner-text-wrap h1, 
    .banner-text-wrap p {
        text-align: center;
    }
    .pillar-wrap .pillar-details p {
        text-align: center;
        font-size:  18px;
    }
    .pillar-wrap .pillar-details h3 {
        text-align: center;
        font-size: 25px;
    }
    .page-our-process .icon {
        margin: 0px auto 20px auto;
    }
    .page-our-process .details {
        padding: 0;
    }
    .dash {
        display: none;
    }
    .c-subscribe-box {
        bottom: 0;
    }
    .tp-loop-wrap {
        margin-top: -20px;
    }
    #corporate .owl-theme, 
    #residential .owl-theme {
        width: 100%;
        margin: 0 auto;
    }
    .owl-sh .owl-item {
        height: 200px;
    }
    .c-subscribe-box .wpcf7-form .form-group, 
    .c-subscribe-box .wpcf7-form .form-group.submit-wrap {
        width: 100%;
    }
    .c-subscribe-box .btn {
        margin: 0;
    }
    .c-subscribe-box {
        position: initial;
        background-size: auto 100%;
    }
    #free-guide .c-content-box {
        padding: 30px 15px;
    }
    .c-content-person-1 .c-body .c-head .c-name {
        font-size: 14px;
    }
    .single-project-wrap h1 {
        font-size: 35px;
    }
    .prefooter {
        padding: 15px;
    }
    .prefooter h3 {
        font-size: 30px;
    }
}
.page-404 {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-404 h1 {
    font-size: 50px;
}
.page-404 h1, .page-404 h3 {
    font-family: 'MADE Evolve Sans Bold';
}
.c-subscribe-box .wpcf7 form .wpcf7-response-output {
    color: #ffffff;
    text-align: center;
	margin: 0;
}
.inquire-wrap .wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: #555;
    text-align: center;
}
.form-group br {
    display: none;
}
.wpcf7-not-valid-tip {
    text-align: left;
}