/* -----------------------------------------------------------------------------------

 01. Google fonts
 02. Basics style
 03. Helper style - [NEW]
 03. Selection style
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider style
 10. Slider Left Panel style
 11. Page Banner Header style
 12. Content Lines style
 13. Video Background - [NEW]
 13. About style
 14. Team style
 15. Team Details style
 17. Careers style - [NEW]
 16. Services style
 19. Services2 style - [NEW]
 20. Services3 style - [NEW]
 21. Services4 style - [NEW]
 17. Projects style
 18. Projects2 (masonry) style
 19. Projects3 style
 20. Projects4 style
 21. Project Gallery style
 27. Project Page style - [NEW]
 22. Clients style
 23. Gallery style
 24. Promo Video and Testimonials style
 25. Blog 1 style
 26. Blog 2 style
 27. Blog 3 style
 34. Blog 4 style - [NEW]
 28. Post style
 29. Contact style
 30. Buttons style
 31. Footer style
 32. Corner style
 33. Preloader style
 34. toTop Button style
 35. Accordion Box (for Faqs) style
 36. Pricing plan style
 37. Error Page - 404 style
 38. Process style
 46. Process 2 style - [NEW]
 39. Comming soon style
 48. Overlay Effect Bg image style - [NEW]
 40. Responsive (Media Query)

----------------------------------------------------------------------------------- */


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');


/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777;
    overflow-x: hidden !important;
    background: #fff;
}

p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777;
    margin-bottom: 20px;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    /* display: inline-block; */
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #b19777;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    background-image: none;
    border-bottom: 1px solid #f4f4f4;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #b19777;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #b19777;
    border: 1px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #f4f4f4;
    color: #272727;
    border: 1px solid transparent;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #ececec;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}


/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #272727;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #b19777;
    font-weight: 400;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #b19777;
}

/* submit and alert success  */
input[type="submit"] {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #b19777;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}

.alert-success {
    background: transparent;
    color: #777;
    border: 1px solid #b19777;
    border-radius: 0px;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: 'Oswald', sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

:root {
    scroll-behavior: auto;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}



/* ======= Selection style ======= */
::-webkit-selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

::selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

/* ======= Scrollbar ======= */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #777;
}

::-webkit-scrollbar-thumb {
    background: #272727;
}

::-webkit-scrollbar-thumb:hover {
    background: #272727;
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #777;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #b19777;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

/* ======= Section style ======= */
.section-padding {
    padding: 50px 0;
}

.section-padding2 {
    padding: 0 0 90px 0;
    position: relative;
}

.section-padding h6 {
    color: #b19777;
    font-size: 20px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 10px;
    word-spacing: 5px;
    margin-bottom: 30px;
    text-align: left;
}

.section-title span {
    color: #b19777;
}

.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* ======= Menu style ======= */
.bauen-wrap {
    display: block;
    background: #ffff;
    border-left: 1px solid #e8e8e8;
    right: 0;
    z-index: 111;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    /* -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05); */
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
}

.bauen-wrap.bauen-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.bauen-logo-wrap {
    position: relative;
    z-index: 1021;
    float: left;
    padding: 10px 75px;
}


.bauen-menu ul {
    position: relative;
    margin-top: 200px;
    margin-bottom: 30px;
    padding: 0;
}

.bauen-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.bauen-menu ul li,
.bauen-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.bauen-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.bauen-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.bauen-menu ul li a {
    color: #777;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bauen-menu ul li a {
    display: inline-block;
}

.bauen-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.bauen-menu ul li a:hover::after {
    width: 100%;
}

.bauen-menu ul li a.active {
    font-weight: 600;
}

.bauen-menu ul li a.active:after {
    height: 0px;
}

.bauen-menu ul ul {
    display: none;
}

.bauen-menu>ul>li>a {
    color: #777;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bauen-menu>ul>li.open>a {
    color: #ffff;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bauen-menu ul ul li a {
    color: #777;
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 5px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.bauen-menu ul li:hover>a,
.bauen-menu ul li.open>a,
.bauen-menu ul li.active>a,
.bauen-menu ul ul li:hover>a,
.bauen-menu ul ul li.open>a,
.bauen-menu ul ul li.active>a {
    font-weight: 600;
}

.bauen-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.bauen-menu i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(0, 0, 0, 0.3);
}

.bauen-menu ul li.active>a i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(177, 151, 119, 0.8);
}

/* navigation footer */
.bauen-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 90px 0px 0px 0px;
    color: #777;
}

.bauen-menu-footer p {
    color: #777;
    margin: 0;
    font-size: 15px;
}

.bauen-menu-footer p span {
    color: #b19777;
}

.bauen-menu-footer a {
    color: #b19777;
}

.separator {
    width: 16%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    margin: 10px 0;
}

/* footer contact */
.bauen-menu-footer .contact {
    display: flex;
    padding: 3px 0;
}

.bauen-menu-footer .contact .icon {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #5c6666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}

.bauen-menu-footer .contact .icon span {
    color: #666;
    font-size: 13px;
}

.bauen-menu-footer .contact .text {
    margin-left: 5px;
    margin-top: 5px;
}

.bauen-menu-footer .contact .text a {
    color: #666;
    margin: 0;
    font-size: 15px;
}

.bauen-menu-footer .contact .text a:hover {
    color: #8d7c7c;
}


@media screen and (max-width: 768px) {
    .bauen-wrap {
        width: 100%;
    }

    .bauen-menu-footer {}
}


/* ======= Menu header style ======= */

.bauen-header {
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
    padding-right: 3%;
    background: #0000008c;
}

.bauen-header:hover {
    /* background-color: #1a1a1a !important; */
    transition: background-color .6s, top .3s linear;
}

.bauen-header:not(.nav-open) {
    background-color: #00000059;
    transition: background-color .6s, top .3s linear;
}

.bauen-header .bauen-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center
}

.bauen-header .bauen-logo img {
    width: 140px;
    margin-bottom: 5px;
    transition: filter .3s ease;
}


.bauen-header .bauen-logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    letter-spacing: 9px;
    margin-bottom: 0;
}

.bauen-header .bauen-logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 300;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.bauen-header .social li {
    display: inline-block;
}

.bauen-header .social li a {
    color: #fff;
    padding: 0 10px;
}

.bauen-header .heading {
    color: #fff;
}

.bauen-header.scrolled {
    position: fixed;
    top: 0;
    background: transparent;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border: none;
}

.bauen-header.scrolled .social {
    margin-top: 10px;
}

.bauen-header.scrolled .social li a {
    color: #fff;
}

.bauen-header.scrolled .bauen-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.bauen-header.scrolled .bauen-logo h2,
.bauen-header.scrolled .bauen-logo h2 span {
    display: none;
}

.bauen-header.scrolled .bauen-logo-wrap {
    transition: background-color .6s, top .3s linear;
}

.bauen-header.scrolled .bauen-wrap-burger-wrap {
    margin-top: 20px;
}

.bauen-header.scrolled .bauen-wrap-burger-wrap .bauen-nav-toggle {
    top: 0 !important;
    margin-top: 0;
}

.bauen-header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/* Inverse all header colors when scrolled & visible */
.bauen-header.scrolled.awake {
    background: #fff !important;
    background-color: #fff !important;
}

.bauen-header.scrolled.awake .bauen-logo,
.bauen-header.scrolled.awake .heading,
.bauen-header.scrolled.awake .social li a,
.bauen-header.scrolled.awake .bauen-logo-wrap,
.bauen-header.scrolled.awake .bauen-wrap-burger-wrap {
    color: #000;
}

.bauen-header.scrolled.awake .bauen-logo h2,
.bauen-header.scrolled.awake .bauen-logo span {
    color: #000;
}

.bauen-header.scrolled.awake .bauen-logo img,
.bauen-header.scrolled.awake .logo-img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.bauen-header.scrolled.awake .bauen-nav-toggle i,
.bauen-header.scrolled.awake .bauen-nav-toggle i:before,
.bauen-header.scrolled.awake .bauen-nav-toggle i:after {
    background: #000 !important;
}

.bauen-header.scrolled.awake .bauen-nav-toggle.active i {
    background: transparent !important;
}

.bauen-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.bauen-nav-toggle {
    /* top: -3px !important; */
}

.bauen-nav-toggle i,
.bauen-nav-toggle i:before,
.bauen-nav-toggle i:after {
    background: #ffff !important;
    transition: background .3s ease;
}

.bauen-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    float: right;
}

.bauen-wrap-burger-wrap .bauen-nav-toggle {
    top: 22px !important;
}

.bauen-nav-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 109;
    display: block !important;
    flex-shrink: 0;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.bauen-nav-toggle:hover i:before {
    top: -7px;
}

.bauen-nav-toggle:hover i:after {
    bottom: -7px;
}

.bauen-nav-toggle.active i {
    background: transparent !important;
}

.bauen-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.bauen-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.bauen-nav-toggle:hover,
.bauen-nav-toggle:focus,
.bauen-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.bauen-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 1px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.bauen-nav-toggle i:before,
.bauen-nav-toggle i:after {
    content: '';
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.bauen-nav-toggle i:before {
    top: -7px;
}

.bauen-nav-toggle i:after {
    bottom: -7px;
}


@media screen and (min-width: 767px) {
    .bauen-header:not(.scrolled) .bauen-wrap-burger-wrap .bauen-nav-toggle:not(.active) {
        /* background: #fff; */
        text-align: center;
        border-radius: 50%;
        width: 55px;
        height: 55px;
    }
}

/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #272727;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}

.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

/* Hero video slider: full-bleed background video per slide */
.slider-video .item {
    overflow: hidden;
}

.slider-video .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slider-video .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

/* ======= Foster + Partners–style hero slider ======= */
.slider-foster {
    position: relative;
}

.slider-foster .item:before {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.62) 0%,
            rgba(0, 0, 0, 0.22) 38%,
            rgba(0, 0, 0, 0.04) 68%,
            transparent 100%) !important;
    opacity: 1 !important;
}

.slider-foster .foster-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0 0px 10px 75px;
    color: #fff;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.85s ease, transform 0.85s ease;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 75%, black 100%);
}

.slider-foster .owl-item.active .foster-caption {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.35s;
}

.slider-foster .foster-caption__category {
    display: block;
    margin-bottom: 14px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.slider-foster .foster-caption__title {
    margin: 0 0 12px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: clamp(28px, 4.2vw, 52px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #fff;
    font-size: 34px;
}

.slider-foster .foster-caption__meta {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.slider-foster .foster-caption__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 4px;
    transition: border-color 0.25s ease, opacity 0.25s ease;
}

.slider-foster .foster-caption__link:hover {
    border-color: #fff;
    opacity: 0.88;
    color: #fff;
}

.slider-foster .foster-hero-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    pointer-events: none;
}

.slider-foster .foster-hero-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.18);
}

.slider-foster .foster-hero-progress__bar {
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transform-origin: left center;
}

@keyframes foster-hero-progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.slider-foster .foster-hero-progress__bar.is-animating {
    animation: foster-hero-progress var(--foster-autoplay, 12000ms) linear forwards;
}

.slider-foster .foster-hero-counter {
    position: absolute;
    right: 80px;
    bottom: 36px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.88);
}

.slider-foster .foster-hero-counter__current {
    font-size: 15px;
    color: #fff;
}

.slider-foster .foster-hero-counter__sep {
    opacity: 0.45;
}

.slider-foster .owl-nav {
    position: absolute;
    left: auto;
    right: 75px;
    bottom: 72px;
    display: flex;
    gap: 8px;
}

.slider-foster .owl-theme .owl-nav [class*=owl-] {
    position: static;
    float: none;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.slider-foster .owl-theme .owl-nav [class*=owl-]:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 1259.98px) {
    .slider-foster .foster-caption {
        padding-left: 130px;
    }
}

@media (max-width: 991.98px) {
    .slider-foster .foster-caption {
        padding: 0 32px 110px 80px;
        max-width: 100%;
    }

    .slider-foster .foster-hero-counter,
    .slider-foster .owl-nav {
        right: 32px;
    }
}

@media (max-width: 767.98px) {
    .slider-foster .foster-caption {
        padding: 0 24px 96px 24px;
    }

    .slider-foster .foster-caption__title {
        font-size: 26px;
    }

    .slider-foster .foster-hero-counter {
        right: 24px;
        bottom: 28px;
    }

    .slider-foster .owl-nav {
        display: flex;
        right: 24px;
        bottom: 58px;
    }

    .slider-foster .owl-theme .owl-nav [class*=owl-] {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 12px;
    }
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    left: 12%;
}

.project-page .owl-nav {
    position: absolute;
    bottom: 120px;
    left: 45%;
}

.project-page .owl-carousel .portfolio-item {
    text-align: center;
    background-color: #ededed;
}

.project-page .owl-carousel .project-slider-img {
    height: 600px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    object-fit: contain;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-],
.project-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

/* Hero background audio — header control beside menu toggle */
.hero-bg-audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.bauen-wrap-burger-wrap .hero-audio-widget {
    position: relative;
    z-index: 25;
    flex-shrink: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.bauen-wrap-burger-wrap .hero-audio-widget.is-ready {
    opacity: 1;
    pointer-events: auto;
}

.bauen-wrap-burger-wrap .hero-audio-widget__copy {
    display: none;
}

/* Match .bauen-nav-toggle circle button in header */
.bauen-wrap-burger-wrap .hero-audio-widget__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    gap: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #ffff;
    box-shadow: none;
    transform: none;
    line-height: 1;
}

.bauen-wrap-burger-wrap .hero-audio-widget__toggle:hover,
.bauen-wrap-burger-wrap .hero-audio-widget__toggle:focus,
.bauen-wrap-burger-wrap .hero-audio-widget__toggle:active {
    outline: none;
    border: none;
    background: transparent;
    color: #ffff;
    transform: none;
}

.bauen-wrap-burger-wrap .hero-audio-widget__toggle:focus-visible {
    box-shadow: 0 0 0 2px rgba(177, 151, 119, 0.45);
}

.bauen-wrap-burger-wrap .hero-audio-widget__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bauen-wrap-burger-wrap .hero-audio-widget__icon-muted {
    font-size: 16px;
    line-height: 1;
    color: #ffff;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars span {
    display: block;
    width: 2px;
    height: 10px;
    border-radius: 1px;
    background: #ffff;
    transform-origin: center center;
    animation: hero-audio-bar 0.9s ease-in-out infinite;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars span:nth-child(1) {
    animation-delay: 0s;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars span:nth-child(2) {
    animation-delay: 0.15s;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars span:nth-child(3) {
    animation-delay: 0.3s;
}

.bauen-wrap-burger-wrap .hero-audio-widget__bars span:nth-child(4) {
    animation-delay: 0.45s;
}

.bauen-wrap-burger-wrap .hero-audio-widget:not(.is-muted) .hero-audio-widget__icon-muted {
    opacity: 0;
    transform: scale(0.6);
    pointer-events: none;
}

.bauen-wrap-burger-wrap .hero-audio-widget:not(.is-muted) .hero-audio-widget__bars {
    opacity: 1;
}

.bauen-wrap-burger-wrap .hero-audio-widget.is-muted .hero-audio-widget__bars span {
    animation-play-state: paused;
}

.bauen-wrap-burger-wrap .hero-audio-widget:not(.is-muted) .hero-audio-widget__toggle {
    border: none;
    background: transparent;
}



.hero-audio-widget__toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 8px 18px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.hero-audio-widget__toggle:hover,
.hero-audio-widget__toggle:focus {
    outline: none;
    border-color: #b19777;
    color: #fff;
    transform: scale(0.98);
}

.hero-audio-widget__toggle:focus-visible {
    box-shadow: 0 0 0 2px rgba(177, 151, 119, 0.55);
}

.hero-audio-widget__visual {
    flex-shrink: 0;
}

.hero-audio-widget__disc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.hero-audio-widget__icon-muted {
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-audio-widget__bars {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    padding-bottom: 10px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hero-audio-widget__bars span {
    display: block;
    width: 3px;
    height: 6px;
    border-radius: 2px;
    background: #b19777;
    transform-origin: bottom center;
    animation: hero-audio-bar 0.9s ease-in-out infinite;
}

.hero-audio-widget__bars span:nth-child(1) {
    animation-delay: 0s;
}

.hero-audio-widget__bars span:nth-child(2) {
    animation-delay: 0.15s;
}

.hero-audio-widget__bars span:nth-child(3) {
    animation-delay: 0.3s;
}

.hero-audio-widget__bars span:nth-child(4) {
    animation-delay: 0.45s;
}

@keyframes hero-audio-bar {

    0%,
    100% {
        transform: scaleY(0.45);
    }

    50% {
        transform: scaleY(1.35);
    }
}

.hero-audio-widget__copy {
    position: relative;
    min-width: 72px;
    text-align: left;
}

.hero-audio-widget__state {
    display: block;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-audio-widget__state--on {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(4px);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__state--off {
    opacity: 0;
    transform: translateY(-4px);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__state--on {
    opacity: 1;
    transform: translateY(0);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__toggle {
    border-color: rgba(177, 151, 119, 0.65);
    background: rgba(12, 12, 12, 0.55);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__disc {
    border-color: #b19777;
    background: rgba(177, 151, 119, 0.12);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__icon-muted {
    opacity: 0;
    transform: scale(0.6);
}

.hero-audio-widget:not(.is-muted) .hero-audio-widget__bars {
    opacity: 1;
}

.hero-audio-widget.is-muted .hero-audio-widget__bars {
    animation: none;
}

@media screen and (max-width: 768px) {
    .bauen-wrap-burger-wrap {
        gap: 10px;
        margin-top: 25px;
    }
}


/* ======= Slider left panel style ======= */
.left-panel {
    /* background: #fff; */
    position: absolute;
    width: 150px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}


.social-left {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    z-index: 10;
}

.social-left:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    top: -70px;
    background: #ececec;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 3px 0;
}

.social-left li:first-child {}

.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ececec;
    color: #666;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social-left li a:hover {
    color: #b19777;
    border: 1px solid #b19777;
}

@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}

@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}

@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
}




/* ======= Page Banner Header style ======= */
.banner-header {
    height: 30vh;
    z-index: -2;
}

.banner-header-blog {
    height: 18vh;
    z-index: -2;
}

.banner-header-blog__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #070000 !important;
    position: relative;
    margin-top: 91px;
    padding-left: 75px;
    z-index: 111;
    font-size: 22px;
}

.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-header h6 a:hover {
    color: #fff;
}

.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}

.banner-header h5 {
    color: #b19777;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.banner-header h1 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #b19777;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #777;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-header p a {
    color: #b19777;
}

@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }

    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner-header h6 a:hover {
        color: #b19777;
    }

    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }

    .banner-header h5 {}

    .banner-header h1 {}

    .banner-header p {
        font-size: 20px;
        color: #777;
    }
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 100%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.5) 100%);
    object-fit: cover;
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* .content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
} */

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}



/* =======  Video Background  ======= */
.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .video-fullscreen-inner h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

.video-fullscreen-wrap .video-fullscreen-inner p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

.video-fullscreen-wrap .video-fullscreen-inner .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}

.position-relative {
    position: relative !important;
}

@media screen and (max-width: 767px) {
    .video-fullscreen-wrap .video-fullscreen-inner h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }

    .video-fullscreen-wrap .video-fullscreen-inner p {
        font-size: 15px;
        margin-right: 10px;
    }
}


/* ======= About style ======= */
.about {
    padding-bottom: 90px;
}

.about .about-img img:hover {
    transform: scale(0.95);
}

.about .about-img {
    position: relative;
}

.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}

.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #f4f4f4;
}

.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #272727;
}

.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #272727;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #f4f4f4;
}

/* About — modern luxury layout (index) */
.about-modern {
    --about-cream: #f5f1ea;
    --about-gold: #262626;
    --about-gold-dark: #5c5348;
    --about-ink: #2c2419;
    --about-muted: #5c5348;
    --about-card: #faf8f4;
    /* background: var(--about-cream); */
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-modern-row {
    align-items: stretch;
}

.about-modern .about-modern-visual {
    position: relative;
    width: 100%;
}

.about-modern-watermark {
    position: absolute;
    right: -38px;
    top: 48%;
    transform: translateY(-50%) rotate(-180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Oswald', 'Barlow', sans-serif;
    font-size: clamp(4rem, 12vw, 6rem);
    font-weight: 700;
    /* letter-spacing: 0.12em; */
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0 0 0 / 25%);
    z-index: 0;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.about-modern-dots {
    position: absolute;
    left: 19%;
    bottom: -5%;
    width: 72px;
    height: 72px;
    z-index: 1;
    background-image: radial-gradient(circle, var(--about-gold) 2px, transparent 2.5px);
    background-size: 14px 14px;
    opacity: 0.85;
}

.about-modern-img-stack {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.about-modern-img {
    /* border-radius: 36px; */
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(44, 36, 25, 0.12);
}

.about-modern-img img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.about-modern-img-primary {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-modern-img-primary:hover img {
    transform: scale(1.03);
}

@media (min-width: 992px) {
    .about-modern .about-modern-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 3rem;
        align-items: stretch;
    }

    .about-modern .about-modern-row>[class*="col-"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        flex: none;
        padding-left: 0;
        padding-right: 0;
    }

    .about-modern .about-modern-visual {
        flex: 1 1 auto;
        height: 100%;
        min-height: 100%;
        align-self: stretch;
    }

    .about-modern .about-modern-content {
        flex: 1 1 auto;
        height: 100%;
    }
}

.about-modern-img-secondary {
    position: absolute;
    right: 0;
    bottom: -35%;
    width: 72%;
    aspect-ratio: 3 / 3;
    z-index: 3;
    border: 6px solid var(--about-cream);
}

.about-modern-img-secondary:hover img {
    transform: scale(1.03);
}

.about-modern-content {
    padding-left: 0;
    padding-right: 8px;
}

@media (min-width: 992px) {
    .about-modern-content {
        padding-left: 12px;
    }
}

.about-modern-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--about-gold);
    margin-bottom: 18px;
}

.about-modern-kicker i {
    font-size: 14px;
}

.about-modern-headline {
    font-size: clamp(1rem, 4vw, 2rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--about-ink);
    margin-bottom: 22px;
    /* max-width: 30ch; */
    font-size: 27px;
}

.about-modern-text {
    color: var(--about-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
}

.about-modern-text:last-of-type {
    margin-bottom: 22px;
}

.about-modern-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

@media (max-width: 575px) {
    .about-modern-checklist {
        grid-template-columns: 1fr;
    }
}

.about-modern-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--about-ink);
}

.about-modern-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(166, 139, 91, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--about-gold);
    font-size: 12px;
}

.about-modern-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

@media (max-width: 575px) {
    .about-modern-cards {
        grid-template-columns: 1fr;
    }
}

.about-modern-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 26px 22px 24px;
    box-shadow: 0 8px 32px rgba(44, 36, 25, 0.06);
}

.about-modern-card-icon {
    position: absolute;
    top: 20px;
    right: 18px;
    color: var(--about-gold);
    opacity: 0.95;
}

.about-modern-card-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: var(--about-ink);
    margin: 0 0 12px;
    padding-right: 48px;
}

.about-modern-card-text {
    font-size: 14px;
    line-height: 1.65;
    color: var(--about-muted);
    margin-bottom: 0;
}

.about-modern-card-bullet {
    font-size: 13px;
    line-height: 1.5;
    color: var(--about-ink);
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.about-modern-bullet-square {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: 6px;
    background: var(--about-gold);
    border-radius: 1px;
}

.about-modern-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px 28px;
}

.about-modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #ededed;
    color: #000000;
    transition: all 0.2s ease;
}

.about-modern-btn:hover {
    transition: all 0.2s ease;
    background: #ffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.about-modern-btn-arrow {
    font-size: 16px;
    line-height: 1;
}

.about-modern-cta-aside {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 220px;
}

.about-modern-cta-avatars {
    display: flex;
    align-items: center;
    gap: 0;
}

.about-modern-cta-avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--about-cream);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.about-modern-cta-phone {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ededed;
    transform: scale(1.05);
    text-align: center;
    line-height: 40px !important;
    font-size: 16px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.about-modern-cta-phone:hover {
    background: #ffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
    text-align: center;
    line-height: 40px !important;
}

.about-modern-cta-copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--about-muted);
}

.about-modern-cta-copy a {
    color: var(--about-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}

.about-modern-cta-copy a:hover {
    color: var(--about-gold-dark);
}

@media (max-width: 991px) {
    .about-modern-visual {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 4;
    }

    .about-modern-img-stack,
    .about-modern-img-primary {
        position: absolute;
        inset: 0;
    }

    .about-modern-headline {
        max-width: none;
    }
}

/* Founder message — matches about-modern palette */
.founder-message {
    --founder-ink: #2c2419;
    --founder-muted: #5c5348;
    --founder-card: #faf8f4;
    background: linear-gradient(180deg, var(--founder-cream) 0%, #fff 48%, #fff 100%);
    padding-top: 0px;
    padding-bottom: 0px;
}

.founder-message-visual {
    position: relative;
    padding: 28px 0 20px 0px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .founder-message-visual {
        margin-left: 0;
        margin-right: auto;
    }
}

.founder-message-watermark {
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Oswald', 'Barlow', sans-serif;
    font-size: clamp(3rem, 8vw, 4.25rem);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(166, 139, 91, 0.18);
    z-index: 0;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    letter-spacing: 0.08em;
}

.founder-message-dots {
    position: absolute;
    right: 8%;
    bottom: 6%;
    width: 64px;
    height: 64px;
    z-index: 1;
    background-image: radial-gradient(circle, var(--founder-gold) 2px, transparent 2.5px);
    background-size: 12px 12px;
    opacity: 0.75;
}

.founder-message-frame {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow:
        0 28px 60px rgba(44, 36, 25, 0.14),
        0 0 0 1px rgba(166, 139, 91, 0.12);
}

.founder-message-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-left: 4px solid var(--founder-gold);
    pointer-events: none;
    z-index: 3;
    border-radius: 4px 0 0 4px;
}

.founder-message-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.65s ease;
}

.founder-message-frame:hover img {
    transform: scale(1.02);
}

.founder-message-content {
    padding-top: 8px;
}

@media (min-width: 992px) {
    .founder-message-content {
        padding-left: 8px;
    }
}

.founder-message-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--founder-gold);
    margin-bottom: 14px;
}

.founder-message-kicker i {
    font-size: 15px;
    opacity: 0.9;
}

.founder-message-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--founder-ink);
    margin: 0 0 26px;
    max-width: 20ch;
}

.founder-message-title span {
    color: var(--founder-gold-dark);
}

@media (max-width: 991px) {
    .founder-message-title {
        max-width: none;
    }
}

.founder-message-body p {
    color: var(--founder-muted);
    font-size: 19px;
    line-height: 1.8;
    margin: 0 0 16px;
    text-align: justify;
}

.founder-message-body p:last-child {
    margin-bottom: 28px;
}

.founder-message-awards {
    background: #ffffff;
    padding: 24px 26px 26px;
    box-shadow: 0 10px 40px rgb(32 32 32 / 7%);
    border: 1px solid rgb(106 106 106 / 12%);
}

.founder-message-awards-title {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--founder-ink);
    margin: 0 0 10px;
}

.founder-message-awards-intro {
    font-size: 14px;
    line-height: 1.6;
    color: var(--founder-muted);
    margin: 0 0 18px;
}

.founder-message-awards-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px 16px;
    max-height: 400px;
    overflow-y: auto;
}

.founder-message-awards-list li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--founder-ink);
}

.founder-message-awards-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    background: linear-gradient(135deg, #131312 0%, #0a0a09 100%);
    border-radius: 1px;
    transform: rotate(45deg);
}

.founder-message-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.founder-message-signature-line {
    flex: 1;
    min-width: 48px;
    height: 1px;
    background: linear-gradient(90deg, var(--founder-ink) 0%, rgba(0, 0, 0, 0.2) 100%);
    max-width: 120px;
}

.founder-message-signature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.founder-message-signature-text strong {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--founder-ink);
}

.founder-message-signature-text span {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--founder-gold-dark);
}


/* ======= Team style ======= */
.team .item {
    margin-bottom: 30px;
}

.team .item:hover .info .social {
    top: 0;
}

.team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

.team .info h6 {
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    color: #272727;
}

.team .info p {
    margin-bottom: 5px;
    color: #777;
}

.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.team .info .social a {
    font-size: 15px;
    color: #b19777;
    margin: 0 5px;
}

.team .info .social a:hover {
    color: #272727;
}


/* ======= Team Details style ======= */
.team-details {
    color: #777;
}

.team-details h3 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #272727;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
}

.team-details .content {
    background-color: #f4f4f4;
}

.team-details .text-content {
    position: relative;
    padding: 30px 15px;
}

.team-details .content .team-details-info {
    padding: 10px 0 30px 0;
    position: relative;
}

.team-details .content .info-list {
    margin: 0;
    padding: 0
}

.team-details .content .info-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
    list-style: square;
    padding: 5px 0;
    display: inline-block;
    width: calc(48% - 1px)
}

.team-details .content .info-list .list-title {
    font-family: 'Didact Gothic', sans-serif;
    text-indent: 0;
    width: auto;
    display: inline;
    margin-right: 3px;
    position: relative;
    color: #b19777;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.team-details .content .info-list .list-description {
    display: inline
}

.team-details .content ul.social-icons {
    margin: 0;
    padding: 0
}

.team-details .content .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative
}

.team-details .content .social-icons li {
    margin: 0 2px
}

.team-details .content .social-icons li:last-child {
    margin-right: 0
}

.team-details .content .social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center
}

.team-details .content .social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%
}

.team-details .content .social-icons.square li {
    margin: 0 0
}

.team-details .content .social-icons.square li a {
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #d4d4d4;
    color: #777;
    border-radius: 50%;
}

.team-details .content .social-icons.square li a:hover {
    border: 1px solid #b19777;
}

@media only screen and (max-width: 480px) {
    .team-details .content .info-list li {
        width: 100%;
    }
}


/* ======= Careers style ======= */
.position {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 40px 45px 40px 50px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #ededed;
    background-color: transparent;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.position-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.position-title {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    color: #272727;
}

.position-title span {
    font-family: 'Didact Gothic', sans-serif;
    color: #777;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}

.position-location {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    color: #272727;
}

.position-location span {
    font-family: 'Didact Gothic', sans-serif;
    color: #777;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}

.position-time {
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #777;
}

.position-time span {
    font-family: 'Didact Gothic', sans-serif;
    color: #272727;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}

.position-icon {
    font-size: 16px;
    line-height: 1;
    color: #272727;
}

.position-icon i {
    display: inline-block
}

/* hover */
.position:hover {
    background-color: #a3a3a3;
}

.position:hover .position-title,
.position:hover .position-title span,
.position:hover .position-location,
.position:hover .position-location span,
.position:hover .position-time,
.position:hover .position-time span,
.position:hover .position-icon {
    color: #fff;
}

@media only screen and (max-width:991px) {
    .position {
        flex-direction: column;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .position-title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .position-location {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .position-time {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .position-icon {
        display: none
    }
}


/* ======= Services style ======= */
.services {}

.services .item {
    min-height: 400px;
    padding: 80px 30px;
    margin-bottom: 23px;
    position: relative;
    border: 1px solid #e2e1e1fa;
}

.services .item:hover {
    background: #000;
}

.services .item:hover a h5,
.services .item:hover a p {
    color: #f4f4f4;
}

.services .item:hover .numb {
    color: transparent;
    -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}

.services .item h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.services .item p {
    margin-bottom: 0;
}

.services .item img {
    width: 60px;
    margin-bottom: 20px;
}

.services .item .numb {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
}

/* line animation */
.services .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.services .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: #ececec;
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.services .item:hover .line:after {
    width: 100%;
    background-color: rgba(177, 151, 119, 0.5);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


/* ======= Services 2 ======= */
.services2 {
    text-align: center;
    position: relative;
    padding-bottom: 23px;
}

.services2 .title-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 23px;
    z-index: 2;
    background-color: #00000054;
    padding: 20px 0;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

.services2 .title-box h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services2 .services2-img {
    position: relative
}

.services2 .services2-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #1a1a1a;
    opacity: 0.7;
    visibility: hidden
}

.services2 .services2-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden
}

.services2 .icon img {
    width: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.services2 .services2-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.services2 .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.services2 .line:after {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: #ececec;
    content: '';
    transform: translateX(-50%);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.services2:hover .line:after {
    width: 100%;
    background-color: rgba(177, 151, 119, 0.5);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.services2 .services2-subtitle {
    color: #b19777;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services2 .services2-text {
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.services2 .title-box,
.services2 .services2-content,
.services2 .services2-img:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.services2:hover .services2-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px
}

.services2:hover .title-box {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px
}

.services2:hover .services2-img::before {
    height: 100%;
    visibility: visible
}

@media (max-width: 1199px) {
    .services2 .title-box {
        left: 20px;
        right: 20px;
        padding: 25px 0
    }

    .services2 .services2-text {}
}



/* ======= Services 3 ======= */
.services3 {
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
    padding: 40px;
    padding-bottom: 0;
    background: #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    z-index: 3
}

.services3:hover {
    background: #f4f4f4;
    z-index: 100;
    border-bottom: 1px solid #b19777;

}

.services3-text-area p {
    transition: .25s;
    font-family: inherit !important;
    opacity: 0;
    color: #777;
    margin-bottom: -35px
}

.services3:hover .services3-text-area p {
    opacity: 1
}

.services3-img-area,
.services3-text-area {
    display: inline-block;
    vertical-align: bottom;
    transition: transform .2s ease-in-out
}

.services3-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}

.services3-img-area {
    font-size: 42px;
    color: #b19777;
    margin-bottom: 20px;
    margin-right: 0;
    float: left;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.services3:hover .services3-text-area,
.services3:hover .services3-img-area {
    -webkit-transform: translate3d(0, -67px, 0);
    transform: translate3d(0, -67px, 0)
}

.services3:hover .services3-img-area {
    opacity: 0
}

.services3 .services3-img-area img {
    margin-bottom: 5px;
    max-height: 40px;
    width: auto;
}



/* ======= Services 4 ======= */
.services4 {
    color: #777;
    position: -webkit-sticky;
}

.services4 .square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.services4 .square-flip {
    min-height: 420px;
    margin-bottom: 30px;
}

.services4 .square,
.services4 .square2 {
    width: 100%;
    height: 100%;
}

.services4 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services4 .square h4 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    display: inline-flex;
}

.services4 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.services4 .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.services4 .square2 {
    background: #f4f4f4;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services4 .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.services4 .square2 h4 {
    font-size: 20px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}

.services4 .square2 p {
    font-size: 16px;
    color: #777;
}

.services4 .square2 .icon img {
    width: 60px;
    color: #777;
    margin-bottom: 20px;
}

.services4 .btn-line a {
    border-bottom: 1px solid #ccc;
    color: #777;
}

.services4 .btn-line a:hover {
    border-bottom: 1px solid #b19777;
    color: #777;
}

.services4 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.services4 .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.services4 .square-container {
    padding: 40px;
    text-align: center;
    height: 420px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.services4 .square-container .box-title {
    /*	width: 100%;*/
}

.text-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.services4 .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}

.services4 .square-container2 {
    padding: 30px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.services4 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}

.services4 .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}

@media screen and (max-width: 991px) {
    .services4 .square-flip {
        margin-bottom: 30px;
    }

    .services4 {
        padding-bottom: 70px;
    }
}


/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #f4f4f4;
    border-radius: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #272727;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
}

.sidebar .services ul {
    position: relative;
    padding: 0;
}

.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #777;
    font-weight: 300;
    margin-bottom: 5px;
}

.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #b19777;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:last-child {
    margin-bottom: 0;
}

.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}

.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects .item:hover .con {
    bottom: 0;
}

.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 14%) 20%, rgb(0 0 0) 90%);
}

.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.projects .item .con p {
    color: #fff;
    font-size: 20px;
}

.projects .item .con a {
    color: #fff;
}

.projects .item .con i:hover {
    color: #b19777;
}

.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #777;
    padding: 11px 30px;
}

.projects .item .con .butn-light:hover {
    border-color: #b19777;
}

/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #f4f4f4;
    position: relative;
}

@media (max-width: 576px) {
    .projects-prev-next {
        text-align: center;
    }

    .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #777;
    line-height: 1em;
}

.projects-prev-next a i {
    font-size: 20px;
}

.projects-prev-next a:hover {
    color: #b19777;
}

.projects-prev-next .projects-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}

.projects-prev-next .projects-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}



/* ======= Projects2 style ======= */
/* project masonry style */
.project-masonry-wrapper-padding {}

.project-masonry-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.project-masonry-wrapper .project-masonry-item-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img:after {
    opacity: 0.3;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.project-masonry-wrapper .project-masonry-item-img img {
    max-width: 100%;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
}

.project-masonry-item-img-link:hover img {
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.project-masonry-wrapper .project-masonry-item-content {
    position: absolute;
    left: 0;
    bottom: -11px;
    max-width: 80%;
    background-color: #fff;
    padding-top: 25px;
    padding-right: 40px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-masonry-wrapper .project-masonry-item-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #272727;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.project-masonry-wrapper .project-masonry-item-category {
    font-size: 14px;
    line-height: 1.5em;
    color: #b19777;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .project-masonry-wrapper .project-masonry-item-content {
        padding-top: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-masonry-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .project .items {
        padding: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .project-masonry-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ======= Projects3 style ======= */
.bauen-project {}

.bauen-project-section {
    padding-top: 120px;
}

.bauen-project-page-section {
    padding-bottom: 80px;
}

.bauen-project-items .col-md-6:nth-child(2) {
    margin-top: 0px;
}

.bauen-project-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
    text-align: left;
}

.bauen-project-filter li {
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    color: #999;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    border: 1px solid #dedddd;
    padding: 5px 15px;
    border-radius: 32px;
}

.bauen-project-filter li:last-child {
    margin-right: 0;
}

.bauen-project-filter li.active {
    color: #030303;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.bauen-project-filter li:hover {
    color: #030303;
}

.bauen-project-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}

.bauen-project-wrap:hover img {
    -ms-transform: scale(0.95, 0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95, 0.95);
    /* Safari */
    transform: scale(0.95, 0.95);
}

.bauen-project-wrap h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 0px;
}

.bauen-project-wrap p {
    color: #b19777;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    align-items: center;
    display: inline-flex;
}

.bauen-project-content {
    position: absolute;
    left: 50px;
    bottom: 89px;
    background-color: #fff;
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}

.bauen-project-link {
    color: #b19777;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}

.bauen-project-link:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #b19777;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.bauen-project-link:before:hover {
    padding-left: 5px;
    color: #b19777;
    transition: all 0.3s ease-in-out;
}

.bauen-project-link i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.bauen-project-link:hover i {
    padding-left: 5px;
    color: #b19777;
    transition: all 0.3s ease-in-out;
}

.bauen-project-link:hover {
    color: #b19777;
}

@media (max-width: 991px) {
    .bauen-project-wrap {
        padding-left: 20px;
    }

    .bauen-project-wrap h3 {
        font-size: 22px;
    }

    .bauen-project-content {
        left: 0px;
        bottom: 0px;
    }
}

@media all and (max-width: 767px) {
    .bauen-project-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}

@media all and (max-width: 575px) {
    .bauen-project-filter li {
        margin-right: 10px;
        font-size: 17px;
    }

    .bauen-project-filter li:last-child {
        margin-right: 0;
    }

    .bauen-project-items .single-item {
        padding-bottom: 30px;
    }

    .bauen-project-wrap {
        padding: 0;
    }
}

/* ======= Project4 style  ======= */
.projects4 {
    position: relative;
    margin-bottom: 90px;
}

.projects4:last-child {
    margin-bottom: 0px;
}

.projects4 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.projects4.left figure {
    margin-left: 0;
    margin-right: auto;
}

.projects4 figure img:hover {
    transform: scale(0.95);
}

.projects4 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.projects4.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 5% 0% 5% 4%;
}

.projects4 .caption h4 {
    font-size: 30px;
    color: #272727;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 1.25em;
    text-transform: uppercase;
}

.projects4 .caption h6 {
    color: #b19777;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .projects4 figure {
        width: auto;
        margin: 0;
    }

    .projects4 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}



/* ======= Project Gallery style ======= */
.gallery-masonry-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.bauen-gallery-items .col-md-6:nth-child(2) {
    margin-top: 0px;
}

.bauen-gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.bauen-gallery-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #999;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
}

.bauen-gallery-filter li:last-child {
    margin-right: 0;
}

.bauen-gallery-filter li.active {
    color: #b19777;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.bauen-gallery-filter li:hover {
    color: #b19777;
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img:after {
    opacity: 0.3;
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.gallery-masonry-wrapper .gallery-masonry-item-content {
    position: absolute;
    left: 0;
    bottom: -11px;
    max-width: 80%;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 40px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-masonry-wrapper .gallery-masonry-item-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #272727;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.gallery-masonry-wrapper .gallery-masonry-item-category {
    font-size: 14px;
    line-height: 1.5em;
    color: #b19777;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .gallery-masonry-wrapper .gallery-masonry-item-content {
        padding-top: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-masonry-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .bauen-gallery-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}

@media all and (max-width: 575px) {
    .bauen-gallery-filter li {
        margin-right: 10px;
        font-size: 17px;
    }

    .bauen-gallery-filter li:last-child {
        margin-right: 0;
    }

    .bauen-gallery-items .single-item {
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 400px) {
    .gallery-masonry-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* ======= Project Page style ======= */
.project-page h6 {
    margin-bottom: 0px;
    position: relative;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #c5c5c5;
}

.project-bar {
    padding: 30px 45px 30px 45px;
    background-color: #0606068a;
    margin-top: -105px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.project-bar h5 {
    color: #fff;
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .project-bar {
        margin-top: 0px;
    }
}

/* page list */
.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.page-list li+li {
    margin-top: 10px;
}

.page-list-icon {
    display: flex;
    align-items: center;
}

.page-list-icon span {
    font-size: 13px;
    color: #b19777;
    background-color: transparent;
    border: 1px solid #ececec;
    border-radius: 50%;
    padding: 9px;
}

.page-list-text {
    margin-left: 15px;
}

.page-list-text p {
    font-size: 16px;
    margin: 0;
}


/* ======= Clients style ======= */


.clients .owl-carousel {
    /* margin: 20px 0; */
}

.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}

.clients .clients-logo:hover {
    opacity: 1;
}

.clients img {
    -webkit-filter: none;
    filter: none;
}

.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddd;
    height: 300px;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    object-fit: contain;
    height: 100%;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: 18px;
}

.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.gallery-box .gallery-detail i {
    color: #272727;
    padding: 8px;
}

.gallery-box .gallery-detail i:hover {
    color: #272727;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: rgba(197, 164, 126, 0.5);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
    padding-left: 5px;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: #b19777;
}

.play-button.color .circle-fill circle {
    fill: #b19777;
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}

.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #b19777;
}

/* testimonials style */
.testimonials-box {
    position: relative;
    background: #fff;
    padding: 60px 45px;
    margin-bottom: 80px;
}

.testimonials-box .head-box h6 {
    font-weight: 400;
    color: #777;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 30px;
    font-weight: 300;
    color: #272727;
    letter-spacing: 5px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 0;
    text-transform: uppercase;
    margin: 0;
}

.testimonials-box .head-box h4 span {
    color: #272727;
}

.section-more {
    z-index: 1;
}

.section-more:hover {
    font-weight: 600;
    color: var(--founder-gold)
}

@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 15px;
    top: 60px;
    width: 100px;
    margin: 0 auto 30px;
    opacity: .05;
}

.testimonials .item p {
    color: #777;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 70px;
}

.testimonials .item .info h6 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 7px;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    color: #b19777;
}

.testimonials .item .info span {
    font-size: 16px;
    color: #777;
    margin-right: 5px;
    line-height: 1.25em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #b19777;
    font-size: 10px;
}



/* ======= Blog 1 style ======= */
.bauen-blog .item {
    position: relative;
    overflow: hidden;
}

.bauen-blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.bauen-blog .item:hover .con {
    bottom: 0;
}

.bauen-blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.bauen-blog .item .con {
    margin: -120px 20px 75px;
    padding: 15px 15px 15px 15px;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
}

.bauen-blog .item .con .category {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.bauen-blog .item .con .category a {
    margin-right: 5px;
    position: relative;
}

.bauen-blog .item .con .category a:hover {
    color: #b19777;
}

.bauen-blog .item .con .category a:last-child {
    margin-right: 0;
}

.bauen-blog .item .con .category a:last-child:after {
    display: none;
}

.bauen-blog .item .con h5,
.bauen-blog .item .con h5 a {
    color: #202020c9;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: .5px;
    height: 40px;
}

.bauen-blog .item .con h5:hover,
.bauen-blog .item .con h5 a:hover {
    color: #030303;
}

.bauen-blog .item .con p {
    color: #fff;
    font-size: 17px;
}

.bauen-blog .item .con i {
    color: #fff;
    font-size: 20px;
}



/* ======= Blog 2 style ======= */
.bauen-blog2 .img {
    position: relative;
    overflow: hidden;
}

.bauen-blog2 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.bauen-blog2 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bauen-blog2 .content {
    width: 100%;
    padding: 30px 45px;
}

.bauen-blog2 .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}

.bauen-blog2 .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #b19777;
    margin-bottom: 0px;
}

.bauen-blog2 .content .date h6 {
    color: #777;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.bauen-blog2 .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.bauen-blog2 .content .cont h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #000;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5em;
}

.bauen-blog2 .content .cont .more {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b19777;
    padding-left: 40px;
    position: relative;
}

.bauen-blog2 .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #b19777;
    position: absolute;
    top: 50%;
    left: 0px;
}

.bauen-blog2 .content .cont .more:hover {
    color: #000;
}

.bauen-blog2 .content .info h6 {
    font-size: 11px;
    letter-spacing: 2px;
    color: #777;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
}

.bauen-blog2 .content .info .tags {
    color: #b19777;
}

@media screen and (max-width: 991px) {
    .bauen-blog2 .content {
        padding: 0 30px;
        margin-top: 40px;
    }

    .bauen-blog2 .content .cont h4 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .bauen-blog2 .content {
        padding: 0 15px;
    }

    .bauen-blog2 .content .date {
        width: 60px;
    }

    .bauen-blog2 .content .info .tags {
        margin: 5px 0 0;
    }

    .bauen-blog2 .content .date h3 {
        font-size: 40px;
    }
}

/* ======= Blog 3 style ======= */
.bauen-blog3 .item {
    margin-bottom: 30px;
}

.bauen-blog3 .post-img {
    position: relative;
    overflow: hidden;
}

.bauen-blog3 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.bauen-blog3 .post-img a {
    display: block;
}

.bauen-blog3 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bauen-blog3 .post-cont {
    padding: 30px 0;
}

.bauen-blog3 .post-cont .tag {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    color: #b19777;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bauen-blog3 .post-cont h5 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bauen-blog3 .post-cont h5 a {
    color: #272727;
}

.bauen-blog3 .post-cont h5 a:hover {
    color: #b19777;
}

.bauen-blog3 .post-cont .date {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bauen-blog3 .post-cont .date a {
    color: #b19777;
}

.bauen-blog3 .post-cont i {
    color: #ccc;
    margin: 0 10px;
    font-size: 12px;
}

/* blog sidebar */
.blog-sidebar .widget {
    background: #F4F4F4;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #777;
    font-size: 16px;
    line-height: 1.5em;
}

.blog-sidebar .widget ul li a {
    color: #777;
}

.blog-sidebar .widget ul li a.active {
    color: #b19777;
}

.blog-sidebar .widget ul li a:hover {
    color: #b19777;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}

.blog-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #272727;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 6px 16px;
    background-color: #b19777;
    color: #fff !important;
    float: left;
}

.blog-sidebar ul.tags li a {
    font-size: 14px;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #272727;
    color: #fff;
}



/* pagination */
.bauen-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}

.bauen-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.bauen-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 300;
    border: 1px solid #f4f4f4;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    border-radius: 100%;
}

.bauen-pagination-wrap li a i {
    font-size: 11px;
}

.bauen-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}

.bauen-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}

@media screen and (max-width: 768px) {
    .bauen-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}



/* ======= Blog 4 style  ======= */
.bauen-blog4 {
    position: relative;
    margin-bottom: 90px;
}

.bauen-blog4:last-child {
    margin-bottom: 20px;
}

.bauen-blog4 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.bauen-blog4.left figure {
    margin-left: 0;
    margin-right: auto;
}

.bauen-blog4 figure img:hover {
    transform: scale(0.95);
}

.bauen-blog4 .caption {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.bauen-blog4.left .caption {
    left: auto;
    right: 0;
    background: #f4f4f4;
    padding: 4%;
}

.bauen-blog4 .caption h4,
.bauen-blog4 .caption h4 a {
    font-size: 27px;
    color: #272727;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

.bauen-blog4 .caption h6 {
    display: inline-block;
    padding: 8px 20px;
    background-color: #b19777;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.bauen-blog4 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bauen-blog4 .caption .info-wrapper .more {
    color: #777;
    text-decoration: none;
    font-size: 14px;
}

.bauen-blog4 .caption .info-wrapper .more i {
    color: #777;
    font-size: 10px;
}

.bauen-blog4 .caption .info-wrapper .date {
    color: #777;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .bauen-blog4 figure {
        width: auto;
        margin: 0;
    }

    .bauen-blog4 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}

hr.border-1 {
    border-top: 1px solid #ececec;
}

hr.border-2 {
    border-top: 1px solid #ececec;
}

/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
}

.link-btn i {
    margin-left: 3px;
    font-size: 12px;
    color: #b19777;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #b19777;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover::before {
    width: 100%
}


/* ======= Post style ======= */
.bauen-post-section {
    padding-top: 120px;
}

.bauen-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}

.bauen-comment-section h3 {
    font-size: 16px;
    color: #b19777;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
}

.bauen-comment-section h3 span {
    font-size: 12px;
    color: #777;
    font-weight: 400;
    margin-left: 15px;
}

.bauen-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}

.bauen-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.bauen-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.bauen-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.bauen-user-content {
    margin-right: 26px;
}

.bauen-repay {
    font-size: 14px;
    color: #b19777;
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */
#bauen-contactMap {
    width: 100%;
    height: 550px;
}

/* Contact page — matches about-modern palette */
.contact-modern-banner,
.contact-modern,
.contact-modern-map {
    --contact-cream: #f5f1ea;
    --contact-gold: #a68b5b;
    --contact-gold-dark: #8a6f48;
    --contact-ink: #2c2419;
    --contact-muted: #5c5348;
    --contact-card: #ffffff;
}

.contact-modern-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 38vh;
    z-index: 0;
}

.contact-modern-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 48px;
}


.contact-modern-banner__title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2c2419;
    margin: 0 0 12px;
    line-height: 1.15;
}

.contact-modern-banner__title span {
    color: #a68b5b;
}

.contact-modern-banner__lead {
    font-size: 16px;
    line-height: 1.65;
    color: #5c5348;
    margin: 0;
    /* max-width: 42ch; */
}

.contact-modern {
    /* background: linear-gradient(180deg, #ededed 0%, #fff 42%, #fff 100%); */
    padding-top: 90px;
    padding-bottom: 90px;
}

.contact-modern-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--contact-gold);
    margin-bottom: 18px;
}

.contact-modern-kicker i {
    font-size: 14px;
}

.contact-modern-headline {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--contact-ink);
    margin-bottom: 18px;
}

.contact-modern-text {
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.contact-modern-cards {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.contact-modern-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--contact-card);
    border-radius: 20px;
    padding: 22px 20px;
    box-shadow: 0 8px 32px rgba(44, 36, 25, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.contact-modern-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(44, 36, 25, 0.1);
    color: inherit;
}

.contact-modern-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e7e7e7;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.contact-modern-card-body {
    min-width: 0;
}

.contact-modern-card-title {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--contact-ink);
    margin: 0 0 6px;
}

.contact-modern-card-text {
    font-size: 14px;
    line-height: 1.65;
    color: var(--contact-muted);
    margin: 0;
}

.contact-modern-hours {
    padding-top: 8px;
    border-top: 1px solid rgba(166, 139, 91, 0.2);
}

.contact-modern-hours-label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--contact-gold);
    margin-bottom: 6px;
}

.contact-modern-hours p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--contact-muted);
}

.contact-modern-form-wrap {
    background: #fff;
    border-radius: 28px;
    padding: 36px 32px 32px;
    box-shadow: 0 16px 48px rgba(44, 36, 25, 0.08);
    border: 1px solid rgba(166, 139, 91, 0.12);
}

@media (min-width: 992px) {
    .contact-modern-form-wrap {
        padding: 42px 40px 36px;
    }
}

.contact-modern-form-head {
    margin-bottom: 28px;
}

.contact-modern-form-title {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--contact-ink);
    margin: 0 0 8px;
}

.contact-modern-form-sub {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--contact-muted);
}

.contact-modern-form__msg {
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 14px;
}

.contact-modern-field {
    display: block;
    width: 100%;
}

.contact-modern-field-label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--contact-gold-dark);
    margin-bottom: 8px;
}

.contact-modern-form input[type="text"],
.contact-modern-form input[type="email"],
.contact-modern-form textarea {
    width: 100%;
    margin-bottom: 0;
    padding: 14px 16px;
    background: #f9f9f9;
    border: 1px solid rgb(93 93 93 / 18%);
    border-radius: 12px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    color: var(--contact-ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-modern-form input:focus,
.contact-modern-form textarea:focus {
    background: #fff;
    border-color: var(--contact-gold);
    box-shadow: 0 0 0 3px rgba(166, 139, 91, 0.12);
}

.contact-modern-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-modern-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border: none;
    border-radius: 999px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #e9e8e8;
    color: #000000;
    cursor: pointer;
}

.contact-modern-submit:hover {
    background: #a3a3a3;
    color: #000;
}

.contact-modern-map {
    padding-bottom: 90px;
    background: #fff;
}

.contact-modern-map__frame {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(44, 36, 25, 0.1);
    line-height: 0;
}

.contact-modern-map__frame iframe {
    display: block;
    filter: grayscale(20%);
}

@media (max-width: 991px) {
    .contact-modern-banner {
        min-height: 32vh;
        margin-top: 70px;
    }

    .contact-modern-banner .container {
        padding-bottom: 36px;
    }

    .contact-modern {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact-modern-form-wrap {
        margin-top: 12px;
    }
}

/* Job detail — matches about-modern / contact-modern palette */
.job-detail {
    /* --job-cream: #f5f1ea; */
    /* --job-gold: #a68b5b;
    --job-gold-dark: #8a6f48; */
    --job-ink: #2c2419;
    --job-muted: #5c5348;
    --job-card: #ffffff;
    background: linear-gradient(180deg, var(--job-cream) 0%, #fff 38%, #fff 100%);
    padding-top: 50px;
    padding-bottom: 90px;
}

.job-detail-back {
    margin-bottom: 36px;
}

.job-detail-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--job-muted);
    transition: color 0.25s ease;
}

.job-detail-back a:hover {
    color: var(--job-gold-dark);
}

.job-detail-back i {
    font-size: 14px;
}

.job-detail-main {
    background: var(--job-card);
    border-radius: 18px;
    padding: 25px 25px;
    box-shadow: 0 12px 48px rgba(44, 36, 25, 0.07);
    border: 1px solid rgba(166, 139, 91, 0.1);
}

.job-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--job-gold);
    margin-bottom: 22px;
}

.job-detail-kicker i {
    font-size: 15px;
}

.job-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

.job-detail-meta-item {
    background: #faf8f4;
    border-radius: 16px;
    padding: 18px 16px;
    border: 1px solid rgba(166, 139, 91, 0.12);
}

.job-detail-meta-label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--job-gold);
    margin-bottom: 6px;
}

.job-detail-meta-value {
    display: block;
    font-size: 15px;
    line-height: 1.45;
    color: var(--job-ink);
}

.job-detail-body {
    font-size: 16px;
    line-height: 1.8;
    color: var(--job-muted);
}

.job-detail-body h1,
.job-detail-body h2,
.job-detail-body h3,
.job-detail-body h4,
.job-detail-body h5,
.job-detail-body h6 {
    font-family: 'Oswald', sans-serif;
    color: var(--job-ink);
    margin-top: 1.5em;
    margin-bottom: 0.65em;
    letter-spacing: 0.04em;
}

.job-detail-body p,
.job-detail-body ul,
.job-detail-body ol {
    margin-bottom: 1em;
}

.job-detail-body ul,
.job-detail-body ol {
    padding-left: 1.25em;
}

.job-detail-empty {
    font-size: 16px;
    line-height: 1.75;
    color: var(--job-muted);
    margin: 0;
}

.job-detail-sidebar {
    position: sticky;
    top: 100px;
}

.job-detail-apply-card {
    background: var(--job-card);
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 12px 48px rgba(44, 36, 25, 0.08);
    border: 1px solid rgba(166, 139, 91, 0.12);
    margin-bottom: 24px;
}

.job-detail-apply-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--job-ink);
    margin: 0 0 12px;
}

.job-detail-apply-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--job-muted);
    margin: 0 0 22px;
}

.job-detail-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 24px;
    border-radius: 999px;
    background: var(--job-ink);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
    margin-bottom: 16px;
}

.job-detail-apply-btn:hover {
    background: var(--job-gold-dark);
    color: #fff;
    transform: translateY(-1px);
}

.job-detail-apply-email {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #faf8f4;
    color: var(--job-muted);
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    transition: background 0.25s ease, color 0.25s ease;
}

.job-detail-apply-email:hover {
    background: #f0ebe2;
    color: var(--job-gold-dark);
}

.job-detail-apply-email i {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 16px;
    color: var(--job-gold);
}

.job-detail-positions {
    background: var(--job-card);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(44, 36, 25, 0.06);
    border: 1px solid rgba(166, 139, 91, 0.1);
}

.job-detail-positions-title {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--job-ink);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(166, 139, 91, 0.15);
}

.job-detail-positions-list {
    display: grid;
    gap: 10px;
}

.job-detail-position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 14px;
    border-radius: 14px;
    border: 1px solid #ededed;
    background: #fff;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.job-detail-position:hover {
    border-color: var(--job-gold);
    background: #faf8f4;
    transform: translateX(3px);
    color: inherit;
}

.job-detail-position-text {
    min-width: 0;
}

.job-detail-position-name {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--job-ink);
    line-height: 1.35;
}

.job-detail-position-dept {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: var(--job-muted);
}

.job-detail-position-arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: var(--job-ink);
    transition: background 0.25s ease, color 0.25s ease;
}

.job-detail-position:hover .job-detail-position-arrow {
    background: var(--job-gold);
    color: #fff;
}

.job-detail-apply-mobile {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(166, 139, 91, 0.15);
}

@media (max-width: 991.98px) {
    .job-detail {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .job-detail-sidebar {
        position: static;
    }

    .job-detail-main {
        padding: 32px 24px;
    }

    .job-detail-meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .job-detail-main {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .job-detail-apply-card,
    .job-detail-positions {
        border-radius: 18px;
    }
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}

.butn-dark a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #0000004f;
    color: #ffffff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}

.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #f4f4f4;
    color: #272727;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-dark a span {
    position: relative;
    z-index: 2;
}

.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark a:hover span {
    color: #272727;
}

/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}

.butn-light a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.butn-light a span {
    position: relative;
    z-index: 2;
}

.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-light a:hover span {
    color: #272727;
}


/* ======= Footer style ======= */
.main-footer {
    /* padding: 60px 0 0; */
    border-top: 1px solid #f4f4f4;
    position: initial;
}

.main-footer.dark {
    background: #fff;
    color: #272727;
}

.main-footer .abot p {
    color: #777;
}

.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}

.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #f4f4f4;
    color: #777;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-footer .abot .social-icon a:hover {
    border: 1px solid #b19777;
    background: transparent;
    color: #b19777;
}

.main-footer .fothead h6 {
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #b19777;
    font-size: 17px;
}

.main-footer .fotcont .fothead h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}

.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}

.main-footer .fotcont p {
    margin-bottom: 0px;
    position: relative;
}

.clients-logo {
    border: 1px solid #c0c0c07d;
    border-radius: 10px;
}

/* sub footer */
.main-footer .sub-footer {
    padding: 0px 0 10px 0;
    margin-top: 30px;
    border-top: 1px solid #f4f4f4;
    position: relative;
}

.main-footer .sub-footer p {
    font-size: 14px;
    color: #777;
    margin-top: 7px;
}

.main-footer .sub-footer p a:hover {
    color: #b19777;
}

.main-footer .sub-footer p.right {
    text-align: right;
}


/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}

.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}

.hero-corner3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(255, 255, 255, 0.2);
}

/* ======= Preloader Style (architecture-style intro) ======= */
.preloader-bg,
#preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s;
}

.preloader-bg {
    background:
        radial-gradient(ellipse 120% 80% at 50% 35%, rgba(177, 151, 119, 0.12) 0%, transparent 55%),
        #0c0c0c;
}

#preloader {
    display: table;
    table-layout: fixed;
    background: transparent;
    pointer-events: none;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 24px;
}

.preloader-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: clamp(28px, 5vw, 48px) clamp(32px, 6vw, 64px);
    /* border: 1px solid rgba(177, 151, 119, 0.28); */
    /* background: rgba(10, 10, 10, 0.55); */
    -webkit-backdrop-filter: blur(8px);
    /* backdrop-filter: blur(8px); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.55s ease, transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader-brand {
    text-align: center;
}

.preloader-logo-img {
    display: block;
    margin: 0 auto;
    width: clamp(140px, 32vw, 350px);
    max-width: 100%;
    margin-bottom: 35px;
    height: auto;
    -webkit-animation: preloader-brand-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards, preloader-breathe 2.2s ease-in-out 1.1s infinite;
    animation: preloader-brand-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards, preloader-breathe 2.2s ease-in-out 1.1s infinite;
    opacity: 0;
    /* -webkit-filter: drop-shadow(0 8px 24px #fff);
    filter: drop-shadow(0 3px 2px #ffff); */
}

.preloader-caption {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    margin: 22px 0 0;
    opacity: 0;
    -webkit-animation: preloader-caption-in 0.85s ease 0.45s forwards;
    animation: preloader-caption-in 0.85s ease 0.45s forwards;
}

.preloader-line-wrap {
    display: flex;
    justify-content: center;
    margin: 14px 0;
}

.preloader-line-wrap--top {
    margin-top: 0;
}

.preloader-line-wrap--bottom {
    margin-bottom: 0;
}

.preloader-hrule {
    display: block;
    height: 1px;
    width: min(240px, 55vw);
    background: linear-gradient(90deg, transparent, rgba(177, 151, 119, 0.9) 35%, rgba(177, 151, 119, 0.9) 65%, transparent);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation: preloader-hrule-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation: preloader-hrule-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.preloader-line-wrap--bottom .preloader-hrule {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader-progress {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 2px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.preloader-progress-fill {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #fdfdfd, #ffffff, #ffffff);
    -webkit-transition: width 0.35s ease-out;
    transition: width 0.35s ease-out;
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

.preloader-bg.fade-out,
#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#preloader.fade-out .preloader-inner {
    opacity: 0;
    -webkit-transform: scale(1.035);
    -ms-transform: scale(1.035);
    transform: scale(1.035);
}

@-webkit-keyframes preloader-brand-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes preloader-brand-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes preloader-caption-in {
    from {
        opacity: 0;
        letter-spacing: 0.52em;
    }

    to {
        opacity: 1;
        letter-spacing: 0.38em;
    }
}

@keyframes preloader-caption-in {
    from {
        opacity: 0;
        letter-spacing: 0.52em;
    }

    to {
        opacity: 1;
        letter-spacing: 0.38em;
    }
}

@-webkit-keyframes preloader-hrule-in {
    to {
        -webkit-transform: scaleX(1);
    }
}

@keyframes preloader-hrule-in {
    to {
        transform: scaleX(1);
    }
}

@-webkit-keyframes preloader-breathe {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
    }

    50% {
        opacity: 0.92;
        -webkit-transform: translateY(0) scale(0.989);
    }
}

@keyframes preloader-breathe {

    0%,
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 0.92;
        transform: translateY(0) scale(0.989);
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader-logo-img {
        animation: none;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .preloader-caption {
        animation: none;
        opacity: 1;
    }

    .preloader-hrule {
        animation: none;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .preloader-inner,
    .preloader-bg,
    #preloader {
        transition-duration: 0.2s;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #b19777;
}

.progress-wrap svg.progress-circle path {
    stroke: #b19777;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}

.accordion-box .block {
    position: relative;
    background: #f4f4f4;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-box .block.active-block {
    background-color: #f4f4f4;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #777;
    transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}

.accordion-box .block .acc-btn .count {
    color: #b19777;
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #b19777;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #f4f4f4;
    color: #b19777;
}

.accordion-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e622";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #f4f4f4;
    color: #777;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Pricing plan style ======= */
.pricing-card {
    background-color: #f4f4f4;
    padding: 60px 40px 40px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}

.pricing-card-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-card-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.pricing-card-list li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
}

.pricing-card-list li+li {
    margin-top: 5px;
}

.pricing-card-list li i {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    font-size: 15px;
    color: #b19777;
}

.pricing-card-list li i.unavailable {
    color: #777;
}

.pricing-card:hover {
    opacity: 1;
}

.pricing-card:hover i {
    color: #b19777;
}

.pricing-card-name {
    line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #b19777;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: 300;
}

.pricing-card-amount {
    margin: 0;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 20px;
    color: #272727;
}

/* butn */
.butn-pricing {
    position: relative;
    line-height: 1.2em;
}

.butn-pricing a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #b19777;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}

.butn-pricing a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #272727;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-pricing a span {
    position: relative;
    z-index: 2;
}

.butn-pricing a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-pricing a:hover span {
    color: #fff;
}



/* ======= Error Page 404 style ======= */
.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}

.error-form form {
    position: relative;
}

.error-form .form-group {
    position: relative;
    margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    height: 70px;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    background: #f4f4f4;
    color: #777;
    border-radius: 7px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #f4f4f4;
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #f4f4f4;
}

.error-form .form-group .theme-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #777;
}

.error-form .form-group .theme-btn span {
    vertical-align: middle;
    outline: none;
}

/* ======= Process style ======= */
.process .item {
    position: relative;
    z-index: 4;
}

.process .item img {
    position: absolute;
    width: 70%;
    right: -40%;
    top: 15px;
    opacity: .5;
}

.process .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.process .item.odd {
    margin-top: 50px;
}

.process .item .cont {
    padding: 40px 20px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
}

.process .item .cont:hover {
    background-color: #b19777;
    border: 1px solid #b19777;
}

.process .item .cont:hover h3 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.process .item .cont:hover h6 {
    color: #fff;
}

.process .item .cont:hover p {
    color: #fff;
}

.process .item .icon {
    color: #b19777;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 85px;
    border-radius: 50%;
    border: 1px dashed #e8e4e4;
    margin-bottom: 30px;
}

.process .item h3 {
    position: absolute;
    bottom: 0px;
    text-align: right;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    right: 20px;
}

.process .item h6 {
    font-family: 'Oswald', sans-serif;
    color: #272727;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .process .item img {
        display: none;
    }

    .mb-md50 {
        margin-bottom: 50px;
    }
}

/* line animation */
.process .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.process .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.075);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.process .item:hover .line:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


/* ======= Process 2 style ======= */
.process2.item {
    background-color: #f4f4f4;
    padding: 30px 20px;
    position: relative;
    text-align: left;
}

.process2.item .icon {
    margin-bottom: 15px;
    font-size: 40px;
    color: #b19777;
}

.process2.item i.number {
    position: absolute;
    top: 110%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ececec;
    line-height: 39px;
    text-align: center;
    left: 22px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.process2.item h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}

.row>[class*='col-']:nth-child(even) .process2.item {
    margin-top: 65px;
}

.row>[class*='col-']:nth-child(even) .process2.item i.number {
    top: -60px;
}

.row>[class*='col-']:nth-of-type(odd) .process2.item:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #f4f4f4;
    border-width: 16px;
    left: 25px;
}

.row>[class*='col-']:nth-of-type(even) .process2.item:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #f4f4f4;
    border-width: 16px;
    left: 25px;
}

.process2.item:hover i.number {
    background-color: transparent;
    border: 1px solid #b19777;
}

/* line animation */
.process2.item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.process2.item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.075);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.process2.item:hover .line:after {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.075);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


/* ====== Coming Soon ======= */
.comming {
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .6);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .comming {
        min-height: 200vh;
    }
}

.comming .item {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
}

.comming h6 {
    color: #b19777;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
    line-height: 1.5em;
}

.comming h3 {
    font-size: 48px;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.comming h2 {
    font-size: 48px;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.comming p {
    color: #fff;
    font-size: 16px;
}

/* coming form */
.comming form {
    margin-top: 30px;
    position: relative;
}

.comming form input {
    width: 100%;
    padding: 11px 50px 11px 11px;
    background-color: transparent;
    border: 1px solid #b19777;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}

.comming form button {
    background-color: #b19777;
    padding: 8px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    outline: none;
}

.comming form button:hover {
    background-color: #323232;
    color: #fff;
    outline: none;
}

/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.go-back a:hover {
    color: #b19777;
}

.go-back a span {
    transition: all .5s;
}

.go-back a span i {
    color: #fff;
    font-size: 14px;
}

.go-back a:hover span {
    padding-right: 15px;
}



/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-darkgray]:before {
    background: #272727;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #535353;
}

[data-overlay-dark] p {
    color: #999;
}

[data-overlay-darkgray] p {
    color: #999;
}

[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }

    .header .caption h1 {
        font-size: 40px;
    }

    .bauen-logo-wrap {
        padding: 15px;
    }

    .bauen-header.scrolled .bauen-logo-wrap {
        padding: 15px;
    }

    .bauen-header .bauen-logo img {
        margin-bottom: 5px;
    }

    .bauen-header .bauen-logo h2,
    .bauen-header .bauen-logo h2 span {
        display: none;
    }

    .bauen-header {
        background-color: #fff;
    }

    .bauen-wrap-burger-wrap {
        margin-top: 25px;
    }

}

@media screen and (max-width: 767px) {
    .hero .intro h3 {
        font-size: 28px;
    }

    .hero .intro h4 {
        font-size: 20px;
    }

    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }

    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }

    .header .caption .butn-light {
        margin-right: 10px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }

    .bauen-blog .item .con h5,
    .bauen-blog .item .con h5 a {
        font-size: 20px;
    }

    .bauen-comment-section h3 span {
        margin-left: 0px;
    }

    .main-footer .sub-footer p.right {
        text-align: left;
    }

    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }

    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}

@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }

    .footer {
        padding: 60px 0;
    }

    .text-left {
        text-align: left;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }
}
