/* SCAFFOLDING
-------------------------------------------------- */
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 28px;
  line-height: 36px;
}

h2 {
  font-size: 26px;
  line-height: 34px;
}

h3 {
  font-size: 20px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a[href^="tel:"] {
  color: inherit;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}

.form-control:focus {
  border-color: #066dff;
  box-shadow: inset 0 0 0 1px rgba(239,127,27,1);
}

img {
  width: 100%;
}

i {
  font-weight: normal;
  display: inline-block;
}

button:focus {
  outline: transparent;
}

section {
  padding: 100px 0;
  position: relative;
}

.text-link {
  color: inherit;
  border-bottom: 1px solid transparent;
  display: inline;
  text-decoration: none;
  word-break: break-word;
}

a.text-link {
  color: #6c757d;
  text-decoration: none;
}

a.text-link.text-blue {
  color: #066dff;
}

a.text-link.text-white {
  color: #ffffff;
}

.text-link:hover,
a.text-link:hover {
  border-bottom: 1px solid #6c757d;
  color: #6c757d;
}

a.text-link.text-blue:hover {
  border-bottom: 1px solid #066dff;
  color: #066dff;
}

a.text-link.text-white:hover {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f16 {
  font-size: 16px;
  line-height: 24px;
}

.f18 {
  font-size: 18px!important;
  line-height: 26px!important;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f22 {
  font-size: 22px;
  line-height: 30px;
}

.f24 {
  font-size: 24px;
  line-height: 32px;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.white {
  background-color: #ffffff;
}

.grey {
  background-color: #f9f9f9;
}

.blue {
  background-color: #066dff;
}

.text-grey {
  color: #6c757d;
}

.text-grey {
  color: #6c757d;
}

.text-blue {
  color: #066dff;
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #212529;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: .4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 20px;
  position: relative;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
}

.btn-lg {
  min-width: 220px;
}

.btn span {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.btn span::after {
  content: "\f115";
  font-family: "flaticon";
  font-size: 18px;
  position: absolute;
  top: -14px;
  right: -15px;
}

.btn-white {
  background-color: #ffffff;
  color: #066dff;
  border: 2px solid #ffffff;
}

.btn-blue {
  background-color: #066dff;
  color: #ffffff;
  border: 2px solid #066dff;
}

.btn-blue:hover {
  color: #ffffff;
}

.btn-bordered {
  background-color: transparent;
}

.btn-bordered.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-bordered.btn-white:hover {
  background-color: #ffffff;
  color: #066dff;
}

.btn-bordered.btn-blue {
  color: #066dff;
  border-color: #066dff;
}

.btn-bordered.btn-blue:hover {
  background-color: #066dff;
  color: #ffffff;
}

.btn.btn-link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  padding: 0;
  min-width: 0;
  border-radius: 0;
  text-decoration: none;
}

.btn.btn-link span::after {
  font-size: 16px;
  top: 2px;
  right: -5px;
}

.btn.btn-link:hover {
  text-decoration: none;
}

.heading {
  margin-bottom: 45px;
}

.heading-subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #066dff;
  margin-bottom: 12px;
}

.heading-title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 18px;
  font-weight: 700;
}

.heading-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #6c757d;
}

.heading-white .heading-subtitle {
  color: #f9f9f9;
}

.heading-white .heading-desc,
.heading-white .heading-title {
  color: #fff;
}

/* FLATICON
-------------------------------------------------- */
@font-face {
  font-family: "flaticon";
  src: url("../icons/flaticon.ttf?80131d6736d5fd4bcf2231eff537cba7") format("truetype"),
    url("../icons/flaticon.woff?80131d6736d5fd4bcf2231eff537cba7") format("woff"),
    url("../icons/flaticon.woff2?80131d6736d5fd4bcf2231eff537cba7") format("woff2"),
    url("../icons/flaticon.eot?80131d6736d5fd4bcf2231eff537cba7#iefix") format("embedded-opentype"),
    url("../icons/flaticon.svg?80131d6736d5fd4bcf2231eff537cba7#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-call:before {
    content: "\f101";
}
.flaticon-emailc:before {
    content: "\f102";
}
.flaticon-at:before {
    content: "\f103";
}
.flaticon-email:before {
    content: "\f104";
}
.flaticon-quotec:before {
    content: "\f105";
}
.flaticon-quote:before {
    content: "\f106";
}
.flaticon-questionc:before {
    content: "\f107";
}
.flaticon-question:before {
    content: "\f108";
}
.flaticon-checkc:before {
    content: "\f109";
}
.flaticon-homeb:before {
    content: "\f10a";
}
.flaticon-home:before {
    content: "\f10b";
}
.flaticon-sendb:before {
    content: "\f10c";
}
.flaticon-send:before {
    content: "\f10d";
}
.flaticon-cnc-milling-o:before {
    content: "\f10e";
}
.flaticon-cnc-milling:before {
    content: "\f10f";
}
.flaticon-cnc-turning:before {
    content: "\f110";
}
.flaticon-cnc-machine:before {
    content: "\f111";
}
.flaticon-drill:before {
    content: "\f112";
}
.flaticon-drill-1:before {
    content: "\f113";
}
.flaticon-drill-2:before {
    content: "\f114";
}
.flaticon-arrow-next:before {
    content: "\f115";
}
.flaticon-arrow-rght:before {
    content: "\f116";
}
.flaticon-phone:before {
    content: "\f117";
}
.flaticon-caliper:before {
    content: "\f118";
}
.flaticon-certified:before {
    content: "\f119";
}
.flaticon-workshop:before {
    content: "\f11a";
}
.flaticon-employee:before {
    content: "\f11b";
}
.flaticon-truck:before {
    content: "\f11c";
}
.flaticon-facility:before {
    content: "\f11d";
}
.flaticon-customer:before {
    content: "\f11e";
}
.flaticon-global:before {
    content: "\f11f";
}
.flaticon-instagram:before {
    content: "\f120";
}
.flaticon-youtube:before {
    content: "\f121";
}
.flaticon-facebook:before {
    content: "\f122";
}
.flaticon-linkedin:before {
    content: "\f123";
}
.flaticon-whatsapp:before {
    content: "\f124";
}
.flaticon-whatsapp-o:before {
    content: "\f125";
}

/* NAVIGATION
-------------------------------------------------- */
.navbar {
  background: #ffffff;
  height:90px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}

.scroll-down {
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.scroll-up {
  transform:translateY(0); transition: all 0.3s ease-in-out;
}

.dropdown-menu {
  border: none;
  border-top: 0;
  border-radius: 0;
}

.navbar-brand {
  padding: 0;
  width:240px;
}

.navbar .navbar-nav a {
  transition: none;
}

.navbar .navbar-nav .nav-link {
  margin: 0;
  padding: 0 13px;
  font-size: 14px;
  line-height: 86px;
  color: #333333;
  font-weight: 700;
  position: relative;
  border-bottom: 4px solid transparent;
  background-color: #ffffff;
}

.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link:hover {
  color: #066dff;
  border-bottom: 4px solid #066dff;
}

.navbar .navbar-nav .dropdown-item:focus,
.navbar .navbar-nav .dropdown-item:hover {
  background-color: transparent;
  color: #066dff;
}

.navbar .dropdown-header {
  color: #33475b;
  margin-bottom: 5px;
  padding: 0;
}

.navbar .dropdown-menu {
  margin: 0;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}

.navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

/* HOMEPAGE
-------------------------------------------------- */
.main-banner {
  margin-top: 90px;
}

.main-banner .banner-content h1 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
}

.main-banner .banner-content p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 30px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
}

.main-banner .carousel-control-next,
.main-banner .carousel-control-prev {
  width: 10%;
  z-index: 11;
}

.main-banner .carousel-control-next i,
.main-banner .carousel-control-prev i {
  display: inline-block;
  font-size: 40px;
}

.main-banner .carousel-control-prev i {
  transform: rotate(180deg);
}

.vid-wrap {
  position: relative;
}

.vid-wrap video {
  width: 100%;
}

.industry-name {
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0 0 12px 0 rgb(40 40 40 / 8%);
  border-radius: 15px;
  cursor: pointer;
}

.industry-name .industry-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.industry-name .industry-img img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.industry-name:hover .industry-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-industries .industry-name .industry-content {
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0;
  padding: 25px 28px 25px 28px;
  position: relative;
  z-index: 2;
}

.industry-name .industry-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.industry-name .industry-title a {
  color: #212529;
}

.industry-name .industry-title a:hover {
  color: #212529;
  text-decoration: none;
}

.industry-name:hover .btn.btn-link {
  color: #066dff;
}

.industry-name .industry-cat {
  line-height: 1;
  margin-bottom: 25px;
}

.industry-name .industry-cat span {
  position: relative;
  font-size: 14px;
  color: #9b9b9b;
  padding-right: 7px;
}

/* Industries */
.page-services .section-service-detail img,
.page-industries .section-service-detail img,
.page-products .section-service-detail img {
  border-radius: 15px;
}

/* FOOTER
-------------------------------------------------- */
.footer {
  background-color: #02111B;
}

.footer, .footer a {
  color: #c8c8c8;
}

.footer a:hover {
  color: #ffffff;
}

.footer .footer-content {
  padding: 100px 0 60px;
}

.footer .footer-content p,
.footer .footer-content a {
  font-size: 14px;
  line-height: 22px;
}

.footer .footer-content i {
  font-size: 20px;
  line-height: 22px;
}

.footer .footer-brand {
  display: block;
  width: 80%;
  padding-bottom: 25px;
}

.footer .footer-menu {
  margin-bottom: 30px;
}

.footer .footer-menu .footer-menu-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer .footer-menu .footer-menu-list li {
  margin-bottom: 5px;
}

.footer .brand-line {
  height: 5px;
}

.footer .footer-address {
  border-top: 1px solid #666666;
  padding-top: 30px;
}

.footer .footer-address p {
  margin-bottom: 10px;
}

.footer .footer-address a {
  color: #c8c8c8;
  border-bottom: 1px solid transparent;
}

.footer .footer-address a:hover {
  border-bottom: 1px solid #c8c8c8;
}

.footer .footer-social {
  padding-top: 30px;
}

.footer .footer-social li {
  float: left;
}

.footer .footer-social a {
  margin-right: 10px;
}

.footer .footer-social i {
  font-size: 28px;
}

.footer .copyright-content {
  border-top: 1px solid #555555;
  padding: 18px 0 8px;
}

.footer .copyright-content p {
  margin-bottom: 10px;
}

/* WA Chat
-------------------------------------------------- */
.wa-chat {
  position: fixed;
  bottom: 24px;
  top: auto;
  right: 12px;
  background-color: #fefefe;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
  color: #25D366;
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  z-index: 1080;
}

.wa-chat:hover, a.wa-chat:hover {
  background-color: #fefefe;
  color: #25D366;
}

/* INNER PAGE
-------------------------------------------------- */
.page-inner .section-banner {
  background: #333333 url(../images/banner.jpg) center right no-repeat;
  background-size: cover;
  color: #ffffff;
  height: auto;
  margin-top: 90px;
  padding: 132px  0;
  position: relative;
}

.page-inner .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.page-inner .breadcrumb li {
  font-size: 14px;
  line-height: 36px;
}

.page-inner .breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #f4f4f4;
}

.page-inner .heading {
  margin-bottom: 25px;
}

.page-inner .heading-title {
  font-size: 26px;
  line-height: 34px;
}

.page-inner .list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.page-inner .list-check li::before {
  content: "\f109";
  font-family: "flaticon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 24px;
}

/* CTA
-------------------------------------------------- */
.section-cta {
  background-color: #3F4045;
}

/* ABOUT PAGE
-------------------------------------------------- */
.section-content ul {
  margin: 20px 0 30px;
  float: left;
  width: 100%;
}

.section-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.section-content ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #066dff;
  border-radius: 50px;
}

.carousel-wrap {
  padding: 0 15px;
}

.owl-theme .owl-nav,
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  margin: 0;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: #066dff;
  border-radius: 50px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -15px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  margin-top: -5px;
  display: block;
}

.page-about .owl-carousel .owl-item img {
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 5px;
  display: block;
  margin-bottom: 0;
}

/* CAREERS PAGE
-------------------------------------------------- */
.page-careers .job-wrap {
  border-bottom: 1px solid #e2e2e2;
}

.page-careers ul {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  margin-top: 0;
}

.page-careers .job-wrap .document-header {
  color: #333333;
  display: block;
  position: relative;
  padding: 20px 40px 20px 30px;
  cursor: pointer;
}

.page-careers .job-wrap .multi-collapse {
  padding: 0 30px 20px;
}

.page-careers .job-wrap .document-header:after {
  content: "-";
  cursor: pointer;
  float: right;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  font-weight: normal;
  transition: all 0.3s;
  font-weight: 700;
}

.page-careers .job-wrap .document-header.collapsed:after {
  content: "+";
  font-weight: normal;
  font-weight: 700;
}

.page-careers ul li {
  position: relative;
}

.page-careers li.job-wrap:last-child,
.bank-rates li.rate-wrap:last-child {
  border-bottom: none;
}

.page-careers .job-wrap p a {
  color: #066dff;
}

.page-careers .job-wrap p a:hover {
  text-decoration: underline;
}

/* CONTACT PAGE
-------------------------------------------------- */
.map-box {
  height: 440px
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display:block;
    opacity: 0;
    visibility: hidden;
    /*transition:.3s;*/
    margin-top:0;
    padding: 5px 15px;
    box-shadow: 0 2px 6px 0 rgb(40 40 40 / 10%);
  }

  .navbar .nav-item:hover .nav-link {
    color: #066dff;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top:180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s; opacity:1;
    visibility:visible;
    top:100%;
    transform: rotateX(0deg);
  }

  .navbar .nav-link.contact-btn {
    background-color: #066dff;
    border: 1px solid #066dff;
    border-radius: 5px;
    color: #ffffff;
    line-height: 34px;
    margin: 24px 0 0 14px;
    padding: 0 15px;
    transition: all .3s ease-in;
  }

  .navbar .nav-link.contact-btn:hover {
    background-color: #066dff;
    color: #ffffff;
    border: 1px solid #066dff;
  }

  .navbar .nav-item:hover .nav-link.contact-btn,
  .navbar .nav-item:hover .nav-link.contact-btn:hover {
    color: #ffffff;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    padding: 15px 0;
    height: 70px;
  }

  .navbar-brand {
    width: 150px;
  }

  .navbar-toggler {
    padding: 0;
    font-size: 24px;
  }

  .navbar .navbar-nav {
    margin-top: 6px;
    background-color: #ffffff;
  }

  .navbar .navbar-nav .nav-item {
    border-top: 1px solid #d8d8d8;
    padding: 10px 15px 10px 15px;
  }

  .navbar .navbar-nav li:last-child.nav-item {
    border-bottom: 1px solid #d8d8d8;
  }

  .navbar .navbar-nav li:last-child.nav-item .nav-link {
    color: #066dff;
  }

  .navbar .navbar-nav .nav-link.current,
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 0;
    line-height: inherit;
    border-bottom: 0;
    color: #333333;
  }

  .navbar .navbar-nav .nav-link:hover {
    border-bottom: 0;
  }

  .navbar .dropdown-toggle::after {
    right: 0;
    top: 50%;
  }

  .navbar .dropdown-menu {
    background-color: #f8f8f8;
    border-top: 0;
    padding: 0 15px;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: .5rem 0;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #ffffff;
  }

  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #152c5e;
  }

  .hamburger-box {
    width: 26px;
    height: 18px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #152c5e;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .hamburger--spring .hamburger-inner {
    top: 5px;
    transition: background-color 0s 0.13s linear;
  }

  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }

  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  }

  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  }

  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .main-banner .slide-1 .banner-content,
  .main-banner .slide-2 .banner-content,
  .main-banner .slide-3 .banner-content {
    padding: 50px 0;
  }

  .banner {
    min-height: auto;
    padding-top: 70px;
  }

  .main-banner, .page-inner .section-banner {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .header-contact {
    display: block;
  }

  .footer-contact {
    padding-left: 40px;
  }

  a[href^="tel:"] {
    cursor: auto;
  }

  .navbar {
    padding: 16px 30px;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .section-about .list-items {
    margin-bottom: 25px;
  }

  .footer .footer-social i {
    font-size: 24px;
    line-height: 26px;
  }

  .service-block img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .service-block .service-block-content {
    padding: 30px;
  }

  .section-about .inner-padding,
  .page-contact .section-about .inner-padding {
    padding: 50px 25px;
  }

  .page-contact .form-wrap {
    padding: 30px 15px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  section, .page-inner .section-banner {
    padding: 50px 5px;
  }

  .heading {
    margin-bottom: 30px;
  }

  .navbar {
    padding: 15px 0;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  .navbar-toggler {
    margin-right: 20px;
  }

  .main-banner, .page-inner .section-banner {
    background-position: center;
  }

  .main-banner .banner-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .main-banner .banner-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .main-banner .carousel-item {
    height: calc(100vh - 55px);
  }

  .main-banner .slide-1 .carousel-caption,
  .main-banner .slide-2 .carousel-caption,
  .main-banner .slide-3 .carousel-caption {
    bottom: 10%;
    top: 10%;
    right: 15%;
    left:  15%;
  }

  .main-banner .carousel-control-next,
  .main-banner .carousel-control-prev {
    width: 15%;
  }

  .main-banner .carousel-control-next i,
  .main-banner .carousel-control-prev i {
    font-size: 20px;
  }

  .homepage section.services {
    border-top: 1px solid #e8e8e8;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .service-block {
    margin-bottom: 15px;
  }

  .service-block .service-block-content {
    padding: 15px;
  }

  .heading {
    margin-bottom: 30px;
  }

  .heading-title {
    font-size: 24px;
    line-height: 34px;
  }

  .page-contact .form-wrap {
    padding: 50px 5px;
  }

  .page-contact .form-wrap {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .section-industries .industry-name {
    margin-bottom: 35px;
  }

  .section-product .heading {
    margin-top: 20px;
  }

  .section-product img {
    -webkit-transform: none;
    transform: none;
  }

  .banner .caption {
    margin-bottom: 25px;
  }

  .banner .caption p {
    margin-bottom: 30px;
  }

  .banner .caption h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .page-inner .breadcrumb {
    float: none;
  }

  .page-inner .section-content ul,
  .page-inner .section-content ul li {
    margin-bottom: 0;
  }

  .page-inner .section-service-detail .img-wrap {
    margin-bottom: 20px;
  }

  .footer {
    padding: 0;
  }

  .footer .footer-content {
    padding: 45px 5px;
  }

  .footer .footer-brand {
    padding-bottom: 15px;
  }

  .footer .footer-menu {
    margin-bottom: 15px;
  }

  .footer .footer-menu .footer-menu-title {
    margin-bottom: 5px;
  }

  .footer .footer-menu .footer-menu-list li {
    margin-bottom: 0;
  }

  .footer .footer-address {
    margin-top: 15px;
  }

  .footer .footer-social {
    padding-top: 15px;
  }

  .wa-chat {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }

  .page-careers .job-wrap .document-header {
    padding: 15px 40px 15px 15px;
  }

  .page-careers .job-wrap .document-header:after {
    right: 15px;
  }

  .page-careers .job-wrap .multi-collapse {
    padding: 0 15px 15px;
  }
}

@media (max-width: 380px) {
  .main-banner .slide-1 .carousel-caption,
  .main-banner .slide-2 .carousel-caption,
  .main-banner .slide-3 .carousel-caption {
    top: 0;
  }

}