:root {
  --dodger-blue: #09f;
  --steel-blue: #3b88b6;
  --steel-blue-2: #2d6d91;
  --dark-gray: #aaa;
  --dark-gray-2: #969696;
}

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

h2 {
  color: #505050;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #3b88b6;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #505050;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  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: #919191;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #aaa;
  border-bottom: 2px solid #969696;
  border-radius: 3px;
  padding: 12px 18px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button:hover, .button.button-blue {
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.button.button-blue:hover {
  background-color: #505050;
  border-bottom-color: #313131;
}

.navigation {
  background-color: #fff;
  padding-bottom: 17px;
  position: relative;
}

.banner {
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.banner.inner-banner {
  height: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.logo {
  margin-top: 25px;
}

.nav-link {
  color: #949494;
  padding-top: 32px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #505050;
  box-shadow: 0 -2px #505050;
}

.nav-link.w--current {
  color: #3b88b6;
  box-shadow: 0 -2px #3b88b6;
}

.shadow {
  z-index: 2;
  opacity: .25;
  text-align: center;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.top-bar {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ebebeb;
  padding-top: 6px;
  padding-bottom: 6px;
}

.location-top {
  float: left;
  width: 50%;
}

.list-top {
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}

.list-top.phone {
  background-image: url('../images/phone_3b88b6_101phone_3b88b6_100.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 25px;
  padding-left: 25px;
}

.list-top.phone.mail {
  background-image: url('../images/envelope_3b88b6_101envelope_3b88b6_100.png');
  background-position: 0 9px;
  background-size: 16px;
}

.paragraph-top {
  font-size: 12px;
  line-height: 20px;
}

.social-top {
  float: left;
  width: 50%;
}

.social-wrapper {
  float: right;
  padding-top: 3px;
  display: inline-block;
}

.social-wrapper.in-footer {
  float: left;
}

.social-wrapper.in-team {
  float: none;
  display: block;
}

.social-icon {
  background-color: #aaa;
  border-bottom: 2px solid #969696;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  transition: background-color .5s;
  display: inline-block;
}

.social-icon:hover {
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.social-icon.facebook {
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-icon.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-icon.linkin {
  background-image: url('../images/linkedin_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-icon.rss {
  background-image: url('../images/rss_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-icon.icon-portfolio {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon.icon-portfolio.left-arrow {
  background-image: url('../images/angle-double-left_ffffff_101angle-double-left_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon.icon-portfolio.icon-right {
  background-image: url('../images/angle-double-right_ffffff_101angle-double-right_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.social-icon.icon-portfolio.port {
  background-image: url('../images/th_ffffff_101th_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.section {
  z-index: 4;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.gray {
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #e3e3e3;
}

.section.gray.pattern {
  background-color: #3b88b6;
  border-top-style: none;
  border-bottom-style: none;
}

.section.no-big-margin {
  padding-bottom: 0;
}

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

.mail:hover {
  color: #313131;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.title-wrapper.no-margin, .title-wrapper.inner {
  margin-bottom: 0;
}

.sub-text {
  color: #717171;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.sub-text.sub-pricing {
  color: #999;
  margin-top: 0;
}

.iconbox {
  background-color: #3b88b6;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.iconbox.icon-1 {
  background-image: url('../images/rocket_ffffff_101rocket_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.iconbox.icon-2 {
  background-image: url('../images/paint-brush_ffffff_101paint-brush_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.iconbox.icon-3 {
  background-image: url('../images/shield_ffffff_101shield_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.iconbox.icon-4 {
  background-image: url('../images/magic_ffffff_101magic_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.line {
  background-color: #ebebeb;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-space {
  margin-top: 20px;
}

.div-space.more-space, .div-space.less-space {
  margin-top: 40px;
}

.process-wrapper {
  float: left;
  width: 25%;
  padding-top: 38px;
  padding-bottom: 48px;
  position: relative;
}

.process-wrapper.step-1 {
  background-color: #c9e6f2;
}

.process-wrapper.step-2 {
  background-color: #94cfe6;
}

.process-wrapper.step-3 {
  background-color: #5eb6d9;
}

.process-wrapper.step-4 {
  background-color: #289dcc;
}

.arrow-process {
  border-top: 15px solid #0000;
  border-bottom: 15px solid #0000;
  border-left-style: solid;
  border-left-width: 15px;
  width: 0;
  height: 0;
  position: absolute;
  top: 59px;
}

.arrow-process.step-1 {
  border-left-color: #c9e6f2;
}

.arrow-process.step-2 {
  border-left-color: #94cfe6;
}

.arrow-process.step-3 {
  border-left-color: #5eb6d9;
}

.no-margin {
  margin-top: 0;
}

.section-process {
  display: block;
}

.portfolio-text {
  background-color: #fff;
  border-bottom: 2px solid #ebe8e8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 17px 10px;
}

.portfolio-text.gray {
  background-color: #f2f2f2;
}

.slide-navigation {
  padding-top: 26px;
  font-size: 10px;
  position: relative;
}

.slide-navigation.top-slide {
  padding-top: 10px;
  font-size: 12px;
  position: absolute;
}

.portfolio-slider {
  background-color: #0000;
  height: auto;
}

.arrow {
  opacity: 0;
  color: #fff;
  background-color: #aaa;
  border-bottom: 2px solid #969696;
  border-radius: 11%;
  width: 40px;
  height: 40px;
  margin-top: 92px;
  padding-top: 13px;
  font-size: 14px;
  font-weight: 700;
  transition: all .5s;
}

.arrow:hover {
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.arrow.test {
  margin-top: 85px;
}

.vertical-arrow {
  position: absolute;
  right: -30px;
  overflow: visible;
}

.vertical-arrow._2 {
  left: -30px;
  right: auto;
}

.portfolio {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 400;
}

.process-text {
  color: #fff;
  padding-left: 35px;
  padding-right: 20px;
}

.no-text {
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.paragraph-text {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

.paragraph-text.paragraph-primary {
  margin-top: 0;
  font-size: 22px;
  line-height: 20px;
}

.paragraph-white {
  color: #fff;
  font-size: 13px;
}

.paragraph-sub {
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 300;
}

.portfolio-base {
  float: left;
  text-align: center;
  width: 33.33%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-overlay {
  transition: all .5s;
  position: relative;
  top: 5px;
  overflow: hidden;
}

.client {
  text-align: center;
  width: 16.666%;
  padding-left: 5px;
  padding-right: 5px;
}

.div-bottom-space {
  margin-bottom: 20px;
}

.footer {
  background-color: #313131;
  padding-top: 55px;
  padding-bottom: 110px;
  position: relative;
}

.tab {
  color: #818181;
  background-color: #f6f6f6;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 4px;
  margin-right: 5px;
  padding: 11px 20px;
  font-size: 14px;
  transition: background-color .5s;
}

.tab.w--current {
  color: #fff;
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.tab-content {
  margin-top: 25px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
}

.testimonials-wrapper {
  text-align: center;
  padding-left: 92px;
  padding-right: 92px;
}

.photo-client {
  background-image: url('../images/cleint3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-client.photo-2 {
  background-image: url('../images/client2.jpg');
}

.photo-client.photo-3 {
  background-image: url('../images/client1.jpg');
}

.testimonials-text {
  color: #999;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.testimonials-name {
  color: #3b88b6;
  font-size: 17px;
}

.portfolio-o {
  opacity: 0;
  background-color: #3b88b6;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
}

.portfolio-o:hover {
  opacity: 1;
}

.link {
  position: relative;
  top: 37%;
}

.bottom-footer {
  background-color: #292929;
  border-top: 1px solid #3b3b3b;
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter {
  color: #a6a6a6;
  margin-bottom: 20px;
}

.newsletter.copyright {
  color: #858585;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
}

.text-field {
  float: left;
  color: #fff;
  background-color: #313131;
  border-top-color: #ffffff4a;
  border-bottom-color: #ffffff4a;
  border-left-color: #ffffff4a;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 46%;
  height: 42px;
  margin-bottom: -1px;
  display: inline-block;
  position: relative;
}

.text-field:active {
  color: #fff;
}

.text-field:focus {
  color: #fff;
  border-top-color: #3b88b6;
  border-bottom-color: #3b88b6;
  border-left-color: #3b88b6;
}

.submit-button {
  float: left;
  background-color: #3b88b6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 24%;
  margin-left: -1px;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: background-color .5s;
  display: inline-block;
  position: relative;
}

.submit-button:hover {
  background-color: #296d94;
}

.white {
  color: #fff;
}

.policy {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
}

.policy:hover {
  text-decoration: underline;
}

.policy.cl {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: block;
}

.policy.cl:hover {
  color: #fff;
  text-decoration: none;
}

.logo-footer {
  margin-bottom: 23px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #308a5e;
  border-radius: 4px;
  width: 100%;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #e66767;
  border-radius: 4px;
}

.div-hero {
  padding-left: 299px;
  padding-right: 299px;
}

.go-up {
  z-index: 100;
  background-color: #aaa;
  background-image: url('../images/angle-double-up_ffffff_101angle-double-up_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-bottom: 2px solid #969696;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  transition: background-color .5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.go-up:hover {
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.ul-top {
  padding-top: 3px;
}

.center {
  text-align: center;
}

.center.primary {
  margin-top: 20px;
}

.filed-label {
  color: #919191;
  font-weight: 400;
}

.text-field-2 {
  color: #515151;
  background-color: #f2f2f2;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #e8e8e8;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 15px;
}

.text-field-2:active {
  color: #515151;
}

.text-field-2:focus {
  color: #515151;
  border-bottom-color: #d9d9d9;
}

.text-field-2.area {
  height: auto;
  padding-top: 10px;
  padding-bottom: 109px;
}

.map {
  margin-bottom: 40px;
}

.top-slider {
  background-color: #0000;
  height: 601px;
}

.top-slider-arrow {
  background-color: #aaa;
  border-bottom: 2px solid #969696;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .5s;
}

.top-slider-arrow:hover {
  background-color: #3b88b6;
  border-bottom-color: #2d6d91;
}

.hc {
  margin-top: 0;
}

.slide {
  padding-top: 109px;
}

.heading-slider {
  margin-top: 0;
  font-size: 32px;
}

.slider-container {
  margin-top: 17px;
}

.pricing {
  float: left;
  background-color: #f7f7f7;
  width: 25%;
  margin-left: -1px;
  padding-bottom: 20px;
  box-shadow: 0 0 0 1px #e1e1e1;
}

.price-top {
  background-color: #313131;
  height: 100px;
  padding: 18px 13px 13px 19px;
  position: relative;
}

.price-top.active {
  background-color: #3b88b6;
}

.list-pricing {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.list-pricing.list-w {
  background-color: #f2f2f2;
}

.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="move-down-link-icon"] {
  opacity: 0;
  transform: translate(0, 140px);
}

html.w-mod-js [data-ix="slide-in-top-button-on-scroll"] {
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-in-inner-big-text-on-load"], html.w-mod-js [data-ix="slide-in-inner-sub-text-on-load"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="zoom-in-image-on-scroll"] {
  opacity: 0;
  transform: scale(.75);
}

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

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

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

html.w-mod-js [data-ix="slide-in-button-on-slide"], html.w-mod-js [data-ix="slide-in-button-on-slide-2"] {
  opacity: 0;
  transform: scale(.5);
}

@media screen and (max-width: 991px) {
  .logo {
    margin-top: 18px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    box-shadow: 0 -1px #0000;
  }

  .iconbox-wrapper {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 135px;
    padding-right: 135px;
  }

  .process-wrapper {
    width: 50%;
  }

  .vertical-arrow {
    right: 0;
  }

  .vertical-arrow._2 {
    left: 0;
  }

  .footer {
    padding-left: 25px;
  }

  .div-hero {
    padding-left: 54px;
    padding-right: 54px;
  }

  .top-slider {
    height: auto;
    padding-bottom: 25px;
  }

  .slide {
    padding-top: 45px;
  }

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

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

  .hamburger {
    color: #fff;
    background-color: #aaa;
    border-bottom: 2px solid #969696;
    border-radius: 4px;
    margin-top: 17px;
    padding: 12px;
  }

  .hamburger.w--open {
    background-color: #3b88b6;
    border-bottom-color: #2d6d91;
  }

  .nav-menu {
    background-color: #f2f2f2;
  }
}

@media screen and (max-width: 767px) {
  .banner.inner-banner {
    padding-top: 36px;
  }

  .logo {
    margin-top: 24px;
  }

  .iconbox-wrapper {
    padding-left: 39px;
    padding-right: 39px;
  }

  .process-wrapper {
    width: 100%;
  }

  .portfolio-base {
    width: 50%;
  }

  .client {
    width: 33.333%;
  }

  .top-slider {
    padding-bottom: 69px;
  }

  .hamburger {
    margin-right: 17px;
  }

  .pricing {
    width: 50%;
  }
}

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

  .banner.inner-banner {
    padding-top: 11px;
    padding-bottom: 37px;
  }

  .logo {
    margin-top: 22px;
  }

  .sub-text {
    margin-top: 10px;
  }

  .no-margin {
    padding-left: 7px;
    padding-right: 7px;
  }

  .portfolio-base {
    width: 100%;
  }

  .footer {
    padding-left: 0;
  }

  .tab {
    margin-top: 12px;
  }

  .testimonials-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .submit-button {
    width: 28%;
  }

  .div-hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-slider {
    padding-bottom: 34px;
  }

  .slide {
    padding-top: 0;
  }

  .heading-slider {
    font-size: 29px;
  }

  .pricing {
    width: 100%;
    margin-bottom: 41px;
  }
}


