.transition-mdl-hover,
.section-areas .areas-item,
.section-areas .areas-item .btn-view-more {
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-mdl-elements,
.mdl-button--fab.action-btn,
.mdl-button--fab.action-btn .material-icons,
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect .mdl-checkbox__box-outline,
.alert-message-container,
.alert-message-container .alert-message,
.topbar,
.topbar .topbar-container .dropdown-nav-container,
.topbar .topbar-container .dropdown-nav-container .dropdown-nav,
.topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li a,
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input .mdl-textfield__input,
.section-home-header .header-container .header-container-left .seach-container .mdl-button.mdl-js-button.mdl-button--fab.search-button,
.section-home-header .header-container .header-container-right .float-icons-container .float-icon,
.section-lab .lab-item .btn-view-more,
.section-products .product-item .btn-view-more {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@-moz-keyframes spin {
  from {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.mdl-button--fab.action-btn {
  background: #2ddd97;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.24), 0 1px 0px 0 rgba(255,255,255,0.5) inset;
}
.mdl-button--fab.action-btn:active,
.mdl-button--fab.action-btn:focus,
.mdl-button--fab.action-btn:hover {
  background: #2ddd97;
}
.mdl-button--fab.action-btn:active,
.mdl-button--fab.action-btn:focus {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.mdl-button--fab.action-btn .material-icons {
  left: 16px;
  top: 16px;
  transform: rotate(0deg);
}
.mdl-textfield.mdl-textfield--floating-label {
  width: 100%;
}
.mdl-textfield.mdl-textfield--floating-label .mdl-textfield__input {
  border: solid 1px #dedede;
  color: #3b4f62;
  padding: 7px 15px;
}
.mdl-textfield.mdl-textfield--floating-label .mdl-textfield__label {
  color: #acafb4;
  font-weight: 400;
  padding: 4px 0 0 15px;
}
.mdl-textfield.mdl-textfield--floating-label .mdl-textfield__label:after {
  background: #00bcff;
  bottom: 15px;
}
.mdl-textfield.mdl-textfield--floating-label .mdl-textfield__error {
  color: #f94573;
}
.mdl-textfield.mdl-textfield--floating-label.is-focused .mdl-textfield__input {
  color: #3b4f62;
}
.mdl-textfield.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #00bcff;
  padding: 0;
  top: 0;
}
.mdl-textfield.mdl-textfield--floating-label.is-focused .mdl-textfield__label:after {
  background: #00bcff;
}
.mdl-textfield.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: #00bcff;
  padding: 0;
  top: 0;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-focused .mdl-textfield__input,
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-dirty .mdl-textfield__input {
  color: #3b4f62;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-focused .mdl-textfield__label,
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-dirty .mdl-textfield__label {
  color: #f94573;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-focused .mdl-textfield__label:after,
.mdl-textfield.mdl-textfield--floating-label.is-invalid.is-dirty .mdl-textfield__label:after {
  background: #f94573;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid {
  color: #3b4f62;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #f94573;
}
.mdl-textfield.mdl-textfield--floating-label.is-invalid .mdl-textfield__label:after {
  background: #f94573;
}
.mdl-textfield.mdl-textfield--floating-label.read-only .mdl-textfield__input {
  border: none;
  border-bottom: solid 1px #dedede;
}
.mdl-textfield.mdl-textfield--floating-label.read-only .mdl-textfield__label {
  color: #00bcff;
  font-size: 12px;
  padding: 0;
  top: 0;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect .mdl-checkbox__label {
  color: #3b4f62;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect .mdl-checkbox__box-outline {
  border: solid 1px #697887;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect .mdl-checkbox__box-outline .mdl-checkbox__tick-outline {
  background-color: #fff;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect .mdl-checkbox__ripple-container .mdl-ripple {
  background: #1f8ced;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect.is-checked .mdl-checkbox__box-outline {
  border: solid 1px #1f8ced;
  box-shadow: 0 0 0 3px #1f8ced inset;
}
.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect.is-checked .mdl-checkbox__box-outline .mdl-checkbox__tick-outline {
  background-color: #1f8ced;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect .mdl-radio__label {
  color: #3b4f62;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect .mdl-radio__outer-circle {
  border: solid 1px #697887;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect .mdl-radio__inner-circle {
  background-color: #fff;
  border: solid 1px #697887;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect .mdl-radio__ripple-container {
  left: -10px;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect .mdl-radio__ripple-container .mdl-ripple {
  background: #1f8ced;
}
.mdl-radio.mdl-js-radio.mdl-js-ripple-effect.is-checked .mdl-radio__inner-circle {
  background-color: #1f8ced;
  border: solid 1px #1f8ced;
}
.mdl-message__error {
  color: #f94573;
}
.mdl-selectfield.mdl-selectfield--floating-label {
  width: 100%;
}
.mdl-selectfield.mdl-selectfield--floating-label .mdl-selectfield__select {
  border: solid 1px #dedede;
  color: #3b4f62;
  padding: 7px 15px;
}
.mdl-selectfield.mdl-selectfield--floating-label .mdl-selectfield__input {
  border-bottom: solid 1px #dedede;
  color: #3b4f62;
}
.mdl-selectfield.mdl-selectfield--floating-label .mdl-selectfield__label {
  color: #acafb4;
  font-weight: 400;
  padding: 4px 0 0 15px;
}
.mdl-selectfield.mdl-selectfield--floating-label .mdl-selectfield__label:after {
  background: #00bcff;
  bottom: 15px;
}
.mdl-selectfield.mdl-selectfield--floating-label .mdl-selectfield__label:before {
  color: #acafb4;
  content: 'keyboard_arrow_down';
  display: inline-block;
  bottom: 22px;
  font-family: 'Material Icons';
  font-feature-settings: "liga" 1;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  height: 19px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  width: 16px;
  z-index: 1;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-focused .mdl-selectfield__input {
  color: #3b4f62;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  color: #00bcff;
  padding: 0;
  top: 0;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label:after {
  background: #00bcff;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-focused.no-dirty-label .mdl-selectfield__label {
  opacity: 0;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
  color: #00bcff;
  padding: 0;
  top: 0;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-dirty.no-dirty-label .mdl-selectfield__label {
  opacity: 0;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-focused .mdl-selectfield__input,
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-dirty .mdl-selectfield__input {
  color: #3b4f62;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-focused .mdl-selectfield__label,
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-dirty .mdl-selectfield__label {
  color: #f94573;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-focused .mdl-selectfield__label:after,
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid.is-dirty .mdl-selectfield__label:after {
  background: #f94573;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid {
  color: #3b4f62;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid .mdl-selectfield__select {
  border-color: color-text-inactive;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid .mdl-selectfield__label {
  color: #f94573;
}
.mdl-selectfield.mdl-selectfield--floating-label.is-invalid .mdl-selectfield__label:after {
  background: #f94573;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab-bar {
  border-bottom: 1px solid #dedede;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  text-transform: inherit;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab.is-active {
  color: #5456c2;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab.is-active:after {
  background: #5456c2;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab:active {
  text-decoration: none;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab:focus {
  text-decoration: none;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab:hover {
  text-decoration: none;
}
.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: #5456c2;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

html body h1,
html body h2,
html body h13,
html body h4,
html body h5,
html body h6,
html body a,
html body ul,
html body li,
html body p,
html body div,
html body span,
html body button,
html body select,
html body input,
html body textarea,
html body label {
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif !important;
  outline: none !important;
}
html body a {
  text-decoration: none !important;
}
.body-container {
  background: #fff;
  width: auto;
}
.general-container {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 15px;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: center;
  vertical-align: top;
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.center-container {
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visibility-hidden {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.scroll-hidden {
  overflow: hidden;
}
.scroll-hidden-x {
  overflow-x: hidden;
}
.scroll-hidden-y {
  overflow-y: hidden;
}
.separator {
  background: #dedede;
  height: 1px;
}
.title-container {
  margin-bottom: 100px;
  text-align: center;
}
.title-container .section-title {
  color: #5456c2;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}
.title-container .title-note {
  color: #5456c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.title-container .section-description {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .title-container {
    margin-bottom: 80px;
  }
  .title-container .section-title {
    font-size: 45px;
  }
}
.wave-up-section-separator img {
  height: auto;
  width: auto;
}
.gradient-section-separator {
  background: #fafafc;
  background: -moz-linear-gradient(top, #fafafc 0%, #f3f3f8 100%);
  background: -webkit-linear-gradient(top, #fafafc 0%, #f3f3f8 100%);
  background: linear-gradient(to bottom, #fafafc 0%, #f3f3f8 100%);
  height: 120px;
  width: 100%;
}
.gradient-section-separator.rotate-180 {
  transform: rotate(180deg);
}
.circle-separator-light img {
  height: auto;
  width: auto;
}
.circle-separator img {
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .gradient-section-separator {
    height: 50px;
  }
}
.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.wa-float-inner {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .wa-float {
    bottom: 10px;
    right: 10px;
  }
}
.alert-message-container {
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -50px;
  transform: translate(-50%, 0);
  visibility: hidden;
  z-index: 25;
}
.alert-message-container.is-active {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.alert-message-container .alert-message {
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.21);
  display: inline-block;
  height: 47px;
  margin: 0 auto;
  padding: 0 28px 0 25px;
  box-shadow: 0 7px 17px rgba(0,0,0,0.1);
}
.alert-message-container .alert-message:hover {
  box-shadow: 0 7px 24px rgba(0,0,0,0.2);
}
.alert-message-container .alert-message p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.alert-message-container .alert-message p span {
  color: #fff;
  font-weight: 700;
}
.alert-message-container .alert-message p .material-icons {
  color: color-text-nav;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-left: 12px;
  vertical-align: sub;
}
.alert-message-container .alert-message.is-success {
  background: #00d578;
}
.alert-message-container .alert-message.is-warning {
  background: #ff9600;
}
.alert-message-container .alert-message.is-error {
  background: #f94573;
}
.topbar {
  background: transparent;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.topbar .navbar-brand {
  height: auto;
  padding: 20px 0;
}
.topbar.magic-scroll {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 3px 13px rgba(0,0,0,0.1);
  position: fixed;
}
.topbar.magic-scroll .logo img {
  height: 30px;
}
.topbar.magic-scroll .logo img.logo-full {
  display: none;
}
.topbar.magic-scroll .logo img.logo-mini {
  display: block;
}
.topbar.magic-scroll .topbar-container .main-nav .nav-item {
  color: #697887;
}
.topbar.magic-scroll .topbar-container .main-nav .nav-item.call-action-btn {
  background: #5456c2;
  color: #fff;
}
.topbar .logo {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}
.topbar .logo img {
  height: 40px;
  width: auto;
}
.topbar .logo img.logo-full {
  display: block;
}
.topbar .logo img.logo-mini {
  display: none;
}
.topbar .topbar-container {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #3b4f62;
  display: block;
  margin: 0 auto;
}
.topbar .topbar-container .left-side {
  float: left;
  height: 90px;
  padding-top: 27px;
}
.topbar .topbar-container .right-side {
  float: right;
  height: 70px;
  padding-top: 17px;
}
.topbar .topbar-container .main-nav {
  display: inline-block;
}
.topbar .topbar-container .main-nav .nav-item {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
}
.topbar .topbar-container .main-nav .nav-item:hover {
  text-decoration: none;
}
.topbar .topbar-container .main-nav .nav-item:focus {
  text-decoration: none;
}
.topbar .topbar-container .main-nav .nav-item.call-action-btn {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.25);
  color: #00bcff;
  height: 34px;
  margin: 0 0 0 20px;
  padding: 7px 0;
  text-align: center;
  width: 123px;
}
.topbar .topbar-container .item-nav-dropdown {
  display: inline-block;
  position: relative;
}
.topbar .topbar-container .item-nav-dropdown.color-white {
  color: #fff;
}
.topbar .topbar-container .item-nav-dropdown:hover > .dropdown-nav-container {
  visibility: visible;
  opacity: 1;
}
.topbar .topbar-container .dropdown-nav-container {
  opacity: 0;
  right: 10px;
  padding-top: 10px;
  position: absolute;
  top: 20px;
  z-index: 3;
  visibility: hidden;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav {
  background: #fff;
  border: solid 1px #dedede;
  border-radius: 10px;
  box-shadow: 0 7px 17px rgba(0,0,0,0.1);
  min-width: 180px;
  padding: 10px 0;
  position: relative;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav:hover {
  box-shadow: 0 7px 24px rgba(0,0,0,0.2);
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav:before {
  border-color: transparent transparent #dedede transparent;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  content: '';
  height: 0;
  position: absolute;
  top: -6px;
  width: 0;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav.arrow-right:before {
  right: 7px;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list {
  border: none;
  margin: 0;
  padding: 0;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li a {
  border: none;
  color: #3b4f62;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 11px;
}
.topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li a:hover {
  background: #f3f3f8;
  color: #3b4f62;
  padding-left: 15px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .topbar .logo {
    margin-right: 20px;
  }
  .topbar .topbar-container .main-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .topbar {
    padding: 0;
  }
  .topbar.magic-scroll {
    position: absolute !important;
  }
  .topbar .navbar-toggle {
    background: #00bcff;
    border: none;
  }
  .topbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  .topbar .logo {
    padding: 6px 15px;
  }
  .topbar .logo img {
    height: 27px;
    margin-top: 5px;
  }
  .topbar .logo img.logo-full {
    display: none;
  }
  .topbar .logo img.logo-mini {
    display: block;
  }
  .topbar .topbar-container {
    background: #fff;
    box-shadow: 0 7px 17px rgba(0,0,0,0.1);
    border-bottom: solid 1px #dedede;
  }
  .topbar .topbar-container .left-side {
    float: none;
    height: auto;
    padding: 0;
  }
  .topbar .topbar-container .right-side {
    float: none;
    height: auto;
    padding: 0;
  }
  .topbar .topbar-container .main-nav {
    display: block;
  }
  .topbar .topbar-container .main-nav .nav-item {
    color: #697887;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 0;
  }
  .topbar .topbar-container .main-nav .nav-item.call-action-btn {
    background: #5456c2;
    color: #fff;
    margin: 15px 20px;
  }
  .topbar .topbar-container .item-nav-dropdown {
    display: block;
  }
  .topbar .topbar-container .dropdown-nav-container {
    opacity: 1;
    right: inherit;
    padding: 0;
    position: relative;
    top: inherit;
    visibility: visible;
  }
  .topbar .topbar-container .dropdown-nav-container .dropdown-nav {
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 100%;
    padding: 5px 0;
  }
  .topbar .topbar-container .dropdown-nav-container .dropdown-nav:hover {
    box-shadow: none;
  }
  .topbar .topbar-container .dropdown-nav-container .dropdown-nav:before {
    display: none;
  }
  .topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li a {
    border: none;
    color: #697887;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-left: 40px;
    margin-right: 40px;
    padding: 12px 0;
  }
  .topbar .topbar-container .dropdown-nav-container .dropdown-nav .dropdown-list li a:hover {
    background: #fff;
    color: #697887;
    padding-left: 0;
  }
}
footer {
  padding-bottom: 120px;
}
footer .footer-item {
  margin-bottom: 30px;
}
footer .footer-item .title {
  border-bottom: 1px solid #dedede;
  color: #3b4f62;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
footer .footer-item ul {
  padding: 0;
}
footer .footer-item ul li {
  color: #697887;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}
footer .footer-item ul li a {
  color: #697887;
  font-weight: 300;
  display: block;
}
footer .footer-item ul li .social-icon {
  display: inline-block;
  height: 30px;
  margin: 10px 11% 10px 0;
  vertical-align: top;
  width: 30px;
}
footer .footer-item ul li .social-icon img height auto {
  width: 100%;
}
@media (max-width: 991px) {
  footer .footer-item ul li .social-icon {
    margin-right: 30%;
  }
}
.section-home-header {
  background: #f3f3f8;
}
.section-home-header .header-content {
  background: url("../images/wave-blue.svg") top right no-repeat;
  background-size: 54%;
  padding-top: 330px;
}
.section-home-header .header-container {
  display: flex;
  height: 490px;
  margin: 0 auto 70px;
  max-width: 1200px;
  padding: 0 15px;
}
.section-home-header .header-container .header-container-left {
  width: 50%;
}
.section-home-header .header-container .header-container-left h1 {
  color: #5456c2;
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 75px;
}
.section-home-header .header-container .header-container-left .seach-container {
  position: relative;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input {
  padding: 0;
  width: 100%;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input .mdl-textfield__input {
  background: #fff;
  color: #3b4f62;
  border-radius: 100px;
  box-shadow: 11px 33px 42px rgba(0,0,0,0.07);
  height: 70px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input .mdl-textfield__input:hover {
  box-shadow: 11px 27px 42px rgba(0,0,0,0.1);
}
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input .mdl-textfield__label {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  margin-left: 40px;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-textfield.mdl-js-textfield.search-input .mdl-textfield__label:after {
  display: none !important;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-button.mdl-js-button.mdl-button--fab.search-button {
  background: #2ddd97;
  background: -moz-linear-gradient(left, #2ddd97 0%, #1cc6cf 100%);
  background: -webkit-linear-gradient(left, #2ddd97 0%, #1cc6cf 100%);
  background: linear-gradient(to right, #2ddd97 0%, #1cc6cf 100%);
  border-radius: 100px;
  box-shadow: 0 9px 20px rgba(43,224,189,0.5);
  height: 50px;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-button.mdl-js-button.mdl-button--fab.search-button:hover {
  box-shadow: 0 11px 22px rgba(43,224,189,0.8);
  top: 7px;
}
.section-home-header .header-container .header-container-left .seach-container .mdl-button.mdl-js-button.mdl-button--fab.search-button .material-icons {
  color: #fff;
  font-size: 27px;
}
.section-home-header .header-container .header-container-right {
  width: 50%;
}
.section-home-header .header-container .header-container-right .float-icons-container {
  position: relative;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon {
  background: #5456c2;
  border-radius: 100px;
  box-shadow: 8px 23px 32px rgba(0,0,0,0.17);
  display: block;
  height: 65px;
  padding: 12px;
  position: absolute;
  text-align: center;
  width: 65px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon:hover {
  box-shadow: 8px 33px 42px rgba(0,0,0,0.2);
  margin-top: -5px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon img {
  display: inline-block;
  max-height: 39px;
  max-width: 43px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.factory {
  left: 25%;
  top: 0px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.home {
  left: 40%;
  top: 195px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.mountain {
  left: 15%;
  top: 390px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.oil {
  right: 0%;
  top: 205px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.pool {
  right: 23%;
  top: 315px;
}
.section-home-header .header-container .header-container-right .float-icons-container .float-icon.lab {
  right: 7%;
  top: 430px;
}
.section-home-header .header-footer {
  padding-top: 40px;
  width: 100%;
}
.section-home-header .header-footer img {
  height: auto;
  width: auto;
}
@media (max-width: 1200px) {
  .section-home-header .header-content {
    background-size: 65%;
  }
}
@media (max-width: 991px) {
  .section-home-header .header-content {
    background-size: 75%;
    background-position-y: -130px;
    padding-top: 280px;
  }
  .section-home-header .header-container {
    height: auto;
    margin-bottom: 130px;
  }
  .section-home-header .header-container .header-container-left {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-home-header .header-content {
    background: none;
    padding-top: 200px;
  }
  .section-home-header .header-container .header-container-left {
    width: 100%;
  }
  .section-home-header .header-container .header-container-left h1 {
    font-size: 33px;
    margin: 0 0 55px;
    text-align: center;
  }
}
.section-lab {
  padding: 130px 0 100px;
}
.section-lab .lab-item {
  text-align: left;
  padding-bottom: 70px;
}
.section-lab .lab-item .lab-icon {
  margin-bottom: 23px;
}
.section-lab .lab-item .lab-icon img {
  height: 57px;
}
.section-lab .lab-item .title {
  color: #1f8ced;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 17px;
}
.section-lab .lab-item .description {
  color: #697887;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 17px;
}
.section-lab .lab-item .btn-view-more {
  background: #5456c2;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 18px;
  text-align: center;
}
.section-lab .lab-item .btn-view-more:hover {
  box-shadow: 0px 3px 21px rgba(80,86,194,0.6);
}
@media (max-width: 767px) {
  .section-lab {
    padding: 90px 0 70px;
  }
}
.section-products {
  background: #fafafc;
  padding-top: 125px;
}
.section-products .product-item {
  padding-bottom: 125px;
  text-align: left;
}
.section-products .product-item .product-image img {
  border-radius: 41px;
  box-shadow: 8px 23px 32px rgba(0,0,0,0.17);
  height: 240px;
  width: 100%;
}
.section-products .product-item .title {
  color: #1f8ced;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
}
.section-products .product-item .description {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
}
.section-products .product-item .btn-view-more {
  background: #fff;
  border: 1px solid #5456c2;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0,0,0,0.17);
  color: #5456c2;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 6px 35px;
  text-align: center;
}
.section-products .product-item .btn-view-more:hover {
  box-shadow: 0px 3px 21px rgba(80,86,194,0.6);
}
@media (max-width: 992px) {
  .section-products .product-item .product-image img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .section-products {
    padding-top: 90px;
  }
  .section-products .product-item {
    padding-bottom: 80px;
  }
}
.section-areas {
  background: #f3f3f8;
  padding: 100px 0;
}
.section-areas .areas-item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 8px 23px 42px rgba(0,0,0,0.13);
  margin-bottom: 60px;
  min-height: 208px;
  padding: 45px 0 30px;
  text-align: left;
}
.section-areas .areas-item:hover {
  box-shadow: 8px 20px 42px rgba(0,0,0,0.17);
}
.section-areas .areas-item .areas-icon img {
  height: auto;
  width: auto;
}
.section-areas .areas-item .title {
  color: #1f8ced;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 13px;
}
.section-areas .areas-item .description {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 17px;
  max-height: 44px;
}
.section-areas .areas-item .btn-view-more {
  background: #5456c2;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 18px;
  text-align: center;
}
.section-areas .areas-item .btn-view-more:hover {
  box-shadow: 0px 3px 21px rgba(80,86,194,0.6);
}
@media (max-width: 767px) {
  .section-areas {
    padding: 80px 0;
  }
  .section-areas .areas-item .description {
    max-height: initial;
  }
}
.section-clients {
  background: #fafafc;
  padding: 50px 0 100px;
}
.section-clients .title {
  color: #1f8ced;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
  text-align: center;
}
.section-clients .clients-image {
  padding-bottom: 30px;
}
.section-clients .clients-image img {
  height: auto;
  width: 100%;
}
.icons-section {
  padding-bottom: 70px;
}
.icons-section .icon-item {
  text-align: center;
  padding-bottom: 30px;
}
.icons-section .icon-item .icon-icon {
  margin-bottom: 5px;
}
.icons-section .icon-item .icon-icon img {
  width: 70px;
}
.icons-section .icon-item .title {
  color: #697887;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 17px;
  text-align: center;
}
.team-section {
  padding-bottom: 100px;
}
.team-section .team-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.team-section .team-container .team-item {
  text-align: center;
  width: 100%;
}
.team-section .team-container .team-item img {
  border-radius: 1000px;
  height: 160px;
  overflow: hidden;
  width: 160px;
}
@media (max-width: 992px) {
  .team-section {
    padding-bottom: 80px;
  }
  .team-section .team-container .team-item img {
    height: 140px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .icons-section {
    padding-bottom: 40px;
  }
  .icons-section .icon-item .icon-icon img {
    width: 60px;
  }
  .icons-section .icon-item .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .team-section {
    padding-bottom: 60px;
  }
  .team-section .team-container {
    display: block;
  }
  .team-section .team-container .team-item {
    display: inline-block;
    padding-bottom: 15px;
    width: 49%;
  }
  .team-section .team-container .team-item img {
    height: 110px;
    width: 110px;
  }
}
.section-template-header {
  margin-bottom: 80px;
  padding-top: 80px;
}
.section-template-header.template-header-product {
  background: url("../images/template-header-product.jpg") center center no-repeat;
  background-size: cover;
}
.section-template-header.template-header-lab {
  background: url("../images/template-header-lab.jpg") center center no-repeat;
  background-size: cover;
}
.section-template-header.template-header-areas {
  background: url("../images/template-header-areas.jpg") center center no-repeat;
  background-size: cover;
}
.section-template-header.template-header-about {
  background: url("../images/template-header-about2.jpg") center center no-repeat;
  background-size: cover;
}
.section-template-header .header-content {
  padding-top: 120px;
  text-align: center;
}
.section-template-header .header-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 15px;
}
.section-template-header .header-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 18px;
}
.section-template-header .header-content img {
  height: 57px;
}
.section-template-header .header-footer {
  padding-top: 20px;
  width: 100%;
}
.section-template-header .header-footer img {
  height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .section-template-header .header-content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-template-header {
    margin-bottom: 40px;
  }
  .section-template-header .header-content {
    padding-top: 50px;
  }
  .section-template-header .header-content h1 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 15px 10px;
  }
  .section-template-header .header-content img {
    height: 37px;
  }
  .section-template-header .header-footer {
    padding-top: 40px;
  }
}
.section-template {
  padding-top: 50px;
}
.section-template .title-container {
  margin: 0 0 80px;
}
.section-template .title-container h2 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 13px;
}
.section-template .title-container span {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.section-template h3 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 40px;
}
.section-template h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 30px;
}
.section-template p {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 25px;
}
.section-template ul {
  padding-left: 30px;
}
.section-template ul li {
  color: #697887;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px;
}
.section-template.white-section {
  background: #fff;
}
.section-template.white-section .title-container {
  color: #1f8ced;
}
.section-template.white-section h3 {
  color: #1f8ced;
}
.section-template.white-section h4 {
  color: #1f8ced;
}
.section-template.gray-section {
  background: #fafafc;
  padding-bottom: 50px;
}
.section-template.gray-section .title-container {
  color: #5456c2;
}
.section-template.gray-section h3 {
  color: #5456c2;
}
.section-template.gray-section h4 {
  color: #5456c2;
}
.section-template .text-composition-container {
  padding-top: 25px;
}
.section-template .composition-image img {
  border-radius: 41px;
  box-shadow: 8px 23px 32px rgba(0,0,0,0.17);
  height: 230px;
  width: 100%;
}
.section-template .info-section {
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  .section-template .text-composition-container {
    padding-top: 0;
  }
  .section-template .composition-image img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .section-template .title-container {
    margin: 0 0 40px;
  }
  .section-template .title-container h2 {
    font-size: 38px;
  }
  .section-template h3 {
    font-size: 31px;
    margin: 0 0 30px;
  }
  .section-template .info-section {
    padding-bottom: 50px;
  }
}
.carousel.carousel-component {
  margin: 40px 0 100px;
}
.carousel.carousel-component .carousel-inner {
  box-shadow: 8px 23px 32px rgba(0,0,0,0.17);
  border-radius: 41px;
  min-height: 300px;
  max-height: 600px;
}
.carousel.carousel-component .carousel-inner>.item>img {
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  min-width: fill-available;
}
.carousel.carousel-component .carousel-inner .carousel-caption {
  font-size: 45px;
  font-weight: 300;
  left: 20%;
  line-height: 1.2;
  right: 20%;
  text-shadow: 0 0px 11px rgba(0,0,0,0.5);
  top: 20%;
}
.carousel.carousel-component .carousel-control {
  text-shadow: none;
}
.carousel.carousel-component .carousel-control.left,
.carousel.carousel-component .carousel-control.right {
  background: none;
}
.carousel.carousel-component .carousel-control:hover {
  opacity: 1;
}
.carousel.carousel-component .carousel-control .controler-btn {
  background: #1f8ced;
  border-radius: 100px;
  display: block;
  height: 30px;
  text-align: end;
  width: 30px;
}
.carousel.carousel-component .carousel-control .glyphicon:before {
  display: none;
}
.carousel.carousel-component.carousel-big .carousel-inner {
  border-radius: 27px;
  height: 450px;
}
@media (max-width: 767px) {
  .carousel.carousel-component {
    margin: 40px 0 70px;
  }
  .carousel.carousel-component .carousel-inner {
    border-radius: 0;
    box-shadow: 0px 23px 32px rgba(0,0,0,0.17);
    margin-left: -15px;
    height: 320px;
    width: calc(100% + 30px);
  }
  .carousel.carousel-component .carousel-inner .carousel-caption {
    font-size: 35px;
    left: 15%;
    right: 15%;
    top: 21%;
  }
  .carousel.carousel-component.carousel-big {
    margin: 40px 0 100px;
  }
  .carousel.carousel-component.carousel-big .carousel-inner {
    border-radius: 0;
    height: 350px;
  }
}
.table-component table.table-lite {
  background: transparent;
  border: none;
  margin-bottom: 40px;
  width: 100%;
}
.table-component table.table-lite thead tr {
  background: transparent;
}
.table-component table.table-lite thead tr th {
  background: transparent;
  border-bottom: solid 1px #dedede;
  color: #1f8ced;
  font-size: 13px;
  font-weight: 400;
  padding: 22px 10px 15px;
}
.table-component table.table-lite tbody tr {
  background: transparent;
}
.table-component table.table-lite tbody tr:hover {
  background: #fff;
}
.table-component table.table-lite tbody tr td {
  border-bottom: solid 1px #dedede;
  color: #3b4f62;
  font-size: 13px;
  font-weight: 300;
  padding: 22px 10px 15px;
}
@media (max-width: 767px) {
  .table-component table.table-lite thead {
    display: none;
  }
  .table-component table.table-lite tbody tr {
    border: solid 1px #dedede;
    display: table;
    margin: 10px 0;
    width: 100%;
  }
  .table-component table.table-lite tbody tr td {
    background: #fff;
    border: none;
    display: block;
    height: auto;
    padding: 10px 15px;
  }
  .table-component table.table-lite tbody tr td .responsive-title {
    color: #1f8ced;
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
}
.tabs-component.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect {
  margin-top: 0;
  position: relative;
}
.tabs-component.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__panel {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .tabs-component.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__tab {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    word-break: break-all;
  }
  .tabs-component.mdl-tabs.mdl-js-tabs.mdl-js-ripple-effect .mdl-tabs__panel {
    margin-top: 30px;
  }
}
