body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  font-size: 72px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  color: #707070;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h3:hover {
  color: #09f;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
}

h6 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'EB Garamond', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

p {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #707070;
  text-align: center;
}

.button {
  display: block;
  width: auto;
  max-width: 300px;
  min-width: 0px;
  padding: 10px 40px;
  border-radius: 30px;
  background-color: #e2e2e2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e2e2e2;
}

.section-full {
  height: 100%;
}

.section-full._1 {
  position: static;
  display: block;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/MVF_Website_Banner_Square.253.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-full._3 {
  position: static;
  background-color: #bddede;
  background-image: url('../images/adrien-olichon-ohoaDhAObEA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
}

.color-section {
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 61.2%, 0.22);
}

.portfolio-section {
  margin-top: 0px;
  padding-right: 120px;
  padding-bottom: 0px;
  padding-left: 120px;
  color: #696969;
}

.portfolio-column {
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.portfolio-row {
  margin-top: 122px;
  margin-bottom: 40px;
}

.link-block {
  overflow: hidden;
  text-decoration: none;
}

.banner-section {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.banner-container {
  position: static;
  top: -16px;
  z-index: 2;
  text-align: center;
}

.clinets-section {
  height: 655px;
  padding-top: 144px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.99);
}

.footer {
  height: 100px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #000;
}

.clients-container {
  text-align: center;
}

.line {
  display: block;
  width: 20%;
  height: 2px;
  margin: 40px auto 30px;
  background-color: #09f;
  text-align: center;
}

.clinet-logos-row {
  margin-top: 80px;
}

.big-text {
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  font-size: 72px;
  line-height: 76px;
  font-weight: 700;
  letter-spacing: -2px;
}

.footer-copyright {
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 11px;
}

.footer-left-column {
  padding-top: 28px;
}

.arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 62px;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 43px;
  background-color: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.13);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.arrow-down:hover {
  opacity: 1;
}

.arrow-down.w--current {
  left: 0px;
  bottom: 0px;
}

.portfolio-title-container {
  text-align: center;
}

.headline {
  position: relative;
  left: 10%;
  top: 22%;
  width: 400px;
  padding-right: 30px;
}

.big-text-2 {
  margin-bottom: 80px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  font-family: Montserrat, sans-serif;
  color: #e2e2e2;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-container {
  border-top-style: solid;
  border-top-width: 1px;
}

.social-link {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 12px;
  text-decoration: none;
}

.social-link:hover {
  color: #09f;
}

.footer-right-column {
  padding-top: 28px;
  text-align: right;
}

.section-info {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #ebebeb;
}

.work-info-container {
  text-align: center;
}

.work-section {
  margin-bottom: 60px;
  padding-right: 120px;
  padding-left: 120px;
}

.images-div {
  margin-bottom: 30px;
  text-align: center;
}

.arrow-link {
  width: 50px;
}

.work-hero {
  height: 100%;
  background-color: #f7f7f7;
  background-image: url('../images/Girl_phone.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.portfolio-item {
  overflow: hidden;
}

.navbar1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  padding-right: 10px;
  padding-left: 30px;
  background-color: transparent;
}

.menu-button-2 {
  opacity: 0;
}

.menu-button-2.w--open {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  margin-right: 10px;
  background-color: transparent;
  font-size: 14px;
}

.brand2 {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
}

.brand2.w--current {
  position: absolute;
  z-index: 10;
}

.menu-icon-2 {
  display: block;
  overflow: visible;
  background-color: transparent;
  opacity: 0.7;
  color: #333;
  font-size: 32px;
}

.menu-icon-2:hover {
  opacity: 1;
  color: #303030;
}

.nav-menu-open {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: block;
  width: 100%;
  height: 70px;
  padding-top: 4px;
  background-color: #fff;
}

.navlink1 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.navlink1:hover {
  color: #303030;
}

.navlink1.w--current {
  color: #303030;
}

.link-text {
  text-decoration: line-through;
}

.big-text-div-2 {
  position: relative;
  top: 25%;
  display: none;
  text-align: center;
}

.about-header {
  height: 60%;
  background-image: url('../images/about-header-min.jpg');
  background-position: 50% 129%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ralated-work {
  padding: 120px;
  background-color: #fafafa;
}

.section-team {
  padding-top: 20px;
  padding-bottom: 140px;
}

.team-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.next-portfolio-item {
  padding-bottom: 60px;
}

.next-column {
  padding-left: 80px;
  text-align: left;
}

.prev-column {
  padding-right: 80px;
  text-align: right;
}

.prev-arrow {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.prev-arrow:hover {
  opacity: 1;
}

.next-arrow {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.next-arrow:hover {
  opacity: 1;
}

.play-icon {
  display: none;
  opacity: 0.5;
}

.play-icon:hover {
  opacity: 1;
}

.team-1 {
  position: static;
}

.team-info {
  margin-top: 20px;
  background-color: #fff;
}

.social-icon {
  margin-right: 5px;
  opacity: 0.5;
  text-align: center;
}

.social-icon:hover {
  opacity: 1;
}

.social-links {
  margin-top: 20px;
  text-align: center;
}

.team-1-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team1-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-2 {
  position: static;
}

.team-2-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-2-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team2-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-3-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-3-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team3-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-section {
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.gallery-row {
  margin-top: 40px;
}

.gallery-container {
  text-align: center;
}

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slide-1 {
  padding-top: 45px;
  background-color: #fff;
}

.testimonial-name {
  margin-top: 60px;
}

.slider-icons {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #303030;
}

.slider-icons:hover {
  opacity: 1;
}

.slide-2 {
  padding-top: 45px;
  background-color: #fff;
}

.slide-3 {
  padding-top: 45px;
  background-color: #fff;
}

.text-field {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.text-area {
  margin-bottom: 30px;
  border-radius: 3px;
}

.form-title {
  text-align: left;
}

.social-left {
  text-align: left;
}

.social-right {
  text-align: right;
}

.social-row {
  margin-top: 60px;
}

.form-section {
  padding: 120px;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.contact-header {
  height: 622px;
  background-color: #f7f7f7;
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.white-head-line {
  color: #dbdbdb;
}

.contact-info {
  text-align: center;
}

.hello-info {
  text-align: center;
}

.hero-text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.text-block {
  display: none;
  margin-top: 20px;
  background-color: transparent;
  color: #666;
  font-size: 20px;
}

.heading {
  color: #fff;
  font-size: 40px;
}

.link {
  color: #fff;
}

.heading-2 {
  margin-top: 10px;
}

.field-label {
  color: #929292;
  text-align: left;
}

.field-label-2 {
  color: #929292;
  text-align: left;
}

.field-label-3 {
  color: #929292;
  text-align: left;
}

.text-field-2 {
  border: 1px none #000;
  border-radius: 4px;
  background-color: #3a3a3a;
}

.text-field-3 {
  border: 1px none #000;
  border-radius: 3px;
  background-color: #3a3a3a;
}

.textarea {
  min-height: 200px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #3a3a3a;
}

.submit-button {
  padding: 15px 30px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.heading-3 {
  font-size: 26px;
}

.heading-4 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 30px;
}

.heading-5 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 30px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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 {
  color: #e2e2e2;
  line-height: 95px;
  letter-spacing: 0px;
}

.div-block {
  padding-top: 200px;
}

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

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

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

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

html.w-mod-js *[data-ix="team-1-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="team-2-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="team-3-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="gallery-column"] {
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="heres-what-we-think"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="the-modern-web-is-elegant"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="play-icon"] {
  opacity: 0.01;
  -webkit-transform: scale(0.54, 0.54);
  -ms-transform: scale(0.54, 0.54);
  transform: scale(0.54, 0.54);
}

html.w-mod-js *[data-ix="the-color-of-black-gold"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="start-your-project-btn"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    margin-top: -11px;
    padding-right: 0px;
    font-size: 22px;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  h5 {
    line-height: 40px;
  }

  .section-full._1 {
    height: auto;
    min-height: 700px;
    padding: 0px 20px;
    background-color: #e1e1e1;
    background-position: 50% 111px;
    background-attachment: scroll;
  }

  .section-full._3 {
    background-image: url('../images/adrien-olichon-ohoaDhAObEA-unsplash.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .color-section {
    height: auto;
    min-height: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-section {
    margin-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .portfolio-column {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }

  .portfolio-row {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .banner-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .big-text {
    display: block;
    font-size: 48px;
  }

  .arrow-down {
    display: none;
  }

  .portfolio-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -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;
  }

  .headline {
    left: 10%;
    top: 70%;
    width: 600px;
    padding-right: 0px;
    text-align: center;
  }

  .big-text-2 {
    font-size: 56px;
  }

  .section-info {
    padding: 80px 20px;
  }

  .work-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .nav-menu-open {
    height: 100%;
    padding-top: 100px;
    background-color: #fff;
  }

  .navlink1 {
    display: block;
    text-align: center;
  }

  .ralated-work {
    padding: 50px 10px;
  }

  .gallery-row {
    margin-top: 20px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-name {
    margin-top: 40px;
    font-size: 24px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-section {
    padding: 10px;
  }

  .hero-text {
    padding-top: 150px;
    text-align: center;
  }

  .heading-2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .container {
    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;
  }

  .heading-6 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 18px;
    line-height: 35px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    line-height: 42px;
  }

  .section-full._1 {
    height: auto;
    min-height: 607px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/MVF_Website_Banner.252-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-full._3 {
    height: auto;
    min-height: 600px;
    background-image: url('../images/adrien-olichon-ohoaDhAObEA-unsplash.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .color-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }

  .portfolio-section {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .portfolio-column {
    margin-bottom: 40px;
  }

  .portfolio-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .banner-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .clinets-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-text {
    margin-bottom: 0px;
    font-size: 36px;
  }

  .footer-left-column {
    padding-top: 20px;
    text-align: center;
  }

  .arrow-down {
    display: none;
  }

  .headline {
    left: 0px;
    top: 10%;
    width: 530px;
  }

  .big-text-2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .footer-right-column {
    padding-top: 15px;
    text-align: center;
  }

  .section-info {
    padding: 60px 20px 40px;
  }

  .work-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar1 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .menu-button-2.w--open {
    margin-right: 0px;
  }

  .big-text-div-2 {
    display: none;
    padding-top: 150px;
  }

  .ralated-work {
    padding: 0px;
  }

  .section-team {
    text-align: center;
  }

  .next-column {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .prev-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .dark-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-name {
    margin-top: 30px;
    font-size: 20px;
  }

  .social-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .social-right {
    margin-bottom: 20px;
    text-align: center;
  }

  .social-center {
    margin-bottom: 20px;
    text-align: center;
  }

  .form-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .client-logos {
    margin-bottom: 30px;
  }

  .hero-text {
    padding-top: 60px;
    text-align: center;
  }

  .container {
    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;
  }

  .heading-7 {
    color: #e2e2e2;
  }

  .div-block {
    padding-top: 50px;
  }

  .image-7 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    display: block;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 21px;
    line-height: 30px;
  }

  h6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .button {
    max-width: 250px;
  }

  .section-full._1 {
    height: auto;
    max-height: none;
    min-height: 770px;
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/MVF_Website_Banner_Square.253.jpg');
    background-position: 50% 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
  }

  .section-full._3 {
    height: 0%;
    min-height: 580px;
    padding-top: 25px;
    background-image: url('../images/adrien-olichon-ohoaDhAObEA-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .color-section {
    height: auto;
    min-height: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .portfolio-section {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .portfolio-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .portfolio-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .banner-section {
    padding: 25px;
  }

  .clinets-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    height: 145px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .big-text {
    font-size: 27px;
    line-height: 41px;
  }

  .headline {
    top: 10%;
    width: 300px;
  }

  .big-text-2 {
    display: none;
    margin-bottom: 0px;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 48px;
  }

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

  .social-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
  }

  .footer-right-column {
    position: relative;
  }

  .section-info {
    padding: 40px 12px;
  }

  .work-info-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .work-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar1 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .nav-menu-open {
    height: 100%;
    padding-top: 74px;
    text-align: center;
  }

  .navlink1 {
    display: block;
    text-align: center;
  }

  .big-text-div-2 {
    top: auto;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .about-header {
    background-position: 76% 50%;
  }

  .section-team {
    padding-bottom: 60px;
  }

  .team-1 {
    margin-bottom: 30px;
    text-align: center;
  }

  .team-2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .team-3 {
    margin-bottom: 30px;
    text-align: center;
  }

  .dark-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-row {
    margin-top: 0px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-name {
    margin-top: 20px;
  }

  .hero-text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .container {
    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;
  }

  .heading-7 {
    padding-right: 25px;
    padding-left: 25px;
    color: #e2e2e2;
    font-size: 30px;
    line-height: 48px;
  }

  .image-7 {
    display: none;
  }
}

