:root {
  --light-salmon: #ed905b;
  --pathway-orange: #eb631c;
  --old-lace: #fcf1e0;
  --white: white;
  --black: black;
}

.section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-salmon), var(--pathway-orange));
  height: 100vh;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--old-lace);
  letter-spacing: 12px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.nav-menu {
  float: none;
  display: inline-block;
}

.container {
  float: right;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0;
}

.heading {
  text-align: center;
  letter-spacing: 10px;
  font-family: Oswald, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 160px;
}

.heading-2 {
  text-align: center;
  letter-spacing: 40px;
  text-indent: 25px;
  margin-top: 7px;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.container-2 {
  margin-top: 120px;
}

.map {
  filter: grayscale();
  cursor: move;
  height: 100%;
}

.form-margin {
  margin-right: 20px;
}

.scroll-down-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 145px;
  left: 0;
  right: 0;
}

.sub-text {
  color: #b0b0bd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.sub-text.whiter {
  color: #ffffffb3;
}

.sub-text.small {
  margin-bottom: 0;
  font-size: 12px;
}

.top-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-wrapper.left {
  text-align: left;
  justify-content: flex-start;
}

.paragraph-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.flex-row {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row.center {
  align-items: center;
}

.scrollbar {
  z-index: 10;
  background-color: #0854a5;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.scrollbar.white {
  background-color: var(--pathway-orange);
}

.instagram-photo-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.footer-link {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #515157;
}

.footer-link.normal {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-field {
  background-color: #f5f5f7;
  border-style: none;
  height: 52px;
}

.text-field::placeholder {
  color: #919197;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 100px;
}

.text-field.white {
  background-color: #fff;
}

.left-features-wrapper {
  padding-right: 30px;
}

.tab-menu {
  margin-top: 50px;
}

.tab-menu.second {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.top-wrapper-margin {
  margin-bottom: 80px;
}

.top-wrapper-margin.less {
  margin-bottom: 40px;
}

.arrow-icon {
  margin-right: 3px;
}

.paragraph-banner {
  color: #fff;
  width: 85%;
  font-size: 16px;
}

.brand-logo-v2 {
  position: absolute;
}

.logo-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.features-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
}

.tab-testi {
  opacity: .7;
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #0000;
  width: 96px;
  height: 96px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .3s;
}

.tab-testi:hover {
  opacity: 1;
}

.tab-testi.w--current {
  opacity: 1;
  border-top-color: #0854a5;
}

.tab-testi.photo-3 {
  background-image: url('../images/05.jpg');
}

.tab-testi.photo-2 {
  background-image: url('../images/07.jpg');
}

.mouse-scroll {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-wrapper {
  float: right;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.line-divider-nav {
  float: right;
  background-color: #ededed;
  width: 1px;
  height: 60px;
  margin-left: 20px;
  margin-right: 10px;
}

.line-divider-nav.second-style {
  background-color: #ffffff4d;
}

.ceo-name {
  margin-bottom: 5px;
  font-size: 16px;
}

.banner {
  background-image: linear-gradient(#0003, #0003), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner.second {
  background-color: #eb631c;
  background-image: url('../images/pexels-cottonbro-4720375.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-start;
  height: 100vh;
}

.copyright {
  color: #919197;
  text-align: center;
}

.instagram-left-part {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.column-zero-padding {
  padding-left: 0;
  padding-right: 0;
}

.section02 {
  z-index: 1;
  padding: 120px 40px;
  position: relative;
}

.section02.with-color {
  background-color: #0854a5;
  background-image: linear-gradient(225deg, #0e31e9, #0854a5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section02.with-color.less-color {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section02.with-color.less-color.gray {
  background-image: none;
}

.section02.with-color.image {
  background-color: var(--pathway-orange);
  background-image: url('../images/Parallax-Wire.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section02.less {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section02.zero-bottom-padding {
  padding-bottom: 0;
}

.section02.less-space {
  padding-top: 60px;
  padding-bottom: 40px;
}

.rotated-sub-text {
  color: #b0b0bd;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -150px;
  transform: rotate(-90deg);
}

.rotated-sub-text.second {
  left: -80px;
}

.rotated-sub-text.five {
  left: -28px;
}

.rotated-sub-text.third {
  left: -120px;
}

.rotated-sub-text.third.no-much {
  left: -127px;
}

.rotated-sub-text.fourth {
  text-decoration: none;
  left: -32px;
}

.rotated-sub-text.fourth:hover {
  text-decoration: line-through;
}

.rotated-sub-text.white {
  color: #fff;
  left: -148px;
}

.testimonials-content {
  position: relative;
  overflow: hidden;
}

.social-icon {
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: all .3s;
  display: flex;
}

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

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

.phone-icon {
  z-index: 1;
  position: relative;
}

.mouse-dots {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 10px;
}

.dropdown-list {
  background-color: #fafafa;
}

.dropdown-list.w--open {
  background-color: #f5f5f7;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fun-facts-wrapper {
  align-items: center;
  display: flex;
}

.features-content {
  z-index: 1;
  float: left;
  text-align: center;
  border: 1px solid #ededed;
  width: 33%;
  min-height: 320px;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  left: 0%;
  right: 0%;
}

.features-content.fc1.orangehover {
  background-image: url('../images/Printing-Danny-Image-01.jpg');
  background-position: 97% 52%;
  background-size: 750px;
  max-height: 33px;
  padding-top: 2%;
}

.features-content.fc1.orangehover:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/insta-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.features-content.fc2 {
  background-image: url('../images/Stem-Mockup03x.jpg');
  background-position: -326px -212px;
  background-size: 1125px;
  background-attachment: scroll;
}

.features-content.fc2:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/avante-web-design-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 650px;
}

.features-content.fc3 {
  background-image: linear-gradient(#eb631c0d, #eb631c0d), url('../images/Pathway-Logo-Embroider-Mockup033x.jpg');
  background-position: 0 0, 50% -25px;
  background-size: auto, cover;
}

.features-content.fc3:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/Pathway-Logo-Embroider-Mockup033x.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.features-content.fc4 {
  border-color: var(--old-lace);
  background-image: url('../images/Avengers-Bus-Stop025x.jpg');
  background-position: -26px -21px;
  background-size: 500px;
}

.features-content.fc4:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/insta-4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.features-content.fc5 {
  background-image: url('../images/insta-2.jpg');
  background-size: 250px;
}

.features-content.fc5:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/insta-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.features-content.fc6 {
  background-image: url('../images/iPhone-x-Mockup-GD01x.jpg');
  background-position: 50%;
}

.features-content.fc6:hover {
  background-image: linear-gradient(#ed905bbf, #ed905bbf), url('../images/iPhone-x-Mockup-GD01x.jpg');
  background-position: 0 0, 50%;
}

.button02 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button02:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button02.with-icon {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png'), linear-gradient(45deg, #112be9, #6736e6 28%, #ee9e54);
  background-position: 27px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 17px, auto;
  padding-left: 55px;
}

.button02.simple-color {
  color: #919197;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.button02.simple-color:hover {
  box-shadow: none;
  color: #616167;
  transform: none;
}

.button02.second-color {
  color: #0000008c;
  background-color: #fff;
}

.button02.second-color:hover {
  background-color: var(--light-salmon);
  color: #fff;
}

.button02.second-color.lightbg {
  background-color: var(--pathway-orange);
  color: #fff;
}

.button02.second-color.lightbg:hover {
  background-color: var(--light-salmon);
}

.team-social {
  background-image: linear-gradient(45deg, #0e31e9, #0854a5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.phone-icon-v2 {
  position: absolute;
}

.instagram-overlay {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff 6%, #fff0);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.job-title {
  color: #919197;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.container-3 {
  flex: 1;
  max-width: 1200px;
}

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

.footer-logo-block {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-link-2 {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #515157;
}

.nav-link-2.normal {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-link-2.normal.white-version {
  cursor: pointer;
  padding-right: 20px;
}

.nav-link-2.normal.white-version.w--current {
  cursor: default;
}

.nav-link-2.normal.white-version.search {
  cursor: pointer;
}

.nav-link-2.white-version {
  color: #fff;
}

.nav-link-2.white-version.search {
  padding-left: 40px;
}

.client-logo {
  padding: 25px;
}

.top-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.top-title.in-banner {
  color: #fff;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
}

.top-title.in-banner.second {
  margin-top: 10px;
}

.top-title.smaller {
  font-size: 30px;
  line-height: 36px;
}

.dropdown-link {
  color: #919197;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #515157;
}

.footer-block {
  color: #b0b0b4;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-block:hover {
  color: #717177;
  text-decoration: underline;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 20px 50px -20px #0000001a;
}

.navbar-2.transparent {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
}

.social-long {
  float: left;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  width: 25%;
  height: 120px;
  transition: all .3s;
}

.social-long.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_313131_none_1font-awesome_4-7-0_instagram_100_0_313131_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 50%;
  height: 100px;
}

.social-long.insta:hover {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png'), linear-gradient(45deg, #112be9, #6736e6 28%, #ee9e54);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 23px, auto;
}

.social-long.google {
  background-image: url('../images/Emails_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-right-style: none;
  width: 50%;
  height: 100px;
}

.social-long.google:hover {
  background-color: var(--pathway-orange);
  background-image: url('../images/Emails.svg');
  background-size: 30px;
}

.social-long.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_313131_none-1_1font-awesome_4-7-0_twitter_100_0_313131_none (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-long.twitter:hover {
  background-color: #2aa9e6;
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-1.png');
  background-size: 20px;
}

.social-long.facebook {
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_313131_none-2_1font-awesome_4-7-0_facebook_100_0_313131_none (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 33%;
  height: 100px;
}

.social-long.facebook:hover {
  background-color: #3b5998;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none-1.png');
  background-size: 20px;
}

.brand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.bag-hero {
  max-width: 100%;
  padding-right: 0;
}

.portfolio-item-2 {
  padding-left: 0;
  padding-right: 0;
}

.team-photo {
  height: 320px;
  position: relative;
  overflow: hidden;
}

.social-big-wrapper {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.instagram-right-part {
  align-items: center;
  width: 70%;
  height: 400px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.footer-title {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
}

.instagram-wrapper {
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.top-margin {
  margin-top: 50px;
}

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

.top-margin.half {
  margin-top: 25px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.image-wrapper-2 {
  background-image: url('../images/Touro-Mockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.image-wrapper-2.with-map {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.left-part-wrapper {
  background-color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

.left-part-wrapper.biger {
  height: 750px;
}

.team-content {
  text-align: center;
  padding: 20px 30px;
}

.instagram-photo {
  background-color: #f5f5f7;
  width: 240px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.instagram-photo.down {
  margin-top: -50px;
}

.instagram-photo.up {
  margin-top: 50px;
}

.social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
}

.features-box {
  border-style: solid;
  border-width: 1px;
  border-color: var(--pathway-orange) #ededed #ededed;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: -1px auto 25px;
  display: flex;
}

.brand-logo {
  z-index: 1;
  width: 140px;
  position: absolute;
}

.footer-column-2 {
  margin-right: 30px;
}

.mockup-banner {
  max-width: none;
  max-height: 100%;
  margin-left: -84px;
  padding-left: 0;
}

.footer {
  background-color: #fff;
  align-items: center;
  padding: 50px 40px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.margin-page {
  margin-top: 120px;
}

.success-message {
  color: #fff;
  background-color: #0dce79;
  font-weight: 500;
}

.phone-number {
  color: #919197;
  margin-bottom: 0;
}

.phone-number.white {
  color: #fff;
}

.fun-image {
  margin-right: 20px;
}

.link {
  color: #515157;
  text-decoration: none;
}

.left-content {
  width: 400px;
}

.left-content.biger {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper-2 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  text-align: right;
}

.align-right {
  text-align: right;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer-style-1 {
  background-color: #fff;
  padding: 80px 40px 20px;
  position: relative;
}

.footer-links {
  margin-bottom: 30px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-column-second {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.copyright-2 {
  color: #919197;
}

.copyright-2.only-center {
  text-align: center;
}

.footer-infos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-line {
  background-color: #ededed;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper-3 {
  background-image: url('../images/avante-web-design-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.image-wrapper-3.with-map {
  background-repeat: repeat;
  background-size: auto;
  height: 750px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  border-color: var(--pathway-orange);
  background-image: linear-gradient(to bottom, var(--pathway-orange), var(--pathway-orange));
}

.paragraph {
  opacity: 0;
  column-count: 2;
  margin-bottom: 0;
  padding: 15% 21px;
}

.paragraph:hover {
  opacity: 1;
}

.div-block {
  background-image: url('../images/iPhone-x-Mockup-GD01x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 33%;
  min-height: 320px;
}

.service-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 33%;
  min-height: 320px;
}

.service-block.promoproducts {
  background-image: url('../images/GF747_Office_LS.jpeg');
  background-position: 50% 100%;
  background-size: auto;
}

.service-block.apparel {
  background-image: url('../images/LCK00042_LYN_LFS_HG1-copy.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.service-block.printing {
  background-color: var(--old-lace);
  background-image: url('../images/printing-services-vaudreuil-montreal-2.png');
  background-position: 0 0;
  background-size: cover;
}

.service-block.displays {
  background-image: url('../images/Avengers-Bus-Stop025x.jpg');
  background-position: 60% 60%;
  background-size: 200%;
}

.service-block.fabrication {
  background-image: url('../images/Stem-Mockup03x.jpg');
  background-position: 38% 22%;
  background-size: 110%;
}

.service-block.graphic-design {
  background-image: url('../images/Graphic-Designer-.jpeg');
  background-size: cover;
}

.services-container {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.service-orange {
  opacity: 0;
  background-color: #eb631cbf;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.service-orange:hover {
  opacity: 1;
}

.service-orange.colour-block {
  opacity: 1;
  background-color: #eb631c00;
  transition: background-color .325s;
  display: inline-block;
}

.service-orange.colour-block:hover {
  background-color: #00000063;
}

.service-title {
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 10px #000;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.service-text {
  opacity: 0;
  color: #fff;
  letter-spacing: .07em;
  column-count: 2;
  margin-top: -9%;
  padding: 15% 15% 25% 4%;
  font-size: 16px;
  font-weight: 200;
  transition: opacity .408s;
  display: flex;
}

.service-text:hover {
  opacity: 1;
}

.video {
  height: 100%;
}

.div-block-2 {
  object-fit: fill;
  margin-top: 200px;
  margin-left: 75px;
  position: absolute;
}

.heading-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 140px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  font-size: 16px;
}

.paragraph-3, .paragraph-4 {
  font-size: 16px;
}

.image-2 {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin: auto;
  padding: 38px;
}

@media screen and (max-width: 991px) {
  .top-wrapper.left.make-center {
    text-align: center;
    justify-content: center;
  }

  .flex-row.center.make-normal {
    display: block;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-menu-2.second {
    background-color: #212127;
  }

  .arrow-icon {
    margin-right: 15px;
  }

  .paragraph-banner {
    width: 100%;
  }

  .logo-wrapper {
    display: block;
  }

  .banner {
    height: 850px;
  }

  .banner.second {
    background-image: url('../images/pexels-cottonbro-4720375.jpg'), linear-gradient(#0000, #0000);
    background-position: 20%, 0 0;
    height: 1100px;
  }

  .rotated-sub-text {
    display: none;
  }

  .fun-facts-wrapper {
    justify-content: center;
    margin-bottom: 50px;
  }

  .fun-facts-wrapper.no-fun-margin {
    margin-bottom: 0;
  }

  .features-content {
    width: 50%;
    padding: 40px 20px 30px;
  }

  .make-center-mobile {
    text-align: center;
  }

  .nav-link-2.normal.white-version.search {
    padding-left: 20px;
  }

  .client-logo {
    width: 25%;
  }

  .top-title.in-banner.second {
    font-size: 35px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #fff3;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #fff6;
  }

  .navbar-2 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .navbar-2.transparent {
    position: absolute;
  }

  .bag-hero {
    max-width: 100%;
    margin-top: 20px;
  }

  .portfolio-item-2 {
    width: 50%;
  }

  .team-photo {
    height: auto;
  }

  .instagram-right-part {
    width: 100%;
    padding-left: 0;
  }

  .instagram-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .mockup-banner {
    max-width: 100%;
    max-height: none;
    margin-top: 50px;
    margin-left: 0;
  }

  .footer {
    height: auto;
    padding: 30px 20px;
    position: relative;
  }

  .margin-page {
    margin-top: 60px;
  }

  .left-content {
    width: 600px;
  }

  .testimonials-wrapper-2 {
    width: 90%;
  }

  .footer-style-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .service-text {
    margin-top: -36px;
    padding-top: 23%;
    padding-bottom: 47%;
    display: flex;
  }

  .div-block-2 {
    align-self: flex-start;
    margin-top: 165px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-margin {
    margin-right: 0;
  }

  .team-wrapper-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-wrapper.left.make-center {
    text-align: center;
  }

  .banner.second {
    height: 900px;
  }

  .features-content {
    width: 100%;
  }

  .client-logo {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-title.in-banner {
    font-size: 32px;
    line-height: 40px;
  }

  .team-photo {
    height: auto;
  }

  .left-part-wrapper {
    height: auto;
    padding: 60px 40px;
  }

  .left-part-wrapper.biger.make-simple {
    height: auto;
  }

  .left-content {
    width: auto;
  }

  .footer-style-1 {
    padding-top: 30px;
  }

  .footer-column-second {
    display: none;
  }

  .copyright-2.only-center {
    text-align: center;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
  }

  .service-block {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .form-margin {
    margin-right: 0;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .team-wrapper-2 {
    width: 100%;
  }

  .sub-text {
    font-size: 13px;
  }

  .left-features-wrapper {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .top-wrapper-margin {
    margin-bottom: 40px;
  }

  .tab-testi {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner.second {
    background-image: url('../images/pexels-cottonbro-4720375.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    justify-content: space-around;
    align-items: center;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .section02 {
    padding: 60px 20px;
  }

  .instagram-overlay {
    display: none;
  }

  .container-3.in-mobile {
    margin-top: -120px;
  }

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .top-title {
    font-size: 26px;
  }

  .top-title.in-banner {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar-2 {
    padding-left: 5px;
  }

  .social-long {
    width: 50%;
    margin-bottom: -1px;
  }

  .portfolio-item-2 {
    width: 100%;
  }

  .instagram-right-part {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
  }

  .top-margin {
    margin-top: 30px;
  }

  .top-margin.half {
    text-align: center;
  }

  .image-wrapper-2 {
    background-position: 100%;
    height: 400px;
  }

  .image-wrapper-2.with-map {
    height: 250px;
  }

  .instagram-photo {
    width: 50%;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .instagram-photo.down {
    margin-top: 0;
    margin-left: 50px;
  }

  .instagram-photo.up {
    margin-top: 0;
  }

  .left-content.biger {
    width: auto;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .image-wrapper-3 {
    background-position: 100%;
    height: 400px;
  }

  .image-wrapper-3.with-map {
    height: 250px;
  }

  .service-block {
    width: 100%;
  }

  .div-block-2 {
    background-color: #00000040;
    align-self: center;
    margin-top: 0;
    margin-left: -13px;
    margin-right: auto;
    padding: 11px 11px 11px 1px;
  }

  .heading-3 {
    display: none;
  }
}


