/*!
Theme Name: OVT Legacy
Author: Kiterocket
Author URI: https://www.kiterocket.com/
Description: Middle theme for OMNIVISION to transition from legacy theme
Version: 0.1
Text Domain: omnivision
Tags: god help us
*/
/* Paddings */
.pt-1 {
  padding-top: 10px;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: "Titillium Web", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.layouts-title {
  font-size: 26px;
  margin: 15px 0;
}

.layouts ul li {
  margin-bottom: 5px;
}

.layouts ul li a {
  font-size: 17px;
  display: inline-block;
  padding: 3px 10px;
}

.layouts ul li a:hover {
  background: #000;
  color: #fff;
}

/* -- END RESET -- */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
}

/* -- main styles -- */
.nopad {
  padding: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 15px;
}

.invi {
  visibility: hidden;
  opacity: 0;
}

/* preloader */
.preloader {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid hsla(0deg, 0%, 100%, 0.3);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ccc !important;
  -webkit-animation: a 1s ease-in-out infinite;
  animation: a 1s ease-in-out infinite;
  z-index: 50;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/*   hamburger   */
.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  float: right;
  display: inline-block;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: right;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  border-radius: 2px;
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -6px;
}

.hamburger-inner:after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/*Main style*/
.row {
  max-width: 1288px;
  padding: 0 24px;
}

.row.row-md {
  max-width: 1440px;
}

.row.row-mdsl {
  max-width: 1190px;
}

.row.row-mds {
  max-width: 1150px;
}

.row.row-mdss {
  max-width: 1100px;
}

.row.row-mdsss {
  max-width: 940px;
}

.row-full {
  max-width: 100%;
}

.row-nopadd {
  padding: 0 !important;
}

.row-xsm {
  max-width: 970px;
}

.row.row-xs {
  max-width: 560px;
}

.row.row-xsll {
  max-width: 680px;
}

.row.row-xsl {
  max-width: 640px;
}

main {
  padding-top: 92px;
  overflow: hidden;
}

/*Header*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #000;
  transition: 0.4s ease-in-out;
}

header.scrollUp {
  transform: translateY(-100%);
}

header > .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  float: left;
  width: 258px;
}

.header-logo img {
  max-width: 225px;
}

.header-nav {
  float: left;
  width: calc(100% - 510px);
  padding-left: 25px;
}

.header-nav > nav > ul > li {
  float: left;
  margin-right: 41px;
  position: relative;
}

.header-nav nav ul li:last-child {
  margin-right: 0;
}

.header-nav nav ul li a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  transition: 0.2s;
}

.header-nav > nav > ul > li > a {
  padding: 38px 0;
}

.header-nav nav ul li a span {
  display: inline-block;
  position: relative;
}

.header-nav nav ul li a span:after {
  content: "";
  width: 0;
  height: 10px;
  opacity: 0.1;
  background: #e82112;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.header-nav > nav > ul > li > a > span:after {
  bottom: -3px;
}

.header-nav > nav > ul > li:hover > a {
  color: #e82112;
}

.header-nav > nav > ul > li:hover > a > span:after {
  width: 100%;
}

.header-nav > nav > ul > li > ul {
  background: #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-25px);
  padding: 20px 0 20px 41px;
  margin: 0;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
}

.header-nav > nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header-nav > nav > ul > li > ul > li {
  margin-bottom: 20px;
  padding-right: 41px;
}

.header-nav > nav > ul > li > ul > li:hover > a {
  color: #e82112;
}

.header-nav > nav > ul > li > ul > li:hover > a > span:after {
  width: 100%;
}

.header-nav > nav > ul > li > ul li ul {
  margin: 0;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  padding: 20px 41px;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: translateX(-25px);
  -webkit-box-shadow: 16px 13px 25px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 16px 13px 25px -13px rgba(0, 0, 0, 0.05);
}

.header-nav > nav > ul > li > ul li ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  position: absolute;
  right: 99%;
  top: 25px;
}

.header-nav > nav > ul > li > ul li ul li {
  margin-bottom: 16px;
}

.header-nav > nav > ul > li > ul li ul li:hover > a {
  color: #e82112;
}

.header-nav > nav > ul > li > ul li ul li:hover > a > span:after {
  width: 100%;
}

.header-nav > nav > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-nav > nav > ul > li > ul li ul li a {
  color: #262626;
}

.header-submenu-title {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b2b4b3;
  margin-bottom: 11px !important;
}

.nav-tech ul {
  max-height: 467px;
  min-width: 650px !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-right {
  float: left;
  width: 252px;
}

.header-right > ul {
  float: right;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right > ul > li {
  float: left;
  margin-left: 20px;
  line-height: 0;
}

.header-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("img/icon-search-white-20px.svg") no-repeat center center;
  background-size: contain !important;
  transition: 0.2s;
}

.header-search:hover {
  opacity: 0.8;
}

.header-globe {
  position: relative;
  padding-right: 13px;
  cursor: pointer;
}

.header-globe:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url("img/icon-chev-down-white.svg") no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.hamburger-nav {
  display: none;
}

.header-mobile {
  background: #000;
  position: fixed;
  top: 68px;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-bottom: 50px;
  display: none;
}

.header-mobile-nav {
  height: 95%;
  overflow: auto;
  padding: 8px 25px 50px;
}

.header-mobile-nav > nav > ul > li {
  display: block !important;
  margin-bottom: 27px;
  position: relative;
  padding-right: 0;
}

.header-mobile-nav > nav > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-right: 30px;
}

.header-mobile-nav nav ul li a span {
  display: inline-block;
  position: relative;
}

.header-mobile-nav nav ul li a span:after {
  content: "";
  width: 0;
  height: 10px;
  opacity: 0.1;
  background: #e82112;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.header-mobile-nav > nav > ul > li a:hover {
  color: #e82112;
}

.header-mobile-nav > nav > ul > li a:hover span:after {
  width: 100%;
}

.header-mobile-nav > nav > ul > li > ul {
  padding-top: 20px;
  margin-left: 0;
  display: none;
}

.header-mobile-nav > nav > ul > li > ul > li {
  margin-bottom: 5px;
  position: relative;
}

.header-mobile-nav > nav > ul > li > ul > li a {
  display: inline-block;
  color: #bdbfc1;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.header-mobile-nav > nav > ul > li > ul > li > ul {
  display: none;
  padding-top: 5px;
}

.submenu-trigger {
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(img/icon-chev-down-black-menu.svg) no-repeat center center;
  position: absolute;
  right: -3px;
  top: -1px;
  cursor: pointer;
  padding: 10px;
  transition: 0.2s;
  z-index: 5;
}

.submenu-trigger.is-active {
  transform: rotate(180deg);
}

.header-mobile-nav ul li.menu-item-has-children {
  padding-right: 30px;
}

.header-mobile-nav .header-search-content-wrap {
  padding: 0;
  margin-bottom: 28px;
}

.header-mobile-nav nav {
  padding-bottom: 3px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

.header-mobile-bottom {
  padding-bottom: 10px;
}

.header-mobile-bottom .header-globe {
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-left: 15px;
}

.home-intro {
  min-height: 700px;
  position: relative;
}

.home-intro-scroll {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(178, 180, 179, 0.25) url(img/icon-chev-down-gray.svg) no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}

.home-intro-scroll:hover {
  background: rgba(178, 180, 179, 0.5) url(img/icon-chev-down-gray.svg) no-repeat center center;
}

.home-intro-carousel .item {
  background-size: cover !important;
  padding: 187px 0;
  color: #fff;
  height: 100%;
}

.home-intro-slider-image {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  z-index: -1;
}

.home-intro-carousel .item.item-white-banner {
  color: #000;
}

.home-intro-carousel .item.item-white-banner .home-intro-text {
  color: #505050;
}

.home-intro-subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.533;
}

.home-intro-title {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
}

.home-intro-text {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-right: 11%;
}

.home-intro-btn ul li {
  float: left;
  margin-right: 24px;
  margin-bottom: 21px;
}

.home-intro-btn ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.btn-white-border,
.btn-white-border:focus,
.btn-white-border:active {
  display: inline-block;
  min-width: 125px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: transparent;
  padding: 11px 10px;
  border: 2px solid #fff;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 0.2s;
}

.btn-white-border:hover {
  color: #fff;
  background-color: #003478;
  border-color: #003478;
}

.home-intro-carousel .item.item-white-banner .btn-white-border,
.home-intro-carousel .item.item-white-banner .btn-white-border:focus,
.home-intro-carousel .item.item-white-banner .btn-white-border:active {
  color: #e82112;
  border: 2px solid #e82112;
}

.home-intro-carousel .item.item-white-banner .btn-white-border:hover {
  color: #fff;
  background-color: #003478;
  border-color: #003478;
}

.home-intro-carousel .owl-dots {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 180px;
  height: 70px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.home-intro-carousel .owl-dot {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  position: relative;
}

.home-intro-carousel .owl-dot:last-child {
  margin-right: 0;
}

.home-intro-carousel .owl-dot:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #b2b4b3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.home-intro-carousel .owl-dot.active:after {
  width: 10px;
  height: 10px;
  background: #39B54A !important;
}

.home-about {
  padding: 151px 0 0;
}

.home-about-text {
  padding: 50px 7% 43px 10%;
}

.home-about-video {
  padding-left: 9.2%;
}

.home-about-video-wrap {
  background-size: cover !important;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: -87px;
  transition: 0.2s;
}

.home-about-video-wrap-image {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-about-video-wrap a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.home-about-video-wrap:hover {
  opacity: 0.8;
}

.home-about-video-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-about-video-wrap a span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.home-about-video-wrap a span:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112;
  border-radius: 50%;
}

.home-about-video-wrap a span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ec1102;
  position: absolute;
  top: 47%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.text-box {
  margin-bottom: 20px;
}

.text-box h1,
.text-box h2,
.text-box h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 10px;
}

.text-box p {
  color: #5a5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 10px;
}

.text-box a {
  color: #e82112;
  transition: 0.2s;
}

.text-box a:hover {
  color: #e82112;
  opacity: 0.6;
}

.text-box ul,
.text-box ol {
  margin-left: 0;
}

.text-box > ul,
.text-box > ol {
  margin-bottom: 10px;
}

.text-box ul li,
.text-box ol li {
  color: #5a5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.text-box ol li ol {
  padding-top: 10px;
}

.text-box ol li ol li {
  padding-left: 40px;
}

.text-box ol {
  counter-reset: item;
}

.text-box > ul > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e82112;
}

.text-box ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #e82112;
}

.home-prodcut {
  padding: 150px 0 0;
  background: #f6f6f6;
}

.home-prodcut-all-mobile {
  display: none;
}

.home-prodcut-items-left {
  padding: 162px 13px 0 0;
}

.home-prodcut-item {
  line-height: 0;
  margin-bottom: 87px;
}

.home-prodcut-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 42px 20px;
  min-height: 276px;
  background: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.home-prodcut-item a:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.home-prodcut-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #00ADEF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}

.home-prodcut-item:hover a:before {
  opacity: 0.1;
  transform: translate(-10px, -10px);
}

.home-prodcut-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-right: 20px;
  transition: 0.2s;
}

.home-prodcut-item-title:after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(img/icon-chev-right-black.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 11px;
  right: 0;
  transition: 0.2s;
}

.home-prodcut-item:hover .home-prodcut-item-title {
  color: #00ADEF;
}

.home-prodcut-item:hover .home-prodcut-item-title:after {
  background: url(img/icon-chev-right-lblue.svg) no-repeat center center;
}

.home-prodcut-item-text {
  padding-top: 11px;
  color: #5a5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  max-height: 0;
  transition: 0.2s;
  opacity: 0;
}

.home-prodcut-item:hover .home-prodcut-item-text {
  max-height: 83px;
  opacity: 1;
}

.home-prodcut-item-image {
  width: 225px;
  height: 225px;
  transition: 0.2s;
  margin-bottom: -20px;
}

.home-prodcut-item:hover .home-prodcut-item-image {
  margin-top: -71px;
}

.home-prodcut-all {
  padding: 270px 4% 0;
}

.home-prodcut-items-right {
  padding: 0 0 0 13px;
}

.home-prodcut-items-left .home-prodcut-item:last-child {
  margin-bottom: 50px;
}

.home-applications {
  background: #f6f6f6;
  overflow: hidden;
  padding-bottom: 62px;
}

.home-applications .row {
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.home-applications .row:before {
  content: "";
  height: 100px;
  width: 100%;
  max-width: 65.24%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.home-applications-left {
  background: #000;
  padding: 200px 5% 66px 9%;
  float: left;
  width: 40%;
}

.home-applications-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40.3%;
  width: calc(100vw - (100vw - 1240px) / 2 - 496px);
  height: 100%;
}

.home-applications-right .owl-carousel .owl-item img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-applications-title {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 20px;
}

.home-applications-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 44px;
}

.home-applications-left .home-applications-text {
  margin-bottom: 88px;
}

.home-applications-text a {
  color: #e82112;
  transition: 0.2s;
}

.home-applications-text a:hover {
  color: #e82112;
  opacity: 0.6;
}

.home-applications-list {
  padding: 0 10% 0 42px;
}

.home-applications-list ul li {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
  transition: 0.2s;
}

.home-applications-list-title {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.home-applications-list ul li .home-applications-list-title:after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(img/icon-chev-right-red.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 8px;
  right: 0;
  opacity: 0;
  transition: 0.2s;
}

.home-applications-list ul li .home-applications-list-title:hover {
  color: #e82112;
}

.home-applications-list ul li .home-applications-list-title:hover:after {
  opacity: 1;
}

.home-applications-list ul li.active .home-applications-list-title {
  color: #e82112;
}

.home-applications-list ul li.active .home-applications-list-title:after {
  opacity: 1;
}

.home-applications-list ul li span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 0.8;
  transition: 0.2s;
  position: absolute;
  left: -20px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.2s;
}

.home-applications-list ul li.active span {
  opacity: 0.1;
}

.home-applications-slider,
.home-applications-slider .owl-stage-outer,
.home-applications-slider .owl-stage,
.home-applications-slider .owl-item {
  height: 100%;
}

.home-applications-slider .item {
  position: relative;
  height: 100%;
}

.home-applications-image {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-applications-item-box {
  background: #fff;
  padding: 30px 42px 37px;
  width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-applications-item-title {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}

.home-applications-item-text {
  color: #5a5b5b;
  font-size: 16px;
  margin-bottom: 20px;
}

.home-applications-slider .owl-nav {
  width: 50px;
  position: absolute;
  bottom: 45px;
  right: 530px;
}

.home-applications-slider .owl-nav button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #fff !important;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: 0.2s;
}

.home-applications-slider .owl-nav button span {
  display: none;
}

.home-applications-slider .owl-nav button.owl-prev {
  background: url(img/icon-chev-up-down.svg) no-repeat center center !important;
}

.home-applications-slider .owl-nav button.owl-next {
  background: url(img/icon-chev-down-white.svg) no-repeat center center !important;
}

.home-applications-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.home-applications-slider .owl-nav button:hover {
  opacity: 0.8;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  display: inline-block;
  color: #e82112;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.btn-link:before {
  content: "";
  width: 100%;
  height: 10px;
  opacity: 0.1;
  background: #e82112;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.btn-link:hover {
  color: #e82112;
}

.btn-link:hover:before {
  width: 0;
}

.btn-link-white,
.btn-link-white:focus,
.btn-link-white:active {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.btn-link-white:before {
  content: "";
  width: 100%;
  height: 10px;
  opacity: 0.35;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.btn-link-white:hover {
  color: #fff;
}

.btn-link-white:hover:before {
  width: 0;
}

.home-applications-list-mobile {
  display: none;
}

.home-applications-list-mobile ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.home-applications-list-mobile-title {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.home-applications-list-mobile-title:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(img/icon-chev-down-white.svg) no-repeat center center;
  position: absolute;
  top: 9px;
  right: 0;
  transition: 0.2s;
}

.home-applications-list-mobile-title.is-active {
  color: #e82112;
}

.home-applications-list-mobile-title.is-active:after {
  background: url(img/icon-chev-up-red.svg) no-repeat center center;
}

.home-applications-list-infobox {
  padding: 11px 0 3px;
  display: none;
}

.home-applications-list-mobile-image {
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 15px;
}

.home-applications-list-mobile-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-applications-list-mobile-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.home-news {
  background: #f6f6f6;
  padding: 150px 0 0;
  overflow: hidden;
}

.home-news .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.home-news-title {
  padding: 50px 20px 110px 0;
  width: 310px;
}

.home-news-carousel-hold {
  width: calc(100% - 310px);
}

.home-news-carousel-wrap {
  width: calc(100vw - (100vw - 1288px) / 2 - 257.6px);
}

.home-news-carousel .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.home-news-carousel .item {
  width: 295px;
  height: 100%;
}

.home-news-carousel .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s;
}

.home-news-carousel .item a:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.home-news-carousel .item a:hover .btn-link:before {
  width: 0;
}

.home-news-carousel-image {
  position: relative;
  /* padding-bottom: 68%; */
  height: 200px;
  background: #003478;
}

.home-news-carousel-image-product {
  background: url(img/bg-product-release-hero.png) no-repeat center center !important;
  background-size: cover !important;
}

.home-news-carousel-image-corporate {
  background: url(img/bg-corporate-release-hero.png) no-repeat center center !important;
  background-size: cover !important;
}

.home-news-carousel-image-events {
  background: url(img/bg-event-thumb.png) no-repeat center center !important;
  background-size: cover !important;
}

.home-news-carousel-image-news {
  background: url(img/bg-news-card.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.home-news-carousel-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  width: 100% !important;
  height: 100%;
}

.home-news-carousel-cat {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.home-news-carousel-textbox {
  padding: 30px 20px 75px;
  height: calc(100% - 200px);
  min-height: 353px;
  position: relative;
}

.home-news-carousel-date {
  color: #6f6f71;
  font-size: 16px;
  margin-bottom: 10px;
}

.home-news-carousel-title {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-news-carousel-more {
  position: absolute;
  left: 20px;
  bottom: 36px;
}

.home-news-carousel-location ul li {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 23px;
  position: relative;
}

.home-news-carousel-location ul li:before {
  content: "";
  width: 12px;
  height: 18px;
  background: url(img/icon-pin-green.svg) no-repeat center center;
  position: absolute;
  top: 5px;
  left: 0;
}

.home-news-carousel .owl-nav,
.application-usecases-carousel .owl-nav {
  width: 110px;
  position: absolute;
  right: calc(100% + 200px);
  bottom: 53px;
}

.home-news-carousel .owl-nav button,
.application-usecases-carousel .owl-nav button,
.applications-carousel .owl-nav button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.2s;
}

.home-news-carousel .owl-nav button.owl-prev,
.application-usecases-carousel .owl-nav button.owl-prev,
.applications-carousel .owl-nav button.owl-prev {
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
}

.home-news-carousel .owl-nav button.owl-next,
.application-usecases-carousel .owl-nav button.owl-next,
.applications-carousel .owl-nav button.owl-next {
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
}

.home-news-carousel .owl-nav button.disabled,
.application-usecases-carousel .owl-nav button.disabled,
.applications-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.home-news-carousel .owl-nav button:hover,
.application-usecases-carousel .owl-nav button:hover,
.applications-carousel .owl-nav button:hover {
  opacity: 0.6;
}

.home-news-carousel .owl-nav button:last-child,
.application-usecases-carousel .owl-nav button:last-child,
.applications-carousel .owl-nav button:last-child {
  margin-right: 0;
}

.home-news-carousel .owl-nav button span,
.application-usecases-carousel .owl-nav button span,
.applications-carousel .owl-nav button span {
  display: none;
}

.home-tech {
  background: #fff;
  padding: 147px 0 179px;
}

.home-tech-top {
  margin-bottom: 70px;
}

.home-tech-top .text-box {
  padding: 0 17%;
}

.home-tech-items-hold {
  padding: 0 7.7% 45px;
}

.home-tech-item a {
  display: inline-block;
  width: 100%;
}

.home-tech-item-image {
  background: #d8d8d8;
  padding-bottom: 48%;
  position: relative;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  transition: 0.2s;
}

.home-tech-item a:hover .home-tech-item-image {
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.45);
}

.home-tech-item-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-tech-item-image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #00ADEF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.home-tech-item a:hover .home-tech-item-image:before {
  opacity: 0.1;
  transform: translate(-10px, -10px);
}

.home-tech-item-textbox {
  padding-right: 20px;
}

.home-tech-item-title-hold {
  position: relative;
  margin-bottom: 11px;
}

.home-tech-item-title-hold span {
  color: #262626;
  font-size: 75px;
  font-weight: 700;
  line-height: 0.8;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
  opacity: 0.05;
  transition: 0.2s;
}

.home-tech-item-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: 0.2s;
  padding-right: 15px;
}

.home-tech-item-title:before,
.home-tech-item-title:after {
  content: "";
  width: 5px;
  height: 8px;
  background-size: contain !important;
  position: absolute;
  top: 12px;
  right: 0;
  transition: 0.2s;
}

.home-tech-item-title:before {
  background: url(img/icon-chev-right-black.svg) no-repeat center center;
}

.home-tech-item-title:after {
  background: url(img/icon-chev-right-lblue.svg) no-repeat center center;
  opacity: 0;
}

.home-tech-item a:hover .home-tech-item-title-hold span {
  color: #00ADEF;
}

.home-tech-item a:hover .home-tech-item-title {
  color: #00ADEF;
}

.home-tech-item a:hover .home-tech-item-title:before {
  opacity: 0;
}

.home-tech-item a:hover .home-tech-item-title:after {
  opacity: 1;
}

.home-tech-item-text {
  color: #5a5b5b;
}

.home-tech-items-hold .home-tech-item:nth-child(4n+2) {
  padding: 100px 4.7% 0 7%;
}

.home-tech-items-hold .home-tech-item:nth-child(4n+2) .home-tech-item-image {
  padding-bottom: 100%;
}

.home-tech-items-hold .home-tech-item:nth-child(4n+3) {
  padding: 0 7% 0 4.7%;
  margin-top: -122px;
}

.home-tech-items-hold .home-tech-item:nth-child(4n+3) .home-tech-item-image {
  padding-bottom: 100%;
}

.home-tech-items-hold .home-tech-item:nth-child(4n+4) {
  padding-top: 138px;
  padding-bottom: 138px;
}

/*Footer*/
footer {
  background: #000;
}

.footer-connect-section {
  background-size: cover !important;
  padding: 100px 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.footer-connect-section-image {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.footer-connect {
  padding: 0 18%;
  margin-bottom: 100px;
}

.footer-connect-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.53;
  color: #fff;
  margin-bottom: 10px;
}

.footer-connect-text {
  color: #fff;
  margin-bottom: 30px;
}

.btn-red,
.btn-red:focus,
.btn-red:active {
  display: inline-block;
  min-width: 125px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background-color: #e82112;
  padding: 11px 10px;
  border: 2px solid #e82112;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.btn-black,
.btn-black:focus,
.btn-black:active {
  display: inline-block;
  min-width: 125px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background-color: #000;
  padding: 11px 10px;
  border: 2px solid #000;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.btn-red:hover {
  color: #fff !important;
  background-color: #B10E02;
  border-color: #B10E02;
  opacity: 1 !important;
}

.btn-red.btn-red-reverse,
.btn-red.btn-red-reverse:focus,
.btn-red.btn-red-reverse:active {
  color: #e82112;
  background-color: #fff;
  border-color: #e82112;
}

.btn-red.btn-red-reverse:hover {
  color: #fff;
  background-color: #e82112;
}

.btn-red.btn-red-black,
.btn-red.btn-red-black:focus,
.btn-red.btn-red-black:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-red.btn-red-black:hover {
  color: #fff;
  background-color: #003478;
  border-color: #003478;
}

.footer-subscribe-section {
  position: relative;
}

.footer-subscribe-section::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.footer-subscribe-box {
  display: inline-block;
  max-width: 1030px;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 70px 40px;
}

.footer-subscribe-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 20px;
  background: #fff;
}

.footer-subscribe-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #5a5b5b;
  margin-bottom: 50px;
}

.footer-subscribe-form-box {
  display: inline-block;
  width: 100%;
  max-width: 610px;
}

.footer-subscribe-form {
  margin-bottom: 10px;
  position: relative;
  padding-right: 105px;
}

.footer-subscribe-form input,
.footer-subscribe-form input:focus,
.footer-subscribe-form input:active {
  box-shadow: none;
  background: transparent;
  margin: 0;
  border: none;
  border-bottom: 1px solid #003478;
  height: 48px;
  font-size: 18px;
  line-height: 1.55;
  color: #262626;
  padding: 5px 0;
}

.footer-subscribe-form input::placeholder {
  color: #b2b4b3;
  opacity: 1;
}

.footer-subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b4b3;
  opacity: 1;
}

.footer-subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b4b3;
  opacity: 1;
}

.footer-subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b4b3;
  opacity: 1;
}

.footer-subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b4b3;
  opacity: 1;
}

.footer-subscribe-form button.btn-footer-form {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 0;
  background: url("img/icon-chev-right-red.svg") no-repeat center center;
  transition: 0.2s;
}

.footer-subscribe-form button.btn-footer-form:hover {
  opacity: 0.8;
}

.footer-subscribe-form-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #5a5b5b;
}

.footer-subscribe-form-text a {
  color: #e82112;
  transition: 0.2s;
}

.footer-subscribe-form-text a:hover {
  color: #e82112;
  opacity: 0.6;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 40px;
}

.footer-socials {
  margin-bottom: 30px;
}

.footer-socials ul {
  display: inline-block;
}

.footer-socials ul li {
  float: left;
  margin: 0 9px 12px 0;
  line-height: 0;
}

.footer-socials ul li:nth-child(3n+1) {
  clear: both;
}

.footer-socials ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(178, 180, 179, 0.25);
  transition: 0.2s;
}

.footer-socials ul li a:hover {
  background-color: rgba(178, 180, 179, 0.5);
}

.footer-socials-twitter {
  background-image: url("img/icon-footer-twitter-v2.png");
}

.footer-socials-facebook {
  background-image: url("img/icon-footer-facebook-v2.png");
}

.footer-socials-youtube {
  background-image: url("img/icon-footer-youtube-v2.png");
}

.footer-socials-linkedin {
  background-image: url("img/icon-footer-linkedin-v2.png");
}

.footer-socials-instagram {
  background-image: url("img/icon-footer-instagram-v2.png");
}

.footer-socials-twitter,
.footer-socials-facebook,
.footer-socials-youtube,
.footer-socials-linkedin,
.footer-socials-instagram {
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-item-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-item-nav {
  margin-bottom: 30px;
}

.footer-item-nav ul li {
  margin-bottom: 10px;
}

.footer-item-nav ul li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #bdbfc1;
  transition: 0.2s;
}

.footer-item-nav ul li a:after {
  content: "";
  width: 0;
  height: 10px;
  opacity: 0.1;
  background: #e82112;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.footer-item-nav ul li a:hover {
  color: #e82112;
}

.footer-item-nav ul li a:hover:after {
  width: 100%;
}

.footer-btn {
  margin-bottom: 50px;
}

.footer-copyright-section {
  border-top: 1px solid #262626;
  padding: 29px 0 30px;
}

.footer-copyright {
  font-size: 12px;
  line-height: 24px;
  color: #b2b4b3;
}

.footer-item-accordion .accordion-title:focus,
.footer-item-accordion .accordion-title:hover {
  background-color: transparent;
}

.footer-item-accordion .accordion-item {
  margin-bottom: 20px;
}

.footer-item-accordion .accordion-title {
  padding: 7px 30px 7px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border: none;
}

.footer-item-accordion .accordion-title:before {
  content: "";
  width: 9px;
  height: 11px;
  background: url("img/icon-accordion-down-white.svg") no-repeat center center;
  background-size: contain !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: 0.2s;
}

.footer-item-accordion .accordion-item.is-active .accordion-title:before {
  transform: translateY(-50%) rotate(180deg);
}

.footer-item-accordion .accordion-content {
  padding: 3px 0 0 0;
  border: none;
  background-color: transparent;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.footer-item-accordion ul li ul {
  margin-left: 0;
}

.footer-item-accordion {
  display: none;
}

.footer-item-accordion .accordion {
  background: transparent;
}

.inner-intro {
  padding: 40px 0 40px;
  position: relative;
}

.inner-intro::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-intro .row {
  min-height: 344px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.inner-intro-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.inner-intro-text h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.527;
  margin-bottom: 16px;
}

.inner-intro-text h2,
.inner-intro-text h3,
.inner-intro-text h4,
.inner-intro-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.533;
  padding: 0 25%;
}

.inner-intro-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.533;
  padding: 0 25%;
}

.app-solutions {
  padding: 149px 0 14px;
}

.app-solutions-list {
  padding: 0 3.7%;
}

.app-solutions-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-solutions-list ul li {
  float: left;
  width: 25.333%;
  margin-right: 12%;
  margin-bottom: 131px;
}

.app-solutions-list ul li:nth-child(3n) {
  margin-right: 0;
}

.app-solutions-list ul li:nth-child(3n+1) {
  clear: both;
}

.app-solutions-list ul li:last-child {
  margin-right: 0;
}

.app-solutions-list ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.app-solutions-list ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(244,27,27,0.2); */
  background: rgba(0, 173, 239, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

.app-solutions-list-image {
  position: relative;
  padding-bottom: 100%;
}

.app-solutions-list-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.app-solutions-list-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background-color: #fff;
  padding: 22px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.app-solutions-list ul li a:hover:after {
  opacity: 1;
  transform: translate(-10px, -10px);
}

.app-solutions-list ul li a:hover .app-solutions-list-title {
  color: #00ADEF;
}

.inner-intro-mask {
  position: relative;
}

.inner-intro-mask:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.26;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-intro-mask .row {
  position: relative;
  z-index: 2;
}

.inner-intro-lg .row {
  min-height: 470px;
}

.app-auto-usecases-section-1 {
  padding: 122px 0 100px;
}

.app-auto-usecases-section-1-top {
  margin-bottom: 52px;
}

.app-auto-usecases-section-1-number {
  color: #262626;
  font-size: 75px;
  font-weight: 700;
  line-height: 0.8;
  opacity: 0.05;
  margin-bottom: 37px;
}

.app-auto-usecases-section-1-top .text-box h1 {
  margin-bottom: 64px;
}

.app-auto-usecases-section-1-top .text-box p {
  font-size: 25px;
  line-height: 1.52;
  margin-bottom: 32px;
}

.app-auto-usecases-section-1-list {
  padding: 0 4%;
}

.app-auto-usecases-section-1-list ul li {
  float: left;
  width: 31.666%;
  margin-right: 2.5%;
  position: relative;
  padding-bottom: 20.2%;
  margin-bottom: 30px;
}

.app-auto-usecases-section-1-list ul li:nth-child(3n) {
  margin-right: 0;
}

.app-auto-usecases-section-1-list ul li:nth-child(3n+1) {
  clear: both;
}

.app-auto-usecases-section-1-list ul li img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.app-auto-usecases-section-2 {
  padding: 160px 0 191px;
  background: #f6f6f6;
  overflow: hidden;
}

.app-auto-usecases-section-row {
  padding: 0 4%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.app-auto-usecases-section-2 .home-news-title {
  padding: 55px 4% 80px 0;
  width: 374px;
}

.app-auto-usecases-section-2 .home-news-carousel-hold {
  width: calc(100% - 374px);
}

.application-usecases-carousel .item {
  width: 295px;
  background: #fff;
}

.application-usecases-carousel .item > a {
  display: inline-block;
  width: 100%;
  padding: 33px 30px 32px;
  transition: 0.2s;
}

.application-usecases-carousel .item > a:hover {
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.application-usecases-carousel .item > a:hover .application-usecases-carousel-title {
  color: #e82112;
}

.application-usecases-carousel .owl-nav {
  right: calc(100% + 264px);
  bottom: 3px;
}

.application-usecases-carousel-image {
  margin-bottom: 34px;
}

.application-usecases-carousel-image-wrap {
  display: inline-block;
  width: 207px;
  height: 207px;
  position: relative;
}

.application-usecases-carousel-image-wrap img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.application-usecases-carousel-image-wrap.application-usecases-carousel-image-wrap-default {
  background: url(img/img-product-card-default.png) no-repeat center center;
  background-size: contain !important;
}

.application-usecases-carousel-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  transition: 0.2s;
}

.application-usecases-carousel-serial {
  color: #c2c4c3;
  font-size: 14px;
}

.app-auto-usecases-section-3 {
  position: relative;
  padding: 72px 0 102px;
}

.app-auto-usecases-section-3-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.app-auto-usecases-section-3-background img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.app-auto-usecases-section-3-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.52;
  margin-bottom: 28px;
}

.app-auto-usecases-section-3-text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 46px;
}

.app-auto-usecases-section-4 {
  padding: 118px 0 130px;
  background: #fff;
  overflow: hidden;
}

.app-auto-usecases-section-4 .text-box h1 {
  margin-bottom: 31px;
}

.app-auto-usecases-section-4 .text-box {
  margin-bottom: 65px;
}

.app-auto-usecases-section-4-slider {
  padding-left: 11%;
  padding-left: 11%;
}

.applications-carousel .owl-stage-outer {
  overflow: visible;
}

.applications-carousel .item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  width: 451px;
}

.applications-carousel .owl-nav {
  width: 110px;
  float: right;
  padding-top: 83px;
}

.applications-carousel-image {
  position: relative;
  padding-bottom: 68%;
}

.applications-carousel-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.applications-carousel-text {
  padding: 60px 51px 60px 60px;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  min-height: 305px;
}

.applications-carousel-text strong {
  font-weight: 600;
}

.image-sensors-section {
  background: #f6f6f6;
  padding: 201px 0 114px;
}

.image-sensors-section-list {
  margin-bottom: 10px;
  padding: 0 8.5%;
}

.image-sensors-section-list ul li {
  float: left;
  width: 40%;
  margin-right: 20%;
  margin-bottom: 100px;
}

.image-sensors-section-list ul li:nth-child(2n) {
  margin-right: 0;
}

.image-sensors-section-list ul li:nth-child(2n+1) {
  clear: both;
}

.image-sensors-section-title {
  color: #003055;
  font-size: 40px;
  font-weight: 600;
}

.image-sensors-section-list ul li .home-prodcut-item {
  margin-bottom: 0;
}

.image-sensors-section-list ul li .home-prodcut-item a {
  height: 300px;
  min-height: 1px;
}

.image-sensors-section-list ul li .home-prodcut-item-image {
  margin-bottom: 0;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.image-sensors-section-list ul li .home-prodcut-item .home-prodcut-item-image-wrap {
  transition: 0.2s;
}

.image-sensors-section-list ul li .home-prodcut-item:hover .home-prodcut-item-image-wrap {
  margin-top: -32px;
}

.image-sensors-section-list ul li .home-prodcut-item:hover .home-prodcut-item-text {
  max-height: 35px;
}

.image-sensors-section-list ul li .home-prodcut-item-image-wrap {
  width: 100%;
  height: 239px;
}

.privacy-notice-section {
  padding: 96px 0 112px;
}

.privacy-notice-title {
  margin-bottom: 103px;
}

/* Entry */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 600;
  color: #262626;
  line-height: 1.525;
  margin-bottom: 10px;
}

.entry h1 {
  font-size: 40px;
  font-weight: 700;
}

.entry h2 {
  font-size: 34px;
}

.entry h3 {
  font-size: 30px;
}

.entry h4 {
  font-size: 26px;
}

.entry h5 {
  font-size: 24px;
}

.entry h6 {
  font-size: 20px;
}

.entry p {
  font-size: 20px;
  margin-bottom: 31px;
}

.entry ul a,
.entry p a {
  color: #e82112;
  transition: 0.2s;
}

.entry p a:hover {
  color: #e82112;
  opacity: 0.6;
}

.entry p img {
  margin: 19px 0;
}

.entry p strong {
  font-weight: 600;
}

.entry ul,
.entry ol {
  margin-left: 0;
}

.entry > ul,
.entry > ol {
  margin-bottom: 31px;
}

.entry ul li,
.entry ol li {
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.entry ul ul,
.entry ol ol {
  margin-top: 10px;
}

.entry ol {
  counter-reset: item;
}

.entry ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003478;
}

.entry ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #262626;
}

/* Products page */
.products-page-section {
  padding: 30px 0 126px;
}

.products-page-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.btn-back-to-top,
.btn-back-to-top:focus,
.btn-back-to-top:active {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
  padding-left: 23px;
  transition: 0.2s;
  cursor: pointer;
}

.btn-back-to-top:before {
  content: "";
  width: 13px;
  height: 7px;
  background: url(img/icon-chev-up-black.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.btn-back-to-top:hover {
  color: #000;
  opacity: 0.7;
}

.btn-back-to-top.btn-back-to-top-reversed:before {
  transform: translateY(-50%) rotate(180deg);
}

.products-page-content-left {
  float: left;
  width: 315px;
  padding-right: 20px;
}

.products-page-content-right {
  float: left;
  width: calc(100% - 315px);
}

.products-page-filter-reset,
.products-page-filter-reset:focus,
.products-page-filter-reset:active {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  color: #000;
  transition: 0.2s;
}

.products-page-filter-reset:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(img/icon-filter-reset-x.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.products-page-filter-reset:hover {
  color: #000;
  opacity: 0.7;
}

.products-page-filter-reset-hold {
  padding: 3px 0 4px 25px;
  margin-bottom: 22px;
}

.products-page-content-right-top {
  min-height: 31px;
  position: relative;
  margin-bottom: 22px;
}

.products-page-filter-items {
  float: left;
  width: 100%;
  padding-right: 60px;
  position: relative;
}

.products-page-filter-items-switch {
  position: absolute;
  right: 0;
  top: 6px;
}

.products-page-filter-items-switch span {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.products-page-filter-items-switch span.items-switch-to-table svg path {
  transition: 0.2s;
}

.products-page-filter-items-switch span.items-switch-to-table:hover svg path,
.products-page-filter-items-switch span.items-switch-to-table.active svg path {
  fill: #000;
  stroke: #000;
}

.products-page-filter-items-switch span.items-switch-to-list svg use {
  transition: 0.2s;
}

.products-page-filter-items-switch span.items-switch-to-list:hover svg use,
.products-page-filter-items-switch span.items-switch-to-list.active svg use {
  stroke: #000;
}

.products-page-filter-items ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  border: solid 1px #b2b4b3;
  cursor: pointer;
  overflow: hidden;
  padding: 4px 47px 4px 15px;
  transition: 0.2s;
}

.products-page-filter-items ul li:last-child {
  margin-right: 0;
}

.products-page-filter-items ul li:after {
  content: "";
  width: 31px;
  background: #eeeeee url(img/icon-filter-reset-x.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: solid 1px #b2b4b3;
  transition: 0.2s;
}

.products-page-filter-items ul li:hover {
  border: solid 1px #003478;
}

.products-page-filter-items ul li:hover:after {
  border-left: solid 1px #003478;
}

.products-page-sort {
  position: absolute;
  top: 3px;
  right: 0;
}

.products-page-sort-trigger,
.products-page-sort-trigger:focus,
.products-page-sort-trigger:active {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
  padding-right: 23px;
  transition: 0.2s;
}

.products-page-sort-trigger:before {
  content: "";
  width: 13px;
  height: 7px;
  background: url(img/icon-chev-down-black-sort.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.products-page-sort-trigger:hover {
  color: #000;
  opacity: 0.7;
}

.products-page-content-right-items ul {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.products-page-content-right-items ul li {
  float: left;
  width: 31.8666%;
  margin-right: 2.2%;
  margin-bottom: 20px;
}

.products-page-content-right-items ul li:nth-child(3n) {
  margin-right: 0;
}

.products-page-content-right-items ul li:nth-child(3n+1) {
  clear: both;
}

.products-page-content-right-items ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  padding: 33px 30px 32px;
  transition: 0.3s;
}

.products-page-content-right-items ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
}

.products-page-content-right-items ul li a:hover .application-usecases-carousel-title {
  color: #e82112;
}

.product-page-back-to-top {
  margin-top: 20px;
  /* padding-left: 315px; */
}

.product-page-back-to-top div {
  min-height: 1px;
  min-width: 1px;
}

.products-page-filter .accordion {
  background: #f7f7f7;
  padding: 0 24px;
}

.products-page-filter .accordion-title {
  padding: 21px 20px 21px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-bottom: 1px solid #ececec;
}

.products-page-filter .accordion-title span {
  text-transform: none;
}

.products-page-filter .accordion-title:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(img/icon-accordion-plus.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 27px;
  margin-top: 0;
  line-height: 1;
}

.products-page-filter .accordion-title:focus,
.products-page-filter .accordion-title:hover {
  background-color: #f7f7f7;
}

.products-page-filter .accordion-item.is-active .accordion-title {
  border-bottom: none;
}

.products-page-filter .accordion-item.is-active .accordion-title:before {
  background: url(img/icon-accordion-minus.svg) no-repeat center center;
}

.products-page-filter .accordion-item.is-active .accordion-content {
  border-bottom: 1px solid #ececec;
}

.products-page-filter .accordion-content {
  padding: 5px 0 25px;
  display: none;
  border: none;
  background-color: transparent;
  color: #000;
}

/* checkbox */
.checkbox-filter {
  display: block;
  margin-bottom: 15px;
}

.checkbox-filter label {
  margin: 0;
  padding: 0 0 0 27px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.checkbox-filter label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 0;
}

.checkbox-filter label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e82112;
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
  transition: 0.2s;
}

.checkbox-filter input {
  display: none;
}

.checkbox-filter input:checked + label:after, label.checked:after {
  opacity: 1;
}

.header-search-content {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 25px 0 26px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.header-search-content.is-active {
  opacity: 1;
  visibility: visible;
}

.header-search-content-wrap {
  display: inline-block;
  max-width: 745px;
  padding-right: 45px;
  width: 100%;
  position: relative;
}

.header-search-content-wrap input,
.header-search-content-wrap input:focus,
.header-search-content-wrap input:active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 25px 0 55px;
  width: 100%;
  height: 49px;
  border-radius: 24.5px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.header-search-content-wrap input::placeholder {
  color: #bdbfc1;
  opacity: 1;
}

.header-search-content-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbfc1;
  opacity: 1;
}

.header-search-content-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbfc1;
  opacity: 1;
}

.header-search-content-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbfc1;
  opacity: 1;
}

.header-search-content-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbfc1;
  opacity: 1;
}

.header-search-content-wrap button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("img/icon-search-white-20px.svg") no-repeat center center;
  background-size: auto;
  background-size: contain !important;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.header-search-content a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/icon-close-search-white.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer !important;
}

.products-page-content-mobile {
  display: none;
}

.products-page-content-mobile-btn {
  padding: 21px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: #003478;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.products-page-content-mobile-btn:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(img/icon-chev-down-white.svg) no-repeat center center;
  background-size: cover !important;
  position: absolute;
  top: 46%;
  transform: translate(-50%) rotate(0);
  right: 10px;
  transition: 0.2s;
}

.products-page-content-mobile-btn.is-active:after {
  transform: translate(-50%) rotate(180deg);
}

.products-page-content-mobile-content {
  padding: 15px;
  display: none;
}

.products-page-content-more {
  padding-left: 315px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.products-page-filter .accordion-item.is-active:last-child .accordion-content {
  border-bottom: none;
}

/* Product single page */
.product-single-intro {
  margin-bottom: 131px;
  min-height: 595px;
  position: relative;
}

.product-single-intro .row {
  position: relative;
}

.product-single-intro-image {
  width: 100%;
  max-width: 915px;
  /* padding-bottom: 41.34%; */
  height: 595px;
  position: relative;
  background: rgb(0, 52, 120);
  background: -moz-linear-gradient(180deg, rgb(0, 52, 120) 20%, rgb(255, 6, 0) 90%);
  background: -webkit-linear-gradient(180deg, rgb(0, 52, 120) 20%, rgb(255, 6, 0) 90%);
  background: linear-gradient(180deg, rgb(0, 52, 120) 20%, rgb(255, 6, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003478",endColorstr="#ff0600",GradientType=1);
}

.product-single-intro-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.product-single-intro .product-single-intro-text {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-single-intro-psit-box-hold {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 847px;
  float: right;
  position: relative;
  padding-top: 100px;
}

.product-single-intro-psit-box {
  padding: 64px 64px 51px;
  background: #fff;
  min-height: 495px;
}

.psit-box {
  display: inline-block;
  width: 100%;
  max-width: 847px;
  background: #fff;
  padding: 64px 64px 51px;
  position: absolute;
  right: 0;
  bottom: -61px;
}

.psit-box-image {
  width: 117px;
  height: 117px;
  position: relative;
  margin-bottom: 17px;
}

.psit-box-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.psit-box-box-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 40px;
}

.psit-box-box-list ul li {
  float: left;
  width: 33.333%;
  padding-right: 30px;
  margin-bottom: 30px;
}

.psit-box-box-list ul li:nth-child(3n+1) {
  clear: both;
}

.psit-box-box-list-title {
  color: #5a5b5b;
  font-weight: 600;
  margin-bottom: 3px;
}

.psit-box-box-list-serial {
  color: #b2b4b3;
}

.product-single-info {
  margin-bottom: 122px;
}

.product-single-info-box {
  padding: 0 5%;
}

.product-single-info-text p {
  color: #5a5b5b;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}

.product-single-info-text ul,
.product-single-info-text ol {
  margin-bottom: 30px;
}

.product-single-info-text ul li {
  padding-left: 20px;
}

.product-single-info-text ul li,
.product-single-info-text ol li {
  color: #5a5b5b;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  margin-bottom: 10px;
}

.product-single-info-text ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a5b5b;
}

.product-single-info-text a {
  color: #f30000;
  transition: 0.2s;
}

.product-single-info-text a:hover {
  opacity: 0.7;
}

.product-single-info-release {
  margin-bottom: 30px;
}

.product-single-info-release a {
  display: inline-block;
  color: #f30000;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-right: 28px;
  transition: 0.2s;
}

.product-single-info-release a:after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(img/icon-chev-right-red.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.2s;
}

.product-single-info-release a:hover {
  color: #f30000;
  opacity: 0.7;
}

.product-single-info-release a:hover:after {
  right: -5px;
}

.product-single-info-links ul li {
  margin-bottom: 20px;
}

.product-single-specs-tabs {
  padding: 0 8.3%;
  margin-bottom: 111px;
}

.product-single-specs-tabs-nav .tabs {
  background: #fff;
  border: none;
}

.product-single-specs-tabs-nav ul li {
  width: 50%;
  text-align: center;
}

.product-single-specs-tabs-nav ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  transition: 0.2s;
  position: relative;
}

.product-single-specs-tabs-nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
}

.product-single-specs-tabs-nav ul li a:hover {
  color: #e82112;
}

.product-single-specs-tabs-nav .tabs-title > a:focus:after,
.product-single-specs-tabs-nav .tabs-title > a[aria-selected=true]:after {
  height: 3px;
  background: #000;
  bottom: -1px;
}

.product-single-specs-tabs-nav .tabs-title > a:focus,
.product-single-specs-tabs-nav .tabs-title > a[aria-selected=true] {
  background: #fff;
  border-bottom: none;
}

.product-single-specs-tabs .tabs-panel {
  float: left;
  width: 100%;
  padding: 0;
}

.product-single-specs-tabs .tabs-content {
  background: #fff;
  border: none;
  padding: 62px 0 0;
  float: left;
  width: 100%;
}

.product-single-specs-tabs .tabs-panel p {
  color: #5a5b5b;
  margin-bottom: 30px;
}

.tabs-content-left-p {
  /* float: left;
  width: 50%;
  padding-right: 20px; */
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.tabs-content-right-p {
  float: left;
  width: 50%;
  padding-left: 10%;
}

.product-single-specs-items {
  margin-bottom: 32px;
}

.product-single-specs-items ul li {
  float: left;
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(89, 89, 91, 0.1);
  margin-bottom: 19px;
}

.product-single-specs-items ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-single-specs-items-title {
  color: #5a5b5b;
  font-weight: 600;
  float: left;
  width: 50%;
  padding-right: 40px;
}

.product-single-specs-items-text {
  float: left;
  width: 50%;
  color: #5a5b5b;
}

.home-intro-carousel .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

/* Animations */
.fade-in {
  opacity: 0;
}

.fade-in.in-view {
  -webkit-animation: fade-in 1s forwards;
  animation: fade-in 1s forwards;
}

.fade-in.fade-in-later {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(50px);
}

.fade-up.in-view {
  -webkit-animation: fade-up 1s forwards;
  animation: fade-up 1s forwards;
}

.fade-up.fade-up-later {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.support-content-wrapper {
  padding: 120px 0;
}

.support-list ul li {
  float: left;
  width: 44%;
  margin-right: 12%;
}

.support-list ul li:nth-child(2n) {
  margin-right: 0%;
}

.support-list ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.support-list-image {
  position: relative;
  padding-bottom: 65%;
}

.support-list-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.support-list-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background-color: #fff;
  padding: 22px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.support-list ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 173, 239, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

.support-list ul li a:hover:after {
  opacity: 1;
  transform: translate(-18px, -18px);
}

.support-list ul li a:hover .support-list-title {
  color: #00ADEF;
}

.support-inner-page .support-content-wrapper {
  padding: 105px 0 110px;
}

.support-form-left {
  padding-right: 40px;
  clear: left;
}

.support-form-right {
  padding-left: 40px;
}

.form-element {
  margin-bottom: 50px;
}

.form-element input,
.form-element input:focus {
  margin: 0;
  padding: 2px 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}

.form-element select,
.form-element select:focus {
  margin: 0;
  padding: 2px 20px 2px 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff url(img/arrow-dropdown.svg) no-repeat right center;
  border-bottom: 1px solid #000;
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}

.form-element textarea,
.form-element textarea:focus {
  margin: 0;
  padding: 2px 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  height: 108px;
  font-size: 18px;
  font-weight: 400;
  resize: none;
  margin-top: 6px;
}

.form-element textarea,
.form-element textarea:focus {
  margin: 0;
  padding: 2px 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 400;
  resize: none;
  min-height: 40px !important;
  margin-top: 16px !important;
}

.form-element label input,
.form-element label input:focus,
.form-element label select,
.form-element label select:focus {
  margin-top: 6px;
}

.form-element label {
  font-size: 20px;
  font-weight: 600;
}

.form-element label span {
  color: #F00500;
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
  color: #C2C4C3;
  opacity: 1;
}

.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
  color: #C2C4C3;
  opacity: 1;
}

.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
  color: #C2C4C3;
  opacity: 1;
}

.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
  color: #C2C4C3;
  opacity: 1;
}

.title-md {
  color: #262626;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 38px;
}

.form-support-submit {
  margin-top: 25px;
}

.form-support-hold {
  margin-bottom: 20px;
}

.radio-item input,
.wpcf7-radio input {
  display: none;
}

.radio-item label,
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 24px;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

.radio-item label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border: solid 2px #000;
  border-radius: 50%;
}

.radio-item label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
  background: #e82112;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.radio-item input:checked + label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-radio span.wpcf7-list-item {
  margin: 20px 38px 0 0;
}

.form-radio-inline > label {
  margin-right: 88px;
  display: inline-block;
}

.form-radio-inline .radio-item {
  display: inline-block;
  margin-right: 38px;
}

.form-radio-inline .radio-item:last-child {
  margin-right: 0px;
}

.support-inner-page .text-box {
  margin-bottom: 66px;
}

/*

.request-form {
    display: none;
}
*/
.btn-red-border, .btn-red-border:focus, .btn-red-border:active {
  display: inline-block;
  min-width: 125px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #e82112;
  background-color: transparent;
  padding: 11px 10px;
  border: 2px solid #e82112;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}

.btn-red-border:hover {
  color: #fff;
  background-color: #B10E02;
  border-color: #B10E02;
}

.support-request-buttons ul {
  display: inline-block;
}

.support-request-buttons ul li {
  display: inline-block;
  margin-right: 20px;
}

.support-inner-page .request-datasheet-main .text-box {
  margin-bottom: 28px;
}

.request-get-nda {
  display: none;
}

.support-inner-page .request-get-nda .text-box {
  margin-bottom: 34px;
}

/* technologies */
.technologies-content-wrapper {
  padding: 120px 0 140px;
}

.technologies-item {
  position: relative;
  margin-bottom: 140px;
}

.technologies-item:last-child {
  margin-bottom: 0px;
}

.technologies-item-image {
  height: 600px;
  right: 0;
  position: relative;
  background: url(img/tech-gradient.png) no-repeat center center;
  background-size: cover !important;
}

.technologies-item-image.technologies-item-image-product {
  background: url(img/bg-product-release-hero.png) no-repeat center center;
  background-size: cover !important;
}

.technologies-item-image.technologies-item-image-corporate {
  background: url(img/bg-corporate-release-hero.png) no-repeat center center;
  background-size: cover !important;
}

.technologies-item-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.technologies-item-image-hold {
  padding-right: 7.5%;
}

.technologies-item-image-hold.large-offset-4 {
  padding-left: 7.5%;
  padding-right: 0;
}

.technologies-item-content {
  width: 60%;
  background: #fff;
  padding: 108px 68px 68px 10%;
  position: relative;
  z-index: 2;
  min-height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.technologies-item-content .title-md {
  margin-bottom: 20px;
  /* font-style: italic; */
}

.text-reg {
  color: #5a5b5b;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 35px;
}

.technologies-item-content .text-reg {
  padding-right: 18px;
}

.technologies-item-links ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 15px;
}

.technologies-item-links ul li:nth-child(4n) {
  margin-right: 0%;
}

.technologies-item-links ul li:nth-child(4n+1) {
  clear: both;
}

.technologies-item-links ul li a {
  color: #fa0000;
  font-size: 16px;
  font-weight: 600;
}

/* .technologies-item-links ul li a span {
    display: inline-block;
    position: relative;
}

.technologies-item-links ul li a span:after {
    content: '';
    width: 0;
    height: 10px;
    opacity: 0.1;
    background: #e82112;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s;
} */
/* .technologies-item-links ul li a:hover span:after {
    width: 100%;
} */
.technologies-item-links ul li a span {
  background-color: transparent;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 18, 2, 0.1)), to(rgba(236, 18, 2, 0.1)));
  background-image: -o-linear-gradient(rgba(236, 18, 2, 0.1), rgba(236, 18, 2, 0.1));
  background-image: linear-gradient(rgba(236, 18, 2, 0.1), rgba(236, 18, 2, 0.1));
  background-repeat: no-repeat;
  background-size: 0% 30%;
  background-position: 0 100%;
}

.technologies-item-links ul li a:hover span {
  animation: 0.2s highlight ease-in-out forwards;
}

@-webkit-keyframes highlight {
  to {
    background-size: 100% 30%;
  }
}
@keyframes highlight {
  to {
    background-size: 100% 30%;
  }
}
.technologies-item:nth-child(2n) .technologies-item-content {
  padding: 108px 68px 68px 9%;
  left: auto;
  right: 0;
}

.technologies-list {
  counter-reset: item;
}

.technologies-list .technologies-item .title-md {
  position: relative;
}

.technologies-list .technologies-item .title-md:before {
  content: "0" counters(item, "") "";
  counter-increment: item;
  position: absolute;
  left: -25px;
  top: -30px;
  opacity: 0.05;
  color: #262626;
  font-style: normal;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
}

.technologies-inner-apps .text-box {
  margin-bottom: 100px;
}

.technologies-inner-apps .text-box h1 {
  margin-bottom: 25px;
}

.app-solutions.technologies-inner-apps {
  padding: 110px 0 16px;
}

.technologies-inner-features-wrapper {
  background: #f6f6f6;
  padding: 148px 0 100px;
}

.technologies-inner-features-wrapper .text-box {
  margin-bottom: 68px;
}

.technologies-inner-features-wrapper .text-box h1 {
  margin-bottom: 25px;
}

.technologies-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.technologies-features ul li {
  background: #fff;
  padding: 64px 58px;
  text-align: center;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.technologies-features ul li:nth-child(3n) {
  margin-right: 0%;
}

.technologies-features ul li:nth-child(3n+1) {
  clear: both;
}

.technologies-features ul li:last-child {
  margin-right: 0;
}

.page-template-template-technology-single .technologies-features ul li {
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.technologies-features-title {
  color: #e82112;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 28px;
  padding: 0 6%;
}

.technologies-features-text {
  color: #5a5b5b;
  font-size: 18px;
}

.technologies-testimonials-wrapper {
  background: url(img/bg-technologies-testimonials-wrapper.png) no-repeat center center;
  background-size: cover !important;
  padding: 105px 0;
  position: relative;
  color: #fff;
}

.technologies-testimonials-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 150px;
  width: calc(315px + (100vw - 1050px) / 2);
  background: #f7f7f7;
}

.technologies-testimonials-wrapper .text-box {
  margin-bottom: 25px;
}

.technologies-testimonials-wrapper .text-box h1 {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-carousel-text {
  font-size: 18px;
  line-height: 1.55;
  min-height: 130px;
  margin-bottom: 15px;
}

.testimonials-carousel-author {
  font-size: 20px;
  font-weight: 600;
  max-width: 60%;
}

.testimonials-carousel .owl-nav {
  position: absolute;
  left: 60%;
  bottom: -80px;
  width: 50px;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next span,
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next,
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #fff !important;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: 0.2s;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
  background: url(img/icon-chev-up-down.svg) no-repeat center center !important;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next {
  background: url(img/icon-chev-down-white.svg) no-repeat center center !important;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.technologies-benefits-wrapper .text-box {
  margin-bottom: 60px;
}

.technologies-benefits-wrapper .text-box h1 {
  margin-bottom: 24px;
}

.technologies-benefits-wrapper {
  margin-top: 100px;
  margin-bottom: 140px;
}

.technologies-benefits-wrapper .technologies-list .technologies-item .title-md:before {
  position: static;
  display: block;
  font-size: 60px;
  margin-bottom: 26px;
}

.technologies-benefits-wrapper .technologies-item-content {
  padding-top: 66px;
  padding-bottom: 40px;
  min-height: 10px;
}

.technologies-benefits-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
  padding-top: 66px;
  padding-bottom: 40px;
}

.technologies-graphs-wrapper {
  margin-top: 115px;
  margin-bottom: 100px;
}

.technologies-benefits-wrapper .technologies-item-content .text-reg {
  margin-bottom: 0;
}

.technologies-graphs-wrapper .text-box {
  margin-bottom: 15px;
}

.technologies-graphs-wrapper .text-box h1:last-child {
  margin-bottom: 0px;
}

.technologies-awards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.technologies-awards ul li {
  margin-right: 72px;
}

.technologies-awards ul li:last-child {
  margin-right: 0px;
}

.technologies-awards-wrapper {
  margin-top: 90px;
  margin-bottom: 100px;
}

.technologies-video-wrapper {
  margin-top: 100px;
  margin-bottom: 118px;
}

.technologies-video-hold {
  padding-right: 50px;
}

.technologies-video-hold a {
  display: block;
  padding-bottom: 100%;
  background-size: cover !important;
  position: relative;
}

.technologies-video-hold a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  transition: 0.2s;
}

.technologies-video-hold a:hover:before {
  opacity: 0.6;
}

.technologies-video-hold a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(img/icon-play-red.svg) no-repeat center center/100% 100%;
  transition: 0.2s;
}

.technologies-video-hold a:hover:after {
  opacity: 0.6;
}

.technologies-video-content-hold {
  padding-left: 70px;
}

.technologies-video-content-hold .text-box {
  margin-bottom: 30px;
}

.technologies-video-wrapper .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.technologies-slider-wrapper {
  background: #000;
  padding: 105px 0 110px;
}

.technologies-slider-wrapper .text-box h1 {
  color: #fff;
  margin-bottom: 24px;
}

.technologies-slider-wrapper .text-box p {
  color: #fff;
}

.beer-handle {
  background: #000 !important;
  border: 1px solid #fff;
  height: 62px;
  width: 62px;
}

.beer-handle:before {
  left: 10px;
  transform: rotate(-45deg);
}

.beer-handle:before {
  border-right: 5px solid #fff;
  right: calc(50% + 5px);
}

.beer-handle:after {
  border-left: 5px solid #fff;
  left: calc(50% + 5px);
}

.beer-handle:after,
.beer-handle:before {
  transform: rotate(0deg);
  transform: translateY(-50%);
  height: auto;
  width: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
  border-radius: 4px;
  background-color: rgba(216, 216, 216, 0.25);
  padding: 0.8rem 0.7rem;
  bottom: 1.5rem;
  top: unset;
  font-size: 20px;
  font-weight: 700;
  color: #F1282A;
}

.beer-reveal[data-beer-label]:after {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

.header-submenu-title {
  position: relative;
}

.header-submenu-title:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: transparent;
}

.header-submenu-title a {
  color: #b2b4b3 !important;
  font-weight: 400 !important;
}

.header-submenu-title a span:after {
  display: none;
}

/* application single */
.application-introduction-wrapper {
  margin-top: 130px;
  margin-bottom: 130px;
}

.home-applications.application-applications {
  background: #fff;
  padding: 0;
  margin-top: 130px;
  margin-bottom: 130px;
}

.home-applications.application-applications .row:before {
  background: #fff;
  z-index: 2;
}

.application-introduction h1 {
  color: #000;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.application-introduction p {
  color: #868688;
  font-size: 24px;
  margin-bottom: 30px;
}

.application-introduction p:last-child {
  margin-bottom: 0px;
}

.application-carousel-item {
  min-height: 685px;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}

.application-carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.application-carousel-item .row {
  width: 100%;
  position: relative;
  z-index: 2;
}

.application-carousel-content h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2;
}

.application-carousel-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
}

.application-technologies-wrapper {
  padding: 120px 0 130px;
}

.app-techs-carousel-item {
  width: 490px;
  padding: 20px 20px;
  height: 100%;
}

.app-techs-carousel-item a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.app-techs-carousel-item-image {
  background-size: cover !important;
  padding-bottom: 68%;
}

.app-techs-carousel-item-text {
  padding: 60px 30px 65px 54px;
  color: #6b6b6b;
  font-size: 20px;
}

.app-techs-carousel .owl-item:first-child .app-techs-carousel-item {
  margin-left: calc((100vw - 1050px) / 2);
}

.app-techs-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spining-slider-wrapper {
  padding: 100px 0 50px;
  background: #000;
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinning-slider {
  margin-bottom: 50px;
}

.spinner-text {
  color: #fff;
  font-size: 14px;
}

.spinning-slider-automotive {
  display: none;
}

.spinning-slider-automotive.active {
  display: block;
}

.spinner-width {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  right: -14px;
  top: -12px;
  cursor: pointer;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
}

.noUi-horizontal {
  height: 1px;
}

.noUi-target {
  background: #626262;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

.noUi-handle:after, .noUi-handle:before {
  height: 0;
  width: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.noUi-handle:before {
  border-right: 4px solid #000;
  left: 7px;
  top: 9px;
}

.noUi-handle:after {
  border-left: 4px solid #000;
  left: 14px;
  top: 9px;
}

.spinner-hold {
  margin-bottom: 25px;
}

.spinning-slider-automotive {
  position: relative;
}

.sdot {
  position: absolute;
  background: #D8D8D8;
  transition: 0.2s 0.2s;
}

.sdot:hover {
  background: #e82112;
  z-index: 5;
  transition: 0.2s;
}

.sdot-vertical {
  width: 1px;
  transform: translateY(-50%);
}

.sdot-horizontal {
  height: 1px;
  transform: translateX(-50%);
}

.sdot-horizontal-left {
  height: 1px;
  transform: translateX(-50%);
}

.sdot:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: 0.2s 0.2s;
}

.sdot-vertical:before {
  bottom: 100%;
  left: 50%;
}

.sdot-horizontal:before {
  bottom: 0%;
  left: 100%;
}

.sdot-horizontal-left:before {
  bottom: 0%;
  right: 100%;
  transform: translate(50%, 50%);
}

.sdot:hover:before {
  transition: 0.2s;
  background: #e82112;
}

.sdot:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: 0.2s 0.2s;
}

.sdot:hover:after {
  opacity: 0;
  transition: 0.2s;
}

.sdot-vertical:after {
  bottom: 100%;
  left: 50%;
}

.sdot-horizontal:after {
  bottom: 0%;
  left: 100%;
}

.sdot-horizontal-left:after {
  bottom: 0%;
  right: 100%;
  transform: translate(50%, 50%);
}

.sdot-vertical .circle-gradient {
  bottom: 100%;
  left: 50%;
}

.sdot-horizontal .circle-gradient {
  bottom: 0%;
  left: 100%;
}

.sdot-horizontal-left .circle-gradient {
  bottom: 0%;
  right: 100%;
  transform: translate(50%, 50%);
}

.circle-gradient {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, rgba(236, 18, 2, 0) 0%, rgb(236, 18, 2) 100%);
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: 0.2s 0.2s;
  opacity: 0;
}

.sdot:hover .circle-gradient {
  opacity: 1;
  transition: 0.2s;
}

.sdot-a21 {
  left: 49%;
  height: 129% !important;
  bottom: -41%;
}

.sdot-a22 {
  top: 24%;
  left: 29%;
}

.sdot-a23 {
  top: 7%;
  left: 40.5%;
}

.sdot-a24 {
  top: 1%;
  left: 57%;
}

.sdot-a25 {
  top: 10%;
  left: 89%;
}

.sdot-a11 {
  top: 3%;
  left: 49%;
}

.sdot-a12 {
  top: 25%;
  left: 64%;
}

.sdot-a13 {
  top: 59%;
  left: 63%;
}

.sdot-a31 {
  top: 5%;
  left: 50%;
  height: 28% !important;
}

.sdot-a32 {
  top: 55%;
  left: 63%;
}

.sdot-high {
  height: 100%;
}

.sdot-highmedium {
  height: 80%;
}

.sdot-mediumhigh {
  height: 65%;
}

.sdot-mediumlow {
  height: 56%;
}

.sdot-medium {
  height: 45%;
}

.sdot-low {
  height: 30%;
}

.sdot-lowmediumlow {
  height: 22%;
}

.sdot-lowmediumlower {
  height: 18%;
}

.sdot-lowlow {
  height: 15%;
}

.sdot-lowest {
  height: 10%;
}

.sdot-short {
  width: 14%;
}

.sdot-shorter {
  width: 10%;
}

.sdot-shortest {
  width: 8%;
}

.sdot-normalshorter {
  width: 18%;
}

.sdot-normalshort {
  width: 24%;
}

.sdot-normal {
  width: 28%;
}

.sdot-long {
  width: 50%;
}

.sdot-horizontal.sdot-me34 .sdot-title {
  width: 100px;
}

.sdot-horizontal .sdot-title {
  left: calc(100% + 50px);
  transform: translate(0%, -50%);
  width: 200px;
  text-align: left;
  bottom: auto;
  top: 50%;
}

.sdot-horizontal-left .sdot-title {
  left: auto;
  right: calc(100% + 50px);
  transform: translate(0%, -50%);
  width: 200px;
  text-align: right;
  bottom: auto;
  top: 50%;
}

.sdot-title {
  position: absolute;
  width: 134px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 40px);
  line-height: 1.2;
  transition: 0.2s 0.2s;
}

.sdot-box-on-right {
  left: 40px;
}

.sdot-horizontal .sdot-box-on-right {
  left: calc(100% + 40px);
}

.sdot-box-on-left {
  right: 40px;
}

.sdot-box {
  position: absolute;
  text-align: left;
  background: #fff;
  padding: 15px 20px 20px;
  top: -25px;
  width: 270px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s 0.2s;
}

.sdot-box-title {
  color: #003f6f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sdot-box-text {
  color: #003055;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.btn-line,
.btn-line:focus,
.btn-line:active {
  color: #fa0000;
  font-size: 16px;
  font-weight: 600;
}

.btn-line:hover {
  color: #fa0000;
}

.btn-line span {
  display: inline-block;
  position: relative;
}

.btn-line span:after {
  content: "";
  width: 0;
  height: 10px;
  opacity: 0.1;
  background: #e82112;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.btn-line:hover span:after {
  width: 100%;
}

.sdot:hover .sdot-title {
  opacity: 0;
  transition: 0.2s;
}

.sdot:hover .sdot-box {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.spinning-image-holder {
  display: inline-block;
  position: relative;
}

.spinning-slider-automotive-hold {
  padding-top: 200px;
}

.app-automative-usecases-page {
  position: relative;
  overflow: hidden;
}

.application-technologies-wrapper .text-box {
  margin-bottom: 65px;
}

.applications-bg-text-wrapper {
  background-size: cover !important;
  min-height: 505px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.applications-bg-text-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.applications-bg-text-wrapper .row {
  width: 100%;
  position: relative;
  z-index: 2;
}

.applications-bg-text-content {
  color: #fff;
}

.applications-bg-text-content h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 32px;
}

.applications-bg-text-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.applications-bg-text-content p:last-child {
  margin-bottom: 0px;
}

.application-introduction.application-bottom-introduction h1 {
  margin-bottom: 75px;
}

.home-applications.application-applications .home-applications-left {
  width: 45%;
}

.home-applications.application-applications .home-applications-right {
  left: 45%;
  width: calc(100vw - (100vw - 1240px) / 2 - 558px);
}

.home-applications.application-applications .home-applications-list {
  padding-left: 0;
}

.home-applications.application-applications .home-applications-title {
  padding-right: 24%;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.spinning-carousel-item {
  text-align: center;
  position: relative;
}

.spinning-carousel-item .spinner-holder {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -108px;
}

.spinning-carousel-image-slider {
  display: none;
}

.spinning-carousel-image-slider.active {
  display: block;
}

.spinning-carousel .owl-nav button.owl-prev {
  left: 100px;
  background: url(img/icon-chev-left-white.svg) no-repeat center center !important;
}

.spinning-carousel .owl-nav button.owl-next {
  right: 100px;
  background: url(img/icon-chev-right-white.svg) no-repeat center center !important;
}

.spinning-carousel.owl-carousel .owl-nav button.owl-next span,
.spinning-carousel.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.spinning-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.spinning-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.spinning-carousel.owl-carousel .owl-nav button.owl-next,
.spinning-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 50%;
  bottom: 0;
  transition: 0.2s;
}

.spinning-carousel-image-holder {
  position: relative;
  display: inline-block;
}

.owl-carousel.spinning-carousel {
  padding-bottom: 80px;
}

.spinning-carousel .owl-stage-outer {
  overflow: visible;
}

.sdot-c11 {
  top: 20%;
  left: 21.3%;
}

.sdot-c12 {
  top: 20%;
  left: 27.8%;
}

.sdot-c13 {
  top: 33.5%;
  left: 28.9%;
}

.sdot-c14 {
  top: 33.5%;
  left: 32.8%;
}

.sdot-c15 {
  top: 4%;
  left: 74%;
}

.sdot-c16 {
  top: 4%;
  left: 77.5%;
}

.sdot-c17 {
  transform: translateY(-50%) rotate(-60deg) !important;
  top: 69%;
  left: 6.1%;
}

.sdot-c17 .sdot-title {
  transform: translateX(-40%) rotate(60deg) !important;
  width: 84px;
  top: -113px !important;
  transform-origin: left top !important;
}

.sdot-c17 .sdot-box {
  transform: rotate(60deg) !important;
  top: 87% !important;
  left: -81px !important;
}

.sdot-c18 {
  top: 81%;
  transform: translateY(-50%) rotate(-80deg) !important;
  height: 20% !important;
  left: 5%;
}

.sdot-c18 .sdot-title {
  transform: translateX(-40%) rotate(80deg) !important;
  width: 105px;
  top: -39px !important;
  transform-origin: left top !important;
}

.sdot-c18 .sdot-box {
  transform: rotate(80deg) !important;
  top: 137% !important;
  left: -133px !important;
}

.sdot-c19 {
  top: 73%;
  left: 41%;
  height: 17% !important;
  transform: translateY(-50%) rotate(58deg) !important;
}

.sdot-c19 .sdot-title {
  transform: translateY(-50%) rotate(-58deg) !important;
  width: 50px;
  padding-left: 20px;
  top: -15px;
}

.sdot-c19 .sdot-box {
  transform: rotate(-58deg) !important;
  top: 140%;
  right: -71px;
}

.sdot-c21 {
  top: 13%;
  left: 39.2%;
}

.sdot-c22 {
  top: 13%;
  left: 43.2%;
}

.sdot-c23 {
  top: 14%;
  left: 55.9%;
}

.sdot-c24 {
  top: 14%;
  left: 60.3%;
}

.sdot-angle-left {
  width: 1px;
  transform: translateY(-50%) rotate(-30deg);
}

.sdot-angle-left:before,
.sdot-angle-right:before {
  bottom: 100%;
  left: 50%;
}

.sdot-angle-left:after,
.sdot-angle-right:after {
  bottom: 100%;
  left: 50%;
}

.sdot-angle-left .circle-gradient,
.sdot-angle-right .circle-gradient {
  bottom: 100%;
  left: 50%;
}

.sdot-angle-left .sdot-title {
  text-align: right;
  left: 0%;
  transform: translate(calc(-100% - 30px), -100%) rotate(30deg);
  bottom: auto;
  top: -10px;
  transform-origin: right top;
}

.sdot-c11 .sdot-box {
  top: -10px;
  transform: rotate(30deg);
  transform-origin: left top;
}

.sdot-c11 .sdot-box-on-right {
  left: 50px;
}

.sdot-angle-right {
  width: 1px;
  transform: translateY(-50%) rotate(30deg);
}

.sdot-angle-right .sdot-title {
  text-align: left;
  left: 100%;
  transform: translate(30px, -100%) rotate(-30deg);
  bottom: auto;
  top: -10px;
  transform-origin: left top;
}

.sdot-c12 .sdot-box {
  top: -55px;
  transform: rotate(-30deg);
  transform-origin: top left;
}

.sdot-c12 .sdot-box-on-right {
  left: 15px;
}

.sdot-c12 .sdot-title {
  width: 142px;
}

.sdot-angle-left-down {
  width: 1px;
  transform: translateY(-50%) rotate(30deg);
}

.sdot-down:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-down:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-down .circle-gradient {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-angle-left-down .sdot-title {
  text-align: right;
  left: 0%;
  transform: translateX(calc(-100% - 30px)) rotate(-30deg);
  bottom: -60px;
}

.sdot-c13 .sdot-box {
  transform: rotate(-30deg);
  top: 20px;
  transform-origin: left top;
}

.sdot-c13 .sdot-box-on-right {
  left: 20px;
}

.sdot-angle-right-down {
  width: 1px;
  transform: translateY(-50%) rotate(-30deg);
}

.sdot-angle-right-down .sdot-title {
  text-align: left;
  left: 0%;
  transform: translateX(30px) rotate(30deg);
  bottom: -60px;
}

.sdot-c14 .sdot-box {
  transform: rotate(30deg);
  top: 55px;
  transform-origin: left top;
}

.sdot-c14 .sdot-box-on-right {
  left: 45px;
}

.sdot-c15 .sdot-box {
  transform: rotate(30deg) translateY(-100%);
  top: 0;
}

.sdot-c15 .sdot-box-on-left {
  right: 105px;
}

.sdot-c16 .sdot-box {
  transform: rotate(-30deg) translateY(50%);
  top: -10px;
}

.sdot-c16 .sdot-box-on-left {
  right: 30px;
}

.sdot-c21 .sdot-box {
  transform: rotate(30deg);
  transform-origin: left top;
  top: -10px;
}

.sdot-c21 .sdot-box-on-right {
  left: 50px;
}

.sdot-angle-right.sdot-c22 .sdot-title {
  text-align: center;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
  bottom: calc(100% + 0px);
  top: auto;
}

.sdot-c22 .sdot-box {
  transform: rotate(-30deg);
  transform-origin: top left;
  top: -40px;
}

.sdot-c22 .sdot-box-on-right {
  left: 20px;
}

.sdot-angle-right.sdot-angle-low-right {
  transform: translateY(-50%) rotate(45deg);
}

.sdot-angle-right.sdot-angle-low-right .sdot-title {
  left: calc(100% - 10px);
  transform: translate(30px, -100%) rotate(-45deg);
  top: -20px;
}

.sdot-c24 .sdot-box {
  transform: rotate(-45deg);
  transform-origin: top left;
  top: -40px;
}

.sdot-c24 .sdot-box-on-right {
  left: 20px;
}

.sdot-e11 {
  top: 20%;
  left: 27%;
}

.sdot-e12 {
  top: 34%;
  left: 45%;
}

.sdot-e12-1 {
  left: 42.3%;
  top: 68%;
  width: 6%;
}

.sdot-e13 {
  top: 20%;
  left: 63%;
}

.sdot-e14 {
  top: 49.5%;
  left: 22.5%;
}

.sdot-e15 {
  top: 77%;
  left: 37%;
}

.sdot-e16 {
  top: 77%;
  left: 53%;
}

.sdot-e16-1 {
  left: 66%;
  top: 80%;
}

.sdot-e17 {
  top: 49.5%;
  left: 67.5%;
}

.sdot-e21 {
  top: 44%;
  left: 22%;
}

.sdot-e22 {
  top: 44%;
  left: 77%;
}

.sdot-e22-1 {
  top: 33%;
  left: 19%;
  width: 21%;
}

.sdot-e22-2 {
  top: 57%;
  left: 77%;
  width: 11%;
}

.sdot-vertical.sdot-vertical-down:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-vertical.sdot-vertical-down:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-vertical.sdot-vertical-down .circle-gradient {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdot-vertical.sdot-vertical-down .sdot-title {
  transform: translateX(-50%);
  bottom: auto;
  top: calc(100% + 40px);
}

.sdot-vertical.sdot-vertical-down .sdot-box {
  top: calc(100% - 25px);
}

.sdot-e21 .sdot-title {
  width: 180px;
}

.sdot-e31 {
  top: 36%;
  left: 42.3%;
}

.sdot-e32 {
  top: 48%;
  left: 22.5%;
}

.sdot-e33 {
  top: 74.4%;
  left: 23%;
}

.sdot-e34 {
  top: 54%;
  left: 67%;
}

.sdot-e35 {
  top: 83.5%;
  left: 66.8%;
}

.sdot-e36 {
  top: 72%;
  left: 53%;
}

.sdot-e37 {
  top: 72%;
  left: 63.6%;
}

.sdot-e33-2 {
  top: 80%;
  left: 19%;
  width: 30%;
}

.sdot-e35-2 {
  top: 68%;
  left: 73%;
  width: 20%;
}

.sdot-e41 {
  top: 17.5%;
  left: 65.5%;
}

.sdot-e41-2 {
  top: 89%;
  left: 52%;
  width: 7%;
}

.sdot-e51 {
  top: 20%;
  left: 49%;
}

.sdot-e52 {
  top: 50.5%;
  left: 78%;
}

.sdot-e52-1 {
  top: 60%;
  left: 85%;
  width: 25%;
}

.sdot-horizontal.sdot-e41 .sdot-title {
  width: 132px;
}

.spinning-slider-mobile {
  display: none;
}

.spinning-slider-mobile.active {
  display: block;
}

.sdot-angle-left.sdot-angle-lowlow-left {
  transform: translateY(-50%) rotate(-60deg);
}

.sdot-angle-left.sdot-angle-lowlow-left .sdot-title {
  transform: translate(calc(-100% - 0px), -30px) rotate(60deg);
}

.sdot-angle-right.sdot-angle-lowlow-right {
  transform: translateY(-50%) rotate(60deg);
}

.sdot-angle-right.sdot-angle-lowlow-right .sdot-title {
  transform: translateY(-50%) rotate(-60deg);
  top: -20px;
}

.sdot-m11 {
  top: 6.6%;
  left: 41.4%;
}

.sdot-m11 .sdot-title {
  text-align: left;
  width: 114px;
}

.sdot-m12 {
  top: 6.3%;
  left: 51.5%;
}

.sdot-m12 .sdot-title {
  width: 168px;
}

.sdot-m13 {
  top: 6.6%;
  left: 61.3%;
}

.sdot-m13 .sdot-title {
  width: 160px;
  text-align: right;
  top: -11px !important;
}

.sdot-m14 {
  width: 1px;
  top: 19%;
  left: 75%;
  height: 25%;
  transform: translateY(-50%) rotate(112deg);
}

.sdot-m14 .sdot-title {
  transform: rotate(-112deg) !important;
  text-align: left;
  right: -96px;
  left: auto;
  top: 0;
  padding-left: 30px;
}

.sdot.sdot-green:hover {
  background: #39B54A;
}

.sdot.sdot-green:hover::before {
  background: #39B54A;
}

.sdot.sdot-green .circle-gradient {
  background: radial-gradient(circle, rgba(236, 18, 2, 0) 0%, rgb(57, 181, 74) 100%);
}

.sdot.sdot-blue:hover {
  background: #00ADEF;
}

.sdot.sdot-blue:hover::before {
  background: #00ADEF;
}

.sdot.sdot-blue .circle-gradient {
  background: radial-gradient(circle, rgba(236, 18, 2, 0) 0%, rgb(0, 173, 239) 100%);
}

.sdot-m14 .sdot-box {
  transform: rotate(-112deg);
  right: -239px !important;
  top: 62px !important;
}

.sdot-m15 {
  top: 50%;
  left: 75%;
  width: 18%;
}

.sdot-m16 {
  top: 50%;
  left: 27%;
  width: 18%;
}

.sdot-m17 {
  top: 86%;
  left: 17%;
  width: 35%;
  transform: translateY(-50%) rotate(14deg);
}

.sdot-m17 .sdot-title {
  transform: rotate(-14deg);
  padding-top: 12px;
}

.sdot-m17 .sdot-box {
  transform: rotate(-14deg);
  top: -66px;
}

.sdot-m21 {
  top: 16.6%;
  left: 50.8%;
}

.sdot-m21 .sdot-title {
  width: 155px;
}

.sdot-m22 {
  top: 25.6%;
  left: 36%;
}

.sdot-m23 {
  top: 38.1%;
  left: 36%;
}

.sdot-m24 {
  top: 25.6%;
  left: 66%;
}

.sdot-m25 {
  top: 38.1%;
  left: 66%;
}

.sdot-m26 {
  top: 50%;
  left: 64.2%;
  width: 32%;
  transform: translateX(-50%) rotate(31deg);
}

.sdot-m26 .sdot-title {
  transform: rotate(-31deg) !important;
  width: 85px !important;
  left: calc(100% + 24px) !important;
  top: -54px !important;
}

.sdot-m26 .sdot-box.sdot-box-on-right {
  transform: translateX(-50%) rotate(-31deg) !important;
  left: calc(100% + 172px) !important;
  top: -133px !important;
  right: auto !important;
}

.sdot-m26.sdot-m27 {
  top: 73%;
  width: 27%;
  left: 66%;
}

.sdot-m26.sdot-m27 .sdot-title {
  width: 142px !important;
  top: -94px !important;
}

.sdot-m26.sdot-m27 .sdot-box.sdot-box-on-right {
  top: -146px !important;
}

.sdot-m11 .sdot-box {
  top: 20px;
  transform: rotate(60deg);
  transform-origin: left top;
}

.sdot-m11 .sdot-box-on-right {
  left: 50px;
}

.sdot-m13 .sdot-box {
  top: 10px;
  transform: rotate(-60deg);
  transform-origin: right top;
}

.sdot-m13 .sdot-box-on-right {
  left: -10px;
}

.spinning-slider-medical {
  display: none;
}

.spinning-slider-medical.active {
  display: block;
}

.sdot-me31 {
  top: 4.5%;
  left: 54.5%;
}

.sdot-me32 {
  top: 9.7%;
  left: 42.5%;
}

.sdot-me33 {
  top: 29.5%;
  left: 56.5%;
}

.sdot-me34 {
  top: 38%;
  left: 59%;
}

.sdot-me35 {
  top: 41%;
  left: 42%;
}

.sdot-me36 {
  top: 71%;
  left: 41%;
}

.sdot-me21 {
  top: 10%;
  left: 42%;
}

.sdot-me22 {
  top: 10%;
  left: 57.5%;
}

.sdot-me23 {
  top: 17%;
  left: 65%;
}

.sdot-me24 {
  top: 18%;
  left: 38.5%;
}

.sdot-me25 {
  top: 21%;
  left: 23.5%;
}

.sdot-me26 {
  top: 26.5%;
  left: 57.5%;
}

.sdot-me27 {
  top: 32.5%;
  left: 42.5%;
}

.sdot-me11 {
  top: 39.5%;
  left: 42.5%;
}

.sdot-me12 {
  top: 45.5%;
  left: 59.4%;
}

.sdot-me13 {
  top: 54.5%;
  left: 64.2%;
}

.sdot-me14 {
  top: 58%;
  left: 35.6%;
}

.sdot-me41 {
  top: 41%;
  left: 42.6%;
}

.sdot-me42 {
  top: 45%;
  left: 56%;
}

.sdot-me43 {
  top: 49%;
  left: 37%;
}

.sdot-me44 {
  top: 53.5%;
  left: 64%;
}

.sdot-horizontal-left .sdot-box-on-left {
  right: calc(100% + 40px);
}

.security-carousel-list:after {
  content: "";
  display: block;
  clear: both;
}

.security-carousel-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.security-carousel-list ul li {
  display: inline-block;
}

.sdot-s11 {
  top: 29%;
  left: 9.5%;
}

.sdot-s12 {
  top: 38%;
  left: 37.3%;
}

.sdot-s13 {
  top: 44%;
  left: 56.8%;
}

.sdot-s14 {
  top: 42%;
  left: 87.5%;
}

.sdot-s21 {
  top: 38%;
  left: 12.7%;
}

.sdot-s22 {
  top: 42%;
  left: 30.4%;
}

.sdot-s23 {
  top: 19%;
  left: 62.8%;
}

.sdot-s23-1 {
  top: 36%;
  left: 67.5%;
  width: 6%;
}

.sdot-s23-1.sdot-horizontal .sdot-title {
  left: calc(100% + 38px);
  width: 73px;
}

.sdot-s24 {
  top: 19%;
  left: 86.8%;
}

.sdot-s24-1 {
  width: 6%;
  top: 45%;
  left: 91%;
}

.sdot-s24-1.sdot-horizontal .sdot-title {
  left: calc(100% + 38px);
  width: 73px;
}

/* about */
.applications-bg-text-wrapper.about-iso {
  padding: 135px 0;
}

.applications-bg-text-wrapper.about-iso:before {
  opacity: 0.6;
}

.about-introduction {
  padding: 135px 0;
}

.about-introduction .home-tech-top {
  margin-bottom: 0;
}

.about-introduction .text-box {
  margin-bottom: 20px;
}

.about-features .technologies-item-content {
  padding: 85px 7% 46px 8%;
  left: auto;
  right: 0;
  min-height: 1px;
}

.about-features .technologies-item-content .text-reg {
  padding-right: 0px;
  margin-bottom: 0;
}

.about-features .technologies-item-image {
  height: 480px;
}

.about-features .technologies-item:nth-child(2n) .technologies-item-content {
  padding: 85px 60px 46px 10%;
  left: 0;
  right: auto;
}

.headline-big-text h5 {
  color: #5a5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}

.headline-big-text h2 {
  color: #262626;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

.about-founded {
  margin-bottom: 136px;
}

.about-features {
  margin-bottom: 175px;
}

.app-solutions.about-app-solutions {
  padding-top: 0;
}

.about-carousel-solutions-hold.app-auto-usecases-section-2 .home-news-title {
  padding: 30px 8% 80px 0;
  width: 44%;
}

.about-carousel-solutions-hold.app-auto-usecases-section-2 .home-news-carousel-hold {
  width: 56%;
}

.about-carousel-solutions-hold .text-box p {
  padding-right: 10%;
}

.about-carousel-solutions-hold .home-news-carousel-wrap {
  width: calc(100vw - (100vw - 1288px) / 2 - 566.72px);
}

.about-solution-image {
  padding-bottom: 68%;
  background: #003478;
}

.object-fit {
  position: relative;
}

.object-fit img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.about-solution-content {
  padding: 34px 30px 75px;
  min-height: 350px;
  position: relative;
}

.about-solution-title {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px;
}

.about-solution-text {
  color: #5a5b5b;
  font-size: 14px;
  line-height: 1.55;
}

.app-auto-usecases-section-2.about-carousel-solutions-hold {
  padding-bottom: 0;
}

.about-carousel-solutions-hold .application-usecases-carousel .owl-nav {
  left: -501.952px;
  right: auto;
  bottom: 80px;
}

.tex-box-wrapper {
  padding: 136px 0;
}

.tex-box-wrapper .text-box h1,
.tex-box-wrapper .text-box h2,
.tex-box-wrapper .text-box h3 {
  margin-bottom: 24px;
}

.tex-box-wrapper .text-box:last-child {
  margin-bottom: 0px;
}

.about-timeline-wrapper {
  background: #f6f6f6;
  padding: 120px 0 141px;
}

.about-timeline-wrapper .text-box {
  margin-bottom: 140px;
}

.about-timeline-carousel-item {
  min-height: 337px;
}

.about-timeline-carousel-item-main {
  width: 100px;
  margin: 0 auto;
  height: 184px;
  background: url(img/timeline-triangle.png) no-repeat top center;
  background-size: contain !important;
  position: relative;
  margin-bottom: 100px;
}

.about-timeline-carousel-item-main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/timeline-triangle-active.png) no-repeat top center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.about-timeline-carousel-item-year {
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.2s;
  height: 53px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-carousel.about-timeline-carousel .center .about-timeline-carousel-item-year {
  color: #e82112;
  font-size: 35px;
}

.owl-carousel.about-timeline-carousel .center .about-timeline-carousel-item-main::after {
  opacity: 1;
}

.icon-timeline-main {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 51px;
  max-height: 71px;
  z-index: 2;
  transition: 0.2s;
}

.owl-carousel.about-timeline-carousel .center .icon-timeline-main {
  top: 65%;
  -webkit-filter: grayscale(1) invert(1) contrast(500%);
  filter: grayscale(1) invert(1) contrast(500%);
}

.icon-timeline-sec {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 51px;
  max-height: 71px;
  opacity: 0;
  transition: 0.2s;
  z-index: 2;
}

.owl-carousel.about-timeline-carousel .center .icon-timeline-sec {
  opacity: 1;
  -webkit-filter: grayscale(1) invert(1) contrast(500%);
  filter: grayscale(1) invert(1) contrast(500%);
}

.about-timeline-carousel-item-info {
  position: relative;
  width: 410px;
  left: 50%;
  /* top: calc(100% + 71px); */
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  padding: 65px 40px 70px 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  margin-top: 71px;
}

.owl-carousel.about-timeline-carousel .center .about-timeline-carousel-item-info {
  opacity: 1;
  visibility: visible;
}

.about-timeline-carousel-item-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 90px;
  position: relative;
  color: #646466;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 44px;
  min-height: 54px;
}

.about-timeline-carousel-item-info ul li strong {
  font-weight: 600;
  color: #e82112;
}

.about-timeline-carousel-item-info ul li:last-child {
  margin-bottom: 0px;
}

.owl-carousel.about-timeline-carousel .owl-stage-outer {
  overflow: visible;
}

.timeline-info-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
}

.timeline-info-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 56px;
  max-height: 56px;
}

.about-timeline-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.about-timeline-carousel.owl-carousel .owl-nav button.owl-next span,
.about-timeline-carousel.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.about-timeline-carousel.owl-carousel .owl-nav button.owl-next,
.about-timeline-carousel.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
}

.about-timeline-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.about-timeline-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.about-timeline-carousel.owl-carousel .owl-nav button.owl-prev {
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
  float: left;
}

.about-timeline-carousel.owl-carousel .owl-nav button.owl-next {
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
  float: right;
}

.about-timeline-carousel .owl-nav {
  position: absolute;
  top: 346px;
  right: 0;
  left: 0;
  padding: 0 50px;
}

.about-tech .text-box {
  margin-bottom: 100px;
}

.about-tech .home-tech-items-hold {
  padding-bottom: 0;
}

/* careers */
.careers-features .technologies-item-content {
  left: auto;
  right: 0;
}

.careers-features .technologies-item:nth-child(2n) .technologies-item-content {
  left: 0;
  right: auto;
}

.careers-video-wrapper {
  padding-top: 160px;
}

.img-text-block-left {
  padding-right: 5%;
}

.img-text-block-left img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.img-text-block-left a {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
  position: relative;
}

.img-text-block-left a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  background: url(img/icon-play-red.svg) no-repeat center center;
  transition: 0.2s;
}

.img-text-block-left a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: 0.2s;
}

.img-text-block-left a:hover:before {
  opacity: 0.3;
}

.img-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4.8%;
}

.img-text-block-right {
  padding-left: 10%;
  padding-right: 4%;
  padding-bottom: 50px;
}

.img-text-block-right .text-box {
  margin-bottom: 10px;
}

.careers-open-positions {
  margin-top: -100px;
  padding: 250px 0 125px;
  background: #f6f6f6;
  margin-bottom: 140px;
}

.careers-features {
  margin-bottom: 160px;
}

.intership-introduction {
  padding: 108px 0;
}

.intership-introduction .text-box h1,
.intership-introduction .text-box h2,
.intership-introduction .text-box h3 {
  margin-bottom: 40px;
}

.intership-video-wrapper {
  margin-bottom: 175px;
}

.applications-bg-text-wrapper.intership-bg-wrapper:before {
  opacity: 0.4;
}

.intership-bg-wrapper {
  margin-bottom: 148px;
}

.open-potitions-wrapper {
  padding: 110px 0;
}

.open-potitions-wrapper .text-box {
  margin-bottom: 80px;
}

/* comapny */
.company-video-wrapper {
  padding: 110px 0 140px;
}

.app-solutions.company-app-solutions {
  padding-top: 0;
}

.company-app-solutions .app-solutions-list-title {
  height: 83px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 180px;
  min-width: 140px;
  text-align: left;
  line-height: 1.4;
}

.company-awards-wrapper {
  padding: 105px 0 200px;
}

.awards-carousel-item {
  /* width: 295px; */
  padding: 15px 0;
}

.awards-carousel-item a {
  display: block;
  background: #f6f6f6;
  min-height: 480px;
  text-align: center;
  padding: 37px 20px 100px;
  position: relative;
  transition: 0.2s;
}

.awards-carousel-item a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.awards-carousel-logo {
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.awards-carousel-logo img {
  max-height: 100%;
}

.awards-carousel-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.awards-carousel-button {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 42px;
}

.company-awards-block {
  margin-bottom: 180px;
}

.company-awards-block:last-child {
  margin-bottom: 0px;
}

.company-awards-block .text-block {
  margin-bottom: 60px;
}

.awards-carousel.owl-carousel .owl-nav {
  display: block;
  padding: 20px 50px 0;
}

.awards-carousel.owl-carousel .owl-nav:after {
  content: "";
  display: block;
  clear: both;
}

.awards-carousel.owl-carousel .owl-nav button.owl-next span,
.awards-carousel.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.awards-carousel.owl-carousel .owl-nav button.owl-next,
.awards-carousel.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
}

.awards-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.awards-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.awards-carousel.owl-carousel .owl-nav button.owl-prev {
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
  float: left;
}

.awards-carousel.owl-carousel .owl-nav button.owl-next {
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
  float: right;
}

.company-locations-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: 0.4s ease-in-out;
}

.company-locations-nav.close {
  position: fixed;
}

.company-locations-nav.close.scrollUp {
  top: 0 !important;
}

.company-locations-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-locations-nav ul li {
  width: 100%;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.company-locations-nav ul li:last-child {
  border-right: none;
}

.company-locations-nav ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 10px;
  line-height: 1.3;
  transition: 0.2s;
}

.company-locations-nav ul li a:hover {
  color: #e82112;
}

.company-locations-nav-wrapper {
  margin-bottom: 120px;
  position: relative;
  height: 50px;
  z-index: 100;
}

.company-locations-introduction .technologies-list .technologies-item .title-md:before {
  display: none;
}

.company-locations-main-address {
  color: #6f6f71;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 84px;
  padding-left: 27px;
  background: url(img/icon-pin-green.svg) no-repeat left top 8px;
}

.link-red,
.link-red:focus,
.link-red:active {
  color: #e82112;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}

.link-red:hover {
  color: #262626;
}

.company-locations-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-locations-list ul li {
  min-width: calc(33.333% - 40px);
  width: calc(33.333% - 40px);
  background: #f7f7f7;
  margin-right: 60px;
  margin-bottom: 60px;
  min-height: 380px;
  padding: 45px 47px 100px;
  position: relative;
}

.company-locations-list ul li:nth-child(3n) {
  margin-right: 0;
}

.company-location-item-title {
  color: #262626;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 105px;
}

.company-location-item-address {
  color: #5a5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 22px;
  background: url(img/icon-pin-green.svg) no-repeat left top 5px;
}

.company-location-item-phone {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  width: 100%;
  padding: 0 47px;
}

.company-location-item-phone p {
  margin-bottom: 10px;
}

.company-location-item-phone p:last-child {
  margin-bottom: 0px;
}

.company-locations-lists-block {
  padding: 100px 5% 0;
}

.company-locations-lists-block .text-box {
  margin-bottom: 50px;
}

.careers-features.company-locations-introduction {
  margin-bottom: 0;
}

.company-locations-lists-wrapper {
  padding-bottom: 140px;
}

.company-leadership-wrapper {
  padding: 90px 0 110px;
}

.company-leadership-list ul li {
  float: left;
  width: calc(33.333% - 8px);
  margin-right: 12px;
  margin-bottom: 12px;
}

.company-leadership-list ul li:nth-child(3n) {
  margin-right: 0;
}

.company-leadership-list ul li:nth-child(3n+1) {
  clear: both;
}

.company-leadership-list ul li a {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 45px 30px 80px;
  min-height: 400px;
  text-align: center;
  position: relative;
  outline: none;
}

.company-leadership-list ul li a.has-bg {
  background: url(img/bg-leadership-card.jpg) no-repeat center center;
  background-size: cover !important;
}

.company-leadership-list ul li a.has-bg .leadership-item-title {
  color: #fff;
}

.company-leadership-list ul li a.has-bg .leadership-item-position {
  color: #fff;
}

.company-leadership-list ul li a.has-bg-logo {
  background: url(img/img-leadership-colored-bg-logo.png) no-repeat center center;
  background-size: cover !important;
}

.company-leadership-list ul li a.has-bg-logo .leadership-item-title {
  color: #fff;
}

.company-leadership-list ul li a.has-bg-logo .leadership-item-position {
  color: #fff;
}

.leadership-item-image {
  display: inline-block;
  width: 125px;
  height: 125px;
  background-size: cover !important;
  border-radius: 50%;
  position: relative;
}

.leadership-item-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadership-item-image-hold {
  margin-bottom: 20px;
}

.leadership-item-title {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 17px;
}

.leadership-item-position {
  color: #6f6f71;
  font-size: 16px;
  font-weight: 400;
}

.leadership-item-button {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 47px;
}

.reveal-leadership {
  padding: 96px 115px 120px 75px;
  border: none;
  max-width: 1124px;
  width: calc(100% - 30px);
  outline: none;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.12);
}

.reveal-leadership .row {
  padding: 0;
}

.leadership-reveal-image {
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover !important;
  position: relative;
}

.leadership-reveal-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadership-reveal-image-hold {
  padding-right: 60px;
}

.leadership-reveal-content {
  padding-left: 25px;
}

.leadership-reveal-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}

.leadership-reveal-position {
  color: #c0c0c0;
  font-size: 16px;
  margin-bottom: 42px;
}

.leadership-reveal-text {
  color: #646466;
  font-size: 20px;
}

.leadership-reveal-text p {
  margin-bottom: 20px;
}

.leadership-reveal-text p:last-child {
  margin-bottom: 0px;
}

.close-button {
  width: 21px;
  height: 21px;
  background: url(img/icon-close.svg) no-repeat center center/100% 100%;
  top: 53px;
  right: 56px;
  transition: 0.2s;
}

.close-button:hover {
  opacity: 0.7;
}

.reveal-overlay {
  background-color: hsla(0deg, 0%, 0%, 0.43);
}

.company-cg-wrapper {
  padding: 100px 0 120px;
}

.cg-list .accordion {
  background: transparent;
}

.cg-list .accordion-title {
  padding: 0;
  padding-right: 30px;
  border: none;
  color: #262626;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.cg-list .accordion-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 16px;
  height: 10px;
  background: url(img/angle-down-black-2.svg) no-repeat center center;
}

.cg-list .accordion-content {
  padding: 0;
  padding-top: 40px;
  border: none;
  background-color: transparent;
  color: #5a5b5b;
}

.cg-list .accordion-title:focus,
.cg-list .accordion-title:hover {
  background-color: transparent;
  color: #e82112;
}

.cg-list .accordion-item {
  margin-bottom: 75px;
}

.cg-list .accordion-item:last-child {
  margin-bottom: 0px;
}

.cg-list .is-active .accordion-title {
  color: #e82112;
}

.cg-list .is-active .accordion-title:before {
  content: "";
  background: url(img/angle-up-red.svg) no-repeat center center;
}

.company-ip-introduction-wrapper {
  padding: 110px 0 85px;
}

.company-ip-introduction-wrapper .entry *:last-child {
  margin-bottom: 0;
}

.company-ip-introduction-wrapper .entry p {
  color: #5a5b5b;
}

.company-ip-grey-wrapper {
  background: #f6f6f6;
  padding: 110px 0 130px;
}

.company-ip-list {
  margin-bottom: 52px;
}

.company-ip-list ul li {
  float: left;
  width: calc(50% - 26px);
  margin-right: 52px;
  margin-bottom: 56px;
  background: #fff;
  padding: 70px 8% 40px;
  min-height: 394px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.company-ip-list ul li:nth-child(2n) {
  margin-right: 0px;
}

.company-ip-list ul li:nth-child(2n+1) {
  clear: both;
}

.company-ip-list-title {
  color: #f00500;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}

.company-ip-list-text {
  color: #6f6f71;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 7%;
}

.text-blue-lg {
  color: #262626;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.55;
}

.company-ip-grey-wrapper .entry {
  color: #646466;
  margin-bottom: 75px;
}

.press-releases-wrapper {
  padding: 90px 0 115px;
}

.press-releases-sidebar {
  background: #f7f7f7;
  padding: 84px 58px;
}

.press-releases-sidebar-block {
  border-bottom: solid 1px #ececec;
  padding-bottom: 30px;
  margin-bottom: 28px;
}

.press-releases-sidebar-block:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.press-releases-sidebar-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}

.press-releases-sidebar-list ul li {
  margin-bottom: 14px;
}

.press-releases-sidebar-list ul li:last-child {
  margin-bottom: 0px;
}

.press-releases-sidebar-list ul li a {
  font-size: 16px;
  color: #000;
  transition: 0.2s;
}

.press-releases-sidebar-list ul li a:hover {
  color: #e82112;
  font-weight: 600;
}

.press-releases-wrapper-left {
  width: 250px;
}

.press-releases-wrapper-right {
  width: calc(100% - 250px);
  padding-left: 65px;
}

.press-releases-list ul li {
  float: left;
  width: calc(33.333% - 14px);
  margin-right: 21px;
  margin-bottom: 40px;
}

.press-releases-list ul li:nth-child(3n) {
  margin-right: 0;
}

.press-releases-list ul li:nth-child(3n+1) {
  clear: both;
}

.press-releases-list ul li a {
  background: #f7f7f7;
  float: left;
  width: 100%;
  transition: 0.2s;
}

.press-releases-list ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.press-releases-list ul li a:hover .press-release-list-title {
  color: #000;
}

.press-releases-list ul li a:hover .btn-link::before {
  width: 0;
}

.press-release-list-image {
  padding-bottom: 68%;
  position: relative;
  background: url(img/bg-events-card.jpg) no-repeat center center;
  background-size: cover !important;
}

.press-release-list-image span {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px;
  color: #fff;
  text-transform: capitalize;
}

.press-release-list-content {
  padding: 30px 20px 80px;
  position: relative;
  min-height: 350px;
}

.press-release-list-date {
  color: #5a5b5b;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.press-release-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  transition: 0.2s;
}

.press-release-list-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  padding: 0 20px;
}

.link-more,
.link-more:focus,
.link-more:active {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-right: 25px;
  background: url(img/angle-down-black.svg) no-repeat right center;
  transition: 0.2s;
}

.link-more:hover {
  color: #000;
  opacity: 0.7;
}

.intro-press-release-single .technologies-list .technologies-item .title-md:before {
  display: none;
}

.intro-press-release-single .technologies-list .technologies-item .title-md:before {
  display: none;
}

.intro-press-release-single-title {
  color: #262626;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 95px;
}

.intro-press-release-single .technologies-item-content {
  padding-bottom: 22px;
  min-height: 1px;
}

.intro-press-release-single {
  margin-bottom: 112px;
}

.release-single-content {
  margin-bottom: 100px;
}

.release-single-content .entry {
  color: #5a5b5b;
}

.release-single-additional {
  background: #f6f6f6;
  padding: 110px 0 120px;
}

.release-single-additional .text-box {
  margin-bottom: 55px;
}

.release-single-additional .text-box h1 {
  margin-bottom: 44px;
}

.release-single-additional .text-box p {
  margin-bottom: 24px;
}

.release-single-additional-list {
  padding: 0 8%;
}

.release-single-additional-list ul li {
  float: left;
  width: 45%;
  margin-right: 10%;
  background: #fff;
  text-align: center;
  padding: 54px 20px 64px;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.release-single-additional-list ul li:nth-child(2n) {
  margin-right: 0%;
}

.release-single-additional-list-title {
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 35px;
}

.release-single-additional-list-info {
  color: #5a5b5b;
  font-size: 18px;
  line-height: 1.65;
}

.release-single-additional-list-info a {
  color: #e82112;
  transition: 0.2s;
}

.release-single-additional-list-info a:hover {
  color: #003b86;
}

.intro-press-release-single-date {
  color: #5a5b5b;
  font-size: 16px;
}

.events-wrapper {
  padding: 90px 0 125px;
}

.event-item-location {
  padding-left: 23px;
  color: #5a5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 23px;
  background: url(img/icon-pin-green.svg) no-repeat left top 4px;
}

.events-block {
  margin-bottom: 70px;
}

.events-block:last-child {
  margin-bottom: 0px;
}

.events-block .press-releases-wrapper-right {
  margin-top: 0px;
}

.intro-single-event .inner-intro-text h1 {
  line-height: 1.27;
  margin-bottom: 45px;
}

.event-single-info-block {
  background: #fff;
  margin-top: -123px;
  padding: 90px 12% 100px;
}

.event-single-wrapper {
  position: relative;
  z-index: 5;
}

.event-single-info-grid ul li {
  float: left;
  width: 46%;
  margin-right: 8%;
  padding-left: 80px;
  position: relative;
}

.event-single-info-grid ul li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
}

.event-single-info-grid ul li:nth-child(2n) {
  margin-right: 0%;
}

.event-single-info-title {
  color: #262626;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 6px;
}

.event-single-info-details {
  color: #5a5b5b;
  font-size: 20px;
  line-height: 1.75;
}

.event-single-info-details p {
  margin-bottom: 30px;
  color: #59595b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

.event-single-info-details p:last-child {
  margin-bottom: 0px;
}

.intro-single-event.inner-intro-lg .row {
  transform: translateY(-40px);
}

.event-single-wrapper .entry h2 {
  margin-bottom: 56px;
}

.event-single-wrapper .entry {
  color: #5a5b5b;
}

.event-single-wrapper .entry ul li {
  margin-bottom: 0;
}

.event-single-wrapper .entry ul li:before {
  background: #5a5b5b;
  border-radius: 0;
  width: 5px;
  height: 5px;
}

.event-single-wrapper {
  padding-bottom: 80px;
}

.event-single-webinar-wrapper {
  padding-top: 140px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}

.webinar-speakers-carousel-hold {
  background: #fff;
  position: relative;
}

.webinar-speakers-carousel-hold:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 1px);
  width: 9999px;
  background: #fff;
}

.event-single-webinar-left {
  padding-right: 10%;
}

.webinar-carousel-item {
  padding-top: 80px;
  padding-bottom: 50px;
}

.webinar-carousel-item:after {
  content: "";
  display: block;
  clear: both;
}

.webinar-speaker-image {
  display: inline-block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.webinar-speaker-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.webinar-speaker-image-hold {
  margin-bottom: 20px;
}

.webinar-speaker-name {
  color: #6f6f71;
  font-size: 16px;
}

.webinar-speaker-left {
  padding: 0 20px;
}

.webinar-speaker-right {
  padding-right: 20px;
  position: relative;
  padding-bottom: 30px;
  min-height: 320px;
}

.webinar-speaker-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

.webinar-speaker-right .entry {
  color: #5a5b5b;
}

.webinar-carousel.owl-carousel .owl-nav {
  position: absolute;
  left: -412.92px;
  bottom: 70px;
}

.webinar-carousel.owl-carousel .owl-nav button.owl-next span,
.webinar-carousel.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.webinar-carousel.owl-carousel .owl-nav button.owl-next,
.webinar-carousel.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
}

.webinar-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.webinar-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.webinar-carousel.owl-carousel .owl-nav button.owl-prev {
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
  margin-right: 10px;
}

.webinar-carousel.owl-carousel .owl-nav button.owl-next {
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
}

.news-item {
  margin-bottom: 20px;
}

.news-item a {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  padding: 20px 20px;
  transition: 0.2s;
}

.news-item a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.news-item a:hover .news-item-title {
  color: #000000;
}

.news-item a:hover .btn-link::before {
  width: 0;
}

.news-item-right {
  padding-right: 100px;
  position: relative;
}

.news-item-right span {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.news-item-date {
  color: #5a5b5b;
  font-size: 16px;
  margin-bottom: 10px;
}

.news-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 22px;
  transition: 0.2s;
}

.news-item-text {
  color: #5a5b5b;
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-left {
  padding-right: 30px;
}

.news-list {
  margin-bottom: 20px;
}

.contact-sales-introduction {
  padding: 90px 0;
}

.contact-sales-bottom {
  padding: 120px 0;
}

.contact-sales-bottom .text-box p {
  color: #7A7A7D;
}

.contact-sales-bottom .text-box h1,
.contact-sales-bottom .text-box h2,
.contact-sales-bottom .text-box h3 {
  margin-bottom: 25px;
}

.contact-sales-bottom .text-box {
  margin-bottom: 30px;
}

.contact-sales-form-wrapper {
  padding: 110px 0 120px;
}

.sales-element-left {
  padding-right: 40px;
}

.sales-element-right {
  padding-left: 40px;
}

.contact-sales-form-hold {
  margin-bottom: 20px;
}

.contact-sales-form-hold .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 78px;
}

.form-question {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 600;
}

.form-question label input {
  display: none;
}

.form-question label span {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

.form-question label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #003478;
  border-radius: 50%;
}

.form-question label span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #003478;
  border-radius: 50%;
  opacity: 0;
  transition: 0.1s;
}

.form-question label input:checked + span:after {
  opacity: 1;
}

.contact-sales-form-hold .wpcf7-list-item {
  display: inline-block;
  margin-right: 38px;
}

.contact-sales-form-hold .wpcf7-list-item:last-child {
  margin-right: 0px;
}

.contact-sales-form-submit {
  margin-top: 50px;
}

.quoestion-required {
  color: #F00500;
}

.distribution-channels-page .company-locations-nav-wrapper {
  margin-bottom: 0px;
}

.distribution-channels-page .company-locations-list ul li {
  padding-bottom: 130px;
}

.background--image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.press-releases-list.press-releases-list-archive ul li,
.press-releases-list-past-events ul li,
.archive-news-list .news-item {
  display: none;
}

.press-releases-sidebar-list ul li.current-term a {
  font-weight: 700;
  color: #e82112;
}

.archive-news-list .news-item-left img {
  width: auto;
}

.company-location-item-phone-v2 p a {
  color: #e82112;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}

.company-location-item-phone-v2 p a:hover {
  color: #262626;
}

.four-o-four-section {
  position: relative;
  height: calc(100vh - 100px);
  max-height: 700px;
}

.four-o-four-section .row {
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.four-o-four-main {
  padding: 20px 0 20px 7%;
}

.four-o-four-image img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.four-o-four-title {
  color: #fff;
  font-size: 170px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 11px;
}

.four-o-four-text {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 47px;
}

/* .awards-carousel .owl-stage-outer {
    text-align: center;
}
.awards-carousel .owl-stage {
    display: inline-block;

} */
.company-awards-block .text-box {
  margin-bottom: 60px;
}

.post-type-archive-press_releases .press-releases-sidebar-list-year ul li,
.tax-press .press-releases-sidebar-list-year ul li,
.tax-press_year .press-releases-sidebar-list-year ul li,
.tax-press_application .press-releases-sidebar-list-year ul li {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.faq-section {
  padding: 150px 0;
}

.faq-section .text-box {
  margin-bottom: 42px;
}

.faq-accordion .accordion {
  background: transparent;
}

.faq-accordion .accordion-title {
  padding: 20px 50px 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  border: none;
  border-top: solid 1px #b2b4b3;
  background: none !important;
}

.faq-accordion :last-child:not(.is-active) > .accordion-title {
  border-bottom: solid 1px #b2b4b3;
}

.faq-accordion .entry * {
  color: #5a5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-accordion .entry p {
  margin-bottom: 26px;
}

.faq-accordion .entry > ul > li::before {
  top: 12px;
}

.faq-accordion .accordion-content {
  padding: 0 50px 3px 0;
  display: none;
  border: none;
  background-color: transparent;
  color: #000;
}

.faq-accordion .accordion-item:last-child .accordion-content {
  border-bottom: solid 1px #b2b4b3;
}

.faq-accordion .accordion-item:last-child.is-active .accordion-title {
  border-bottom: none !important;
}

.faq-accordion .accordion-title::before {
  content: "";
  width: 12px;
  height: 12px;
  line-height: 1;
  background: url(img/faq-accord-plus.png) no-repeat center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: 0.2s;
}

.faq-accordion .is-active > .accordion-title::before {
  content: "";
  background: url(img/faq-accord-minus.png) no-repeat center center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px 0 0 !important;
  border: none !important;
  float: left;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  float: left;
}

.single-product .product-single-intro-image {
  max-width: 100%;
  right: 36.3%;
}

.single-product .psit-box-box-title {
  color: #262626;
}

.header-mobile-nav ul li.menu-item-has-children {
  padding-right: 0;
}

.header-mobile-nav ul li a {
  display: block !important;
  position: relative;
}

.header-mobile-nav ul li.menu-item-has-children > a::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(img/icon-chev-down-white-menu.svg) no-repeat center center;
  position: absolute;
  right: -3px;
  top: 2px;
  padding: 10px;
  transition: 0.2s;
  z-index: 5;
  cursor: pointer;
}

.header-mobile-nav ul li.menu-item-has-children > a {
  padding-right: 30px;
}

.header-mobile-nav ul li a.is-active::after {
  transform: rotate(180deg);
}

.app-auto-usecases-section-featured .text-box {
  margin-bottom: 97px;
}

.app-auto-usecases-section-featured .text-box h1 {
  margin-bottom: 26px;
}

.app-auto-usecases-section-featured .text-box p {
  padding: 0 10%;
}

.app-automotive-usecases-bcrumbs {
  background: #000;
  padding: 12px 0;
  width: calc(100% - 48px);
  position: absolute;
  top: -40px;
  left: 24px;
}

.app-automotive-usecases-bcrumbs::before {
  content: "";
  width: 99999px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 99%;
  z-index: -1;
}

.app-automotive-usecases-bcrumbs::after {
  content: "";
  width: 99999px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.app-automotive-usecases-bcrumbs ul li {
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding-right: 20px;
  margin-right: 17px;
}

.app-automotive-usecases-bcrumbs ul li::after {
  content: "";
  width: 3px;
  height: 6px;
  background: url(img/icon-chev-right-gray.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 0;
}

.app-automotive-usecases-bcrumbs ul li:last-child::after {
  display: none;
}

.app-automotive-usecases-bcrumbs ul li a {
  color: #808080;
  transition: 0.2s;
}

.app-automotive-usecases-bcrumbs ul li a:hover {
  color: #FFF;
}

.app-automative-usecases-page .inner-intro.inner-intro-lg .row {
  position: relative;
}

.app-auto-usecases-section-1.app-auto-usecases-detail-section-1 {
  padding-bottom: 42px;
}

.contact-sales-map svg {
  width: 100%;
  height: 100%;
}

/* .contact-sales-map svg image:not(.contact-map-main) {
    opacity: 0.1;
    transition: 0.2s;
}
.contact-sales-map svg image:not(.contact-map-main):hover {
    opacity: 1;
} */
.request-form.contact-sales-form {
  display: block;
}

.contact-sales-form-item {
  margin-bottom: 22px;
}

.contact-sales-form-item-gdpr {
  font-size: 20px;
  font-weight: 600;
}

.contact-sales-form-item-gdpr a {
  color: #e82112;
  text-decoration: none;
  transition: 0.2s;
}

.contact-sales-form-item-gdpr a:hover {
  opacity: 0.6;
}

.partners-page .inner-intro-text h1 {
  line-height: 1.14;
  margin-bottom: 58px;
}

.partners-page .inner-intro-text h2,
.partners-page .inner-intro-text h3,
.partners-page .inner-intro-text h4,
.partners-page .inner-intro-text h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 14%;
}

.partners-page .inner-intro-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 14%;
}

.partners-list-wrapper {
  padding: 120px 0 40px;
  background: #f7f7f7;
}

.partners-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-list ul li {
  width: 28%;
  min-width: 28%;
  margin-right: 8%;
  margin-bottom: 80px;
  position: relative;
}

.partners-list ul li:nth-child(3n) {
  margin-right: 0%;
}

.partners-list ul li:last-child {
  margin-right: 0%;
}

.partners-list ul li a {
  float: left;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 88px 10% 58px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.partners-list ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0, 173, 239);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.partners-list ul li:hover:before {
  opacity: 0.1;
  transform: translate(-10px, -10px);
}

.partners-list-logo {
  height: 74px;
  margin-bottom: 50px;
}

.partners-list-logo img {
  max-height: 100%;
}

.partners-list-title {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.intro-custom {
  position: relative;
  padding-top: 110px;
}

.inner-intro-custom-text {
  color: #fff;
}

.inner-intro-custom-text p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.inner-intro-custom-text p img {
  max-height: 70px;
}

.inner-intro-custom-text p:last-child {
  margin-bottom: 0;
}

.inner-intro-custom-text h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}

.inner-intro-custom-text h1:last-child {
  margin-bottom: 0px;
}

.partners-detail-form-hold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.partners-detail-form-wrapper .row {
  position: relative;
}

.partners-detail-form {
  background: #fff;
  padding: 50px 0 30px 10%;
  position: relative;
}

.partners-detail-form:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: calc(100% - 1px);
  width: 9999px;
  background: #fff;
}

.partners-detail-form-title {
  color: #262626;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.partners-detail-content-wrapper {
  padding: 100px 0 130px;
}

.partners-detail-introduction {
  margin-bottom: 90px;
}

.partners-detail-introduction-text p {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.partners-detail-introduction-text p:last-child {
  margin-bottom: 0px;
}

.partners-detail-content-wrapper .technologies-item-image {
  height: 600px;
}

.partners-detail-content-wrapper .technologies-item-content {
  padding: 150px 4% 30px 8%;
  left: auto;
  right: 0;
  min-height: 1px;
}

.partners-detail-content-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
  padding: 150px 10% 30px 4%;
  left: 0;
  right: auto;
}

.partners-detail-content-wrapper .technologies-list .technologies-item .title-md:before {
  left: 0px;
  top: -80px;
  font-size: 60px;
}

.partners-detail-bottom {
  background: #f7f7f7;
  padding: 120px 0 220px;
}

.partners-detail-bottom .title-md {
  margin-bottom: 95px;
}

.full-carousel-item {
  width: 295px;
  background: #fff;
}

.full-carousel-item a {
  display: block;
}

.full-carousel-content {
  position: relative;
  min-height: 364px;
  padding: 30px 20px 90px;
}

.full-carousel-date {
  color: #5a5b5b;
  font-size: 16px;
  margin-bottom: 10px;
}

.full-carousel-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.full-carousel-button {
  position: absolute;
  left: 20px;
  bottom: 36px;
}

.partners-detail-content-wrapper .technologies-list {
  margin-bottom: 105px;
}

.partners-detail-table-hold .title-md {
  margin-bottom: 90px;
}

.full-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.full-carousel .owl-nav button span {
  display: none;
}

.full-carousel.owl-carousel .owl-nav button.owl-next,
.full-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
  bottom: -100px;
}

.full-carousel.owl-carousel .owl-nav button.owl-next:hover,
.full-carousel.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.5;
}

.full-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 100px;
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
}

.full-carousel.owl-carousel .owl-nav button.owl-next {
  right: 100px;
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
}

.partners-detail-table table tbody tr:nth-child(even) {
  background-color: transparent;
}

.partners-detail-table table {
  border: 1px solid #000 !important;
}

.partners-detail-table table tbody tr:nth-child(even) {
  background-color: transparent;
}

.partners-detail-table table tbody,
.partners-detail-table table tfoot,
.partners-detail-table table thead {
  border: none;
  background-color: transparent;
}

.partners-detail-table table tbody tr:nth-child(1),
.partners-detail-table table tbody tr:nth-child(2) {
  background: #000;
  color: #fff;
}

.partners-detail-table table tbody tr td {
  border-right: 1px solid #c0c0c0 !important;
  border-bottom: 1px solid #c0c0c0 !important;
}

.partners-detail-table table tbody tr:last-child td {
  border-bottom: none !important;
}

.partners-detail-table table tbody tr td:last-child {
  border-right: none !important;
}

.partners-detail-table table thead tr td:first-child,
.partners-detail-table table thead tr tr:first-child {
  border-left: 1px solid #c0c0c0 !important;
}

.partners-detail-table table thead tr:nth-child(1) td,
.partners-detail-table table thead tr:nth-child(2) td,
.partners-detail-table table thead tr:nth-child(1) tr,
.partners-detail-table table thead tr:nth-child(2) tr {
  border-right: 1px solid #fff !important;
}

.partners-detail-table table thead tr:first-child td:last-child {
  border-right: none !important;
}

.partners-detail-table table thead tr td:first-child {
  border-left: none !important;
}

.partners-detail-table table thead tr td {
  border-bottom: 1px solid #fff !important;
}

.partners-detail-table table tr td {
  font-size: 14px;
  text-align: center;
}

.event-introduction-wrapper .text-box h1 {
  text-align: center;
  margin-bottom: 64px;
}

.text-box-lg.text-box p {
  font-size: 20px;
  margin-bottom: 22px;
}

.event-introduction-wrapper .text-box {
  margin-bottom: 70px;
}

.event-info-box {
  background: #f7f7f7;
  padding: 54px 6% 56px;
}

.event-info-box ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
}

.event-info-box ul li:last-child {
  margin-right: 0%;
}

.event-info-box-icon {
  margin-bottom: 50px;
}

.event-info-box-icon img {
  max-height: 50px;
}

.event-info-box-title {
  color: #262626;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 20px;
}

.event-info-box-text {
  color: #5a5b5b;
  font-size: 18px;
}

.event-info-box-register {
  margin-top: 34px;
}

.event-introduction-wrapper {
  margin-bottom: 130px;
}

.full-image {
  padding-bottom: 30%;
  margin-bottom: 100px;
}

.object-fit {
  position: relative;
}

.object-fit img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-text-wrapper {
  margin-bottom: 130px;
}

.events-text-wrapper .text-box h1 {
  text-align: center;
  margin-bottom: 64px;
}

.events-text-wrapper .text-box ul li:before {
  background: #5a5b5b;
  border-radius: 0;
}

.technical-talk {
  background: #f7f7f7;
  padding-top: 140px;
}

.technical-talk-right {
  background: #fff;
  padding: 110px 0 130px 7%;
  position: relative;
}

.technical-talk-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: calc(100% - 1px);
  width: 9999px;
  background: inherit;
}

.technical-talk-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.technical-talk-position {
  color: #6f6f71;
  font-size: 14px;
}

.technical-talk-right .webinar-speaker-image-hold {
  margin-bottom: 32px;
}

.technical-talk-right .webinar-speaker-right {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10%;
  min-height: 1px;
}

.technical-talk-left {
  padding-top: 50px;
  padding-right: 7%;
}

.webinar-speaker-links a {
  margin-right: 35px;
  margin-bottom: 10px;
}

.webinar-speaker-links a:last-child {
  margin-right: 0;
}

.technical-talk {
  margin-bottom: 10px;
}

.links-list a {
  margin-right: 50px;
}

.links-list a:last-child {
  margin-right: 0px;
}

.events-image-text-wrapper .technologies-list .technologies-item .title-md:before {
  display: none;
}

.events-image-text-wrapper .technologies-item-content {
  padding: 84px 8% 84px 8%;
  min-height: 1px;
}

.events-image-text-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
  padding: 84px 8% 84px 8%;
}

.events-top-text-wrapper {
  padding: 115px 0 130px;
}

.events-top-text-wrapper .entry h2 {
  max-width: 680px;
  margin: auto;
  margin-bottom: 24px;
}

.events-top-text-wrapper .entry p {
  color: #5a5b5b;
}

.app-events {
  padding: 15px 0 30px;
}

.app-events .text-box {
  margin-bottom: 140px;
}

.events-bg-text-wrapper .entry {
  margin-bottom: 34px;
}

.events-bg-text-wrapper .entry h1 {
  color: #fff;
}

.events-press-wrapper {
  background: #f7f7f7;
  padding: 115px 0 230px;
}

.events-press-block {
  margin-bottom: 220px;
}

.events-press-block:last-child {
  margin-bottom: 0px;
}

.events-press-carousel-title {
  color: #262626;
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 65px;
}

.full-video-carousel-item {
  width: 295px;
}

.full-carousel-text {
  color: #6f6f71;
  font-size: 16px;
  margin-top: 8px;
}

.full-video-carousel-hold .about-solution-image {
  padding-bottom: 53%;
}

.full-video-carousel-hold .full-carousel-content {
  min-height: 265px;
  padding-bottom: 30px;
}

.full-video-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.full-video-carousel.owl-carousel .owl-nav button span {
  display: none;
}

.full-video-carousel.owl-carousel .owl-nav button.owl-next,
.full-video-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
  bottom: -100px;
}

.full-video-carousel.owl-carousel .owl-nav button.owl-next {
  right: 100px;
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
}

.full-video-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 100px;
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
}

.full-video-carousel-hold .full-carousel-item a:hover .full-carousel-title {
  color: #e82112;
}

.full-carousel-title {
  transition: 0.2s;
}

.events-press-wrapper .text-box h1 {
  margin-bottom: 40px;
}

.events-press-wrapper .text-box {
  margin-bottom: 70px;
}

.full-carousel-content {
  transition: 0.2s;
}

.full-video-carousel-hold .full-carousel-item a:hover .full-carousel-content {
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.events-features-wrapper .technologies-list .technologies-item .title-md:before {
  display: none;
}

.events-features-wrapper.about-features .technologies-item-content {
  padding: 110px 8% 110px 8%;
}

.events-features-wrapper.about-features .technologies-item-image {
  height: 520px;
}

.events-features-wrapper .technologies-item-content .title-md {
  margin-bottom: 35px;
}

.events-features-wrapper.about-features {
  margin-bottom: 130px;
}

.reveal-register {
  width: calc(100% - 40px);
  max-width: 1360px;
  padding: 130px 10% 100px;
  border: none;
  outline: none;
}

.reveal-register .row {
  padding: 0;
}

.reveal-register .entry {
  margin-bottom: 54px;
}

.register-form-left {
  padding-right: 40px;
}

.register-form-right {
  padding-left: 40px;
}

.register-form-submit {
  margin-top: 35px;
}

.news-twitter-sideblock {
  padding-left: 8%;
}

.product-archive-main-list-js ul li {
  display: none;
}

.preloader {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid hsla(0deg, 0%, 100%, 0.3);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #003478 !important;
  -webkit-animation: preloader-anim 1s ease-in-out infinite;
  animation: preloader-anim 1s ease-in-out infinite;
  z-index: 50;
  margin-top: 14px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -12.5px;
}

.preloader-overlay {
  background: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

@-webkit-keyframes preloader-anim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes preloader-anim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.post-type-archive-product .products-page-content-right-items {
  position: relative;
}

.post-type-archive-product .products-page-content-more {
  padding-left: 0;
}

.virtual-demos-section {
  position: relative;
}

.virtual-demos-anchor,
.technologies-item-anchor {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

form .form-element {
  position: relative;
}

form label.error {
  position: absolute;
  bottom: -24px;
  font-size: 14px;
  color: #e82112;
}

.demo-room-tabs-intro-nav {
  margin-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.events-press-wrapper.demo-room-events-press-wrapper {
  background: #fff;
}

.demo-room-events-press-wrapper .full-carousel-content {
  background: #f7f7f7;
  transition: 0.2s ease-in-out;
  margin-bottom: 20px;
}

.demo-room-events-press-wrapper .full-video-carousel.owl-carousel .owl-nav button.owl-next,
.demo-room-events-press-wrapper .full-video-carousel.owl-carousel .owl-nav button.owl-prev {
  bottom: -80px;
}

.demo-room-events-press-wrapper .full-carousel-item a:hover .full-carousel-content {
  background: #fff;
}

.applications-bg-text-wrapper.events-bg-text-wrapper.demo-room-events-bg-text-wrapper {
  margin-bottom: 150px;
}

.demo-room-technologies-content-wrapper .technologies-item-content {
  left: auto;
  right: 0;
}

.demo-room-technologies-content-wrapper .technologies-item-content .text-reg a {
  font-weight: 600;
  color: #e82112;
  transition: 0.2s;
}

.demo-room-technologies-content-wrapper .technologies-item-content .text-reg a:hover {
  color: #e82112;
  opacity: 0.7;
}

.demo-room-downloadables-wrapper {
  background: #fff !important;
}

.demo-room-downloadables-wrapper .press-release-list-content {
  min-height: 200px;
  background: #f7f7f7;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
}

.demo-room-downloadables-wrapper .full-carousel-item a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

.demo-room-downloadables-wrapper .full-carousel-item a:hover .press-release-list-content {
  background: #fff;
}

.demo-room-downloadables-wrapper .full-video-carousel.owl-carousel .owl-nav button.owl-next,
.demo-room-downloadables-wrapper .full-video-carousel.owl-carousel .owl-nav button.owl-prev {
  bottom: -80px;
}

.demo-room-downloadables-wrapper .full-video-carousel-hold .about-solution-image {
  padding-bottom: 68%;
}

.intro-down-btn {
  position: absolute;
  left: 24px;
  bottom: -25px;
}

.intro-down-btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e82112 url(img/icon-chev-down-white.svg) no-repeat center center;
  transition: 0.2s;
}

.intro-down-btn a:hover {
  opacity: 0.8;
}

.products-archive-side-filter .accordion-item {
  display: none !important;
}

.products-archive-side-filter .accordion-item.selector-for-all {
  display: block !important;
}

.accordion-item-last-visible .accordion-title {
  border-bottom: none !important;
}

.products-archive-side-filter .accordion-item.show--this {
  display: block !important;
}

#product-archive-products-table {
  display: none;
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}

#product-archive-products-table thead {
  background: #f7f7f7;
  border: none;
}

#product-archive-products-table thead th {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

#product-archive-products-table thead tr {
  display: none;
}

#product-archive-products-table thead tr.show--this {
  display: table-row;
}

#product-archive-products-table tbody {
  border: none;
  background: transparent;
}

#product-archive-products-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  background: transparent !important;
  /*display: none;*/
}

#product-archive-products-table tbody tr:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
}

#product-archive-products-table tbody td {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  display: none;
  height: 55px;
}

#product-archive-products-table tbody td a {
  color: #e82112;
  transition: 0.2s ease-in-out;
}

#product-archive-products-table tbody td a:hover {
  opacity: 0.7;
  color: #e82112;
}

#product-archive-products-table tbody td.show--this {
  display: table-cell;
}

.product-table-link {
  display: none;
}

.partners-form .form-element {
  margin-bottom: 25px;
}

.partners-form .form-element.support-form-left {
  padding-right: 20px;
}

.partners-form .form-element.support-form-right {
  padding-left: 20px;
}

.partners-form .form-element label {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}

.partners-form .form-element.form-element-short label {
  width: 106px;
  display: inline-block;
}

.partners-form .radio-item label,
.partners-form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.75;
}

.partners-form .form-element label + span.wpcf7-form-control-wrap {
  white-space: nowrap;
}

.partners-detail-intro-left-text {
  padding-right: 5%;
}

.partners-detail-form-hold-box {
  padding-left: 4%;
}

.partners-form .form-support-submit {
  margin-top: 7px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-form .form-element:not(.form-radio-inline) input,
.partners-form .form-element:not(.form-radio-inline) input:focus,
.partners-form .form-element:not(.form-radio-inline) input:active {
  height: 28px;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 106px);
}

.partners-form .form-element.form-element-short-select label {
  display: inline-block;
  width: 146px;
}

.partners-form .form-element.form-element-short-select select,
.partners-form .form-element.form-element-short-select select:focus,
.partners-form .form-element.form-element-short-select select:active {
  height: 28px;
  font-size: 16px;
  width: calc(100% - 146px);
}

.technologies-item.technologies-item-single .title-md::before {
  display: none;
}

.checkbox-simple {
  display: inline-block;
  width: calc(100% - 125px);
  padding-left: 8%;
  float: right;
}

.checkbox-simple input {
  display: none;
}

.checkbox-simple label span {
  position: relative;
  margin: 0;
  padding: 0 0 0 33px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
}

.checkbox-simple label span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: solid 2px #003478;
  position: absolute;
  top: 4px;
  left: 0;
  transition: 0.2s;
}

.checkbox-simple label span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #003478;
  position: absolute;
  top: 8px;
  left: 4px;
  transition: 0.2s;
  opacity: 0;
}

.checkbox-simple input:checked + span:after, span.checked:after {
  opacity: 1;
}

.checkbox-simple .wpcf7-list-item {
  margin: 0;
}

.home-news.product-single-news {
  margin-bottom: 133px;
}

.app-solutions.product-single-app-solutions {
  padding-top: 0;
}

.product-single-app-solutions .app-solutions-list {
  padding-top: 42px;
}

.single-product-technologies {
  margin-bottom: 140px;
}

.single-product-technologies-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.single-product-technologies-list ul li {
  float: left;
  width: 33.333%;
  padding-right: 20px;
  margin-bottom: 29px;
}

.single-product-technologies-list ul li:nth-child(3n) {
  padding-right: 0;
}

.single-product-technologies-list ul li:nth-child(3n+1) {
  clear: both;
}

.single-product-technologies-list ul li a {
  display: inline-block;
  color: #e82112;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.single-product-technologies-list ul li a span {
  background-color: transparent;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 18, 2, 0.1)), to(rgba(236, 18, 2, 0.1)));
  background-image: -o-linear-gradient(rgba(236, 18, 2, 0.1), rgba(236, 18, 2, 0.1));
  background-image: linear-gradient(rgba(236, 18, 2, 0.1), rgba(236, 18, 2, 0.1));
  background-repeat: no-repeat;
  background-size: 0% 38%;
  background-position: 0 100%;
  transition: 0.4s;
}

.single-product-technologies-list ul li a:hover span {
  background-size: 100% 38%;
}

.single-product-technologies .title-md {
  margin-bottom: 40px !important;
}

.single-product-technologies .technologies-item-content {
  padding-top: 87px;
}

.single-product-technologies .technologies-item-image-hold {
  padding-right: 0;
}

/* .contact-sales-map svg image.map-item {
    cursor: pointer;
} */
.form-checkbox-inline {
  display: inline-block;
}

.form-checkbox-inline input {
  display: none;
}

.form-checkbox-inline label span {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

.form-checkbox-inline label span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: solid 2px #003478;
  position: absolute;
  top: 8px;
  left: 0;
  transition: 0.2s;
}

.form-checkbox-inline label span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #003478;
  position: absolute;
  top: 12px;
  left: 4px;
  transition: 0.2s;
  opacity: 0;
}

.form-checkbox-inline input:checked + span:after, span.checked:after {
  opacity: 1;
}

.form-checkbox-inline .wpcf7-list-item {
  margin: 0 0 16px;
  float: left;
  width: 33.333%;
  padding-right: 20px;
}

.form-checkbox-inline {
  position: relative;
  padding-left: 418px;
}

.form-checkbox-inline > label {
  position: absolute;
  top: 0;
  left: 0;
}

.form-checkbox-inline.full-w {
  padding: 0px;
}

.form-checkbox-inline.full-w .wpcf7-list-item {
  width: 100%;
  padding: 0px;
}

/* Search results */
.wrapper-search-input {
  margin-bottom: 113px;
}

.search-result-nav-wrapper {
  padding-right: 5%;
  background-color: #fff;
}

.search-result-nav {
  padding: 75px 50px;
  background-color: #f7f7f7;
  min-width: 200px;
  margin-bottom: 30px;
}

.search-result-nav-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.search-result-nav ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
  transition: 0.2s ease-in-out;
  color: #000;
  cursor: pointer;
}

.search-result-nav ul li a:hover {
  color: #e82112;
}

.search-result-nav ul li.is-active {
  color: #e82112;
}

.search-result-text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 34px;
}

.search-result-list {
  margin-bottom: 34px;
}

.search-result-list ul li {
  display: none;
}

.search-result-list ul li a {
  padding: 21px 35px;
  display: inline-block;
  background-color: #f7f7f7;
  transition: 0.3s;
  margin-bottom: 11px;
  width: 100%;
}

.search-result-list ul li a:hover {
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.search-item-heading {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
  margin-bottom: 10px;
}

.search-result-list ul li a:hover .search-item-heading {
  color: #e82112;
}

.search-item-text {
  color: #5a5b5b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}

.load-more-search-results .btn-back-to-top {
  display: inline-block;
  padding-right: 23px;
  padding-left: 0;
}

.load-more-search-results .btn-back-to-top::before {
  left: auto;
  top: 10px;
  right: 0;
  transform: rotate(180deg);
}

/* Search results end */
.product-solutions-section {
  background: rgba(178, 180, 179, 0.1);
  padding: 152px 0 140px;
}

.product-solutions-section-box {
  margin-bottom: 70px;
}

.product-solutions-section-list {
  display: none;
}

.product-solutions-section-list.current {
  display: block;
}

.product-solutions-section-list ul li .home-prodcut-item-image-wrap img {
  max-height: 196px;
}

.image-sensors-section-list.product-solutions-section-list {
  margin: 0;
  padding: 0;
}

.image-sensors-section-list.product-solutions-section-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 20px);
}

.image-sensors-section-list.product-solutions-section-list ul li {
  float: left;
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
}

.product-solutions-section-tab-nav {
  padding-left: 12px;
}

.product-solutions-section-tab-nav ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-solutions-section-tab-nav ul li {
  float: left;
  margin-right: 20px;
}

.product-solutions-section-tab-nav ul li:last-child {
  margin-right: 0;
}

.product-solutions-section-tab-nav ul li.current .btn-red-border {
  color: #fff !important;
  background-color: #e82112;
  border-color: #e82112;
}

.app-auto-usecases-section-2 .application-usecases-carousel .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.app-auto-usecases-section-2 .application-usecases-carousel .item,
.app-auto-usecases-section-2 .application-usecases-carousel .item > a {
  height: 100%;
}

.contact-sales-map {
  line-height: 0;
}

.contact-sales-map .cls-14,
.contact-sales-map .cls-15 {
  transition: 0.2s ease-in-out;
}

.contact-sales-map a:hover .cls-14,
.contact-sales-map a:hover .cls-15 {
  opacity: 1;
}

.load-more-search-results .js-search-results-load-more {
  display: none;
}

.page-template-tp-search-results .header-search-content-wrap {
  padding-right: 0;
}

.product-single-intro .product-single-intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 63.7%;
}

.page-template-tp-search-results .header-search-content-wrap input,
.page-template-tp-search-results .header-search-content-wrap input:focus,
.page-template-tp-search-results .header-search-content-wrap input:active {
  background: rgba(189, 191, 193, 0.1);
  color: #262626;
}

.page-template-tp-search-results .header-search-content-wrap button {
  background: url("img/icon-search-black-20px.svg") no-repeat center center;
}

.single-product .product-single-intro-image {
  background: url(img/bg-product-gradient.png) no-repeat center center;
  background-size: cover !important;
}

.single-product .technologies-item-image {
  background: url(img/bg-technologies-default.png) no-repeat center center;
  background-size: cover !important;
}

.header-nav nav > ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support-request-buttons .btn-red:hover,
.support-request-buttons .btn-red-border:hover {
  background-color: #B10E02;
  border-color: #B10E02;
}

.press-release-list-image.press-release-list-image-product {
  background: url(img/bg-product-release-hero.png) no-repeat center center;
  background-size: cover !important;
}

.press-release-list-image.press-release-list-image-corporate {
  background: url(img/bg-corporate-release-hero.png) no-repeat center center;
  background-size: cover !important;
}

.app-auto-usecases-section-4-slider.applications-carousel-single-item {
  padding-left: 0 !important;
}

.applications-carousel-single-item .owl-stage {
  width: 100% !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.applications-carousel-single-item .owl-item {
  margin-right: 0 !important;
}

.event-register-form-success-text {
  display: none;
  margin-bottom: 0 !important;
}

.single-press_releases .technologies-item-image {
  float: right;
  width: calc(100vw - (100vw - 1440px) / 2 - 576px);
}

.archive-events-more-js {
  display: none;
}

.product-solutions-section-v2-top {
  margin-bottom: 70px;
}

.product-solutions-section-v2-top .nopadright.text-box {
  padding-top: 11px;
}

.product-solutions-section-v2-top .text-box,
.product-solutions-section-v2-top .text-box * {
  margin-bottom: 0;
}

.global-announcement-hold {
  background: url(img/ovt-bar-bg.png) no-repeat center center;
  background-size: cover !important;
  position: relative;
  padding: 15px 0 15px 0;
}

.global-announcement-hold span.global-announcement-hold-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon-close-white-sm.png) no-repeat center center;
  background-size: 10px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.global-announcement {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-announcement span {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  line-height: 1.75;
  font-weight: bold;
}

.global-announcement a {
  font-size: 16px;
  color: #fff;
  line-height: 1.55;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
}

.global-announcement a:after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(img/icon-chev-right-white.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  transition: 0.2s;
}

.about-timeline-carousel .owl-item:last-child {
  margin-right: 0 !important;
}

.about-solution-item-link {
  padding-top: 20px;
}

.about-solution-content .home-news-carousel-more {
  left: 30px;
}

.application-usecases-carousel-2 .item a:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.application-usecases-carousel-2 .item a:hover .btn-link:before {
  width: 0;
}

.application-usecases-carousel-2 .item a {
  padding: 0 !important;
}

/* Media */
.no-margin-bottom .application-carousel-item:last-child {
  margin-bottom: 0 !important;
}

.mc4wp-success {
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #e82112;
  max-width: 360px;
}

@media only screen and (min-width: 1600px) {
  .home-applications-item-box {
    width: 730px;
  }

  .home-applications-slider .owl-nav {
    right: 760px;
  }
}
/* END of 1600 media */
@media only screen and (max-width: 1440px) {
  .spinning-carousel .owl-nav button.owl-next {
    right: 50px;
  }

  .spinning-carousel .owl-nav button.owl-prev {
    left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .technologies-item-content {
    padding: 108px 68px 68px 5%;
  }

  .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 108px 50px 68px 7%;
  }

  .global-announcement {
    padding-right: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .img-text-block-right {
    padding-left: 5%;
  }

  .about-carousel-solutions-hold .application-usecases-carousel .owl-nav {
    left: calc(-40.48vw + 20px);
    bottom: 50px;
  }

  .technologies-item-content {
    padding: 86px 60px 60px 5%;
    min-height: 460px;
    width: 70%;
  }

  .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 86px 50px 60px 7%;
  }

  .about-timeline-wrapper .text-box {
    margin-bottom: 100px;
  }

  .webinar-carousel.owl-carousel .owl-nav {
    left: calc((-100vw + 50px) * 0.333);
    bottom: 50px;
  }

  .partners-detail-form {
    padding: 50px 7% 30px;
  }

  .home-news-carousel-wrap {
    width: calc(100% + 24px);
  }

  .sdot-c17 .sdot-title {
    width: 103px;
    top: 59px !important;
    transform-origin: right top !important;
  }

  .sdot-s24-1.sdot-horizontal .sdot-title {
    left: calc(100% - 26px) !important;
    transform: translate(0%, 74%) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .full-video-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }

  .full-video-carousel.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }

  .events-press-block {
    margin-bottom: 190px;
  }

  .events-press-wrapper {
    padding: 115px 0 190px;
  }

  .events-press-carousel-title {
    margin-bottom: 40px;
  }

  .app-events .text-box {
    margin-bottom: 80px;
  }

  .reveal-register {
    padding: 90px 8%;
  }

  .technical-talk {
    padding-top: 110px;
  }

  .events-image-text-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 70px 8% 60px 8%;
  }

  .events-image-text-wrapper .technologies-item-content {
    padding: 70px 8% 60px 8%;
  }

  .technical-talk-right {
    padding: 100px 0 100px 6%;
  }

  .full-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }

  .full-carousel.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }

  .partners-detail-content-wrapper {
    padding: 100px 0 110px;
  }

  .partners-detail-bottom .title-md {
    margin-bottom: 70px;
  }

  .partners-detail-bottom {
    padding: 100px 0 200px;
  }

  .partners-detail-content-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 100px 8% 0px 4%;
  }

  .partners-detail-content-wrapper .technologies-item-content {
    padding: 100px 4% 0px 8%;
  }

  .partners-detail-content-wrapper .technologies-list .technologies-item .title-md:before {
    top: -50px;
    font-size: 50px;
  }

  .partners-list-wrapper {
    padding: 100px 0 50px;
  }

  .partners-list ul li {
    width: 30%;
    min-width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
  }

  .company-location-item-phone p {
    margin-bottom: 5px;
  }

  .contact-sales-form-hold .wpcf7-list-item {
    margin-right: 25px;
  }

  .form-question {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .contact-sales-form-hold .wpcf7-form-control-wrap {
    margin-left: 40px;
  }

  .event-single-webinar-wrapper {
    padding-top: 110px;
    margin-bottom: 100px;
  }

  .webinar-speaker-right {
    padding-right: 0px;
  }

  .event-single-wrapper .entry h2 {
    margin-bottom: 44px;
  }

  .event-single-info-block {
    margin-top: -90px;
    padding: 90px 10% 100px;
  }

  .event-single-info-details p {
    margin-bottom: 15px;
  }

  .event-single-info-details {
    font-size: 18px;
  }

  .intro-press-release-single-title {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .press-release-list-title {
    font-size: 18px;
  }

  .press-releases-sidebar-list ul li {
    margin-bottom: 8px;
  }

  .press-releases-wrapper-right {
    width: calc(100% - 210px);
    padding-left: 40px;
  }

  .press-releases-wrapper-left {
    width: 210px;
  }

  .press-releases-sidebar {
    padding: 60px 40px;
  }

  .company-ip-grey-wrapper .entry {
    margin-bottom: 40px;
  }

  .text-blue-lg {
    font-size: 28px;
  }

  .cg-list .accordion-content {
    padding-top: 50px;
  }

  .leadership-reveal-image-hold {
    padding-right: 30px;
  }

  .company-location-item-phone {
    padding: 0 30px;
  }

  .company-locations-list ul li {
    padding: 40px 30px 100px;
  }

  .company-locations-lists-block {
    padding: 100px 0% 0;
  }

  .company-locations-lists-block .text-box {
    margin-bottom: 30px;
  }

  .company-locations-main-address {
    margin-bottom: 60px;
  }

  main {
    padding-top: 97px;
  }

  .four-o-four-section {
    height: calc(100vh - 97px);
  }

  .open-potitions-wrapper {
    padding: 100px 0;
  }

  .intership-bg-wrapper {
    margin-bottom: 120px;
  }

  .intership-video-wrapper {
    margin-bottom: 140px;
  }

  .careers-features {
    margin-bottom: 120px;
  }

  .careers-video-wrapper {
    padding-top: 120px;
  }

  .img-text-block-right {
    padding-right: 0;
  }

  .careers-open-positions {
    margin-top: -50px;
    padding: 160px 0 110px;
    margin-bottom: 120px;
  }

  .headline-big-text h2 {
    font-size: 36px;
  }

  .about-introduction {
    padding: 110px 0;
  }

  .about-founded {
    margin-bottom: 110px;
  }

  .about-carousel-solutions-hold .text-box p {
    padding-right: 0;
  }

  .about-carousel-solutions-hold.app-auto-usecases-section-2 .home-news-title {
    padding: 30px 4% 80px 0;
  }

  .home-tech {
    padding: 120px 0;
  }

  .about-timeline-wrapper {
    padding: 110px 0;
  }

  .about-timeline-carousel-item-info {
    width: 340px;
    padding: 46px 30px 50px 30px;
    margin-top: 41px;
  }

  .about-timeline-carousel-item-info ul li {
    padding-left: 80px;
    font-size: 16px;
    margin-bottom: 30px;
    min-height: 48px;
  }

  .about-timeline-carousel-item {
    min-height: 300px;
  }

  .about-timeline-carousel-item-main {
    margin-bottom: 80px;
  }

  .about-timeline-wrapper .text-box {
    margin-bottom: 90px;
  }

  .applications-bg-text-content h2 {
    font-size: 44px;
    margin-bottom: 28px;
  }

  .applications-bg-text-wrapper.about-iso {
    padding: 110px 0;
  }

  .tex-box-wrapper {
    padding: 110px 0;
  }

  .application-introduction.application-bottom-introduction h1 {
    margin-bottom: 50px;
  }

  .application-technologies-wrapper .text-box {
    margin-bottom: 50px;
  }

  .application-technologies-wrapper {
    padding: 100px 0 110px;
  }

  .application-carousel-content h3 {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .application-carousel-item {
    min-height: 600px;
  }

  .home-applications.application-applications {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .application-introduction-wrapper {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .application-introduction p {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .app-auto-usecases-section-2 {
    padding: 130px 0 140px;
  }

  .technologies-features ul li {
    padding: 48px 40px;
  }

  .technologies-inner-apps .text-box {
    margin-bottom: 70px;
  }

  .app-solutions.technologies-inner-apps {
    padding: 100px 0 16px;
  }

  .technologies-inner-features-wrapper {
    padding: 100px 0;
  }

  .technologies-testimonials-wrapper {
    padding: 100px 0;
  }

  .technologies-benefits-wrapper {
    margin-bottom: 120px;
  }

  .technologies-graphs-wrapper {
    margin-top: 100px;
  }

  .technologies-slider-wrapper {
    padding: 100px 0;
  }

  .technologies-video-content-hold {
    padding-left: 50px;
  }

  .technologies-video-wrapper {
    margin-top: 90px;
    margin-bottom: 100px;
  }

  .technologies-awards-wrapper {
    margin-top: 80px;
    margin-bottom: 90px;
  }

  .text-reg {
    font-size: 18px;
  }

  .technologies-item {
    margin-bottom: 100px;
  }

  .technologies-content-wrapper {
    padding: 100px 0 120px;
  }

  .header-nav nav ul li {
    margin-right: 21px;
    font-size: 14px;
  }

  .nav-tech ul {
    max-height: 440px;
  }

  .home-about-text {
    padding: 20px 2% 43px 10%;
  }

  .products-page-content-right-items .application-usecases-carousel-image-wrap {
    width: 137px;
    height: 137px;
  }

  .psit-box-box-title {
    font-size: 34px;
  }

  .support-inner-page .support-content-wrapper {
    padding: 90px 0;
  }

  .form-element label {
    font-size: 18px;
  }

  .form-element input, .form-element input:focus {
    height: 48px;
    font-size: 16px;
  }

  .form-element select, .form-element select:focus {
    height: 48px;
    font-size: 16px;
  }

  .form-element label input, .form-element label input:focus, .form-element label select, .form-element label select:focus {
    margin-top: 4px;
  }

  .form-element {
    margin-bottom: 40px;
  }

  .company-locations-nav.close {
    top: 90px;
  }

  main {
    padding-top: 90px;
  }
}
/* END of 1200 media */
@media only screen and (max-width: 1140px) {
  .sdot-c18 .sdot-title {
    width: 54px;
    white-space: nowrap;
    top: 22px !important;
  }

  .sdot-e52-1 {
    top: 61%;
    left: 79%;
    width: 12%;
  }
}
/* END of 1140 media */
@media only screen and (max-width: 1100px) {
  .header-nav {
    width: calc(100% - 470px);
  }

  .header-right {
    width: 212px;
  }
}
/* END of 1100 media */
@media only screen and (min-width: 1024px) {
  .header-mobile {
    display: none !important;
  }
}
/* END of 1024 media */
@media only screen and (max-width: 1023px) {
  .virtual-demos-anchor,
.technologies-item-anchor {
    top: -100px;
  }

  .events-press-wrapper .text-box {
    margin-bottom: 50px;
  }

  .events-press-wrapper {
    padding: 100px 0 190px;
  }

  .events-features-wrapper.about-features {
    margin-bottom: 110px;
  }

  .events-features-wrapper.about-features .technologies-item-content {
    padding: 80px 8% 80px 8%;
  }

  .register-form-right {
    padding-left: 20px;
  }

  .register-form-left {
    padding-right: 20px;
  }

  .reveal-register {
    padding: 70px 8% 80px;
  }

  .text-box-lg.text-box p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .full-image {
    padding-bottom: 40%;
    margin-bottom: 90px;
  }

  .partners-detail-table table tr td {
    padding: 10px 5px;
    font-size: 11px;
  }

  .partners-detail-form {
    padding: 50px 0 0px 0%;
  }

  .partners-detail-form-hold {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .partners-page .inner-intro-text h2,
.partners-page .inner-intro-text h3,
.partners-page .inner-intro-text h4,
.partners-page .inner-intro-text h5 {
    padding: 0 10%;
  }

  .partners-page .inner-intro-text p {
    padding: 0 10%;
  }

  .partners-list ul li {
    width: 45%;
    min-width: 45%;
    margin-right: 10%;
    margin-bottom: 50px;
    position: relative;
  }

  .partners-list ul li:nth-child(3n) {
    margin-right: 10%;
  }

  .partners-list ul li:nth-child(2n) {
    margin-right: 0%;
  }

  .company-location-item-phone {
    bottom: 45px;
  }

  .contact-sales-form-wrapper {
    padding: 90px 0 100px;
  }

  .contact-sales-form-submit {
    margin-top: 30px;
  }

  .contact-sales-bottom {
    padding: 100px 0;
  }

  .news-item-left {
    padding-right: 20px;
  }

  .news-item-right span {
    position: absolute;
    bottom: 0px;
    right: auto;
    left: 0;
  }

  .news-item-right {
    padding-bottom: 40px;
    padding-right: 0px;
  }

  .event-single-webinar-wrapper {
    padding-top: 100px;
    margin-bottom: 90px;
  }

  .event-single-webinar-left {
    padding-right: 6%;
  }

  .webinar-speaker-right .entry p {
    font-size: 18px;
  }

  .event-single-wrapper .entry h2 {
    margin-bottom: 30px;
  }

  .event-single-info-grid ul li {
    width: 47%;
    margin-right: 6%;
    padding-left: 70px;
  }

  .event-single-info-block {
    margin-top: -80px;
    padding: 80px 30px 80px;
  }

  .event-single-info-details {
    font-size: 16px;
  }

  .intro-single-event .inner-intro-text h1 {
    margin-bottom: 25px;
  }

  .intro-single-event.inner-intro-lg .row {
    transform: translateY(-30px);
  }

  .events-wrapper {
    padding: 80px 0 100px;
  }

  .release-single-additional .text-box {
    margin-bottom: 30px;
  }

  .release-single-additional-list {
    padding: 0;
  }

  .release-single-additional .text-box h1 {
    margin-bottom: 30px;
  }

  .release-single-additional {
    padding: 90px 0 100px;
  }

  .release-single-content {
    margin-bottom: 80px;
  }

  .careers-features {
    margin-bottom: 90px;
  }

  .intro-press-release-single-title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .press-releases-list ul li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .press-releases-list ul li:nth-child(3n) {
    margin-right: 20px;
  }

  .press-releases-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .press-releases-list ul li:nth-child(3n+1) {
    clear: none;
  }

  .press-releases-list ul li:nth-child(2n+1) {
    clear: both;
  }

  .company-ip-list-text {
    padding: 0;
  }

  .company-ip-list-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .company-ip-list {
    margin-bottom: 40px;
  }

  .company-ip-list ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 60px 30px 40px;
  }

  .company-ip-grey-wrapper {
    padding: 90px 0 100px;
  }

  .company-ip-introduction-wrapper {
    padding: 90px 0 80px;
  }

  .cg-list .accordion-item {
    margin-bottom: 60px;
  }

  .cg-list .accordion-title {
    font-size: 26px;
  }

  .company-leadership-wrapper {
    padding: 90px 0 90px;
  }

  .company-leadership-list ul li {
    float: left;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .company-leadership-list ul li:nth-child(3n) {
    margin-right: 10px;
  }

  .company-leadership-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .company-leadership-list ul li:nth-child(3n+1) {
    clear: none;
  }

  .company-leadership-list ul li:nth-child(2n+1) {
    clear: both;
  }

  .close-button {
    top: 30px;
    right: 30px;
  }

  .leadership-reveal-position {
    margin-bottom: 30px;
  }

  .leadership-reveal-text {
    font-size: 16px;
  }

  .reveal-leadership {
    padding: 70px 70px;
  }

  .company-location-item-phone {
    padding: 0 20px;
  }

  .company-locations-list ul li {
    padding: 40px 20px 100px;
  }

  .company-locations-lists-wrapper {
    padding-bottom: 100px;
  }

  .company-locations-list ul li {
    min-width: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .company-location-item-title {
    font-size: 20px;
    margin-bottom: 15px;
    min-height: 105px;
  }

  .company-locations-nav-wrapper {
    margin-bottom: 90px;
  }

  .company-locations-nav.close {
    top: 70px;
  }

  .company-video-wrapper {
    padding: 100px 0 120px;
  }

  .open-potitions-wrapper {
    padding: 90px 0;
  }

  .intership-bg-wrapper {
    margin-bottom: 80px;
  }

  .intership-video-wrapper {
    margin-bottom: 100px;
  }

  .intership-introduction .text-box h1, .intership-introduction .text-box h2, .intership-introduction .text-box h3 {
    margin-bottom: 28px;
  }

  .intership-introduction {
    padding: 90px 0;
  }

  .careers-video-wrapper {
    padding-top: 100px;
  }

  .careers-features {
    margin-bottom: 100px;
  }

  .careers-open-positions {
    margin-top: -30px;
    padding: 120px 0 90px;
    margin-bottom: 90px;
  }

  .img-text-block-right {
    padding-left: 2%;
  }

  .img-text-block {
    padding: 0;
  }

  .about-features {
    margin-bottom: 130px;
  }

  .app-auto-usecases-section-2.about-carousel-solutions-hold {
    padding-bottom: 80px;
  }

  .about-carousel-solutions-hold .application-usecases-carousel .owl-nav {
    left: 0;
    bottom: 0;
  }

  .about-carousel-solutions-hold .home-news-carousel-wrap {
    width: calc(100% + 24px);
  }

  .about-carousel-solutions-hold.app-auto-usecases-section-2 .home-news-carousel-hold {
    width: 100%;
  }

  .about-carousel-solutions-hold.app-auto-usecases-section-2 .home-news-title {
    padding: 0px 5% 0px 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .applications-bg-text-wrapper.about-iso {
    padding: 100px 0;
  }

  .tex-box-wrapper {
    padding: 100px 0;
  }

  .about-timeline-wrapper .text-box {
    margin-bottom: 70px;
  }

  .about-tech .text-box {
    margin-bottom: 70px;
  }

  .about-founded {
    margin-bottom: 90px;
  }

  .headline-big-text h2 {
    font-size: 30px;
  }

  .about-introduction {
    padding: 90px 0;
  }

  .sdot-horizontal-left .sdot-box-on-left {
    right: calc(100% + 30px);
  }

  .sdot-box {
    width: 200px;
  }

  .sdot-horizontal .sdot-box-on-right {
    left: calc(100% + 30px);
  }

  .sdot-horizontal-left .sdot-title {
    right: calc(100% + 35px);
  }

  .sdot-horizontal .sdot-title {
    left: calc(100% + 35px);
  }

  .spinning-carousel .owl-nav button.owl-next {
    right: 20px;
  }

  .spinning-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .circle-gradient {
    width: 40px;
    height: 40px;
  }

  .sdot:after {
    width: 40px;
    height: 40px;
  }

  .application-introduction.application-bottom-introduction h1 {
    margin-bottom: 40px;
  }

  .applications-bg-text-wrapper {
    min-height: 480px;
  }

  .applications-bg-text-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .home-applications.application-applications .home-applications-left {
    width: 100%;
  }

  .application-technologies-wrapper {
    padding: 80px 0;
  }

  .application-carousel-item {
    min-height: 500px;
    margin-bottom: 80px;
  }

  .application-carousel-content p {
    font-size: 16px;
  }

  .application-carousel-content h3 {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .application-introduction h1 {
    font-size: 32px;
  }

  .application-introduction p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .application-introduction-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .technologies-inner-features-wrapper .text-box {
    margin-bottom: 40px;
  }

  .technologies-inner-apps .text-box {
    margin-bottom: 40px;
  }

  .app-solutions.technologies-inner-apps {
    padding: 80px 0 10px;
  }

  .technologies-features ul li {
    padding: 40px 20px;
  }

  .technologies-features-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .technologies-features-text {
    font-size: 16px;
  }

  .technologies-inner-features-wrapper {
    padding: 80px 0;
  }

  .technologies-testimonials-wrapper {
    padding: 90px 0;
  }

  .testimonials-carousel-author {
    font-size: 18px;
    max-width: 50%;
  }

  .testimonials-carousel-text {
    font-size: 16px;
  }

  .technologies-testimonials-wrapper:after {
    width: calc(30% - 10px);
  }

  .technologies-benefits-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .technologies-benefits-wrapper .technologies-item-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .technologies-benefits-wrapper .technologies-list .technologies-item .title-md:before {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .technologies-benefits-wrapper .text-box {
    margin-bottom: 40px;
  }

  .technologies-benefits-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .technologies-graphs-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
    font-size: 16px;
  }

  .technologies-slider-wrapper {
    padding: 80px 0;
  }

  .technologies-video-content-hold {
    padding-left: 30px;
  }

  .technologies-video-hold {
    padding-right: 20px;
  }

  .technologies-video-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .technologies-awards-wrapper {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .technologies-awards ul li a img {
    max-height: 60px;
    max-width: 80px;
  }

  .technologies-awards ul li {
    margin-right: 50px;
  }

  .technologies-list .technologies-item .title-md:before {
    left: -20px;
    top: -25px;
    font-size: 60px;
  }

  .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 68px 40px 40px 40px;
  }

  .technologies-item-content {
    padding: 68px 40px 40px 5%;
    min-height: 440px;
  }

  .technologies-item-links ul li {
    width: 32%;
    margin-right: 2%;
  }

  .technologies-item-links ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .technologies-item-links ul li:nth-child(3n) {
    margin-right: 0%;
  }

  .technologies-item-links ul li:nth-child(4n+1) {
    clear: none;
  }

  .technologies-item-links ul li:nth-child(3n+1) {
    clear: both;
  }

  .form-radio-inline .radio-item {
    margin-right: 30px;
  }

  .form-radio-inline > label {
    margin-right: 50px;
  }

  .title-md {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .support-form-left {
    padding-right: 20px;
  }

  .support-form-right {
    padding-left: 20px;
  }

  .support-list ul li a:hover:after {
    transform: translate(-10px, -10px);
  }

  .support-content-wrapper {
    padding: 100px 0;
  }

  main {
    padding-top: 68px;
  }

  .four-o-four-section {
    height: calc(100vh - 71px);
  }

  header {
    padding: 22px 0;
  }

  .footer-item-accordion {
    display: block;
  }

  .footer-item {
    display: none;
  }

  .footer-item-info {
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 28px;
  }

  .footer-socials {
    margin-bottom: 29px;
  }

  .footer-btn {
    margin-bottom: 45px;
  }

  .footer-copyright-section .row {
    padding: 0 16px;
  }

  .footer-copyright-section {
    padding: 17px 0 20px;
  }

  .footer-item-nav {
    margin-bottom: 0;
  }

  .hamburger-nav {
    display: inline-block;
  }

  .header-right-btn,
.header-globe {
    display: none;
  }

  .header-right > ul > li {
    margin-left: 18px;
  }

  .header-nav {
    display: none;
  }

  .header-right {
    width: calc(100% - 166px);
  }

  .header-logo {
    width: 166px;
  }

  .header-logo img {
    max-width: 146px;
  }

  .home-intro-carousel .item {
    padding: 100px 0;
  }

  .home-intro-title {
    font-size: 70px;
  }

  .home-intro {
    min-height: 500px;
  }

  .home-about-video {
    padding-left: 0;
  }

  .text-box {
    margin-bottom: 9px;
  }

  .text-box h1,
.text-box h2,
.text-box h3 {
    font-size: 36px;
  }

  .text-box p,
.text-box ul li,
.text-box ol li {
    font-size: 16px;
  }

  .text-box > ul > li::before {
    top: 10px;
  }

  .home-prodcut-all-mobile {
    display: block;
  }

  .home-prodcut-all {
    display: none;
  }

  .home-tech-items-hold {
    padding: 0;
  }

  .home-tech-items-hold .home-tech-item:nth-child(4n+2) {
    padding-right: 0;
  }

  .home-tech-items-hold .home-tech-item:nth-child(4n+4) {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .home-tech {
    padding: 80px 0;
  }

  .home-prodcut {
    padding: 100px 0 0;
  }

  .home-about {
    padding: 100px 0 0;
  }

  .home-news {
    padding: 80px 0;
  }

  .home-news-title {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 45px;
  }

  .home-news-carousel-hold {
    width: 100%;
  }

  .home-news-carousel .owl-nav,
.application-usecases-carousel .owl-nav {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 25px;
    padding-right: 24px;
  }

  .home-news-carousel-wrap {
    width: calc(100% + 24px);
  }

  .home-applications-right {
    display: none;
  }

  .home-applications-left {
    padding: 80px 24px 19px;
    width: 100%;
  }

  .home-applications-list {
    display: none;
  }

  .home-applications-list-mobile {
    display: block;
  }

  .home-applications .row {
    padding: 0;
  }

  .home-applications .row:before {
    display: none;
  }

  .home-applications {
    padding-bottom: 0;
  }

  .app-solutions {
    padding: 100px 0 14px;
  }

  .app-solutions-list ul li {
    width: 44%;
    margin-bottom: 80px;
  }

  .app-solutions-list ul li:nth-child(3n) {
    margin-right: 12%;
  }

  .app-solutions-list ul li:nth-child(3n+1) {
    clear: none;
  }

  .app-solutions-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .app-solutions-list ul li:nth-child(2n+1) {
    clear: both;
  }

  .inner-intro-text h1 {
    font-size: 46px;
  }

  .inner-intro-text h2,
.inner-intro-text h3,
.inner-intro-text h4,
.inner-intro-text h5 {
    padding: 0 10%;
  }

  .inner-intro-text p {
    padding: 0 10%;
  }

  .app-auto-usecases-section-2 {
    padding: 80px 0;
  }

  .app-auto-usecases-section-2 .home-news-title {
    padding: 0;
    width: 100%;
  }

  .app-auto-usecases-section-2 .home-news-carousel-hold {
    width: 100%;
  }

  .app-auto-usecases-section-row {
    padding: 0;
  }

  .image-sensors-section-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .image-sensors-section {
    padding: 100px 0;
  }

  .image-sensors-section-title {
    font-size: 30px;
  }

  .image-sensors-section-list ul li {
    margin-bottom: 10px;
  }

  .image-sensors-section-list ul li .home-prodcut-item a {
    height: 102px;
    padding: 36px 15px 36px 100px;
  }

  .image-sensors-section-list ul li .home-prodcut-item-image {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    position: absolute;
    top: 21px;
    left: 15px;
    transform: translateX(0);
  }

  .image-sensors-section-list ul li .home-prodcut-item:hover .home-prodcut-item-image {
    margin-top: 0;
  }

  .image-sensors-section-title {
    font-size: 24px;
  }

  .image-sensors-section {
    padding: 38px 0 47px;
  }

  .image-sensors-section-list {
    margin-bottom: 30px;
    padding: 0;
  }

  .image-sensors-section-list ul li .home-prodcut-item-image-wrap {
    width: 100%;
    height: 0;
  }

  .image-sensors-section-list ul li .home-prodcut-item:hover .home-prodcut-item-image-wrap {
    margin-top: 0;
  }

  .image-sensors-section-list ul li .home-prodcut-item:hover .home-prodcut-item-image {
    top: 21px;
  }

  .image-sensors-section-list ul li .home-prodcut-item a:before,
.image-sensors-section-list ul li .home-prodcut-item .home-prodcut-item-text {
    display: none;
  }

  .header-search-content {
    padding: 10px 30px;
  }

  .nav-tech ul {
    max-height: 100%;
    min-width: 1px !important;
    display: block;
  }

  .header-submenu-title {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }

  .header-submenu-title:first-child {
    margin-top: 0 !important;
  }

  .products-page-content-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .products-page-content-right {
    width: 100%;
  }

  .products-page-filter-reset-hold {
    padding: 3px 0 4px 0;
    margin-bottom: 22px;
  }

  .products-page-content-right-items ul li {
    width: 48.9%;
  }

  .products-page-content-right-items ul li:nth-child(3n) {
    margin-right: 2.2%;
  }

  .products-page-content-right-items ul li:nth-child(3n+1) {
    clear: none;
  }

  .products-page-content-right-items ul li:nth-child(2n) {
    margin-right: 0;
  }

  .products-page-content-right-items ul li:nth-child(2n+1) {
    clear: both;
  }

  .products-page-content-desktop {
    display: none;
  }

  .products-page-content-mobile {
    display: block;
  }

  .product-page-back-to-top,
.products-page-content-more {
    padding-left: 0;
  }

  .product-single-intro-image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 60%;
    height: auto;
  }

  .psit-box {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 64px 64px 51px;
    position: relative;
    bottom: 0;
  }

  .product-single-intro {
    margin-bottom: 40px;
    min-height: 1px;
  }

  .product-single-info {
    margin-bottom: 60px;
  }

  .text-reg {
    font-size: 16px;
  }

  .technologies-item-content .text-reg {
    padding-right: 0px;
  }

  .home-applications.application-applications {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .open-potitions-wrapper .text-box {
    margin-bottom: 6 0px;
  }

  .company-awards-block .text-box {
    margin-bottom: 40px;
  }

  .company-awards-wrapper {
    padding: 60px 0 80px;
  }

  .company-awards-block {
    margin-bottom: 80px;
  }

  .home-prodcut-items-left .home-prodcut-item:last-child {
    margin-bottom: 87px;
  }

  .home .home-prodcut {
    padding: 16% 0 0;
  }

  .faq-section {
    padding: 80px 0;
  }

  .single-product .product-single-intro-image {
    right: 0;
  }

  .event-introduction-wrapper {
    margin-bottom: 110px;
  }

  .reveal-register .entry {
    margin-bottom: 40px;
  }

  .news-twitter-sideblock {
    padding-left: 0;
    padding-top: 40px;
  }

  .applications-bg-text-wrapper.events-bg-text-wrapper.demo-room-events-bg-text-wrapper {
    margin-bottom: 80px;
  }

  .intro-down-btn {
    left: auto;
    right: 24px;
    bottom: auto;
    top: -25px;
  }

  .partners-detail-form-hold-box {
    padding-left: 0;
  }

  .home-news.product-single-news {
    margin-bottom: 100px;
  }

  .single-product-technologies {
    margin-bottom: 100px;
  }

  .single-product-technologies-list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .single-product-technologies-list ul li:nth-child(3n) {
    padding-right: 20px;
  }

  .single-product-technologies-list ul li:nth-child(3n+1) {
    clear: none;
  }

  .single-product-technologies-list ul li:nth-child(2n) {
    padding-right: 0;
  }

  .single-product-technologies-list ul li:nth-child(2n+1) {
    clear: both;
  }

  .single-product-technologies .technologies-item-content {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .form-checkbox-inline {
    padding-left: 0;
  }

  .form-checkbox-inline > label {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
  }

  .image-sensors-section-list.product-solutions-section-list ul li {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }

  .image-sensors-section-list.product-solutions-section-list ul li .home-prodcut-item {
    height: 100%;
  }

  .image-sensors-section-list.product-solutions-section-list ul li a {
    height: 100% !important;
    padding: 26px 15px 26px 100px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-solutions-section-tab-nav {
    padding-left: 0;
  }

  .product-solutions-section {
    padding: 80px 0;
  }

  .product-solutions-section-list ul li .home-prodcut-item-image-wrap {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .product-solutions-section-list ul li .home-prodcut-item-image-wrap img {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    transform: translateX(0);
  }

  .product-solutions-section-list ul li .home-prodcut-item-title::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-application .home-applications.application-applications {
    margin: 0;
  }

  .faq-accordion .accordion-content {
    padding: 0 0 3px 0;
  }

  .product-single-intro .product-single-intro-image {
    display: none;
  }

  .product-single-intro .product-single-intro-text {
    display: block;
  }

  .product-single-intro-psit-box-hold {
    max-width: 100%;
    padding-top: 0;
  }

  .home-news-carousel .owl-nav {
    display: block !important;
  }

  .single-press_releases .technologies-item-image {
    width: 100%;
  }

  .about-timeline-wrapper {
    padding: 100px 0;
  }

  .product-solutions-section-v2-top,
.product-solutions-section-box {
    margin-bottom: 40px;
  }

  .product-solutions-section-v2-top .nopadleft,
.product-solutions-section-v2-top .nopadright {
    padding: 0;
  }

  .product-solutions-section-v2-top .nopadright.text-box {
    padding-top: 20px;
  }

  .global-announcement-hold {
    top: -22px;
  }

  .global-announcement span {
    font-size: 14px;
  }

  .global-announcement a {
    font-size: 16px;
  }

  .sdot-m14 .sdot-box {
    right: -185px !important;
    top: 7px !important;
  }

  .sdot-m26 .sdot-box.sdot-box-on-right {
    left: 116px !important;
    top: 43px !important;
  }

  .sdot-m26.sdot-m27 .sdot-box.sdot-box-on-right {
    top: 43px !important;
  }

  .sdot-e33-2 {
    transform: rotate(-30deg) !important;
    top: 86%;
    left: 21%;
    width: 14%;
  }

  .sdot-e33-2 .sdot-title {
    transform: rotate(30deg) !important;
    right: calc(100% + 18px) !important;
    top: calc(100% - 83px) !important;
  }

  .sdot-e33-2 .sdot-box {
    transform: rotate(30deg) !important;
  }

  .sdot-e22-1 {
    left: 21%;
    width: 17%;
  }

  .sdot-c19 .sdot-title {
    padding-left: 10px;
  }
}
/* END of 1023 media */
@media screen and (max-width: 800px) {
  .post-type-archive-press_releases .press-releases-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
/* END of 800 media */
@media screen and (max-width: 639px) {
  .full-video-carousel-hold .full-carousel-content {
    min-height: 220px;
  }

  .events-press-block {
    margin-bottom: 150px;
  }

  .full-video-carousel.owl-carousel .owl-nav button.owl-next, .full-video-carousel.owl-carousel .owl-nav button.owl-prev {
    bottom: -80px;
  }

  .full-video-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .full-video-carousel.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }

  .events-press-carousel-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .events-press-wrapper .text-box h1 {
    margin-bottom: 25px;
  }

  .events-press-wrapper {
    padding: 80px 0 150px;
  }

  .events-features-wrapper.about-features {
    margin-bottom: 80px;
  }

  .events-features-wrapper.about-features .technologies-item-image {
    height: 480px;
  }

  .events-features-wrapper.about-features .technologies-item-content {
    padding: 50px 7.5% 0;
  }

  .app-events {
    padding: 0px 0 40px;
  }

  .app-events .text-box {
    margin-bottom: 30px;
  }

  .events-top-text-wrapper {
    padding: 70px 0 80px;
  }

  .register-form-submit {
    margin-top: 20px;
  }

  .reveal-register .entry {
    margin-bottom: 30px;
  }

  .reveal-register {
    width: 100%;
    padding: 60px 20px;
  }

  .register-form-right {
    padding-left: 0;
  }

  .register-form-left {
    padding-right: 0;
  }

  .links-list a {
    margin-bottom: 10px;
  }

  .links-list a:last-child {
    margin-bottom: 0px;
  }

  .events-image-text-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 40px 7.5% 0px 7.5%;
  }

  .events-image-text-wrapper .technologies-item-content {
    padding: 40px 7.5% 0px 7.5%;
  }

  .webinar-speaker-links a {
    margin-bottom: 10px;
  }

  .webinar-speaker-links a:last-child {
    margin-bottom: 0px;
  }

  .technical-talk-right .webinar-speaker-right {
    padding-left: 0;
  }

  .technical-talk-name {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .technical-talk-right .webinar-speaker-image-hold {
    margin-bottom: 14px;
  }

  .technical-talk-right {
    padding: 40px 20px;
  }

  .technical-talk-right:after {
    display: none;
  }

  .technical-talk {
    padding-top: 80px;
  }

  .technical-talk-left {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .events-text-wrapper {
    margin-bottom: 80px;
  }

  .events-text-wrapper .text-box h1 {
    margin-bottom: 30px;
  }

  .full-image {
    padding-bottom: 50%;
    margin-bottom: 80px;
  }

  .event-introduction-wrapper {
    margin-bottom: 80px;
  }

  .event-info-box-register {
    margin-top: 25px;
  }

  .event-info-box-text {
    font-size: 15px;
  }

  .event-info-box-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .event-info-box-icon {
    margin-bottom: 16px;
  }

  .event-info-box ul li {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .event-info-box ul li:last-child {
    margin-bottom: 0px;
  }

  .event-introduction-wrapper .text-box h1 {
    margin-bottom: 30px;
  }

  .partners-detail-table {
    margin-left: -24px;
    width: calc(100% + 48px);
  }

  .partners-detail-table table tr td {
    padding: 6px 2px;
    font-size: 10px;
  }

  .full-carousel-button {
    bottom: 20px;
  }

  .full-carousel-title {
    font-size: 18px;
  }

  .full-carousel-date {
    font-size: 14px;
  }

  .full-carousel-content {
    min-height: 310px;
    padding: 20px 20px 70px;
  }

  .full-carousel-item {
    width: 270px;
  }

  .partners-detail-bottom .title-md {
    margin-bottom: 40px;
  }

  .full-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .full-carousel.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }

  .full-carousel.owl-carousel .owl-nav button.owl-next, .full-carousel.owl-carousel .owl-nav button.owl-prev {
    bottom: -80px;
  }

  .partners-detail-bottom {
    padding: 80px 0 140px;
  }

  .partners-detail-table-hold .title-md {
    margin-bottom: 40px;
  }

  .partners-detail-content-wrapper .technologies-list {
    margin-bottom: 80px;
  }

  .partners-detail-content-wrapper .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 66px 20px 0px 7.5%;
  }

  .partners-detail-content-wrapper .technologies-item-content .text-reg {
    margin-bottom: 0;
  }

  .partners-detail-content-wrapper .technologies-item-content {
    padding: 66px 7.5% 0px 20px;
  }

  .partners-detail-content-wrapper .technologies-list .technologies-item .title-md:before {
    top: -40px;
    font-size: 40px;
  }

  .partners-detail-content-wrapper .technologies-item-image {
    height: 480px;
  }

  .partners-detail-introduction {
    margin-bottom: 70px;
  }

  .partners-detail-introduction-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .partners-detail-content-wrapper {
    padding: 70px 0 85px;
  }

  .partners-detail-form-title {
    font-size: 18px;
  }

  .partners-detail-form {
    padding: 30px 0 0px 0%;
  }

  .inner-intro-custom-text p img {
    max-height: 50px;
  }

  .inner-intro-custom-text h1 {
    font-size: 36px;
  }

  .partners-list-logo {
    height: 60px;
    margin-bottom: 36px;
  }

  .partners-list ul li a {
    padding: 70px 10% 50px;
  }

  .partners-list-wrapper {
    padding: 80px 0 50px;
  }

  .partners-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  .partners-list ul li:nth-child(3n) {
    margin-right: 0%;
  }

  .partners-page .inner-intro-text h2,
.partners-page .inner-intro-text h3,
.partners-page .inner-intro-text h4,
.partners-page .inner-intro-text h5 {
    padding: 0 5%;
  }

  .partners-page .inner-intro-text p {
    padding: 0 5%;
  }

  .partners-page .inner-intro-text h1 {
    margin-bottom: 20px;
  }

  .distribution-channels-page .company-locations-list ul li {
    padding-bottom: 120px;
  }

  .sales-element-left {
    padding-right: 0px;
  }

  .sales-element-right {
    padding-left: 0px;
  }

  .contact-sales-form-submit {
    margin-top: 10px;
  }

  .contact-sales-form-hold .wpcf7-form-control-wrap {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }

  .form-question {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .contact-sales-form-wrapper {
    padding: 70px 0 80px;
  }

  .contact-sales-bottom .text-box {
    margin-bottom: 20px;
  }

  .contact-sales-bottom .text-box h1, .contact-sales-bottom .text-box h2, .contact-sales-bottom .text-box h3 {
    margin-bottom: 15px;
  }

  .contact-sales-bottom {
    padding: 70px 0;
  }

  .contact-sales-introduction {
    padding: 50px 0;
  }

  .news-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .news-item-date {
    font-size: 14px;
  }

  .news-item-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .news-item a {
    display: block;
  }

  .event-single-wrapper .entry h2 {
    margin-bottom: 20px;
  }

  .webinar-carousel.owl-carousel .owl-nav {
    left: 0;
    width: 100%;
    bottom: 0px;
    text-align: center;
  }

  .webinar-speaker-right {
    min-height: 1px;
  }

  .webinar-speakers-carousel-hold:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: 9999px;
    background: #fff;
  }

  .webinar-speaker-right .entry p {
    font-size: 14px;
  }

  .webinar-speaker-image-hold {
    margin-bottom: 10px;
  }

  .webinar-speaker-left {
    padding: 0 0px 20px;
  }

  .webinar-carousel-item {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .event-single-webinar-wrapper {
    padding-top: 70px;
    margin-bottom: 70px;
  }

  .event-single-wrapper {
    padding-bottom: 60px;
  }

  .intro-single-event.inner-intro-lg .row {
    transform: translateY(-10px);
  }

  .event-single-info-details {
    font-size: 14px;
  }

  .event-single-info-details p {
    margin-bottom: 10px;
  }

  .event-single-info-title {
    font-size: 22px;
  }

  .event-single-info-grid ul li img {
    max-width: 30px;
  }

  .event-single-info-grid ul li {
    width: 100%;
    margin-right: 0%;
    padding-left: 45px;
    margin-bottom: 30px;
  }

  .event-single-info-grid ul li:last-child {
    margin-bottom: 0px;
  }

  .event-single-info-block {
    margin-top: -25px;
    padding: 50px 20px 70px;
  }

  .events-wrapper {
    padding: 70px 0 80px;
  }

  .intro-press-release-single .technologies-item-image {
    height: 400px;
  }

  .intro-press-release-single .technologies-item-content {
    padding-bottom: 0px;
    padding-top: 24px;
    min-height: 1px;
  }

  .intro-press-release-single-date {
    font-size: 14px;
  }

  .intro-press-release-single-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .release-single-content {
    margin-bottom: 60px;
  }

  .release-single-additional .text-box p {
    margin-bottom: 15px;
  }

  .release-single-additional {
    padding: 70px 0 80px;
  }

  .release-single-additional-list-title {
    margin-bottom: 20px;
  }

  .release-single-additional-list-info {
    font-size: 16px;
  }

  .release-single-additional-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 40px 20px 44px;
  }

  .release-single-additional-list ul li:last-child {
    margin-bottom: 0px;
  }

  .press-releases-sidebar-list ul li a {
    font-size: 14px;
  }

  .press-releases-sidebar-block {
    margin: 0;
    padding: 0;
    border: none;
  }

  .press-releases-sidebar-title {
    margin-bottom: 10px;
  }

  .press-releases-sidebar-list ul li {
    margin-bottom: 2px;
  }

  .press-releases-sidebar {
    padding: 20px 20px;
  }

  .press-releases-wrapper {
    padding: 70px 0 80px;
  }

  .press-release-list-content {
    min-height: 1px;
  }

  .press-releases-list ul li:nth-child(3n) {
    margin-right: 0px;
  }

  .press-releases-list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .press-releases-wrapper-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }

  .press-releases-wrapper-left {
    width: 100%;
  }

  .company-ip-introduction-wrapper {
    padding: 70px 0 70px;
  }

  .company-ip-grey-wrapper .entry {
    margin-bottom: 25px;
  }

  .company-ip-grey-wrapper {
    padding: 70px 0 80px;
  }

  .text-blue-lg {
    font-size: 18px;
  }

  .company-ip-list-text {
    font-size: 16px;
  }

  .company-ip-list-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .company-ip-list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 50px 20px 40px;
    min-height: 1px;
  }

  .company-cg-wrapper {
    padding: 70px 0 80px;
  }

  .cg-list .accordion-item {
    margin-bottom: 40px;
  }

  .cg-list .accordion-content {
    padding-top: 30px;
  }

  .cg-list .accordion-title {
    font-size: 20px;
  }

  .company-leadership-wrapper {
    padding: 60px 0;
  }

  .leadership-item-button {
    bottom: 40px;
  }

  .leadership-item-image-hold {
    margin-bottom: 20px;
  }

  .company-leadership-list ul li a {
    padding: 40px 20px 100px;
    min-height: 1px;
  }

  .leadership-item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .company-leadership-list ul li:nth-child(3n) {
    margin-right: 0px;
  }

  .company-leadership-list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .close-button {
    top: 20px;
    right: 20px;
  }

  .leadership-reveal-text {
    font-size: 14px;
  }

  .leadership-reveal-position {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .leadership-reveal-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .leadership-reveal-content {
    padding-left: 0;
  }

  .leadership-reveal-image {
    padding-bottom: 0%;
    width: 100px;
    height: 100px;
    display: inline-block;
  }

  .leadership-reveal-image-hold {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  .reveal-leadership {
    padding: 50px 20px;
  }

  .reveal-leadership {
    width: 100%;
  }

  .company-locations-main-address {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .company-locations-lists-wrapper {
    padding-bottom: 80px;
  }

  .company-locations-list ul li:last-child {
    margin-bottom: 0;
  }

  .company-locations-lists-block .text-box {
    margin-bottom: 10px;
  }

  .company-locations-lists-block {
    padding: 80px 0% 0;
  }

  .company-locations-nav-wrapper {
    margin-bottom: 60px;
    height: 40px;
  }

  .company-locations-nav ul li a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .company-location-item-phone {
    bottom: 40px;
  }

  .company-location-item-title {
    margin-bottom: 20px;
    min-height: 1px;
  }

  .company-locations-list ul li {
    min-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    min-height: 1px;
  }

  .company-app-solutions .app-solutions-list-title {
    height: 71px;
  }

  .company-video-wrapper {
    padding: 70px 0 80px;
  }

  .open-potitions-wrapper .text-box {
    margin-bottom: 40px;
  }

  .open-potitions-wrapper {
    padding: 70px 0;
  }

  .intership-bg-wrapper {
    margin-bottom: 0px;
  }

  .page-template-template-career_intership .intership-bg-wrapper {
    margin-bottom: 70px;
  }

  .intership-video-wrapper {
    margin-bottom: 70px;
  }

  .intership-introduction .text-box h1, .intership-introduction .text-box h2, .intership-introduction .text-box h3 {
    margin-bottom: 20px;
  }

  .intership-introduction {
    padding: 70px 0;
  }

  .careers-features {
    margin-bottom: 70px;
  }

  .img-text-block-right {
    padding: 0;
  }

  .careers-video-wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .careers-open-positions {
    margin-top: 0px;
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }

  .img-text-block-left {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .img-text-block {
    display: block;
  }

  .about-features {
    margin-bottom: 90px;
  }

  .about-founded {
    margin-bottom: 50px;
  }

  .about-timeline-wrapper .text-box {
    margin-bottom: 40px;
  }

  .about-timeline-wrapper {
    padding: 70px 0;
  }

  .about-timeline-carousel .owl-nav {
    top: -24px;
    padding: 0 24px;
  }

  .about-timeline-carousel-item {
    min-height: 235px;
  }

  .about-timeline-carousel-item-year {
    height: 38px;
  }

  .owl-carousel.about-timeline-carousel .center .about-timeline-carousel-item-year {
    font-size: 25px;
  }

  .about-timeline-carousel-item-main {
    margin-bottom: 60px;
  }

  .about-timeline-carousel-item-info {
    width: 280px;
    padding: 30px 24px 34px 24px;
    margin-top: 21px;
  }

  .about-timeline-carousel-item-info ul li {
    padding-left: 60px;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 42px;
  }

  .timeline-info-icon {
    width: 46px;
    height: 46px;
  }

  .timeline-info-icon img {
    max-width: 46px;
    max-height: 46px;
  }

  .applications-bg-text-wrapper.about-iso {
    padding: 70px 0;
  }

  .applications-bg-text-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .tex-box-wrapper {
    padding: 70px 0;
  }

  .about-tech .text-box {
    margin-bottom: 40px;
  }

  .about-solution-content {
    padding: 30px 24px 62px;
    min-height: 260px;
  }

  .about-solution-content .home-news-carousel-more {
    left: 24px;
  }

  .app-auto-usecases-section-2.about-carousel-solutions-hold {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headline-big-text h5 {
    font-size: 14px;
  }

  .headline-big-text h2 {
    font-size: 20px;
  }

  .about-features .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 48px 24px 40px 24px;
  }

  .about-features .technologies-item-content {
    padding: 48px 24px 40px 24px;
  }

  .about-introduction {
    padding: 70px 0;
  }

  .sdot-s24 {
    top: 59%;
    left: 73.6%;
  }

  .sdot-s23 {
    top: 60%;
    left: 25.6%;
  }

  .sdot-s22 {
    top: 21%;
    left: 61%;
  }

  .sdot-s21 {
    top: 20%;
    left: 25%;
  }

  .sdot-vertical.mobile-oposite .sdot-box-on-right {
    right: 20px;
    left: auto;
  }

  .sdot-s14 {
    top: 72%;
    left: 75%;
  }

  .sdot-s13 {
    top: 72%;
    left: 13.8%;
  }

  .sdot-s12 {
    top: 19%;
    left: 74.6%;
  }

  .sdot-s11 {
    top: 14%;
    left: 19%;
  }

  .security-carousel-list .sdot-low {
    height: 15%;
  }

  .security-carousel-list .sdot-mediumlow {
    height: 28%;
  }

  .security-carousel-list .sdot-medium {
    height: 22%;
  }

  .owl-carousel.spinning-carousel {
    padding-bottom: 50px;
  }

  .spining-slider-wrapper {
    padding: 50px 0 30px;
  }

  .security-carousel-list ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .security-carousel-list ul li {
    width: 50%;
  }

  .sdot-horizontal-left.mobile-oposite .sdot-box-on-left {
    left: 20px;
    right: auto;
  }

  .sdot-horizontal.mobile-oposite .sdot-box-on-right {
    right: 20px;
    left: auto;
  }

  .sdot-horizontal-left .sdot-box-on-left {
    right: calc(100% + 20px);
  }

  .sdot-horizontal .sdot-box-on-right {
    left: calc(100% + 20px);
  }

  .sdot-vertical.sdot-vertical-down.sdot-e36 .sdot-title,
.sdot-vertical.sdot-vertical-down.sdot-e37 .sdot-title {
    width: 50px;
  }

  .spinner-width {
    max-width: 160px;
  }

  .sdot-horizontal.sdot-e41 .sdot-title {
    width: 70px;
  }

  .sdot-vertical.sdot-vertical-down .sdot-title {
    top: calc(100% + 20px);
    width: 70px;
  }

  .sdot-e21 .sdot-title {
    width: 150px;
  }

  .sdot-m11 .sdot-box-on-right {
    left: 30px;
  }

  .sdot-m11 .sdot-box {
    top: 5px;
  }

  .mob-middle .sdot-box-on-right {
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
  }

  .sdot-horizontal-left .sdot-title {
    right: calc(100% + 20px);
  }

  .sdot-c24 .sdot-box-on-right {
    left: auto;
    right: -40px;
  }

  .sdot-c24 .sdot-box {
    transform: translateY(0%) rotate(-45deg);
    transform-origin: bottom right;
    top: -40px;
  }

  .sdot-c23 .sdot-box-on-right {
    left: auto;
    right: 15px;
  }

  .sdot-c22 .sdot-box-on-right {
    left: -5px;
  }

  .sdot-c21 .sdot-box-on-right {
    left: 20px;
  }

  .sdot-angle-right.sdot-c22 .sdot-title {
    left: -13px;
  }

  .sdot-angle-left.sdot-c21 .sdot-title {
    top: 0px;
  }

  .sdot-angle-right.sdot-angle-low-right .sdot-title {
    transform: translate(15px, -100%) rotate(-45deg);
    top: -3px;
  }

  .spinning-carousel.owl-carousel .owl-nav button.owl-next, .spinning-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
  }

  .sdot-c16 .sdot-box-on-left {
    right: 10px;
  }

  .sdot-c16 .sdot-box {
    top: -20px;
  }

  .sdot-c15 .sdot-box-on-left {
    right: 65px;
  }

  .sdot-c14 .sdot-box-on-right {
    left: 20px;
  }

  .sdot-c14 .sdot-box {
    top: 10px;
  }

  .sdot-c12 .sdot-box-on-right {
    left: -10px;
  }

  .sdot-c11 .sdot-box-on-right {
    left: 30px;
  }

  .sdot-angle-right-down .sdot-title {
    transform: translateX(10px) rotate(30deg);
    bottom: -36px;
  }

  .sdot:before {
    width: 6px;
    height: 6px;
  }

  .sdot-angle-right .sdot-title {
    transform: translate(-30px, -100%) rotate(-30deg);
    top: -8px;
  }

  .sdot-angle-left-down .sdot-title {
    transform: translateX(calc(-100% - 6px)) rotate(-30deg);
    bottom: -36px;
  }

  .sdot-angle-left .sdot-title {
    transform: translate(calc(-100% - 8px), -100%) rotate(30deg);
    top: 4px;
  }

  .sdot-c12 .sdot-title {
    width: 110px;
  }

  .applications-bg-text-wrapper {
    min-height: 440px;
  }

  .applications-bg-text-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .application-introduction.application-bottom-introduction h1 {
    margin-bottom: 30px;
  }

  .sdot-box-button .btn-line,
.sdot-box-button .btn-line:focus,
.sdot-box-button .btn-line:active {
    font-size: 14px;
  }

  .sdot-box-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sdot-box-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .sdot-box {
    padding: 10px 10px;
    width: 160px;
  }

  .sdot-box-on-right {
    left: 20px;
  }

  .sdot-box-on-left {
    right: 20px;
  }

  .spinning-slider-automotive-hold {
    padding-top: 100px;
  }

  .spinner-hold {
    margin-bottom: 15px;
  }

  .sdot-horizontal .sdot-title {
    left: calc(100% + 20px);
    width: 100px;
  }

  .sdot-title {
    width: 90px;
    font-size: 10px;
    bottom: calc(100% + 15px);
  }

  .circle-gradient {
    width: 20px;
    height: 20px;
  }

  .sdot:after {
    width: 20px;
    height: 20px;
  }

  .application-technologies-wrapper {
    padding: 38px 0;
  }

  .application-carousel-item {
    min-height: 460px;
    margin-bottom: 38px;
  }

  .application-carousel-content p {
    font-size: 14px;
  }

  .application-carousel-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .home-applications-text {
    font-size: 16px;
  }

  .home-applications.application-applications {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .application-introduction p {
    font-size: 16px;
  }

  .application-introduction h1 {
    font-size: 26px;
  }

  .application-introduction-wrapper {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .tabs-content-left-p {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }

  .technologies-benefits-wrapper .technologies-item-content {
    padding-top: 36px;
    padding-bottom: 0px;
  }

  .technologies-benefits-wrapper .technologies-list .technologies-item .title-md:before {
    font-size: 40px;
    margin-bottom: -5px;
  }

  .app-solutions.technologies-inner-apps {
    padding: 70px 0 30px;
  }

  .technologies-inner-features-wrapper {
    padding: 70px 0;
  }

  .testimonials-carousel .owl-nav {
    left: auto;
    right: 80px;
    bottom: -100px;
    width: 25px;
  }

  .testimonials-carousel.owl-carousel .owl-nav button.owl-next, .testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
  }

  .technologies-testimonials-wrapper:after {
    height: 80px;
    width: 85px;
  }

  .testimonials-carousel-author {
    font-size: 16px;
    max-width: 100%;
  }

  .testimonials-carousel-text {
    font-size: 14px;
  }

  .technologies-testimonials-wrapper {
    padding: 70px 0 100px;
  }

  .technologies-benefits-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .technologies-graphs-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
    padding: 8px 10px;
    font-size: 14px;
    bottom: 0;
  }

  .beer-handle {
    height: 40px;
    width: 40px;
  }

  .technologies-beer-slider-hold {
    margin-left: -24px;
    width: calc(100% + 48px);
  }

  .technologies-slider-wrapper {
    padding: 70px 0;
  }

  .technologies-video-content-hold .text-box {
    margin-bottom: 15px;
  }

  .technologies-video-content-hold {
    padding-left: 0px;
  }

  .technologies-video-hold {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .technologies-video-wrapper .row {
    display: block;
  }

  .technologies-video-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .technologies-awards-wrapper {
    margin-bottom: 70px;
  }

  .technologies-awards ul li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .technologies-awards ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technologies-features ul {
    display: block;
  }

  .technologies-features ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .technologies-features ul li:last-child {
    margin-bottom: 0px;
  }

  .technologies-list .technologies-item .title-md:before {
    left: -15px;
    font-size: 50px;
  }

  .technologies-item-image {
    height: 500px;
  }

  .technologies-content-wrapper {
    padding: 80px 0;
  }

  .technologies-item {
    margin-bottom: 70px;
  }

  .technologies-item:nth-child(2n) .technologies-item-content {
    padding: 48px 24px 40px 24px;
  }

  .technologies-item-content {
    padding: 48px 24px 40px 24px;
    min-height: 1px;
    width: calc(100% - 25px);
  }

  .technologies-item-content .title-md {
    margin-bottom: 15px;
  }

  .technologies-item-links ul li a {
    font-size: 14px;
  }

  .technologies-item-links ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px;
  }

  .technologies-item-links ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .technologies-item-links ul li:nth-child(2n) {
    margin-right: 0%;
  }

  .technologies-item-links ul li:nth-child(3n+1) {
    clear: none;
  }

  .technologies-item-links ul li:nth-child(2n+1) {
    clear: both;
  }

  .text-reg {
    font-size: 14px;
  }

  .form-radio-inline > label {
    margin-right: 0px;
    display: block;
  }

  .form-support-submit {
    margin-top: 15px;
  }

  .form-element {
    margin-bottom: 30px;
  }

  .title-md {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .form-element input, .form-element input:focus {
    height: 42px;
  }

  .form-element select, .form-element select:focus {
    height: 42px;
  }

  .form-element label {
    font-size: 16px;
  }

  .support-form-left {
    padding-right: 0px;
  }

  .support-form-right {
    padding-left: 0px;
  }

  .support-inner-page .text-box {
    margin-bottom: 40px;
  }

  .support-inner-page .support-content-wrapper {
    padding: 70px 0;
  }

  .support-content-wrapper {
    padding: 80px 0;
  }

  .support-list ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .support-list ul li:last-child {
    margin-bottom: 0px;
  }

  .footer-connect-section {
    padding: 35px 0 0;
    margin-bottom: 60px;
  }

  .footer-connect {
    padding: 0;
    margin-bottom: 60px;
  }

  .footer-connect-title {
    font-size: 24px;
    line-height: 1.54;
  }

  .footer-connect-text {
    margin-bottom: 25px;
  }

  .footer-subscribe-box {
    text-align: center;
    padding: 40px 20px;
  }

  .footer-subscribe-box:before {
    display: none;
  }

  .footer-subscribe-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .footer-subscribe-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 9px;
  }

  .footer-subscribe-form {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer-subscribe-form input,
.footer-subscribe-form input:focus,
.footer-subscribe-form input:active {
    margin-bottom: 25px;
  }

  .footer-subscribe-form-text {
    font-size: 12px;
    line-height: 1.66;
    text-align: center;
  }

  .footer-subscribe-form-box {
    padding: 0 6%;
  }

  .home-intro {
    min-height: 100px;
  }

  .home-intro-carousel .item {
    background-size: cover !important;
    padding: 55px 0 45px 0;
    color: #fff;
  }

  .home-intro-subtitle {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .home-intro-title {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .home-intro-text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 41px;
    padding-right: 17%;
  }

  .home-intro-btn ul li {
    margin-right: 21px;
    margin-bottom: 21px;
  }

  .home-intro-carousel .owl-dots {
    height: 45px;
    min-width: 100px;
    padding: 10px 20px;
  }

  .home-intro-carousel .owl-dot {
    width: 8px;
    height: 8px;
    margin-right: 13px;
  }

  .home-intro-carousel .owl-dot:after {
    width: 4px;
    height: 4px;
  }

  .home-intro-carousel .owl-dot.active:after {
    width: 6px;
    height: 6px;
  }

  .home-about {
    padding: 37px 0 0;
  }

  .home-about-text {
    padding: 0;
    margin-bottom: 45px;
  }

  .text-box {
    margin-bottom: 9px;
  }

  .text-box h1,
.text-box h2,
.text-box h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .home-about-video {
    padding-left: 0;
  }

  .home-about-video-wrap {
    margin-bottom: 0;
  }

  .home-about-video-wrap {
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .home-prodcut {
    padding: 28px 0 35px;
  }

  .home-prodcut-all-mobile {
    margin-bottom: 45px;
  }

  .home-prodcut-item {
    margin-bottom: 10px !important;
  }

  .home-prodcut-item a {
    padding: 36px 43px 20px 108px;
    min-height: 95px;
  }

  .home-prodcut-items-left,
.home-prodcut-items-right {
    padding: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .home-prodcut-item-image {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    position: absolute;
    top: 21px;
    left: 21px;
  }

  .home-prodcut-item:hover .home-prodcut-item-image {
    margin-top: 0;
  }

  .home-prodcut-item-title {
    font-size: 15px;
  }

  .home-prodcut-item-text,
.home-prodcut-item a:before {
    display: none;
  }

  .home-prodcut-item-title:after {
    top: 7px;
  }

  .home-tech {
    padding: 36px 0 45px;
  }

  .home-tech-top .text-box {
    padding: 0;
    text-align: left;
  }

  .home-tech-item-image,
.home-tech-item-text,
.home-tech-item-title-hold span {
    display: none;
  }

  .home-tech-items-hold {
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .home-tech-item-textbox {
    padding-right: 0;
  }

  .home-tech-item {
    padding: 0 0 0 0 !important;
    margin: 0 0 10px !important;
    background: #fff;
    -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  }

  .home-tech-item a {
    padding: 36px 39px 36px 24px;
  }

  .home-tech-item-title:before,
.home-tech-item-title:after {
    width: 8px;
    height: 11px;
    top: 6px;
  }

  .home-tech-item-title {
    font-size: 15px;
  }

  .home-tech-item-title-hold {
    margin-bottom: 0;
  }

  .home-tech-top {
    margin-bottom: 25px;
  }

  .home-applications {
    padding-bottom: 0;
  }

  .home-news {
    padding: 38px 0;
  }

  .home-news-carousel .item {
    width: 270px;
  }

  .home-news-carousel-textbox {
    padding: 19px 20px 62px;
    min-height: 1px;
    position: relative;
  }

  .home-news-carousel-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .home-news-carousel-date {
    font-size: 14px;
  }

  .home-applications-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .home-applications-text {
    margin-bottom: 38px;
  }

  .inner-intro {
    padding: 55px 0;
  }

  .inner-intro .row {
    min-height: 1px;
  }

  .inner-intro-text h1 {
    font-size: 30px;
  }

  .app-solutions {
    padding: 37px 0 14px;
  }

  .app-solutions-list ul li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .app-solutions-list {
    padding: 0;
  }

  .application-usecases-carousel .item {
    width: 270px;
    background: #fff;
  }

  .app-auto-usecases-section-1-top .text-box p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .app-auto-usecases-section-1 {
    padding: 38px 0 47px;
  }

  .app-auto-usecases-section-1-top .text-box h1 {
    margin-bottom: 34px;
  }

  .app-auto-usecases-section-1-list ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 47.1%;
  }

  .app-auto-usecases-section-1-number {
    font-size: 55px;
  }

  .app-auto-usecases-section-2 {
    padding: 38px 0;
  }

  .app-auto-usecases-section-3-title {
    font-size: 24px;
  }

  .app-auto-usecases-section-3-text {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .app-auto-usecases-section-3 {
    padding: 48px 0;
  }

  .app-auto-usecases-section-4 {
    padding: 38px 0 47px;
  }

  .applications-carousel .owl-nav {
    padding-top: 43px;
    width: 100%;
    text-align: center;
  }

  .applications-carousel .item {
    width: 270px;
  }

  .applications-carousel-text {
    padding: 20px;
    font-size: 16px;
    min-height: 270px;
  }

  .app-auto-usecases-section-4-slider {
    padding-left: 0;
  }

  .image-sensors-section-list ul li .home-prodcut-item a {
    height: 92px;
  }

  .entry h1 {
    font-size: 28px;
  }

  .entry h2 {
    font-size: 26px;
  }

  .entry h3 {
    font-size: 22px;
  }

  .entry h4 {
    font-size: 20px;
  }

  .entry h5 {
    font-size: 18px;
  }

  .entry h6 {
    font-size: 16px;
  }

  .entry p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .entry > ul,
.entry > ol {
    margin-bottom: 20px;
  }

  .entry ul li,
.entry ol li {
    font-size: 16px;
  }

  .entry > ul > li:before {
    top: 10px;
  }

  .privacy-notice-section {
    padding: 48px 0;
  }

  .privacy-notice-title {
    margin-bottom: 40px;
  }

  .home-tech-item {
    line-height: 0;
  }

  .home-tech-item a {
    line-height: 1.5;
    transition: 0.2s;
  }

  .home-tech-item a:hover {
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  }

  .home-intro-scroll {
    display: none;
  }

  .products-page-content-right-items ul li {
    width: 100%;
    margin-right: 0;
  }

  .products-page-section {
    padding: 38px 0 47px;
  }

  .products-page-filter .accordion {
    padding: 0 14px;
  }

  .product-single-specs-tabs-nav ul li a {
    font-size: 18px;
    padding: 15px 10px;
  }

  .product-single-specs-tabs .tabs-panel p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .product-single-specs-tabs .tabs-content {
    padding: 38px 0 0;
  }

  .product-single-specs-tabs {
    padding: 0;
    margin-bottom: 47px;
  }

  .product-single-specs-items-title {
    font-size: 14px;
    padding-right: 20px;
  }

  .product-single-specs-items-text {
    font-size: 14px;
  }

  .product-single-info-box {
    padding: 0;
  }

  .product-single-info-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .product-single-info-text ul li,
.product-single-info-text ol li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-single-info-text ul li::before {
    top: 9px;
  }

  .product-single-info-release a {
    font-size: 16px;
  }

  .product-single-info-release a:after {
    top: 55%;
    transform: translateY(-50%);
  }

  .product-single-info {
    margin-bottom: 40px;
  }

  .psit-box {
    padding: 37px 24px 0;
  }

  .psit-box-box-title {
    font-size: 24px;
  }

  .psit-box-box-list ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .psit-box-box-list-title {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .psit-box-box-list-serial {
    float: left;
    width: 50%;
    padding-left: 15px;
  }

  .four-o-four-main {
    padding: 20px 0;
  }

  .four-o-four-title {
    font-size: 110px;
  }

  .four-o-four-text {
    font-size: 16px;
  }

  .company-awards-block .text-box {
    margin-bottom: 0px;
  }

  .company-awards-wrapper {
    padding: 40px 0 60px;
  }

  .company-awards-block {
    margin-bottom: 60px;
  }

  .awards-carousel-item a {
    min-height: 360px;
    padding: 30px 20px 80px;
  }

  .awards-carousel-logo {
    height: 100px;
    margin-bottom: 40px;
  }

  .home .home-prodcut {
    padding: 38px 0 35px;
  }

  .home-applications-left .home-applications-text {
    margin-bottom: 38px;
  }

  .spining-slider-wrapper {
    min-height: 380px;
  }

  .home-news.tech-single-news {
    padding-top: 0;
  }

  .post-type-archive-press_releases .press-releases-sidebar-block:first-child {
    margin-bottom: 20px;
  }

  .post-type-archive-press_releases .press-releases-sidebar-list-year ul li,
.tax-press .press-releases-sidebar-list-year ul li,
.tax-press_year .press-releases-sidebar-list-year ul li {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    float: none;
    width: auto;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-section .text-box {
    margin-bottom: 30px;
  }

  .faq-accordion .accordion-title {
    font-size: 18px;
  }

  .faq-accordion .entry * {
    font-size: 16px;
  }

  .faq-accordion .entry > ul > li::before {
    top: 10px;
  }

  .four-o-four-main {
    text-align: center;
  }

  .app-auto-usecases-section-featured .text-box p {
    padding: 0;
  }

  .app-auto-usecases-section-featured .text-box {
    margin-bottom: 52px;
  }

  .app-automotive-usecases-bcrumbs {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: 0;
    left: 0;
  }

  .app-automotive-usecases-bcrumbs::before {
    display: none;
  }

  .app-automotive-usecases-bcrumbs ul li {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 7px;
  }

  .page-template-template-about_us .about-carousel-solutions-hold .home-news-title {
    padding: 0;
    text-align: center;
  }

  .page-template-template-about_us .about-introduction .text-box {
    text-align: center;
  }

  .post-type-archive-news .press-releases-sidebar-list ul li {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
  }

  .app-automotive-usecases-bcrumbs::after {
    width: calc(100% + 48px);
    right: -24px;
    left: -24px;
  }

  .contact-sales-form-item-gdpr {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .applications-bg-text-wrapper.events-bg-text-wrapper.demo-room-events-bg-text-wrapper {
    margin-bottom: 60px;
  }

  .products-page-content-mobile-content {
    padding: 15px 0;
  }

  .products-page-filter-items {
    padding-right: 0;
    position: relative;
    padding-top: 40px;
  }

  #product-archive-products-table thead th {
    font-size: 8px;
  }

  #product-archive-products-table tbody td {
    font-size: 8px;
    height: 43px;
  }

  .products-page-filter-items ul li {
    font-size: 10px;
    padding: 4px 40px 4px 10px;
  }

  .partners-detail-form-hold {
    padding-left: 0;
  }

  .partners-form .form-element.support-form-left {
    padding-right: 0;
  }

  .partners-form .form-element.support-form-right {
    padding-left: 0;
  }

  .checkbox-simple {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .partners-form .form-support-submit {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .partners-form .form-element.form-element-short-select select,
.partners-form .form-element.form-element-short-select select:focus,
.partners-form .form-element.form-element-short-select select:active {
    width: 100%;
  }

  .partners-form .form-element:not(.form-radio-inline) input,
.partners-form .form-element:not(.form-radio-inline) input:focus,
.partners-form .form-element:not(.form-radio-inline) input:active {
    width: 100%;
  }

  .home-news.product-single-news {
    margin-bottom: 60px;
  }

  .product-single-app-solutions .app-solutions-list {
    padding-top: 20px;
  }

  .single-product-technologies {
    margin-bottom: 60px;
  }

  .app-solutions.product-single-app-solutions {
    padding-bottom: 20px;
  }

  .single-product-technologies .title-md {
    margin-bottom: 30px !important;
  }

  .form-checkbox-inline .wpcf7-list-item {
    width: 100%;
    padding-right: 0;
  }

  .form-checkbox-inline > label {
    margin-bottom: 20px;
  }

  /* Search results */
  .search-result-nav-wrapper {
    padding-right: 0%;
  }

  .wrapper-search-input {
    margin-bottom: 50px;
  }

  /* Search results end */
  .image-sensors-section-list.product-solutions-section-list ul {
    width: 100%;
  }

  .image-sensors-section-list.product-solutions-section-list ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .product-solutions-section-box {
    margin-bottom: 40px;
  }

  .product-solutions-section {
    padding: 38px 0;
  }

  .home-applications-left {
    padding-top: 38px;
  }

  .home-prodcut .home-prodcut-item a {
    padding: 36px 43px 20px;
  }

  .application-usecases-carousel .owl-nav {
    display: block !important;
  }

  .product-single-intro-psit-box {
    padding: 37px 24px 0;
    min-height: 1px;
  }

  .event-single-info-details p {
    font-size: 14px;
  }

  .sdot-m11 .sdot-title {
    width: 74px;
  }

  .sdot-m13 .sdot-title {
    width: 66px;
    text-align: left;
    top: -13px !important;
  }

  .sdot-m14 .sdot-box {
    right: -172px !important;
    top: -5px !important;
  }

  .sdot-m14 .sdot-title {
    right: -73px;
    padding-left: 0;
  }

  .sdot-m26 .sdot-box.sdot-box-on-right {
    left: calc(100% - 61px) !important;
    top: 30px !important;
  }

  .sdot-m26.sdot-m27 .sdot-box.sdot-box-on-right {
    top: 18px !important;
  }

  .sdot-m26.sdot-m27 .sdot-title {
    top: -71px !important;
  }

  .sdot-m26 .sdot-title {
    left: calc(100% + 12px) !important;
    top: -42px !important;
  }

  .sdot-horizontal-left .sdot-title {
    width: 75px;
  }

  .sdot-e33-2 .sdot-title {
    right: calc(100% + 10px) !important;
    top: calc(100% - 36px) !important;
  }

  .sdot-e22-1 {
    top: 34%;
    left: 22%;
    width: 13%;
  }

  .sdot-e22-1 .sdot-title {
    padding-top: 20px;
    width: 25px;
  }

  .sdot-c18 .sdot-title {
    width: 28px;
    top: 5px !important;
  }

  .sdot-e12-1 {
    left: 82%;
    top: 34%;
    width: 5%;
  }

  .sdot-s23-1 {
    top: 69%;
    left: 33%;
    width: 9%;
  }

  .sdot-s23-1.sdot-horizontal .sdot-title {
    left: calc(100% + 17px);
  }

  .sdot-s24-1 {
    width: 8%;
    top: 73%;
    left: 79%;
  }

  .sdot-s24-1.sdot-horizontal .sdot-title {
    left: 100% !important;
    transform: translate(0%, 50%) !important;
  }

  .sdot-c17 .sdot-title {
    width: 59px;
    top: 45px !important;
  }
}
/* END of 639 media */
@media screen and (max-width: 370px) {
  .sdot-a24 .sdot-box {
    width: 130px;
  }

  .sdot-m17 .sdot-title {
    width: 40px;
    padding-top: 0;
    transform: translateY(-30%) rotate(-14deg);
  }

  .sdot-m26 .sdot-title {
    left: calc(100% + 10px) !important;
    top: -42px !important;
  }
}
/* END of 370 media */
.cmplz-cookiebanner {
  margin: 0 !important;
  width: 100% !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  top: auto !important;
  background: #000 !important;
  border-radius: 0 !important;
  max-width: 1288px !important;
  padding: 20px 24px !important;
  /* display: block !important; */
  grid-gap: 0 !important;
}

.cmplz-cookiebanner::after {
  content: "";
  width: 99999px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.cmplz-links.cmplz-documents {
  display: none !important;
}

.cmplz-body {
  padding-right: 36% !important;
}

.cmplz-message {
  color: #fff !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.cmplz-cookiebanner .cmplz-message a {
  color: #e82112 !important;
  transition: 0.2 ease-in-out !important;
}

.cmplz-cookiebanner .cmplz-message a:hover {
  color: #B10E02 !important;
}

.cmplz-buttons {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -ms-grid-row: unset !important;
  grid-row-start: unset !important;
}

.cmplz-buttons button,
.cmplz-buttons button:focus,
.cmplz-buttons button:active {
  min-width: 125px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #e82112 !important;
  padding: 11px 10px !important;
  border: 2px solid #e82112 !important;
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  outline: none !important;
  transition: 0.2s ease-in-out !important;
  cursor: pointer !important;
  height: auto !important;
}

.cmplz-buttons button:hover {
  color: #fff !important;
  background-color: #B10E02 !important;
  border-color: #B10E02 !important;
}

.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 0 !important;
}

.cmplz-cookiebanner .cmplz-body {
  min-width: 100% !important;
}

.cmplz-manage-consent {
  display: none !important;
}

@media only screen and (max-width: 639px) {
  .cmplz-buttons {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .cmplz-body {
    padding-right: 0% !important;
    margin-bottom: 20px !important;
  }
}
/* Landing Page Template start */
.lpt-form-section .partners-detail-form-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.lpt-form-section .partners-detail-form {
  padding: 58px 0 58px 15.5%;
}

.lpt-form-section .partners-form .form-support-submit {
  margin-top: 50px;
}

.lpt-video-section {
  padding: 110px 0;
  margin-bottom: 17px;
}

.lpt-video-section .text-box * {
  margin-bottom: 7px;
}

.lpt-video-section .home-about-video-wrap {
  margin-bottom: 0;
}

.lpt-video-section .home-about-text {
  padding-top: 110px;
}

.lpt-split-section {
  padding: 17px 0 95px;
}

.lpt-split-section-box {
  padding: 0px 18%;
  margin-bottom: 104px;
}

.lpt-split-section-list {
  padding: 0 9.2% 45px;
  position: relative;
}

.lpt-split-section-list::after {
  content: "";
  border: 1px solid #979797;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0.5;
}

.lpt-split-section-list-item {
  padding-right: 7.5%;
}

.lpt-split-section-list .lpt-split-section-list-item:nth-child(2n) {
  padding-right: 0;
  padding-left: 7.5%;
}

.lpt-split-section-list-item h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

.lpt-split-section-list-item p {
  color: #59595b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.lpt-split-section-list-item ul li {
  color: #59595b;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 11px;
}

.lpt-split-section-list-item ul ul {
  margin-top: 10px;
}

.lpt-split-section-list-item ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.lpt-gray-section {
  background: #f6f6f6;
  padding: 95px 0;
}

.lpt-gray-section-box {
  padding: 0 21%;
  margin-bottom: 74px;
}

.lpt-gray-section-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 17px);
}

.lpt-gray-section-list ul li {
  float: left;
  width: calc(33.333% - 17px);
  margin: 0 17px 17px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  padding: 50px 50px;
  text-align: center;
}

.lpt-gray-section-list ul li:last-child {
  margin-right: 0;
}

.lpt-gray-section-list-img {
  height: 111px;
  margin-bottom: 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lpt-gray-section-list-text {
  color: #59595b;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.lpt-bottom-section {
  padding: 104px 0 148px;
}

.lpt-bottom-section .lpt-gray-section-box {
  margin-bottom: 52px;
}

.lpt-bottom-section-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  min-height: 972px;
}

.lpt-bottom-section-box::before {
  content: "";
  height: 100px;
  width: 100%;
  max-width: 65.24%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.lpt-bottom-section-left {
  background: #000;
  padding: 250px 5% 150px 8.2%;
  float: left;
  width: 40%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lpt-bottom-section-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40%;
  width: calc(100vw - (100vw - 1240px) / 2 - 496px);
}

.lpt-bottom-section-right img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lpt-bottom-section-item {
  margin-bottom: 51px;
}

.lpt-bottom-section-item:last-child {
  margin-bottom: 0;
}

.lpt-bottom-section-item :last-child {
  margin-bottom: 0;
}

.lpt-bottom-section-item h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 15px;
}

.lpt-bottom-section-item ul li {
  margin-bottom: 11px;
}

.lpt-bottom-section-item ul li:last-child {
  margin-bottom: 0;
}

.lpt-bottom-section-item ul li a {
  color: #ec1202;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
}

.lpt-bottom-section-item ul li a:hover {
  color: #B10E02 !important;
}

@media only screen and (max-width: 1200px) {
  .lpt-video-section .home-about-text {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpt-form-section .partners-detail-form-title {
    font-size: 24px;
  }

  .lpt-form-section .partners-detail-form {
    padding: 80px 0 40px;
  }

  .lpt-form-section .partners-form .form-support-submit {
    margin-top: 30px;
  }

  .lpt-video-section {
    padding: 80px 0;
    margin-bottom: 0;
  }

  .lpt-gray-section {
    padding: 80px 0;
  }

  .lpt-gray-section-box {
    padding: 0 11%;
    margin-bottom: 44px;
  }

  .lpt-gray-section-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lpt-gray-section-list ul li {
    width: calc(50% - 17px);
    padding: 50px 30px;
  }

  .lpt-bottom-section {
    padding: 80px 0;
  }

  .lpt-bottom-section-box {
    width: calc(100% + 48px);
    margin-left: -24px;
    min-height: 1px;
  }

  .lpt-bottom-section-box::before {
    display: none;
  }

  .lpt-bottom-section-left {
    padding: 60px 24px;
    width: 100%;
    display: block;
  }

  .lpt-bottom-section-right {
    position: relative;
    left: 0;
    width: 100%;
    float: left;
    padding-bottom: 72%;
  }

  .lpt-gray-section-list-text {
    font-size: 16px;
  }

  .lpt-split-section-list {
    padding: 0 9.2%;
  }

  .lpt-split-section-list::after {
    display: none;
  }

  .lpt-split-section-list-item {
    padding: 0 !important;
    margin-bottom: 50px;
  }

  .lpt-split-section-list-item:last-child {
    margin-bottom: 0;
  }

  .lpt-split-section-box {
    padding: 0px 6%;
    margin-bottom: 60px;
  }

  .lpt-split-section {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 639px) {
  .lpt-form-section .partners-detail-form-title {
    font-size: 20px;
  }

  .lpt-video-section .home-about-text {
    padding-top: 0;
  }

  .lpt-video-section {
    padding: 70px 0;
  }

  .lpt-form-section .partners-detail-form {
    padding: 70px 0 30px;
  }

  .lpt-gray-section {
    padding: 70px 0;
  }

  .lpt-gray-section-box {
    padding: 0;
  }

  .lpt-gray-section-list ul {
    width: 100%;
    display: block;
  }

  .lpt-gray-section-list ul li {
    width: 100%;
    padding: 40px 20px;
    margin: 0 0 17px;
  }

  .lpt-gray-section-list-text {
    font-size: 16px;
  }

  .lpt-gray-section-list-img {
    height: auto;
    margin-bottom: 30px;
  }

  .lpt-bottom-section {
    padding: 70px 0;
  }

  .lpt-bottom-section .lpt-gray-section-box {
    margin-bottom: 40px;
  }

  .lpt-split-section-box {
    padding: 0;
    margin-bottom: 40px;
  }

  .lpt-split-section-list {
    padding: 0;
  }

  .lpt-split-section {
    padding: 0 0 70px;
  }
}
/* Landing Page Template end */
/* Blog single start*/
.inner-intro-post {
  background: url(img/bg-post-intro.png) no-repeat center center;
  background-size: cover !important;
}

.inner-intro-post .intro-press-release-single-title {
  color: #fff;
  margin-bottom: 63px;
}

.inner-intro-post-info span {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 13px;
}

.inner-intro-post-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.single-post-content-section {
  padding: 48px 0 112px;
}

.single-post-content-section .entry {
  padding: 0 4.3%;
}

.entry .wp-block-image {
  margin: 0 0 31px;
}

.single-post-share {
  margin-bottom: 30px;
}

.single-post-share ul {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-share ul li {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 5px;
}

.single-post-share ul li:first-child {
  margin-right: 20px;
}

.single-post-share ul li:nth-child(2) a img,
.single-post-share ul li:nth-child(3) a img {
  max-width: 10px;
}

.single-post-share ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #262626;
  position: relative;
  transition: 0.2s ease-in-out;
}

.single-post-share ul li a:hover {
  opacity: 0.8;
}

.archive-post-list .news-item,
.archive-post-more-js {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .single-post-content-section {
    padding: 48px 0 80px;
  }
}
@media only screen and (max-width: 639px) {
  .single-post-content-section .entry {
    padding: 0;
  }

  .single-post-content-section {
    padding: 48px 0 60px;
  }
}
/* Blog single end*/
.contact-sales-map #china path {
  fill: #1afef7;
  opacity: 0.35;
  transition: 0.2s ease-in-out;
}

.contact-sales-map #china:hover path {
  opacity: 1;
}

.contact-sales-map #australia path {
  fill: #1afef7;
  opacity: 0.35;
  transition: 0.2s ease-in-out;
}

.contact-sales-map #australia:hover path {
  opacity: 1;
}

/* entry update */
.h1-mirror {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h2-mirror {
  font-size: 34px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h3-mirror {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h4-mirror {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h5-mirror {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h6-mirror {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  line-height: 1.525 !important;
  margin-bottom: 10px !important;
}

.h-mirror-white {
  color: #fff !important;
}

@media only screen and (max-width: 639px) {
  .h1-mirror {
    font-size: 28px !important;
  }

  .h2-mirror {
    font-size: 26px !important;
  }

  .h3-mirror {
    font-size: 22px !important;
  }

  .h4-mirror {
    font-size: 20px !important;
  }

  .h5-mirror {
    font-size: 18px !important;
  }

  .h6-mirror {
    font-size: 16px !important;
  }
}
/* banner update for pages start*/
.banner-hold-section {
  padding: 72px 0 102px;
  background: url(img/bg-banner-dark-gray.png) no-repeat center center;
  background-size: cover !important;
}

@media only screen and (max-width: 1023px) {
  .banner-hold-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 639px) {
  .banner-hold-section {
    padding: 38px 0;
  }
}
/* banner update for pages end*/
.tp-application-video-block {
  padding: 172px 0 125px;
}

.tp-application-video-block .text-box h1,
.tp-application-video-block .text-box h2,
.tp-application-video-block .text-box h3 {
  color: #003478;
}

.tp-application-video-block .home-about-video-wrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .tp-application-video-block {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 639px) {
  .tp-application-video-block {
    padding: 38px 0;
  }
}
/* Careers carousel start */
.careers-page-testimonials-section {
  padding: 12px 0 107px;
}

.careers-page-testimonials-section .row {
  max-width: 918px;
}

.careers-page-testimonials-slider {
  padding-top: 90px;
}

.careers-page-testimonials-owl .owl-stage-outer {
  overflow: visible;
}

.careers-page-testimonials-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.careers-page-testimonials-owl .item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  transform: scale(0.8);
  transition: 0.2s ease-in-out;
}

.careers-page-testimonials-owl .owl-item.active .item {
  transform: scale(1);
}

.careers-page-testimonials-owl-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00adef;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.careers-page-testimonials-owl .item:hover .careers-page-testimonials-owl-box::before {
  opacity: 0.1;
  top: -15px;
  right: 15px;
  bottom: 15px;
  left: -15px;
}

.careers-page-testimonials-owl-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
  padding: 80px;
}

.careers-page-testimonials-slider-left {
  float: left;
  width: 180px;
  text-align: center;
}

.careers-page-testimonials-slider-left-img {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 34px;
}

.careers-page-testimonials-slider-left-img img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.careers-page-testimonials-slider-left-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.careers-page-testimonials-slider-right {
  float: left;
  width: calc(100% - 180px);
  padding: 0 60px 0 69px;
}

.careers-page-testimonials-slider-right p {
  color: #5a5b5b;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  /* number of lines to show */
}

.careers-page-testimonials-owl .owl-nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 92px;
}

.careers-page-testimonials-owl .owl-nav button.owl-next span,
.careers-page-testimonials-owl .owl-nav button.owl-prev span {
  display: none;
}

.careers-page-testimonials-owl .owl-nav button.owl-next,
.careers-page-testimonials-owl .owl-nav button.owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #e82112 !important;
  border-radius: 50%;
  transition: 0.2s;
  margin: 0 5px;
}

.careers-page-testimonials-owl .owl-nav button.owl-next.disabled,
.careers-page-testimonials-owl .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.careers-page-testimonials-owl .owl-nav button.owl-prev {
  background: url(img/icon-chev-left-red.svg) no-repeat center center !important;
  float: left;
}

.careers-page-testimonials-owl .owl-nav button.owl-next {
  background: url(img/icon-chev-right-red.svg) no-repeat center center !important;
  float: right;
}

.reveal.careers-page-testimonials-reveal {
  max-width: 1124px;
  background: #fff;
  padding: 100px 7%;
  width: 100%;
}

.careers-page-testimonials-reveal-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 30px;
}

.careers-page-testimonials-reveal-text {
  color: #646466;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1023px) {
  .careers-page-testimonials-section {
    padding: 12px 0 90px;
  }

  .careers-page-testimonials-slider {
    padding-top: 45px;
  }

  .careers-page-testimonials-owl .owl-nav {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .careers-page-testimonials-slider-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .careers-page-testimonials-slider-right {
    width: 100%;
    padding: 0;
  }

  .careers-page-testimonials-owl-box {
    padding: 60px 40px;
  }

  .careers-page-testimonials-reveal-name {
    font-size: 24px;
    line-height: 1.54;
    margin-bottom: 20px;
  }

  .careers-page-testimonials-reveal-text {
    font-size: 14px;
    line-height: 24px;
  }

  .reveal.careers-page-testimonials-reveal {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 639px) {
  .careers-page-testimonials-section {
    padding: 12px 0 70px;
  }

  .careers-page-testimonials-slider {
    padding-top: 10px;
  }

  .careers-page-testimonials-owl .owl-nav {
    padding-top: 20px;
  }
}
/* Careers carousel end */
/* esg pages start */
.esg-page-intro {
  background-size: cover !important;
  padding: 40px 0;
  min-height: 550px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.esg-page-intro .inner-intro-text :last-child {
  margin-bottom: 0;
}

.esg-page-content {
  padding: 135px 0 140px;
}

.esg-page-content .technologies-list .technologies-item-content {
  min-height: 325px;
  padding: 80px 68px 40px 8%;
}

.esg-page-content .technologies-item:nth-child(odd) .technologies-item-content {
  left: auto;
  right: 0;
}

.esg-page-content .technologies-item:nth-child(even) .technologies-item-content {
  left: 0;
  right: auto;
}

.esg-page-content .technologies-list .technologies-item-image {
  height: 477px;
}

.esg-page-content .technologies-list .technologies-item .title-md::before {
  top: 43%;
  transform: translateY(-50%);
}

.esg-page-content .technologies-list .title-md {
  font-size: 30px;
}

.esg-detail-page-content .entry h1 {
  margin-bottom: 60px;
}

.esg-detail-page-content .entry h2,
.esg-detail-page-content .entry h3,
.esg-detail-page-content .entry h4,
.esg-detail-page-content .entry h5,
.esg-detail-page-content .entry h6 {
  margin-bottom: 30px;
}

.esg-detail-full-img-hold {
  margin-bottom: 95px;
}

.esg-detail-full-img {
  display: inline-block;
}

.esg-detail-full-img span {
  display: inline-block;
  margin-top: 20px;
  color: #646466;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.esg-detail-page-content .entry {
  margin-bottom: 95px;
}

.esg-detail-page-content > :last-child {
  margin-bottom: 0;
}

.esg-colored-list {
  margin-bottom: 95px;
}

.esg-colored-list > ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 10px);
}

.esg-colored-list > ul > li {
  background: #efefef;
  float: left;
  width: calc(33.333% - 10px);
  margin: 0 10px 10px 0;
  position: relative;
  padding-top: 155px;
}

.esg-colored-list-top {
  height: 155px;
  padding: 40px 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.53;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.esg-colored-list-textbox {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 52px 49px;
  width: 100%;
  height: 100%;
}

.esg-colored-list-img {
  height: 222px;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.esg-detail-link-list {
  margin-bottom: 95px;
}

.esg-detail-link-list ul li {
  margin-bottom: 40px;
}

.esg-detail-link-list ul li:last-child {
  margin-bottom: 0;
}

.esg-detail-link-list ul li a {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.esg-detail-link-list ul li a:hover {
  color: #00ADEF;
}

.esg-detail-page-content .entry :last-child {
  margin-bottom: 0;
}

.esg-images-list {
  margin-bottom: 45px;
}

.esg-images-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 69px);
}

.esg-images-list ul li {
  float: left;
  width: calc(50% - 69px);
  margin: 0 69px 50px 0;
}

.esg-images-list ul li span {
  display: block;
  color: #646466;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
}

.esg-images-list-img {
  position: relative;
  padding-bottom: 53%;
}

.esg-images-list-img img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.esg-images-list-img.esg-images-list-img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1023px) {
  .esg-page-content {
    padding: 80px 0;
  }

  .esg-colored-list > ul {
    width: 100%;
  }

  .esg-colored-list > ul > li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .esg-colored-list-img {
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  .esg-page-intro {
    min-height: 320px;
  }

  .esg-page-content {
    padding: 60px 0;
  }

  .esg-page-content .technologies-list .technologies-item-content {
    min-height: 15px;
    padding: 40px 24px 0;
  }

  .esg-page-content .technologies-list .title-md {
    font-size: 20px;
  }

  .esg-page-content .technologies-list .technologies-item .title-md::before {
    top: 0;
    transform: none;
    position: relative;
    display: block;
    left: 0;
  }

  .esg-detail-page-content .entry h1 {
    margin-bottom: 30px;
  }

  .esg-detail-page-content .entry h2,
.esg-detail-page-content .entry h3,
.esg-detail-page-content .entry h4,
.esg-detail-page-content .entry h5,
.esg-detail-page-content .entry h6 {
    margin-bottom: 20px;
  }

  .esg-detail-page-content .entry {
    margin-bottom: 60px;
  }

  .esg-detail-full-img-hold {
    margin-bottom: 60px;
  }

  .esg-images-list ul {
    width: 100%;
  }

  .esg-images-list ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .esg-images-list {
    margin-bottom: 30px;
  }

  .esg-detail-link-list ul li {
    margin-bottom: 20px;
  }

  .esg-detail-link-list {
    margin-bottom: 40px;
  }

  .esg-detail-link-list ul li a {
    font-size: 16px;
  }

  .esg-colored-list-top {
    font-size: 20px;
  }

  .esg-colored-list-textbox {
    display: block;
    padding: 40px 24px;
  }

  .esg-colored-list {
    margin-bottom: 50px;
  }
}
/* esg pages end */
/* gated white paper start */
.gated-white-paper-introinner-intro .row {
  min-height: 452px;
}

.gated-white-paper-intro.inner-intro::after {
  opacity: 0.5;
}

.gated-white-paper-intro-subtitle {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 10px;
}

.gated-white-paper-content {
  padding: 63px 0 130px;
}

.gated-white-paper-content-left {
  padding: 27px 10px 0 0;
}

.gated-white-paper-content-right {
  padding-left: 9.25%;
}

.gated-white-paper-content-form {
  -webkit-box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13);
  padding: 34px 35px;
}

.gated-white-paper-content-form-title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.54;
  margin-bottom: 56px;
}

.gated-white-paper-content-form .contact-sales-form-item {
  margin-bottom: 0;
}

.gated-white-paper-content-form .form-support-submit {
  margin-top: 0;
}

.gated-white-paper-content-form .form-element input,
.gated-white-paper-content-form .form-element input:focus,
.gated-white-paper-content-form .form-element input:active {
  height: 40px;
  font-size: 16px;
}

.gated-white-paper-content-left .entry p,
.gated-white-paper-content-left .entry li {
  color: #868688;
}

@media only screen and (max-width: 1023px) {
  .gated-white-paper-content-left {
    padding: 0;
    margin-bottom: 40px;
  }

  .gated-white-paper-content-right {
    padding: 0 10%;
  }

  .gated-white-paper-content {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 639px) {
  .gated-white-paper-intro-subtitle {
    font-size: 22px;
  }

  .gated-white-paper-content {
    padding: 40px 0 60px;
  }

  .gated-white-paper-content-right {
    padding: 0;
  }

  .gated-white-paper-content-form-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .gated-white-paper-content-form {
    padding: 30px 20px;
  }
}
/* gated white paper end */
#product-archive-products,
#product-archive-products-table {
  display: none;
}

.no-event-link > a {
  pointer-events: none;
}

.products-page-filter-reset-hold {
  min-height: 31px;
}

.products-archive-side-filter .accordion-item.show--this.selector-for-power-management.hide,
.selector-for-power-management.hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -100;
}

.sdot-me37 {
  top: 14%;
  right: 23%;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.wpcf7-form-control-wrap div {
  width: auto !important;
  height: auto !important;
}

.product-single-info h1 {
  color: #262626;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .product-single-info h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  .product-single-info h1 {
    font-size: 24px;
  }
}
sub, sup {
  font-size: 75% !important;
}

#unsubscribe_comments {
  font-size: 20px;
}

#unsubscribe_comments span {
  margin-left: 30px;
}

@media only screen and (max-width: 639px) {
  #unsubscribe_comments span {
    margin-left: 0px;
  }
}
textarea#unsubscribe_comments {
  min-width: 100%;
  border: 1px solid #D9D9D9;
  height: 95px;
  padding: 13px;
  margin-top: 10px;
}

.release-single-content-special-h2 {
  font-size: 20px !important;
  margin-bottom: 31px !important;
  font-weight: 600 !important;
  color: #5a5b5b !important;
}

@media screen and (max-width: 639px) {
  .release-single-content-special-h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}
/* OVT (Add Map to Homepage, Career, About Us ) start */
.global-presence-section {
  padding: 150px 0;
}

.global-presence-section .row {
  max-width: 1308px;
}

.home-tech + .global-presence-section {
  margin-top: -333px;
}

.global-presence-section-top {
  margin-bottom: 66px;
}

.global-presence-section-btns ul li {
  display: inline-block;
  margin-right: 20px;
}

.global-presence-section-btns ul li:last-child {
  margin-right: 0;
}

.home .fancybox-content {
  background: #fff;
}

.global-presence-section.global-presence-section-nopad-top {
  padding-top: 0;
}

.tex-box-wrapper + .global-presence-section {
  padding-top: 0;
}

@media only screen and (max-width: 1023px) {
  .global-presence-section {
    padding: 70px 0;
  }

  .global-presence-section.global-presence-section-nopad-top {
    padding-top: 70px;
  }

  .home-tech + .global-presence-section {
    margin-top: -160px;
  }

  .tex-box-wrapper + .global-presence-section {
    padding-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  .global-presence-section {
    padding: 45px 0;
  }

  .global-presence-section.global-presence-section-nopad-top {
    padding-top: 45px;
  }

  .tex-box-wrapper + .global-presence-section {
    padding-top: 0;
  }

  .home-tech + .global-presence-section {
    margin-top: 0;
    padding-top: 0;
  }

  .global-presence-section-btns ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .global-presence-section-btns ul li:last-child {
    margin-bottom: 0;
  }

  .global-presence-section-top {
    margin-bottom: 40px;
  }
}
/* OVT (Add Map to Homepage, Career, About Us ) end*/
/**/
body.no-product-type .home-prodcut-items-left {
  padding-top: 0;
}

body.no-product-type .home-prodcut-items-left .home-prodcut-item:last-child {
  margin-bottom: 0;
}

/**/
body #action-product_category_widget {
  display: none;
}

body.no-product-type #action-product_category_widget {
  display: block;
  padding-top: 100px;
}

body.no-product-type .products-page-section {
  display: none;
}

main.products-page {
  display: flex;
  flex-direction: column;
}

body.no-product-type main.products-page {
  flex-direction: column-reverse;
}

.edit-widget-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.edit-widget-link a {
  position: absolute;
  top: -1.75em;
  background: black;
  color: white;
  display: inline-block;
  padding: 0.25em;
}

.svg-map {
  /* Blog single end*/
  line-height: 0;
}
.svg-map #regions a {
  opacity: 0.35;
  transition: 0.2s ease-in-out;
}
.svg-map #regions a:hover {
  opacity: 1;
  cursor: pointer;
}

.support-inner-page .request-datasheet-introduction {
  display: none;
}
.support-inner-page .request-datasheet-form {
  display: none;
}

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