@charset "UTF-8";
/*!
Theme Name: Satec
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for Satec
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: satec
Tags: outright, satec, options, featured
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  box-shadow: none;
  text-decoration: none !important;
  outline: none;
  list-style: none;
}
* a {
  transition: var(--trans3);
}

:root {
  --textgray:#272D4E;
  --textred:#DB5C1E;
  --darkblue:#4F5CE5;
  --lightblue:#299EF3;
  --textblack:#000000;
  --textwhite:#ffffff;
  --fontRoboto:"Roboto", sans-serif;
  --fontMontserrat:"Montserrat", sans-serif;
  --size60:60px;
  --size55:55px;
  --size18:18px;
  --trans3:0.3s ease-in-out;
  --trans5:0.5s ease-in-out;
  --trans08:0.8s ease-in-out;
}

.logo2 {
  display: none;
}

.header .logo1 {
  display: none;
}
.header .logo2 {
  display: block;
}

body {
  overflow-x: hidden;
}

header {
  padding: 13px 0px;
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 9;
  transition: var(--trans3);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 221px;
  background-size: cover;
}
@media (max-width: 1500px) {
  header {
    height: 156px;
  }
}
header .logo {
  position: relative;
  top: -7px;
}

img {
  user-select: none;
}

header.header {
  top: 0px;
  background-image: url("../imeges/header.png");
  z-index: 9999;
}
header .topbar-links {
  display: flex;
  gap: 20px;
  margin: 0px 0px 32px auto;
  width: fit-content;
}
header .topbar-links ul#menu-top-menu {
  display: flex;
  gap: 20px;
  margin: 0px 0px 2px auto;
  width: fit-content;
}

.dark header .topbar-links li a, .dark header nav ul li a {
  color: var(--textgray);
}
.dark .header nav ul li ul li a {
  color: var(--textgray) !important;
}

.header nav ul li ul li a::after {
  content: unset;
}

.dark .header nav ul li a, .dark .header .topbar-links li a {
  color: var(--textwhite) !important;
}

header .topbar-links li a {
  font: 500 14.12px/17px var(--fontRoboto);
  height: 35.35912323px;
  width: fit-content;
  border-radius: 4.4117631912px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  color: var(--textwhite);
}
header .topbar-links li a:hover {
  background-color: var(--textred);
}
header .topbar-links .active {
  background-color: var(--textred);
  color: var(--textwhite) !important;
}
header nav ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  gap: 46px;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  font: 700 22.0988px/26px var(--fontRoboto);
  position: relative;
  color: var(--textwhite);
}
header nav ul li:hover {
  border-bottom: 0.1px solid var(--lightblue);
}
header nav ul li::after {
  position: absolute;
  top: 21px;
  left: 0px;
  height: 20px;
  width: 100%;
  content: "";
}
header nav ul li a::after {
  content: "";
  background-color: var(--lightblue);
  height: 12px;
  width: 1px;
  position: absolute;
  top: 8px;
  right: -23px;
}
header nav ul li:last-child a::after {
  content: none;
}
header nav ul li.curent a, header nav ul li:hover a {
  color: var(--lightblue);
  border-color: var(--lightblue);
  cursor: pointer;
}
header .head-menu {
  display: flex;
  gap: 90px;
}
header .topbar-links li ul li a:hover {
  background-color: transparent;
  font: 400 16px/34px var(--fontRoboto);
  padding-bottom: 10px;
  color: #240046 !important;
  border-color: transparent !important;
}
header .topbar-links li:hover ul {
  opacity: 1;
  visibility: visible;
  left: 0%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  z-index: 999999;
}
header nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  left: 0%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  z-index: 999999;
}
header .topbar-links li {
  position: relative;
}
header .topbar-links li ul {
  padding: 13px 0px 8px 0px;
  margin: 0px;
  position: absolute;
  top: 124%;
  left: 0%;
  max-width: 160px;
  min-width: 160px;
  border-top: 4px solid var(--textred);
  background-color: var(--textwhite);
  box-shadow: 0px 3px 8px rgba(184, 219, 252, 0.6);
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(24px);
}
header nav ul li ul {
  padding: 13px 0px 8px 0px;
  margin: 0px;
  position: absolute;
  top: 124%;
  left: 0%;
  max-width: 200px;
  min-width: 200px;
  border-top: 4px solid var(--textred);
  background-color: var(--textwhite);
  box-shadow: 0px 3px 8px rgba(184, 219, 252, 0.6);
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(24px);
}
header .topbar-links li ul li ul, header nav ul li ul li ul {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 20px;
  left: 100%;
}
header .topbar-links li ul li:hover ul, header nav ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 100%;
}
header .topbar-links li ul li, header nav ul li ul li {
  padding-left: 16px;
  position: relative;
}
header.header .topbar-links li.wpml-ls-current-language ul li a, header .topbar-links li ul li a, header nav ul li ul li a {
  font: 400 16px/34px var(--fontRoboto);
  padding-bottom: 10px;
  color: #240046 !important;
  border-color: transparent !important;
}
header .topbar-links li ul li a:hover, header nav ul li ul li a:hover {
  color: var(--lightblue) !important;
}
header .topbar-links li ul li a:after, header nav ul li ul li a::after {
  content: unset;
}
header .hc-nav-trigger span {
  background: var(--textred);
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  background: var(--textred);
}

header .container {
  position: relative;
}

.hc-nav-trigger.hc-nav-1 {
  right: 12px;
  top: 69px;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
}
.hc-offcanvas-nav li.nav-close span::before {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  margin-left: 0px;
  right: 11px;
  visibility: visible;
  content: "×";
  font-size: 45px;
  color: rgb(255, 255, 255);
  font-family: fontawesome;
}
.hc-offcanvas-nav a:hover, .hc-offcanvas-nav a:active {
  background: var(--darkblue);
}
.hc-offcanvas-nav .nav-close {
  visibility: hidden;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  background: var(--textgray);
}

.nav-content {
  background: var(--textgray);
}

.dark .header .search-bar img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(105%) contrast(101%);
}
.dark .search-bar input {
  border-color: #299EF3;
  color: var(--textgray);
}
.dark header .topbar-links a:hover {
  color: var(--textwhite);
}

.search-bar {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: 4px;
}
.search-bar input {
  position: absolute;
  top: 2px;
  transform: translateX(100%);
  outline: none;
  border: none;
  color: var(--textwhite);
  border-bottom: 1px solid var(--textwhite);
  z-index: 1;
  background: transparent;
  width: 0px;
  transition: width var(--trans3);
}
.search-bar button {
  background-color: transparent;
  border: none;
  outline: none;
}
.search-bar.show input {
  width: 127px;
  padding-left: 12px;
}

/*----*/
footer {
  padding: 0px;
  position: relative;
}
footer .get-start {
  margin: 0px;
}

.get-start {
  margin-bottom: 177px;
}

.footer-wraper {
  background-color: var(--textgray);
  padding-top: 71px;
  padding-bottom: 96px;
  position: relative;
}

.footer-row {
  display: flex;
  position: relative;
  z-index: 1;
}
.footer-row ul {
  padding: 0px;
  margin: 0px;
}
.footer-row ul li a {
  font: 400 12px/22px var(--fontRoboto);
  color: var(--textwhite);
}
.footer-row ul li a:hover {
  color: var(--textred);
}
.footer-row h4 {
  display: contents;
  font: 700 14px/20px var(--fontRoboto);
  text-transform: uppercase;
  color: var(--textwhite);
  margin: 0px;
  margin-top: -19px;
  margin-bottom: -3px;
}

.footer-col-1 {
  max-width: 240px;
  width: 100%;
}

.footer-col-2 {
  max-width: 206px;
  width: 100%;
}
.footer-col-2 li {
  margin-bottom: -3px;
}

.get-start::after {
  position: absolute;
  content: "";
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../imeges/footer-effect.png");
  height: 215px;
  max-width: 1706.0009765625px;
  left: 0px;
  right: 0px;
  top: -82px;
  margin: auto;
}

.footer-wraper::after {
  position: absolute;
  content: "";
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../imeges/footer-circle.png");
  height: 301.9999694824px;
  max-width: 302.0000305176px;
  left: auto;
  right: 131px;
  transform: translatey(-50%);
  top: 0px;
}

.get-start {
  background-color: var(--darkblue);
  padding: 71px 0px 53px 0px;
  position: relative;
}
.get-start .form-wraper {
  display: flex;
  width: fit-content;
  margin: 29px auto 0px auto;
  gap: 31px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.get-start .form-wraper input[type=text] {
  height: 64px;
  width: 255px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
}
.get-start .form-wraper input[type=text]::placeholder {
  font: 400 16px/24px var(--fontRoboto);
  color: var(--textwhite);
}
.get-start .submit {
  height: 64px;
  width: 256px;
  left: 1120px;
  top: 498px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-align: center;
  background-color: var(--textred);
  font: 500 18px/21px var(--fontRoboto);
  color: var(--textwhite);
}
.get-start p {
  font: 400 36px/53px var(--fontMontserrat);
  letter-spacing: 0em;
  text-align: center;
  color: var(--textwhite);
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
.get-start h6 {
  font: 700 36px/53px var(--fontMontserrat);
  letter-spacing: 0em;
  text-align: center;
  color: var(--textwhite);
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.copyright-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 17px;
  padding-top: 38px;
  padding-bottom: 47px;
}
.copyright-bar .copy-text {
  display: flex;
}
.copyright-bar ul {
  display: flex;
  gap: 68px;
  padding: 0px;
  margin: 0px;
}
.copyright-bar .copy-text {
  font: 400 12px/22px var(--fontRoboto);
  color: var(--textgray);
}
.copyright-bar .copy-text a {
  text-decoration: underline !important;
  color: var(--textgray);
  text-transform: uppercase;
  margin-left: 4px;
}

.custom-title {
  font: 700 55px/70px var(--fontMontserrat);
  color: var(--textgray);
  text-align: center;
}

/*========Feature content=========*/
.feature-content {
  padding: 58px 0px 118px 0px;
}
.feature-content .custom-title {
  margin-bottom: 59px;
}
.feature-content .feature-content-wraper {
  display: flex;
}
.feature-content .feature-content-wraper .feature-content-slid {
  display: block;
  margin: 0px 18.5px 65px 18.5px;
}

.feature-content-slid .img-wraper {
  height: 210px;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5019607843);
  margin-bottom: 44px;
}
.feature-content-slid .img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 7px;
}
.feature-content-slid .slid-badge {
  font: 700 18px/25px var(--fontRoboto);
  letter-spacing: 0em;
  text-align: left;
  color: var(--textred);
  margin-bottom: 19px;
  display: block;
}
.feature-content-slid h3 {
  font: 700 32px/38px var(--fontMontserrat);
  letter-spacing: 0em;
  text-align: left;
  color: var(--textgray);
  margin-bottom: 19px;
  min-height: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.feature-content .read {
  font: 700 18px/25px var(--fontMontserrat);
  letter-spacing: 0em;
  text-align: left;
  color: var(--lightblue);
}
.feature-content .slick-dots li {
  width: 99px;
}
.feature-content .slick-dots li button:before {
  height: 5px;
  width: 97px;
  border-radius: 0px;
  background-color: #C4C4C4;
  visibility: visible;
  font-size: 0px;
  transition: var(--trans3);
}
.feature-content .slick-dots li.slick-active button:before {
  background-color: var(--lightblue);
}
.feature-content .slick-dots li button {
  visibility: hidden;
}
.feature-content .slick-list.draggable {
  margin: 0px -18.5px;
}

.looking-for .img-wraper {
  height: 548px;
  width: 430px;
  min-width: 430px;
  border-radius: 7px;
  margin-bottom: 55px;
  box-shadow: -25px 20px 44px 0px rgba(84, 48, 209, 0.4);
  position: relative;
}
.looking-for .img-wraper::after {
  position: absolute;
  top: 144px;
  left: 0px;
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-image: url("../imeges/looking-shadow.png");
  content: "";
  background-size: cover;
  height: 474px;
  max-width: 372px;
  right: 0px;
  margin: auto;
  border-radius: 20px;
}
.looking-for .text-wraper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
}
.looking-for .looking-row:nth-child(even) .text-wraper {
  padding-top: 30px;
  height: fit-content;
}
.looking-for .looking-row:nth-child(odd) .img-wraper::before {
  position: absolute;
  left: -117px;
  width: 68px;
  height: 68px;
  content: "";
  background-image: url("../imeges/looking-c-sm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 165px;
}
.looking-for .looking-row:nth-child(even) .img-wraper::before {
  position: absolute;
  left: 80px;
  width: 65px;
  height: 65px;
  content: "";
  background-image: url("../imeges/looking-c-sm2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -47px;
  z-index: 9;
}
.looking-for .looking-row:nth-child(odd)::after {
  position: absolute;
  left: -113px;
  height: 419px;
  width: 419px;
  content: "";
  background-image: url("../imeges/looking1-circle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 175px;
}
.looking-for .looking-row:nth-child(even)::after {
  position: absolute;
  right: -129px;
  height: 262px;
  width: 262px;
  content: "";
  background-image: url("../imeges/looking2-circle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -26px;
}
.looking-for .looking-row:nth-child(odd)::before {
  position: absolute;
  left: -102px;
  height: 472.1598815918px;
  width: 213.7639160156px;
  content: "";
  background-image: url("../imeges/lookin1-dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -276px;
}
.looking-for .looking-row:nth-child(even)::before {
  position: absolute;
  right: -216px;
  height: 472.1598815918px;
  width: 213.7639160156px;
  content: "";
  background-image: url("../imeges/lookin2-dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  bottom: 73px;
}
.looking-for .img-wraper img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.looking-for .text-wraper h3 {
  font: 700 36px/44px var(--fontMontserrat);
  letter-spacing: 0em;
  text-align: left;
  color: var(--textwhite);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.looking-for-wraper {
  padding-top: 20px;
  overflow-x: clip;
}
.looking-for-wraper .custom-title {
  margin-bottom: 158px;
}
.looking-for-wraper .text-wraper p {
  font: 400 18px/30px var(--fontRoboto);
  letter-spacing: 0em;
  text-align: left;
  color: var(--textwhite);
  margin-bottom: 47px;
}

.looking-for .text-wraper .read {
  font: 500 18px/21px var(--fontRoboto);
  letter-spacing: 0em;
  text-align: center;
  color: var(--textwhite);
  margin-bottom: 47px;
  background-color: var(--textred);
  display: block;
  width: 256px;
  padding: 22px 28px 21px 29px;
  border-radius: 2px;
}
.looking-for .text-wraper .read:hover {
  padding-left: 20px;
}

.looking-row {
  display: flex;
  column-gap: 70px;
  width: fit-content;
  width: 100%;
  margin: auto;
  max-width: 1230px;
  position: relative;
}

.looking-for {
  position: relative;
  padding-top: 1px;
  margin-bottom: -84px;
  z-index: 1;
  margin-top: 98px;
}
.looking-for::after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../imeges/loogkin-bg.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 54px;
}
.looking-for .container {
  margin-top: -99px;
}
.looking-for .looking-row:nth-child(even) {
  margin-left: auto;
  justify-content: end;
}

.home-banner {
  background-image: url("../imeges/bg_gradient.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  overflow-x: hidden;
  margin-bottom: 39px;
}
.home-banner .row {
  animation: slidleftin 0.3s linear 0.1s 1 forwards;
  opacity: 0;
}
.home-banner .title {
  margin-top: -16px;
}
.home-banner .title h1 {
  font: 700 var(--size60)/68px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 19px;
}
.home-banner .title h6 {
  font: 500 24px/38px var(--fontRoboto);
  color: var(--textblack);
  margin-bottom: 13px;
}
.home-banner .title p {
  font: 300 18px/30px var(--fontRoboto);
  color: var(--textblack);
  margin-bottom: 49px;
  max-width: 517px;
}

@keyframes slidleftin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-group .learn {
  display: block;
  width: 280px;
  font: 600 18px/22px var(--fontMontserrat);
  background-color: var(--textred);
  color: var(--textwhite);
  padding: 24px 86px 26px;
  border-radius: 2px;
}
.btn-group .learn:hover {
  padding-left: 75px;
}

.about-banner.banner-lg .btn-group .learn {
  display: block;
  width: 270px;
  font: 600 18px/22px var(--fontMontserrat);
  background-color: var(--textred);
  color: var(--textwhite);
  padding: 24px 82px 26px;
  border-radius: 2px;
}
.about-banner.banner-lg .btn-group .learn:hover {
  padding: 24px 72px 26px;
}

.about-banner .img-wraper img {
  max-height: 290px;
  width: auto;
}

.btn-group .and {
  font: 400 18px/25px var(--fontRoboto);
  color: #94A2B3;
  opacity: 70%;
  position: relative;
  top: 1px;
}
.btn-group .more {
  font: 700 22px/25px var(--fontRoboto);
  color: var(--textred);
  display: flex;
  align-items: center;
  opacity: 70%;
}

.img-group {
  position: relative;
  margin-top: 2px;
}

.home-banner .img-group::after {
  position: absolute;
  top: 52px;
  left: -29%;
  background-image: url("../imeges/hbanner-circle.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  content: "";
  width: 100%;
  max-height: 530px;
}
.home-banner .img-group .img-lg {
  height: 475.7713317871px;
  min-width: 511.7349853516px;
  width: 100%;
  border-radius: 7px;
  padding-right: 55px;
  /* margin-right: 113px; */
  position: relative;
}
.home-banner .img-group .img-sm {
  height: 388.9584655762px;
  max-width: 456px;
  border-radius: 7px;
  width: 100%;
  border-radius: 7px;
  margin-left: auto;
  margin-right: 0px;
  transform: translate(0px, -110px);
}
.home-banner .img-group .img-wraper img {
  width: 100%;
  height: 100%;
  object-position: 100% 0%;
  object-fit: cover;
  border-radius: 7px;
  position: relative;
}
.home-banner .img-group .img-lg::after {
  background-color: #EFF5FF;
  height: 475.5914001465px;
  width: 470.842529px;
  top: 0px;
  border-radius: 0px;
  content: "";
  border: 1px solid #E5EFFF;
  position: absolute;
}
.home-banner .img-group .img-lg::before {
  height: 475.5914001465px;
  width: 251px;
  top: -103px;
  background-image: url("../imeges/h-banner-dot.png");
  border-radius: 0px;
  content: "";
  right: -136px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------*/
.driven-slider .slick-list.draggable {
  margin: 0px auto;
  max-width: 1410px;
}
.driven-slider .slick-track {
  padding-top: 52px;
}
.driven-slid {
  display: flex !important;
  row-gap: 100px;
  flex-direction: column;
  margin-left: 33.5px;
  margin-right: 33.5px;
  transition: 0.9s ease-out;
}
@media (max-width: 1500px) {
  .driven-slid {
    row-gap: 37px;
  }
}

/*.driven-slid:nth-child(2n -1){
	margin-top: 74px;
	transition: 0.9s ease-out;
}
.driven-slid:nth-child(3n -3){
	margin-top: 150px;
	transition: 0.9s ease-out;
}

.driven-slid.slick-active+.slick-active {
	margin-top: 74px;
	transition: 0.9s ease-out;
}

.driven-slid.slick-active+.slick-active+.slick-active {
	margin-top: 150px;
	transition: 0.9s ease-out;
}*/
.driven-box {
  position: relative;
}
.driven-box .img-wraper {
  height: 150px;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 6px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5019607843);
}
@media (max-width: 1500px) {
  .driven-box .img-wraper {
    height: 125px;
  }
}
.driven-box .img-wraper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.driven-box .read {
  font: 700 14px/22px var(--fontRoboto);
  color: var(--lightblue);
  position: relative;
}
.driven-box h3 {
  font: 700 36px/70px var(--fontMontserrat);
  color: var(--textgray);
  white-space: nowrap;
  margin-bottom: -8px;
}
.driven-box .read::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../imeges/read-arrow.png");
}

.driven-solution .custom-title {
  margin-bottom: -4px;
}

.driven-box .icon {
  position: absolute;
  top: -31px;
  left: 34px;
  height: 62.690002px;
  width: 88.559998px;
  background-image: linear-gradient(to right, #272D4E, #435582);
  z-index: 1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .driven-box .icon {
    height: 49px;
    width: 66px;
  }
}

.driven-slider .slick-prev {
  visibility: hidden;
  z-index: 1;
  top: 47%;
}
.driven-slider .slick-next {
  visibility: hidden;
  z-index: 1;
  top: 47%;
}
.driven-slider .slick-next::after {
  position: absolute;
  top: -66px;
  left: 23px;
  background-image: url("../imeges/driven-right.png");
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  content: "";
  visibility: visible;
  background-size: contain;
}
.driven-slider .slick-prev::after {
  position: absolute;
  top: -66px;
  left: -37px;
  background-image: url("../imeges/driven-left.png");
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  content: "";
  visibility: visible;
  background-size: contain;
}

/*------*/
.brand-section {
  padding-top: 94px;
}

.brand-slid {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand-slider .slick-track {
  display: flex;
  column-gap: 75px;
  padding-bottom: 40px;
}

.brand-section .custom-container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.brand-slid .slick-dots li button {
  visibility: hidden;
}

.brand-slider .slick-dots li {
  width: 99px;
}
.brand-slider .slick-dots li.slick-active button:before {
  background-color: var(--lightblue);
}
.brand-slider .slick-dots li button:before {
  height: 5px;
  width: 97px;
  border-radius: 0px;
  background-color: #C4C4C4;
  visibility: visible;
  font-size: 0px;
  transition: var(--trans3);
}

.brand-section h3 {
  font: 700 30px/70px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 30px;
  text-align: center;
}

.about-satch {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../imeges/satch-icon-frame.png");
  padding-top: 138px;
  background-color: var(--darkblue);
  padding-bottom: 68px;
  background-position: 100% 68%;
  margin-bottom: 69px;
}
.about-satch h3 {
  font: 700 var(--size55)/70px var(--fontMontserrat);
  color: var(--textwhite);
  margin-bottom: 31px;
  text-align: center;
}
.about-satch .read {
  height: 64px;
  border-radius: 2px;
  font: 500 18px/21px var(--fontRoboto);
  letter-spacing: 0em;
  text-align: center;
  color: #299EF3;
  margin-bottom: 47px;
  background-color: #b0b6f4;
  display: block;
  width: 260px;
  padding: 22px 28px 21px 29px;
  opacity: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-satch .read:hover {
  padding-left: 20px;
}

/*--banner-lg--*/
.banner-lg {
  background-image: url("../imeges/banner-lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 155px;
  max-height: 440px;
}
.banner-lg .img-wraper {
  filter: drop-shadow(-25px 0px 44px rgba(81, 49, 194, 0.35));
  border-radius: 7px;
  width: 420px;
  position: relative;
  margin-left: auto;
}
.banner-lg .img-wraper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 7px;
  overflow: hidden;
}
.banner-lg .img-wraper::after {
  background-image: url("../imeges/banner-img-shadow.png");
  background-repeat: no-repeat;
  width: 96%;
  content: "";
  position: absolute;
  top: 40px;
  background-size: cover;
  left: 0px;
  margin: auto;
  background-position: bottom;
  right: 0px;
}

.about-banner.banner-lg .title p:first-child, .solution-post-banner.banner-lg .title p {
  font: 700 60px/68px var(--fontMontserrat);
  color: var(--textwhite);
}

.banner-lg .title h1 {
  font: 700 60px/68px var(--fontMontserrat);
  color: var(--textwhite);
}
.banner-lg .title h6 {
  font: 500 24px/38px var(--fontRoboto);
  color: var(--textwhite);
  margin-bottom: 14px;
}
.banner-lg .title p {
  font: 300 18px/30px var(--fontRoboto);
  color: var(--textwhite);
}

.custom-products {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.custom-products-wraper {
  display: flex;
  column-gap: 70px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.custom-products-wraper .img-wraper {
  height: auto;
  width: 430px;
  border-radius: 7px;
  display: flex;
  position: relative;
  min-width: 430px;
}

.img-shadow {
  box-shadow: -25px 20px 44px 0px rgba(84, 48, 209, 0.4);
}

.c-sm::after {
  content: "";
  background-image: url("../imeges/c-sm.png");
  position: absolute;
  top: 183px;
  left: -106px;
  height: 65px;
  width: 65px;
}

.c-lg::before {
  content: "";
  background-image: url("../imeges/c-lg.png");
  position: absolute;
  top: 190px;
  left: -96px;
  height: 419px;
  width: 419px;
}

.d-lg::before {
  content: "";
  background-image: url("../imeges/d-lg.png");
  position: absolute;
  bottom: -328px;
  left: -89px;
  height: 472.1598815918px;
  width: 213.7639160156px;
}

.custom-products-wraper .img-wraper img {
  position: relative;
  z-index: 1;
  border-radius: 7px;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: unset;
}
.custom-products-wraper .text {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  justify-content: center;
}
.custom-products-wraper .text h2, .custom-products-wraper .text h3 {
  font: 700 36px/44px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 20px;
}
.custom-products-wraper .text p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 55px;
}

.single-post .custom-products-wraper .text h2, .single-solution .custom-products-wraper .text h2, .custom-products-wraper .text h6 {
  font: 700 22px/30px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 8px;
}

.b-group {
  display: flex;
  column-gap: 26px;
}
.b-group a {
  display: flex;
  color: var(--textwhite);
  font: 500 18px/21px var(--fontRoboto);
  display: block;
  width: 256px;
  padding: 21px 28px 22px 29px;
  background-color: var(--textred);
  border-radius: 2px;
}
.b-group a:hover {
  transform: scale(1);
  padding-left: 20px;
}

.b-group2 a {
  padding: 22px 50px 21px 50px;
}
.b-group2 a.more {
  padding: 22px 77px 22px 22px;
  position: relative;
}
.b-group2 a.more::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 24px;
  height: 11.9999990463px;
  width: 14.0000009537px;
  background-image: url("../imeges/btn-arrow.png");
  display: none;
}

/*--product-box--*/
.product-boxes {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  padding-top: 0px;
  margin-bottom: 118px;
}

.product-box {
  display: flex;
  column-gap: 68px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--lightblue);
}
.product-box .img-wraper {
  height: 221px;
  width: 295px;
  border-radius: 7px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5);
}
.product-box .text h2, .product-box .text h3 {
  font: 700 36px/70px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 20px;
}
.product-box .text p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 8px;
}
.product-box .text a {
  font: 700 18px/25px var(--fontRoboto);
  color: var(--lightblue);
}

.about-products h1, .about-products h2 {
  text-align: left;
  margin-bottom: 59px;
}

.breadcrums {
  display: flex;
}
.breadcrums * {
  font: 400 14px/16px var(--fontRoboto);
  color: var(--textgray);
  margin-top: 34px;
}
.breadcrums a {
  margin-right: 10px;
  margin-bottom: 28px;
}

.texttual-section .custom-products-wraper .text {
  padding-top: 0px;
}

/*---*/
.banner-sm {
  background-image: url("../imeges/banner-sm.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 128px;
  margin-bottom: 7px;
}
.banner-sm .title {
  display: flex;
  flex-direction: column;
  padding: 20px 0 50px;
}
.banner-sm .title p, .banner-sm .title h1 {
  font: 700 60px/68px var(--fontMontserrat);
  color: var(--textwhite);
  margin-left: -4px;
}

.news-event-box {
  border-radius: 7px;
  padding-bottom: 53px;
  border-bottom: 12px solid var(--textred);
  margin-bottom: 0px;
  height: 100%;
}
.news-event-box .img-wraper {
  height: 293px;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 44px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5019607843);
}
.news-event-box .img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.news-event-box .title {
  font: 700 18px/25px var(--fontRoboto);
  color: var(--textred);
  margin-bottom: 6px;
  display: block;
}

.textual-banner .title h1 {
  margin-bottom: 32px;
}
.textual-banner .title h6 {
  margin-bottom: 17px;
}

.news-event-box .date {
  font: 500 18px/25px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 24px;
}

.news-banner {
  margin-bottom: 12px;
}

.news-event-box h3 {
  font: 700 32px/38px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 24px;
  max-width: 605px;
}

.news-event-section .col-lg-6 a {
  padding-bottom: 89px;
  overflow: hidden;
  display: block;
  height: 100%;
}

.news-event-box p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 0px;
}

.news-event-section {
  padding-top: 0px !important;
  padding-bottom: 40px;
}

.addtional-information {
  background-color: #ECF3FF;
  padding-top: 95px;
  padding-bottom: 221px;
}

.information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 33px;
}
.information-box h3 {
  font: 700 32px/38px var(--fontMontserrat);
  color: var(--textgray);
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.information-box .img-wraper img {
  width: 100%;
  object-fit: cover;
}

.addtional-information .custom-title {
  margin-bottom: 91px;
}

.texttual-section {
  padding-bottom: 252px;
}
.texttual-section h2:not(:empty) {
  text-align: left;
  margin-bottom: 29px;
}

.banner-lg .title {
  animation: slidleft 0.9s linear 0.1s forwards;
  position: relative;
  opacity: 0;
  top: -8px;
}
@media (max-width: 992px) {
  .banner-lg .title {
    padding-top: 0;
  }
}
.banner-lg .title.about-padding {
  top: 37px;
}
.banner-lg .img-wraper {
  animation: slidup 0.9s linear 0.1s forwards;
  opacity: 0;
}

@keyframes slidleft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.to-fade-in {
  opacity: 0;
}

.fade-in {
  animation: fade-in 3s forwards;
}

.elem {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.feature-content-wraper.fade-in {
  animation: fadeup 3s forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.information-box .img-wraper {
  height: 287.3711242676px;
  display: flex;
  align-items: center;
  align-content: center;
}

.our-solution {
  padding-bottom: 170px;
  padding-top: 172px;
}
.our-solution .row {
  row-gap: 164px;
}

.our-solution-banner {
  margin-bottom: -4px;
}

.solution-feature {
  padding-top: 40px;
  margin-bottom: 141px;
}

.solution-title {
  margin-top: 14px;
}

.our-solution-banner .title {
  height: 100%;
  display: flex;
}

.solution-title h5 {
  font: 700 36px/44px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 14px;
}
.solution-title p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 0px;
}

.title h4 {
  font: 700 32px/68px var(--fontMontserrat);
  color: var(--textred);
  width: 100%;
  margin-top: auto;
}

.driven-2 {
  background: rgba(236, 243, 255, 0.3);
  padding: 71px 0px 131px 0px;
}
.driven-2 .driven-box {
  margin-bottom: 20px;
}
.driven-2 .custom-title {
  margin-bottom: 128px;
}
.driven-2 .row {
  column-gap: 67px;
}
.driven-2 .row .col-lg-4 {
  max-width: 407px;
}

.feature-content2 {
  background: #ECF3FF;
  margin-bottom: 250px;
}

.solution-post-banner {
  margin-bottom: -3px;
}
.solution-post-banner .title {
  display: flex;
  padding-bottom: 80px;
  align-items: flex-start;
  height: 100%;
  width: fit-content;
  flex-direction: column;
}
.solution-post-banner .title h4 {
  margin-bottom: 0px;
}
.solution-post-banner .title p, .solution-post-banner .title h1 {
  display: block;
  width: 100%;
}
.solution-post-banner .img-wraper img {
  max-height: 290px;
  width: auto;
}

/*--feature-lobby-head--*/
.feature-lobby-head {
  display: flex;
  /*justify-content: space-between;
  gap: 20px;*/
  align-items: flex-start;
  padding-bottom: 13px;
}
.feature-lobby-head h4 {
  font: 700 24px/30px var(--fontMontserrat);
  color: var(--textgray);
  max-width: 100%;
  width: 100%;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;*/
  /* number of lines to show */
  /*-webkit-box-orient: vertical;*/
}

.feature-lobby-box p {
  font: 400 16px/30px var(--fontRoboto);
  color: var(--textgray);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature-lobby-box .img-wraper {
  height: 239px;
  width: 100%;
  background-color: var(--textwhite);
  border-radius: 7px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5019607843);
}
.feature-lobby-box .img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.lobby-content {
  border-bottom: 12px solid var(--textred);
  border-radius: 0px 0px 7px 7px;
}

.filter-tabs {
  display: flex;
  position: relative;
  border-bottom: 1.57px solid #EAEAEA;
  column-gap: 61px;
  justify-content: center;
  height: 80px;
  align-items: center;
}
.filter-tabs li {
  font: 700 29px/41px var(--fontRoboto);
  letter-spacing: 0em;
  text-align: center;
  border-bottom: 3px solid #299ef3;
  cursor: pointer;
  margin-bottom: -3px;
  color: #299ef3;
  padding-bottom: 10px;
}

.filter-tabs li.mixitup-control-active {
  color: #262F63;
  border-bottom: 3px solid #262F63;
}

.our-product-wraper .custom-title {
  text-align: left;
  margin-bottom: 59px;
}

.filter-select-wraper form {
  display: flex;
  column-gap: 13px;
  align-items: center;
  margin-bottom: 75px;
  padding: 6px 0;
  margin-top: -6px;
}

.select-wraper select {
  border: 2px solid var(--lightblue);
  height: 64px;
  width: 253px;
  border-radius: 2px;
  font: 500 19px/27px var(--fontRoboto);
  color: #262F63;
  text-transform: capitalize;
  letter-spacing: 0em;
  text-align: center;
  appearance: none;
  cursor: pointer;
  user-select: none;
  background-image: url("../imeges/filter-arrow.png");
  background-size: 11.9999990463px, 14.0000009537px;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding-right: 20px;
  text-overflow: ellipsis;
}

.see-all {
  font: 500 23px/27px var(--fontRoboto);
  color: #2CACD4;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  outline: none;
}

.our-product-wraper {
  margin-bottom: 161px;
}
.our-product-wraper .row {
  row-gap: 100px;
}
.our-product-wraper .row .col-lg-3 {
  padding: 0px 20px;
}

.c-wrapper-nav {
  position: sticky;
  background-color: var(--textwhite);
  top: 186px;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1500px) {
  .c-wrapper-nav {
    top: 132px;
  }
}
.c-wrapper-nav .product-lobby-section .filter-tabs {
  margin-bottom: 86px;
  position: relative;
}
.c-wrapper-nav .product-lobby-section .filter-tabs::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
}

.sm-looking-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  text-align: center;
  padding: 42px 10px 38px 10px;
  background: var(--darkblue) url("../imeges/sm-looking-bg.png") no-repeat 55% 16%;
  align-items: center;
}
.sm-looking-banner p {
  font: 400 36px/52px var(--fontMontserrat);
  color: var(--textwhite);
  margin: 0px;
}
.sm-looking-banner h6 {
  font: 700 36px/52px var(--fontMontserrat);
  color: var(--textwhite);
  margin: 0px;
}
.sm-looking-banner a {
  font: 500 18px/21px var(--fontRoboto);
  color: var(--textwhite);
  margin-top: auto;
  width: 256px;
  display: block;
  box-shadow: 0px 9px 20px -3px rgba(120, 84, 247, 0.3294117647);
  background-color: var(--textred);
  padding: 22px 15px 21px 13px;
  border-radius: 2px;
}

.page-template-template-knowledge-base .sm-looking-banner a:hover, .page-template-template-products .sm-looking-banner a:hover {
  padding-left: 10px;
}

.product-lobby-section {
  padding-top: 0px;
}

.section-effect {
  position: relative;
  overflow: hidden;
}
.section-effect::after {
  position: absolute;
  top: 502px;
  background-image: url("../imeges/c-lg.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: -243px;
  height: 419px;
  width: 419px;
}
.section-effect::before {
  position: absolute;
  top: 490px;
  background-image: url("../imeges/c-sm.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 127px;
  height: 65px;
  width: 65px;
}

.section-effect.product-lobby-section {
  overflow: unset;
}

.product-lobby-banner {
  margin-bottom: 8px;
}

.our-product-wraper .filter-select-wraper {
  margin-top: 0;
}

#backtop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: var(--textred);
  height: 54px;
  width: 63px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}

.machine-wraper {
  position: relative;
  bottom: -90px;
}
.machine-wraper img {
  position: absolute;
  width: 115%;
  right: -112px;
}

.product-page-banner p:last-child {
  font: 500 24px/38px var(--fontRoboto) !important;
  color: var(--textwhite);
  margin-top: 6px;
}

.product-page-title {
  margin-bottom: 10px;
}
.product-page-title h1, .product-page-title h2 {
  margin-bottom: 59px;
  font: 700 55px/70px var(--fontMontserrat);
  color: var(--textgray);
  max-width: 65%;
}
.product-page-title p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
	margin-top: 60px;
}

.order {
  background-color: var(--textred);
  padding: 18px 17px;
  display: flex;
  column-gap: 13px;
  width: fit-content;
  margin-left: auto;
  height: fit-content;
  box-shadow: 0px 9px 20px -3px rgba(120, 84, 247, 0.3294117647);
  padding-bottom: 15px;
  position: relative;
  z-index: 999;
}
.order p {
  margin-bottom: 10px;
  font: 500 18px/21px var(--fontRoboto);
  color: var(--textwhite);
  margin-top: -3px;
}
.order .text img {
  height: 19.4433555603px;
  width: 22.6547813416px;
  position: relative;
  top: -5px;
}

.product-page {
  padding-top: 90px;
  margin-bottom: 140px;
}

.horizontal-tabs.nav-tabs {
  position: relative;
  column-gap: 57px;
  border-bottom: 1.57px solid #EAEAEA;
  margin-bottom: 90px;
}

#tab-placeholder {
  height: 0;
}

.horizontal-tabs.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.horizontal-tabs.nav-tabs.fixed-tabs {
  position: fixed;
  top: 187px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
  border-bottom: 1.57px solid #EAEAEA;
  max-width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .horizontal-tabs.nav-tabs.fixed-tabs {
    top: 130px;
  }
}
.horizontal-tabs.nav-tabs::after {
  content: "";
  position: absolute;
  left: -100%;
  height: 1px;
  background-color: #EAEAEA;
  bottom: 0px;
  width: 100%;
}
.horizontal-tabs.nav-tabs .nav-link {
  font: 500 29px/40px var(--fontRoboto);
  color: #299ef3;
  border: none;
  border-bottom: 3px solid #299ef3;
  padding: 0px;
  padding-bottom: 15px;
}
.horizontal-tabs.nav-tabs .nav-item .active.nav-link {
  color: #262F63;
  border-bottom: 3px solid #262F63;
}

@media (max-width: 1200px) {
  .horizontal-tabs.nav-tabs.fixed-tabs {
    top: 123px;
  }
}
@media (max-width: 767px) {
  .horizontal-tabs.nav-tabs {
    flex-direction: column;
    align-items: stretch;
  }
  .horizontal-tabs.nav-tabs.fixed-tabs {
    height: auto;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  .horizontal-tabs.nav-tabs .nav-link {
    text-align: center;
  }
}
.product-machine-item {
  display: flex;
  column-gap: 71px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lightblue);
  margin-bottom: 45px;
}
.product-machine-item .img-wraper {
  height: 221px;
  width: 295px;
  min-width: 295px;
  border-radius: 7px;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5019607843);
  background-color: var(--textwhite);
  display: flex;
}
.product-machine-item .img-wraper img {
  height: 100%;
  margin: auto;
  object-fit: contain;
  width: 100%;
}
.product-machine-item .text h4 {
  font: 700 26px/60px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 8px;
  margin-top: -20px;
}
.product-machine-item .text p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 30px;
  max-width: 1044px;
}

.machine-list {
  padding: 0px;
  margin: 0px;
}
.machine-list li {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
}

.available {
  font: 400 12px/30px var(--fontRoboto);
  color: var(--textgray);
}

#downloads .row {
  row-gap: 107px;
  margin: 0px -22px;
}
#downloads .row .col-lg-3 {
  padding: 0 22px;
}

.machine-group {
  border-bottom: 1px solid var(--lightblue);
  padding-bottom: 78px;
  margin-bottom: 31px;
}

.get-select {
  height: 64px;
  width: 255px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  font: 400 16px/24px var(--fontRoboto);
  color: var(--textwhite);
  appearance: none;
  background-position: 94% 55%;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-image: url("../imeges/get-group-arrow.png");
  text-transform: capitalize;
}
.get-select option {
  color: var(--textgray);
  text-transform: capitalize;
}

.vertical-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border: none !important;
}
.vertical-tabs .nav-link {
  height: 92px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font: 400 20px/28px var(--fontRoboto);
  color: var(--textgray);
  box-shadow: 0px 1px 3px 0px rgba(0, 51, 99, 0.1490196078);
  gap: 22px;
  border: none !important;
}
.vertical-tabs .nav-link.active, .vertical-tabs .nav-link:hover {
  background-color: var(--lightblue);
  color: var(--textwhite);
}

.tab-title {
  font: 400 16px/28px var(--fontRoboto);
  color: #000744;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.knowledge-page {
  padding-bottom: 273px;
  padding-top: 0px !important;
}
.knowledge-page .row {
  margin: 0px -22px;
}
.knowledge-page .row .col-lg-4, .knowledge-page .row .col-lg-3 {
  padding: 0px 22px;
}
.knowledge-page .tab-content .row {
  row-gap: 100px;
}

.contact-us-form {
  background-color: var(--darkblue);
  padding-bottom: 136px;
  margin-top: -40px;
  padding-top: 36px;
}
.contact-us-form input[type=text] {
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
  font-family: var(--fontRoboto);
}
.contact-us-form input[type=text]::placeholder {
  color: var(--textwhite);
}
.contact-us-form .row {
  row-gap: 13px;
  margin: 0px -18.5px;
}

.col-lg-12 {
  position: relative;
}

.contact-us-form .row .col-lg-6, .contact-us-form .row .col-lg-12 {
  padding: 0px 18.5px;
}
.contact-us-form select {
  width: 100%;
  border-right: 24px solid transparent;
  position: relative;
  background-position: right 55%;
  cursor: pointer;
}
.contact-us-form .submit {
  height: 64px;
  width: 100%;
  left: 1120px;
  top: 498px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-align: center;
  background-color: var(--textred);
  font: 500 18px/21px var(--fontRoboto);
  color: var(--textwhite);
  margin-top: 20px;
}

.form-title {
  margin-bottom: 44px;
}
.form-title * {
  color: var(--textwhite);
  text-align: center;
}
.form-title h4 {
  font: 400 36px/52.5px var(--fontMontserrat);
  margin-bottom: 0px;
}
.form-title h3 {
  font: 700 36px/52.5px var(--fontMontserrat);
  margin-bottom: 0px;
}

.contact-location {
  background-color: #ECF3FF;
  padding-top: 71px;
  padding-bottom: 129px;
  position: relative;
  z-index: 1;
}
.contact-location .custom-title {
  text-align: left;
}

.head-box {
  display: flex;
  padding-bottom: 68px;
  column-gap: 51.7px;
  row-gap: 20px;
  border-bottom: 1px solid rgba(41, 158, 243, 0.5);
  margin-bottom: 55px;
}
.head-box .img-wraper {
  height: 241.5200042725px;
  width: 172.2700042725px;
}

.contact-location .text h4 {
  font: 700 32px/38px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 22px;
}
.contact-location .text ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.contact-location .text ul li a {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
}
.contact-location .head-box .text {
  margin-top: 70px;
}

.grid-wraper {
  display: flex;
  column-gap: 32.67px;
  row-gap: 20px;
  margin-top: 88px;
}
.grid-wraper .img-wraper {
  height: 152.2200012207px;
  width: 98.3300018311px;
}

.location-grid .custom-title {
  margin-bottom: 0;
}
.location-grid .text {
  max-width: 286px;
  position: relative;
  top: -5px;
}
.location-grid .text h4 {
  margin-bottom: 30px;
}

.contact-banner {
  position: relative;
  z-index: 1;
}
.contact-banner .title {
  display: flex;
  padding-bottom: 90px;
  align-items: end;
  height: 100%;
  width: fit-content;
  flex-direction: column;
}

.support-collapse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 43px;
}
.support-collapse .accordion-item {
  border: 1px solid #299EF3;
  border-bottom: 12px solid var(--textred);
  border-radius: 8px;
}
.support-collapse .accordion-button {
  font: 700 24px/30px var(--fontMontserrat);
  padding-top: 20px;
  background-color: transparent;
  color: var(--textgray);
}
.support-collapse .accordion-button img {
  height: 27.7714290619px;
  width: 28.3092365265px;
  margin-right: 20px;
}
.support-collapse .accordion-body {
  padding-top: 0px;
  padding-bottom: 13px;
}
.support-collapse .accordion-button[aria-expanded=false]::after {
  content: "";
  height: 44px;
  width: 44.4516143799px;
  background-image: url("../imeges/plus-circle.png");
  transform: rotate(0deg);
  background-size: contain;
  margin-right: 7px;
  margin-top: -2px;
}

.accordion-button[aria-expanded=true]::after {
  content: "";
  height: 44px;
  width: 44.4516143799px;
  background-image: url("../imeges/minus-circle.png");
  transform: rotate(0deg);
  background-size: contain;
  margin-right: 7px;
  margin-top: -2px;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
  box-shadow: none;
  background-color: unset !important;
}

.downlode-dropdown.slide .drop-content {
  animation: dropslide 3s linear 0s 1 forwards;
}

@keyframes dropslide {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}
.drop-content {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}

.accordion-body ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 19px;
}
.accordion-body ul li a {
  display: flex;
  align-items: center;
  font: 500 24px/30px var(--fontMontserrat);
  color: var(--textgray);
  column-gap: 31px;
}
.accordion-body ul li a img {
  height: 23.1000022888px;
  width: 18.8999996185px;
  object-fit: contain;
}

.drop_down {
  display: flex;
  align-items: center;
  font: 500 24px/30px var(--fontMontserrat);
  color: var(--textgray);
  column-gap: 26px;
  cursor: pointer;
}
.drop_down::after {
  content: "";
  background-image: url("../imeges/arrow-sm.png");
  position: absolute;
  right: 20px;
  transition: 0.2s;
}
.drop_down.active img {
  transform: rotate(450deg);
}

/*.drop_down img {*/
/*transform: rotate(-90deg);*/
/*}*/
.content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.content ul {
  margin-top: 21px;
  margin-bottom: 10px;
}
.content ul li.product-inner {
  list-style: none;
}

.support-section {
  padding-bottom: 227px;
  padding-top: 0px;
}

.support-banner {
  padding-top: 96px;
}

.modal-open {
  padding: 0px;
}

.login-model .modal-body {
  padding: 41px 70px 35px 71px;
}

.modal-dialog {
  max-width: 820px;
}

.login-model .modal-content {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 8px;
  border: none;
}
.login-model .input {
  width: 100%;
  background: rgba(86, 99, 230, 0.2);
  height: 63.958984375px;
  border-radius: 2px;
  padding-left: 27px;
  color: var(--textgray);
  outline: none;
  border: none;
  margin-bottom: 33.7px;
}
.login-model .input::placeholder {
  font: 400 16px/24px var(--fontRoboto);
  color: var(--textgray);
}

.login-btn {
  border: none;
  outline: none;
  font: 400 18px/21px var(--fontRoboto);
  height: 64px;
  width: 100%;
  border-radius: 2px;
  color: var(--textwhite);
  background-color: var(--textred);
}

.forget {
  font: 400 16px/24px var(--fontRoboto);
  color: var(--textgray);
  text-decoration: underline !important;
  text-align: center;
  display: block;
  margin-top: 27px;
  cursor: pointer;
}

.login-model h3 {
  position: relative;
  font: 700 36px/52.5px var(--fontMontserrat);
  margin-bottom: 40px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  left: -20px;
}
.login-model .arrow::after {
  background-image: url("../imeges/login-arrow.png");
  content: "";
  position: absolute;
  top: 19px;
  right: -37px;
  height: 19.4433555603px;
  width: 22.6547813416px;
}

.modal-backdrop {
  background-color: rgba(39, 45, 78, 0.65);
}

.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper ul {
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
  margin: 0;
  transition: 0.1s ease-out;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5);
  overflow: auto;
  max-height: 305px;
}
.custom-select-wrapper ul::-webkit-scrollbar {
  border-radius: 8px;
  background: #f2f2f2;
}
.custom-select-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(215, 228, 249, 0.5);
  width: 12px;
}
.custom-select-wrapper ul li {
  font: 400 20px/35px var(--fontMontserrat);
  padding: 0px 20px;
  text-overflow: ellipsis;
  margin: 0px 15px;
  border-radius: 8px;
  color: var(--textgray);
}
.custom-select-wrapper ul li:hover {
  background: #f2f2f2;
}
.custom-select-wrapper.open-dropdown ul {
  padding: 15px 0px;
  height: auto;
  margin: 0px 0;
  transition: 0.1s ease-in;
  z-index: 9;
}
.custom-select-wrapper .input-wrapper {
  cursor: pointer;
}

.order-configurator-section .row {
  row-gap: 65px;
}

.custom-select-wrapper.open-dropdown .custom-select {
  pointer-events: none;
  cursor: pointer;
}

.custom-select {
  width: 100%;
  display: flex;
  height: 91px;
  background: #fff;
  padding: 32px 50px 25px 66px;
  font: 700 20px/30px var(--fontMontserrat);
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 18px 52.853717804px 0px rgba(215, 228, 249, 0.5);
  border: 1px solid var(--lightblue);
  border-bottom: 12px solid var(--textred);
  position: relative;
  color: #272D4E;
}
.custom-select::after {
  position: absolute;
  top: 28px;
  left: 20.22px;
  background-image: url("../imeges/lobby-play.svg");
  height: 27.7714290619px;
  width: 28.3092365265px;
  content: "";
  background-size: contain;
}

.label6 {
  margin-bottom: 13px !important;
}

.custom-select::before {
  position: absolute;
  top: 23px;
  left: 20.22px;
  background-image: url("../imeges/select-arrow.png");
  content: "";
  background-size: 16px 14px;
  height: 38.5px;
  width: 38.8951644897px;
  border-radius: 50px;
  border: 3px solid var(--lightblue);
  position: absolute;
  background-position: center;
  right: 32px;
  left: auto;
  top: 20px;
  background-repeat: no-repeat;
  transition: 0.9s;
}

.custom-select-wrapper.open-dropdown .custom-select::before {
  transform: rotate(180deg);
  transition: 0.9s;
}

.order-configurator-section label {
  font: 700 32px/70px var(--fontMontserrat);
  width: fit-content;
  position: relative;
  color: #272D4E;
}
.order-configurator-section .row {
  counter-reset: my-sec-counter;
}
.order-configurator-section label:not(.child-label)::before {
  counter-increment: my-sec-counter 1;
  content: counter(my-sec-counter) ". ";
}

.current-modules {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: -4px;
}
.current-modules li {
  display: flex;
  align-items: center;
}
.current-modules li input {
  position: relative;
  margin-right: 25px;
  height: 21px;
  width: 21px;
}
.current-modules li input::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--textwhite);
  content: "";
  height: 21px;
  width: 21px;
  border: 1px solid rgb(0, 0, 0);
}
.current-modules li input:checked:before {
  position: absolute;
  top: 4px;
  left: 8px;
  background-color: var(--textwhite);
  content: "";
  height: 11px;
  transform: rotate(219deg);
  z-index: 1;
  width: 6px;
  border-left: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
}
.current-modules li label {
  font: 400 24px/40px var(--fontMontserrat);
  color: #000000;
  cursor: pointer;
  margin-bottom: 2px;
}
.current-modules li label::before {
  counter-increment: unset;
  content: unset;
}

.choose .custom-select::after, .select .custom-select::before {
  content: unset;
}

.choose .custom-select {
  padding-left: 42px;
}

.lables .label::before {
  content: unset;
}

.order-string {
  margin-top: 95px;
}
.order-string .label::after, .order-string .label::before {
  content: unset;
}
.order-string ul {
  display: flex;
  column-gap: 50px;
  row-gap: 20px;
  padding: 0px;
  margin: 0px;
  /*justify-content: space-between;*/
  margin-bottom: 63px;
  overflow-x: auto;
  flex-wrap: wrap;
}
.order-string ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
.order-string ul li {
  position: relative;
  background-color: var(--darkblue);
  font: 600 20px/24.38px var(--fontMontserrat);
  display: flex;
  align-items: center;
  height: 71px;
  color: var(--textwhite);
  min-width: 112px;
  padding: 0px 10px;
  justify-content: center;
  text-overflow: ellipsis;
  z-index: 1;
}
.order-string ul li:not(.lastChild)::after {
  position: absolute;
  top: 0px;
  right: -100%;
  height: 3px;
  background-color: #4F5CE5;
  width: 100%;
  content: "";
  margin-left: auto;
  bottom: 0px;
  z-index: 9;
  left: auto;
  margin: auto;
}
.order-string .order {
  margin-left: auto;
  margin-right: auto;
  width: 267px;
}

.page-template-template-order-configration .order-string .order {
  height: 83px;
  border-radius: 2px;
}

.order-configurator-section {
  padding-bottom: 209px;
  padding-top: 0px;
}

.quote-model {
  width: fit-content;
  position: absolute;
  border-radius: 8px;
  background-color: var(--darkblue);
  bottom: 12px;
  padding: 70px 61px 46px;
  z-index: 9;
  margin: auto;
  left: 0;
  right: 0;
}

.quote-title {
  display: flex;
  align-items: center;
  margin-bottom: 59px !important;
  width: fit-content;
  margin: auto;
  position: relative;
}
.quote-title::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -66px;
  height: 47px;
  width: 47px;
  content: "";
  background-image: url("../imeges/order.png");
  background-size: contain;
  margin: auto;
}
.quote-title h6 {
  font: 400 36px/52px var(--fontMontserrat);
  color: var(--textwhite);
  margin: 0;
}
.quote-title h6 span {
  font-weight: 700;
  position: relative;
}
.quote-title h6 span::after {
  position: absolute;
  top: 5px;
  bottom: 0px;
  right: -44px;
  height: 19.4433555603px;
  width: 22.6547813416px;
  content: "";
  background-image: url("../imeges/order-arrow.png");
  margin: auto;
}

.quote-model .row {
  row-gap: 33px;
  margin: 0px -16.5px;
}
.quote-model .row .col-lg-6 {
  padding: 0px 16.5px;
}
.quote-model .get-select {
  width: 100%;
}
.quote-model select {
  width: 100%;
  border-right: 24px solid transparent;
  position: relative;
  background-position: right 55%;
  cursor: pointer;
}

.model-cros {
  position: absolute;
  height: 66.4066837732px;
  width: 64.9817417468px;
  right: 20px;
  top: 20px;
  border-radius: 0px;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0px;
}
.model-cros img {
  width: 100%;
  object-fit: none;
  height: 100%;
}

.quote-model {
  display: none;
}
.quote-model input[type=text] {
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
  font-family: var(--fontRoboto);
  font-feature-settings: "salt" on, "liga" off;
}
.quote-model .submit {
  height: 64px;
  width: 100%;
  left: 1120px;
  top: 498px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-align: center;
  background-color: var(--textred);
  font: 500 18px/21px var(--fontRoboto);
  color: var(--textwhite);
}
.quote-model.open-model {
  display: block;
}

.select-label {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-bottom: 21px;
}

.tooltip img {
  height: 28px;
  width: 28px;
}

.quote-model input::placeholder {
  color: var(--textwhite);
  font-smooth: 400 16px/24px var(--fontRoboto);
}

.quote-message {
  max-width: 602px;
  font: 400 36px/53px var(--fontMontserrat);
  margin: 100px auto 0px auto;
  text-align: center;
  color: var(--textgray);
}

.video-model .modal-content {
  background-color: transparent;
  border: 0px;
}
.video-model .modal-content img {
  background-color: transparent;
  height: 380px;
  width: 100%;
}
.video-model .modal-body {
  padding: 0px;
}
.video-model .btn-close {
  margin-left: auto;
}

.our-solution2 .custom-products-wraper:not(.d-lg) .text p {
  margin-bottom: 29px;
}
.our-solution2 h2 {
  text-align: center;
}
.our-solution2 .feature-content {
  padding: 236px 0px 144px 0px;
}
.our-solution2 .addtional-information {
  padding-bottom: 101px;
}
.our-solution2 .feature-content2 {
  padding: 68px 0px 98px 0px;
}

.order-string .label {
  margin-bottom: 23px;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  font-family: var(--fontRoboto);
  font: 16px;
}

.search-bar.show input:placeholder {
  font: 14px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: scroll !important;
}

.home .feature-content {
  padding: 58px 0px 158px 0px;
}

.page-template-template-about .custom-products-wraper:nth-child(3) .text p {
  margin-bottom: 35px;
}
.page-template-template-about .product-box:last-child {
  border-bottom: none;
}
.page-template-template-about .product-boxes {
  margin-bottom: 30px;
}

.filter-select-wraper.software, .filter-select-wraper.current-sensors, .filter-select-wraper.accessories {
  display: none;
}

.single-solution .our-solution2 h1 {
  margin-bottom: 59px;
  text-align: left;
}
.single-solution .our-solution2 h2 {
  text-align: left;
}
.single-solution .custom-products .custom-products-wraper:last-child {
  margin-bottom: 50px;
}
.single-solution .addtional-information {
  padding-bottom: 100px;
}

.product-lobby-section .filter-tabs li {
  font: 500 29px/41px var(--fontRoboto);
}

.our-product-wraper .custom-title {
  position: relative;
  left: -4px;
}

.page-template-template-products .sm-looking-banner a {
  margin-top: 150px;
}

.row.portfolio-item .current-sensors.mix .col-lg-3.col-md-6.col-sm-6.only-one, .row.portfolio-item .accessories.mix .col-lg-3.col-md-6.col-sm-6.only-one, .row.portfolio-item .software.mix .col-lg-3.col-md-6.col-sm-6.only-one {
  display: none;
}

.single-products .footer-wraper::after {
  display: none;
}

.page-template-template-knowledge-base .sm-looking-banner a {
  width: 256px;
  margin-top: 204px;
}

.form-title {
  margin-top: -20px;
  margin-bottom: 55px;
}

.page-template-template-support .banner-sm .title {
  padding-top: 132px;
}

.quote-model form .container .row .col-lg-12 {
  padding-left: 16px;
  padding-right: 16px;
}

.custom-products-wraper:nth-child(2) .text p {
  margin-bottom: 35px;
}

.quote-model.open-model .wpcf7 form.sent .wpcf7-response-output, .quote-model.open-model .wpcf7 form.invalid .wpcf7-response-output, .quote-model.open-model .wpcf7 form.unaccepted .wpcf7-response-output, .quote-model.open-model .wpcf7 form.payment-required .wpcf7-response-output {
  padding-left: 15px;
}

.dark header.header .search-bar input {
  color: #fff;
}

.b-group2 a.more img {
  animation: contactmove 1s normal;
  animation-iteration-count: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 24px;
  transition: 0.5s;
  height: 11.9999990463px;
  width: 14.0000009537px;
}

@keyframes contactmove {
  from {
    right: 28px;
  }
  to {
    right: 2px;
    opacity: 0;
  }
}
.custom-floating-label {
  position: relative;
}
.custom-floating-label label {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 18px 16px;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 24px;
  font-family: var(--fontRoboto);
}
.custom-floating-label.value-found label, .custom-floating-label label.active-label {
  top: -25px;
  opacity: 0.5;
}

.contact-us-form .row .hide-me label {
  visibility: hidden;
}

.quote-model label {
  color: var(--textwhite) !important;
  font-family: var(--fontRoboto) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.quote-model br {
  display: none;
}
.quote-model .custom-floating-label label {
  top: -2px;
}
.quote-model .custom-floating-label.value-found label {
  top: -50px;
  opacity: 0.5;
}
.quote-model .custom-floating-label label {
  padding: 0;
  padding-left: 24px;
}
.quote-model .custom-floating-label label.active-label {
  top: -50px;
  opacity: 0.5;
}
.quote-model .hide-me label, .quote-model label:before {
  display: none;
}

#exampleModalToggle2 #exampleModalToggle {
  z-index: 999999999;
}

.about-satch .read:hover {
  background-color: #ce5b22;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.home .btn-group .and {
  top: 1px;
}

.feature-lobby-box {
  min-height: 350px;
}

.feature-lobby-head h4 a {
  color: inherit;
}

.video-model .modal-body iframe {
  width: 100%;
  height: 400px;
}

.home .btn-group .more {
  font: 700 22px/24px var(--fontRoboto);
}

.feature-lobby-head h4 {
  min-height: 60px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
  user-select: none;
}

.current-modules li {
  min-height: 70px;
  margin-bottom: 14px;
}

.custom-select-wrapper.choose.custom-qty-wrapper {
  margin-bottom: 14px;
}

.single-post .b-group2 a {
  padding: 21px 28px 22px 29px;
  width: 256px;
  text-align: center;
}
.single-post .b-group2 a:hover {
  padding-left: 5px;
}

.modal {
  z-index: 9999;
}

.custom-qty-wrapper .custom-select {
  height: 70px;
}
.custom-qty-wrapper .custom-select::before {
  top: 10px;
}

.login-model .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99999;
}

.quote-model.open-model {
  z-index: 9999;
}

.news-event-box .date {
  min-height: 20px;
}

.tab-title a {
  color: inherit;
}

/* Custom CSS */
header nav ul li ul {
  display: block;
}
header .topbar-links li a {
  text-transform: capitalize;
}
header .topbar-links .active {
  border-radius: 4.4117631912px;
}
header nav ul li.current_page_item a {
  color: var(--lightblue);
  border-color: var(--lightblue);
  cursor: pointer;
  border-bottom: 0.1px solid var(--lightblue);
}

.get-start .form-wraper input[type=email] {
  height: 64px;
  width: 255px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
}
.get-start .form-wraper input[type=email]::placeholder {
  font: 400 16px/24px var(--fontRoboto);
  color: var(--textwhite);
}
.get-start .form-wraper br {
  display: none;
}

.footer-row ul li a {
  color: var(--textwhite) !important;
}

footer .get-start form {
  text-align: center;
  margin: 0 auto;
}

/* General Blog Content */
.custom-products-wraper.blog-content-area {
  margin-top: 100px;
}
.custom-products-wraper.blog-content-area .text p {
  margin-bottom: 0;
}
.custom-products-wraper.blog-content-area .text h1, .custom-products-wraper.blog-content-area .text h2, .custom-products-wraper.blog-content-area .text h4, .custom-products-wraper.blog-content-area .text h5 {
  font-family: var(--fontMontserrat);
  font-weight: 700;
  color: var(--textgray);
  margin-bottom: 20px;
}
.custom-products-wraper.blog-content-area .text h6 {
  font-family: var(--fontMontserrat);
  font-weight: normal;
  color: var(--textgray);
  margin-bottom: 20px;
}

/* Error 404 */
.error-content {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 150px;
}
.error-content h1 {
  font: 700 36px/44px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 20px;
}
.error-content h3 {
  font: 700 30px/44px var(--fontMontserrat);
  color: var(--textgray);
  margin-bottom: 20px;
}
.error-content p {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
  margin-bottom: 30px;
}
.error-content .b-group {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

.machine-wraper img {
  height: 350px;
  object-fit: contain;
}

header .topbar-links .active a {
  color: #fff !important;
}

.contact-us-form input[type=email], .contact-us-form input[type=tel] {
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
  font-family: var(--fontRoboto);
}
.contact-us-form input[type=email]::placeholder, .contact-us-form input[type=tel]::placeholder {
  color: var(--textwhite);
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-row ul li a:hover {
  color: var(--textred) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.single-products footer .get-start, .page-template-template-contact footer .get-start {
  display: none;
}

/* General Page Content */
.single-products h1, .single-products h2, .single-products h3, .single-products h4, .single-products h5, .single-products span, .single-products strong {
  font-family: var(--fontMontserrat);
  font-weight: bold;
}
.single-products h6 {
  font-family: var(--fontMontserrat);
}

.general-page-content h1, .general-page-content h2, .general-page-content h3, .general-page-content h4, .general-page-content h5, .general-page-content h6 {
  font-family: var(--fontMontserrat);
}
.general-page-content p, .general-page-content span, .general-page-content ul li, .general-page-content ol li {
  font-family: var(--fontRoboto);
}
.general-page-content .product-box .text p {
  margin-bottom: 30px;
}

/* Box Hover Effect */
.news-event-box .img-wraper, .feature-lobby-box .img-wraper, .feature-content-slid .img-wraper, .driven-box .img-wraper {
  overflow: hidden;
}

.news-event-box .img-wraper img, .feature-lobby-box .img-wraper img, .feature-content-slid .img-wraper img, .driven-box .img-wraper img {
  transition-duration: 1500ms;
}

.news-event-box:hover .img-wraper img, .feature-lobby-box:hover .img-wraper img, .feature-content-slid:hover .img-wraper img, .driven-box:hover .img-wraper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition-duration: 1500ms;
}

/* Box Hover Effect */
/* Button Hover Effect */
.order, .btn-group .learn, .b-group2 a, .b-group a, .btn-group .more, .quote-model .submit, .get-start .submit, .looking-for .text-wraper .read, .horizontal-tabs.nav-tabs .nav-link, .news-event-box h3, .driven-box .read, .feature-content .read, .contact-us-form .submit {
  transition: all 0.5s ease-in-out;
}

.btn-group .learn:hover, .b-group a:hover, .b-group2 a:hover, .quote-model .submit:hover, .get-start .submit:hover, .looking-for .text-wraper .read:hover, .contact-us-form .submit:hover {
  background-color: #ce5b22;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.horizontal-tabs.nav-tabs .nav-link:hover {
  color: #262F63;
  border-bottom: 3px solid #262F63;
}

/* Button Hover Effect */
/* Blue Color Hover */
.news-event-box h3:hover, .btn-group .more:hover {
  color: var(--lightblue);
  transition: all 0.3s ease-in-out;
}

/* Orange Color Hover */
.feature-content .read:hover, .driven-box .read:hover {
  color: var(--textred);
  transition: all 0.3s ease-in-out;
}

.response-div {
  display: none;
}
.response-div.success-res {
  color: #329249;
  margin-top: 15px;
  font-family: var(--fontRoboto);
  text-align: center;
}
.response-div.error-res {
  color: #e21d6f;
  margin-top: 15px;
  font-family: var(--fontRoboto);
  text-align: center;
}

.forgot-pass-wrap .response-div {
  font-family: var(--fontRoboto);
  text-align: center;
  margin-top: 15px;
}

.search-bar.show input {
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
}

header.header .search-bar.show input::placeholder, body:not(.home) .search-bar.show input::placeholder {
  color: #fff;
}

.quote-model input[type=email], .quote-model input[type=tel] {
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: none;
  outline: none;
  padding-left: 24px;
  color: var(--textwhite);
  font-family: var(--fontRoboto);
}

.wpcf7-form.sent .container {
  display: none;
}

.page-template-template-order-configration .wpcf7-form.sent .wpcf7-response-output {
  max-width: 602px;
  font: 400 36px/53px var(--fontMontserrat);
  margin: 100px auto 0px auto;
  text-align: center;
  color: var(--textgray) !important;
}

.quote-model.open-model.some-new-class {
  background-color: transparent;
  bottom: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.quote-model.open-model.some-new-class button.model-cros {
  display: none;
}

.order-configurator-section.hide-me-button {
  padding-bottom: 115px !important;
}
.order-configurator-section.hide-me-button .container a.order.open-quote-model {
  display: none;
}

.news-event-box.no-post-found {
  border-bottom: none;
  margin-bottom: 50px;
}

.copyright-bar .copy-text a:hover {
  color: var(--lightblue);
  transition: all 0.3s ease-in-out;
  text-decoration-color: var(--lightblue) !important;
}
.copyright-bar ul li img {
  transition: all 0.5s ease-in-out;
}
.copyright-bar ul li img:hover {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

/*.about-satch{
    background-repeat: repeat-x;
    background-size: 110% !important;
    animation: animatedBackground 15s linear alternate infinite;
}

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    50% { background-position: 50% 0; }
    100% { background-position: 0 0; }
}*/
.custom-products-wraper.blog-content-area ul li {
  list-style: disc;
}
.custom-products-wraper.blog-content-area ol li {
  list-style: decimal;
}

a.hc-nav-trigger.hc-nav-1.toggle-open {
  display: none;
}
a.order.product-order {
  margin-top: 78px;
}

.single-solution ul, .single-solution ol {
  padding-left: 20px;
}

.single-products ul, .single-products ol {
  padding-left: 20px;
}

.single-solution ul li, .single-solution ol li {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
}

.single-products ul li, .single-products ol li {
  font: 400 18px/30px var(--fontRoboto);
  color: var(--textgray);
}

.single-solution .custom-products ul li, .single-products .container ul li {
  list-style: disc;
}
.single-solution .custom-products ul li.product-inner, .single-products .container ul li.product-inner {
  list-style: none;
}

.single-solution .custom-products ol li, .single-products .container ol li {
  list-style: decimal;
}

.horizontal-tabs.nav-tabs li {
  list-style: none !important;
}

.product-machine-item .text p {
  margin-bottom: 1rem;
}

.custom-products-wraper .text {
  margin-bottom: 0px;
}
.custom-products-wraper .text p {
  margin-bottom: 1rem;
}

.our-solution2 .custom-products-wraper:not(.d-lg) .text p {
  margin-bottom: 1rem;
}

.single-solution .b-group {
  margin-top: 50px;
  z-index: 9;
}

.single-post .custom-products-wraper .text h2, .single-solution .custom-products-wraper .text h2 {
  margin-bottom: 20px;
}

.custom-products-wraper .text h3, .custom-products-wraper .text h6 {
  margin-bottom: 20px;
}

header nav ul li {
  list-style: none !important;
}
header nav ul li ul li {
  list-style: none !important;
}
header .topbar-links li {
  list-style: none !important;
}
header nav ul {
  padding-left: 0 !important;
}
header nav ul li ul {
  padding-left: 0 !important;
}
header .topbar-links {
  padding-left: 0 !important;
}

.horizontal-tabs.nav-tabs {
  padding-left: 0 !important;
}

span.p-sub-title {
  font: 700 16px/30px var(--fontMontserrat);
  color: #000000;
}

.page-template-template-knowledge-base .lobby-content {
  margin-top: 55px;
}

tbody, td, tfoot, th, thead, tr {
  border: 1px solid;
  border-color: var(--textred);
  border: none;
}

tbody, td, tfoot, th, thead, tr {
  font: 400 18px/30px var(--fontRoboto);
  font-size: 18px;
}

table h1 {
  font-size: 28px;
  font-family: var(--fontMontserrat);
}
table h2 {
  font-size: 35px;
  font-family: var(--fontMontserrat);
}
table h3 {
  font-size: 28px;
  font-family: var(--fontMontserrat);
}
table h4 {
  font-size: 20px !important;
  font-family: var(--fontMontserrat);
}
table h5 {
  font-size: 18px;
  font-family: var(--fontMontserrat);
}
table h6 {
  font-size: 16px;
  font-family: var(--fontMontserrat);
}

.get-start .form-wraper p {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.wpcf7-response-output {
  width: fit-content;
  font: 400 18px/24px var(--fontRoboto);
  color: var(--textwhite);
  text-align: center;
  margin: 0 auto !important;
}

.driven-slider.arrow .slick-arrow {
  display: block !important;
}
.driven-slider.arrow .slick-dots {
  display: none;
}

.feature-slider .slick-dots {
  display: none;
}
.feature-slider.pagination .slick-dots {
  display: block;
}

.page-template-template-knowledge-base .feature-lobby-box {
  min-height: 430px !important;
}

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