.s1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.general-div-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100vh; */
  margin-right: 250px;
  margin-left: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.spacer {
  width: 100%;
  height: 65px;
}

.spacer._25 {
  height: 25px;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  margin: 10px auto;
  border-radius: 50%;
  background-color: #dfdfdf;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
}

.text-block {
  opacity: 1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 80px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.floating-div {
  position: relative;
  left: 90px;
  bottom: 155px;
  z-index: 100;
  width: 400px;
  height: 400px;
}

.floating-div.s1-1 {
  bottom: 139px;
}

.image-3 {
  overflow: hidden;
  max-width: auto;
}

.div-block-2 {
  position: absolute;
  left: 66px;
  top: 50px;
  z-index: 1;
  overflow: visible;
  width: 250px;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 152, 255, .4);
}

.image-section-div {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 50%;
  height: 50%;
}

.image-container.top {
  background-image: url('../images/pexels-photo-388413.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-container.tm {
  background-image: url('../images/pexels-photo-461344.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-container.bm {
  background-image: url('../images/pexels-photo-150958.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-container.b {
  background-image: url('../images/pexels-photo-461755.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  position: relative;
  bottom: 7px;
  display: none;
  max-width: none;
}

.image-4.tl {
  bottom: 8px;
  z-index: 1;
}

.image-4.tr {
  bottom: 68px;
}

.image-4.br {
  bottom: 40px;
}

.image-4.bl {
  bottom: 93px;
}

.tint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .33);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.tint:hover {
  background-color: rgba(0, 0, 0, .6);
}

.button {
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease, border 250ms ease, color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, border 250ms ease, color 250ms ease, box-shadow 250ms ease;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.button:hover {
  border-style: solid;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
  color: #000;
}

.text-block-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.about-us-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/pexels-photo-388413-framed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-perspective: 1001px;
  perspective: 1001px;
}

.overlay-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #0098ff;
  background-image: url('../images/topo3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .5);
  opacity: 1;
}

.paragraph {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.paragraph.black {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.heading {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
}

.heading.black {
  color: #000;
}

.x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 6px 8px 8px;
  -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;
  border-radius: 50%;
  background-color: #cc9623;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}

.services-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-photo-461344-framed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.bl-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-photo-150958-framed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="fade-on-scroll-delay-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-on-scroll-delay-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-on-scroll-delay-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-on-scroll-delay-4"] {
  opacity: 0;
}

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

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

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

@media (max-width: 1191px) {
    
  a, a:link, a:visited, a:focus, a:hover, a:active{
    opacity: 1;

    font-size: 30px;
}
    
  .general-div-1 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .spacer {
    height: 25px;
  } 
  .image-2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .text-block {
    font-size: 30px;
    line-height: 25px;
  }
  .image-4.bl {
    bottom: 131px;
  }
  .overlay-div {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
  }
  .heading {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
      a, a:link, a:visited, a:focus, a:hover, a:active{
    opacity: 1;

    font-size: 30px;
}

  .s1 {
    width: 100%;
    height: 100vh;
  }
  .general-div-1 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .spacer._25.mobile {
    display: none;
  }
  .image-2 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .image-container {
    width: 100%;
  }
  .image-container.top {
    background-image: url('../images/pexels-photo-388413.jpg');
    background-position: 50% 0px;
    background-size: 480px;
  }
  .image-container.tm {
    background-image: url('../images/pexels-photo-461344.jpg');
    background-position: 50% 50%;
    background-size: 480px;
  }
  .image-container.bm {
    background-image: url('../images/pexels-photo-150958.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image-container.b {
    background-image: url('../images/pexels-photo-461755.jpg');
    background-position: 50% 50%;
    background-size: 480px;
  }
  .image-4 {
    display: none;
  }
  .image-4.tl {
    bottom: 0px;
    display: none;
    width: auto;
    height: 100%;
  }
  .image-4.tr {
    bottom: 0px;
    width: 100%;
    height: auto;
  }
  .image-4.br {
    bottom: 0px;
    width: auto;
    height: 100%;
  }
  .image-4.bl {
    bottom: 0px;
    width: auto;
    height: 100%;
  }
  .button {
    font-size: 18px;
  }
  .text-block-2 {
    font-size: 15px;
  }
  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 20px;
  }
  .paragraph.black {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
  }
  .heading {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .heading.black {
    font-size: 25px;
    line-height: 25px;
  }
}

