:root {
  --dark-slate-gray: #333c45;
  --steel-blue: #428bc7;
  --dim-grey: #fafafa;
}

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;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 2px solid #428bc7;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
  position: relative;
}

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

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

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

.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: 20px;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s;
  display: inline-block;
}

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

.navigation-link.w--current {
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-left: 20px;
  display: inline-block;
}

.navigation-link.mobilelogin, .navigation-link.mobilelogin.w--current {
  display: inline-block;
}

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

.header {
  height: 90px;
  color: #9b9b9b;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  position: relative;
}

.header.stickty-header {
  width: 100%;
  background-color: #428bc7;
  position: fixed;
}

.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: 21px;
  padding-bottom: 60px;
  position: relative;
}

.section.bg-white {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}

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

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

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

.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: #428bc7;
}

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

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

.circle.circle1 {
  width: 60px;
  height: 60px;
  padding-top: 14px;
}

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

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

.line {
  width: 30px;
  height: 3px;
  background-color: #428bc7;
  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 {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .5));
  transition: all .4s ease-in-out;
  position: absolute;
  overflow: hidden;
}

.work-overlay:hover {
  box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, .5);
}

.work-hover {
  padding: 15px 20px;
  display: block;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 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;
  margin-bottom: 18px;
  padding-top: 20px;
}

.slider {
  height: auto;
  color: rgba(255, 255, 255, .81);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.hide-dots {
  padding-top: 0;
  display: block;
}

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

.arrow:hover {
  opacity: 1;
}

.vertical {
  height: 70px;
  margin-top: 345px;
  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: left;
  text-transform: uppercase;
  font-weight: 500;
}

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

.uppercase.white.main_heading.white1 {
  color: #fff;
}

.uppercase.main_heading {
  color: #555;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 26px;
  line-height: 44px;
}

.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: #428bc7;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.hero-text {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

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

.column-wrapper {
  box-shadow: none;
  border: 1px dotted #3b7fb8;
  border-radius: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 30px 20px 20px;
}

.column-wrapper.text-center {
  text-align: center;
  padding: 10px 0;
}

.column-wrapper.extra-space {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.row {
  margin-top: 50px;
}

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

.row.banner-row {
  margin-top: 140px;
}

.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: rgba(0, 0, 0, 0);
  margin-top: 45px;
}

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

.clients-photo {
  z-index: 1;
  width: 130px;
  height: 130px;
  background-image: url('../images/client2.jpg');
  background-repeat: no-repeat;
  background-size: 130px;
  border-radius: 100px;
  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 {
  width: 40px;
  height: 40px;
  opacity: .6;
  color: #a8a8a8;
  border: 2px solid #d1d1d1;
  border-radius: 100px;
  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: none;
  overflow: visible;
}

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

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

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

.social-icon {
  width: 100%;
  background-color: #333c45;
  border-right: 1px solid #3c4752;
  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: 1000;
  background-color: rgba(51, 60, 69, .99);
  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 {
  width: 34px;
  height: 34px;
  opacity: .6;
  text-align: center;
  border: 1px solid #818181;
  border-radius: 50px;
  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: 20px;
  padding-top: 8px;
  font-size: 13px;
  display: inline-block;
}

.go-top {
  width: 40px;
  height: 40px;
  float: right;
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
  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: #fff;
  background-color: rgba(0, 0, 0, 0);
  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-area {
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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: #fff;
  text-transform: uppercase;
  background-color: #428bc7;
  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: rgba(0, 0, 0, 0);
  border: 2px solid #428bc7;
  border-radius: 5px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.close-footer {
  width: 40px;
  height: 40px;
  float: right;
  opacity: .3;
  text-align: center;
  border: 2px solid #818181;
  border-radius: 30px;
  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: 9991;
  background-color: #428bc7;
  padding-bottom: 50px;
  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;
  display: none;
  position: relative;
}

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

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

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

.sub-text {
  color: rgba(255, 255, 255, .61);
  font-size: 18px;
  font-weight: 200;
}

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

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

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

.tean-work {
  color: var(--dark-slate-gray);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

.social-block {
  text-align: center;
  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;
  display: none;
}

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

.help-1 {
  text-align: center;
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .18);
}

.circle-help {
  width: 90px;
  height: 90px;
  opacity: 1;
  background-color: #428bc7;
  border-radius: 60px;
  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;
}

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

.valveselection.white-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-top: 6px;
}

.valveselection.white-2.partsselectblock {
  padding-top: 64px;
}

.valveselection.white-2.crmchartsec {
  padding-top: 45px;
  padding-bottom: 48px;
}

.valveselection.white-2.inviteplanssec {
  padding-top: 51px;
}

.valveselection.white-2.bidscustsec {
  padding-top: 44px;
  padding-bottom: 50px;
}

.valveselection.white-2.pmmobiilesec {
  padding-top: 58px;
}

.valveselection.white-2.serviceequipsec {
  padding-top: 54px;
}

.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 {
  width: 50px;
  height: 50px;
  opacity: .6;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding-top: 9px;
  transition: opacity .5s;
}

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

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

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

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

.slider-project {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.arrow-project {
  width: 50px;
  height: 50px;
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 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: rgba(66, 139, 199, .8);
  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: #333c45;
  line-height: 26px;
  display: block;
}

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

.pricing-section.pricingshown {
  display: block;
}

.pricing-table {
  text-align: center;
  background-color: rgba(255, 255, 255, .52);
  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 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.pricing {
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 19px;
}

.month {
  color: rgba(255, 255, 255, .65);
  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;
  display: none;
  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 {
  width: 380px;
  height: 380px;
  text-align: center;
  border: 6px solid #428bc7;
  border-radius: 200px;
  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;
}

.column-features.partsselectpic {
  float: none;
  clear: left;
  margin: 25px 0 0;
  padding: 0;
  transition: opacity .2s;
}

.column-features.servgrid {
  margin-right: -7px;
  padding-top: 0;
  padding-left: 0;
  transition: opacity .2s;
}

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

.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: rgba(255, 255, 255, .61);
  margin-bottom: 20px;
  font-size: 18px;
}

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

.login {
  color: #428bc7;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -12px;
  margin-left: 40px;
}

.callbidtracer {
  cursor: pointer;
}

.samirinfo, .krisinfo {
  text-align: left;
}

.scrolllogo {
  margin-top: -11px;
}

.industry {
  color: #333c45;
  background-color: #fff;
}

.milwaukee, .scottsdale {
  height: 350px;
}

.saleschat {
  border-radius: 5px;
  margin-top: 0;
  margin-left: 10px;
}

.requestdemo {
  border-radius: 5px;
}

.modulestoprow {
  padding-top: 0;
  padding-bottom: 56px;
}

.midmen {
  color: #9b9b9b;
}

.midmenunavbarcontainer {
  float: none;
  text-align: center;
  padding-top: 0;
}

.midmenucrm {
  padding-left: 20px;
  padding-right: 31px;
}

.midmenumobile {
  color: var(--dark-slate-gray);
  text-align: center;
}

.raj {
  text-align: center;
  margin-left: 45px;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  color: #fff;
  border-style: none;
  box-shadow: 0 0 #000;
}

.link, .link-2 {
  margin-left: 20px;
}

.column, .column-2, .column-3, .column-4 {
  text-align: center;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.heading {
  color: #fff;
}

.button-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-2.submit-button {
  font-weight: 600;
}

.link-block {
  display: none;
}

.image-2, .column-7 {
  text-align: center;
}

.fa-comment {
  font-family: "Fa solid 900", sans-serif;
}

.link-3 {
  opacity: 1;
  color: rgba(255, 255, 255, .61);
  text-decoration: none;
}

.image-3 {
  width: 450px;
}

.border-effect {
  min-height: 270px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
}

.border-effect:hover {
  border: 1px solid var(--steel-blue);
  transform: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.border-effect.border-effect1 {
  min-height: 300px;
}

.left-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: start;
  justify-items: center;
  display: block;
  overflow: visible;
}

.columns {
  align-items: center;
  display: flex;
}

.columns.first-section {
  border: 10px solid #428bc7;
  margin-bottom: 0;
  padding: 40px;
}

.columns-2, .columns-3 {
  align-items: center;
  display: flex;
}

.image-new {
  mix-blend-mode: normal;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
}

.image-border {
  border: 10px solid #428bc7;
}

.padding-left {
  padding-left: 40px;
}

.padding-right {
  padding-right: 40px;
}

.text-span {
  object-fit: fill;
  font-size: 30px;
  font-weight: 500;
  line-height: 0;
}

.text-span.icon-align {
  line-height: 26px;
}

.text-span-2, .text-span-3 {
  font-size: 30px;
  font-weight: 500;
}

.paragraph {
  opacity: 1;
}

.hero-heading-right {
  background-color: var(--steel-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  color: #f3efef;
  margin-bottom: 24px;
}

.button-primary {
  background-color: var(--dark-slate-gray);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paragraph-2 {
  height: auto;
  text-align: center;
  display: inline-block;
}

.heading-2 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block {
  transform: translate(0);
}

.text-block-2 {
  font-style: normal;
}

.heading-3 {
  color: var(--dark-slate-gray);
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  border: 1px solid var(--steel-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--steel-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e9edf0;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.team-slider {
  background-color: var(--dim-grey);
  color: var(--steel-blue);
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 13px;
  padding: 80px 30px;
  transition: background-color .5s;
  position: relative;
  box-shadow: 0 2px 5px -20px rgba(0, 0, 0, .2);
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  margin-bottom: -29px;
  padding-bottom: 24px;
}

.team-member-image-two {
  text-align: center;
  flex: 1;
  margin-bottom: 18px;
  margin-left: 0;
  padding-left: 0;
}

.team-block-info {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: justify;
  margin-bottom: 12px;
  padding-left: 44px;
  font-weight: 600;
}

.team-member-text {
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 30px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
  font-weight: 600;
}

.heading-7 {
  text-align: center;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  text-align: center;
  font-weight: 600;
}

.paragraph-3 {
  text-align: center;
  font-size: 14px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .heading-13, .paragraph-12, .text-span-4, .heading-14, .paragraph-13, .heading-15, .paragraph-14, .heading-16, .paragraph-15, .text-span-5, .heading-17, .paragraph-16, .text-span-6, .heading-18, .paragraph-17 {
  text-align: center;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-19 {
  font-style: normal;
}

.hero-stack {
  background-color: var(--dim-grey);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-20, .heading-21 {
  color: var(--dark-slate-gray);
}

.heading-22 {
  font-weight: 500;
}

.image-4 {
  display: block;
}

.slide-4 {
  text-align: right;
}

.heading-23 {
  color: var(--dim-grey);
  text-align: center;
  font-weight: 500;
}

.div-block-2 {
  display: flex;
}

.mask {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-24 {
  color: var(--dim-grey);
  text-align: right;
  font-weight: 500;
}

.heading-25 {
  color: var(--dim-grey);
  font-weight: 500;
}

.heading-26 {
  text-align: left;
}

.heading-27 {
  font-weight: 500;
}

.heading-28 {
  text-align: left;
  font-weight: 500;
}

.heading-29 {
  text-align: left;
}

.heading-30 {
  text-align: left;
  font-weight: 500;
}

.heading-31, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.heading-32 {
  text-align: left;
}

.heading-33, .heading-34, .heading-35, .heading-36 {
  text-align: left;
  font-weight: 500;
}

.heading-37 {
  text-align: left;
}

.heading-38, .heading-39, .heading-40 {
  text-align: left;
  font-weight: 500;
}

.text-span-7 {
  text-align: center;
}

.heading-41 {
  font-weight: 500;
}

.column-8 {
  clear: right;
  text-align: center;
}

.button-3 {
  text-align: center;
}

.logos-title-large {
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -67px;
  margin-bottom: -64px;
  padding: 60px 30px 60px 9px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.clients-title {
  text-align: center;
  margin-top: 29px;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: space-between;
  align-items: center;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.image-6 {
  float: left;
  clear: right;
  margin-top: 43px;
  margin-bottom: -58px;
  padding-top: 0;
  padding-bottom: 70px;
}

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

.image-7 {
  text-align: right;
}

.column-10 {
  text-align: right;
  padding-right: 90px;
}

.link-4 {
  font-size: 12px;
}

.link-4.button.padding {
  padding: 3px 12px;
}

.image-8 {
  float: none;
  clear: right;
  mix-blend-mode: normal;
  margin-top: 85px;
  transition: opacity .2s;
  position: static;
}

.image-9 {
  float: none;
  clear: right;
}

.button-4 {
  color: var(--dark-slate-gray);
  text-align: center;
  background-color: #f2f2f2;
  margin-right: 0;
  padding-left: 43px;
  padding-right: 32px;
  font-weight: 600;
}

.button-5 {
  color: var(--dark-slate-gray);
  text-align: center;
  background-color: #f2f2f2;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 13px;
  font-weight: 600;
}

.button-6 {
  background-color: var(--dim-grey);
  color: var(--dark-slate-gray);
  padding-left: 52px;
}

.heading-42 {
  font-weight: 500;
}

.image-10 {
  transition: opacity .2s;
}

.text-span-8 {
  text-align: left;
}

.heading-43, .heading-44 {
  font-weight: 500;
}

.image-11 {
  float: none;
  clear: right;
}

.column-11 {
  clear: right;
  text-align: center;
}

.image-12 {
  transition: opacity .2s;
}

.heading-45 {
  color: #faf5f5;
}

.list {
  list-style-type: disc;
}

.heading-46 {
  font-weight: 500;
}

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

.image-13 {
  padding-left: 0;
}

.image-14 {
  clear: left;
  padding-left: 0;
}

.heading-47, .heading-48 {
  font-weight: 500;
}

.columns-4 {
  margin-bottom: 76px;
}

.columns-5 {
  clear: left;
  margin-bottom: 34px;
}

.image-15, .image-16 {
  clear: right;
}

.image-17 {
  clear: left;
}

.columns-6, .image-18, .image-19 {
  transition: opacity .2s;
}

.image-20 {
  width: 45px;
}

.image-21 {
  text-align: left;
}

.link-block-2 {
  float: left;
  text-align: left;
  padding-right: 10px;
}

.link-block-2.last {
  padding-right: 0;
}

.space {
  padding-right: 8px;
}

.space.extra-space {
  padding-left: 10px;
  padding-right: 15px;
}

.space.mt, .mt {
  margin-top: -10px;
}

.banner-row {
  margin-top: 140px;
}

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: rgba(51, 60, 69, .95);
    margin-top: 0;
    display: none;
    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: rgba(255, 255, 255, .2);
    margin-top: 17px;
    padding: 14px;
    display: block;
  }

  .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;
  }

  .login {
    display: inline-block;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }
}

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

  .navigation-menu {
    display: none;
  }

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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;
  }

  .image-3 {
    width: auto;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-right-2, .team-slider, .hero-heading-left, .hero-stack, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  .brand-logo {
    padding-left: 5px;
  }

  .navigation-menu {
    width: auto;
    margin-top: 19px;
    display: none;
  }

  .navigation-container {
    width: auto;
    max-height: none;
    max-width: none;
    display: inline-block;
  }

  .header {
    width: 100%;
    height: 3%;
    max-width: none;
    margin-top: 0;
    display: inline-block;
  }

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

  .banner {
    display: block;
  }

  .hamburger {
    margin-top: 0;
    margin-right: 5px;
    display: block;
    position: absolute;
    right: 10px;
  }

  .work-hover {
    top: 30%;
  }

  .uppercase {
    text-align: center;
  }

  .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;
  }

  .login {
    width: 90%;
    object-fit: fill;
    border: 0 solid #000;
    border-radius: 4px;
    margin-top: 18px;
    margin-bottom: 24px;
    margin-left: 0;
    font-size: 14px;
  }

  .image {
    width: auto;
    max-width: none;
  }

  .container {
    text-align: center;
  }

  .container-2 {
    max-width: none;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-4, .container-5 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}