body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}

header .row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  header .navbar {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 1024px) {
  header .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .navbar-nav li {
  padding: 0 20px 0 0;
}

header .navbar-nav li:last-child {
  padding-right: 0;
}

header .navbar-nav li:last-child a {
  padding-right: 0;
}

header .navbar-nav li a {
  font-family: 'Roboto', sans-serif !important;
  padding: 16px 20px !important;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8F8E8E;
}

header .navbar-nav li a.active {
  background: #505050;
  color: #fff !important;
  font-weight: 500;
}

.banner {
  position: relative;
  height: calc(100vh - 56px);
}

.banner .ban-img {
  background: url("../images/bannerbg.png") no-repeat fixed 0 0/cover;
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
}

.banner .ban-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner .ban-content h1 {
  font-weight: 600;
  font-size: 25px;
  color: #303030;
  padding: 20px 0 0;
}

.sections {
  padding: 100px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .sections {
    padding: 50px 0 0;
  }
}

.sections h2 {
  font-weight: 500;
  color: #424242;
  font-size: 30px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .sections h2 {
    font-size: 28px;
  }
  .sections h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sections h2 {
    font-size: 22px !important;
    padding-top: 40px;
  }
}

.sections h4 {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.sections span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .sections.download .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sections.download .row span {
    padding-bottom: 20px;
  }
}

.sections.download h2 {
  font-size: 36px;
}

.sections.download ul li {
  padding-right: 15px;
}

.sections.grow {
  padding: 50px 0 0;
}

@media (max-width: 767px) {
  .sections.services .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sections.tab {
  padding-bottom: 100px;
}

.sections p {
  font-size: 18px;
  width: 100%;
  color: #424242;
}

@media (max-width: 1024px) {
  .sections p {
    width: 100%;
  }
}

.sections p span {
  font-size: 50px;
  display: inline-block;
  height: 0;
}

.innovation {
  background: #505050;
  padding: 52px 40px;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .innovation {
    padding: 52px 0;
    margin-bottom: 0;
  }
}

.innovation h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .innovation h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .innovation h2 {
    font-size: 26px;
  }
}

.innovation h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.innovation p {
  font-size: 18px;
  font-weight: 500;
  padding: 24px 0 70px;
  color: #fff;
  width: 60%;
}

@media (max-width: 767px) {
  .innovation p {
    width: 100%;
    font-size: 16px;
  }
}

.innovation .item h4 {
  color: #fff;
  font-weigth: 500;
  font-size: 20px;
  padding: 10px 0 0;
}

.innovation .owl-stage-outer {
  z-index: 99;
}

.innovation .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  left: 0;
}

.innovation .owl-nav button span {
  background: url("../images/arrow.png") no-repeat scroll 0 0 !important;
  width: 30px;
  display: inline-block;
  height: 37px;
  font-size: 0;
  margin-left: -30px !important;
}

.innovation .owl-nav button.owl-next span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: -60px !important;
}

footer {
  background: #505050;
  text-align: center;
  padding: 37px 0;
}

footer .social li, footer .links li {
  padding: 0 10px;
}

footer .social li a, footer .links li a {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  color: #fff;
}

.floating-icons {
  position: absolute;
  opacity: 0.2;
}

.floating-icons.right {
  right: -20px;
}

.floating-icons.left {
  left: -40px;
}

.floating-icons.right02 {
  right: -60px;
  bottom: -150%;
  top: auto;
}

.floating-icons.left02 {
  left: -40px;
}

.floating-icons.right03 {
  right: -10px;
  bottom: -260%;
}

@media (max-width: 1024px) {
  img.img-fluid.rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .navbar {
    padding: 10px !important;
    position: static;
  }
  .navbar .navbar-toggler {
    margin-left: auto;
  }
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
  }
  .navbar .navbar-collapse li {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */