@charset "UTF-8";
.login-container .login-content .login-title .login-types, .login-container .login-thumb, .login-container, .industries .nav-cont, .industries .descs .desc-cont, .rtb .reason .icon, .process .process-content .body, .process .process-content i, .products .product .wrapper > h2, .products .product .product-content .content-wrapper, .about_contact .about {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products .product .wrapper > h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.search-results .search-result img.bg, .industries .descs .desc-cont, .industries .imgs .img-cont, .process .process-content i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services .category::selection {
  text-shadow: none;
  background: #333;
  color: #fff;
}
.services .category::-moz-selection {
  text-shadow: none;
  background: #333;
  color: #fff;
}

@font-face {
  font-family: HeeboBlack;
  src: url("../fonts/Heebo-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboBold;
  src: url("../fonts/Heebo-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboExtraBold;
  src: url("../fonts/Heebo-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboLight;
  src: url("../fonts/Heebo-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboMedium;
  src: url("../fonts/Heebo-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboRegular;
  src: url("../fonts/Heebo-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: HeeboThin;
  src: url("../fonts/Heebo-Thin.ttf");
  font-display: swap;
}
.heebo-black {
  font-family: HeeboBlack, sans-serif;
}

.heebo-bold {
  font-family: HeeboBold, sans-serif;
}

.heebo-extra-bold {
  font-family: HeeboExtraBold, sans-serif;
}

.heebo-light {
  font-family: HeeboLight, sans-serif;
}

.heebo-medium {
  font-family: HeeboMedium, sans-serif;
}

.heebo-regular {
  font-family: HeeboRegular, sans-serif;
}

.heebo-thin {
  font-family: HeeboThin, sans-serif;
}

@keyframes arrow_anim {
  0% {
    top: 10px;
  }
  33% {
    top: 30px;
  }
  66% {
    top: 10px;
  }
}
@keyframes arrow_left_anim {
  0% {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  33% {
    transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
  }
  66% {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@keyframes arrow_right_anim {
  0% {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  33% {
    transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
  }
  66% {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes flip {
  0% {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip_back {
  0% {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip_from {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flip_to {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes step_hover {
  0% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  30% {
    transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
  }
  80% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes anti_step {
  0% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  30% {
    transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
  }
  80% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes step_popup {
  0% {
    top: calc(100% - 10px);
    opacity: 0;
  }
  70% {
    top: calc(100% + 30px);
    opacity: 0.7;
  }
  100% {
    top: calc(100% + 20px);
    opacity: 1;
  }
}
@keyframes industry_from_up {
  0% {
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: rotateX(90deg) translateZ(500px);
    -o-transform: rotateX(90deg) translateZ(500px);
    -moz-transform: rotateX(90deg) translateZ(500px);
    -ms-transform: rotateX(90deg) translateZ(500px);
    -webkit-transform: rotateX(90deg) translateZ(500px);
  }
  100% {
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: rotateX(0) translateZ(0);
    -o-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
  }
}
@keyframes industry_to_down {
  0% {
    transform-origin: top center;
    -o-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform: rotateX(0) translateZ(0);
    -o-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
    z-index: 2;
  }
  50% {
    z-index: 0;
  }
  100% {
    transform-origin: top center;
    -o-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform: rotateX(-90deg) translateZ(500px);
    -o-transform: rotateX(-90deg) translateZ(500px);
    -moz-transform: rotateX(-90deg) translateZ(500px);
    -ms-transform: rotateX(-90deg) translateZ(500px);
    -webkit-transform: rotateX(-90deg) translateZ(500px);
  }
}
@keyframes industry_to_up {
  0% {
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: rotateX(0) translateZ(0);
    -o-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
  }
  100% {
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: rotateX(90deg) translateZ(500px);
    -o-transform: rotateX(90deg) translateZ(500px);
    -moz-transform: rotateX(90deg) translateZ(500px);
    -ms-transform: rotateX(90deg) translateZ(500px);
    -webkit-transform: rotateX(90deg) translateZ(500px);
  }
}
@keyframes industry_from_down {
  0% {
    transform-origin: top center;
    -o-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform: rotateX(-90deg) translateZ(500px);
    -o-transform: rotateX(-90deg) translateZ(500px);
    -moz-transform: rotateX(-90deg) translateZ(500px);
    -ms-transform: rotateX(-90deg) translateZ(500px);
    -webkit-transform: rotateX(-90deg) translateZ(500px);
    z-index: 2;
  }
  50% {
    z-index: 0;
  }
  100% {
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: rotateX(0) translateZ(0);
    -o-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
  }
}
@keyframes search_top_right {
  0% {
    background: radial-gradient(circle at bottom right, transparent 100%, black 100%);
    background: -moz-radial-gradient(circle at bottom right, transparent 100%, black 100%);
    background: -webkit-radial-gradient(circle at bottom right, transparent 100%, black 100%);
    background: -ms-radial-gradient(circle at bottom right, transparent 100%, black 100%);
    background: -o-radial-gradient(circle at bottom right, transparent 100%, black 100%);
  }
  100% {
    background: radial-gradient(circle at bottom right, transparent 0%, black 0%);
    background: -moz-radial-gradient(circle at bottom right, transparent 0%, black 0%);
    background: -webkit-radial-gradient(circle at bottom right, transparent 0%, black 0%);
    background: -ms-radial-gradient(circle at bottom right, transparent 0%, black 0%);
    background: -o-radial-gradient(circle at bottom right, transparent 0%, black 0%);
  }
}
@keyframes search_top_left {
  0% {
    background: radial-gradient(circle at top right, transparent 100%, black 100%);
    background: -moz-radial-gradient(circle at top right, transparent 100%, black 100%);
    background: -webkit-radial-gradient(circle at top right, transparent 100%, black 100%);
    background: -ms-radial-gradient(circle at top right, transparent 100%, black 100%);
    background: -o-radial-gradient(circle at top right, transparent 100%, black 100%);
  }
  100% {
    background: radial-gradient(circle at top right, transparent 0%, black 0%);
    background: -moz-radial-gradient(circle at top right, transparent 0%, black 0%);
    background: -webkit-radial-gradient(circle at top right, transparent 0%, black 0%);
    background: -ms-radial-gradient(circle at top right, transparent 0%, black 0%);
    background: -o-radial-gradient(circle at top right, transparent 0%, black 0%);
  }
}
@keyframes search_bottom_right {
  0% {
    background: radial-gradient(circle at top left, transparent 100%, black 100%);
    background: -moz-radial-gradient(circle at top left, transparent 100%, black 100%);
    background: -webkit-radial-gradient(circle at top left, transparent 100%, black 100%);
    background: -ms-radial-gradient(circle at top left, transparent 100%, black 100%);
    background: -o-radial-gradient(circle at top left, transparent 100%, black 100%);
  }
  100% {
    background: radial-gradient(circle at top left, transparent 0%, black 0%);
    background: -moz-radial-gradient(circle at top left, transparent 0%, black 0%);
    background: -webkit-radial-gradient(circle at top left, transparent 0%, black 0%);
    background: -ms-radial-gradient(circle at top left, transparent 0%, black 0%);
    background: -o-radial-gradient(circle at top left, transparent 0%, black 0%);
  }
}
@keyframes search_bottom_left {
  0% {
    background: radial-gradient(circle at bottom left, transparent 100%, black 100%);
    background: -moz-radial-gradient(circle at bottom left, transparent 100%, black 100%);
    background: -webkit-radial-gradient(circle at bottom left, transparent 100%, black 100%);
    background: -ms-radial-gradient(circle at bottom left, transparent 100%, black 100%);
    background: -o-radial-gradient(circle at bottom left, transparent 100%, black 100%);
  }
  100% {
    background: radial-gradient(circle at bottom left, transparent 0%, black 0%);
    background: -moz-radial-gradient(circle at bottom left, transparent 0%, black 0%);
    background: -webkit-radial-gradient(circle at bottom left, transparent 0%, black 0%);
    background: -ms-radial-gradient(circle at bottom left, transparent 0%, black 0%);
    background: -o-radial-gradient(circle at bottom left, transparent 0%, black 0%);
  }
}
@keyframes process_mobile {
  0% {
    transform: rotate(90deg) scale(0.1);
    -o-transform: rotate(90deg) scale(0.1);
    -moz-transform: rotate(90deg) scale(0.1);
    -ms-transform: rotate(90deg) scale(0.1);
    -webkit-transform: rotate(90deg) scale(0.1);
    opacity: 0.3;
  }
  100% {
    transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
.jumbotron {
  width: 100%;
  height: calc(100vh - 113px);
  position: relative;
  overflow: hidden;
}
.jumbotron img.jumbotron-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.jumbotron .jumbotron-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #cf1322;
  opacity: 0.15;
}

.service-title {
  text-align: center;
  font-family: HeeboRegular, sans-serif;
  font-size: 17pt;
  padding: 15px 0 40px 0;
  letter-spacing: 0.4px;
  border-top: white 3px solid;
}
.service-title.abs {
  position: absolute;
  width: 100%;
  bottom: 0;
  cursor: pointer;
}
.service-title .arrow-cont {
  text-align: center;
  position: relative;
  top: 10px;
  animation: 3s arrow_anim linear infinite;
  -moz-animation: 3s arrow_anim linear infinite;
  -o-animation: 3s arrow_anim linear infinite;
  -webkit-animation: 3s arrow_anim linear infinite;
}
.service-title .arrow-cont .arrow {
  height: 2px;
  width: 15px;
  background-color: white;
  display: inline-block;
  position: absolute;
}
.service-title .arrow-cont .arrow.arrow-left {
  transform-origin: right center;
  -o-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  animation: 3s arrow_left_anim linear infinite;
  -moz-animation: 3s arrow_left_anim linear infinite;
  -o-animation: 3s arrow_left_anim linear infinite;
  -webkit-animation: 3s arrow_left_anim linear infinite;
  right: 50%;
  border-radius: 8px;
}
.service-title .arrow-cont .arrow.arrow-right {
  transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  animation: 3s arrow_right_anim linear infinite;
  -moz-animation: 3s arrow_right_anim linear infinite;
  -o-animation: 3s arrow_right_anim linear infinite;
  -webkit-animation: 3s arrow_right_anim linear infinite;
  left: 50%;
  border-radius: 8px;
}

.services {
  display: flex;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.services .category {
  min-width: calc(25% - 44px);
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  white-space: normal;
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 50px 20px;
  border: 2px #cf1322 solid;
  border-radius: 8px;
  font-family: HeeboRegular, sans-serif;
  letter-spacing: 0.4px;
  color: #cf1322;
  position: relative;
  text-shadow: 2px 2px 2px white, -2px -2px 2px white;
}
.services .category .category-desc {
  color: black;
  margin-bottom: 100px;
}
.services .category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  object-fit: cover;
  -o-object-fit: cover;
  filter: contrast(40%) brightness(240%);
  -ms-filter: contrast(40%) brightness(240%);
  -webkit-filter: contrast(40%) brightness(240%);
}
.services .category .btn {
  margin-top: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  color: white;
  background-color: #cf1322;
}
.services .category .btn:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: white transparent transparent white;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 26px;
  top: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.services .category .btn:hover {
  background-color: white;
  color: #cf1322;
}
.services .category .btn:hover:before {
  border-color: #cf1322 transparent transparent #cf1322;
}

.about_contact {
  display: flex;
  background-color: #cf1322;
  color: white;
  font-family: HeeboRegular, sans-serif;
  letter-spacing: 1px;
}
.about_contact .about {
  width: 100%;
  background-color: black;
  padding: 40px;
}
.about_contact .about .about-wrapper {
  width: 700px;
  max-width: 100%;
}
.about_contact .about .about-wrapper #about-desc {
  white-space: pre-line;
}
.about_contact .about .about-wrapper h2 {
  font-size: 27pt;
}
.about_contact .contact {
  width: 500px;
  padding: 40px;
}

.clients {
  padding: 40px;
  position: relative;
}
.clients .arrow-left, .clients .arrow-right {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
}
.clients .arrow-left:before, .clients .arrow-right:before {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: #cf1322 #cf1322 transparent transparent;
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  position: absolute;
  content: "";
  top: calc(50% - 16px);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.clients .arrow-left {
  left: 0;
}
.clients .arrow-left:before {
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.clients .arrow-right {
  right: 0;
}
.clients .arrow-right:before {
  right: 0;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.clients .logos-container {
  white-space: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
}
.clients .logos-container img.client-logo {
  display: inline-block;
  margin: 20px 10px;
}

.products-wrapper {
  position: relative;
}
.products-wrapper .arrow-left, .products-wrapper .arrow-right {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
}
.products-wrapper .arrow-left:before, .products-wrapper .arrow-right:before {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: #cf1322 #cf1322 transparent transparent;
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  position: absolute;
  content: "";
  top: calc(50% - 16px);
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.products-wrapper .arrow-left:hover:before, .products-wrapper .arrow-right:hover:before {
  opacity: 1;
}
.products-wrapper .arrow-left {
  left: -10px;
}
.products-wrapper .arrow-left:before {
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.products-wrapper .arrow-right {
  right: -10px;
}
.products-wrapper .arrow-right:before {
  right: 0;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.products-container {
  display: flex;
}

.products {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
  text-align: center;
}
.products:hover + .arrow-left:before, .products:hover + .arrow-left + .arrow-right:before {
  opacity: 1;
}
.products .product {
  min-width: calc(25% - 44px);
  width: 100%;
  cursor: pointer;
  position: relative;
  margin: 20px;
  display: inline-block;
  white-space: normal;
}
.products .product img {
  width: 100%;
  height: calc(100vh - 245px);
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
  border-radius: 8px;
}
.products .product img.small {
  height: 400px;
}
.products .product .wave-canva {
  position: absolute;
  top: 0;
  left: 0;
  animation: 0.3s 1 flip_to linear forwards;
}
.products .product .product-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 2px #cf1322 solid;
  border-radius: 8px;
  box-sizing: border-box;
  color: #cf1322;
  opacity: 0;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
}
.products .product .product-content .content-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  text-align: justify;
  text-shadow: 2px 2px 2px white, -2px -2px -2px white;
  background: linear-gradient(to bottom, transparent 20%, white 30%, white 70%, transparent 80%);
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  bottom: 95px;
}
.products .product .product-content h2 {
  font-family: HeeboRegular, sans-serif;
  font-size: 32px;
  letter-spacing: 0.4px;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
.products .product .product-content p {
  font-family: HeeboBold, sans-serif;
  font-size: 18px;
  margin: 0;
  color: black;
}
.products .product .wrapper {
  width: 100%;
  position: relative;
}
.products .product .wrapper > h2 {
  font-family: HeeboRegular, sans-serif;
  font-size: 32px;
  letter-spacing: 0.4px;
  color: white;
  margin-top: 0;
  height: 100%;
  text-shadow: 2px 2px 2px black, -1px -1px 1px black;
}
.products .product:hover .wrapper {
  animation: 0.3s 1 flip linear forwards;
}
.products .product:hover .wrapper > h2 {
  animation: flip_from 0.3s 1 linear forwards;
}
.products .product:hover img {
  animation: 0.3s 1 flip_from linear forwards;
}
.products .product:hover .product-content {
  animation: 0.3s 1 flip_to linear forwards;
}
.products .product:not(:hover) .wave-canva {
  position: absolute;
  top: 0;
  left: 0;
  animation: 0.3s 1 flip_from linear forwards;
}
.products .product:not(:hover) .wrapper {
  animation: 0.3s 1 flip_back linear forwards;
}
.products .product:not(:hover) .wrapper > h2 {
  animation: flip_to 0.3s 1 linear forwards;
}
.products .product:not(:hover) img {
  animation: 0.3s 1 flip_to linear forwards;
}
.products .product:not(:hover) .product-content {
  animation: 0.3s 1 flip_from linear forwards;
}

.file-types {
  width: 100%;
  display: flex;
  padding: 60px 40px;
  justify-content: space-between;
  box-sizing: border-box;
}
.file-types img {
  height: 80px;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  filter: drop-shadow(0px 0px 0px #cf1322);
  -ms-filter: drop-shadow(0px 0px 0px #cf1322);
  -webkit-filter: drop-shadow(0px 0px 0px #cf1322);
}
.file-types img:hover {
  transform: scale(1.2) rotate(30deg);
  -o-transform: scale(1.2) rotate(30deg);
  -moz-transform: scale(1.2) rotate(30deg);
  -ms-transform: scale(1.2) rotate(30deg);
  -webkit-transform: scale(1.2) rotate(30deg);
  filter: drop-shadow(6px 6px 6px #cf1322);
  -ms-filter: drop-shadow(6px 6px 6px #cf1322);
  -webkit-filter: drop-shadow(6px 6px 6px #cf1322);
}

.visual_contact {
  display: flex;
  background-color: #cf1322;
  color: white;
  font-family: HeeboRegular, sans-serif;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
}
.visual_contact .visual {
  width: 100%;
  height: 550px;
}
.visual_contact .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.visual_contact .contact {
  width: 500px;
  padding: 40px;
}

.description {
  margin: 80px 40px;
  border: 2px solid #cf1322;
  padding: 40px;
  border-radius: 8px;
}
.description p {
  font-family: HeeboBold, sans-serif;
  font-size: 18px;
  color: black;
}

.hiw {
  font-family: HeeboRegular, sans-serif;
  font-size: 21px;
  text-align: center;
  color: black;
  margin: 40px 0 30px 0;
}

.process {
  display: flex;
  width: 100%;
  padding: 0 0 40px 0;
  justify-content: space-around;
}
.process .process-content {
  width: 100%;
  display: flex;
  border-radius: 0 70px 70px 0;
  position: relative;
}
.process .process-content .tail {
  width: 30px;
  height: 3px;
  background-color: #cf1322;
  margin: 29px 10px 0 30px;
  position: relative;
  flex-shrink: 4;
}
.process .process-content .tail:before, .process .process-content .tail:after {
  content: "";
  height: 3px;
  background-color: #cf1322;
  position: absolute;
  right: 0;
}
.process .process-content .tail:before {
  width: 66%;
  top: 6px;
}
.process .process-content .tail:after {
  width: 34%;
  top: 12px;
}
.process .process-content .wrapper {
  display: flex;
  overflow: hidden;
  flex-shrink: 1;
  width: 100%;
  max-width: 200px;
  position: relative;
  min-width: 130px;
}
.process .process-content i {
  font-size: 40px;
  color: black;
  z-index: 1;
}
.process .process-content .body {
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  height: 70px;
  position: relative;
  flex-shrink: 2;
  left: 2px;
  letter-spacing: 1px;
  font-family: HeeboBold, sans-serif;
  font-size: 16px;
}
.process .process-content .body .title {
  position: relative;
  left: 17px;
  z-index: 2;
  display: none;
}
.process .process-content .body:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 0 8px;
  border: 2px solid;
  font-size: 40px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: black black transparent transparent;
  transform: rotate(45deg);
  flex-shrink: 0;
  position: absolute;
  left: -52px;
  top: -2px;
  z-index: 3;
}
.process .process-content .body:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: -2px;
  left: 100%;
  z-index: 1;
  box-shadow: 0 72px 0 black;
  -moz-box-shadow: 0 72px 0 black;
  -o-box-shadow: 0 72px 0 black;
  -webkit-box-shadow: 0 72px 0 black;
}
.process .process-content .process-item {
  width: 70px;
  height: 70px;
  border-radius: 0 8px;
  border: 2px solid;
  border-color: black black transparent transparent;
  transform: rotate(45deg);
  flex-shrink: 0;
  position: relative;
  right: 15px;
}
.process .process-content .popup {
  position: absolute;
  width: 100%;
  border: 2px solid #cf1322;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  top: calc(100% + 20px);
  background-color: white;
  border-radius: 8px;
  opacity: 0;
  display: none;
  z-index: 800;
  white-space: normal;
  font-family: HeeboBold, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
}
.process .process-content .popup pre {
  white-space: normal;
  font-family: HeeboBold, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
}
.process .process-content .popup:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-top: 2px solid #cf1322;
  border-right: 2px solid #cf1322;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  top: -8px;
  left: calc(50% - 8px);
  background-color: white;
}
.process .process-content:hover {
  color: white;
  animation: 1s ease-in-out infinite step_hover;
  -moz-animation: 1s ease-in-out infinite step_hover;
  -o-animation: 1s ease-in-out infinite step_hover;
  -webkit-animation: 1s ease-in-out infinite step_hover;
}
.process .process-content:hover i.fa {
  color: white;
}
.process .process-content:hover .body {
  background-color: #cf1322;
  box-shadow: 32px 0 0 #cf1322;
}
.process .process-content:hover .body:before {
  background-color: white;
}
.process .process-content:hover .process-item {
  background-color: #cf1322;
}
.process .process-content:hover .popup {
  animation: anti_step 1s ease-in-out infinite, step_popup 0.3s linear 1 forwards;
  z-index: 10001;
  display: block;
  text-align: center;
}

.why-us {
  color: #cf1322;
  font-size: 47px;
  text-align: center;
  font-family: HeeboRegular, sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.rtb {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
}
.rtb .rtb-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.rtb .rtb-bg span:first-child {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 50%;
  overflow: hidden;
  z-index: -1;
}
.rtb .rtb-bg span:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #cf1322;
  z-index: -1;
}
.rtb .rtb-bg span:first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 0 100% 0;
  background-color: white;
  z-index: -1;
}
.rtb .rtb-bg span:last-child {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  top: 50%;
  overflow: hidden;
  background-color: #cf1322;
  z-index: -1;
}
.rtb .rtb-bg span:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background-color: white;
  z-index: -1;
}
.rtb .rtb-bg span:last-child:after {
  content: "";
  position: absolute;
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 100% 0 0 0;
  background-color: #cf1322;
  z-index: -1;
}
.rtb .reason {
  width: 100%;
  max-width: 300px;
  border: 2px solid #cf1322;
  margin: 20px;
  padding: 40px;
  position: relative;
  border-radius: 8px;
  background-color: white;
  font-family: HeeboRegular, sans-serif;
}
.rtb .reason ul {
  font-size: 14px;
  letter-spacing: 0.4px;
  list-style-type: none;
}
.rtb .reason ul li {
  padding: 7px 0;
  position: relative;
}
.rtb .reason ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #cf1322;
  position: absolute;
  left: -30px;
}
.rtb .reason h3 {
  font-size: 21px;
  text-align: center;
}
.rtb .reason .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  background-color: #cf1322;
  top: -35px;
  left: calc(50% - 35px);
  font-size: 30px;
  border: 2px solid white;
}
.rtb .reason .icon img {
  filter: invert(100%);
}

.industries {
  position: relative;
  display: flex;
  width: 100%;
  direction: ltr;
}
.industries .imgs {
  width: 100%;
  position: relative;
  height: 500px;
  perspective: 1000px;
}
.industries .imgs .img-cont {
  width: 100%;
  transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform: rotateX(90deg) translateZ(500px);
  -o-transform: rotateX(90deg) translateZ(500px);
  -moz-transform: rotateX(90deg) translateZ(500px);
  -ms-transform: rotateX(90deg) translateZ(500px);
  -webkit-transform: rotateX(90deg) translateZ(500px);
}
.industries .imgs .img-cont.active {
  animation: industry_from_up 0.4s linear 1 forwards;
  z-index: 1;
}
.industries .imgs .img-cont.back {
  animation: industry_to_down 0.4s linear 1;
}
.industries .imgs .img-cont:not(.active):not(.back) {
  display: none;
}
.industries .imgs .img-cont img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
}
.industries .descs {
  width: 100%;
  position: relative;
  height: 500px;
}
.industries .descs .desc-cont {
  width: 100%;
  height: 100%;
  color: white;
  margin: auto;
  background-color: #cf1322;
  transform-origin: top center;
  -o-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform: rotateX(90deg) translateZ(500px);
  -o-transform: rotateX(90deg) translateZ(500px);
  -moz-transform: rotateX(90deg) translateZ(500px);
  -ms-transform: rotateX(90deg) translateZ(500px);
  -webkit-transform: rotateX(90deg) translateZ(500px);
}
.industries .descs .desc-cont.active {
  animation: industry_from_down 0.4s linear 1 forwards;
  z-index: 1;
}
.industries .descs .desc-cont.back {
  animation: industry_to_up 0.4s linear 1;
}
.industries .descs .desc-cont:not(.active):not(.back) {
  display: none;
}
.industries .descs .desc-cont .wrapper {
  max-width: 500px;
  padding: 40px 80px 40px 40px;
}
.industries .descs .desc-cont h3 {
  font-family: HeeboRegular, sans-serif;
  font-size: 32px;
  letter-spacing: 0.4px;
  margin-top: 0;
}
.industries .descs .desc-cont p {
  font-family: HeeboBold, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.industries .nav-cont {
  position: absolute;
  right: 2px;
  height: 300px;
  width: 60px;
  background-color: white;
  top: 100px;
  border-radius: 15px 0 0 15px;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  z-index: 3;
}
.industries .nav-cont .nav-item {
  width: 12px;
  height: 12px;
  border: 2px solid #cf1322;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 0.2s ease, -o-tranform 0.2s ease, -webkit-transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -o-tranform 0.2s ease, -webkit-transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: transform 0.2s ease, -o-tranform 0.2s ease, -webkit-transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: transform 0.2s ease, -o-tranform 0.2s ease, -webkit-transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease;
  cursor: pointer;
  z-index: 2;
}
.industries .nav-cont .nav-item.active {
  background-color: #cf1322;
  cursor: default;
  transform: scale(1.4);
  -o-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.industries .nav-cont .nav-item:not(.active):hover {
  transform: scale(1.4);
  -o-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

header {
  padding: 25px 47px;
  display: flex;
  border-bottom: 3px white solid;
  position: relative;
  align-items: center;
}
header .menu-icon {
  display: none;
}
header a.logo-container {
  color: white;
  text-decoration: none;
}
header .main-nav ul {
  list-style-type: none;
}
header .main-nav ul li {
  display: inline-block;
  padding: 0 20px;
}
header .main-nav ul li a {
  font-family: HeeboBold, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: white;
  text-decoration: none;
}
header .search-form {
  display: flex;
  margin-left: auto;
  align-items: flex-end;
  z-index: 5;
  position: absolute;
  right: 120px;
  top: 35px;
  width: calc(100% - 350px);
  justify-content: flex-end;
  pointer-events: none;
}
header .search-form input {
  margin: 0;
  position: relative;
  left: 20px;
  width: 0;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
header .search-form input {
  pointer-events: auto;
}
header .search-form .s-wrapper {
  position: relative;
  border: 2px solid;
  border-color: white;
  border-radius: 50%;
  pointer-events: auto;
}
header .search-form .s-wrapper .filter {
  position: absolute;
  width: calc(50% + 2px);
  height: calc(50% + 2px);
  display: block;
  background-size: 200% 200% !important;
  transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
}
header .search-form .s-wrapper .filter.top-right {
  top: -2px;
  right: -2px;
  background: radial-gradient(circle at bottom right, transparent 50%, black 50%);
  background: -moz-radial-gradient(circle at bottom right, transparent 50%, black 50%);
  background: -webkit-radial-gradient(circle at bottom right, transparent 50%, black 50%);
  background: -ms-radial-gradient(circle at bottom right, transparent 50%, black 50%);
  background: -o-radial-gradient(circle at bottom right, transparent 50%, black 50%);
  background-position: bottom right;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
header .search-form .s-wrapper .filter.top-left {
  top: -2px;
  left: -2px;
  background: radial-gradient(circle at top right, transparent 50%, black 50%);
  background: -moz-radial-gradient(circle at top right, transparent 50%, black 50%);
  background: -webkit-radial-gradient(circle at top right, transparent 50%, black 50%);
  background: -ms-radial-gradient(circle at top right, transparent 50%, black 50%);
  background: -o-radial-gradient(circle at top right, transparent 50%, black 50%);
  background-position: top right;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
header .search-form .s-wrapper .filter.bottom-left {
  bottom: -2px;
  left: -2px;
  background: radial-gradient(circle at top left, transparent 50%, black 50%);
  background: -moz-radial-gradient(circle at top left, transparent 50%, black 50%);
  background: -webkit-radial-gradient(circle at top left, transparent 50%, black 50%);
  background: -ms-radial-gradient(circle at top left, transparent 50%, black 50%);
  background: -o-radial-gradient(circle at top left, transparent 50%, black 50%);
  background-position: top left;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
header .search-form .s-wrapper .filter.bottom-right {
  bottom: -2px;
  right: -2px;
  background: radial-gradient(circle at bottom left, transparent 50%, black 50%);
  background: -moz-radial-gradient(circle at bottom left, transparent 50%, black 50%);
  background: -webkit-radial-gradient(circle at bottom left, transparent 50%, black 50%);
  background: -ms-radial-gradient(circle at bottom left, transparent 50%, black 50%);
  background: -o-radial-gradient(circle at bottom left, transparent 50%, black 50%);
  background-position: bottom left;
  transition-delay: uset;
  -moz-transition-delay: uset;
  -o-transition-delay: uset;
  -webkit-transition-delay: uset;
}
header .search-form .s-wrapper i.fa {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
}
header .search-form input:focus, header .search-form input:valid {
  margin: 0;
  position: relative;
  left: 20px;
  z-index: 3;
  width: 100%;
  padding-left: 20px;
  padding-right: 8px;
  height: 100%;
  background-color: black !important;
}
header .search-form input:focus ~ .s-wrapper .filter, header .search-form input:valid ~ .s-wrapper .filter {
  position: absolute;
  width: calc(50% + 2px);
  height: calc(50% + 2px);
  display: block;
}
header .search-form input:focus ~ .s-wrapper .filter.top-right, header .search-form input:valid ~ .s-wrapper .filter.top-right {
  top: -2px;
  right: -2px;
  background-position: top left;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
header .search-form input:focus ~ .s-wrapper .filter.top-left, header .search-form input:valid ~ .s-wrapper .filter.top-left {
  top: -2px;
  left: -2px;
  background-position: bottom left;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
header .search-form input:focus ~ .s-wrapper .filter.bottom-left, header .search-form input:valid ~ .s-wrapper .filter.bottom-left {
  bottom: -2px;
  left: -2px;
  background-position: bottom right;
  transition-delay: unset;
  -moz-transition-delay: unset;
  -o-transition-delay: unset;
  -webkit-transition-delay: unset;
}
header .search-form input:focus ~ .s-wrapper .filter.bottom-right, header .search-form input:valid ~ .s-wrapper .filter.bottom-right {
  bottom: -2px;
  right: -2px;
  background-position: top right;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
header .search-form.open input {
  margin: 0;
  position: relative;
  left: 20px;
  z-index: 3;
  width: 100%;
  padding-left: 20px;
  padding-right: 8px;
  height: 30px;
  background-color: black !important;
}
header .search-form.open .s-wrapper {
  position: relative;
  border: 2px solid;
  border-color: white;
  border-radius: 50%;
}
header .search-form.open .s-wrapper .filter {
  position: absolute;
  width: calc(50% + 2px);
  height: calc(50% + 2px);
  display: block;
}
header .search-form.open .s-wrapper .filter.top-right {
  top: -2px;
  right: -2px;
  background-position: top left;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
header .search-form.open .s-wrapper .filter.top-left {
  top: -2px;
  left: -2px;
  background-position: bottom left;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
header .search-form.open .s-wrapper .filter.bottom-left {
  bottom: -2px;
  left: -2px;
  background-position: bottom right;
  transition-delay: unset;
  -moz-transition-delay: unset;
  -o-transition-delay: unset;
  -webkit-transition-delay: unset;
}
header .search-form.open .s-wrapper .filter.bottom-right {
  bottom: -2px;
  right: -2px;
  background-position: top right;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
header .languages {
  margin: auto 0 auto auto;
  font-family: HeeboRegular, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
}
header .languages .lng {
  margin: 0 5px;
  cursor: pointer;
}
header li.wpm.widget_language_switcher {
  padding: 0;
  margin: auto 0 auto auto;
  font-family: HeeboRegular, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  list-style-type: none;
}
header li.wpm.widget_language_switcher ul.wpm-language-switcher.switcher-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}
header li.wpm.widget_language_switcher ul.wpm-language-switcher.switcher-list li[class^=item-language] {
  display: inline;
}
header li.wpm.widget_language_switcher ul.wpm-language-switcher.switcher-list li[class^=item-language]:first-child {
  border-right: 1px white solid;
  margin-right: 5px;
}
header li.wpm.widget_language_switcher ul.wpm-language-switcher.switcher-list li[class^=item-language] * {
  color: white !important;
  text-decoration: none !important;
}

.search-results {
  background-color: #cf1322;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid white;
  position: relative;
  transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  max-height: 0;
  overflow: hidden;
}
.search-results .search-no-result {
  color: white;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-family: HeeboRegular, sans-serif;
}
.search-results .search-result {
  border-radius: 8px;
  margin: 20px 10px;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  font-family: HeeboRegular, sans-serif;
  text-shadow: 2px 2px white;
  text-decoration: none;
  vertical-align: top;
}
.search-results .search-result img.bg {
  filter: contrast(40%) brightness(240%);
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 8px;
}
.search-results .search-result .title {
  color: #cf1322;
  font-size: 24px;
  letter-spacing: 0.4px;
  position: relative;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white;
  text-decoration: none;
}
.search-results .search-result .desc {
  color: #cf1322;
  font-size: 16px;
  letter-spacing: 0.4px;
  position: relative;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white;
  text-decoration: none;
}
.search-results .times {
  position: absolute;
  color: white;
  font-size: 42px;
  letter-spacing: 0;
  top: 0;
  right: 15px;
  background: radial-gradient(closest-side, #cf1322, transparent);
  background: -moz-radial-gradient(closest-side, #cf1322, transparent);
  background: -webkit-radial-gradient(closest-side, #cf1322, transparent);
  background: -ms-radial-gradient(closest-side, #cf1322, transparent);
  background: -o-radial-gradient(closest-side, #cf1322, transparent);
  font-weight: bold;
  cursor: pointer;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transition: transform 0.3s ease, -o-tranform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, -moz-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -o-tranform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, -moz-transform 0.3s ease;
  -o-transition: transform 0.3s ease, -o-tranform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, -moz-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease, -o-tranform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, -moz-transform 0.3s ease;
}
.search-results .times:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.search-results.open {
  max-height: 1000px;
}

.contact-form {
  border-radius: 0 0 8px 8px;
  perspective: 1000px;
  max-height: 0;
  box-sizing: border-box;
  transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  overflow: hidden;
}
.contact-form .wrapper {
  padding: 20px 40px 40px 40px;
  border-bottom: 3px white solid;
}
.contact-form h2 {
  color: white;
  font-family: HeeboRegular, sans-serif;
  letter-spacing: 1px;
  font-size: 32px;
  text-align: center;
}
.contact-form .times {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  font-family: none;
  font-size: 42px;
  color: white;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  opacity: 0.5;
}
.contact-form .times:hover {
  opacity: 1;
}
.contact-form form.contact-main {
  display: flex;
  width: 100%;
  max-width: 920px;
  margin: auto;
  position: relative;
}
.contact-form form.contact-main .left {
  width: 100%;
  padding-right: 20px;
  padding-top: 20px;
}
.contact-form form.contact-main .left input {
  position: relative;
  transform-origin: top center;
  -o-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
}
.contact-form form.contact-main .right {
  width: 100%;
  padding-left: 20px;
}
.contact-form.open {
  max-height: 400px;
}

footer {
  padding: 25px 47px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
footer .col {
  width: 100%;
}
footer .col a {
  color: white;
  line-height: 27px;
  text-decoration: none;
}
footer .col a:hover {
  text-decoration: underline;
}
footer .col .contacts-cont {
  margin: 10px 0;
}
footer .col .contacts-cont .contacts-content {
  margin-left: 10px;
}
footer .col .contacts-cont:first-of-type {
  margin-top: 30px;
}
footer .col h4 {
  font-size: 16pt;
  margin-top: 0;
}

.scroll-top {
  width: 70px;
  height: 70px;
  border: 4px white solid;
  background-color: #cf1322;
  position: fixed;
  right: 40px;
  border-radius: 50%;
  bottom: -140px;
  cursor: pointer;
  transition: bottom 0.3s ease-out;
  -moz-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  -webkit-transition: bottom 0.3s ease-out;
  z-index: 1001;
}
.scroll-top.open {
  bottom: 40px;
}
.scroll-top:before, .scroll-top:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  top: 20px;
  background-color: white;
  border-radius: 8px;
}
.scroll-top:before {
  left: 34px;
  transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.scroll-top:after {
  right: 34px;
  transform-origin: right center;
  -o-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
}

input {
  display: block;
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #cf1322;
  padding: 5px 8px;
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
  font-family: HeeboLight, sans-serif;
  letter-spacing: 0.4px;
  font-size: 13pt;
}

input::placeholder {
  color: #cf1322;
  opacity: 0.6;
}

input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input.white {
  border-bottom: 2px solid white;
  color: white;
}

input.white::placeholder {
  color: white;
}

input.white:-webkit-autofill,
input.white:-webkit-autofill:hover,
input.white:-webkit-autofill:focus,
input.white:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #cf1322 inset !important;
  -webkit-text-fill-color: white !important;
}

textarea {
  display: block;
  background-color: transparent !important;
  border: 2px solid white;
  padding: 5px 8px;
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
  font-family: HeeboLight, sans-serif;
  letter-spacing: 0.4px;
  font-size: 13pt;
  outline: none;
  resize: none;
  color: white;
}

textarea::placeholder {
  color: white;
  opacity: 0.6;
}

.btn {
  background-color: transparent;
  border: 2px solid #cf1322;
  float: right;
  padding: 9px 40px;
  color: #cf1322;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  text-shadow: none;
}

.btn:hover {
  background-color: #cf1322;
  color: white;
}

.btn.white {
  border: 2px solid white;
  color: white;
}

.btn.white:hover {
  background-color: white;
  color: #cf1322;
}

.login-container {
  position: absolute;
  top: calc(50vh - 225px);
  left: calc(100% - 80px);
  direction: ltr;
  height: 450px;
  perspective: 1000;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.login-container .login-thumb {
  background-color: #cf1322;
  border: white solid;
  border-width: 3px 0 3px 3px;
  border-radius: 8px 0 0 8px;
  width: 80px;
  height: 150px;
  box-sizing: border-box;
  cursor: pointer;
  transform-origin: right center;
  -o-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-family: HeeboRegular, sans-serif;
}
.login-container .login-thumb span {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  letter-spacing: 6px;
  text-transform: uppercase;
  cursor: pointer;
}
.login-container .login-content {
  height: 100%;
  width: 700px;
  border: 3px #cf1322 solid;
  border-right: none;
  box-sizing: border-box;
}
.login-container .login-content form {
  width: 350px;
  margin: auto;
}
.login-container .login-content .login-title {
  background-color: black;
  color: white;
  margin: 2px 0 40px 2px;
}
.login-container .login-content .login-title h3 {
  font-size: 27pt;
  margin-bottom: 16px;
  margin-top: 0;
  padding-top: 40px;
}
.login-container .login-content .login-title .login-types {
  width: 100%;
  perspective: 500;
  -moz-perspective: 500;
  -webkit-perspective: 500;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.login-container .login-content .login-title .login-types h4 {
  font-size: 16pt;
  margin-top: 0;
  padding: 0 10px 14px 10px;
  opacity: 0.5;
  letter-spacing: 0.4px;
  order: 1;
  cursor: pointer;
  transform-origin: right center;
  -o-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotateY(-30deg);
  -o-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  -ms-transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.login-container .login-content .login-title .login-types h4.active + h4:not(.active), .login-container .login-content .login-title .login-types h4:first-child:not(.active) + h4:not(.active) {
  order: 3;
  transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -ms-transform: rotateY(30deg);
  -webkit-transform: rotateY(30deg);
}
.login-container .login-content .login-title .login-types h4.active {
  order: 2;
  opacity: 1;
  transform-origin: center;
  -o-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.login-container .login-content #login-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: unset;
  font-size: 27pt;
  cursor: pointer;
  color: white;
}
.login-container.open {
  left: calc(100% - 700px);
}
.login-container.open .login-thumb {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  width: 0;
  overflow: hidden;
  border-width: 0;
}

@media all and (max-width: 1300px) {
  header .menu-icon {
    display: block;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
  }
  header .main-nav {
    display: none;
  }
  header .search-form {
    position: static;
    width: 100%;
    margin: 0 20px;
  }
  header .search-form.open input {
    background-color: transparent !important;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    background-color: white;
    color: #cf1322;
    z-index: 1002;
    font-family: HeeboRegular, sans-serif;
  }
  .mobile-nav .mobile-nav-header {
    background-color: black;
    padding: 20px 20px;
    position: relative;
  }
  .mobile-nav .mobile-nav-header .times {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
  }
  .mobile-nav .mobile-nav-header .times:before, .mobile-nav .mobile-nav-header .times:after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: white;
    transform-origin: center center;
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  .mobile-nav .mobile-nav-header .times.t:before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mobile-nav .mobile-nav-header .times.t:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-nav ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    overflow: auto;
  }
  .mobile-nav ul li {
    border-bottom: 1px solid #cf1322;
    font-size: 16px;
    letter-spacing: 0.4px;
    position: relative;
    height: 20%;
    display: flex;
    align-items: center;
  }
  .mobile-nav ul li a {
    color: #cf1322;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .mobile-nav ul li:before, .mobile-nav ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    right: 20px;
    top: calc(50% - 1px);
    background-color: #cf1322;
    transform-origin: right center;
    -o-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
  }
  .mobile-nav ul li:before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mobile-nav ul li:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-nav.open {
    left: 0;
  }

  .contact-form {
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .contact-form .wrapper {
    border: none;
  }
  .contact-form form.contact-main {
    display: block;
  }
  .contact-form form.contact-main .left {
    padding: 0;
  }
  .contact-form form.contact-main .right {
    padding-left: 0;
  }
  .contact-form.open {
    max-height: 100vh;
  }
}
@media all and (max-width: 1000px) {
  footer .col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .col .contacts-cont {
    margin: 10px 10px;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
  }
  footer .col .contacts-cont:first-of-type {
    margin-top: 10px;
    margin-left: 20px;
  }
  footer .col + .col {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .col .contacts-cont {
    display: none;
  }
}
@media all and (max-width: 720px) {
  header {
    padding: 20px 20px;
  }
  header .search-form {
    display: none;
  }
  header a.logo-container {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  header a.logo-container img {
    height: 20px;
  }

  .scroll-top {
    transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    right: 10px;
  }
  .scroll-top.open {
    bottom: 10px;
  }
}
@media all and (max-width: 1500px) {
  .services {
    flex-wrap: wrap;
  }
  .services .category {
    width: calc(50% - 44px);
  }
}
@media all and (max-width: 1300px) {
  .about_contact .about .about-wrapper {
    width: auto;
  }
  .about_contact .contact {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .services {
    display: block;
  }
  .services .category {
    width: calc(100% - 44px);
  }

  .about_contact {
    display: block;
  }
  .about_contact .about {
    box-sizing: border-box;
  }
  .about_contact .contact {
    box-sizing: border-box;
  }

  .login-container {
    width: calc(100% + 51px);
    left: calc(100% - 73px);
  }
  .login-container .login-content {
    width: 100%;
  }
  .login-container.open {
    left: -5px;
  }
  .login-container.open .login-thumb {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
}
@media all and (max-width: 1300px) {
  .products .product {
    min-width: calc(33% - 40px);
  }

  .visual_contact .visual {
    padding: 0 40px;
    position: relative;
    box-sizing: border-box;
  }
  .visual_contact .visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .visual_contact .contact {
    width: 100%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  .products .product {
    min-width: calc(50% - 44px);
  }
}
@media all and (max-width: 1300px) {
  .process .process-content .tail {
    display: none;
  }
  .rtb .reason {
    margin: 10px;
    padding: 40px 20px;
  }
}
@media all and (max-width: 1000px) {
  .process .process-content .tail {
    display: none;
  }
  .process .process-content .wrapper {
    min-width: unset;
  }
  .process .process-content i.fa {
    font-size: 24px;
    z-index: 4;
  }
  .process .process-content .body {
    height: 50px;
    z-index: 3;
    margin-right: 30px;
  }
  .process .process-content .body:after {
    box-shadow: 0 52px 0 black;
    -moz-box-shadow: 0 52px 0 black;
    -o-box-shadow: 0 52px 0 black;
    -webkit-box-shadow: 0 52px 0 black;
    width: 0;
  }
  .process .process-content .body:before {
    height: 50px;
    width: 50px;
    left: -38px;
  }
  .process .process-content .process-item {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 12px;
  }
  .process .process-content .popup {
    width: 200%;
    left: -50%;
  }
  .process .process-content:first-child .popup {
    left: 0;
  }
  .process .process-content:first-child .popup:before {
    left: calc(20% - 8px);
  }
  .process .process-content:last-child .popup {
    left: auto;
    right: 0;
  }
  .process .process-content:last-child .popup:before {
    left: calc(80% + 8px);
  }
  .process .process-content:hover .body {
    box-shadow: none;
  }

  .rtb {
    display: block;
  }
  .rtb .rtb-bg span:last-child {
    top: 0px;
    background-color: white;
  }
  .rtb .rtb-bg span:last-child:after {
    right: 0;
  }
  .rtb .reason {
    max-width: none;
    box-sizing: border-box;
    margin: 80px 0;
    background-color: #ffffffee;
  }
}
@media all and (max-width: 720px) {
  html, body {
    padding: 0 0 !important;
  }

  .services {
    white-space: normal;
    display: block;
  }
  .services .category {
    display: block;
    width: calc(100% - 20px);
    margin: 20px 10px 0 10px;
  }
  .services .category:last-child {
    margin-bottom: 20px;
  }

  .clients {
    padding: 20px;
  }
  .clients .logos-container {
    white-space: normal;
    text-align: center;
  }
  .clients .logos-container img.client-logo {
    height: 40px;
  }
  .clients .arrow-right, .clients .arrow-left {
    display: none;
  }

  .about_contact .about {
    padding: 20px;
    text-align: justify;
  }
  .about_contact .contact {
    padding: 20px;
  }

  .login-container {
    top: 0;
    height: 100%;
  }
  .login-container .login-content {
    border: none;
    display: flex;
    flex-direction: column;
  }
  .login-container .login-content form {
    width: auto;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 180px;
  }
  .login-container .login-content .login-title {
    margin: 0;
  }
}
@media all and (max-width: 720px) {
  .products {
    display: block;
    white-space: normal;
  }
  .products .products-container {
    display: block;
  }
  .products .product {
    width: calc(100% - 20px);
    margin: 20px 10px 0 10px;
  }
  .products .product:last-child {
    margin-bottom: 20px;
  }
  .products .product img {
    height: 50vh;
  }

  .file-types {
    padding: 40px 10px;
  }
  .file-types img {
    height: 40px;
  }

  .visual_contact {
    display: block;
  }
}
@media all and (max-width: 720px) {
  .hiw {
    font-size: 16px;
  }

  .industries {
    min-height: 500px;
    overflow: hidden;
  }
  .industries .imgs {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .industries .imgs .img-cont img {
    filter: contrast(40%) brightness(240%);
    -ms-filter: contrast(40%) brightness(240%);
    -webkit-filter: contrast(40%) brightness(240%);
  }
  .industries .descs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .industries .descs .desc-cont {
    background-color: transparent;
  }
  .industries .descs .desc-cont .wrapper {
    padding: 40px 40px 100px 40px;
    color: #cf1322;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white;
  }
  .industries .descs .desc-cont p {
    font-size: 15px;
  }
  .industries .nav-cont {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    top: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    height: 60px;
    left: 0;
    right: 0;
  }

  .description {
    margin: 40px 20px;
    border: none;
    padding: 0;
  }
  .description p {
    text-align: justify;
    font-family: HeeboRegular, sans-serif;
    font-size: 16px;
  }

  .why-us {
    font-size: 28px;
  }

  .rtb .reason {
    width: calc(100% - 20px);
    margin: 80px 10px;
  }

  .process {
    display: block;
  }
  .process .process-content {
    display: block;
    padding-top: 30px;
    border-top: 2px solid black;
    border-radius: 0;
  }
  .process .process-content .tail {
    display: none;
  }
  .process .process-content .wrapper {
    min-width: unset;
    max-width: unset;
  }
  .process .process-content .body {
    height: 50px;
    z-index: 3;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: none;
    border-top: none;
  }
  .process .process-content .body:before {
    display: none;
  }
  .process .process-content .process-item {
    display: none;
  }
  .process .process-content .popup {
    width: 100%;
    position: relative;
    border: none;
    padding-top: 0;
    opacity: 1;
    display: block;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
  }
  .process .process-content .popup:before {
    top: auto;
    bottom: -11px;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    background-color: white;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-top-color: black;
    border-right-color: black;
  }
  .process .process-content:hover {
    animation: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
  }
  .process .process-content:hover .body {
    background-color: white;
  }
  .process .process-content:hover i.fa {
    color: black;
  }
  .process .process-content:hover .popup {
    animation: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
  }
  .process .process-content:nth-child(odd) {
    background-color: #f9f8fe;
  }
  .process .process-content:nth-child(odd) .popup, .process .process-content:nth-child(odd) .popup:before, .process .process-content:nth-child(odd) .body {
    background-color: #f9f8fe !important;
  }
  .process .process-content:last-child {
    border-bottom: 2px solid black;
  }
}
html, body {
  margin: 0;
  padding: 0 20px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: HeeboRegular, sans-serif;
}

.widgettitle {
  display: none;
}

::-moz-selection {
  text-shadow: none;
  background: #cf1322;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #cf1322;
  color: #fff;
}

body.in-iframe {
  scroll-behavior: auto;
}

.text-black {
  color: black;
}

.bg-black {
  background-color: black;
}

.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-violet {
  color: #cf1322;
}

.bg-violet {
  background-color: #cf1322;
}

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

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

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

.clear {
  clear: both;
}

body.he_IL {
  direction: rtl;
}
body.he_IL button.btn[type=submit] {
  float: left;
  border-radius: 0 0 0 8px;
}
body.he_IL header {
  direction: rtl;
}
body.he_IL header li.wpm.widget_language_switcher {
  margin: auto auto auto 0;
}
body.he_IL header .search-form {
  right: auto;
  left: 120px;
}
body.he_IL header .search-form input {
  left: 0;
  right: 20px;
}
body.he_IL header .menu-icon {
  margin-left: 0;
  margin-right: 10px;
}
body.he_IL .contact-form form.contact-main .left {
  padding-right: 0;
  padding-left: 20px;
}
body.he_IL .contact-form form.contact-main .right {
  padding-right: 20px;
  padding-left: 0;
}
body.he_IL main {
  direction: rtl;
}
body.he_IL main .services .category .btn {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
}
body.he_IL main .login-container .login-content {
  direction: rtl;
}
body.he_IL main .industries .descs {
  direction: rtl;
}
body.he_IL main .rtb .reason ul li:before {
  left: auto;
  right: -30px;
}
body.he_IL main .process .process-content .body:before {
  left: auto;
  right: -50px;
  border-color: transparent transparent black black;
}
body.he_IL main .process .process-content .body:after {
  left: auto;
  right: 100%;
}
body.he_IL main .process .process-content .process-item {
  right: auto;
  left: 18px;
  border-color: transparent transparent black black;
}
body.he_IL main .process .process-content .tail:before, body.he_IL main .process .process-content .tail:after {
  right: auto;
  left: 0;
}
body.he_IL main .process .process-content:hover {
  animation: anti_step 1s ease-in-out infinite;
  -moz-animation: anti_step 1s ease-in-out infinite;
  -o-animation: anti_step 1s ease-in-out infinite;
  -webkit-animation: anti_step 1s ease-in-out infinite;
}
body.he_IL main .process .process-content:hover .body {
  box-shadow: -32px 0 0 #cf1322;
}
body.he_IL main .process .process-content:hover .popup {
  animation: 1s ease-in-out infinite step_hover, step_popup 0.3s linear 1 forwards;
  -moz-animation: 1s ease-in-out infinite step_hover, step_popup 0.3s linear 1 forwards;
  -o-animation: 1s ease-in-out infinite step_hover, step_popup 0.3s linear 1 forwards;
  -webkit-animation: 1s ease-in-out infinite step_hover, step_popup 0.3s linear 1 forwards;
}

@media all and (max-width: 1000px) {
  body.he_IL main .process .process-content .body {
    left: 27px;
  }
  body.he_IL main .process .process-content .body:before {
    right: -37px;
  }
  body.he_IL main .process .process-content .process-item {
    left: 10px;
  }
  body.he_IL main .process .process-content:hover .body {
    box-shadow: none;
  }
}

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