html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1200px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

main {
  min-height: 71vh;
}

ol, ul {
  padding: 0 35px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(0.95);
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

h1, h2, h3 {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 600;
}

h4, h5 {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 100;
}

.ddmg-sig {
  background-color: #272727;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 35%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 820px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 840px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 1290px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .img-banner {
    padding: 60px 0 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 80px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 110px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.page-header h2 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.page-header .page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1382px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.page-header .page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 377px;
  content: "";
  background-image: -ms-linear-gradient(0deg, #eef0f6 0%, rgba(238, 240, 246, 0) 100%);
}
.page-header .page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}
.page-header .page-header__inner h2 {
  font-size: 40px;
  color: var(--brote-base);
  font-weight: 700;
  line-height: 50px;
}
.page-header .thm-breadcrumb {
  position: relative;
  display: block;
}
.page-header .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.page-header .thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.page-header .thm-breadcrumb li:hover a {
  color: #eee;
}
.page-header .thm-breadcrumb li + li {
  margin-left: 4px;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}
.fabrication {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/fab_top.jpg);
  background-position: bottom;
  padding: 118px 0 110px 0;
}
@media (min-width: 768px) {
  .fabrication {
    background-position: revert;
    padding: 89px 0 110px 0;
  }
}
@media (min-width: 1034px) {
  .fabrication {
    background-position: revert;
    padding: 110px 0 110px 0;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 70px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 87px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 45%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 35%;
  }
}

.top-nav {
  background-image: url(../../images/header-bg.png);
  background-color: #336699;
  font-weight: 600;
}
.top-nav .container {
  max-width: 1300px;
}
.top-nav .top-nav-list {
  padding-left: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-nav .top-nav-list {
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
  }
}
.top-nav .top-nav-list .phone-number {
  display: inline-block;
  padding: 10px 21px 18px 19px;
}
@media (min-width: 768px) {
  .top-nav .top-nav-list .phone-number {
    padding: 10px 21px 10px 19px;
  }
}
.top-nav .top-nav-list a {
  color: #fff;
}
.top-nav .top-nav-list .social-links a:hover {
  text-decoration: none;
}
.top-nav .logo img {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top-nav .logo img {
    width: 50%;
    padding: 10px 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .top-nav .phone-number {
    margin-right: 0;
  }
}
.top-nav .phone-number a {
  font-size: 15px;
}
.top-nav .phone-number .fa-phone {
  transform: rotate(90deg);
  font-size: 16px;
}
@media (min-width: 768px) {
  .top-nav .btn-main {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .top-nav .btn-main {
    font-size: 13px;
    padding: 0.2rem 0.6rem;
  }
}
.top-nav .social-links svg {
  font-size: 19px;
  margin-left: 15px;
}
.top-nav .email {
  font-size: 16px;
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .navbar {
    position: absolute;
    background-color: #ffffffd1;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    padding-left: 7px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    padding-left: 4px;
  }
}
.navbar .navbar-nav .home {
  padding-left: 6px !important;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .home {
    padding-left: 13px !important;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .home {
    padding-left: 6px !important;
  }
}
.navbar .container {
  max-width: 1300px;
}
.navbar .navbar-toggler-icon {
  height: 1em;
}
.navbar .nav-link {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  color: #000;
  text-transform: uppercase;
}
.navbar .nav-link.active {
  color: #0E1D2B;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1300px) {
  .navbar .nav-link {
    font-size: 16.7px;
  }
}
.navbar .dropdown .dropdown-menu {
  background-color: #eee;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu {
    background-color: #fff;
  }
}
.navbar .dropdown .dropdown-menu a {
  text-shadow: none;
}

.home-video .carousel-inner {
  overflow: hidden;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
  }
}
@media (min-width: 1024px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
  }
}
@media (min-width: 1200px) {
  .home-video .carousel-inner {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .home-video .carousel-inner {
    height: 720px;
  }
}
@media (min-width: 1366px) {
  .home-video .carousel-inner {
    height: 770px;
  }
}
@media (min-width: 1370px) {
  .home-video .carousel-inner {
    height: 830px;
  }
}
.home-video .carousel-inner .video-badge {
  justify-content: center;
  align-items: center;
  display: flex;
}
.home-video .carousel-inner .video-badge img {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  width: 15%;
  top: 5px;
  left: 1%;
}
@media (min-width: 768px) {
  .home-video .carousel-inner .video-badge img {
    top: 4%;
    width: 10%;
    left: 3%;
  }
}
@media (min-width: 1024px) {
  .home-video .carousel-inner .video-badge img {
    top: 7%;
    width: 8%;
    left: 1%;
  }
}
@media (min-width: 1200px) {
  .home-video .carousel-inner .video-badge img {
    top: 5%;
    width: 7%;
    left: 1%;
  }
}
.home-video video {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-video video {
    position: relative;
    top: 0px;
  }
}
@media (min-width: 1366px) {
  .home-video video {
    top: 0px;
  }
}
@media (min-width: 1400px) {
  .home-video video {
    top: 0px;
  }
}
@media (min-width: 1600px) {
  .home-video video {
    top: -70px;
  }
}

.service-style1-area {
  background-image: url(../../images/thm-pattern-1.png);
}
.service-style1-area .pattern-bg {
  position: absolute;
  top: 502px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-base);
  background-repeat: repeat;
  z-index: -1;
}

.service-style1-area.pdb80 {
  padding-bottom: 80px;
}

.single-service-style1 .inner-box {
  position: relative;
  display: block;
  padding-bottom: 110px;
}
.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  height: 200px;
}
.single-service-style1 .img-holder:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(var(--thm-base-rgb), 0.7);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 5;
}
.single-service-style1 .img-holder img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.single-service-style1 .title-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 110px;
  z-index: 1;
}
.single-service-style1 .title-holder .pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1c1c27;
  background-repeat: repeat;
  z-index: -1;
}
.single-service-style1 .title-holder .inner-text {
  position: absolute;
  left: 0;
  bottom: 87px;
  width: 184px;
  background: #ffffff;
  padding-top: 8px;
  padding-left: 20px;
  padding-bottom: 2px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-service-style1 .title-holder .inner-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single-service-style1 .title-holder h6 {
  color: var(--thm-base);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-service-style1 .title-holder h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
.single-service-style1 .title-holder h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .title-holder h2 a:hover {
  color: var(--thm-base);
}
.single-service-style1 .title-holder .text {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  padding-top: 0;
  transition: all 0.3s ease-in-out 0.1s;
}
.single-service-style1 .title-holder .text p {
  margin: 0;
  transform: translateY(-15px);
  transition: all 0.3s ease-in-out 0.1s;
}
.single-service-style1 .title-holder .button-box {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-left: 50px;
}
@media (min-width: 600px) {
  .single-service-style1 .title-holder .button-box {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .single-service-style1 .title-holder .button-box {
    padding-left: 0px;
  }
}
@media (min-width: 1024) {
  .single-service-style1 .title-holder .button-box {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .single-service-style1 .title-holder .button-box {
    padding-left: 10px;
  }
}
.single-service-style1 .title-holder .button-box a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .title-holder .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1024px) {
  .single-service-style1 .title-holder .icon {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .single-service-style1 .title-holder .icon {
    right: 30px;
    bottom: 30px;
  }
}
.single-service-style1 .title-holder .icon i {
  position: relative;
  display: block;
  line-height: 0;
}
.single-service-style1 .title-holder .icon i:before {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}
@media (min-width: 1024px) {
  .single-service-style1 .title-holder .icon i:before {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .single-service-style1 .title-holder .icon i:before {
    font-size: 45px;
  }
}
.single-service-style1:hover a {
  color: #fff;
  text-decoration: none;
}
.single-service-style1:hover a:before {
  transform: rotate(-90deg);
  top: 0;
}
.single-service-style1:hover .button-box a {
  font-size: 15px;
}
.single-service-style1:hover .button-box .arrow .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.single-service-style1:hover .button-box .arrow .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.single-service-style1:hover .button-box .arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}
.single-service-style1:hover .img-holder:before {
  opacity: 1;
}
.single-service-style1:hover .title-holder .inner-text {
  padding-top: 8px;
  padding-bottom: 10px;
}
.single-service-style1:hover .title-holder .text {
  opacity: 1;
  height: 52px;
  padding-top: 9px;
}
.single-service-style1:hover .title-holder .text p {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out 0.2s;
}

.service-style1__bottom-text {
  position: relative;
  display: block;
  padding-top: 3px;
}
.service-style1__bottom-text h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.service-style1__bottom-text .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 32px;
}

.service-blocks-wrapper {
  overflow: hidden;
}

/* ======================================== */
section {
  overflow: hidden;
  display: block;
  position: relative;
  background-size: cover !important;
  box-sizing: border-box !important;
}

.service-blocks-wrapper .service-blocks-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, transform 1s linear 0.8s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.transparency {
  opacity: 0;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.8s ease, -webkit-transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s, -webkit-transform 10s linear 0s;
}

/* Larger image on hover */
.imageBlock1 {
  transition: all 0.8s ease;
  transition-property: all;
  -webkit-transition: all 0.8s ease;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: initial;
  background-image: url(../../images/industries/defense.jpg);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.imageBlock2 {
  background-image: url(../../images/industries/heavy-transport.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock3 {
  background-image: url(../../images/hydraulic_industries.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock4 {
  background-image: url(../../images/industries/conveyer-system.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock5 {
  background-image: url(../../images/industries/construction.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock6 {
  background-image: url(../../images/industries/mining.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock7 {
  background-image: url(../../images/industries/energy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom !important;
}

.imageBlock8 {
  background-image: url(../../images/industries/hvac.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-blocks-wrapper {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden !important;
}

.service-block-content {
  overflow: hidden;
  z-index: 3;
  height: 350px;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  opacity: 1;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
  transition: all 0.8s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.service-block-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: 1;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

/* small image in box */
.bg-change1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/defense.jpg");
  background-position: right;
}
@media (min-width: 768px) {
  .bg-change1 {
    background-position: right;
  }
}

.bg-change2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/heavy-transport.jpg");
}

.bg-change3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/hydraulic_industries.jpg");
}

.bg-change4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/conveyer-system.jpg");
}

.bg-change5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/construction.jpg");
}

.bg-change6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/mining.jpg");
}

.bg-change7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/energy.jpg");
}

.bg-change8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/industries/hvac.jpg");
}

.service-block-title {
  /*z-index:2;*/
  position: relative;
  opacity: 1;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.service-block-title.no-icon {
  padding-top: 7rem;
  text-align: right;
}

.faded-service-title {
  opacity: 0.4;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.service-block-title h2 {
  font-weight: 800;
  /* color:#414141; */
  text-transform: uppercase !important;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  margin: 0 32px 0 45px;
  color: #000;
  transition: transform 0.5s;
  text-transform: capitalize;
}

.service-block-icon {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: white;
  margin-bottom: 1.5rem;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

.service-block-blurb {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: #000;
  color: white;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

/* end service block classes */
/* focus area titles */
.service_inner.type_one .content_inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.service_inner.type_one .content_inner h2 {
  position: absolute;
  width: 240px;
  height: 44px;
  right: -30px;
  text-align: center;
  line-height: 44px;
  bottom: 0px;
  font-size: 22px;
  font-weight: normal;
  z-index: 0;
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .service_inner.type_one .content_inner h2 {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .service_inner.type_one .content_inner h2 {
    right: -30px;
  }
}

.service_inner.type_one .content_inner h2 a {
  color: #252525;
}

.service_inner.type_one:hover .content_inner h2 {
  opacity: 0;
  transform: translateX(250px);
}

.service_inner.type_one .content_inner .r_more {
  position: absolute;
  width: 200px;
  height: 44px;
  right: 0px;
  text-align: center;
  line-height: 47px;
  bottom: 0px;
  font-size: 22px;
  font-weight: normal;
  font-family: "Source Serif Pro", sans-serif;
  z-index: 0;
  opacity: 0;
  transform: translateX(250px);
  color: #252525;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.service_inner.type_one .content_inner .r_more > div {
  padding: 25px;
}
.service_inner.type_one .content_inner .r_more h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.service_inner.type_one .content_inner .r_more h4 {
  font-size: 14px;
}

.service_inner.type_one .content_inner .r_more::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(0deg);
}

.service_inner.type_one:hover .content_inner .r_more {
  opacity: 1;
  transform: translateX(0px);
  width: 100%;
  height: 350px;
  font-size: 14px;
  color: #fff;
}
.service_inner.type_one:hover .content_inner .r_more .list {
  line-height: 2;
  text-align: left;
}

.service_inner.type_one:hover .content_inner .r_more:before {
  width: 100%;
  transform: skew(0deg);
  background-color: #00000082;
}

@media (max-width: 768px) {
  .service_inner.type_one img {
    width: 100%;
  }
}
.service_inner.type_one .content_inner h2 {
  right: -14px;
  font-size: 18px;
  background: #dfefff;
}
@media (min-width: 768px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}
@media (min-width: 1024px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}
@media (min-width: 1200px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}

.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h2 {
  font-size: 27px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .mini-sections h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .mini-sections h2 {
    font-size: 29px;
  }
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .mini-sections h1 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .mini-sections h1 {
    font-size: 35px;
  }
}
@media (min-width: 1080px) {
  .mini-sections h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .mini-sections h1 {
    font-size: 42px;
  }
}
.mini-sections p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .mini-sections p {
    display: -webkit-box;
  }
}
.mini-sections .news-home {
  background: linear-gradient(to bottom, white 0%, white 40%, #336699 40%, #336699 100%);
  display: flex;
  align-items: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .mini-sections .news-home {
    background: linear-gradient(to right, white 0%, white 50%, #336699 50%, #336699 100%);
  }
}
.mini-sections .news-home .aero {
  margin-bottom: 115px;
}
@media (min-width: 768px) {
  .mini-sections .news-home .aero {
    margin-bottom: 0;
  }
}
.mini-sections .news-home .aero a small {
  color: #000;
}
.mini-sections .news-home .aero:nth-child(2) h2, .mini-sections .news-home .aero:nth-child(2) h3, .mini-sections .news-home .aero:nth-child(2) p, .mini-sections .news-home .aero:nth-child(2) small {
  color: #fff;
}
.mini-sections .news-home .aero:nth-child(2) small {
  text-decoration: underline;
}
.mini-sections .news-home span {
  display: block;
  margin: 0 15px;
}
.mini-sections .news-home h2 {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.mini-sections .news-home h3 {
  color: #000;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.mini-sections .news-home p {
  font-size: 17px;
  color: #000;
}
.mini-sections .news-home .news-home-item p a {
  color: #fff;
}
.mini-sections .news-home .news-home-item2 h3 {
  color: #fff;
}
.mini-sections .news-home .news-home-item2 p {
  color: #fff;
}
.mini-sections .news-home .news-home-item2 p a {
  color: #fff;
}
.mini-sections .quote-home {
  background: url(../../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
}
@media (min-width: 768px) {
  .mini-sections .quote-home {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .mini-sections .quote-home {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .mini-sections .quote-home {
    background-position: 675px center;
    background-attachment: fixed;
  }
}
.mini-sections .quote-home .card {
  background: #ffffffd4;
  border: none;
}
.mini-sections .quote-home h2 {
  color: #000;
}
.mini-sections .quote-home #file2 {
  width: 100%;
}

.footer {
  background-color: #0E1D2B;
  background-image: url(../../img/thm-pattern-1.png);
  color: #fff;
  padding: 30px 0;
  margin-top: auto;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer .footer-boxes {
  margin-top: 1%;
}
.footer h2 {
  font-size: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer h2 {
    text-align: left;
  }
}
.footer ul {
  list-style: none;
}
.footer .logo {
  justify-content: center;
  display: flex;
  align-items: center;
}
.footer .logo img {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .footer .logo img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .footer .logo img {
    width: 73%;
  }
}
@media (min-width: 1200px) {
  .footer .logo img {
    width: 80%;
  }
}
.footer .btn-footer {
  padding: 0.4rem 0.7rem;
}
@media (min-width: 768px) {
  .footer .social-links {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  .footer .social-links {
    margin-left: 0px;
  }
}
.footer .social-links i {
  color: #fff;
  font-size: 30px;
}
.footer .site-map {
  text-align: center;
  line-height: 1.5;
  padding: 33px;
}
.footer .site-map a {
  color: #fff;
  font-size: 16px;
}
.footer .site-map a:hover {
  color: #fff;
}
.footer .site-map2 {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .site-map2 {
    text-align: left;
  }
}
.footer .site-map2 a {
  color: #fff;
  font-size: 16px;
}
.footer .site-map2 a:hover {
  color: #fff;
}
.footer .badge {
  justify-content: center;
}
.footer .badge img {
  width: 20%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .badge img {
    width: 10%;
    margin: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .footer .badge img {
    width: 50%;
    margin-left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .footer .badge img {
    width: 40%;
  }
}
.footer .badge .mobile-side {
  justify-content: center;
  align-content: center;
  align-items: center;
  display: block;
}
@media (min-width: 768px) {
  .footer .badge .mobile-side {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer .badge .mobile-side {
    display: block;
  }
}

.industries .item-media {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 240px;
}
.industries .item-media img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.industries .item-media .media-links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.industries .item-media .media-links::before {
  background-color: rgba(34, 44, 53, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.industries .vertical-item .item-content {
  background-image: url(../../images/logo_watermark.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-color: #1b232a;
  padding: 15px;
  height: auto;
}
@media (min-width: 768px) {
  .industries .vertical-item .item-content {
    height: 330px;
  }
}
.industries .vertical-item .item-content h2 {
  color: #fff;
  font-size: 28px;
}
.industries .vertical-item .item-content h3 {
  color: #fff;
  font-size: 15px;
}
.industries .vertical-item .item-content p {
  color: #fff;
}
.industries .vertical-item .item-content p:last-child {
  margin-bottom: 0;
}
.industries .vertical-item .item-content > div {
  color: #fff;
  font-size: 15px;
}

.cap-pages .links .card {
  border: none;
  background: #F8FBFF;
}
.cap-pages .links .card a {
  color: #23496e;
  text-transform: uppercase;
}
.cap-pages img {
  margin: 0 auto;
}

.faqs-section {
  background: #FAF9F6;
}
.faqs-section .card-header {
  background: #D2E5F6;
}
.faqs-section .card-body {
  background: #eee;
}
.faqs-section h2 {
  font-size: 22px;
}
.faqs-section .card-header {
  background: #D2E5F6;
  color: #000;
  cursor: pointer;
  border-bottom: none;
}
.faqs-section .card-header .title {
  font-size: 21px;
}
.faqs-section .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.faqs-section .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.faqs-section .card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.faqs-section .card-body {
  border-top: 1px solid #ddd;
  background: #d6d6d6;
}
.faqs-section .answer {
  font-size: 16px;
}

.fax-pdf a {
  background: #0E1D2B;
}
.fax-pdf a:hover {
  border: 1px solid #000;
}

.links-section {
  background: #F8FBFF;
}
.links-section .links a {
  color: #23496e;
  text-transform: uppercase;
}

.cap-gallery {
  background: #fff;
}
.cap-gallery .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cap-gallery .cat-topic a {
  color: #000;
  border-bottom: 2px solid #336699;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.cap-gallery .cat-topic a:hover {
  text-decoration: none;
}
.cap-gallery .cat-topic a.active-topic {
  border-bottom: 2px solid #0E1D2B;
  color: #000;
}
.cap-gallery .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.cap-gallery .cat-topic-single {
  border-bottom: 2px solid #336699;
  padding: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.cap-gallery .cat-topic-single h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #000;
}
.cap-gallery .cap-photos .card {
  border: none;
}
.cap-gallery .cap-photos .photo-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .cap-gallery .cap-photos .photo-img {
    height: 200px;
  }
}
.cap-gallery .cap-photos .photo-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cap-gallery img {
  width: 100%;
}

.machine-list p {
  font-size: 15px;
}

.see-machines .row {
  background: #bfd0df;
  padding: 10px;
  border-radius: 5px;
  margin: 0px 0;
}
@media (min-width: 768px) {
  .see-machines .row {
    margin: 0;
  }
}
.see-machines h2 {
  margin-bottom: 0;
}
.see-machines .icon {
  text-align: end;
  font-size: 30px;
}

.machine-gal-box .row {
  margin: 0;
}

.machine-gal {
  background: #eee;
}

.info-request-page {
  background-image: url(../../images/info-request-bg.jpg);
  background-size: cover;
}
.info-request-page .card {
  background: #ffffffc9;
}
.info-request-page .info-request-form {
  padding-top: 17%;
}

.supplier-form-page {
  background-image: url(../../images/supplier_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
.supplier-form-page .supplier-form {
  padding-top: 17%;
}
.supplier-form-page .card {
  background: #ffffffc9;
}
.supplier-form-page h3 {
  font-size: 22px;
}

.tech-page .card {
  background: #eee;
}
.tech-page .tech-imgs {
  overflow: hidden;
  height: 200px;
}
.tech-page .tech-imgs img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.quote-request-page {
  background-image: url(../../images/quote-request-bg.jpg);
}
.quote-request-page .card {
  background: #ffffffa6;
}
.quote-request-page .quote-request-form {
  padding-top: 17%;
}

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 100px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after, .h--timeline-dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}

.h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.h--timeline-dates::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  background-color: #f7f7f7;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-line .item-12 {
  left: 1790px !important;
}

.h--timeline-line .item-13 {
  left: 1950px !important;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #336699;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #336699;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
  bottom: -3px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #336699;
}

.h--timeline-date--selected {
  pointer-events: none;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #336699;
}

.h--timeline-date--selected::before {
  background-color: #336699;
}

.h--timeline-date--older-event::after {
  background-color: #336699;
  border-color: #336699;
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #3D444A;
  transition: border-color 0.3s;
}

.h--timeline-navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
}

.h--timeline-navigation:hover {
  border-color: #336699;
}

.h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
  right: 0;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 0px;
}
.h--timeline-navigation--inactive:hover {
  border-color: #f7f7f7;
  color: #f7f7f7;
  background-position: 0 0px;
}
.h--timeline-navigation--inactive:hover:after {
  background-position: 0 -16px;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 1rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.h--timeline-event--selected {
  position: relative;
  top: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right, .h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left, .h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right, .h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #336699;
  font-size: 2rem;
  font-weight: 600;
}

.h--timeline-event-date {
  display: block;
  font-style: italic;
  margin: 0.5rem auto;
  margin: 1rem auto;
}

.h--timeline-event-date::before {
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before {
  background-color: #336699;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #336699;
}

.h--timeline-date--older-event::after {
  background-color: #336699;
  border-color: #336699;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: -48px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
  width: 21px;
  height: 21px;
  bottom: -11px;
  background-color: #f7f7f7;
  border-color: #336699;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  bottom: 40px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
  bottom: 37px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
  bottom: 43px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -5px;
}

/**/
.parallax_history {
  width: 100%;
  height: 400px;
  padding-top: 5%;
  background-image: url("../images/parra_history.jpg");
  background-position: center center;
  background-size: cover;
  background-color: rgba(39, 97, 172, 0.2);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #2B2B2B;
  position: relative;
  z-index: 2;
}

.message-president img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .message-president img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}

.vision-core-page ul {
  list-style-type: disc;
}

.fancy-border {
  width: 100%;
  text-align: center;
  border-top: 15px solid;
  border-image: linear-gradient(to right, #B3CBE1 25%, #369 25%, #369 50%, #6EABE3 50%, #6EABE3 75%, #8D9399 75%) 5;
}

.news-all-page h3 a {
  color: #000;
}
.news-all-page h4 {
  font-size: 20px;
}
.news-all-page h5 {
  font-size: 13px;
  text-transform: uppercase;
}
.news-all-page p {
  font-size: 15px;
}
.news-all-page .com-news .card {
  background: #ebf3fa;
}
.news-all-page .card {
  position: relative;
  padding: 3rem 8rem;
  background: #D2E5F6;
  overflow: hidden;
  z-index: 1;
  height: 280px;
}
.news-all-page .card::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 120px;
  height: 130px;
  background: #fff;
  transform: skew(-45deg);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.news-all-page .card .bottom-box {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 1 0%;
}
.news-all-page .card:hover {
  transition: all 0.3s ease;
}
.news-all-page .card:hover::before {
  transform: skew(0deg);
  width: 100%;
  height: 100%;
  left: 0;
}

.news-page {
  position: relative;
  overflow: hidden;
  background: #f8fbff;
}
.news-page .services-area .single-services-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 25px;
  transition: 0.5s;
  position: relative;
  border: 1px solid #eee;
  height: auto;
}
@media (min-width: 768px) {
  .news-page .services-area .single-services-box {
    height: 250px;
  }
}
.news-page .services-area .single-services-box h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.news-page .services-area .single-services-box h2 a {
  color: #336699;
}
.news-page .services-area .single-services-box h3 {
  margin-bottom: 0;
  font-style: italic;
  font-size: 15px;
  font-weight: 700;
}
.news-page .services-area .single-services-box p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
}
.news-page .services-area .single-services-box .bottom-box a {
  opacity: 1;
  color: #336699;
  text-transform: uppercase;
  font-size: 14px;
}
.news-page .services-area .single-services-box::before {
  content: "";
  height: 3px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #336699;
  transition: 0.5s;
}
.news-page .services-area .single-services-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.news-page .services-area .single-services-box:hover::before {
  width: 100%;
  height: 4px;
}
.news-page .services-area .single-services-box:hover .bottom-box a {
  transition: 0.5s;
  opacity: 1;
}
.news-page .services-area .services-section {
  position: relative;
  z-index: 1;
}
.news-page .services-area .services-tab-list .tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.news-page .services-area .services-tab-list .tabs li {
  margin-bottom: 10px;
}
.news-page .services-area .services-tab-list .tabs li a {
  display: block;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  color: #313e5b;
  font-size: 19px;
  font-weight: 600;
}
.news-page .services-area .services-tab-list .tabs li a i {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  margin-right: 7px;
  color: #336699;
}
.news-page .services-area .services-tab-list .tabs li a i::before {
  font-size: 30px;
}
.news-page .services-area .services-tab-list .tabs li a:hover {
  background-color: #336699;
  color: #ffffff;
}
.news-page .services-area .services-tab-list .tabs li.current a {
  background-color: #336699;
  color: #ffffff;
}
.news-page .services-area .services-tab-list .tabs li:last-child {
  margin-bottom: 0;
}
.news-page .services-area .services-tab-list .tab-content {
  padding-left: 30px;
}
.news-page .services-area .services-tab-list .tab-content .tabs-item .image {
  margin-bottom: 30px;
}
.news-page .services-area .services-tab-list .tab-content .tabs-item .content .btn {
  margin-top: 5px;
}

.aero-com-page .btn-main2 {
  font-size: 16px;
}

.news-detail-page h2 {
  font-size: 32px;
}
.news-detail-page img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news-detail-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}
.news-detail-page .card {
  background: #F8FBFF;
}

.careers-page .btn-main2 {
  font-size: 18px;
  background-color: #D2E5F6;
  color: #000 !important;
}
.careers-page .btn-main2:hover {
  background: #336699;
  color: #fff !important;
}
.careers-page h2 {
  font-size: 22px;
}

.careers-list {
  background: #ECF2F8;
}
.careers-list h3 {
  font-size: 19px;
  text-align: center;
}
.careers-list h4 {
  font-size: 27px;
  color: #336598;
  font-weight: inherit;
}

.application-page {
  background: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)), url(../../images/job-shadow-bg.jpg);
  background-size: cover;
  background-position: center;
}
.application-page .form {
  padding-top: 5%;
}
.application-page .card {
  background-color: #ffffffc7;
}
.application-page .card h2 {
  color: #336699;
}
.application-page .btn-main2 {
  font-size: 15px;
}
.application-page .btn-main2:hover {
  border: 1px solid #000;
}
.application-page .d-license::placeholder {
  font-size: 15px;
}
.application-page select {
  font-size: 15px;
}
.application-page input:placeholder {
  font-size: 16px;
}

.shadow-request {
  background: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)), url(../../images/job-shadow-bg.jpg);
  background-size: cover;
  background-position: center;
}
.shadow-request .card {
  background-color: #ffffffc7;
}
.shadow-request .card h2 {
  color: #369;
}
.shadow-request .card .ed {
  font-size: 1.5rem;
  color: #000;
}
.shadow-request .d-license::placeholder {
  font-size: 16px;
}
.shadow-request .btn-main2 {
  font-size: 18px;
}

.certificate-page {
  flex-direction: column;
  min-height: 28vh;
  display: flex;
}
.certificate-page img {
  width: 65%;
  height: 330px;
  margin: 0 auto;
  object-fit: cover;
  border: 1px solid #eee;
}
.certificate-page h2 {
  font-size: 25px;
}
.certificate-page h2 a {
  color: #000;
}

.contact-map iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .contact-map iframe {
    height: 330px;
  }
}

.contact-page .card {
  background: #FBFDFF;
  height: auto;
}
@media (min-width: 768px) {
  .contact-page .card {
    height: 590px;
  }
}
@media (min-width: 1200px) {
  .contact-page .card {
    height: 600px;
  }
}
.contact-page .title {
  font-size: 21px;
}
.contact-page .cat-name i {
  color: #336699;
}

.contact-detail-page {
  background: #F8FBFF;
}
.contact-detail-page .card {
  background: #fff;
  height: auto;
}
@media (min-width: 768px) {
  .contact-detail-page .card {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .contact-detail-page .card {
    height: 210px;
  }
}
.contact-detail-page .title {
  font-size: 21px;
  color: #369;
}
.contact-detail-page .cat-name i {
  color: #336699;
}

.reg-market-page .card i {
  font-size: 35px;
  color: #336699;
  border: 2px solid;
  border-radius: 110px;
  padding: 25px;
}
.reg-market-page .card h3 a {
  color: #000;
}
.reg-market-page .card:hover {
  background: #D2E5F6;
  cursor: pointer;
}
.reg-market-page .card:hover h3 a {
  text-decoration: underline;
}
.reg-market-page .card:hover i {
  color: #000;
}

.reg-market-detail-page .reg-img {
  overflow: hidden;
  height: 400px;
}
@media (min-width: 768px) {
  .reg-market-detail-page .reg-img {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .reg-market-detail-page .reg-img {
    height: 350px;
  }
}
.reg-market-detail-page .reg-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.parallax-one {
  background-image: url("../../images/fabrication.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-one {
    background-attachment: fixed;
  }
}

.parallax-two {
  background-image: url("../../images/hydraulic_industries.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-two {
    background-attachment: fixed;
  }
}

.parallax-three {
  background-image: url("../../images/machine.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-three {
    background-attachment: fixed;
  }
}

.parallax-four {
  background-image: url("../../images/Welding.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-four {
    background-attachment: fixed;
  }
}

.parallax-five {
  background-image: url("../../images/quality.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-five {
    background-attachment: fixed;
    background-position: center;
  }
}

.parallax-six {
  background-image: url("../../images/tech.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-six {
    background-attachment: fixed;
    background-position: center;
  }
}

.parallax-seven {
  background-image: url("../../images/engineering.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 150px 0;
}
@media (min-width: 1200px) {
  .parallax-seven {
    background-attachment: fixed;
    background-position: center;
  }
}

.submit-btn, .btn-footer, .read-more, .return-btn, .link-pdf, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .btn-footer:focus, .read-more:focus, .return-btn:focus, .link-pdf:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .btn-footer, .read-more, .return-btn, .link-pdf, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #fff;
  background: #fff;
  color: #000 !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #D2E5F6;
  border: 1px solid #D2E5F6;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #336699;
  background: #336699;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #D2E5F6;
  border: 1px solid #D2E5F6;
  color: #000 !important;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #0E1D2B;
  background: #0E1D2B;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .link-pdf {
    margin-bottom: 0px;
  }
}
.link-pdf:hover {
  background: #336699;
  border: 1px solid #336699;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #000;
  background: #0E1D2B;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #8C9DAD;
  border: 1px solid #8C9DAD;
  color: #000;
  text-decoration: underline;
}

.read-more {
  border: 1px solid #000;
  background: #336699;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.read-more:hover {
  background: #8C9DAD;
  border: 1px solid #8C9DAD;
  color: #000;
  text-decoration: underline;
}

.btn-footer {
  border: 1px solid #D2E5F6;
  background: #D2E5F6;
  color: #000 !important;
  text-shadow: none;
  white-space: normal;
}
.btn-footer:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000 !important;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #0E1D2B;
  background: #0E1D2B;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  font-size: 18px;
}
.submit-btn:hover {
  background: #D2E5F6;
  border: 1px solid #D2E5F6;
  color: #000 !important;
  text-decoration: underline;
}

.focus-area .arrow {
  cursor: pointer;
  height: 60px;
  left: 14%;
  position: absolute;
  top: 84%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 13px;
}
@media (min-width: 600px) {
  .focus-area .arrow {
    left: 24%;
  }
}
@media (min-width: 768px) {
  .focus-area .arrow {
    left: 38%;
  }
}
@media (min-width: 1024px) {
  .focus-area .arrow {
    left: 58%;
  }
}
@media (min-width: 1080px) {
  .focus-area .arrow {
    left: 56%;
  }
}
.focus-area .arrow-top, .focus-area .arrow-bottom {
  background-color: #cbcaca;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.focus-area .arrow-top:after, .focus-area .arrow-bottom:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.focus-area .arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.focus-area .arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.focus-area .arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.focus-area .arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.quote-home .Btn {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #336699;
  border: none;
  color: white;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}
.quote-home .Btn::before {
  width: 130px;
  height: 130px;
  position: absolute;
  content: "";
  background-color: #fff;
  border: 1px solid #0E1D2B;
  border-radius: 50%;
  left: -100%;
  top: 0;
  transition-duration: 0.3s;
  mix-blend-mode: hue;
}
.quote-home .Btn:active {
  transform: translate(5px, 5px);
  transition-duration: 0.3s;
}
.quote-home .Btn:hover::before {
  transition-duration: 0.3s;
  transform: translate(100%, -50%);
  border-radius: 0;
}

.news-home button, .quote-home button {
  --color: #fff;
  background: #336699;
  font-family: inherit;
  display: inline-block;
  width: 7em;
  height: 2.6em;
  line-height: 2.3em;
  overflow: hidden;
  font-size: 17px;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
}
.news-home button::before, .quote-home button::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 150px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}
.news-home button:hover, .quote-home button:hover {
  color: black;
  border: 2px solid #000;
}
.news-home button:hover::before, .quote-home button:hover::before {
  top: -30px;
  left: -30px;
}

.news-home .news-btn button {
  width: 14em;
}
.news-home .news-btn button:before {
  left: -40px;
  width: 270px;
}

/*# sourceMappingURL=design.css.map */
/*# sourceMappingURL=design.scss.map */

/*# sourceMappingURL=design.css.map */
