@import url("https://fonts.googleapis.com/css2?family=Anton&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@font-face {
  font-family: "p22_allyson_proregular";
  src: url("./fonts/webfont-webfont.eot");
  src: url("./fonts/webfont-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/webfont-webfont.woff2") format("woff2"), url("./fonts/webfont-webfont.woff") format("woff"), url("./fonts/webfont-webfont.ttf") format("truetype"), url("./fonts/webfont-webfont.svg#p22_allyson_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#loader {
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .box {
  height: 60px;
  width: 60px;
  position: relative;
}
#loader .box div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: rot 5s infinite cubic-bezier(0.15, 0.55, 0.85, 0.45), opa 5s infinite step-end;
}
#loader .box div:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ac9473;
  border-radius: 100%;
  translate: 0 27.5px;
}
#loader .box div:nth-child(1) {
  animation-delay: 0s;
}
#loader .box div:nth-child(2) {
  animation-delay: 0.2s;
}
#loader .box div:nth-child(3) {
  animation-delay: 0.4s;
}
#loader .box div:nth-child(4) {
  animation-delay: 0.6s;
}
#loader .box div:nth-child(5) {
  animation-delay: 0.8s;
}
#loader .box div:nth-child(6) {
  animation-delay: 1s;
}

@keyframes rot {
  0% {
    transform: rotate(-90deg);
  }
  35% {
    transform: rotate(270deg);
  }
  70% {
    transform: rotate(630deg);
  }
  100% {
    transform: rotate(630deg);
  }
}
@keyframes opa {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  70% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}
#home .landing {
  height: 780px;
  position: relative;
}
#home .landing video.bg-video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  vertical-align: middle;
}
#home .landing .inner {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(121, 93, 55, 0.6);
}
#home .landing .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .landing .inner .wrap .txt {
  text-align: center;
  max-width: 780px;
}
#home .landing .inner .wrap .txt h1 {
  color: white;
  font-size: 32px;
  font-weight: 300;
}
#home .landing .inner .wrap .txt h1 span.cur {
  font-size: 68px;
}
#home .landing .inner .wrap .txt h2 {
  font-family: "Mulish", sans-serif;
  color: white;
  font-size: 52px;
  font-weight: 700;
  margin: 10px 0 30px 0;
  line-height: 1.2;
}
#home .landing .inner .wrap .txt .btns button {
  margin: 0 8px;
}
#home .intro {
  position: relative;
  z-index: 3;
}
#home .intro .inner {
  background-color: white;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  text-align: center;
  border: solid 1px #f8f8f8;
  -ms-box-shadow: 0px 6px 20px rgba(0,0,0,.04);
  -o-box-shadow: 0px 6px 20px rgba(0,0,0,.04);
  box-shadow: 0px 6px 20px rgba(0,0,0,.04);
  border-radius: 4px;
}
#home .about {
  background-color: #f7f7f3;
  padding: 102px 0;
}
#home .about .row {
  position: relative;
  display: flex;
}
#home .about .row .left {
  width: 60%;
  padding-right: 148px;
  padding-top: 80px;
}
#home .about .row .left hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#home .about .row .left hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#home .about .row .left .txt p a {
  color: #ac9473;
}
#home .about .row .left .txt p a:hover {
  text-decoration: underline;
}
#home .about .row .left .txt button {
  margin-top: 40px;
}
#home .about .row .right {
  width: 40%;
}
#home .about .row .right .img {
  position: relative;
}
#home .about .row .right .img:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -48px;
  left: -48px;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
  border-left: solid 120px #ac9473;
  z-index: 2;
  transform: rotate(-45deg);
}
#home .about .row .right .img:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  background-color: #ac9473;
  top: -48px;
  right: -48px;
  border-radius: 100%;
  z-index: 2;
}
#home .about .row .right .img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
#home .about .row h1.signature {
  position: absolute;
  left: 0;
  bottom: -132px;
  font-size: 120px;
  line-height: 1;
  color: #ac9473;
  font-weight: 300;
}
#home .banner:after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
  background: rgba(121, 93, 55, 0.6);
}
#home .banner .row {
  height: 680px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .banner .row .txt {
  max-width: 680px;
  text-align: center;
}
#home .banner .row .txt button {
  margin-top: 40px;
}
#home .instagram .top {
  text-align: center;
  margin-bottom: 60px;
}
#home .instagram .top hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
#home .instagram .top hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px;
  border-color: white;
}
#home .instagram .all {
  background-color: #fafafa;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 0;
  grid-column-gap: 0;
}
#home .instagram .all .one {
  position: relative;
}
#home .instagram .all .one img {
  width: 100%;
  height: auto;
  display: block;
}
#home .instagram .all .one .overlay {
  position: absolute;
  inset: 0;
  transition: all 0.6s;
}
#home .instagram .all .one .overlay svg.play {
  position: absolute;
  height: 42px;
  width: auto;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -18px;
}
#home .instagram .all .one .overlay svg.play path {
  fill: white;
}
#home .instagram .all .one .overlay svg.collage {
  height: 24px;
  width: 24px;
  top: 12px;
  right: 12px;
  position: absolute;
}
#home .instagram .all .one .overlay svg.collage path {
  fill: white;
}
#home .instagram .all .one:hover .overlay {
  background-color: rgba(255, 255, 255, 0.24);
}

.brands {
  background-color: white;
  padding: 80px 0;
}
.brands .inner .top {
  text-align: center;
  margin-bottom: 48px;
}
.brands .inner .top hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
.brands .inner .top hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px;
  border-color: white;
}
.brands .inner .top .subtitle {
  font-weight: 400;
}
.brands .inner .all {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}
.brands .inner .all .one {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.brands .inner .all .one img {
  max-width: 100%;
  height: auto;
  display: block;
}

.portfolio-all,
.case-studies-all {
  border-top: solid 1px #f7f7f3;
  -webkit-background-image: linear-gradient(to top, #f7f7f3, white);
  -moz-background-image: linear-gradient(to top, #f7f7f3, white);
  -ms-background-image: linear-gradient(to top, #f7f7f3, white);
  -o-background-image: linear-gradient(to top, #f7f7f3, white);
  background-image: linear-gradient(to top, #f7f7f3, white);
}

.portfolio {
  padding: 60px 0 80px 0;
}
.portfolio .top hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
.portfolio .top hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
.portfolio .all {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}
.portfolio .all .one .img {
  height: 274px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.portfolio .all .one .img img {
  width: 100%;
  height: auto;
  display: none;
}
.portfolio .all .one .desc {
  border: solid 1px;
  border-color: #f8f8f8;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 16px 16px 20px 20px;
  transition: all 0.2s;
  background-color: white;
}
.portfolio .all .one .desc p.c {
  font-size: 11px;
}
.portfolio .all .one .desc p.t {
  font-weight: 700;
}
.portfolio .all .one:hover .desc {
  border-color: #ac9473;
}

.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pagination a,
.pagination span.current {
  height: 32px;
  width: 32px;
  background-color: #aaa;
  border-radius: 100%;
  color: white;
  transition: all 0.2s;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
}
.pagination a:hover,
.pagination span.current:hover {
  background-color: #030405;
}
.pagination span.current {
  background-color: #ac9473;
  color: white;
}

.portfolio-all .portfolio {
  padding: 80px 0;
}

.services {
  padding: 80px 0;
}
.services .top {
  text-align: center;
}
.services .top hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
.services .top hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px white;
}
.services .all {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}
.services .all .one {
  position: relative;
}
.services .all .one .img {
  border-radius: 4px;
  overflow: hidden;
}
.services .all .one .img .i {
  transition: all 0.2s;
  height: 274px;
}
.services .all .one .img .i img {
  width: 100%;
  height: auto;
  display: none;
}
.services .all .one .desc {
  padding: 16px 0;
}
.services .all .one .desc h6 {
  border-left: solid;
  border-width: 4px;
  border-color: #ac9473;
  padding: 2px 0 2px 10px;
  line-height: 1;
  transition: all 0.2s;
}
.services .all .one:hover .img .i {
  transform: scale(1.04);
}
.services .all .one:hover .desc p {
  color: #ac9473;
}

.services-all {
  -webkit-background-image: linear-gradient(to top, #f7f7f3, white);
  -moz-background-image: linear-gradient(to top, #f7f7f3, white);
  -ms-background-image: linear-gradient(to top, #f7f7f3, white);
  -o-background-image: linear-gradient(to top, #f7f7f3, white);
  background-image: linear-gradient(to top, #f7f7f3, white);
}
.services-all .top hr:after {
  border-color: #f7f7f3;
}

.case-studies {
  padding: 80px 0;
}
.case-studies .top {
  text-align: center;
}
.case-studies .top hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
.case-studies .top hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px;
  border-color: white;
}
.case-studies .all {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}
.case-studies .all .one {
  position: relative;
}
.case-studies .all .one .img {
  height: 274px;
  border-radius: 4px 4px 0 0 ;
  overflow: hidden;
}
.case-studies .all .one .img img {
  width: 100%;
  height: auto;
  display: none;
}
.case-studies .all .one .desc {
  border: solid 1px;
  border-color: #f8f8f8;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 16px 16px 16px 20px;
  transition: all 0.2s;
  background-color: white;
}
.case-studies .all .one .desc p.d {
  font-size: 11px;
}
.case-studies .all .one .desc p.t {
  font-weight: 700;
  height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-studies .all .one .desc p.rm {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  transition: all 0.2s;
}
.case-studies .all .one:hover .desc {
  border-color: #ac9473;
}
.case-studies .all .one:hover .desc p.rm {
  color: #ac9473;
}

#about .team {
  padding: 102px 0;
  background-color: #f7f7f3;
}
#about .team .inner {
  max-width: 980px;
  margin: 0 auto;
}
#about .team .inner .row {
  display: flex;
  gap: 102px;
  flex-direction: row-reverse;
}
#about .team .inner .row .col {
  width: 50%;
}
#about .team .inner .row .left hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#about .team .inner .row .left hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#about .team .inner .row .left button {
  margin-top: 40px;
}
#about .team .inner .row .right .img {
  height: 100%;
  position: relative;
}
#about .team .inner .row .right .img:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -48px;
  left: -48px;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
  border-left: solid 120px #ac9473;
  z-index: 2;
  transform: rotate(-45deg);
}
#about .team .inner .row .right .img:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  background-color: #ac9473;
  top: -48px;
  right: -48px;
  border-radius: 100%;
  z-index: 2;
}
#about .team .inner .row .right .img img {
  width: 100%;
  height: auto;
  display: none;
}
#about .culture {
  padding: 102px 0;
  background-color: white;
}
#about .culture .inner {
  max-width: 980px;
  margin: 0 auto;
}
#about .culture .inner .row {
  display: flex;
  gap: 102px;
}
#about .culture .inner .row .col {
  width: 50%;
}
#about .culture .inner .row .left hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#about .culture .inner .row .left hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#about .culture .inner .row .left button {
  margin-top: 40px;
}
#about .culture .inner .row .right .img {
  height: 100%;
  position: relative;
}
#about .culture .inner .row .right .img:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  border-left: solid 10px #ac9473;
  border-bottom: solid 10px #ac9473;
}
#about .culture .inner .row .right .img img {
  width: 100%;
  height: auto;
  display: none;
}

#contact-page .contact {
  padding: 80px 0;
}
#contact-page .contact .inner {
  max-width: 980px;
  margin: 0 auto;
}
#contact-page .contact .inner .row {
  display: flex;
  gap: 80px;
}
#contact-page .contact .inner .row .col {
  width: 50%;
}
#contact-page .contact .inner .row .col hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#contact-page .contact .inner .row .col hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#contact-page .contact .inner .row .left input,
#contact-page .contact .inner .row .left textarea {
  margin-bottom: 4px;
}
#contact-page .contact .inner .row .right ul li {
  display: flex;
  padding-bottom: 12px;
  border-bottom: solid 1px #fafafa;
  margin-bottom: 12px;
}
#contact-page .contact .inner .row .right ul li:last-child {
  border-bottom: none;
}
#contact-page .contact .inner .row .right ul li svg {
  height: 24px;
  width: 24px;
  display: block;
  margin-right: 12px;
}
#contact-page .contact .inner .row .right ul li svg path {
  fill: #ac9473;
}
#contact-page .contact .inner .row .right ul li p br {
  display: none;
}
#contact-page .contact .inner .row .right ul li a {
  transition: all 0.2s;
}
#contact-page .contact .inner .row .right ul li a:hover {
  color: #ac9473;
}
#contact-page .contact .inner .row .right .map {
  height: 406px;
  background-color: #f0f0f0;
  border-radius: 4px;
}

#common .landing {
  height: 420px;
  position: relative;
}
#common .landing video.bg-video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  vertical-align: middle;
}
#common .landing .inner {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(121, 93, 55, 0.6);
}
#common .landing .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#common .landing .inner .wrap .txt {
  text-align: center;
  max-width: 520px;
}
#common .landing .inner .wrap .txt hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: white;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
#common .landing .inner .wrap .txt hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px white;
}
#common .content {
  padding: 80px 0;
}
#common .content .inner p a {
  color: #ac9473;
  text-decoration: underline;
}
#common .content .inner p a:hover {
  text-decoration: none;
}
#common .content .inner ul li {
  list-style: circle;
}

#not-found .landing {
  padding: 186px 0;
  position: relative;
}
#not-found .landing:after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  background: #a07968;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
#not-found .landing .txt {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
#not-found .landing .txt hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: white;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
#not-found .landing .txt hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px white;
}
#not-found .landing .txt .btns {
  margin-top: 40px;
}
#not-found .landing .txt .btns button {
  margin: 0 8px;
}

#service-single .landing {
  border-top: solid 1px #f7f7f3;
  padding: 102px 0;
  position: relative;
}
#service-single .landing:after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 2;
}
#service-single .landing .txt {
  position: relative;
  z-index: 3;
  max-width: 586px;
}
#service-single .landing .txt hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#service-single .landing .txt hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#service-single .landing .txt .title {
  line-height: 1;
}
#service-single .landing .txt .intro {
  font-weight: 400;
  color: #373737;
  line-height: 1.5;
}
#service-single .landing .image {
  width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background-color: #ac9473;
  height: 100%;
}
#service-single .landing .image:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -48px;
  left: -48px;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
  border-left: solid 120px #ac9473;
  z-index: 2;
  transform: rotate(-45deg);
}
#service-single .landing .image:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  background-color: #ac9473;
  top: -48px;
  right: -48px;
  border-radius: 100%;
  z-index: 2;
}
#service-single .landing .image img {
  width: 100%;
  height: auto;
  display: none;
}
#service-single .content {
  padding: 80px 0;
  position: relative;
  -webkit-background-image: linear-gradient(to top, #f7f7f3, white);
  -moz-background-image: linear-gradient(to top, #f7f7f3, white);
  -ms-background-image: linear-gradient(to top, #f7f7f3, white);
  -o-background-image: linear-gradient(to top, #f7f7f3, white);
  background-image: linear-gradient(to top, #f7f7f3, white);
}
#service-single .content .row {
  display: flex;
  position: relative;
}
#service-single .content .row .col hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#service-single .content .row .col hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#service-single .content .row .left {
  width: -o-calc(100% - 420px);
  width: -ms-calc(100% - 420px);
  width: calc(100% - 420px);
  padding-right: 102px;
}
#service-single .content .row .left .txt .btns {
  margin-top: 40px;
}
#service-single .content .row .left .txt .btns button {
  margin-right: 8px;
}
#service-single .content .row .right {
  width: 420px;
}
#service-single .content .row h1.signature {
  position: absolute;
  right: 0;
  bottom: -112px;
  font-size: 120px;
  line-height: 1;
  color: #ac9473;
  font-weight: 300;
}

#portfolio-single .landing {
  border-top: solid 1px #f7f7f3;
  padding: 102px 0;
  position: relative;
}
#portfolio-single .landing:after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 2;
}
#portfolio-single .landing .txt {
  position: relative;
  z-index: 3;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
#portfolio-single .landing .txt hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
#portfolio-single .landing .txt hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px;
  border-color: white;
}
#portfolio-single .landing .txt .title {
  line-height: 1;
}
#portfolio-single .landing .txt .location {
  font-weight: 400;
  margin-bottom: 5px;
}
#portfolio-single .landing .txt .category {
  font-size: 11px;
  color: #ac9473;
  text-transform: uppercase;
}
#portfolio-single .content {
  padding: 80px 0;
  -webkit-background-image: linear-gradient(to top, #f7f7f3, white);
  -moz-background-image: linear-gradient(to top, #f7f7f3, white);
  -ms-background-image: linear-gradient(to top, #f7f7f3, white);
  -o-background-image: linear-gradient(to top, #f7f7f3, white);
  background-image: linear-gradient(to top, #f7f7f3, white);
}
#portfolio-single .content .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
#portfolio-single .content .all .one {
  border-radius: 4px;
  overflow: hidden;
  cursor: zoom-in;
  height: 286px;
  position: relative;
}
#portfolio-single .content .all .one img {
  width: 100%;
  height: auto;
  display: none;
}
#portfolio-single .content .all .one .ol {
  position: absolute;
  inset: 0;
  transition: all 0.2s;
}
#portfolio-single .content .all .one:hover .ol {
  background-color: rgba(0, 0, 0, 0.24);
}
#portfolio-single .content .all .one-video {
  cursor: pointer;
}
#portfolio-single .content .all .one-video video.bg-video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  vertical-align: middle;
}
#portfolio-single .content .all .one-video .ol {
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 2;
}
#portfolio-single .content .all .one-video svg {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 4;
  transition: all 0.2s;
}
#portfolio-single .content .all .one-video svg path {
  fill: white;
}
#portfolio-single .content .all .one-video:hover .ol {
  background-color: rgba(0, 0, 0, 0.48);
}
#portfolio-single .content .all .one-video:hover svg {
  transform: scale(1.24);
}
#portfolio-single .content .all .one-video img.img {
  width: 100%;
  height: auto;
  display: none;
}

#portfolio-slider {
  background: rgba(255, 255, 255, 0.92);
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
#portfolio-slider .wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio-slider .wrap .box {
  position: relative;
  text-align: center;
}
#portfolio-slider .wrap .box .close {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #171717;
  z-index: 4;
  border-radius: 100%;
  -ms-box-shadow: 0px 0px 16px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 16px rgba(0,0,0,.16);
  box-shadow: 0px 0px 16px rgba(0,0,0,.16);
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio-slider .wrap .box .close svg {
  height: 16px;
  width: auto;
  display: block;
}
#portfolio-slider .wrap .box .close svg path {
  fill: #ac9473;
}
#portfolio-slider .wrap .box .close:hover {
  transform: scale(1.12);
}
#portfolio-slider .wrap .box .inner {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 1180px;
}
#portfolio-slider .wrap .box .inner ul.slides li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

#video-player {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.86);
  display: none;
}
#video-player .close {
  height: 32px;
  width: 32px;
  background-color: #030405;
  border-radius: 100%;
  padding: 6px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  cursor: pointer;
  z-index: 999;
}
#video-player .close svg {
  height: 100%;
  width: 100%;
  display: block;
}
#video-player .close svg path {
  fill: white;
}
#video-player .wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
#video-player .wrap video {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

#case-study-single .landing {
  border-top: solid 1px #f7f7f3;
  padding: 102px 0 320px 0;
  position: relative;
}
#case-study-single .landing:after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 2;
}
#case-study-single .landing .txt {
  position: relative;
  z-index: 3;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#case-study-single .landing .txt hr {
  outline: none;
  border: none;
  height: 4px;
  width: 86px;
  background-color: #ac9473;
  margin: 20px auto;
  position: relative;
  overflow: visible;
}
#case-study-single .landing .txt hr:after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  margin-left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #ac9473;
  border: solid 6px;
  border-color: white;
}
#case-study-single .landing .txt .date {
  font-size: 11px;
  color: #ac9473;
  text-transform: uppercase;
}
#case-study-single .image {
  position: relative;
  z-index: 4;
  margin-top: -260px;
}
#case-study-single .image .img {
  max-width: 980px;
  height: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#case-study-single .image .img img {
  width: 100%;
  height: auto;
  display: none;
}
#case-study-single .content {
  padding: 80px 0;
  -webkit-background-image: linear-gradient(to top, #f7f7f3, white);
  -moz-background-image: linear-gradient(to top, #f7f7f3, white);
  -ms-background-image: linear-gradient(to top, #f7f7f3, white);
  -o-background-image: linear-gradient(to top, #f7f7f3, white);
  background-image: linear-gradient(to top, #f7f7f3, white);
}
#case-study-single .content .inner {
  max-width: 980px;
  margin: 0 auto;
}
#case-study-single .content .inner .row {
  display: flex;
}
#case-study-single .content .inner .row .left {
  width: -o-calc(100% - 300px);
  width: -ms-calc(100% - 300px);
  width: calc(100% - 300px);
}
#case-study-single .content .inner .row .left .con p,
#case-study-single .content .inner .row .left .con h4,
#case-study-single .content .inner .row .left .con h5,
#case-study-single .content .inner .row .left .con h6 {
  margin-bottom: 20px;
}
#case-study-single .content .inner .row .left .con ol {
  padding-left: 32px;
  margin-bottom: 20px;
}
#case-study-single .content .inner .row .left .con ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 10px;
}
#case-study-single .content .inner .row .left .con ol li:last-child {
  margin-bottom: 0;
}
#case-study-single .content .inner .row .right {
  width: 300px;
  padding-left: 80px;
}
#case-study-single .content .inner .row .right hr {
  outline: none;
  border: none;
  height: 4px;
  width: 32px;
  background-color: #ac9473;
  margin: 20px 0;
  position: relative;
  overflow: visible;
}
#case-study-single .content .inner .row .right hr:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -16px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #ac9473;
}
#case-study-single .content .inner .row .right ul li {
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#case-study-single .content .inner .row .right ul li:last-child {
  border-bottom: none;
}
#case-study-single .content .inner .row .right ul li a {
  display: flex;
  align-items: center;
}
#case-study-single .content .inner .row .right ul li svg {
  height: 28px;
  width: auto;
  display: block;
  margin-right: 12px;
}
#case-study-single .content .inner .row .right ul li svg path.w,
#case-study-single .content .inner .row .right ul li svg path.b {
  transition: all 0.2s;
}
#case-study-single .content .inner .row .right ul li svg path.w {
  fill: #030405;
}
#case-study-single .content .inner .row .right ul li svg path.b {
  fill: #d8d8d8;
}
#case-study-single .content .inner .row .right ul li:hover svg path.w {
  fill: white;
}
#case-study-single .content .inner .row .right ul li:hover svg path.b {
  fill: #ac9473;
}/*# sourceMappingURL=pages.css.map */