:root {
  --light-sea-green: #01a2a6;
  --dark-slate-gray: #282f36;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #414141;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #818181;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  opacity: .7;
  color: #01a2a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #01a2a6;
  border-radius: 25px;
  margin-right: 6px;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .5s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
}

.button.white {
  opacity: .85;
  color: #fff;
  border-color: #fff;
}

.button.white:hover {
  opacity: 1;
}

.button.color {
  border-style: none;
}

.banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/section-bg-14.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 100%;
  min-height: 80vh;
}

.navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px #0000001a;
}

.logo {
  padding-top: 5px;
}

.arrow {
  color: #b0b0b0;
  margin-top: 26px;
  margin-right: 0;
  font-size: 10px;
}

.navigation-link {
  color: #a1a1a1;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover {
  color: #414141;
}

.navigation-link.w--current {
  opacity: 1;
  color: #414141;
}

.navigation-link.w--open {
  color: #414141;
}

.navigation-link.small {
  color: #d6d6d6;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #38424d;
  border-right: 1px solid #38424d;
  margin-right: -1px;
  padding: 20px;
  font-size: 11px;
  font-weight: 400;
  transition: all .5s;
}

.navigation-link.small:hover, .navigation-link.small.w--current {
  color: #fff;
}

.welcome-section {
  background-color: #f7f7f7;
  border-top: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-text {
  color: #878787;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.sub-text.in-slider {
  color: #fff;
}

.sub-text.in-inner {
  text-align: left;
}

.sub-text.in-contact {
  margin-bottom: 10px;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-div {
  color: #969696;
  text-align: center;
  margin-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 34px;
}

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

.div-button.hero {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.small-navigation {
  z-index: 999;
  background-color: #282f36f2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  top: 99px;
}

.container-small-navigation {
  text-align: center;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 10px;
  box-shadow: 1px 1px 4px #00000012;
}

.dropdown-link {
  color: #9c9c9c;
  border-bottom: 1px solid #ebebeb;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 600;
  transition: all .5s;
}

.dropdown-link:hover {
  color: #595959;
}

.title-top {
  color: #414141;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
}

.title-top.pagination {
  color: #fff;
}

.row {
  margin-top: 80px;
}

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

.row.pagination {
  margin-top: 0;
}

.icon-services {
  width: 90px;
  height: 50px;
}

.quote-section {
  background-image: linear-gradient(270deg, #ffffff80, #fff0), url('../images/qoute.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.work-section {
  padding-top: 100px;
}

.quote-text {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 60px;
}

.big {
  color: #787878;
  font-weight: 100;
  line-height: 34px;
}

.column-portfolio {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.hero-section {
  background-color: #01a2a6;
}

.div-photo {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.features-section {
  background-color: #f7f7f7;
  padding-top: 100px;
}

.portfolio-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .5s;
  position: absolute;
  overflow: hidden;
}

.portfolio-overlay:hover {
  box-shadow: inset 0 0 40px 17px #0009;
}

.text-overlay {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 30px;
  margin-left: 30px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-section {
  padding-top: 250px;
  padding-bottom: 50px;
}

.logo-section.pagination {
  background-color: #f7f7f7;
  padding-top: 50px;
}

.logo-section.pagination.center {
  background-color: #fff;
}

.column-logo {
  opacity: .2;
  text-align: center;
  transition: opacity .5s;
}

.column-logo:hover {
  opacity: .5;
}

.footer-section {
  background-color: #252a2e;
}

.div-phone {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -216px;
}

.column-social {
  text-align: center;
  background-color: #282f36;
  border-right: 1px solid #39434d;
  height: 120px;
  padding: 0;
  transition: all .5s;
  overflow: hidden;
}

.column-social.facebook:hover {
  background-color: #3b5998;
}

.column-social.twitter:hover {
  background-color: #00aced;
}

.column-social.google:hover {
  background-color: #dd4b39;
}

.column-social.instagram {
  border-right-style: none;
}

.column-social.instagram:hover {
  background-color: #517fa4;
}

.social-icon {
  opacity: .4;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 0;
  transition: opacity .5s;
}

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

.social-icon.in-footer {
  opacity: 1;
  width: 40px;
  height: 40px;
}

.footer-container {
  margin-top: 80px;
}

.logo-footer {
  text-align: center;
  border-bottom: 1px solid #363f47;
  padding-bottom: 30px;
}

.row-social {
  border-bottom: 1px solid #39434d;
}

.footer-text {
  color: #656d75;
  margin-top: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.footer-text.copy {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
}

.mail {
  color: #656d75;
  text-decoration: none;
  transition: all .5s;
}

.mail:hover {
  color: #bcc5cf;
}

.copyright {
  background-color: #282f36;
  border-top: 1px solid #39434d;
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-small-footer {
  text-align: center;
}

.fa {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-pagination {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DeathtoStock_Wired10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 100px;
}

.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-portfolio {
  margin-left: 60px;
  margin-right: 60px;
}

.div-portfolio.right-large {
  margin-top: 80px;
}

.project {
  margin-top: 0;
}

.top-hd {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 1px 4px #0000001a;
}

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

.banner-project {
  background-image: url('../images/section-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section-project {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list {
  padding-bottom: 20px;
}

.related-section {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.map {
  height: 500px;
}

.form-section {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form {
  margin-top: 80px;
}

.text-field {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-style: italic;
}

.text-field.area {
  margin-top: 26px;
  padding-bottom: 99px;
}

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

.error {
  text-align: center;
  border-radius: 22px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.error.success {
  background-color: #01a2a6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-2 {
  color: #d99898;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

.error-2.success {
  color: #92f6f7;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.hide-dots {
  display: none;
}

.arrow-slider {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  margin-top: 459.5px;
  margin-left: 30px;
  padding-top: 11px;
  font-size: 22px;
  transition: background-color .5s;
}

.arrow-slider:hover {
  background-color: #01a2a6;
  border-color: #01a2a6;
}

.arrow-slider.left {
  margin-left: 0;
  margin-right: 30px;
}

.slide {
  padding-top: 334px;
}

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

.big-text {
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fffc;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 45px 50px;
  font-size: 60px;
  font-weight: 400;
  display: inline-block;
}

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

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

.column-team {
  padding-left: 5px;
  padding-right: 5px;
}

.team-desktop {
  background-color: #fff;
  margin-top: -53px;
  margin-left: 37px;
  margin-right: 37px;
  padding-top: 15px;
  padding-bottom: 13px;
  display: block;
  position: relative;
}

.team {
  margin-top: 0;
  margin-bottom: 10px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

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

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

html.w-mod-js [data-ix="slide-in-slider-text-on-slide"], html.w-mod-js [data-ix="slide-in-slider-text-on-slide-2"], html.w-mod-js [data-ix="slide-in-slider-text-on-slide-3"], html.w-mod-js [data-ix="slide-in-slider-text-on-slide-4"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="slide-in-slider-text-on-slide-5"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (max-width: 991px) {
  .banner {
    height: 700px;
    min-height: auto;
  }

  .navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .arrow {
    color: #fff;
    margin-right: 25px;
  }

  .dropdown {
    max-width: 100%;
  }

  .navigation-link {
    color: #fff;
    max-width: 100%;
  }

  .navigation-link:hover, .navigation-link.w--current {
    color: #fff;
    background-color: #1d2329;
  }

  .navigation-link.w--open {
    color: #fff;
  }

  .dropdown-list.w--open {
    background-color: #303740;
    margin-top: 0;
  }

  .dropdown-link {
    border-bottom-color: #3a434d;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link:hover {
    color: #e8e8e8;
  }

  .text-overlay {
    padding: 10px 15px;
    font-size: 12px;
  }

  .banner-pagination {
    padding-top: 100px;
  }

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

  .div-portfolio {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: 700px;
  }

  .slide {
    padding-top: 249px;
  }

  .big-text {
    padding: 35px 40px;
    font-size: 40px;
  }

  .hamburger {
    color: #222;
  }

  .menu-hamburger {
    background-color: #282f36f2;
  }

  .mnm.w--open {
    color: #fff;
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 600px;
  }

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

  .title-top.pagination {
    font-size: 25px;
  }

  .row {
    text-align: center;
  }

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

  .quote-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .quote-text {
    font-size: 23px;
  }

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

  .related-section {
    padding-bottom: 0;
  }

  .text-field.area {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: 600px;
  }

  .arrow-slider {
    margin-left: 10px;
  }

  .arrow-slider.left {
    margin-left: 20px;
    margin-right: 0;
  }

  .slide {
    padding-top: 207px;
  }

  .big-text {
    padding: 25px 30px;
    font-size: 30px;
  }

  .column-space {
    margin-bottom: 30px;
  }

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

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

  .banner {
    height: 400px;
  }

  .sub-text.in-slider {
    font-size: 10px;
  }

  .paragraph-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-top.pagination {
    font-size: 19px;
  }

  .row {
    text-align: center;
  }

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

  .logo-section {
    padding-top: 125px;
  }

  .div-phone {
    margin-bottom: -82px;
  }

  .slider {
    height: 400px;
  }

  .slide {
    padding-top: 89px;
  }

  .big-text {
    padding: 15px 20px;
    font-size: 21px;
  }

  .hide {
    display: none;
  }

  .column-team {
    margin-bottom: 45px;
  }
}


