/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**********
 * Breakpoints
 * 
 * This file contains the breakpoints used in the project.
 * It includes mixins for mobile-first and desktop-first approaches.
Example usage:
 * 
 * @include breakpoint-up('md') {
 *   // Styles for medium and larger screens
 * }
 * 
 * @include breakpoint-down('lg') {
 *   // Styles for large and smaller screens
 * }
 * 
 * @include breakpoint-between('sm', 'lg') {
 *   // Styles between small and large screens
 * }
 * 

**********/
@font-face {
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Book.woff2) format("woff2"), url(../fonts/CircularStd-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Medium.woff2) format("woff2"), url(../fonts/CircularStd-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Bold.woff2) format("woff2"), url(../fonts/CircularStd-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Black.woff2) format("woff2"), url(../fonts/CircularStd-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url(../fonts/CircularXXWeb-Bold.woff2) format("woff2"), url(../fonts/CircularXXWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXXSub-BoldSubset";
  src: url(../fonts/CircularXXSub-BoldSubset.woff2) format("woff2"), url(../fonts/CircularXXSub-BoldSubset.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px;
}

a {
  color: inherit;
  transition: all 300ms ease-out;
  text-decoration: none;
}

a:hover, img {
  text-decoration: none;
  border: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

ul li, ol li {
  list-style: none;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

select, input, textarea {
  padding: 16px;
  border: 1px #e3e4e8 solid;
  margin: 0;
  border-radius: 0px;
}

input, textarea {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

div, input, select, textarea, li {
  box-sizing: border-box;
}

input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: auto;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.flex, .error-wrap, .allpost-boxes, .project-single-information, .bread-wrap, .fpro-list li, .fc-tabs-section .tablist, .multibox, .iconboxes, .section-8 .sec-1, .sec-2, .cp-centertext, .ec-sub-boxes .ec-sub-box, .ec-sub-boxes, .contact-box, .dcat-posts, .d-cat-box, .download-feature-post, .colfilter-wrap, .collpro-content .coll-format .coll-format-name ul, .collpro-content .coll-format, .collpro-content .coll-color ul, .products-all, .search-flex, .extrainfo-wrap, .format-flex, .singlecontent-wrap, .v-flex, .page-videocontent-wrap, .cp-wrap, .dds-wrap, .ins-product-wrap, .home-ins, .footer-wrap,
.footer-navs, .newsletter-wrap,
.nw-form, .header-flex {
  display: flex;
  flex-wrap: wrap;
}

html {
  min-height: 100%;
}

body {
  background: #020202;
  background: linear-gradient(0deg, #020202 0%, #282827 100%);
  color: #fff;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1088px;
  margin: auto;
  width: 100%;
}

.font1, .popup-box input,
.popup-box textarea,
.popup-box select {
  font-family: "Lato", sans-serif;
}

.font2, .content-typo h1,
.content-typo h2,
.content-typo h3,
.content-typo h4,
.content-typo h5,
.content-typo h6 {
  font-family: "CircularXXWeb-Bold", sans-serif;
}

.button {
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-102%);
  border-right: 1px #fff solid;
  box-shadow: -10px 0 13px -7px #fff inset;
  opacity: 0.6;
  transition: all 300ms ease-out;
}
.button:hover:before {
  transform: translateX(15px);
}

.link, .post-date {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.link a, .post-date a {
  display: inline-block;
  padding-bottom: 7px;
}
.link:before, .post-date:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #BD8D6B;
  bottom: 0;
  transition: all 300ms ease-out;
}
.link:hover:before, .post-date:hover:before {
  width: 60px;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

header {
  position: absolute;
  z-index: 1010;
  width: 100%;
  top: 0;
}

.home header,
header.fixheader {
  position: relative;
}

.header-flex {
  padding-bottom: 10px;
  align-items: flex-end;
}

.header-logo {
  width: 16.66%;
  max-width: 170px;
}
.header-logo svg {
  width: 100%;
  height: 100%;
}

.header-navs {
  width: 83.33%;
}
.header-navs ul {
  text-align: right;
}
.header-navs ul li {
  display: inline-block;
  font-size: 13px;
}
.header-navs ul li.active, .header-navs ul li.current-lang {
  color: #BD8D6B;
}
.header-navs ul li:hover {
  color: #BD8D6B;
}

.top-navs {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.top-navs ul li {
  padding: 0 2px;
}

.bottom-nav ul li {
  padding: 0 13px;
  text-transform: uppercase;
}
.bottom-nav ul li:last-child {
  padding-right: 0;
}

.social-nav {
  margin: 0 30px 0 10px;
}
.social-nav ul li {
  display: inline-block;
  padding: 0 5px;
}
.social-nav ul li svg {
  max-width: 15px;
  max-height: 15px;
  vertical-align: middle;
}

.lang-nav {
  margin: 0 30px 0 10px;
}

.newletter-section {
  border-top: 1px #383838 solid;
  margin-top: 50px;
  font-size: 13px;
}
.newletter-section .container {
  position: relative;
  padding: 0;
}
.newletter-section .newsletter-title {
  cursor: pointer;
  position: absolute;
  color: #646464;
  top: 0;
  padding: 10px 30px;
  border: 1px #383838 solid;
  right: 0;
  transform: translateY(-100%);
}

.nw-content {
  width: 40%;
  padding-right: 40px;
}

.nw-form {
  width: 60%;
  padding-left: 40px;
}

.nw-form {
  align-items: flex-end;
}
.nw-form .formtext-wrap {
  width: 60%;
}
.nw-form .formsubmit-wrap {
  width: 40%;
}
.nw-form input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px #fff solid;
}
.nw-form input[type=submit] {
  font-size: 18px;
  padding: 15px 30px;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  width: 100%;
  font-weight: bold;
}

.nw-content .heading-title {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 0.9;
  margin-bottom: 10px;
}
.nw-content .subtitle {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 0.9;
  opacity: 0.4;
  margin-bottom: -2px;
}
.nw-content .des {
  font-size: 13px;
  line-height: 1.38;
  opacity: 0.6;
}

footer {
  font-size: 13px;
  position: relative;
  border-top: 1px #383838 solid;
  overflow: hidden;
  padding-bottom: 100px;
}

.footer-wrap {
  padding: 170px 0 50px;
}

.footer-logo,
.footer-address {
  margin-bottom: 10px;
}

.footer-address {
  padding-left: 10px;
}

.footer-locations {
  width: 30%;
}

.footer-navs {
  width: 50%;
  justify-content: space-between;
}
.footer-navs ul li {
  margin-bottom: 10px;
}
.footer-navs > div {
  border-right: 1px #292929 solid;
  width: 33.33%;
  padding: 0 30px 0 50px;
}
.footer-navs > div:first-child {
  padding-left: 0em;
}

.footer-lang {
  width: 20%;
}
.footer-lang ul {
  text-align: right;
}
.footer-lang ul li {
  display: inline-block;
}

.footer-bg {
  position: absolute;
  top: 30px;
  right: 5%;
  z-index: -1;
}

.headerslider-heading .mainheading {
  white-space: pre-line;
  font-size: 120px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -10px;
}

.headerslider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hcat-size {
  font-size: 42px;
  font-weight: 400;
  color: #BD8D6B;
}
.hcat-des {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hcat-link {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-bottom: 7px;
}
.hcat-link:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #BD8D6B;
  bottom: 0;
}
.hcat-heading {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
}
.hcat-heading span {
  color: #BD8D6B;
}

.scroll-lock_bg {
  background-color: #000;
}

.scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.scroll-overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

.homeinspired-section {
  margin: 80px 0 50px;
  line-height: 1;
  position: relative;
}

.home-ins {
  justify-content: space-between;
}
.home-ins-heading {
  font-size: 42px;
  font-weight: bold;
}
.home-ins-section {
  font-size: 24px;
  padding: 10px 8%;
  border: 1px #fff solid;
  line-height: 1;
  cursor: pointer;
}
.home-ins-section .arrow {
  margin-left: 10px;
}
.home-ins-section.active {
  background-color: #fff;
  color: #000;
}
.home-ins-section.active svg path {
  fill: #000;
}

.ins-product-collection {
  background-color: #fff;
  width: 100%;
  padding: 40px;
  display: none;
}

.ins-product-wrap {
  margin: 0 -2%;
  overflow: hidden;
}
.ins-product-wrap .ins-product {
  position: relative;
  width: 21%;
  margin: 2%;
}
.ins-product-wrap .ins-product img {
  width: 100%;
  height: auto;
}
.ins-product-wrap .ins-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  display: inline-block;
  padding: 10px 20px;
}

.home-ins-section.active .arrow svg {
  transform: rotate(180deg);
  display: inline-block;
  line-height: 1;
}

.featurecollection-section {
  margin-top: 100px;
}
.featurecollection-section .slider_item {
  padding-bottom: 30px;
}

.fc-wrap {
  margin: auto;
  margin-left: calc((100% - 1088px) / 2);
}
.fc-wrap .speaker {
  right: 10px;
}

.slider_progress {
  margin-right: calc(100% - 1088px);
}

.scrolllock-wrap {
  margin-top: 150px;
  overflow: visible !important;
}

.home-bigtext-section {
  overflow: hidden;
  width: 100%;
  align-self: normal;
  position: absolute;
  transform: translatey(-150px);
}
.home-bigtext-section .bigtext-wrap {
  padding-bottom: 30px;
  text-align: right;
  line-height: 1;
  position: relative;
  width: 900px;
  float: right;
}
.home-bigtext-section .bigtext-wrap .bigtext {
  font-size: 250px;
  font-weight: bold;
  opacity: 0.17;
  letter-spacing: -20px;
  line-height: 1.1;
}
.home-bigtext-section .bigtext-wrap .smalltext {
  position: absolute;
  font-size: 75px;
  opacity: 0.07;
  letter-spacing: -5px;
  right: 79%;
  font-weight: bold;
  top: 25px;
}
.home-bigtext-section .bigtext-wrap .lowertext {
  position: absolute;
  font-size: 75px;
  opacity: 0.07;
  letter-spacing: -5px;
  right: 29%;
  bottom: 0%;
  font-weight: bold;
}

.homedds-section {
  margin: 100px 0;
}

.dds-wrap .dds-slider {
  width: 65%;
  background-color: #fff;
  position: relative;
}
.dds-wrap .dds-content {
  width: 35%;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.dds-wrap .dds-content .dds-heading {
  margin-bottom: 20px;
  margin-left: -172px;
}
.dds-wrap .dds-content .dds-subheading {
  font-size: 14px;
  letter-spacing: 8px;
  font-weight: 400;
  margin-bottom: 20px;
}
.dds-wrap .dds-content .dds-des {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.dds-wrap .dds-content .dds-link a {
  color: #000;
}

.dds-slide img {
  max-width: initial;
  width: 100%;
}

.dds-content {
  background-color: #fff;
  color: #000;
}

.cp-wrap-fake {
  float: right;
}

.homecustom-section {
  margin: 200px 0;
}

.cp-content,
.cp-media {
  width: 50%;
}

.cp-content {
  position: relative;
  z-index: 10;
  margin-top: 100px;
}

.cp-subheading {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0.8;
  letter-spacing: -8px;
}

.cp-heading {
  font-size: 200px;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: -10px;
  margin-bottom: 70px;
}

.cp-sign {
  margin-bottom: 30px;
}

.cp-des {
  padding-right: 30px;
  margin-bottom: 20px;
}

.cp-largeimage {
  margin-bottom: 50px;
}

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

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.page-videocontent-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  align-content: center;
  justify-content: center;
}
.page-videocontent-wrap .videooverlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.page-videocontent-wrap .video-content {
  position: relative;
  z-index: 20;
}

.v-flex {
  align-items: center;
}
.v-flex .v-heading {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -2px;
}
.v-flex .v-des {
  font-size: 16px;
  max-width: 550px;
  line-height: 1.5;
}

.pageslider-section {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
.pageslider-section .lSSlideOuter .lSPager.lSpg > li.active a,
.pageslider-section .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fff;
}
.pageslider-section .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #555;
  border-radius: 0;
  height: 2px;
  width: 50px;
}
.pageslider-section .lSSlideOuter .lSPager.lSpg > li {
  padding: 0;
}
.pageslider-section ul.lSPager.lSpg {
  position: absolute;
  top: -60px;
  right: 0;
}
.pageslider-section .lSSlideOuter {
  position: relative;
  overflow: visible;
}
.pageslider-section .slider_item {
  min-width: 60%;
  max-width: 65%;
  cursor: url(../images/flecha-der.png), auto;
}

.page-content-section {
  margin: 100px 0;
}

.singlecontent {
  width: 50%;
  padding-right: 50px;
}
.singlecontent .singleheading {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: -3px;
  line-height: 1;
}
.singlecontent .singledes {
  font-size: 16px;
  color: #A8A8A8;
  line-height: 1.3;
  margin-bottom: 30px;
}

.singleimage {
  width: 50%;
}

.bigbg-text {
  font-size: 250px;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  font-weight: bold;
  letter-spacing: -15px;
  margin-bottom: 60px;
}
.bigbg-text.not-so-big {
  font-size: 180px;
}

.colors-tab ul {
  margin-bottom: 80px;
}
.colors-tab ul li {
  display: inline;
  color: #737271;
  font-size: 28px;
  font-weight: 500;
  cursor: pointer;
}
.colors-tab ul li.active, .colors-tab ul li:hover {
  color: #E2E0DA;
}
.colors-tab ul li:after {
  content: "|";
  color: #737271;
  padding: 0 20px;
}
.colors-tab ul li:last-child:after {
  content: "";
}

.tabcontent {
  margin-top: 50px;
}

.circle-wrap {
  position: relative;
}

.color-circle {
  display: inline-block;
  width: 274px;
  height: 274px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 30px 15px 0;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out;
}
.color-circle:hover {
  transform: scale(1.2);
  box-shadow: -2px -2px 7px -3px #000;
  z-index: 10;
}
.color-circle:hover .bigimagehover {
  opacity: 1;
  visibility: visible;
  cursor: zoom-out;
}
.color-circle.linkcircle:hover {
  transform: scale(1);
  box-shadow: -2px -2px 7px -3px #000;
}
.color-circle.linkcircle:hover .bigimagehover {
  opacity: 0;
  visibility: visible;
  cursor: pointer;
}

.color-wrap-row-4 .color-circle {
  width: 220px;
  height: 220px;
}

.color-wrap-row-5 .color-circle {
  width: 180px;
  height: 180px;
}

.bigimagehover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 300ms ease-out;
}

.tabbox {
  display: none;
}
.tabbox.active {
  display: block;
}

.color-circle-link {
  margin: 50px 0;
}

.color-circle-name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1;
  pointer-events: none;
  z-index: 12;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.color-circle-name.darkcolor {
  color: #000;
}

.linkcircle .color-circle-name:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21DOCTYPE svg PUBLIC %27-//W3C//DTD SVG 1.1//EN%27 %27http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 enable-background=%27new 0 0 512 512%27%3E%3Cg%3E%3Cg%3E%3Cpath fill=%27%23fff%27 d=%27m289.8,200.2h-49.3v-49.3c0-11.3-9.1-20.4-20.4-20.4-11.3,0-20.4,9.1-20.4,20.4v49.3h-49.3c-11.3,0-20.4,9.1-20.4,20.4 0,11.3 9.1,20.4 20.4,20.4h49.3v49.3c0,11.3 9.1,20.4 20.4,20.4 11.3,0 20.4-9.1 20.4-20.4v-49.3h49.3c11.3,0 20.4-9.1 20.4-20.4 0-11.3-9.2-20.4-20.4-20.4z%27/%3E%3Cpath fill=%27%23fff%27 d=%27m220.2,388.7c-92.9,0-168.2-75.2-168.2-168.1s75.3-168.1 168.2-168.1 168.1,75.3 168.1,168.1-75.3,168.1-168.1,168.1zm274.8,78l-113.3-113.3c29.7-36.1 47.6-82.4 47.6-132.8 0-115.5-93.6-209.2-209.2-209.2s-209.1,93.7-209.1,209.2 93.6,209.2 209.2,209.2c50.4,0 96.6-17.8 132.7-47.5l113.3,113.3c5.2,5.3 21.1,7.9 28.9,0 7.9-8 7.9-20.9-0.1-28.9z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  background-size: cover;
  vertical-align: middle;
}

.linkcircle .color-circle-name.darkcolor:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27  viewBox=%270 0 512 512%27%3E%3Cpath d=%27M289.8 200.2h-49.3v-49.3c0-11.3-9.1-20.4-20.4-20.4-11.3 0-20.4 9.1-20.4 20.4v49.3h-49.3c-11.3 0-20.4 9.1-20.4 20.4 0 11.3 9.1 20.4 20.4 20.4h49.3v49.3c0 11.3 9.1 20.4 20.4 20.4 11.3 0 20.4-9.1 20.4-20.4V241h49.3c11.3 0 20.4-9.1 20.4-20.4 0-11.3-9.2-20.4-20.4-20.4z%27/%3E%3Cpath d=%27M220.2 388.7C127.3 388.7 52 313.5 52 220.6S127.3 52.5 220.2 52.5s168.1 75.3 168.1 168.1S313 388.7 220.2 388.7zm274.8 78L381.7 353.4c29.7-36.1 47.6-82.4 47.6-132.8 0-115.5-93.6-209.2-209.2-209.2S11 105.1 11 220.6s93.6 209.2 209.2 209.2c50.4 0 96.6-17.8 132.7-47.5l113.3 113.3c5.2 5.3 21.1 7.9 28.9 0 7.9-8 7.9-20.9-.1-28.9z%27/%3E%3C/svg%3E");
}

.pageformats-section {
  margin: 150px 0;
}

.format-flex {
  align-items: flex-end;
}
.format-flex .format-box {
  width: 33.33%;
  margin: 20px 4% 40px 0;
  position: relative;
}
.format-flex .format-name {
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.format-flex .formatarea {
  border: 1px #fff solid;
  max-width: 100%;
  width: 100%;
}

.format-extraline {
  width: 500px;
  border-top: 1px #434343 solid;
  margin: 20px;
}

.format-icon-wrap {
  margin: 50px 20px;
}
.format-icon-wrap ul {
  display: flex;
}
.format-icon-wrap ul li {
  margin: 0 20px 20px 0;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.format-icon-wrap ul li .formaticon-text {
  margin-top: 10px;
  white-space: pre-line;
  text-align: center;
}

.pagecustom-section {
  margin: 100px 0;
}
.pagecustom-section .cp-content {
  width: 65%;
  background-color: #262626;
  padding: 20px 60px;
  margin-top: 0px;
}
.pagecustom-section .cp-content .cp-subheading {
  font-size: 50px;
  letter-spacing: -5px;
  line-height: 0.8;
}
.pagecustom-section .cp-content .cp-heading {
  font-size: 80px;
  letter-spacing: -5px;
  margin-bottom: 20px;
}
.pagecustom-section .cp-content .cp-sign {
  max-width: 300px;
}
.pagecustom-section .cp-content .cp-des {
  font-size: 15px;
}
.pagecustom-section .cp-media {
  width: 35%;
}
.pagecustom-section .cp-media .cp-largeimage {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pageinfo-section {
  margin: 100px 0 150px 0;
  position: relative;
}

.gridder-outsideclose {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.extrainfo-wrap .extrainfo-box {
  cursor: pointer;
  width: 33.33%;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
.extrainfo-wrap .extrainfo-box .ei-image {
  width: 100%;
  height: 0;
  padding-bottom: 145%;
  position: relative;
  margin-bottom: 20px;
}

.ei-bgimage,
.ei-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ei-hover {
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-out;
  background-color: rgba(0, 0, 0, 0.5);
}

.ei-title {
  font-size: 18px;
  font-weight: bold;
}

.extrainfo-box:hover .ei-hover {
  opacity: 1;
  z-index: 10;
}

.share-wrap {
  position: absolute;
  bottom: 20%;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
}
.share-wrap .link:before, .share-wrap .post-date:before {
  height: 2px;
}

.coll-search-wrap {
  margin: 10px 0 20px 0;
}

.search-flex {
  width: 100%;
}
.search-flex .searchwrap {
  width: calc(100% - 36px);
  position: relative;
  height: 55px;
}
.search-flex .searchwrap .searchinput {
  width: 100%;
  margin: 0;
  line-height: 1;
  height: 100%;
  border: none;
  padding: 12px 120px;
  text-align: right;
}
.search-flex .searchwrap .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  cursor: pointer;
}
.search-flex .filter-wrap {
  width: 36px;
  cursor: pointer;
  line-height: 0;
  background-color: #bd8d6b;
}

.filtertext {
  position: absolute;
  top: 20px;
  z-index: 1;
  color: #282827;
  left: 50px;
  font-size: 16px;
  opacity: 0.6;
  transition: all 300ms ease-out;
}

.filteropen {
  cursor: pointer;
}

.filter-wrap svg {
  transition: all 300ms ease-out;
}

.coll-search-wrap.active .filter-wrap svg {
  transform: rotate(180deg);
}
.coll-search-wrap.active .filtertext {
  opacity: 1;
}

.col-filters {
  display: none;
}

.products-all .coll-product {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
  cursor: pointer;
}
.products-all .coll-product:nth-child(3n) {
  margin-right: 0;
}

.data-collector {
  display: none;
}

.collcontainer {
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}

.coll-product-empty .collcontainer {
  background-color: #444;
}

.collpro-image,
.collpro-overlay,
.collpro-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.collpro-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.coll-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.coll-product-empty .coll-name {
  background-color: #444;
}

.collpro-overlay {
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transition: all 300ms ease-out;
}

.collpro-content {
  transition: all 300ms ease-out;
  opacity: 0;
  z-index: 10;
  padding: 30px;
}
.collpro-content .coll-color ul li {
  width: 20%;
  margin: 1%;
  max-width: 49px;
  max-height: 49px;
  overflow: hidden;
  border: 1px #fff solid;
  text-align: center;
  line-height: 40px;
}
.collpro-content .coll-color ul li img {
  width: 100%;
  height: 100%;
  max-width: initial;
}
.collpro-content .coll-format {
  margin-top: 20px;
}
.collpro-content .coll-format .coll-format-title {
  width: 100%;
  font-size: 12px;
  padding-bottom: 5px;
}
.collpro-content .coll-format .coll-format-name {
  width: 100%;
  font-size: 12px;
}
.collpro-content .coll-format .coll-format-name ul li {
  width: 47%;
  opacity: 0.4;
  margin-right: 3%;
}

.coll-product:hover .collpro-overlay {
  opacity: 0.7;
}
.coll-product:hover .collpro-content {
  opacity: 1;
}

.ss-images {
  height: 100vh;
}
.ss-images img {
  width: 100%;
  max-width: inherit;
}

.v-flex .s-content {
  width: 100%;
}

#circles1 {
  left: 0;
}

#circles2 {
  right: 0;
  top: 150px;
}

.circle {
  height: 800px;
  width: 800px;
  position: absolute;
  z-index: -1;
}

.colfilter-wrap {
  position: relative;
  flex-wrap: nowrap;
  background-color: #fff;
}
.colfilter-wrap .coll-category {
  border-left: 1px #E2E2E2 solid;
  flex: 1 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 25px;
}
.colfilter-wrap .coll-category:first-child {
  border-left: none;
}
.colfilter-wrap .coll-category.coll-category-formats {
  width: 100%;
  flex: 1 0 40%;
}
.colfilter-wrap .coll-category.coll-category-formats ul {
  display: flex;
  flex-wrap: wrap;
}
.colfilter-wrap .coll-category.coll-category-formats ul li {
  flex: 1 0 50%;
  width: 50%;
  max-width: 100%;
}
.colfilter-wrap .coll-category.coll-category-formats ul li a {
  display: block;
  text-wrap: nowrap;
}
.colfilter-wrap .clearfilter {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #BD8D6B;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}

.coll-category ul li {
  position: relative;
}

.coll-category ul li .clicked:after {
  content: "X";
  font-size: 12px;
  position: absolute;
  bottom: 1px;
  right: calc(100% + 8px);
  color: #BD8D6B;
}

.filterlist {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.coll-category {
  width: 25%;
  padding: 0 50px;
  margin: 20px 0;
}
.coll-category ul li {
  color: #8D8D8D;
  font-size: 14px;
  margin-bottom: 7px;
}
.coll-category ul li :hover {
  color: #BD8D6B;
}
.coll-category ul li .disabled {
  opacity: 0.3;
}
.coll-category ul li .clicked {
  color: #BD8D6B;
  font-weight: bold;
}

.coll-category-title {
  font-size: 16px;
  color: #2F2F2F;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.downloadmain-wrap {
  margin: 150px 0 200px;
}

.download-feature-post {
  align-items: center;
  margin-bottom: 40px;
}
.download-feature-post .download-content-box {
  width: 50%;
}
.download-feature-post .download-feature-image {
  width: 45%;
  margin-left: 5%;
  position: relative;
}
.download-feature-post .download-feature-image .fd-bgimage {
  background-position: center;
  background-size: cover;
}

.download-feature-post:nth-child(2n) .download-content-box {
  order: 2;
  padding-left: 5%;
}
.download-feature-post:nth-child(2n) .download-feature-image {
  width: 45%;
  margin-right: 5%;
  margin-left: 0;
}

.fd-logo {
  margin-bottom: 20px;
}

.fd-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.fd-year {
  font-size: 160px;
  color: #BD8D6B;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -10px;
  margin-bottom: 10px;
}

.fd-des {
  font-size: 16px;
  color: #A8A8A8;
  line-height: 1.3;
  margin-bottom: 20px;
}

.d-cat-box .dcat-content {
  width: 35%;
  margin-right: 5%;
}
.d-cat-box .dpost-hide {
  width: 100%;
  display: none;
}
.d-cat-box .dpost-hide .dcat-posts {
  margin-left: 40%;
}
@media screen and (max-width: 760px) {
  .d-cat-box .dpost-hide .dcat-posts {
    margin-left: 0%;
  }
}

.showmore-downloads {
  padding: 10px 8%;
  border: 1px #fff solid;
  cursor: pointer;
  margin: 20px auto 50px;
  min-width: 200px;
  text-align: center;
}
.showmore-downloads.active {
  background-color: #BD8D6B;
}

.dcat-posts {
  width: 60%;
}
.dcat-posts .odbox {
  width: 50%;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}

.d-cat-box {
  margin-bottom: 50px;
}

.otherdownload-wrap {
  margin: 150px 0;
}

.od-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.od-bgimage {
  margin-bottom: 10px;
}

.contact-wrap {
  margin: 100px 0 150px 0;
}

.contact .main-content {
  max-width: 480px;
  margin-bottom: 50px;
}
.contact .heading {
  font-size: 78px;
  font-weight: 700;
  letter-spacing: -5px;
  margin-bottom: 10px;
}
.contact .des {
  font-size: 16px;
  color: #A8A8A8;
}

.contact-box {
  margin: 20px 0 30px 0;
}
.contact-box .title {
  width: 40%;
  padding-right: 2%;
  display: flex;
}
.contact-box .phone {
  width: 30%;
  padding-right: 2%;
  display: flex;
}
.contact-box .email {
  width: 30%;
  display: flex;
}
.contact-box .detail-title {
  color: #BD8D6B;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-box .detail-info {
  font-size: 13px;
  opacity: 0.6;
}
.contact-box .detail-infolink {
  font-size: 21px;
  font-weight: 500;
}

.contact-icon {
  max-width: 40px;
  margin: -7px 15px 0 0;
}

.ct-details {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
}
.ct-details .ct-detail {
  width: 50%;
  padding: 0 40px;
}
.ct-details .ct-1 {
  padding-left: 0;
}
.ct-details .ct-2 {
  padding-right: 0;
}
.ct-details .block-image {
  padding-bottom: 76%;
  height: 0;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ct-details .block-title {
  color: #BD8D6B;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ct-details .block-des {
  font-size: 16px;
  color: #A8A8A8;
  margin-bottom: 20px;
}
.ct-details .ct-link {
  border: 1px #fff solid;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.ct-details .ct-link.active {
  color: #282827;
  background-color: #fff;
}

.extra-contact-wrap {
  background-color: #fff;
  margin: 0;
  padding: 80px 0;
  color: #282827;
  position: relative;
}
.extra-contact-wrap .closebox {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.ec-title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 20px;
  line-height: 1;
}

.ec-des {
  font-size: 16px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 40px auto;
  color: #797979;
}

.ec-sub-boxes {
  margin: 60px 0 0 0;
}
.ec-sub-boxes .ec-sub-box {
  width: 46%;
  margin-right: 2%;
  margin-bottom: 4%;
  justify-content: space-between;
  align-items: flex-start;
}
.ec-sub-boxes .ec-sub-box:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0;
}

.ecs-icon {
  max-width: 80px;
  overflow: hidden;
}
.ecs-icon svg {
  width: 100%;
  height: 100%;
}

.ecs-content {
  width: calc(100% - 110px);
}

.ecs-title {
  color: #BD8D6B;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -1px;
}

.ecs-des {
  font-size: 16px;
  color: #797979;
  margin-bottom: 20px;
}

.ec-box,
.extra-contact-wrap {
  display: none;
}

.ec-box {
  display: none;
}
.ec-box.active {
  display: block;
}

.company-section {
  height: 100vh;
  position: relative;
}
.company-section .big-heading {
  font-size: 120px;
  color: #BD8D6B;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -10px;
}
.company-section .height100 {
  height: 100%;
}

.sectionbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cp-centertext {
  align-content: center;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.preline-text {
  white-space: pre-line;
}

.sec-1 {
  width: 50%;
  padding-right: 30px;
}

.sec-2 {
  width: 50%;
  padding-left: 30px;
}

.sec-subheading {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1;
  color: #BD8D6B;
  align-items: flex-end;
}

.sec-title {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -5px;
  margin-bottom: 15px;
  line-height: 0.9;
}

.sec-des {
  font-size: 16px;
  color: #A8A8A8;
  line-height: 1.3;
}
.sec-des a {
  color: #BD8D6B;
}

.floating-left-image {
  position: absolute;
  left: 0;
  right: calc(50% + 30px);
  top: 0;
  bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 .sec-2,
.section-5 .sec-2,
.section-7 .sec-2 {
  padding-right: 30px;
  padding-left: 0;
  order: 1;
  align-content: space-between;
}
.section-3 .sec-1,
.section-5 .sec-1,
.section-7 .sec-1 {
  padding-left: 30px;
  padding-right: 0;
  order: 2;
}

.floating-bottom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-top-image {
  position: absolute;
  left: calc((100% - 1088px) / 2);
  top: 0;
  right: calc(50% + 30px);
  background-size: contain;
  background-repeat: no-repeat;
}

.image-height {
  width: 100%;
}

.section-5 .sec-1 {
  align-self: center;
}

.floating-left-bottom-image {
  position: absolute;
  left: 0;
  right: calc(50% + 30px);
  bottom: 0;
  top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8 .sec-1 {
  width: 60%;
  align-content: space-between;
}
.section-8 .sec-2 {
  width: 40%;
}

.sec-moredetails {
  margin: 80px 0 30px;
}

.md-title {
  font-size: 26px;
  color: #BD8D6B;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

.md-value {
  font-size: 16px;
  line-height: 1.3;
}

.sec-moredetail {
  margin-bottom: 50px;
}
.sec-moredetail:last-child {
  margin-bottom: 0;
}

.footergap {
  margin-top: 150px;
}

.linkcircle {
  cursor: pointer !important;
}

.headerimage {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.lSAction > a {
  width: 38px;
  height: 70px;
}
.lSAction > a.lSNext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2738.315%27 height=%2770.758%27%3E%3Cpath data-name=%27Forma 1%27 d=%27M1.887 0l36.428 35.379L1.887 70.758 0 68.816l34.424-33.437L0 1.943z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  background-position: 0;
}
.lSAction > a.lSPrev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2738.314%27 height=%2770.758%27%3E%3Cpath data-name=%27Forma 1%27 d=%27M36.428 0L0 35.38l36.428 35.378 1.887-1.942L3.891 35.38 38.314 1.943z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}

.colorbig-image {
  float: left;
  width: 100%;
  display: none;
  z-index: 100;
}
.colorbig-image img {
  width: 100%;
  height: auto;
}

.formaticon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
}
.formaticon img {
  width: 100%;
  height: auto;
}

.svg-format svg {
  width: 100%;
  height: 100%;
}
.svg-format svg text {
  fill: #fff;
}
.svg-format svg path {
  stroke: #fff;
}

.products-all .nl-lazy.collpro-image {
  background-image: none !important;
}

.fc-main-content {
  margin: 100px auto;
}

.fc-heading {
  font-size: 64px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -3px;
  margin-bottom: 50px;
}

.fc-des {
  font-size: 16px;
  color: #A8A8A8;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.fc-link {
  margin-top: 80px;
}

.iconbox {
  padding: 0 20px 40px 0;
  font-size: 12px;
  color: #E2E0DA;
  text-align: center;
  width: 25%;
}
.iconbox .fc-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.iconbox .fc-icon svg {
  width: 50px;
  height: 50px;
}
.iconbox .fc-icon svg text {
  fill: #fff;
}
.iconbox .fc-icon svg path {
  stroke: #fff;
}

.tab-box {
  padding: 20px 0px;
  display: none;
}
.tab-box.active {
  display: block;
}

.multibox {
  text-align: center;
}
.multibox .leftbox {
  width: 50%;
  padding-right: 20px;
}
.multibox .rightbox {
  width: 50%;
  padding-left: 20px;
}
.multibox .iconbox {
  width: 40%;
  margin: 20px 5% 40px;
  padding: 0;
}
.multibox .title {
  color: #BD8D6B;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.fc-tabs-section {
  margin: 100px auto;
}
.fc-tabs-section .tab-item {
  font-size: 28px;
  color: #737271;
  cursor: pointer;
}
.fc-tabs-section .tab-item.active, .fc-tabs-section .tab-item:hover {
  color: #fff;
}
.fc-tabs-section .tab-item:after {
  content: "|";
  padding-left: 35px;
  margin-right: 35px;
  color: #737271;
}
.fc-tabs-section .tab-item:last-child:after {
  content: "";
  padding-left: 0;
  margin-right: 0;
}

.fc-video-wrap {
  margin-bottom: 50px;
}
.fc-video-wrap .videocontent {
  width: 50%;
  padding: 30px;
}
.fc-video-wrap .videotitle {
  font-size: 18px;
  margin: 10px 0 0 0;
}

.videobox {
  position: relative;
  line-height: 0;
  overflow: hidden;
  padding-bottom: 56%;
}

.videobg-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}

.gridder-video .gridder-list:nth-child(n) {
  margin-bottom: 0;
  margin-right: 0;
}
.gridder-video .gridder-show {
  margin: 0;
  background-color: transparent;
  padding: 0;
  border: 3px #BD8D6B solid;
  z-index: 10;
  line-height: 1;
}

.playvideo {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 300ms ease-out;
  transform: scale(1.5);
}
.playvideo svg {
  opacity: 0;
  transition: all 300ms ease-out;
}
.playvideo.stop {
  transform: scale(1);
}
.playvideo.stop svg {
  opacity: 1;
}

.tax-featurepost .mainheading {
  margin-bottom: 30px;
  display: block;
  margin-left: -10px;
  font-size: 84px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -3px;
  max-width: 550px;
}
.tax-featurepost .maindes {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  max-width: 550px;
  display: block;
}
.tax-featurepost .o-line {
  overflow: visible;
}

.fpro-list {
  padding-top: 30px;
}
.fpro-list li {
  align-items: center;
  margin-bottom: 10px;
}
.fpro-list .title {
  background-color: #000;
  font-size: 11px;
  padding: 7px 20px;
  margin-right: 20px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
}
.fpro-list .value {
  font-size: 13px;
  font-weight: bold;
}
.fpro-list .value a {
  display: inline-block;
  color: #fff;
}
.fpro-list .value a:after {
  content: ",";
  padding-right: 5px;
  padding-left: 2px;
}
.fpro-list .value a:last-child:after {
  content: "";
}

ul.project-collection-list {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}
ul.project-collection-list li {
  color: #737271;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
ul.project-collection-list li.active, ul.project-collection-list li:hover {
  color: #fff;
}
ul.project-collection-list li:after {
  content: "|";
  padding: 0 20px;
  color: #737271;
  font-weight: 100;
}
ul.project-collection-list li:last-child:after {
  content: "";
}

.project-category-name {
  position: relative;
}

.projectloop-wrap {
  margin: 0 -1%;
}
.projectloop-wrap .projectloop-box {
  cursor: pointer;
  margin: 2% 1%;
}

.gridder-show {
  margin: -4% 1% 1% 1%;
  background-color: #fff;
  padding: 50px;
  width: 98%;
  z-index: 10;
}

.bread-wrap {
  margin: 50px 0;
  justify-content: space-between;
}
.bread-wrap ul li {
  display: inline-block;
  font-size: 14px;
  opacity: 1;
  color: #BD8D6B;
  font-weight: bold;
  text-transform: capitalize;
}
.bread-wrap ul li:hover a {
  color: #BD8D6B;
  opacity: 1;
}
.bread-wrap ul li a {
  opacity: 0.6;
  color: #fff;
  font-weight: normal;
}
.bread-wrap ul li:after {
  content: ">";
  padding: 0 10px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  opacity: 0.6;
}
.bread-wrap ul li:last-child:after {
  content: "";
  padding: 0;
}
.bread-wrap .pagenav-box ul li:after {
  content: "|";
}
.bread-wrap .pagenav-box ul li:last-child:after {
  content: "";
  padding: 0;
}

.project-single-wrap {
  color: #797979;
}

.project-single-information .left-info {
  width: 30%;
  margin-right: 3%;
}
.project-single-information .right-info {
  width: 67%;
  font-size: 16px;
  line-height: 1.4;
}
.project-single-information .pros-list li {
  margin-bottom: 30px;
}
.project-single-information .pros-list .title {
  background-color: #BD8D6B;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.project-single-information .pros-list .value {
  line-height: 1.5;
  width: 100%;
}
.project-single-information .pros-list .value a {
  color: #6F6F6F;
}

.project-single-title {
  font-size: 44px;
  font-weight: bold;
  color: #282827;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -1px;
}

.project-single-slider {
  position: relative;
  margin-bottom: 40px;
}

.project-single-social {
  margin-top: 20px;
}
.project-single-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.project-single-social ul li:hover path {
  fill: #BD8D6B;
}

.psslidebg {
  padding-bottom: 56%;
  width: 100%;
  background-size: cover;
}

.gridder-navigation {
  position: absolute;
  right: 50px;
  top: 50px;
}

.post-box {
  position: relative;
}
.post-box:hover .post-bg-overlay {
  opacity: 0.9;
  background-color: #BD8D6B;
}
.post-box:hover .post-date:before {
  background-color: #fff;
  width: 60px;
}

.allpost-boxes {
  margin: 0 -15px;
}

.post-box {
  width: calc(33.33% - 30px);
  margin: 15px;
}

.total-post-5 .post-box:first-child,
.total-post-2 .post-box:first-child {
  width: calc(66.66% - 30px);
  margin: 15px;
}
.total-post-5 .post-box:first-child .post-bg,
.total-post-2 .post-box:first-child .post-bg {
  padding-bottom: 47.97%;
}

.post-bg {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 10;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 15;
}

.post-date {
  font-size: 13px;
  margin-bottom: 15px;
}
.post-date:before {
  height: 3px;
  bottom: -6px;
}

.post-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.97;
  letter-spacing: -1px;
}

.posts-section-title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #BD8D6B;
}

.posts-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posts-section {
  margin: 80px 0;
}

.single-top-header {
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}
.single-top-header .single-header-bg {
  position: absolute;
  right: 0;
  left: 40%;
  background-size: cover;
  opacity: 0.9;
}

.single-headerbox {
  position: relative;
  z-index: 10;
  margin: 50px 0;
}
.single-headerbox .post-date {
  margin-bottom: 20px;
}

.single-title h1 {
  font-size: 78px;
  font-weight: bold;
  line-height: 0.85;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.single-title {
  max-width: 600px;
}

.single-des {
  max-width: 340px;
  font-size: 16px;
  color: #A8A8A8;
}

.single-cats {
  margin-bottom: 20px;
}
.single-cats a {
  font-size: 16px;
  display: inline-block;
  background-color: #BD8D6B;
  padding: 10px 30px;
  margin-right: 15px;
}

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

.single-content-short {
  margin: 0 10%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}
.single-content-short .largeimg {
  margin: 7% -8%;
  width: 116%;
}

.interestedpost .post-box:first-child {
  width: calc(66.66% - 30px);
  margin: 15px;
}
.interestedpost .post-box:first-child .post-bg {
  padding-bottom: 47.97%;
}

.bottommenu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  color: #fff;
  display: none;
}

.bottommenu-mobile.menu-active {
  display: block;
}

.nav-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
}

.nav-content > div {
  width: 100%;
}

.header-navs .bottommenu-mobile ul {
  text-align: center;
}

.nav-item-main ul li {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0;
  color: #7B7B7B;
}

.nav-item-main {
  margin: 10px 0 40px 0;
}

.nav-item-main ul li:hover {
  color: #fff;
}

.nav-item-sec ul li {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
  color: #7B7B7B;
}

.nav-item-sec {
  margin-bottom: 40px;
}

.nav-item-sec ul li:hover {
  color: #B7B19E;
}

.nav-adddress {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 1.4;
}

.nav-bg {
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.closemenu {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 50px !important;
  cursor: pointer;
  opacity: 1;
}

.closemenu svg {
  width: 30px;
  height: 30px;
}

.closemenu path {
  fill: #fff;
}

.nav-trigger.menutrigger {
  text-align: right;
  display: none;
}

.speaker {
  width: 30PX;
  height: 30px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  pointer-events: all !important;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

.breadcrumb-box {
  min-width: 50%;
}

.mobileimage-height,
.mobile-format-box {
  display: none;
}

.newtag-collection {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
  background-color: #000;
  padding: 7px 15px;
}

.nw-wrap {
  padding: 50px 0;
  display: none;
}

.mobilebox {
  display: none;
}

.breadcrumb-box.mobilebox {
  display: none;
}

.playbutton-wrap {
  width: 27px;
  height: 27px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px #fff solid;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

.playbutton {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  margin-left: 5px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  margin-left: 5px;
}
.playbutton.paused {
  border-style: double;
  border-width: 0px 0 0px 20px;
  margin-left: 0px;
}
.playbutton:hover {
  border-color: transparent transparent transparent #BD8D6B;
}

.selectedItem .playbutton {
  border-style: double;
  border-width: 0px 0 0px 20px;
  margin-left: 0px;
}

.video-corner {
  position: absolute;
  top: 90vh;
  right: 20px;
  display: flex;
  align-items: center;
}

.speakerfromtop {
  position: relative;
  right: auto;
  bottom: auto;
}

.hidecontent .video-content {
  opacity: 0;
  animation-name: hidevideocontent;
  animation-duration: 4s;
}
.hidecontent .video-content-small {
  opacity: 1;
  animation-name: hidevideocontent-rev;
  animation-duration: 4s;
}
.hidecontent .video-content-small .v-heading {
  font-size: 32px;
}

@keyframes hidevideocontent {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hidevideocontent-rev {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-content-small {
  position: relative;
  z-index: 20;
  opacity: 0;
  margin-right: 20px;
}

.scrolltop-wrap {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: all 300ms ease-out;
  cursor: pointer;
  z-index: -1;
}

.scrolling .scrolltop-wrap {
  opacity: 0.5;
  z-index: 20;
}
.scrolling .scrolltop-wrap:hover {
  opacity: 0.8;
}

.scrolltotop {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.popup-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  transition: all 300ms ease-out;
}
.popup-wrap.opened {
  z-index: 1200;
  opacity: 1;
}

.popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup-maincontent {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 20px;
  max-height: 90vh;
  overflow: auto;
}
.popup-maincontent .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-content {
  color: #A8A8A8;
}

.popup-box {
  padding: 40px;
  width: 900px;
}
.popup-box input,
.popup-box textarea,
.popup-box select {
  padding: 15px;
  border: none;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
  border: 1px #eee solid;
  margin-bottom: 15px;
  color: #A8A8A8;
  padding: 20px;
  max-height: 125px;
  width: 100%;
}
.popup-box input[type=submit] {
  font-size: 20px;
  padding: 15px 50px;
  border: 1px #fff solid;
  color: #fff;
  background-color: #282827;
  font-weight: normal;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin-top: 20px;
  width: auto;
}
.popup-box input[type=submit]:hover {
  background-color: #BD8D6B;
}
.popup-box input[type=submit]:disabled {
  opacity: 0.5;
}
.popup-box input[type=radio],
.popup-box input[type=checkbox] {
  margin-bottom: 0;
  margin-right: 4px;
  width: auto;
}
.popup-box .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}
.popup-box .wpcf7-list-item.last {
  margin-right: 0;
}
.popup-box a {
  color: #BD8D6B;
}

.popup-heading {
  font-size: 42px;
  color: #BD8D6B;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.popup-heading span {
  color: #000;
}

.content-typo {
  font-size: 15px;
  line-height: 1.4;
}
.content-typo p {
  margin-bottom: 30px;
  opacity: 0.9;
}
@media screen and (max-width: 760px) {
  .content-typo p {
    margin-bottom: 20px;
  }
}
.content-typo h1 {
  font-size: 300%;
  letter-spacing: -2px;
  line-height: 1;
  color: #fff;
}
.content-typo h2 {
  font-size: 200%;
  letter-spacing: -1px;
  line-height: 1;
  color: #BD8D6B;
}
.content-typo h3 {
  font-size: 170%;
  letter-spacing: -1px;
  line-height: 1;
  color: #fff;
}
.content-typo h4 {
  font-size: 130%;
  letter-spacing: -1px;
  line-height: 1;
  color: #948884;
}
.content-typo h1,
.content-typo h2,
.content-typo h3,
.content-typo h4,
.content-typo h5,
.content-typo h6 {
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.content-typo ul,
.content-typo ol {
  margin-bottom: 20px;
}
.content-typo ul li,
.content-typo ol li {
  margin-left: 15px;
  list-style: inherit;
  padding-left: 5px;
}
.content-typo table {
  width: 100%;
  border: 1px #eee solid;
}
.content-typo a {
  color: #BD8D6B;
  text-decoration: underline;
}
.content-typo a:hover {
  color: #BD8D6B;
}

.ziplink {
  text-align: right;
  margin-top: 40px;
}

.ct-mob {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.googlewarning,
.cookie-enable {
  font-size: 11px;
  text-align: center;
  margin: 10px auto;
  opacity: 0.7;
}

.googlewarning a,
.cookie-enable a {
  color: #999;
}

/*-------------GDRP plugin----------------*/
#moove_gdpr_cookie_info_bar {
  position: fixed !important;
  width: 400px !important;
  left: 10% !important;
  right: auto !important;
  border: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 30px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-wrap: wrap;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-radius: 0 !important;
  margin: 0 15px !important;
  border: none !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover {
  color: #BD8D6B !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
}

.moove-gdpr-cookie-notice {
  padding-bottom: 10px;
}

.moove-gdpr-button-holder {
  padding: 0 !important;
  text-align: center;
  margin: auto !important;
  display: block !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  font-weight: 400 !important;
}

@media screen and (max-width: 540px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px !important;
  }
  div#moove_gdpr_cookie_info_bar {
    width: 90%;
    left: 5%;
  }
  .moove-gdpr-cookie-notice {
    padding-bottom: 0px;
  }
}
.contact-social-nav {
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  .contact-social-nav {
    margin-top: 40px;
  }
}
.contact-social-nav ul {
  display: flex;
  justify-content: center;
}
.contact-social-nav ul li {
  padding: 0 30px 0 0;
}
.contact-social-nav ul li svg {
  width: 30px;
  height: 30px;
  max-width: none;
  max-height: none;
}
@media screen and (max-width: 760px) {
  .contact-social-nav ul li svg {
    width: 30px;
    height: 30px;
  }
}
.contact-social-nav ul li svg path {
  transition: all 300ms ease-out;
}
.contact-social-nav ul li:hover svg path {
  fill: #BD8D6B;
}

.link small, .post-date small {
  font-size: 70%;
  color: #BD8D6B;
}

.clearsearch {
  position: absolute;
  z-index: 20;
  top: 17px;
  color: #000;
  right: 80px;
  cursor: pointer;
  display: none;
}

.sortingbox {
  width: 220px;
  position: relative;
  z-index: 110;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .sortingbox {
    width: 100%;
  }
}
.sortingbox .currentsorting {
  position: relative;
  padding: 10px 20px;
}
.sortingbox ul {
  top: 98%;
  position: absolute;
  padding-top: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  padding: 10px 20px;
  right: 0;
  display: none;
}
.sortingbox ul li {
  margin-bottom: 8px;
  cursor: pointer;
}

.sorting-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 150;
  transform: rotate(0deg);
  transition: all 300ms ease-out;
}

.sortingbox.active ul {
  display: block;
}
.sortingbox.active .sorting-arrow {
  transform: rotate(179deg);
}

.nl-dropdown-menu {
  right: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
.nl-dropdown-menu .dp-box {
  display: none;
}

.menu-title-col {
  font-size: 21px;
  color: #948884;
  font-weight: 600;
  margin-bottom: 30px;
  min-height: 25px;
}

.col-2-layout {
  display: flex;
  flex-wrap: wrap;
}
.col-2-layout .left-side-col2 {
  width: 50%;
  padding: 50px 50px 50px calc((100% - 1088px) / 2);
}
.col-2-layout .right-side-col2 {
  width: 50%;
  padding: 50px calc((100% - 1088px) / 2) 50px 50px;
  background-color: #E2E0DA;
}
.col-2-layout .menu-content-col {
  margin-bottom: 30px;
}
.col-2-layout .cont-title {
  font-size: 14px;
  color: #282827;
}
.col-2-layout .contimage {
  background-size: cover;
  height: 164px;
}
.col-2-layout .with-des {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 47px;
}
.col-2-layout .with-des .contimage {
  width: 40%;
  margin-right: 5%;
}
.col-2-layout .with-des .cont {
  width: 55%;
}
.col-2-layout .with-des .cont-des {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  margin-top: 20px;
}
.col-2-layout .with-des .cont-title {
  font-size: 14px;
  color: #BD8D6B;
  font-weight: bold;
}

.menucloaser {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 450;
}

.menuclose-col {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}

.taxpage-collector {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.error-wrap {
  margin-top: 120px;
}

.gearbox {
  margin-right: 50px;
  width: 180px;
}

.error-text {
  width: 800px;
}

.error-heading {
  font-size: 64px;
  font-weight: bold;
  line-height: 0.9;
}

.error-link {
  margin-top: 20px;
  font-size: 21px;
  color: #BD8D6B;
  font-weight: bold;
}

.intereting-heading {
  font-size: 42px;
  font-weight: bold;
  margin: 1%;
  color: #BD8D6B;
}

.error-linking {
  margin: 100px 0 20%;
}

.interesting-wrap {
  display: flex;
  flex-wrap: wrap;
}

.interesting-box {
  width: 31.33%;
  margin: 1%;
}
.interesting-box .image-height {
  padding-bottom: 80%;
}
.interesting-box .interest-image {
  margin-bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cf-wrap {
  display: flex;
  flex-wrap: wrap;
}

.cf-half {
  width: 50%;
  padding: 0 2%;
}

.cf-full {
  width: 100%;
  padding: 0 2%;
}

.lam-colorimg {
  width: 100%;
  padding-bottom: 33%;
}

.lam-nav {
  margin-right: 10px;
}

.collection-slider-wrap {
  position: relative;
}
.collection-slider-wrap .lSPager.lSGallery {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 105;
}
.collection-slider-wrap .lSPager.lSGallery li {
  width: 75px !important;
  border: 2px #fff solid;
  border-radius: 50%;
}
.collection-slider-wrap .lSPager.lSGallery li:hover, .collection-slider-wrap .lSPager.lSGallery li.active {
  border-radius: 50%;
  border-color: #000;
}

.tabactive.lam-tabcontent {
  display: none;
}
.tabactive.lam-tabcontent:first-child {
  display: block;
}

.lam-slide {
  position: relative;
  width: 100%;
}
.lam-slide-content {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
  border-radius: 5px;
}

.v-heading.svgheading {
  text-align: center;
}
.v-heading.svgheading svg {
  width: 400px;
  height: auto;
  max-width: calc(100% - 40px);
}

.lam-showcase {
  justify-content: space-between;
  align-items: center;
}
.lam-showcase .lam-collections-list {
  width: 50%;
}
.lam-showcase .lam-pieces-display {
  width: 45%;
  max-width: 350px;
}

.lam-piece {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  min-width: 100px;
  cursor: pointer;
}
.lam-piece img {
  transition: transform 800ms ease-out;
}
.lam-piece-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 3px #1b1a1a solid;
}
.lam-piece-title {
  font-size: 14px;
  font-weight: 400;
  white-space: pre-line;
  color: #fff;
}
.lam-piece.active .lam-piece-img {
  border-color: #BD8D6B;
}
.lam-piece:hover img {
  transform: rotate(180deg);
}

.lam-pieces-display {
  position: relative;
  aspect-ratio: 6/13.5;
}
.lam-pieces-display .lam-piece-image-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(20px) scale(0.99);
  transform-origin: center;
  transition: all 600ms ease-out;
}
.lam-pieces-display .lam-piece-image-wrap.active-coll {
  z-index: 5;
}
.lam-pieces-display .lam-piece-image-wrap.active-coll.active-piece {
  z-index: 10;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.lam-tabopener {
  margin-bottom: 50px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
}
.lam-tabopener svg {
  max-height: 28px;
}
.lam-tabopener .lam-piece {
  margin-top: 20px;
  display: none;
}
.lam-tabopener:first-child .lam-piece {
  display: block;
}
.lam-tabopener.active, .lam-tabopener:hover {
  color: #BD8D6B;
}

ul.lam-pieces-list {
  justify-content: center;
}

.person-svg {
  position: absolute;
  z-index: 100;
  bottom: -10%;
  left: 0;
  width: 100%;
  transform: translateX(-60%);
  opacity: 0;
  transition: all 600ms ease-out;
}
.person-svg svg {
  fill: #4a4a49;
  stroke: #fff;
  stroke-width: 0.3;
}
.person-svg.active {
  opacity: 1;
  transform: translateX(-50%);
  animation-delay: 1000ms;
}

.page-template-tpl-nextlam .v-heading {
  transition: all 700ms ease-out;
  transform: scale(10);
  opacity: 0;
}
.page-template-tpl-nextlam .v-heading.animate {
  transform: scale(1);
  opacity: 1;
}

.left-right-box {
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
.left-right-box .fc-imagebox {
  width: calc(50% - 25px);
}
.left-right-box .fc-contentbox {
  width: calc(50% - 25px);
}
.left-right-box .fc-contentbox .fc-des {
  -moz-column-count: 1;
       column-count: 1;
}

.fc-right_image .fc-imagebox {
  order: 2;
}
.fc-right_image .fc-contentbox {
  order: 1;
}

.colldesktop {
  display: block;
}

.collmobile {
  display: none;
}

.top-navs .top-extra-nav li {
  padding: 0 5px;
}

.featurecollection_slider {
  overflow: visible;
  position: relative;
}
.featurecollection_slider a {
  display: block;
  position: relative;
}
.featurecollection_slider video {
  pointer-events: none;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  z-index: 25;
}

.scroll-lock {
  position: relative;
}

.iso-icon-flex {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 20px 0;
  justify-content: space-around;
}
.iso-icon-flex svg {
  width: 100%;
  height: auto;
}

.iso-icon-box {
  margin-right: 10px;
  max-width: 170px;
  opacity: 0.5;
}

.footer-logos {
  margin: 30px 0 10px;
}

.det-form {
  margin-top: 10px;
}

.popup-wrap-cv .popup-box input,
.popup-wrap-cv .popup-box textarea,
.popup-wrap-cv .popup-box select {
  padding: 10px 20px;
  max-height: 100px;
}

.bimform input {
  margin-bottom: 20px;
}
.bimform input[type=checkbox], .bimform input[type=radio] {
  margin-bottom: 0;
}
.bimform .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .bimform .wpcf7-submit {
  margin: 0 0 20px 30px;
  float: right;
  opacity: 1;
}
.wpcf7 .bimform .wpcf7-submit:disabled {
  color: #fff;
  opacity: 0.7;
}

.format-icon-wrap ul li {
  min-width: 89px;
}

body .screenpusher {
  padding-bottom: 0%;
  position: relative;
}
.home body .screenpusher {
  height: calc(100vh - 68px);
}
body .screenpusher .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  width: 100%;
}
@media (max-width: 760px) {
  body .screenpusher .fullscreen-bg {
    display: none;
  }
}
body .screenpusher .fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
body .screenpusher-100vh {
  height: 100vh;
  position: relative;
}
.home body .screenpusher-100vh {
  height: calc(100vh - 68px);
}
body .screenpusher-100vh .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  width: 100%;
}
body .screenpusher-100vh .fullscreen-bg.noposter {
  padding-bottom: 0;
}
body .screenpusher-100vh .fullscreen-bg__video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  body .screenpusher-100vh {
    height: auto !important;
    padding-bottom: 0%;
  }
  body .screenpusher-100vh .fullscreen-bg {
    position: relative;
    padding-bottom: 56.2%;
    display: block;
  }
  body .screenpusher-100vh .fullscreen-bg__video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
@media only screen and (max-width: 760px) {
  body .scrolllock-wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 760px) {
  body .company-section {
    height: auto;
    min-height: 0;
  }
  body .company-section .sectionbg {
    padding: 0 0 40px;
  }
  body .company-section .cp-centertext {
    padding-top: 40px;
  }
}

.header-navs .bottommenu-mobile .lang-nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}

.page-videocontent-wrap .video-content {
  display: flex;
}

.company-section .height100 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

@media screen and (max-width: 540px) {
  aside#moove_gdpr_cookie_info_bar {
    width: 90% !important;
    left: 5% !important;
  }
}
.colorbig-image img {
  width: 70% !important;
  padding: 3%;
}

#wpadminbar {
  display: none;
}

.homeslider-section {
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 80px);
}

.car-wrap {
  position: relative;
  height: 100%;
}
.car-wrap .carousel {
  position: absolute !important;
  right: 1px;
  top: 0;
  left: calc((100% - 1088px) / 2);
  height: 100%;
}

.o-line {
  overflow: hidden;
}
.o-line > * {
  display: inline-block;
}

h1 {
  margin: 0;
}

.load-transition {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}

.carousel {
  overflow: hidden;
  position: relative;
}
.carousel_container {
  width: 100%;
  height: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% calc(100% - 4.5rem), 0 calc(100% - 4.5rem));
}
.carousel_slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
.carousel_slide.-curr {
  z-index: 1;
}
.carousel_slide.-next {
  z-index: 2;
}
.carousel_slide_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
}
.carousel_slide_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-color: #000;
}
.carousel_slide_text {
  position: relative;
  height: calc(100% - 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
}
.carousel_controls {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 20;
}
.carousel_control {
  border: none;
  background: none;
  outline: none;
  padding: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  transition: opacity 0.1s ease-out;
}
.carousel_control:active {
  opacity: 0.6;
}
.carousel_control:active.-prev svg {
  transform: translateX(-8%);
}
.carousel_control:active.-next svg {
  transform: translateX(8%);
}
.carousel_control.-prev {
  background: #dadada;
}
.carousel_control.-next {
  background: #bd8d6b;
}
.carousel_control svg {
  transition: transform 0.2s ease-out;
  fill: white;
  width: 100%;
  height: 100%;
}

.load-transition {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 0 100%);
}
.load-transition > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* featurecollection */
.featurecollection-section {
  overflow: hidden;
  width: 100%;
}

.slider_slides {
  display: flex;
  will-change: transform;
  overflow-x: visible;
}
.slider_item {
  cursor: grab;
  min-width: 48%;
  padding-right: 2%;
}
.slider_item:active {
  cursor: grabbing;
}
.slider_item > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slider_item_content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider_item_content > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider_item_title {
  display: block;
  text-transform: uppercase;
  padding: 0.4rem 0;
  font-size: 0.8rem;
  color: white;
}
.slider_progress {
  position: relative;
  height: 2px;
  width: 25%;
  background-color: #555;
  margin-bottom: 2rem;
  margin-left: auto;
  overflow: hidden;
}
.slider_progress_bar {
  position: absolute;
  height: 2px;
  width: 0%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #bbb;
}

[data-scroll-lock] {
  position: relative;
}

.scroll-lock:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-lock {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.scroll-lock_section {
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 55.5%;
}
.scroll-lock_text {
  margin-left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 720px) {
  .scroll-lock_text {
    margin-left: 5%;
  }
}
.scroll-lock_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
.scroll-lock_bg > * {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.o-line {
  overflow: hidden;
}
.o-line > * {
  display: inline-block;
  margin: 0;
}

.scrolllock-wrap {
  min-height: 100vh;
}

.gridder {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 20px !important;
  position: relative;
  width: 100%;
}

.gridder-list {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gridder-list:hover {
  transform: translateY(-5px);
}

.gridder-content {
  display: none;
  grid-column: 1/-1;
  background: #f9f9f9;
  padding: 40px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #eee;
}
.gridder-content.active {
  display: block;
  animation: fadeIn 0.4s ease-out;
}

.gridder-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.gridder-close svg {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.gridder-close:hover svg {
  transform: rotate(90deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.collcontainer {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.collcontainer .collpro-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.gridder-list:hover .collpro-image,
.gridder-list:hover .videobg-poster {
  transform: scale(1.1);
}

.project-single-slider {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.project-single-slider .psslidebg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.videohandler {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.videohandler video {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .headerslider-heading .mainheading {
    font-size: 100px;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width: 1140px) {
  .container {
    max-width: 900px;
  }
  .fc-wrap {
    margin-left: calc((100% - 900px) / 2);
  }
  .slider_progress {
    margin-right: calc(100% - 900px);
  }
  .left-top-image {
    left: calc((100% - 900px) / 2);
  }
  .car-wrap .carousel {
    left: calc((100% - 900px) / 2);
  }
  .dds-heading svg {
    width: 235px;
    height: auto;
  }
  .dds-wrap .dds-content {
    padding: 20px;
  }
  .cp-heading {
    font-size: 120px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -5px;
    margin-bottom: 50px;
  }
  .cp-subheading {
    font-size: 80px;
    font-weight: bold;
    opacity: 0.2;
    line-height: 0.8;
    letter-spacing: -5px;
  }
  .homeslider-section {
    height: calc(100vh - 85px);
  }
  .home-bigtext-section .bigtext-wrap .smalltext {
    font-size: 60px;
    letter-spacing: -5px;
    right: 70%;
  }
  .home-bigtext-section .bigtext-wrap .bigtext {
    font-size: 200px;
    letter-spacing: -10px;
  }
  .home-bigtext-section .bigtext-wrap .lowertext {
    font-size: 60px;
    letter-spacing: -3px;
    right: 26%;
  }
  .headerslider-heading .mainheading {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .col-2-layout .left-side-col2 {
    padding: 50px 50px 50px calc((100% - 900px) / 2);
  }
  .col-2-layout .right-side-col2 {
    padding: 50px calc((100% - 900px) / 2) 50px 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .nl-dropdown-menu {
    display: none !important;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  .nav-trigger.menutrigger {
    display: block;
  }
  .bottom-nav {
    display: none;
  }
  .slider_progress {
    display: none;
  }
  .bigbg-text {
    font-size: 150px;
    line-height: 0.8;
    letter-spacing: -8px;
  }
  .scroll-lock:not(:first-child) {
    position: relative;
  }
  .scroll-lock {
    min-height: 0;
    margin-bottom: 20px;
  }
  .scrolllock-wrap {
    margin-top: 260px;
  }
  .scrolllock-wrap .home-bigtext-section {
    transform: translatey(-255px);
  }
  .popup-box {
    padding: 0;
    width: 600px;
  }
  .page-template-tpl-nextlam .fc-heading {
    font-size: 50px;
  }
  .bigbg-text.not-so-big {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1000px) {
  .bigbg-text {
    font-size: 120px;
  }
  .container {
    max-width: 750px;
  }
  .fc-wrap {
    margin-left: 0;
  }
  .left-top-image {
    left: 0;
  }
  .car-wrap .carousel {
    left: 0;
  }
}
@media only screen and (max-width: 841px) {
  .scroll-lock_text {
    margin-left: 20%;
  }
  .format-extraline {
    display: none;
  }
  .pageinfo-section {
    margin: 50px 0;
  }
  .fc-tabs-section {
    margin: 50px auto;
  }
  .home-ins-heading {
    font-size: 28px;
  }
  .home-ins-section {
    font-size: 15px;
  }
  .container {
    max-width: 730px;
  }
  .fc-wrap {
    margin: 20px;
  }
  .slider_progress {
    display: none;
  }
  .home-bigtext-section .bigtext-wrap {
    width: 100%;
  }
  .home-bigtext-section .bigtext-wrap .bigtext {
    font-size: 200px;
  }
  .home-bigtext-section .bigtext-wrap .lowertext {
    font-size: 60px;
    letter-spacing: -2px;
    right: 23%;
  }
  .home-bigtext-section .bigtext-wrap .smalltext {
    font-size: 60px;
    right: 73%;
  }
  .dds-wrap .dds-content .dds-heading {
    margin-left: 0;
  }
  .dds-heading svg {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .dds-heading path {
    fill: #000;
  }
  .dds-wrap .dds-content .dds-des {
    font-size: 14px;
    line-height: 1.3;
  }
  .dds-wrap .dds-content {
    width: 100%;
  }
  .dds-wrap .dds-slider {
    width: 100%;
  }
  .circle {
    width: 500px;
    height: 500px;
  }
  .company-section .big-heading {
    font-size: 100px;
    line-height: 0.8;
    letter-spacing: -5px;
  }
  .contact-box {
    margin: 20px 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px #666 solid;
  }
  .contact-box .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-box .phone, .contact-box .email {
    width: 50%;
  }
  .singlecontent .singleheading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 0.9;
  }
  .page-content-section {
    margin: 50px 0;
  }
  .colors-tab ul li {
    font-size: 18px;
  }
  .color-circle {
    width: 200px;
    height: 200px;
  }
  .color-wrap-row-4 .color-circle {
    width: 180px;
    height: 180px;
  }
  .color-wrap-row-5 .color-circle {
    width: 150px;
    height: 150px;
  }
  .colors-tab ul {
    margin-bottom: 40px;
  }
  .pageformats-section {
    margin: 50px 0;
  }
  .format-icon-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .screenpusher {
    height: 0 !important;
    position: relative;
    padding-bottom: 55.6%;
  }
  .v-flex .v-heading {
    font-size: 40px;
    letter-spacing: 0;
  }
  .v-flex .v-des {
    font-size: 16px;
    max-width: 450px;
    line-height: 1.3;
  }
  .fc-heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -2px;
    margin-bottom: 50px;
  }
  .fc-main-content {
    margin: 80px auto;
  }
  .post-title {
    font-size: 20px;
    letter-spacing: 0;
  }
  .single-title {
    max-width: 300px;
  }
  .single-title h1 {
    font-size: 32px;
  }
  .single-content-short {
    margin: 0 2%;
  }
  .headerslider-heading .mainheading {
    font-size: 60px;
    letter-spacing: -2px;
  }
  .header-navs {
    width: 75%;
  }
  .header-logo {
    width: 25%;
  }
  .nw-content .heading-title {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .nw-content .subtitle {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .project-single-title {
    font-size: 28px;
  }
  .fpro-list {
    padding-top: 0;
  }
  .tax-featurepost .maindes {
    margin-bottom: 20px;
  }
  .hidecontent .video-content {
    opacity: 1 !important;
    animation-name: none;
  }
  .video-content-small {
    display: none;
  }
  .page-template-tpl-nextlam .left-right-box .fc-imagebox {
    width: 100%;
    order: 1;
  }
  .page-template-tpl-nextlam .left-right-box .fc-contentbox {
    width: 100%;
    order: 2;
  }
  ul.lam-pieces-list {
    justify-content: left;
  }
  .lam-tabopener {
    text-align: left;
  }
}
@media only screen and (max-width: 769px) {
  .coll-category {
    padding: 0 20px;
  }
}
@media (hover: none) {
  .slider_progress {
    display: none;
  }
  .collpro-content {
    display: none;
  }
  .company-section {
    position: relative;
    min-height: 800px;
  }
  .video-corner {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .playbutton-wrap {
    border: none;
  }
  .nl-dropdown-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 760px) {
  .circle {
    display: none;
  }
  .homeslider-section {
    height: 500px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .home-ins-heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .homeinspired-section {
    margin: 40px 0;
  }
  .slider_item {
    min-width: 100%;
    padding-right: 0;
  }
  .ins-product-collection {
    padding: 20px 0;
  }
  .ins-product-wrap .ins-product {
    width: 48%;
    margin: 1%;
  }
  .featurecollection-section {
    margin-top: 0;
  }
  .home-bigtext-section,
  .bigbg-text {
    display: none;
  }
  .top-navs {
    display: none;
  }
  .header-flex {
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .header-logo {
    width: 40%;
  }
  .header-navs {
    width: 60%;
  }
  .car-wrap .carousel {
    right: 0;
  }
  .load-transition {
    display: none;
  }
  .homecustom-section {
    margin: 50px 0;
  }
  .cp-content {
    margin-top: 0;
    width: 100%;
    order: 2;
  }
  .cp-media {
    width: 100%;
    order: 1;
  }
  .cp-largeimage,
  .cp-smallimage {
    margin-bottom: 20px;
  }
  .cp-subheading {
    font-size: 50px;
  }
  .cp-heading {
    font-size: 80px;
  }
  .nw-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .nw-form {
    width: 100%;
    padding-left: 0;
  }
  .nw-form .formtext-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .nw-form .formsubmit-wrap {
    width: 100%;
  }
  .footer-wrap {
    padding: 50px 0;
  }
  .footer-locations {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-navs {
    width: 100%;
  }
  .footer-navs > div {
    border-right: none;
    width: 50%;
    padding: 0;
    text-align: center;
  }
  .footer-lang {
    display: none;
  }
  .contact .heading {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .contact .des {
    font-size: 14px;
  }
  .des p {
    display: inline;
  }
  .contact-box .phone,
  .contact-box .email {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-icon {
    margin: 0px 15px 0 0;
  }
  .ct-details {
    margin: 50px 0 0 0;
  }
  .ct-details .ct-detail {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .headerslider-heading .mainheading {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .hcat-heading {
    font-size: 30px;
    letter-spacing: 0;
  }
  .hcat-size {
    font-size: 24px;
  }
  .hcat-des {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .hcat-link {
    font-size: 12px;
  }
  .page-videocontent-wrap {
    position: relative;
    padding: 30px 0;
  }
  .v-flex .v-content {
    width: 100%;
    padding-right: 0;
  }
  .v-flex .v-play {
    display: none;
  }
  .fc-heading {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .fc-main-content {
    margin: 40px auto;
  }
  .fc-des {
    font-size: 15px;
    -moz-column-count: 1;
         column-count: 1;
  }
  .iconbox {
    padding: 0 0px 20px 0;
    width: 50%;
  }
  .multibox .leftbox {
    width: 100%;
    padding-right: 0px;
  }
  .multibox .rightbox {
    width: 100%;
    padding-left: 0px;
  }
  .fc-video-wrap .videocontent {
    width: 100%;
    padding: 20px 0;
  }
  .extrainfo-wrap .extrainfo-box {
    width: 50%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .extrainfo-wrap .extrainfo-box:nth-child(odd) {
    padding-right: 10px;
  }
  .extrainfo-wrap .extrainfo-box:nth-child(even) {
    padding-left: 10px;
  }
  .filtertext {
    display: none;
  }
  .coll-category {
    width: 50%;
  }
  .products-all .coll-product:nth-child(odd) {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
  }
  .products-all .coll-product:nth-child(even) {
    width: 48%;
    margin-left: 2%;
    margin-right: 0;
  }
  header {
    position: relative;
  }
  html #wpadminbar {
    display: none;
  }
  .headerimage {
    height: auto;
  }
  .mobileimage-height {
    display: block;
  }
  .bread-wrap {
    margin: 20px 0;
  }
  .pageslider-section {
    margin: 30px 0;
  }
  .pageslider-section .slider_item {
    min-width: 100%;
    max-width: initial;
  }
  .singlecontent {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .singleimage {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .colors-tab ul li {
    font-size: 16px;
  }
  .color-circle {
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 10px;
    margin: 10px;
  }
  .color-wrap-row-4 .color-circle {
    width: 120px;
    height: 120px;
  }
  .color-wrap-row-5 .color-circle {
    width: 120px;
    height: 120px;
  }
  .bigimagehover {
    display: none;
  }
  .color-circle-name {
    font-size: 13px;
    width: 110px;
  }
  .circle-wrap {
    justify-content: space-around;
  }
  .format-flex .format-box {
    display: none;
    margin: 10px 10px 10px 0;
  }
  .format-flex .format-name {
    font-size: 13px;
  }
  .format-box.mobile-format-box {
    display: block;
  }
  .format-icon-wrap ul li {
    margin: 0 15px 20px 0;
    max-width: 60px;
  }
  .formaticon {
    width: 40px;
    height: 40px;
  }
  .bigbg-text {
    font-size: 50px;
    line-height: 0.8;
    letter-spacing: -2px;
    text-align: left;
  }
  .single-collection .bigbg-text {
    display: block;
  }
  .download-feature-post .download-feature-image {
    width: 70% !important;
    margin-left: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .fd-des p {
    display: inline;
  }
  .download-feature-post:nth-child(2n) .download-content-box {
    padding-left: 0%;
  }
  .fd-logo {
    display: none;
  }
  .fd-year {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .download-feature-post .download-content-box {
    width: 100%;
    order: 2;
  }
  .downloadmain-wrap {
    margin: 50px 0;
  }
  .otherdownload-wrap {
    margin: 50px 0;
  }
  .d-cat-box .dcat-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .d-cat-box .dcat-posts {
    width: 100%;
  }
  .dcat-posts .odbox:nth-child(odd) {
    width: 50%;
    padding: 0 10px 10px 0px;
  }
  .dcat-posts .odbox:nth-child(even) {
    width: 50%;
    padding: 0 0 10px 10px;
  }
  .sectionbg {
    position: relative;
    padding: 40px 0;
  }
  .company-section .big-heading {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .sec-title {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .sec-1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    order: 2;
  }
  .sec-subheading {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .sec-2 {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .section-3 .sec-2,
  .section-5 .sec-2,
  .section-7 .sec-2 {
    padding-right: 0;
    padding-left: 0;
    order: 1;
    align-content: space-between;
  }
  .image-height {
    display: none;
  }
  .floating-left-image,
  .floating-left-bottom-image {
    order: 2;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .floating-left-image .image-height,
  .floating-left-bottom-image .image-height {
    display: block;
  }
  .section-3 .sec-1,
  .section-5 .sec-1,
  .section-7 .sec-1 {
    padding-left: 0px;
  }
  .section-8 .sec-1 {
    width: 100%;
    align-content: space-between;
    margin-bottom: 20px;
  }
  .sec-contentbox {
    margin-bottom: 20px;
  }
  .section-8 .sec-2 {
    width: 100%;
  }
  .svg-format svg {
    width: 40px;
    height: 40px;
  }
  .pagecustom-section .cp-media {
    width: 100%;
  }
  .pagecustom-section .cp-content {
    width: 100%;
    padding: 20px;
  }
  .pagecustom-section {
    margin: 50px 0;
  }
  .projectloop-wrap .projectloop-box {
    cursor: pointer;
    margin: 2% 1%;
  }
  .gridder-show {
    margin: 0;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    z-index: 10;
  }
  .project-single-information .right-info {
    width: 100%;
  }
  .project-single-information .left-info {
    width: 100%;
    margin-right: 0;
  }
  .gridder-navigation {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .allpost-boxes {
    margin: 0;
  }
  .total-post-5 .post-box:first-child,
  .total-post-2 .post-box:first-child,
  .post-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .post-bg {
    padding-bottom: 66.66% !important;
  }
  .single-header-bg .image-height {
    display: block;
  }
  .single-top-header {
    margin: 10px 0 20px;
  }
  .single-title {
    max-width: 100%;
  }
  .single-des {
    max-width: 100%;
    font-size: 16px;
  }
  .single-top-header .single-header-bg {
    position: relative;
    right: 0;
    left: 0;
  }
  .single-headerbox {
    margin: 20px 0;
  }
  .single-main-content {
    margin: 20px 0;
  }
  .single-content-short {
    margin: 0;
  }
  .ct-details .block-title {
    font-size: 32px;
  }
  .ct-details .ct-link {
    font-size: 16px;
  }
  .extra-contact-wrap {
    display: none !important;
  }
  .contact-wrap {
    margin: 50px 0 50px 0;
  }
  .tax-featurepost .maindes {
    display: none;
  }
  .tax-featurepost .mainheading {
    margin-left: 0;
  }
  .fpro-list .title {
    width: 100%;
  }
  .fpro-list .value {
    width: 100%;
    margin-top: 5px;
  }
  .gridder-navigation {
    right: 5px;
    top: 0px;
  }
  .gridder-navigation svg {
    width: 20px;
  }
  .breadcrumb-box {
    display: none;
  }
  .mobilebox {
    display: block;
  }
  .breadcrumb-box.mobilebox {
    display: block;
  }
  ul.project-collection-list li {
    font-size: 20px;
  }
  .popup-maincontent {
    max-height: 90vh;
    overflow: scroll;
    padding: 20px 0;
    width: 90%;
  }
  .popup-maincontent .popup-box {
    padding: 0px;
    width: 100%;
  }
  .popup-heading {
    font-size: 32px;
  }
  .video-corner {
    top: 56%;
    right: 0;
    bottom: auto;
  }
  .ct-mob {
    display: block;
  }
  .ct-link-trigger {
    display: none;
  }
  .cf-half {
    width: 100%;
    padding: 0;
  }
  .cf-full {
    padding: 0;
  }
  .collection-slider-wrap .lSPager.lSGallery {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 105;
  }
  .collection-slider-wrap .lSPager.lSGallery li {
    width: 25px !important;
    border: 1px #fff solid;
  }
  .page-template-tpl-nextlam .person-svg {
    display: none;
  }
  .mob-collectionlist {
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .mob-collectionlist .lam-piece-image-wrap {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
  }
  .mob-collname {
    width: 100%;
    margin-bottom: 20px;
  }
  .lam-slide-content {
    width: 100%;
    text-align: center;
  }
  .lam-slide-content {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 0;
  }
  .bigbg-text.not-so-big {
    font-size: 50px;
    display: block;
    margin-bottom: 40px;
  }
  .colldesktop {
    display: none;
  }
  .collmobile {
    display: block;
  }
  .mob-collname svg {
    max-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-subheading {
    font-size: 30px;
  }
  .sec-title {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 340px) {
  .format-flex .format-name {
    font-size: 10px;
  }
}

/*# sourceMappingURL=main.css.map*/