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

 01. Google fonts
 02. Basics style
 03. Selection style 
 04. Owl-Theme custom style
 05. Scrollbar style
 06. Sidebar style
 07. Content styles
 08. Navigation style
 09. Section style
 10. Header style
 11. Slider style
 12. Slider Left Panel style
 13. Page Banner Header style
 14. Content Lines style
 15. About style 
 16. Team style
 17. Services style
 18. Projects style
 19. Clients style
 20. Gallery style
 21. Promo Video and Testimonials style
 22. Blog style
 23. Post style
 24. Contact style
 25. Buttons style
 26. Footer style
 27. Corner style
 28. Preloader style
 29. toTop Button style
 30. 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;
}
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: #323232;
}
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 10px 10px 0px;
  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 0.15s, box-shadow ease-in-out 0.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 0.15s ease-out;
  transition: background-color 0.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: #323232;
  color: #777;
  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;
}
.container {
  padding-right: 30px;
  padding-left: 30px;
}
.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%);
}
.js .animate-box {
  opacity: 0;
}

/* ======= 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);
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0.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 #999;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #b19777;
}

/* ======= Scrollbar style  ======= */
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #171717;
}
::-webkit-scrollbar-thumb:hover {
  background: #171717;
}

/* ======= Sidebar style ======= */
#bauen-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#bauen-aside {
  padding: 40px;
  width: 20.9%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 1001;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: none;
  border-right: 1px solid #f4f4f4;
  scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
  #bauen-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #bauen-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding: 60px 30px 0 30px;
  }
}
/* logo */
#bauen-aside .bauen-logo {
  text-align: center;
  margin-bottom: 90px;
  display: block;
}
#bauen-aside .bauen-logo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #b19777;
  letter-spacing: 9px;
  margin-bottom: 0;
}
#bauen-aside .bauen-logo span {
  display: center;
  font-size: 18px;
  color: #777;
  font-weight: 300;
  letter-spacing: 4px;
  display: block;
  margin-top: 5px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-right: 5px;
}
#bauen-aside .bauen-logo .logo-img {
  width: 75px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #bauen-aside .bauen-logo {
    margin-bottom: 60px;
  }
}
#bauen-aside .bauen-logo a {
  display: inline-block;
  text-align: center;
  color: #b19777;
}
#bauen-aside .bauen-logo a span {
  display: block;
  margin-top: 0px;
}
/* Menu */
#bauen-aside .bauen-main-menu,
#bauen-aside .bauen-main-menu ul,
#bauen-aside .bauen-main-menu ul li,
#bauen-aside .bauen-main-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bauen-aside .bauen-main-menu {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #bauen-aside .bauen-main-menu {
    margin-bottom: 30px;
  }
}
#bauen-aside .bauen-main-menu ul ul {
  display: none;
}
#bauen-aside .bauen-main-menu > ul > li > a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  color: #777;
  margin: 13px 0 0 0;
  padding: 0 0 13px 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#bauen-aside .bauen-main-menu > ul > li > a:hover,
#bauen-aside .bauen-main-menu > ul > li.active > a,
#bauen-aside .bauen-main-menu > ul > li.open > a {
  color: #b19777;
}
#bauen-aside .bauen-main-menu > ul > li.open > a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
  color: #777;
  margin: 13px 0 0 0;
  padding: 0 0 13px 0;
  list-style: none;
  border-bottom: none;
}
#bauen-aside .bauen-main-menu > ul > li:last-child > a,
#bauen-aside .bauen-main-menu > ul > li.last > a {
}
#bauen-aside .bauen-main-menu > ul > li > a:hover > span::after,
#bauen-aside .bauen-main-menu > ul > li.active > a > span::after,
#bauen-aside .bauen-main-menu > ul > li.open > a > span::after {
  border-color: #b19777;
}
#bauen-aside .bauen-main-menu ul ul li a {
  padding: 11px 0 11px 15px;
  list-style: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
  letter-spacing: 5px;
}
#bauen-aside .bauen-main-menu ul ul li:hover > a,
#bauen-aside .bauen-main-menu ul ul li.open > a,
#bauen-aside .bauen-main-menu ul ul li.active > a {
  color: #b19777;
}
#bauen-aside .bauen-main-menu ul ul ul li a {
  margin-left: 15px;
}
#bauen-aside .bauen-main-menu > ul > li > ul > li:last-child > a,
#bauen-aside .bauen-main-menu > ul > li > ul > li.last > a {
  padding-bottom: 8px;
}
#bauen-aside .bauen-main-menu > ul > li > ul > li.open:last-child > a,
#bauen-aside .bauen-main-menu > ul > li > ul > li.last.open > a {
}
#bauen-aside
  .bauen-main-menu
  > ul
  > li
  > ul
  > li.open:last-child
  > ul
  > li:last-child
  > a {
}
#bauen-aside .bauen-main-menu ul ul li.active > a::after,
#bauen-aside .bauen-main-menu ul ul li.open > a::after,
#bauen-aside .bauen-main-menu ul ul li > a:hover::after {
}
/* footer */
#bauen-aside .bauen-footer {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 60px 0px 0px 0px;
  text-align: center;
}
#bauen-aside .bauen-footer p {
  font-size: 9px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-weight: 300;
}
#bauen-aside .bauen-footer a {
  color: #b19777;
}
@media screen and (max-width: 768px) {
  #bauen-aside .bauen-footer {
  }
}
#bauen-aside .bauen-footer ul {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  text-align: center;
}
#bauen-aside .bauen-footer ul:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  top: 50%;
  margin-top: -1px;
  right: 100%;
}
#bauen-aside .bauen-footer ul:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  top: 50%;
  margin-top: -1px;
  right: auto;
  left: 100%;
}
#bauen-aside .bauen-footer ul li {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ececec;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3 ease-in-out;
  border-radius: 50%;
}
#bauen-aside .bauen-footer ul li:last-child {
  margin-right: 0px;
}
#bauen-aside .bauen-footer ul li:hover {
  border: 1px solid #b19777;
}
#bauen-aside .bauen-footer ul li a {
  color: #777;
  font-size: 13px;
}
#bauen-aside .bauen-footer ul li a:hover,
#bauen-aside .bauen-footer ul li a:active,
#bauen-aside .bauen-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #b19777;
}
/* important offcanvas for menu */
body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #bauen-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}
body.offcanvas #bauen-main,
body.offcanvas .bauen-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/* ======= Content style ======= */
#bauen-main {
  width: 79.2%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #bauen-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #bauen-main {
    width: 100%;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* ======= Navigation style ======= */
#bauen-main-menu {
  margin-bottom: 90px;
}
.bauen-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.bauen-nav-toggle.active i::before,
.bauen-nav-toggle.active i::after {
  background: #fff;
}
.bauen-nav-toggle.dark.active i::before,
.bauen-nav-toggle.dark.active i::after {
  background: #171717;
}
.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;
  width: 20px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -5px;
}
.bauen-nav-toggle i::before,
.bauen-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bauen-nav-toggle.dark i {
  position: relative;
  color: #171717;
  background: #171717;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bauen-nav-toggle.dark i::before,
.bauen-nav-toggle.dark i::after {
  background: #171717;
  -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;
}
.bauen-nav-toggle:hover i::before {
  top: -10px;
}
.bauen-nav-toggle:hover i::after {
  bottom: -10px;
}
.bauen-nav-toggle.active i {
  background: transparent;
}
.bauen-nav-toggle.active i::before {
  top: 0;
  -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 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 11px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #b19777;
  margin: 15px 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #bauen-main-menu {
    margin-bottom: 60px;
  }
  .bauen-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

/* ======= Section style ======= */
.section-padding {
  padding: 90px 0;
}
.section-padding2 {
  padding: 0 0 90px 0;
}
.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;
}
.section-title span {
  color: #b19777;
}
.section-title2 {
  font-size: 35px;
  font-weight: 300;
  color: #b19777;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
  padding-right: 60px;
}
.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: 0.2s;
  animation-delay: 0.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: 0.4s;
  animation-delay: 0.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: 0.6s;
  animation-delay: 0.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: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-right: 15px;
}
.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}

/* ======= 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;
}
.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: 3%;
  left: 2%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.75);
  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);
}
.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;
  }
}

/* ======= Page Banner Header style ======= */
.banner-header {
  height: 40vh;
  z-index: -2;
}
.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;
  }
  .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, 0.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;
}

/* ======= 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 0 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: #fff;
}
.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;
}

/* ======= Team style ======= */
.team .item {
  margin-bottom: 30px;
}
.team .item .img:before {
  top: 20px;
  left: 20px;
  border-left: 1px solid;
  border-top: 1px solid;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 20;
  border-color: rgba(255, 255, 255, 0.2);
}
.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 0.4s;
  transition: all 0.4s;
}
.team .info .social a {
  font-size: 15px;
  color: #b19777;
  margin: 0 5px;
}
.team .info .social a:hover {
  color: #272727;
}

/* ======= Services style ======= */
.services {
}
.services .item {
  padding: 60px 30px;
  margin-bottom: 30px;
  position: relative;
}
.services .item:hover {
  background: #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(0, 0, 0, 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: #f4f4f4;
  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 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;
}
.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 0.5s;
  transition: all 0.5s;
}
.projects .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}
.projects .item .con h6,
.projects .item .con h6 a {
  position: relative;
  color: #b19777;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con p {
  color: #fff;
  font-size: 20px;
}
.projects .item .con i {
  color: #fff;
  font-size: 20px;
}
.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;
}
@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;
}

/* ======= Clients style ======= */
.clients {
  background-color: #f4f4f4;
}
.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 0.5s;
  transition: all 0.5s;
}

/* ======= Gallery style ======= */
.gallery-item {
  position: relative;
  padding-top: 20px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.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;
}
.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: #fff;
  padding: 8px;
}
.gallery-box .gallery-detail i:hover {
  color: #fff;
}
.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;
  margin-left: 10px;
  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 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
}
/* testimonials style */
.testimonials-box {
  position: relative;
  background: #fff;
  padding: 60px 45px;
  margin-bottom: -90px;
}
.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: 20px;
  font-weight: 300;
  color: #272727;
  letter-spacing: 5px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
  color: #272727;
}
@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: 0.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;
}
.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 style ======= */
.bauen-blog .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.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 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.bauen-blog .item .con {
  margin: -120px 20px 75px;
  padding: 15px 15px 25px 15px;
  background-color: #f4f4f4 !important;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.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: #b19777;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.bauen-blog .item .con h5:hover,
.bauen-blog .item .con h5 a:hover {
  color: #b19777;
}
.bauen-blog .item .con p {
  color: #fff;
  font-size: 17px;
}
.bauen-blog .item .con i {
  color: #fff;
  font-size: 20px;
}
/* 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 #efefef;
  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;
  }
}

/* ======= 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;
}

/* ======= 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: #b19777;
  color: #fff;
  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: #323232;
  color: #fff;
  -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: #fff;
}
/* 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 #fff;
}
.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 rgba(0, 0, 0, 0.05);
}
.main-footer.dark {
  background: #fff;
}
.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 #efefef;
  color: #777;
  border-radius: 100%;
  margin-right: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.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;
}
/* sub footer */
.main-footer .sub-footer {
  padding: 30px 0 10px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.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);
}


/* ======= 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;
}

/* ======= Responsive style ======= */
@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;
  }
}
@media screen and (max-width: 767px) {
  .header .caption .o-hidden {
    padding-right: 0px;
  }

  .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;
  }
}
@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 30px;
  }
  .footer {
    padding: 60px 0;
  }
  .text-left {
    text-align: center;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }
}
