:root {
  --steel-blue: #428bc7;
  --dark-slate-gray: #333c45;
  --dark-slate-blue: #1f399e;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #818181;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: #555;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #585858;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #585858;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #585858;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
}

.button {
  color: #428bc7;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #428bc7;
  border-radius: 5px;
  margin-top: 15px;
  padding: 8px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

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

.button.button-price {
  margin-top: 28px;
}

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

.button.button-white:hover {
  color: #428bc7;
  background-color: #fff;
}

.brand-logo {
  float: left;
  margin-top: 20px;
  margin-left: 25px;
}

.navigation-menu {
  float: none;
  margin-top: 30px;
}

.navigation-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s;
  display: inline-block;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.navigation-container {
  text-align: center;
  display: block;
}

.header {
  background-color: #0000;
  border-bottom: 1px solid #ffffff21;
  height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.header-contact {
  float: right;
  text-align: left;
  margin-top: 30px;
  margin-right: 25px;
}

.header-text {
  float: right;
  color: #fff;
  margin-left: 8px;
  font-size: 13px;
  position: relative;
}

.header-icon {
  float: left;
  margin-top: 4px;
}

.section {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.scroll-header {
  opacity: .97;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bran-logo-scroll {
  margin-top: 17px;
}

.navigation-link-scroll {
  color: #313131;
  text-transform: uppercase;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.navigation-link-scroll:hover {
  color: #428bc7;
  border-bottom: 2px solid #428bc7;
}

.navigation-link-scroll.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.banner {
  background-color: #1f399e;
}

.service-wrapper {
  text-align: center;
  display: block;
  position: relative;
  overflow: visible;
}

.circle {
  border: 2px solid #428bc7;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: block;
}

.work-title {
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
  position: relative;
}

.center-div {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  display: block;
}

.line {
  background-color: #428bc7;
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line.left {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.work-column {
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-overlay {
  background-image: radial-gradient(circle, #fff0, #00000080);
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  position: absolute;
  overflow: hidden;
}

.work-overlay:hover {
  box-shadow: inset 0 0 8px 3px #00000080;
}

.work-hover {
  padding: 15px 20px;
  display: block;
  position: absolute;
  inset: 40% 0 0;
}

.on-work {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.sub-title {
  color: #f2f2f2;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.section-features {
  z-index: 2;
  background-color: #f2f2f2;
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
}

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

.slider {
  color: #ffffffcf;
  background-color: #0000;
  height: auto;
  font-weight: 300;
}

.hide-dots {
  display: none;
}

.arrow {
  opacity: .3;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 30px;
  transition: all .5s;
}

.arrow:hover {
  opacity: 1;
}

.vertical {
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.slide-2 {
  display: inline-block;
  position: relative;
  overflow: visible;
}

.features-image {
  text-align: center;
  position: relative;
}

.features-text {
  padding-top: 25px;
}

.uppercase {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.uppercase.white {
  color: #fff;
  text-align: center;
}

.hand-text {
  color: #999;
  letter-spacing: 0;
  padding-left: 48px;
  font-family: Just Another Hand, sans-serif;
  font-size: 28px;
}

.cool {
  padding-left: 158px;
  position: relative;
  bottom: 18px;
}

.hero-div {
  z-index: 10;
  background-color: #1f399e;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.hero-text {
  color: #95c2e8;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.option-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}

.column-wrapper {
  box-shadow: none;
  padding: 30px 20px 20px;
}

.shadow {
  opacity: .6;
  text-align: center;
  position: relative;
  bottom: 14px;
}

.shadow.darker {
  opacity: 1;
  bottom: 8px;
}

.row {
  margin-top: 50px;
}

.fun-facts-section {
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 150px;
}

.skills-row {
  padding-top: 80px;
}

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

.clients-slider {
  background-color: #0000;
  margin-top: 45px;
}

.slide-1-testimonials {
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
}

.clients-photo {
  z-index: 1;
  background-image: url('../images/client2.jpg');
  background-repeat: no-repeat;
  background-size: 130px;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.clients-photo.photo-3 {
  background-image: url('../images/client1.jpg');
  background-position: 50%;
}

.arrow-clients {
  opacity: .6;
  color: #a8a8a8;
  border: 2px solid #d1d1d1;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-size: 19px;
  transition: all .5s;
}

.arrow-clients:hover {
  opacity: 1;
}

.vertical-clients {
  margin-left: 1px;
  margin-right: 1px;
  position: absolute;
}

.text-clients {
  color: #919191;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
}

.section-clients {
  background-color: #f2f2f2;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
  overflow: visible;
}

.bradnign-logo {
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.branding-hover {
  opacity: .5;
  transition: opacity .5s;
}

.branding-hover:hover {
  opacity: 1;
}

.social-icon {
  background-color: #333c45;
  border-right: 1px solid #3c4752;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: background-color .3s;
}

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

.social-icon.twitter:hover {
  background-color: #2aa9e0;
}

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

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

.social-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  z-index: 50;
  background-color: #333c45fc;
  padding-top: 10px;
  padding-bottom: 30px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.footer-social {
  margin-top: 15px;
}

.footer-circle {
  opacity: .6;
  text-align: center;
  border: 1px solid #818181;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 1px;
  transition: all .5s;
}

.footer-circle:hover {
  opacity: 1;
}

.small-footer {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.small-footer-text {
  color: #adadad;
  margin-left: 10px;
  padding-top: 8px;
  font-size: 13px;
  display: inline-block;
}

.go-top {
  float: right;
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  transition: border .5s;
  overflow: hidden;
}

.go-top:hover {
  border-color: #428bc7;
}

.h3-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.text-field {
  color: #333c45;
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #818181;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-size: 13px;
}

.text-field:hover {
  border-bottom-color: #428bc7;
}

.text-field.select {
  color: #333c45;
}

.text-area {
  color: #333c45;
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #818181;
  border-left-style: none;
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 13px;
}

.text-area:hover {
  color: #fff;
  border-bottom-color: #428bc7;
}

.submit-button {
  color: #818181;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #818181;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  transition: all .5s;
  position: relative;
}

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

.success-message {
  text-align: center;
  background-color: #0000;
  border: 2px solid #428bc7;
  border-radius: 5px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.error-message {
  text-align: center;
  background-color: #0000;
  border: 2px solid #db2121;
  border-radius: 5px;
  margin-top: 15px;
}

.close-footer {
  float: right;
  opacity: .3;
  text-align: center;
  border: 2px solid #818181;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  padding-top: 4px;
  transition: all .5s;
  position: relative;
  bottom: -13px;
}

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

.close-text {
  float: right;
  margin-right: 15px;
  position: relative;
  bottom: -21px;
}

.sub-header {
  z-index: 1;
  background-color: #1f399e;
  padding-bottom: 60px;
  position: relative;
}

.info {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.info.address {
  margin-bottom: 0;
}

.info-icon {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

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

.mail:hover {
  color: #fff;
}

.contact {
  color: #bdbdbd;
}

.section-page {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.section-work {
  z-index: 2;
  position: relative;
}

.container-about {
  text-align: center;
  padding-top: 60px;
}

.white {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

.white.number {
  font-size: 35px;
}

.sub-text {
  color: #ffffff9c;
  font-size: 18px;
  font-weight: 200;
}

.sub-text.cl {
  color: #8f8f8f;
  font-weight: 300;
}

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

.name-staff {
  color: #428bc7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.tean-work {
  color: #999;
  margin-bottom: 10px;
  font-weight: 400;
}

.social-team {
  opacity: .7;
  background-color: #f2f2f2;
  border-radius: 60px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-top: 2px;
  transition: all .5s;
}

.social-team:hover {
  opacity: 1;
}

.social-block {
  margin-top: 15px;
}

.section-help {
  background-image: url('../images/banner2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.row-help {
  margin-top: 100px;
}

.help-1 {
  text-align: center;
  background-color: #fffffff2;
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 6px #0000002e;
}

.circle-help {
  opacity: 1;
  background-color: #428bc7;
  border-radius: 60px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  display: block;
  position: relative;
  bottom: 50px;
}

.help-content {
  position: relative;
  bottom: 36px;
}

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

.link-help:hover {
  color: #303030;
}

.section-services {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-services.white-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 83px;
}

.section-project {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.project-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.project-button {
  opacity: .6;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding-top: 9px;
  transition: opacity .5s;
}

.project-button:hover {
  opacity: 1;
}

.project-button.previous {
  float: left;
}

.project-button.next {
  float: right;
}

.line-project {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.slider-project {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.arrow-project {
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  font-size: 24px;
  transition: opacity .5s;
}

.arrow-project:hover {
  opacity: .8;
}

.caption {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  position: absolute;
  bottom: 23px;
  left: 23px;
}

.caption-link {
  color: #fff;
  background-color: #428bc7cc;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  top: 23px;
  right: 23px;
}

.section-logo {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.project {
  color: #585858;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.details {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-text {
  color: #adadad;
}

.pricing-section {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.pricing-table {
  text-align: center;
  background-color: #ffffff85;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.pricing-price {
  text-align: center;
  background-color: #428bc7;
  background-image: none;
  padding: 10px 0 30px;
  overflow: hidden;
}

.circle-prize {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.pricing {
  letter-spacing: -1px;
  border-bottom: 1px solid #fff3;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 19px;
}

.month {
  color: #ffffffa6;
  text-transform: none;
  font-size: 15px;
}

.ribbon {
  color: #8c630b;
  background-color: #ffae00;
  margin-top: 6px;
  margin-right: -45px;
  padding: 7px 50px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  right: 0;
  transform: rotate(46deg);
}

.pricing-section-2 {
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.alert {
  background-color: #e1f8ff;
  border: 1px solid #78dffe;
  border-radius: 6px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
}

.help {
  color: #77d8f5;
}

.help.help-2 {
  font-weight: 400;
}

.close {
  float: right;
  opacity: .66;
  transition: all .5s;
  position: relative;
  top: 5px;
  right: 4px;
}

.close:hover {
  opacity: 1;
}

._404-section {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.circle-404 {
  text-align: center;
  border: 6px solid #428bc7;
  border-radius: 200px;
  width: 380px;
  height: 380px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  display: block;
}

._404-text {
  color: #428bc7;
  margin-bottom: 67px;
  font-size: 140px;
  font-weight: 600;
}

._404-container {
  z-index: 1;
  text-align: center;
  position: relative;
}

.logo-background {
  opacity: .05;
  position: absolute;
  top: 25%;
  left: -23%;
}

.row-social {
  z-index: 1;
  position: relative;
}

.mascot {
  text-align: center;
  position: relative;
  top: 2px;
  overflow: visible;
}

.text-slider {
  padding-top: 40px;
  top: 45px;
}

.big-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}

.medium-text {
  color: #ffffff9c;
  margin-bottom: 20px;
  font-size: 18px;
}

.body {
  background-color: #0000;
}

.header-logo {
  margin-top: -5px;
  padding-bottom: 0;
}

.image-shadow {
  margin-bottom: 9px;
  padding-bottom: 0;
  box-shadow: 3px 3px 14px #000;
}

.mines-rows {
  margin-bottom: 19px;
}

.mines-column {
  box-shadow: 3px 3px 15px #000;
}

.quote-form {
  margin-left: 10px;
  margin-right: 11px;
}

.button-2 {
  color: #1f399e;
  background-color: #0000;
  border: 3px solid #1f399e;
  border-radius: 10px;
  transition: background-color .5s;
}

.button-2.button-blue {
  border-width: 2px;
  border-radius: 5px;
}

.button-2.button-blue:hover {
  color: #fff;
  background-color: #428bc7;
  border-color: #fff;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image.scroll-logo {
  margin-bottom: 10px;
}

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

html.w-mod-js [data-ix="display-none-footer-on-load"] {
  display: none;
  transform: translate(0, 400px);
}

html.w-mod-js [data-ix="hide-close-contact-text-on-load"] {
  opacity: 0;
  transform: translate(-20px);
}

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

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

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

html.w-mod-js [data-ix="fade-in-arrow-on-load-2"] {
  opacity: 0;
  transform: translate(100px);
}

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

html.w-mod-js [data-ix="fade-in-text-on-load-5"] {
  opacity: .22;
  transform: translate(0, 506px);
}

html.w-mod-js [data-ix="fade-in-text-on-load-6"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="fade-in-text-on-load-7"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scale-in-icon-on-scroll"], html.w-mod-js [data-ix="scale-in-icon-on-scroll-2"], html.w-mod-js [data-ix="scale-in-icon-on-scroll-3"], html.w-mod-js [data-ix="scale-in-icon-on-scroll-4"], html.w-mod-js [data-ix="scale-in-icon-on-scroll-5"], html.w-mod-js [data-ix="scale-in-icon-on-scroll-6"] {
  opacity: 0;
  transform: scale(.79);
}

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

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 23px;
  }

  p {
    font-size: 13px;
  }

  .navigation-menu {
    z-index: 3;
    background-color: #333c45f2;
    margin-top: 0;
    position: absolute;
  }

  .navigation-link {
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .navigation-link:hover {
    background-color: #525a63;
    border-bottom-style: none;
  }

  .navigation-link.w--current {
    background-color: #428bc7;
    border-bottom-style: none;
  }

  .header-contact, .scroll-header {
    display: none;
  }

  .hamburger {
    color: #fff;
    background-color: #fff3;
    margin-top: 17px;
    padding: 14px;
  }

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

  ._404-container {
    z-index: 0;
  }

  .text-slider {
    top: 0;
  }

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

  .medium-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo {
    margin-left: 0;
  }

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

  .hamburger {
    margin-right: 15px;
  }

  .features-text {
    margin-bottom: 35px;
  }

  .hero-text {
    line-height: 34px;
  }

  .skills-column {
    margin-bottom: 35px;
  }

  .text-clients {
    font-size: 16px;
  }

  .branding-hover {
    text-align: center;
  }

  .social-icon {
    border-bottom: 1px solid #3c4752;
    border-right-style: none;
  }

  .footer {
    z-index: 1002;
    display: none;
    inset: 0;
    overflow: scroll;
  }

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

  .project-wrapper, .container-iphone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-help {
    margin-bottom: 100px;
  }

  .column-features {
    margin-bottom: 50px;
  }

  .mascot {
    top: 28px;
  }

  .text-slider {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
    padding-top: 0;
  }
}

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

  .work-hover {
    top: 30%;
  }

  .cool {
    display: none;
  }

  .hero-text {
    font-size: 16px;
  }

  .slide-1-testimonials {
    padding-left: 5px;
    padding-right: 5px;
  }

  .arrow-clients {
    margin-top: 49px;
  }

  .text-clients {
    font-size: 13px;
  }

  .sub-text.cl {
    font-size: 15px;
  }

  .circle-404 {
    width: 300px;
    height: 300px;
    padding-top: 96px;
  }

  ._404-text {
    margin-bottom: 58px;
    font-size: 125px;
  }

  .big-text {
    font-size: 22px;
  }
}


