.section-landing {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.landing-full-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100vh;
  padding-bottom: 50px;
  background-image: url('../images/parallax-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.landing-full-image.dimmer {
  z-index: 900;
  height: 100%;
  padding-bottom: 50px;
  background-image: url('../images/Rectangle.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.landing-full-image.dimmer.dimmer2 {
  background-image: url('../images/Rectangle.svg'), url('../images/Rectangle.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 0.85;
}

.landing-float {
  position: fixed;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 100;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.landing-float.raised {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 1000;
  height: auto;
  padding-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 14px;
}

.full-logo-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 204px;
  height: 168px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-header {
  display: block;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.hero-header.spcl-heading {
  margin-top: auto;
  font-family: Varela, sans-serif;
  color: #0a5153;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hero-para {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.hero-para.spcl-para {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}

.hero-para.spcl-para.blacktext {
  color: #000;
  font-size: 18px;
  text-align: left;
}

.hero-para.spcl-para.doubleline {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.hero-para.spcl-para.doubleline.headingline {
  width: 940px;
  padding-top: 10px;
}

.hero-para.scriptfont {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.section-whatwedo {
  position: relative;
  z-index: 600;
  height: 100vh;
  background-color: #37d1d6;
  background-image: url('../images/pattern.png');
}

.section-whatwedo.scrollerino {
  position: relative;
}

.row-whatwedo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.images-div.spcl {
  position: relative;
}

.img-split {
  display: block;
  width: 78%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.services-heading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 226px;
  display: none;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #31a2c7;
  font-size: 41px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.div-block-3 {
  position: relative;
  margin-top: auto;
  padding-right: 0px;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  margin-top: auto;
}

.section-skills {
  position: relative;
  z-index: 600;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/full_scene_reference.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-skills.scrollerino {
  background-image: url('../images/full_scene_reference_hd.jpg');
}

.div-block-5 {
  position: relative;
  z-index: 2;
  max-width: 640px;
  min-width: 500px;
  margin-top: 80px;
}

.skills-heading {
  font-family: Varela, sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.div-block-6 {
  position: absolute;
  left: 0px;
  top: -2px;
  right: 0px;
  z-index: 0;
  height: 400px;
  background-image: url('../images/path0_fill.svg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.gallery-section {
  position: relative;
  z-index: 600;
  height: 100vh;
}

.column {
  height: 100%;
  background-color: #4f243e;
}

.column-2 {
  height: 100%;
  background-color: #ff7070;
}

.column-3 {
  height: 100%;
  background-color: #00baa4;
}

.column-4 {
  height: 100%;
  background-color: #4f436b;
}

.div-block-7 {
  height: 100%;
}

.row {
  height: 100%;
  background-color: #000;
}

.section-team {
  position: relative;
  z-index: 600;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdb9f;
}

.team-heading {
  font-family: Varela, sans-serif;
  color: #c78a54;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.para-team {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #c78a54;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.2px;
}

.line-segment {
  display: block;
  width: 128px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
}

.team-avatar-div {
  display: block;
  max-width: 80%;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.heading-avatar {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  color: #c78a54;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.para-avatar {
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #c78a54;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.image-avatar {
  width: 50%;
}

.div-block-8 {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
}

.section-contact {
  position: relative;
  z-index: 600;
  height: 100vh;
}

.map {
  height: 100%;
}

.div-block-9 {
  position: relative;
  z-index: 600;
  height: 27%;
  min-height: 0px;
}

.info-div {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 450px;
  height: 110px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.row-2 {
  height: 100%;
  background-color: hsla(0, 0%, 100%, .89);
}

.column-5 {
  height: 100%;
  padding-top: 15px;
}

.column-6 {
  height: 100%;
}

.div-block-10 {
  position: relative;
  height: 100%;
}

.text-block {
  position: absolute;
  top: 50%;
  margin-top: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 15px;
  font-weight: 300;
}

.contactus-section {
  height: 55%;
  min-height: 0px;
  background-color: #36414a;
  background-image: url('../images/Contactus_bg_offset_tilable.png');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.div-block-11 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.heading-3 {
  font-family: Varela, sans-serif;
  font-size: 68px;
  line-height: 68px;
  text-transform: uppercase;
}

.paragraph {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.button {
  position: relative;
  z-index: 600;
  display: block;
  width: 186px;
  height: 52px;
  margin: 20px auto;
  padding-top: 15px;
  padding-bottom: 12px;
  border: 2px solid #31a2c7;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Varela, sans-serif;
  color: #31a2c7;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #31a2c7;
  background-color: #31a2c7;
  font-family: Varela, sans-serif;
  color: #fff;
  font-weight: 400;
}

.container {
  position: relative;
  top: 50%;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-div {
  height: 18%;
  min-height: 0px;
  background-color: #ff7c7a;
  background-image: -webkit-linear-gradient(270deg, hsla(1, 100%, 74%, .55), hsla(1, 100%, 74%, .55)), url('../images/footer-pattern.png');
  background-image: linear-gradient(180deg, hsla(1, 100%, 74%, .55), hsla(1, 100%, 74%, .55)), url('../images/footer-pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footer-icons {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  margin-left: 6px;
}

.footer-icons:hover {
  opacity: 0.55;
}

.div-block-13 {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.footer-text {
  font-size: 14px;
  text-align: center;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.gallery-content-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.gallery-subheading {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #efcf2b;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.gallery-mainheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.gallery-para {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.gallery-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 82px;
  z-index: 1000;
  display: block;
  width: 85%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 6px 0px;
  border: 1px solid #fff;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-button:hover {
  background-color: hsla(0, 0%, 100%, .25);
}

.scroll-text {
  display: none;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scrollimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-landing-2 {
  position: relative;
  z-index: 1000;
  display: block;
  height: 100vh;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.chandlierimg {
  position: absolute;
  top: 0px;
  right: 0%;
  z-index: 100;
  padding-right: 40px;
  -webkit-transform: translate(0px, -485px);
  -ms-transform: translate(0px, -485px);
  transform: translate(0px, -485px);
  text-align: center;
}

.gallery-content-div-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.gallery-content-div-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.gallery-content-div-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.nav-link-text1 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.menu-circle {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  float: right;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, .85);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .55);
}

.floating-nav-div {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 9000;
  margin-top: auto;
  padding: 9px 20px 9px 8px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .85);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.nav-linkblock-2 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.nav-linkblock-2.w--current {
  text-align: right;
}

.nav-linkblock-3 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.nav-linkblock-4 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.nav-linkblock-5 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.nav-linkblock-6 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.nav-linkblock-1 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}

.menu-circle-innercircle {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 0px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .25);
}

.slider {
  position: relative;
  top: 50%;
  z-index: 200;
  max-height: 100px;
  min-height: 650px;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.mask {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 80%;
  min-width: 800px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: block;
}

.slide-nav.services-heading {
  display: none;
}

.icon {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -70%;
  z-index: 10000;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
}

.right-arrow {
  z-index: 9500;
  margin-right: 2%;
}

.left-arrow {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9500;
  margin-left: 2%;
}

.column-added-5 {
  height: 100%;
  background-color: #4d596d;
}

.column-added-6 {
  height: 100%;
  background-color: #4c4953;
}

.socio-float-div {
  position: fixed;
  top: 50%;
  z-index: 9500;
  display: block;
  margin-top: auto;
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.socio-link-float {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.section-preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10001;
  display: block;
  height: 100vh;
  background-color: #f8f8f8;
  background-image: url('../images/preloader2.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.galleryimgdiv1 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/01_casting.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.gallery-content-div-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.gallery-content-div-6 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  height: 287px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.galleryimgdiv2 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/03_pressing.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.galleryimgdiv3 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/pressing.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.galleryimgdiv4 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/WoodenPanel.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.galleryimgdiv5 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/Glasswork.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.galleryimgdiv6 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  background-image: url('../images/06_art_artistic.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.services-heading1 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  color: #0a5153;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.services-heading2 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0a5153;
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.important-text-3 {
  color: #0a5153;
  font-weight: 200;
}

.important-text-3a {
  color: #fff;
  font-weight: 200;
}

.services-heading3 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0a5153;
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.important-text-4 {
  font-weight: 200;
}

.important-text-5 {
  font-weight: 200;
}

.services-heading4 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0a5153;
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.important-text-6 {
  font-weight: 200;
}

.services-heading5 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0a5153;
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.important-text-7 {
  font-weight: 200;
}

.services-heading6 {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin: auto auto 5px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0a5153;
  font-size: 23px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.important-text-8 {
  color: #fff;
  font-weight: 200;
}

.important-text-6a {
  color: #fff;
  font-weight: 200;
}

.important-text-5a {
  font-weight: 200;
}

.important-text-7b {
  color: #fff;
  font-weight: 200;
}

.important-text-5b {
  color: #fff;
  font-weight: 200;
}

.important-text-4a {
  color: #fff;
  font-weight: 200;
}

.slide {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  text-align: center;
}

.lightboxbutton {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 55%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lightboxbutton:hover {
  color: #000;
}

.chandelier-img {
  max-width: 85%;
}

.container-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 11%;
  margin-top: auto;
}

.container-2.bottompadding {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -1.5px;
}

.container-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.column-7 {
  position: static;
}

.column-8 {
  position: static;
}

.column-9 {
  position: static;
}

.column-10 {
  position: static;
}

.div-block-17 {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-modal {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  max-width: 40%;
  min-width: 720px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/form_pattern.png');
  background-position: 50% 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Open Sans', sans-serif;
  color: #473f30;
  font-size: 18px;
  font-weight: 300;
}

.text-field {
  display: block;
  width: 100%;
  height: 40px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b3ad9f;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

.submit-button {
  left: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #b2ab9e;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding-bottom: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b3ad9f;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

.link-block-3 {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
  display: block;
  padding: 8px;
  float: right;
  opacity: 0.85;
}

.link-block-3:hover {
  opacity: 1;
}

.image-2 {
  display: inline-block;
  color: #fff;
}

.close-text {
  position: relative;
  left: 6px;
  top: 2px;
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
}

.form-wrapper {
  position: fixed;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
}

.logo-left {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 204px;
  height: 168px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/A1.0.png');
  background-repeat: no-repeat;
}

.logo-right {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 204px;
  height: 168px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/L1.0.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.logo-text {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 204px;
  height: 168px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/txt1.0.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.logo-stiched {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  width: 204px;
  height: 168px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-repeat: repeat;
  opacity: 1;
}

.landing-para-section1 {
  position: relative;
  display: block;
  height: 100vh;
  background-image: none;
}

.container-4 {
  position: relative;
  top: 50%;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.emptydiv {
  position: absolute;
  height: 100vh;
}

.scroll-div-first {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  padding-bottom: 20px;
}

.scroll-div-second {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  padding-bottom: 20px;
}

.link-block-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-text2 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.nav-link-text3 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.nav-link-text4 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.nav-link-text5 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.nav-link-text6 {
  display: inline-block;
  padding-left: 8px;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.tempdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -99;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mouse-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  width: 105vw;
  height: 105vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mouse-bg.chair {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 110vh;
}

.mouse-bg.table {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 110vh;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.mouse-bg.lights {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(70px, 20px);
  -ms-transform: translate(70px, 20px);
  transform: translate(70px, 20px);
}

.div-block-19 {
  position: relative;
  top: 50%;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.div-block-20 {
  display: block;
  text-align: left;
}

.div-block-22 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  margin-top: auto;
  background-image: -webkit-linear-gradient(270deg, transparent 15%, #000 50%, rgba(5, 5, 5, 0) 85%);
  background-image: linear-gradient(180deg, transparent 15%, #000 50%, rgba(5, 5, 5, 0) 85%);
  opacity: 0.25;
}

.form-block {
  position: relative;
  top: 50%;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.div-block-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-11 {
  height: 400px;
  margin-top: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-6 {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  max-width: 1600px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.text-block-2 {
  font-family: Varela, sans-serif;
}

.link-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: block;
  margin-right: auto;
}

.footer_url {
  color: #fff;
  text-decoration: none;
}

html.w-mod-js *[data-ix="scoll-bounce"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="form-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="logostiched"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-animatio-1"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="slider-animatio-2"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="slider-animatio-3"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media (max-width: 991px) {
  .hero-para.spcl-para {
    position: relative;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-para.spcl-para.blacktext {
    line-height: 24px;
  }
  .row-whatwedo {
    min-width: 0px;
  }
  .div-block-3 {
    top: 8px;
    display: block;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-5 {
    width: 70%;
    margin-top: 50px;
    padding-left: 32px;
  }
  .gallery-section {
    height: 800px;
    min-height: 400px;
  }
  .column {
    height: 400px;
  }
  .column-2 {
    height: 400px;
  }
  .column-3 {
    height: 400px;
  }
  .column-4 {
    height: 400px;
  }
  .div-block-7 {
    height: 400px;
  }
  .row {
    height: 400px;
  }
  .team-avatar-div {
    max-width: 1400px;
    min-width: 0px;
  }
  .gallery-subheading {
    font-size: 26px;
  }
  .gallery-mainheading {
    font-size: 2.1em;
  }
  .gallery-button {
    position: absolute;
  }
  .chandlierimg {
    top: -480px;
    right: 5%;
    bottom: -2px;
    text-align: right;
  }
  .column-added-5 {
    height: 400px;
  }
  .column-added-6 {
    height: 400px;
  }
  .services-heading1 {
    bottom: 19%;
    line-height: 32px;
  }
  .lightboxbutton {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .chandelier-img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .landing-full-image.dimmer.dimmer2 {
    background-image: url('../images/Rectangle.svg'), url('../images/Rectangle.svg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-header {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 60px;
  }
  .hero-header.spcl-heading {
    font-size: 50px;
  }
  .hero-para {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }
  .hero-para.spcl-para.blacktext {
    width: 100%;
  }
  .hero-para.spcl-para.doubleline {
    width: 80%;
    margin-bottom: 20px;
  }
  .hero-para.scriptfont {
    font-size: 26px;
    line-height: 32px;
  }
  .section-whatwedo {
    height: 780px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .row-whatwedo {
    position: relative;
    max-width: none;
    min-width: 100%;
    padding-top: 20px;
  }
  .div-block-3 {
    width: 100%;
  }
  .div-block-4 {
    position: static;
    height: 300px;
  }
  .section-skills {
    height: 600px;
    background-attachment: scroll;
  }
  .div-block-5 {
    width: 100%;
    margin-top: 50px;
    padding-right: 37px;
    padding-left: 37px;
  }
  .skills-heading {
    width: 90%;
  }
  .div-block-6 {
    left: 0px;
    top: -2px;
    right: 0px;
  }
  .section-team {
    z-index: 1000;
    height: 1650px;
    padding-bottom: 30px;
  }
  .team-avatar-div {
    position: static;
    display: block;
  }
  .heading-avatar {
    font-size: 30px;
  }
  .image-avatar {
    width: 20%;
    max-width: none;
    min-width: 0px;
  }
  .section-contact {
    height: 1000px;
  }
  .div-block-9 {
    height: 300px;
  }
  .contactus-section {
    height: 500px;
  }
  .footer-div {
    height: 200px;
  }
  .scroll-text {
    font-size: 12px;
  }
  .scrollimg {
    width: 42px;
  }
  .section-landing-2 {
    height: 800px;
  }
  .chandlierimg {
    top: -480px;
    right: 5%;
    bottom: -2px;
    height: 500px;
    text-align: right;
  }
  .mask {
    position: static;
    height: 380px;
  }
  .icon {
    left: 0px;
    right: 0px;
    bottom: -560px;
    font-size: 32px;
  }
  .section-preloader {
    display: block;
  }
  .services-heading1 {
    bottom: 20%;
    width: 90%;
    min-width: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .services-heading2 {
    width: 90%;
    min-width: 0px;
    font-size: 24px;
  }
  .services-heading3 {
    width: 90%;
    min-width: 0px;
    font-size: 24px;
  }
  .services-heading4 {
    width: 90%;
    min-width: 0px;
    font-size: 24px;
  }
  .services-heading5 {
    width: 90%;
    min-width: 0px;
    font-size: 24px;
  }
  .services-heading6 {
    width: 90%;
    min-width: 0px;
    font-size: 24px;
  }
  .slide {
    position: relative;
    height: 150px;
  }
  .chandelier-img {
    max-width: 55%;
  }
  .container-2.bottompadding {
    position: static;
  }
  .container-3 {
    position: static;
    top: 0%;
    height: 300px;
  }
  .column-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column-9 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column-10 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-17 {
    position: static;
    top: 0%;
    height: 250px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-modal {
    display: block;
    width: 90%;
    max-width: none;
    min-width: 0px;
  }
  .textarea {
    height: 80px;
  }
  .form-wrapper {
    display: block;
  }
  .landing-para-section1 {
    height: 800px;
  }
  .mouse-bg.chair {
    position: absolute;
  }
  .mouse-bg.table {
    position: absolute;
  }
  .mouse-bg.lights {
    position: absolute;
  }
  .column-11 {
    height: 300px;
  }
  .column-12 {
    height: 300px;
  }
  .mob-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100vh;
    background-image: url('../images/special-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .navbar {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9500;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    text-align: center;
  }
  .menu-button {
    z-index: 9700;
    display: block;
    width: 48px;
    height: 48px;
    padding: auto;
    float: right;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon-2 {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
  }
  .nav-menu {
    padding-top: 100px;
    background-color: rgba(0, 0, 0, .85);
  }
  .ham-link {
    display: block;
    font-family: Varela, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ham-link.w--current {
    text-decoration: none;
  }
  .image-4 {
    width: 50%;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-header {
    font-size: 48px;
  }
  .hero-header.spcl-heading {
    width: 100%;
    font-size: 42px;
    line-height: 52px;
  }
  .hero-para {
    font-size: 16px;
    line-height: 25px;
  }
  .hero-para.spcl-para {
    font-size: 16px;
    line-height: 20px;
  }
  .hero-para.spcl-para.blacktext {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .hero-para.spcl-para.doubleline {
    font-size: 17px;
    line-height: 24px;
  }
  .hero-para.scriptfont {
    font-size: 20px;
    line-height: 24px;
  }
  .section-whatwedo {
    height: 800px;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .row-whatwedo {
    top: 40%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .img-split {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-3 {
    top: 16px;
    font-size: 16px;
  }
  .div-block-4 {
    height: auto;
  }
  .section-skills {
    height: 800px;
  }
  .div-block-5 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .skills-heading {
    margin-top: 30px;
  }
  .section-team {
    height: 1330px;
  }
  .info-div {
    width: 90%;
  }
  .column-5 {
    padding-top: 0px;
  }
  .text-block {
    position: relative;
    top: 50%;
    margin-top: auto;
    padding-top: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 13px;
    line-height: 16px;
  }
  .heading-3 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
  }
  .footer-text {
    font-size: 12px;
  }
  .section-landing-2 {
    height: 800px;
  }
  .mask {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: auto;
    height: 100%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .icon {
    left: 0px;
    right: 0px;
    bottom: 0%;
  }
  .right-arrow {
    margin-right: 1%;
  }
  .left-arrow {
    margin-left: 1%;
  }
  .section-preloader {
    display: block;
  }
  .slide {
    height: 100%;
  }
  .container-2.bottompadding {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 6%;
  }
  .container-3 {
    top: 40px;
    height: auto;
  }
  .submit-button {
    height: 30px;
    margin-top: 0px;
    padding-top: 3px;
  }
  .textarea {
    height: 50px;
    padding-bottom: 20px;
  }
  .landing-para-section1 {
    height: 100vh;
  }
  .emptydiv {
    height: 800px;
  }
  .column-11 {
    height: 150px;
  }
  .column-12 {
    height: 250px;
  }
  .image-3 {
    position: relative;
    top: 50%;
    margin-top: auto;
    margin-right: 1px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .image-4 {
    width: 30%;
  }
}

