.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

li {
  font-weight: 300;
}

.section-wide.header {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: url('../images/dots.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-wide.header.bkg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.section-wide.contact {
  position: relative;
  margin-top: 100px;
  background-color: #64b037;
}

.section-wide.view-portfolio {
  position: relative;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.section-wide.services {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.section-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-inner.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-inner.portfolio {
  display: block;
  margin: 40px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-inner.about {
  margin-bottom: 40px;
}

.menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-link:hover {
  background-color: transparent;
  color: #64b037;
}

.menu-link.w--current {
  background-color: #64b037;
  color: #fff;
}

.container-menu {
  margin-top: 3.5vw;
  margin-right: auto;
  margin-left: auto;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraph {
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.about-head {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.port-head {
  display: block;
  margin: auto auto 40px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.port-head.page {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
  font-weight: 600;
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  position: relative;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.footer-item {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  font-size: 12px;
}

.footer-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.port-para {
  margin-bottom: 40px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 0px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.inner-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: Leaguegothic, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.con-para {
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.button-2 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #307506;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-4 {
  position: absolute;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-4:hover {
  background-color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.image-2 {
  -webkit-filter: brightness(45%) blur(3px) grayscale(100%);
  filter: brightness(45%) blur(3px) grayscale(100%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-2:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.featured-img {
  width: 100%;
  height: 50vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/5e083d49edb7544e349e06b4_mousai_dark.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.featured-img._2 {
  background-image: url('../images/ARCHEX.png');
}

.featured-img._3 {
  background-image: url('../images/LIFE_HEAD.png');
  background-position: 50% 0%;
  background-size: cover;
}

.featured-img._4 {
  background-image: url('../images/smacklyfe_head.png');
}

.featured-img._5 {
  background-image: url('../images/WOYG_HEAD.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.featured-img._6 {
  background-image: url('../images/ILL_HEAD.png');
  background-attachment: fixed;
}

.project-title-box {
  margin: 10vw 7vw 2vw;
  float: none;
  clear: none;
}

.headline {
  margin-top: 10px;
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
}

.project-details {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-img {
  width: 30%;
  padding-right: 7vw;
  padding-left: 1vw;
  float: right;
}

.heading-5 {
  margin-top: 5vw;
  margin-bottom: 1.75vw;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.projbrief-heading {
  color: #000;
}

.serrender-heading {
  margin-top: 7vw;
  color: #000;
  text-align: center;
}

.portfolio {
  margin-right: 7vw;
  margin-bottom: 80px;
  margin-left: 7vw;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.port-photo-thumbnail {
  width: 100px;
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.services {
  display: -ms-grid;
  display: grid;
  margin: 80px auto 10px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 62%;
  margin: 60px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.service-img {
  display: block;
  height: 200px;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.serv-subhead {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #64b037;
  font-size: 24px;
  font-weight: 600;
}

.serv-text {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.message {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.info {
  margin-top: 7vw;
  margin-bottom: 7vw;
}

.video {
  margin-top: 40px;
}

.topdiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #fff;
}

.bottomdiv {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #fff;
}

.animation {
  width: 100vw;
  height: 100vh;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.article-thumb {
  margin-top: 7vw;
  margin-bottom: 7vw;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.collection-item-3:hover {
  -webkit-filter: none;
  filter: none;
}

.featured-projects {
  color: #707070;
  text-align: center;
}

.project-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.project-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-decoration: none;
}

.pro-head {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.rich-text-block {
  font-weight: 300;
  text-align: center;
}

.heading-6 {
  color: #307506;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  position: absolute;
  margin-top: 2vw;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block:hover {
  color: #fff;
}

.body-2 {
  background-color: transparent;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.gallery-lightbox.mousai-1 {
  background-image: url('../images/Mousai_logouse.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-2 {
  background-image: url('../images/mousai002_port.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-3 {
  background-image: url('../images/mousai004_port.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-4 {
  background-image: url('../images/mousai003_port.png');
  background-size: cover;
}

.gallery-lightbox.mousai-5 {
  background-image: url('../images/f45921140.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-6 {
  background-image: url('../images/f45762228.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-7 {
  background-image: url('../images/f42278004.jpg');
}

.gallery-lightbox.mousai-8 {
  background-image: url('../images/f28646964.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-9 {
  background-image: url('../images/f28667764.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-10 {
  background-image: url('../images/f28669812.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-11 {
  background-image: url('../images/f13451124.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-12 {
  background-image: url('../images/f48171252.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-13 {
  background-image: url('../images/MOUSAI_WEB.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox.mousai-14 {
  background-image: url('../images/f42288884.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.title-head {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.port-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.port-row._1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: none;
}

.port-row._1.featured-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.port-row._2 {
  width: 62%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/dots.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.port-row.main-page {
  height: 75vh;
}

.portfolio-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  opacity: 0.34;
  -webkit-filter: contrast(200%) invert(100%) grayscale(100%) brightness(39%);
  filter: contrast(200%) invert(100%) grayscale(100%) brightness(39%);
}

.portfolio-link.project1 {
  background-image: url('../images/5e083d49edb7544e349e06b4_mousai_dark.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project1:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project1.w--current {
  -webkit-filter: contrast(200%) brightness(200%);
  filter: contrast(200%) brightness(200%);
}

.portfolio-link.project2 {
  background-image: url('../images/ARCHEX.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project2:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project2.w--current {
  -webkit-filter: contrast(200%) brightness(39%);
  filter: contrast(200%) brightness(39%);
}

.portfolio-link.project2.w--current:hover {
  -webkit-filter: contrast(200%) brightness(200%);
  filter: contrast(200%) brightness(200%);
}

.portfolio-link.project3 {
  background-image: url('../images/LIFE_HEAD.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project3:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project3.w--current {
  -webkit-filter: contrast(200%) brightness(39%);
  filter: contrast(200%) brightness(39%);
}

.portfolio-link.project4 {
  background-image: url('../images/smacklyfe_head.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project4:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project4.w--current {
  -webkit-filter: contrast(200%) brightness(39%);
  filter: contrast(200%) brightness(39%);
}

.portfolio-link.project4.w--current:hover {
  -webkit-filter: contrast(200%) brightness(71%);
  filter: contrast(200%) brightness(71%);
}

.portfolio-link.project5 {
  background-image: url('../images/WOYG_HEAD.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project5:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project5.w--current {
  -webkit-filter: contrast(200%) brightness(39%);
  filter: contrast(200%) brightness(39%);
}

.portfolio-link.project6 {
  background-image: url('../images/ILL_HEAD.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.portfolio-link.project6:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.portfolio-link.project6.w--current {
  -webkit-filter: contrast(200%) brightness(200%);
  filter: contrast(200%) brightness(200%);
}

.portfolio-link.project6.w--current:hover {
  -webkit-filter: contrast(200%) brightness(116%);
  filter: contrast(200%) brightness(116%);
}

.project-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 0.25vh;
  margin-bottom: 0.5vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2 {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666666666667%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64b037;
}

.project-block._1 {
  width: auto;
}

.project-block._1.featured {
  width: 16.66666666666667%;
  height: auto;
}

.project-block._2 {
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
}

.project-block._2.featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-block._3.featured {
  height: auto;
}

.project-block._5 {
  width: 25%;
  margin-right: 5%;
  margin-left: 5%;
}

.project-block._5.featured {
  height: auto;
}

.project-block._6 {
  width: 40%;
}

.project-block._6.featured {
  height: auto;
}

.project-block._4 {
  margin-right: 5%;
  margin-left: 5%;
}

.project-block._4.featured {
  height: auto;
}

.project-block.feature-image {
  width: 20%;
  height: 200px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.centered-container-2._2 {
  padding-bottom: 3.5vw;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #307506;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-images {
  display: -ms-grid;
  display: grid;
  height: 800px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-5 {
  display: block;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox-2 {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.lakehouse-slider {
  height: 37.5vw;
}

.slide-1 {
  background-image: url('../images/Annotation-2020-02-01-185103_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Annotation-2020-02-01-185103_23.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Annotation-2020-02-01-185103_13.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Annotation-2020-02-01-185103_15.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Annotation-2020-02-01-185103_11.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Annotation-2020-02-01-185103_16.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Annotation-2020-02-01-185103_6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Annotation-2020-02-01-185103_7.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Annotation-2020-02-01-185103_9.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Annotation-2020-02-01-185103_18.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Annotation-2020-02-01-185103_8.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Annotation-2020-02-01-185103_10.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-slider {
  height: 75vw;
  margin-top: 1.75vw;
}

.info-slider {
  height: 75vw;
  margin-top: 1.75vw;
}

.guide-slider {
  height: 51.5vw;
  margin-top: 1.75vw;
}

.slide-13 {
  background-image: url('../images/LIFE_REGFORM1600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/LIFE_INFO1600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/onesheet11600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/onesheet21600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Artboard-11600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/Artboard-21600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/Artboard-31600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/Artboard-41600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/Artboard-51600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/Artboard-61600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/Artboard-71600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/Artboard-81600x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.subtext {
  margin-top: 10px;
  margin-bottom: 3.5vw;
  text-align: center;
}

.cover-slider {
  width: 100%;
  height: 900px;
}

.slide-25 {
  background-image: url('../images/KIKI.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-26 {
  background-image: url('../images/f162354420.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-27 {
  background-image: url('../images/UGLY.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/Last-Night.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../images/Replacement.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../images/Succubus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-31 {
  background-image: url('../images/UNIQUE.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../images/FvckingOn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-33 {
  background-image: url('../images/FEELSOLOW.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-34 {
  background-image: url('../images/Asset-1_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rich-text-block-2 {
  margin-bottom: 3.5vw;
}

.slide-35 {
  background-image: url('../images/f88689908.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-36 {
  background-image: url('../images/f31942388.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-37 {
  background-image: url('../images/aesthetics.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-38 {
  background-image: url('../images/f28642164.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-39 {
  background-image: url('../images/hungry_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-40 {
  background-image: url('../images/f76275508.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-41 {
  background-image: url('../images/f35641332.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book-slider {
  width: 100%;
  height: 900px;
}

.slide-42 {
  background-image: url('../images/BookCover.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-43 {
  background-image: url('../images/bookcovers.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-44 {
  background-image: url('../images/HWME.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/TWRX.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.poster-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.poster {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.poster._1 {
  width: 35%;
  background-image: url('../images/ILL_HEAD.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster._2 {
  width: 36%;
  background-image: url('../images/f2303348.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster._3 {
  width: 40%;
  background-image: url('../images/f80550068.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster._5 {
  width: 26%;
  background-image: url('../images/5e20e3f784fda6fc47838eb3_f8264500.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster._6 {
  width: 48%;
  background-image: url('../images/5e20eb21980f1a9d9c170341_f134772724.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster._4 {
  width: 24%;
  background-image: url('../images/5e20e3ce6e22fe2f5259b626_f7638388.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-title {
  padding: 10px 20px;
  color: #cacaca;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flyer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flyer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flyer._1 {
  width: 30%;
  background-image: url('../images/f28924788.jpg');
}

.flyer._2 {
  width: 40%;
  background-image: url('../images/f146019956.jpg');
}

.flyer._3 {
  width: 30%;
  background-image: url('../images/f147943860.jpg');
}

.flyer._4 {
  width: 24%;
  background-image: url('../images/f8192052.jpg');
}

.flyer._5 {
  width: 24%;
  background-image: url('../images/f156788468.jpg');
}

.flyer._6 {
  width: 52%;
  background-image: url('../images/f156481332.jpg');
}

.flyer._7 {
  width: 24%;
  background-image: url('../images/f19947892.jpg');
}

.flyer._8 {
  width: 30%;
  background-image: url('../images/f28673972.jpg');
}

.flyer._9 {
  width: 46%;
  background-image: url('../images/f142245172.jpg');
}

.flyer._10 {
  width: 25%;
  background-image: url('../images/f7417332.jpg');
}

.flyer._11 {
  width: 50%;
  background-image: url('../images/f94801844.jpg');
}

.flyer._12 {
  width: 25%;
  background-image: url('../images/f142471476.jpg');
}

.flyer._13 {
  width: 48%;
  background-image: url('../images/f155348020.jpg');
}

.flyer._15 {
  width: 22%;
  background-image: url('../images/f4097140.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flyer._14 {
  width: 30%;
  background-image: url('../images/f89391476.png');
}

.services-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tablink-black {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #64b037;
  background-color: transparent;
}

.tablink-black.w--current {
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #64b037;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  border-bottom: 3px solid #fff;
  background-color: transparent;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  border-bottom: 3px solid #fff;
  background-color: transparent;
}

.tab-link-tab-4 {
  background-color: transparent;
}

.tab-link-tab-4.w--current {
  border-bottom: 3px solid #fff;
  background-color: transparent;
}

.tab-link-tab-5 {
  background-color: transparent;
}

.tab-link-tab-5.w--current {
  border-bottom: 3px solid #fff;
  background-color: transparent;
}

.tab-pane-tab-4 {
  background-color: transparent;
}

.tab-description {
  margin-left: 5%;
}

.mev-services {
  display: block;
  max-width: 83%;
  margin: 40px auto;
}

.tab-text {
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-6 {
  max-width: none;
}

.dots-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: 60%;
  float: right;
  clear: both;
}

.heading-text {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bkg-dots {
  display: block;
  max-width: 50px;
}

.bold-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 300px;
  line-height: 243px;
  font-weight: 400;
}

.sub-header {
  display: inline-block;
  max-width: 75%;
  padding-left: 10px;
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  float: right;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 50%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-9 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.div-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rich-text-block-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.rich-text-block-4 {
  text-align: center;
}

.image-sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .section-wide.header {
    padding-top: 15%;
    background-position: 100% 100%;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .section-inner.header {
    max-width: 768px;
  }
  .section-inner.portfolio {
    margin-right: auto;
    margin-left: auto;
  }
  .menu-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }
  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-menu {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu {
    height: 10%;
  }
  .port-head {
    margin-right: 20px;
    margin-left: 20px;
  }
  .menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-heading {
    text-align: center;
  }
  .footer-inner {
    margin-right: 40px;
    margin-left: 40px;
  }
  .footer {
    bottom: 0px;
  }
  .footer-item {
    text-align: center;
  }
  .footer-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .port-para {
    margin-right: 20px;
    margin-left: 20px;
  }
  .html-embed {
    display: none;
    overflow: scroll;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .con-para {
    margin-bottom: 40px;
  }
  .button-2 {
    background-color: #fff;
    color: #307506;
  }
  .heading-4 {
    font-size: 17px;
    line-height: 18px;
  }
  .featured-img {
    height: 75vw;
    background-position: 50% 50%;
  }
  .project-title-box {
    margin-top: 25vw;
    margin-right: 0px;
    margin-left: 0px;
  }
  .headline {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .project-img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .project-info {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .heading-5 {
    margin-top: 10vw;
  }
  .collection-list-4 {
    margin-top: 40px;
  }
  .port-photo-thumbnail {
    width: 100px;
    height: 100px;
  }
  .grid.services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .service-item {
    text-align: center;
  }
  .service-img {
    padding-left: 10%;
  }
  .serv-subhead {
    float: left;
    text-align: left;
  }
  .serv-text {
    text-align: left;
  }
  .message {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    color: #307506;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .message:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .info {
    margin-top: 15vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .lottie-animation {
    width: 200%;
    height: 200%;
  }
  .animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-projects {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0vw;
    text-align: center;
  }
  .text-block {
    margin-top: 4vw;
    font-size: 10px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .port-row._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .port-row._1.featured-projects {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .port-row._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-7 {
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
  }
  .text-block-2 {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 9px;
    line-height: 10px;
  }
  .project-block {
    height: 100%;
  }
  .project-block._1 {
    width: 100%;
  }
  .project-block._1.featured {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-block._2 {
    width: 100%;
    height: 150px;
  }
  .project-block._2.featured {
    height: 100%;
  }
  .project-block._3 {
    width: 100%;
    height: 150px;
  }
  .project-block._3.featured {
    height: 100%;
  }
  .project-block._5 {
    width: 100%;
    height: 150px;
  }
  .project-block._5.featured {
    height: 100%;
  }
  .project-block._6 {
    width: 100%;
    height: 150px;
  }
  .project-block._6.featured {
    height: 100%;
  }
  .project-block._4 {
    width: 100%;
    height: 150px;
  }
  .project-block._4.featured {
    height: 100%;
  }
  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .cover-slider {
    height: 600px;
  }
  .book-slider {
    height: 600px;
  }
  .poster-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .poster._1 {
    width: auto;
    height: 100vw;
  }
  .poster._2 {
    width: auto;
    height: 100vw;
  }
  .poster._3 {
    width: auto;
    height: 100vw;
  }
  .poster._5 {
    width: auto;
    height: 100vw;
  }
  .poster._6 {
    width: auto;
    height: 100vw;
  }
  .poster._4 {
    width: auto;
    height: 100vw;
  }
  .flyer-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flyer._1 {
    width: auto;
    height: 100vw;
  }
  .flyer._2 {
    width: auto;
    height: 100vw;
  }
  .flyer._3 {
    width: auto;
    height: 100vw;
  }
  .flyer._4 {
    width: auto;
    height: 100vw;
  }
  .flyer._5 {
    width: auto;
    height: 100vw;
  }
  .flyer._6 {
    width: auto;
    height: 100vw;
  }
  .flyer._7 {
    width: auto;
    height: 100vw;
  }
  .flyer._8 {
    width: auto;
    height: 100vw;
  }
  .flyer._9 {
    width: auto;
    height: 100vw;
  }
  .flyer._10 {
    width: auto;
    height: 100vw;
  }
  .flyer._11 {
    width: auto;
    height: 100vw;
  }
  .flyer._12 {
    width: auto;
    height: 100vw;
    background-size: cover;
  }
  .flyer._13 {
    width: auto;
    height: 100vw;
  }
  .flyer._15 {
    width: auto;
    height: 100vw;
  }
  .flyer._14 {
    width: auto;
    height: 100vw;
  }
  .tablink-black {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tab-description {
    padding-right: 10%;
  }
  .tab-text {
    font-size: 18px;
    text-align: center;
  }
  .heading-text {
    margin-right: auto;
    margin-left: auto;
  }
  .sub-header {
    font-size: 24px;
  }
  .image-7 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 0%;
    max-width: 35%;
  }
  .feature-image-mask {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-wide.header {
    background-position: 100% 50%;
    background-size: 85%;
  }
  .section-inner.header {
    max-width: 568px;
  }
  .section-inner.portfolio {
    margin-right: auto;
    margin-left: auto;
  }
  .section-inner.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .port-head {
    text-align: center;
  }
  .menu-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-heading {
    text-align: center;
  }
  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .port-para {
    text-align: center;
  }
  .html-embed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .featured-img {
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .headline {
    font-size: 38px;
    letter-spacing: 7px;
  }
  .heading-5 {
    margin-top: 25vw;
  }
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .serv-subhead {
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .serv-text {
    padding-left: 0px;
    text-align: center;
  }
  .lottie-animation {
    width: 300%;
    height: 300%;
  }
  .collection-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .collection-item-3 {
    height: 15vw;
  }
  .featured-projects {
    color: #707070;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .port-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .port-row._1.featured-projects {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-wrapper {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-7 {
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
  .project-block {
    width: 100%;
    height: 16.66666666666667%;
  }
  .project-block.feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .cover-slider {
    height: 450px;
  }
  .book-slider {
    height: 450px;
  }
  .services-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tablink-black {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tab-description {
    margin-left: 0%;
    padding-right: 0px;
  }
  .tab-text {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .heading-text {
    max-width: 100%;
  }
  .bold-heading {
    font-size: 200px;
    line-height: 175px;
  }
  .sub-header {
    max-width: 55%;
  }
  .image-7 {
    left: auto;
    top: auto;
    bottom: 15%;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-9 {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section-wide.header {
    padding-top: 25%;
  }
  .section-inner.header {
    max-width: 320px;
  }
  .section-inner.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-link {
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  .port-head {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 72px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }
  .port-head.page {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-heading {
    text-align: center;
  }
  .contact-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .port-para {
    text-align: center;
  }
  .html-embed {
    width: 100%;
  }
  .heading-4 {
    font-size: 14px;
    line-height: 14px;
  }
  .project-title-box {
    width: auto;
    margin-top: 25vw;
    margin-right: 7vw;
    margin-left: 7vw;
  }
  .headline {
    display: block;
    width: auto;
    font-size: 31px;
    letter-spacing: 2px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .box-left {
    margin-top: 140px;
  }
  .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-detail {
    width: 100%;
  }
  .projbrief-heading {
    text-align: center;
  }
  .collection-list-4 {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .grid.services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .service-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .serv-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info {
    margin-top: 25vw;
  }
  .lottie-animation {
    width: 600%;
    height: 600%;
  }
  .pro-head {
    color: #fff;
  }
  .text-block {
    margin-top: 8vw;
    font-size: 9px;
    text-align: center;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .port-row._1.featured-projects {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-7 {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }
  .project-block.feature-image {
    width: 100%;
    height: 50px;
  }
  .centered-container-2 {
    text-align: left;
  }
  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .cover-slider {
    height: 300px;
  }
  .book-slider {
    height: 300px;
  }
  .tab-description {
    max-width: 75%;
    margin-left: 0px;
  }
  .tab-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .bold-heading {
    font-size: 100px;
    line-height: 95px;
  }
  .sub-header {
    max-width: none;
  }
  .image-7 {
    right: 10%;
    bottom: 25%;
    max-width: 35%;
  }
  .feature-image-mask {
    margin-bottom: 40px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-32c8081eb4ac-536f771b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c9d2c258b277-c258b274 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-c9d2c258b287-c258b274 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-c9d2c258b293-c258b274 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c9d2c258b277-c258b274 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Leaguegothic';
  src: url('../fonts/LeagueGothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Leaguegothic Condensed';
  src: url('../fonts/LeagueGothic-CondensedRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}