@font-face {
  font-family: Hand of sean demo;
  src: url('../fonts/Hand_Of_Sean_Demo.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --crimson: #cd1231;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

h4 {
  color: #252525;
  margin-top: 10px;
  margin-bottom: 0;
  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: #888;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d9455e;
  border-radius: 2px;
  margin-right: 10px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

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

.button.button-color.second-color {
  color: #4a4a4a;
  background-color: #fff;
}

.button.button-color.second-color:hover {
  color: #fff;
  background-color: #212121;
}

.button.sub {
  width: 100%;
  display: block;
}

.button.button-color {
  background-color: #c4c4c4;
}

.button.button-color:hover {
  background-color: #cd1231;
}

.navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 3px #00000012;
}

.brand {
  padding-top: 9px;
  padding-bottom: 9px;
}

.banner {
  background-color: #313131;
  background-image: linear-gradient(#15181bb3, #15181bb3), url('../images/shutterstock_110793839.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.banner.inner-banner {
  background-image: url('../images/shutterstock_81556762.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.nav-link {
  color: #444;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.nav-link:hover {
  color: #fff;
  background-color: #444;
}

.nav-link.w--current {
  color: #fff;
  background-color: #cd1231;
}

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

.section.parallax {
  background-image: linear-gradient(#15181bf2, #15181bf2), url('../images/shutterstock_81556762.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.parallax.photo-2 {
  background-image: linear-gradient(#15181bf2, #15181bf2), url('../images/shutterstock_148390433.jpg');
}

.section.fun-facts-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.another-parallax {
  background-image: linear-gradient(#b4b0e3f2, #b4b0e3f2), url('../images/shutterstock_118835632.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.features {
  background-color: #cd1231;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.gray {
  background-color: #f1f1f1;
}

.section.gray.another-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  padding-top: 70px;
  padding-bottom: 0;
}

.top-title {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 95px;
  font-family: Oswald, sans-serif;
  font-size: 58px;
}

.top-title.header {
  color: #fff;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 60px;
}

.color {
  color: #cd1231;
}

.service-wrapper {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.service-icon {
  background-color: #f7f7f7;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.service-icon.icon-1.icon-2 {
  background-image: url('../images/pencil_cd1231_101pencil_cd1231_100.png');
}

.service-icon.icon-1.icon-3 {
  background-image: url('../images/paper-plane-o_cd1231_101paper-plane-o_cd1231_100.png');
  background-position: 45%;
}

.service-icon.service-white {
  background-color: #fff;
}

.another-title {
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0 0 2px #fff;
}

.second-title {
  color: #444;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.second-title.white-second {
  color: #fff;
}

.link {
  color: #c3c3c3;
  text-decoration: none;
  transition: all .5s;
}

.link:hover {
  color: #cd1231;
}

.link.another-white {
  color: #ffffffb8;
}

.link.another-white:hover {
  color: #fff;
}

.portfolio-w-pro {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.portfolio-w-pro._3-column {
  width: 33.33%;
}

.white {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.paragraph-parallax {
  color: #ccc;
  width: 100%;
  font-weight: 300;
}

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

.list-parallax {
  background-image: url('../images/star_cccccc_101star_cccccc_100.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.space {
  margin-top: 20px;
}

.space.more-space {
  margin-top: 60px;
}

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

.tab-menu {
  background-color: #0000;
}

.tab-link {
  float: left;
  opacity: .45;
  background-color: #0000;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19.5%;
  height: 63px;
  margin-right: 2px;
  padding: 0;
  display: inline-block;
}

.tab-link:hover {
  opacity: .9;
}

.tab-link.w--current {
  opacity: 1;
}

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

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

.tab-link.photo-4 {
  background-image: url('../images/4.jpg');
}

.tab-link.photo-5 {
  background-image: url('../images/5.jpg');
}

.line {
  background-color: #e1e1e1;
  width: 40px;
  height: 1px;
  margin: 20px auto 15px;
  display: block;
}

.column-0-padding {
  background-color: #30333a;
  padding-left: 0;
  padding-right: 0;
}

.column-0-padding.column-no-color {
  background-color: #0000;
}

.tab-content {
  z-index: 2;
  float: left;
  width: 99%;
  margin-bottom: 2px;
  position: relative;
}

.fun-facts-wrapper {
  text-align: center;
}

.fun-facts-number {
  color: #444;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.fun-facts-sub-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 40px;
}

.div-icon {
  float: left;
  width: 20%;
}

.quote-icon {
  background-color: #fff;
  background-image: url('../images/quote-left_b4b0e3_101quote-left_b4b0e3_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.div-double {
  height: 530px;
  overflow: hidden;
}

.div-double.more-space {
  background-image: url('../images/megaphone.png');
  background-position: 129% -55%;
  background-repeat: no-repeat;
  padding: 40px 228px 30px 40px;
}

.div-double.image {
  background-image: url('../images/shutterstock_107858753.jpg');
  background-size: cover;
}

.arrow {
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.arrow-2 {
  border-top: 30px solid #cd1231;
  border-left: 30px solid #0000;
  border-right: 30px solid #0000;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon {
  float: left;
  background-color: #fff;
  background-image: url('../images/briefcase_cd1231_101briefcase_cd1231_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 12px;
}

.features-icon.icon-2 {
  background-image: url('../images/exclamation_cd1231_101exclamation_cd1231_100.png');
}

.features-icon.icon-3 {
  background-image: url('../images/rocket_cd1231_101rocket_cd1231_100.png');
}

.features-icon.icon-4 {
  background-image: url('../images/tasks_cd1231_101tasks_cd1231_100.png');
}

.features-icon.icon-5 {
  background-image: url('../images/users_cd1231_101users_cd1231_100.png');
}

.features-icon.icon-6 {
  background-image: url('../images/video-camera_cd1231_101video-camera_cd1231_100.png');
}

.features-icon.icon-7 {
  background-image: url('../images/pencil_cd1231_101pencil_cd1231_100.png');
}

.features-icon.icon-8 {
  background-image: url('../images/gear_cd1231_101gear_cd1231_100.png');
}

.features-icon.icon-9 {
  background-image: url('../images/globe_cd1231_101globe_cd1231_100.png');
}

.features-wrapper {
  position: relative;
  overflow: hidden;
}

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

.row-space {
  margin-top: 60px;
}

.testimonials-wrapper {
  float: left;
  width: 75%;
}

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

.slider-dots {
  text-align: right;
  padding-top: 15px;
  padding-right: 9px;
  font-size: 9px;
}

.testimonials {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

.testimonials-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.small-wrok {
  color: #ffffffc4;
  font-size: 12px;
  line-height: 30px;
}

.sns-shrink {
  height: 90px;
}

.client-logo {
  float: left;
  border: 1px solid #e1e1e1;
  width: 17.8%;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: box-shadow .3s;
}

.client-logo:hover {
  box-shadow: 0 0 3px 2px #00000012;
}

.footer {
  background-color: #2e3134;
  padding-top: 53px;
  padding-bottom: 110px;
  position: relative;
}

.bottom-footer {
  background-color: #222427;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-footer {
  color: #95999d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

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

.paragraph-footer {
  margin-bottom: 0;
}

.social-icon {
  float: none;
  background-color: #4b4e52;
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  transition: all .5s;
}

.social-icon:hover {
  background-color: #cd1231;
}

.social-icon.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
}

.social-icon.pintesret {
  background-image: url('../images/pinterest_ffffff_150.png');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
}

.email-field {
  color: #fff;
  text-align: center;
  background-color: #4b4e52;
  border: 1px solid #595f66;
  height: 50px;
  font-size: 13px;
}

.success-message {
  text-align: center;
  background-color: #00bd78;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.success-message.error-message {
  background-color: #f2526d;
}

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

.portfolio-overlay {
  opacity: 0;
  text-align: center;
  background-color: #15181bf2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
}

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

.div-text {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  top: 45%;
}

.div-text.version-2 {
  top: 40%;
}

.portfolio-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.low-title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 90px;
  font-size: 25px;
}

.bold-red {
  color: #cd1231;
  font-weight: 700;
}

.page {
  background-color: #f1f1f1;
}

.float-left {
  float: right;
}

.portfolio-navi {
  background-image: url('../images/th_555555_101th_555555_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 30px;
  height: 30px;
  margin-left: 0;
}

.portfolio-navi._2 {
  background-image: url('../images/angle-left_555555_101angle-left_555555_100.png');
  background-size: 30px;
}

.portfolio-navi._3 {
  background-image: url('../images/angle-right_555555_101angle-right_555555_100.png');
  background-size: 30px;
}

.line-full {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.line-full.line-space {
  margin-top: 70px;
}

.lighter {
  margin-left: 16px;
  font-size: 39px;
  font-weight: 300;
}

.lighter._2 {
  font-weight: 300;
}

.sma {
  font-size: 16px;
}

.hand-of-sean-font {
  color: #fff;
  text-transform: none;
  background-color: #cd1231;
  padding: 12px 16px;
  font-family: Hand of sean demo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  bottom: 5px;
}

.center {
  text-align: center;
}

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

.heading-team {
  margin-bottom: 15px;
}

.map {
  height: 400px;
  position: relative;
}

.hero-section {
  color: #fff;
  background-color: #b4b0e3;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 35px;
  font-weight: 300;
  line-height: 71px;
  text-decoration: none;
  transition: all .5s;
}

.text-field {
  float: left;
  border-style: none;
  width: 465px;
  height: 45px;
  margin-right: 10px;
}

.text-field.no-l {
  margin-right: 0;
}

.text-field._100-p {
  width: 100%;
}

.text-field._100-p.are {
  padding-bottom: 77px;
}

.container-banner {
  position: relative;
  top: 30%;
}

.sub-banner {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
}

.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-up-portfolio-title"] {
  opacity: 0;
  transform: translate(0, -25px);
}

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

html.w-mod-js [data-ix="zoom-in-sub-banner-on-load"] {
  opacity: 0;
  transform: scale(1.28);
}

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

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

@media screen and (max-width: 991px) {
  h3 {
    line-height: 46px;
  }

  .navigation {
    position: relative;
  }

  .banner {
    height: 500px;
  }

  .nav-link {
    max-width: 100%;
  }

  .section.gray {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-title.header {
    font-size: 35px;
  }

  .portfolio-w-pro {
    width: 50%;
  }

  .tab-link.photo-2 {
    width: 18.5%;
  }

  .div-icon {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    display: block;
  }

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

  .div-double.more-space {
    height: 400px;
    padding-left: 20px;
    padding-right: 10px;
  }

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

  .testimonials-wrapper {
    float: left;
    width: 100%;
  }

  .client-logo {
    width: 31.333%;
    margin-bottom: 22px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .lighter._2 {
    font-size: 43px;
  }

  .text-field {
    width: 100%;
  }

  .nav-menu {
    background-color: #f1f1f1;
    width: 100%;
  }

  .hamburger.w--open {
    background-color: #cd1231;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    line-height: 62px;
  }

  .navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .section.parallax.photo-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.another-parallax {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section.gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-device {
    padding-top: 40px;
  }

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

  .portfolio-w-pro._3-column {
    width: 50%;
  }

  .fun-facts-wrapper {
    margin-bottom: 17px;
  }

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

  .client-logo {
    width: 47%;
    margin-bottom: 12px;
  }

  .float-left {
    float: none;
  }

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

  .container-banner {
    top: 24%;
  }

  .div-tab {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 44px;
  }

  .brand {
    width: 177px;
  }

  .banner {
    height: 340px;
  }

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

  .portfolio-w-pro, .portfolio-w-pro._3-column {
    width: 100%;
  }

  .div-double.more-space {
    background-position: 100% 100%;
    height: 700px;
  }

  .sns-container {
    padding-right: 5px;
  }

  .client-logo {
    text-align: center;
    width: 96%;
  }

  .float-left {
    float: none;
  }

  .lighter._2 {
    font-size: 30px;
  }

  .hero-section {
    line-height: 48px;
  }

  .sub-banner {
    margin-bottom: 6px;
    font-size: 15px;
  }
}


@font-face {
  font-family: 'Hand of sean demo';
  src: url('../fonts/Hand_Of_Sean_Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}