:root {
  --dark-grey: #aab2bd;
  --dim-grey: #484d52;
  --gold: #ffe400;
  --white-smoke: #e6e9ec;
  --blue: #1b1e32;
}

h1 {
  color: #484d52;
  letter-spacing: -3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 59px;
}

h2 {
  color: #484d52;
  letter-spacing: -3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 47px;
}

h3 {
  color: #484d52;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 31px;
}

h4 {
  color: #484d52;
  letter-spacing: -.3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

h5 {
  color: #484d52;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 20px;
}

h6 {
  color: #484d52;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 18px;
}

p {
  color: #484d52;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 19px;
  line-height: 36px;
  display: block;
}

a {
  color: #aab2bd;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #aab2bd;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 40px;
}

figcaption {
  color: #484d52;
  text-align: center;
  margin-top: 5px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.hero-section {
  height: auto;
  text-align: center;
  background-image: url('../images/main-image_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 10%;
  padding-bottom: 8%;
  position: relative;
}

.hero-section.fixed {
  background-attachment: fixed;
}

.container {
  z-index: 5;
  max-width: 1040px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.container.on-testimonials {
  flex-direction: row;
  margin-bottom: 25px;
  display: flex;
}

.container.justify-space-between {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.container.top-boder {
  margin-top: 140px;
}

.navbar {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  float: none;
  text-align: center;
  transition: opacity .3s;
  display: inline-block;
}

.brand:hover {
  opacity: .7;
}

.heading-1.big {
  color: #fff;
  text-align: left;
  letter-spacing: -8px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 106px;
  font-weight: 800;
  line-height: 117px;
}

.heading-1.white {
  color: #fff;
}

.title-link {
  color: #aab2bd;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.title-link:hover {
  opacity: .8;
}

.title-link.yellow {
  color: #1b1e32;
  background-color: #ffe400;
  margin-bottom: -6px;
  padding: 3px 12px;
}

.title-link.bottom-border {
  margin-bottom: 15px;
}

.title-link.small {
  font-size: 17px;
}

.hero-subtitle {
  color: #1b1e32;
  text-align: left;
  background-color: #fff;
  padding: 5px 16px;
  font-family: Muli, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.hero-subtitle.top-border {
  margin-top: 20px;
}

.hero-subtitle.centered {
  text-align: center;
  margin-top: 15px;
}

.signature {
  max-width: 250px;
  margin-top: 35px;
}

.content-section {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.content-section.intro {
  padding-top: 30px;
  padding-bottom: 100px;
}

.content-section.on-columns {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.on-testimonials {
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-section.on-call-to-action {
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.content-section.less-top-padding {
  padding-top: 80px;
  padding-bottom: 130px;
}

.content-section.no-bottom-padding {
  padding-bottom: 0;
}

.content-section.on-contact-me {
  flex-wrap: wrap;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

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

.header-text.medium {
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-box {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-box._100-percent {
  width: 100%;
}

.subtitle-box.small {
  width: 60%;
}

.subtitle-box.full-width {
  width: 100%;
  margin-top: 15px;
}

.flex-parent {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-parent.split {
  margin-top: 0;
}

.flex-parent.on-column {
  margin-top: 30px;
}

.flex-parent.justify-start {
  justify-content: flex-start;
}

.flex-parent.more-posts {
  border-top: 2px solid #edf0f4;
  border-bottom: 2px solid #edf0f4;
  margin-top: 60px;
}

.flex-parent.top-border {
  margin-top: 50px;
}

.item {
  width: 33.33%;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.circle {
  width: 130px;
  height: 130px;
  background-color: #f2f5f7;
  border-radius: 50%;
  margin-bottom: 30px;
  display: inline-block;
}

.circle._1 {
  background-image: url('../images/Quality-Assured-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.circle._2 {
  background-image: url('../images/Friendly-advice-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.circle._3 {
  background-image: url('../images/Satisfaction-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.paragraph-medium {
  color: #aab2bd;
  text-align: left;
  font-size: 19px;
  line-height: 36px;
  text-decoration: none;
}

.paragraph-medium.white {
  color: #fff;
}

.paragraph-medium.by {
  margin-right: 5px;
  display: inline-block;
}

.paragraph-medium.dot {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.paragraph-medium.centered {
  text-align: center;
  padding-left: 66px;
  padding-right: 66px;
}

.paragraph-medium.less-line-height {
  line-height: 26px;
}

.paragraph-medium.less-line-height-and-centered {
  text-align: center;
  line-height: 26px;
}

.paragraph-medium.inline-block {
  display: inline-block;
}

.features-text-box {
  margin-top: 20px;
}

._50-percent {
  width: 50%;
  padding-top: 150px;
}

._50-percent.left {
  text-align: right;
  background-color: #1b1e32;
  padding-top: 145px;
  padding-bottom: 145px;
  padding-right: 5%;
}

._50-percent.right {
  background-image: url('../images/homepage3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  color: #aab2bd;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.title.yellow {
  color: #ffe400;
}

.title.white-and-small {
  color: #fff;
  margin-bottom: 13px;
  font-size: 14px;
}

.heading-3.white {
  color: #fff;
}

.column-container {
  width: 80%;
  text-align: left;
  display: inline-block;
}

.column-icon-box {
  width: 80px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.column-icon-box._1 {
  background-image: url('../images/thumb-icon-yellow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.column-icon-box._2 {
  background-image: url('../images/smile-icon-yellow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.column-icon-box._3 {
  background-image: url('../images/team-icon-yellow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.column-text-box {
  width: 80%;
  text-align: left;
}

.mini-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.mini-title.gray {
  color: #1b1e32;
  text-decoration: none;
}

.mini-title.gray.main-header {
  text-transform: none;
  line-height: 26px;
}

.mini-title.centered {
  text-align: center;
}

.paragraph-mini {
  color: #aab2bd;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 29px;
  display: inline-block;
}

.paragraph-mini.white {
  color: #fff;
}

.column-item {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.column-divider-line {
  width: 100%;
  height: 1px;
  background-color: #21253c;
  position: relative;
}

.column-divider-line._2 {
  background-color: #161827;
}

.column-divider-lines {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.collection-container {
  margin-top: 65px;
}

.vertical-box {
  align-items: stretch;
  padding: 60% 30px 11%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-big {
  color: #fff;
  letter-spacing: -.5px;
  border-bottom: 4px solid #ffe400;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  text-decoration: none;
  position: relative;
}

.title-big.top-border {
  margin-top: 10px;
}

.hero-link-block {
  color: #ffe400;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 175px;
  display: inline-block;
}

.underline-block {
  color: #ffe400;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 70px;
  text-decoration: underline;
  transition: opacity .3s;
  position: relative;
}

.underline-block:hover {
  opacity: .8;
}

.rounded-button {
  height: 51px;
  color: #484d52;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255, 228, 0, .9);
  border-radius: 35px;
  padding: 17px 30px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.rounded-button:hover {
  color: #ffe400;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ffe400;
  padding-top: 14px;
  padding-left: 27px;
  padding-right: 27px;
}

.rounded-button.top-border {
  margin-top: 15px;
}

.gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .8));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-square-rounded {
  color: #484d52;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffe400;
  border-radius: 5px;
  flex-flow: column;
  padding: 25px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: opacity .2s;
}

.button-square-rounded:hover {
  opacity: .9;
}

.button-square-rounded.top-border {
  margin-top: 40px;
}

.button-square-rounded.on-submit {
  text-align: left;
  background-image: url('../images/Arow.png');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 60px;
  transition: background-color .3s;
}

.button-square-rounded.on-submit:hover {
  background-color: rgba(255, 228, 0, .8);
}

.button-arrow {
  float: none;
}

.button-text {
  margin-right: 3px;
  display: inline-block;
}

.button-text.left-arrow {
  margin-left: 3px;
  margin-right: 0;
}

.center-button {
  text-align: center;
  margin-top: 70px;
}

.heading-2.big-spacing {
  color: #fff;
  letter-spacing: -2px;
  line-height: 80px;
}

.heading-2.white {
  color: #fff;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-arrow {
  height: 80px;
  background-color: #141726;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-arrow.right {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.testimonial-arrow.left {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.underline-box {
  color: #ffe400;
  font-size: 80px;
  line-height: 50px;
  text-decoration: underline;
  display: block;
}

.underline-box.medium {
  width: 70%;
}

.underline-box.bottom-border {
  margin-bottom: 25px;
}

.testimonial-details {
  margin-bottom: 30px;
}

.testimonial-details.top-border {
  margin-top: 30px;
}

.testimonial-pic {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 4px solid #ffe400;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-guy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients-name {
  display: inline-block;
  position: relative;
  top: -25px;
}

.slide-nav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-nav.on-testimonials {
  position: relative;
}

.testimonial-picture {
  width: 49%;
  height: 345px;
  border: 12px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-picture._2 {
  height: 345px;
  cursor: pointer;
  background-image: url('../images/photo-1465495976277-4387d4b0b4c6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 12px solid #fff;
}

.testimonial-picture._3 {
  cursor: pointer;
  background-image: url('../images/photo-1459501462159-97d5bded1416-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-picture._1 {
  width: 100%;
  cursor: pointer;
  background-image: url('../images/photo-1469232136325-aa07d3461bc6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 950px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-picture._4 {
  width: 100%;
  background-image: url('../images/photo-1448387473223-5c37445527e7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.testimonial-picture._5 {
  background-image: url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-picture._6 {
  background-image: url('../images/photo-1434494878577-86c23bcb06b9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-medium {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.title-medium.less-bottom-border {
  margin-bottom: 35px;
}

.go-up {
  z-index: 100;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.footer {
  background-color: #1b1e32;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
}

.text-field {
  width: 235px;
  height: 76px;
  color: #aab2bd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 14px;
  padding-left: 25px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  transition: margin .3s;
}

.text-field:hover, .text-field:focus {
  border: 3px solid #198ef5;
  padding-left: 23px;
}

.text-field.contact-me {
  width: 100%;
  color: #aab2bd;
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #aab2bd;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: border .3s;
}

.text-field.contact-me:hover, .text-field.contact-me:focus {
  border-bottom-color: #198ef5;
  padding-left: 25px;
}

.text-field.no-rounded-borders {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form.on-newsletter {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-link {
  width: 20%;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .8;
}

.go-up-image {
  transition: opacity .3s;
}

.go-up-image:hover {
  opacity: .75;
}

.dynamic-item {
  padding-left: 0;
  padding-right: 0;
}

.dynamic-item.separation {
  margin-bottom: 10px;
  margin-right: 10px;
}

.empty-state {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
}

.preview-text-box {
  z-index: 10;
  position: relative;
}

.preview-text-box.flex {
  flex-direction: column;
  display: flex;
}

.see-image {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../images/Magnifier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  transition: background-color .2s ease-in;
}

.see-image:hover {
  background-color: rgba(0, 0, 0, .8);
}

.hide-image {
  display: none;
}

.testimonial-text-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 27px;
}

.success-message.on-contact-me {
  background-color: #f7f7f7;
}

.success-message.on-pop-up {
  height: 76px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  top: -9px;
}

.full-overlay {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27));
  padding: 29px 51px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-overlay.lighter {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
}

.button-round-hollow {
  color: #ffe400;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ffe400;
  border-radius: 35px;
  padding: 15px 37px 14px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.button-round-hollow:hover {
  color: #484d52;
  background-color: #ffe400;
  border-color: rgba(255, 228, 0, .85);
}

.button-round-hollow.top-border {
  margin-top: 15px;
}

.button-round-hollow.projects-button {
  margin-top: 18px;
}

.burger-menu {
  z-index: 50;
  width: 50px;
  height: 50px;
  background-color: rgba(27, 30, 50, .68);
  background-image: url('../images/Burger-lines.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 40px;
  transition: background-color .3s;
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
}

.burger-menu:hover {
  background-color: rgba(27, 30, 50, .3);
}

.burger-menu.w--open {
  background-color: rgba(170, 178, 189, .5);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.burger-menu.w--open:hover {
  background-color: rgba(170, 178, 189, .7);
}

.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrapper.flex {
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-details {
  margin-top: 10px;
}

.post-details.less-top-border {
  margin-top: 18px;
}

.subtitle {
  text-align: center;
  font-size: 26.5px;
}

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

.subtitle.white-and-small {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

.subtitle.medium {
  color: #fff;
  text-align: left;
  padding-right: 34px;
  font-size: 20px;
  line-height: 30px;
}

.final-dots {
  width: 100%;
  color: #aab2bd;
  text-align: center;
}

.tags-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tags-container.on-blog {
  margin-top: 20px;
  margin-bottom: 40px;
}

.tag-button {
  width: 100%;
  text-align: center;
  border: 1px solid #aab2bd;
  border-radius: 35px;
  margin-bottom: 10px;
  padding: 15px 30px 13px;
  font-family: Muli, sans-serif;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.tag-button:hover {
  color: #fff;
  background-color: #aab2bd;
}

.more-posts-box {
  width: 50%;
  padding: 60px 20px 40px;
}

.more-posts-box.right {
  border-left: 2px solid #edf0f4;
  padding-left: 25px;
}

.vertical-container {
  width: 33.3333%;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.vertical-container.about-me {
  background-image: url('../images/homepage-services-pic.jpg');
  background-size: cover;
}

.vertical-container.portfolio {
  background-image: url('../images/homepage-projects.jpg');
  background-size: cover;
}

.vertical-container.services {
  background-image: url('../images/about-us-homepage.jpg');
  background-size: cover;
}

.big-square-container {
  width: 50%;
  height: 450px;
  background-image: url('../images/gallery8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.big-square-container.projects-2 {
  background-image: url('../images/falmouth9.jpg');
  background-size: cover;
}

.big-square-box {
  height: 100%;
  min-height: 450px;
  align-items: flex-end;
  padding: 32% 70px 12% 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-column {
  width: 50%;
}

.testimonial-column.flex {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
}

.testimonial-column.right {
  padding-left: 50px;
}

.testimonial-column.left {
  padding-right: 30px;
}

.square-container {
  width: 33.33%;
  height: auto;
  min-height: 320px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.square-box {
  padding: 45% 20px 12% 30px;
}

.square-box.on-portfolio {
  padding-top: 52%;
  padding-bottom: 10%;
  display: flex;
}

.paragraph-big {
  color: #484d52;
  text-align: left;
  font-size: 26.5px;
  line-height: 34px;
}

.paragraph-big.centered {
  text-align: center;
}

.authors-name-link {
  transition: opacity .2s;
}

.authors-name-link:hover {
  opacity: .8;
}

.paragraph.white {
  color: #fff;
}

.blog-column {
  width: 67%;
}

.blog-column.right {
  width: 32%;
  padding-left: 30px;
}

.featured-post {
  border-top: 1px solid #e6e9ec;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.post-preview-text {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.latest-posts-container {
  margin-top: 50px;
}

.latest-post-box {
  border-top: 1px solid #e6e9ec;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.blog-preview-item {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.blog-preview-image {
  width: 40%;
  height: 195px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-preview-text {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.link-block {
  text-decoration: none;
  transition: opacity .2s;
}

.link-block:hover {
  opacity: .8;
}

.categories-container {
  border-top: 1px solid #e6e9ec;
  margin-bottom: 40px;
}

.category-item {
  width: 100%;
  color: #aab2bd;
  border-bottom: 1px solid #e6e9ec;
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 36px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.category-item:hover {
  text-decoration: underline;
}

.category-name {
  text-decoration: none;
  display: inline-block;
}

.dot-box {
  width: 21px;
}

.tag-item {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.small-tag-button {
  border: 1px solid #aab2bd;
  border-radius: 35px;
  padding: 13px 23px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
}

.small-tag-button:hover {
  color: #fff;
  background-color: #aab2bd;
}

.instagram-container {
  margin-top: 20px;
  margin-bottom: 60px;
}

.small-text {
  color: #aab2bd;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.small-text.top-border {
  margin-top: 15px;
}

.featured-preview-image {
  position: relative;
}

.submit-button {
  width: 34%;
  height: 76px;
  max-width: 185px;
  color: #484d52;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-color: #ffe400;
  background-image: url('../images/Arow.png');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.cta-subtitle {
  color: #aab2bd;
  letter-spacing: -1px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.title-box {
  margin-bottom: 20px;
  padding-left: 5px;
}

.title-box.top-border {
  margin-top: 60px;
}

.tag-button-box {
  margin-bottom: 5px;
  display: inline-block;
}

.hero-medium {
  height: auto;
  min-height: 500px;
  text-align: center;
  background-image: url('../images/photo-1464800959563-472c0567132f.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-medium.journal {
  background-image: url('../images/photo-1457419655743-2e0acc6b5122.jpeg');
}

.hero-medium.tags {
  background-image: url('../images/photo-1467094568967-95f87ee9c873-1.jpg');
  background-size: cover;
  padding-top: 4%;
}

.hero-medium.author {
  background-image: url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-size: cover;
}

.hero-medium.portfolio-category {
  background-image: url('../images/photo-1454560291000-ccdbe42e5d49.jpeg');
  background-size: cover;
}

.hero-medium.portfolio {
  min-height: 300px;
  background-image: url('../images/homepage3.jpg');
  background-size: cover;
}

.hero-medium.contact-me {
  min-height: 300px;
  background-image: url('../images/main-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-medium.faq {
  min-height: 300px;
  background-image: url('../images/32699FB6-CB1C-4787-B837-B1E947B52488-1.jpg');
  background-size: cover;
}

.hero-medium.about-me {
  min-height: 300px;
  background-image: url('../images/about-us-header.jpg');
  background-position: 0 82%;
  background-size: cover;
}

.hero-medium.services {
  background-image: url('../images/photo-1459501462159-97d5bded1416-2.jpeg');
}

.hero-medium._404 {
  height: 100vh;
  min-height: auto;
}

.service-column {
  width: 69%;
}

.service-column.right {
  width: 28%;
}

.specifications-container {
  border-top: 1px solid #e6e9ec;
  margin-bottom: 60px;
}

.specification-box {
  border-bottom: 1px solid #e6e9ec;
  padding-top: 23px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.service-container {
  margin-bottom: 30px;
}

.image-sample {
  width: 33.33%;
  height: 230px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-left {
  position: relative;
  top: -1px;
}

.pop-up-image-container {
  z-index: 1000;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-up-sample-1 {
  max-height: 90vh;
  max-width: 90vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-1 {
  z-index: 1005;
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-1:hover {
  background-color: #484d52;
}

.pop-up-sample-2 {
  max-height: 90vh;
  max-width: 90vw;
  display: none;
  position: relative;
  overflow: auto;
}

.pop-up-sample-3 {
  width: 90vw;
  height: 90vh;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: auto;
}

.pop-up-sample-4, .pop-up-sample-5, .pop-up-sample-6 {
  max-height: 90vh;
  max-width: 90vw;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-2 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-2:hover {
  background-color: #484d52;
}

.close-pop-up-3 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-3:hover {
  background-color: #484d52;
}

.close-pop-up-4 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-4:hover {
  background-color: #484d52;
}

.close-pop-up-5 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-5:hover {
  background-color: #484d52;
}

.close-pop-up-6 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-6:hover {
  background-color: #484d52;
}

.content-box {
  border-top: 1px solid #e6e9ec;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.content-box.flex {
  flex-wrap: wrap;
  display: flex;
}

.content-box.less-top-padding {
  padding-top: 15px;
}

.content-box.no-top-padding {
  padding-top: 0;
}

.big-tag-button {
  color: #fff;
  letter-spacing: -1px;
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 18px 53px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  display: inline-block;
}

.hero-heading-box {
  width: 70%;
  display: inline-block;
}

.mini-title-box {
  margin-bottom: 15px;
}

.column {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

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

.column.left {
  text-align: center;
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.form-wrapper {
  width: 80%;
  max-width: 650px;
  text-align: left;
  margin-top: 40px;
  display: inline-block;
}

.select-field {
  height: 70px;
  direction: ltr;
  color: #aab2bd;
  text-transform: uppercase;
  background-color: #f4f4f4;
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  border-style: none;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
}

.address-box {
  width: 85%;
  display: inline-block;
}

.textarea {
  color: #aab2bd;
  text-transform: uppercase;
  border-width: 4px;
  border-color: #aab2bd;
  border-bottom-style: solid;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 37px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: border .3s;
  position: relative;
  overflow: auto;
}

.textarea:hover {
  border-color: #198ef5;
}

.email {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.email.small {
  color: #aab2bd;
  letter-spacing: -1px;
  font-size: 35px;
  line-height: 45px;
}

.error-message {
  padding-top: 19px;
}

.faq-item {
  border-bottom: 1px solid #e6e9ec;
  padding-top: 60px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.expand-box {
  width: 100%;
  height: auto;
  min-height: 40px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.faq-title-box {
  width: 100%;
  padding-right: 50px;
}

.hide-show-button {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 12px;
  display: flex;
  position: absolute;
  top: -24px;
  right: 0;
}

.vertical-line {
  width: 2px;
  height: 20px;
  background-color: #ffe400;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.horizontal-line {
  width: 20px;
  height: 2px;
  background-color: #aab2bd;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.hero-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  margin-bottom: 34px;
  padding-left: 30px;
  display: flex;
}

.link-box {
  text-decoration: none;
  transition: opacity .3s;
}

.link-box:hover {
  opacity: .8;
}

.nav-menu {
  width: auto;
  min-width: 350px;
  background-color: #fff;
  padding-top: 120px;
  padding-left: 0;
  overflow: hidden;
}

.nav-link {
  color: #484d52;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 25px;
  padding-bottom: 22px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: color .3s;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #aab2bd;
}

.social-link {
  color: #aab2bd;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
  display: none;
}

.newsletter {
  z-index: 10000;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-up-header {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 950px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18% 20px;
  display: flex;
  position: relative;
}

.text-field-pop-up {
  width: 80%;
  height: 76px;
  float: left;
  color: #484d52;
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-left-radius: 5px;
  padding-left: 25px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.pop-up-form {
  width: 100%;
  position: static;
}

.close-link {
  opacity: .7;
  color: #fff;
  margin-top: 15px;
  margin-right: 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-link:hover {
  opacity: 1;
}

.submit-on-pop-up {
  width: 20%;
  height: 76px;
  color: #484d52;
  text-transform: uppercase;
  background-color: #ffe400;
  background-image: url('../images/Arow.png');
  background-position: 79%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-right-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  position: relative;
}

.title-small {
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 30px;
}

.style-box {
  margin-bottom: 40px;
}

.unordered-list {
  font-family: Muli, sans-serif;
}

.list-item {
  color: #484d52;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 26px;
}

.row-licensing.top-border {
  margin-top: 40px;
}

.row-licensing.bottom-divider {
  border-bottom: 1px solid #e6e9ec;
  margin-top: 40px;
  padding-bottom: 10px;
}

.instructions-image {
  margin-bottom: 20px;
}

.hero-big {
  min-height: 680px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 13%;
  padding-bottom: 12%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up-sample-7 {
  max-height: 90vh;
  max-width: 90vw;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-7 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-7:hover {
  background-color: #484d52;
}

.pop-up-sample-8 {
  max-height: 90vh;
  max-width: 90vw;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-8 {
  width: 35px;
  height: 35px;
  background-color: #484d52;
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.pop-up-sample-9 {
  max-height: 90vh;
  max-width: 90vw;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-9 {
  width: 35px;
  height: 35px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .3s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-pop-up-9:hover {
  background-color: #484d52;
}

.newsletter-modal-container {
  width: 100%;
  max-width: 770px;
}

.faq-section {
  margin-top: 120px;
}

.back-box {
  margin-top: 30px;
  padding-left: 5px;
}

.picture-sample {
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.linebreak {
  border: 5px solid #ffe400;
  margin-bottom: 20px;
  margin-left: 93px;
  margin-right: 93px;
}

.homepage-heading-4 {
  padding-left: 78px;
  padding-right: 78px;
}

.earl-yellow {
  color: #ffe400;
}

.telephone-menu {
  color: #ffe400;
  text-align: left;
  padding: 25px 20px 22px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.hero-telephone-span {
  color: #aab2bd;
}

.lightbox-a {
  width: 100%;
  transition: opacity .25s cubic-bezier(.455, .03, .515, .955);
}

.lightbox-a:hover {
  opacity: .71;
}

.lightbox-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 30, 50, .27);
  position: static;
}

.column-1-container {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-text {
  border-bottom: 4px solid #ffe400;
  margin-top: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.lightbox-b {
  width: 100%;
}

.box-3, .box-4 {
  margin-top: 62px;
}

.new-section-1 {
  height: 450px;
  background-image: url('../images/IMG_0193.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.text-span {
  color: #979797;
}

html.w-mod-js [data-ix="50-opacity-on-load"] {
  opacity: .5;
}

html.w-mod-js [data-ix="slide-down-on-load"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="decrease-opacity-of-full-overlay"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-out-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="close-pop-up-1"], html.w-mod-js [data-ix="close-pop-up-2"], html.w-mod-js [data-ix="close-pop-up-3"], html.w-mod-js [data-ix="close-pop-up-4"], html.w-mod-js [data-ix="close-pop-up-5"], html.w-mod-js [data-ix="close-pop-up-6"], html.w-mod-js [data-ix="close-pop-up-7"], html.w-mod-js [data-ix="close-pop-up-8"], html.w-mod-js [data-ix="close-pop-up-9"] {
  transform: translate(0, -45px);
}

html.w-mod-js [data-ix="display-none-on-load-hidden-box"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="move-up-on-load-2"] {
  opacity: 0;
  transform: translate(0, 35px);
}

html.w-mod-js [data-ix="move-up-on-load-3"] {
  opacity: 0;
  transform: translate(0, 40px);
}

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

html.w-mod-js [data-ix="display-none-on-load-arrow"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7.8vw;
    line-height: 1.1em;
  }

  h2 {
    font-size: 6vw;
    line-height: 1.1em;
  }

  h3 {
    font-size: 3.4vw;
    line-height: 1.2em;
  }

  h4 {
    font-size: 3.2vw;
    line-height: 1.2em;
  }

  h5 {
    font-size: 3.4vw;
    line-height: 1.1em;
  }

  h6 {
    font-size: 3vw;
    line-height: 1em;
  }

  .hero-section {
    height: auto;
    padding-top: 12%;
  }

  .container.on-testimonials {
    flex-direction: column;
  }

  .container.justify-space-between {
    flex-wrap: wrap;
  }

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

  .heading-1.big {
    letter-spacing: -6px;
    font-size: 10.9vw;
    line-height: 1.1em;
  }

  .subtitle-box.small {
    width: 80%;
  }

  .paragraph-medium.centered {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent.left {
    padding-right: 40px;
  }

  .heading-3.white {
    font-size: 3.2vw;
    line-height: 1.3em;
  }

  .column-container {
    width: 90%;
  }

  .column-text-box {
    width: 100%;
  }

  .title-big {
    line-height: 1.3em;
  }

  .title-big.top-border {
    font-size: 5.4vw;
  }

  .hero-link-block {
    font-size: 20vw;
    line-height: 1.1em;
  }

  .heading-2.big-spacing {
    font-size: 5.8vw;
    line-height: 1.6em;
  }

  .testimonial-arrow.right, .testimonial-arrow.left {
    display: none;
  }

  .underline-box.medium {
    width: 80%;
  }

  .title-medium {
    font-size: 4.5vw;
    line-height: 1em;
  }

  .subtitle.medium {
    font-size: 17px;
    line-height: 27px;
  }

  .vertical-container {
    width: 50%;
  }

  .big-square-box {
    padding-right: 30px;
  }

  .testimonial-column.flex {
    width: 100%;
  }

  .testimonial-column.right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .testimonial-column.left {
    width: 100%;
    margin-bottom: 40px;
  }

  .square-container {
    width: 50%;
  }

  .blog-column {
    width: 100%;
  }

  .blog-column.right {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
  }

  .service-column {
    width: 100%;
  }

  .service-column.right {
    width: 100%;
    margin-top: 50px;
  }

  .pop-up-sample-1, .pop-up-sample-2, .pop-up-sample-4, .pop-up-sample-5, .pop-up-sample-6 {
    background-image: none;
  }

  .column.right, .column.left {
    width: 100%;
  }

  .email {
    font-size: 6vw;
  }

  .pop-up-sample-7, .pop-up-sample-8, .pop-up-sample-9 {
    background-image: none;
  }

  .newsletter-modal-container {
    width: 90%;
  }

  .linebreak {
    margin-left: 63px;
    margin-right: 63px;
  }

  .homepage-heading-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .box-3, .box-4 {
    margin-top: 20px;
  }

  .new-section-1 {
    height: 380px;
    background-position: 50%;
    background-size: contain;
  }
}

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

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 4.7vw;
  }

  h4 {
    font-size: 4.45vw;
  }

  h5 {
    font-size: 4.7vw;
  }

  h6 {
    font-size: 3.5vw;
  }

  .hero-section {
    padding-top: 19%;
  }

  .container.on-testimonials {
    flex-direction: column;
  }

  .container.top-boder {
    margin-top: 60px;
  }

  .heading-1.big {
    font-size: 11vw;
  }

  .title-link.yellow {
    font-size: 14px;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-subtitle.top-border {
    margin-top: 10px;
  }

  .subtitle-box {
    width: 80%;
  }

  .item {
    width: 50%;
    margin-bottom: 10%;
  }

  .paragraph-medium {
    line-height: 26px;
  }

  .paragraph-medium.inline-block {
    display: inline;
  }

  ._50-percent.left {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  ._50-percent.right {
    width: 100%;
    min-height: 700px;
  }

  .heading-3.white {
    font-size: 4.7vw;
  }

  .column-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-container {
    margin-top: 15%;
  }

  .vertical-box {
    padding-bottom: 15%;
  }

  .title-big {
    font-size: 7.8vw;
  }

  .title-big.top-border {
    font-size: 7.3vw;
  }

  .heading-2.big-spacing {
    font-size: 7.5vw;
  }

  .title-medium {
    font-size: 6vw;
  }

  .footer {
    padding-bottom: 30px;
  }

  .text-field {
    width: 30.5%;
  }

  .footer-link {
    width: 30%;
    font-size: 13.5px;
    line-height: 23px;
    display: inline-block;
  }

  .success-message.on-pop-up {
    height: auto;
    min-height: 76px;
  }

  .content-wrapper.flex {
    display: block;
  }

  .subtitle.medium {
    padding-right: 159px;
  }

  .more-posts-box {
    width: 100%;
    padding-left: 25px;
  }

  .more-posts-box.right {
    border-top: 2px solid #edf0f4;
    border-left-style: none;
  }

  .vertical-container, .big-square-container {
    width: 100%;
  }

  .big-square-box {
    padding-right: 30%;
  }

  .testimonial-column.flex {
    width: 100%;
    margin-bottom: 50px;
  }

  .testimonial-column.right {
    width: 100%;
    padding-left: 0;
  }

  .testimonial-column.left {
    width: 100%;
    margin-bottom: 50px;
  }

  .square-container {
    width: 100%;
  }

  .square-box {
    padding-bottom: 9%;
  }

  .submit-button {
    background-position: 83%;
  }

  .title-box.top-border {
    margin-top: 40px;
  }

  .hero-medium._404 {
    min-height: 450px;
  }

  .image-sample {
    width: 50%;
  }

  .hero-heading-box {
    width: 80%;
  }

  .address-box {
    width: 90%;
  }

  .email {
    font-size: 8vw;
  }

  .expand-box {
    margin-bottom: 20px;
  }

  .newsletter {
    justify-content: flex-start;
    padding-top: 3%;
  }

  .pop-up-header {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .text-field-pop-up {
    width: 70%;
  }

  .submit-on-pop-up {
    width: 30%;
  }

  .box-2 {
    margin-top: 20px;
  }

  .new-section-1 {
    height: 320px;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 15vw;
    line-height: 1.1em;
  }

  h2 {
    font-size: 10vw;
    line-height: 1.15em;
  }

  h3 {
    font-size: 8vw;
  }

  h4 {
    font-size: 7.8vw;
  }

  h5 {
    font-size: 7vw;
  }

  h6 {
    font-size: 6vw;
  }

  .hero-section {
    padding-top: 39%;
  }

  .heading-1.big {
    font-size: 12vw;
  }

  .title-link.yellow {
    font-size: 11px;
  }

  .hero-subtitle {
    font-size: 12px;
    line-height: 17px;
  }

  .signature, .subtitle-box.small, .item {
    width: 100%;
  }

  .paragraph-medium.inline-block {
    line-height: 16px;
  }

  ._50-percent.left {
    padding-right: 0%;
  }

  .heading-3.white {
    font-size: 8vw;
    line-height: 1.3em;
  }

  .paragraph-mini.white {
    display: inline;
  }

  .vertical-box {
    padding-left: 20px;
  }

  .title-big {
    font-size: 11.3vw;
    line-height: 1.3em;
  }

  .title-big.top-border {
    font-size: 10vw;
  }

  .rounded-button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-2.big-spacing {
    font-size: 11vw;
    line-height: 1.5em;
  }

  .underline-box.medium {
    width: 100%;
  }

  .testimonial-details {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .testimonial-pic {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial-pic._1, .testimonial-pic._3 {
    margin-left: 0;
  }

  .testimonial-picture {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-medium {
    font-size: 10vw;
  }

  .text-field {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-field.contact-me {
    border-radius: 0;
  }

  .text-field.no-rounded-borders {
    border-radius: 5px;
  }

  .footer-link {
    width: 48%;
    margin-right: 5px;
  }

  .button-round-hollow {
    padding-left: 29px;
    padding-right: 29px;
  }

  .burger-menu {
    margin-left: 30px;
  }

  .subtitle.medium {
    padding-right: 77px;
  }

  .big-square-box {
    padding-left: 20px;
  }

  .testimonial-column.flex {
    flex-direction: column;
  }

  .square-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph.white {
    display: inline;
  }

  .blog-preview-item {
    flex-direction: column;
  }

  .blog-preview-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-preview-text {
    width: 100%;
    padding-left: 10px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;
    background-position: 72%;
    border-radius: 5px;
  }

  .cta-subtitle {
    font-size: 10vw;
  }

  .image-sample, .hero-heading-box {
    width: 100%;
  }

  .address-box {
    width: 90%;
  }

  .email {
    font-size: 10vw;
  }

  .email.small {
    font-size: 8.5vw;
  }

  .hero-container {
    padding-left: 10px;
  }

  .nav-menu {
    padding-left: 10px;
    overflow: auto;
  }

  .pop-up-header {
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .text-field-pop-up {
    width: 100%;
    border-bottom-left-radius: 0;
  }

  .submit-on-pop-up {
    width: 100%;
    background-position: 69%;
    border-bottom-left-radius: 5px;
    top: -11px;
  }

  .post-details-box {
    margin-bottom: 15px;
  }

  .new-section-1 {
    height: 250px;
  }
}


