@font-face {
  font-family: 'ssb';
  src: url('../fonts/ss-b.eot');
  src: url('../fonts/ss-b.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-b.woff2') format('woff2'), url('../fonts/ss-b.woff') format('woff'), url('../fonts/ss-b.ttf') format('truetype'), url('../fonts/ss-b.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssbi';
  src: url('../fonts/ss-bi.eot');
  src: url('../fonts/ss-bi.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-bi.woff2') format('woff2'), url('../fonts/ss-bi.woff') format('woff'), url('../fonts/ss-bi.ttf') format('truetype'), url('../fonts/ss-bi.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssi';
  src: url('../fonts/ss-i.eot');
  src: url('../fonts/ss-i.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-i.woff2') format('woff2'), url('../fonts/ss-i.woff') format('woff'), url('../fonts/ss-i.ttf') format('truetype'), url('../fonts/ss-i.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssl';
  src: url('../fonts/ss-l.eot');
  src: url('../fonts/ss-l.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-l.woff2') format('woff2'), url('../fonts/ss-l.woff') format('woff'), url('../fonts/ss-l.ttf') format('truetype'), url('../fonts/ss-l.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssli';
  src: url('../fonts/ss-li.eot');
  src: url('../fonts/ss-li.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-li.woff2') format('woff2'), url('../fonts/ss-li.woff') format('woff'), url('../fonts/ss-li.ttf') format('truetype'), url('../fonts/ss-li.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssr';
  src: url('../fonts/ss-r.eot');
  src: url('../fonts/ss-r.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-r.woff2') format('woff2'), url('../fonts/ss-r.woff') format('woff'), url('../fonts/ss-r.ttf') format('truetype'), url('../fonts/ss-r.svg#sansation') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0;
}
html {
  color: #000000;
  background: #ffffff;
  width: 100%;
}
body {
  font: 100%/1 Arial;
  word-spacing: 0px;
  letter-spacing: 0px;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}
.clear {
  clear: both;
  overflow: hidden;
}
.ovH {
  overflow: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.block {
  display: block;
}
.inBlock {
  display: inline-block;
}
.center {
  margin: 0 auto;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.tl {
  top: 0px;
  left: 0px;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.noBG {
  background: none !important;
}
.noBD {
  border: 0px none !important;
}
.noMar {
  margin: 0 !important;
}
.vert {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/** vars **/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10000;
}
/** Index **/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .logo {
  float: left;
  margin: 40px 0 0 40px;
}
header .logo h1 {
  margin: 0;
  padding: 0;
}
header .logo h1 a {
  display: block;
}
header .logo h1 a img {
  height: 111px;
  width: auto;
}
header .menu {
  margin: 10px 40px 0 0;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
header .menu a {
  display: block;
}
.menuPanel {
  width: 100%;
  height: 100%;
  background: #352f57;
  background: -webkit-linear-gradient(-45deg, #352f57 0%, #57507e 100%);
  background: -ms-linear-gradient(-45deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(135deg, #352f57 0%, #57507e 100%);
  position: fixed;
  z-index: 110;
  padding: 80px 0;
  overflow: auto;
  display: none;
}
.menuPanel > a.close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  margin: 40px 40px 0 0;
}
.menuPanel.active {
  display: block;
}
.menuPanel ul > li {
  font: 70px ssb;
  line-height: 125px;
}
.menuPanel ul > li.open > a {
  background: url(../img/menu-open-arrow.png) no-repeat right center;
  padding-right: 55px;
  opacity: 1;
}
.menuPanel ul > li.open .sub {
  display: block;
}
.menuPanel ul > li .sub {
  display: none;
}
.menuPanel ul > li .sub > li {
  font: 40px ssl;
  line-height: 80px;
  margin-left: 30px;
}
.menuPanel a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: .8;
}
.menuPanel a:hover {
  opacity: 1;
}
.homeBanner {
  width: 100%;
  height: 100vh;
  background: #352f57;
  background: -webkit-linear-gradient(-45deg, #352f57 0%, #57507e 100%);
  background: -ms-linear-gradient(-45deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(135deg, #352f57 0%, #57507e 100%);
  margin: 0;
}
.homeBanner.contact {
  position: relative;
  z-index: 1;
}
.homeBanner.contact:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/contact-map-bg.jpg) no-repeat center center;
  opacity: .1;
  content: '';
  background-size: cover;
}
.homeBanner.fans {
  position: relative;
  z-index: 1;
}
.homeBanner.fans:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/markets-bg-3.jpg) no-repeat center center;
  opacity: 1;
  content: '';
  background-size: cover;
}
.homeBanner.motor {
  position: relative;
  z-index: 1;
}
.homeBanner.motor:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/markets-bg-4.jpg) no-repeat center center;
  opacity: 1;
  content: '';
  background-size: cover;
}
.homeBanner.signal {
  position: relative;
  z-index: 1;
}
.homeBanner.signal:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/markets-bg-1.jpg) no-repeat center center;
  opacity: 1;
  content: '';
  background-size: cover;
}
.homeBanner.safety {
  position: relative;
  z-index: 1;
}
.homeBanner.safety:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/markets-bg-2.jpg) no-repeat center center;
  opacity: 1;
  content: '';
  background-size: cover;
}
.homeBanner .vert {
  z-index: 10;
}
.homeBanner h2 {
  color: #ecebef;
  font-family: ssb;
}
.homeBanner h2 strong {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-size: 2.8em;
}
.homeBanner.about h2 {
  font-size: 3.8em;
  color: #fff;
}
.homeBanner.about h2 strong {
  font-size: 3em;
}
.homeBanner a {
  display: block;
  width: 50px;
  height: 44px;
  background: url(../img/banner-arrow.png) no-repeat center center;
  text-indent: -999999px;
}
.homeBanner #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeMarkets {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
}
.homeMarkets:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  opacity: .9;
  background: url(../img/markets-bg-1.jpg) no-repeat center center;
  background-size: aut0 100%;
}
.homeMarkets.bfc0:before {
  background-image: url(../img/markets-bg-1.jpg);

}
.homeMarkets.bfc1:before {
  background-image: url(../img/markets-bg-2.jpg);
}
.homeMarkets.bfc2:before {
  background-image: url(../img/markets-bg-3.jpg);
}
.homeMarkets.bfc3:before {
  background-image: url(../img/markets-bg-4.jpg);
}
.homeMarkets h2 {
  font: 80px ssb;
  color: #fff;
  position: relative;
  margin-bottom: 130px;
  margin-top: 0;
}
.homeMarkets .tab {
  text-align: center;
  height: auto;
}
.homeMarkets .tab a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.homeMarkets .tab a:hover span {
  visibility: visible;
}
.homeMarkets .tab a:hover span:hover {
  color: #57507e;
  background: #fff;
  border-color: #fff;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.homeMarkets .tab a:hover p {
  visibility: visible;
}
.homeMarkets .tab strong {
  font: 22px ssr;
  line-height: 28px;
  margin: 25px 0 0;
}
.homeMarkets .tab span {
  display: block;
  width: 116px;
  height: 42px;
  border: solid 1px #fff;
  margin: 20px auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font: 18px ssr;
  line-height: 40px;
  visibility: hidden;
}
.homeMarkets .tab p {
  font: 18px ssr;
  line-height: 24px;
  visibility: hidden;
}
.homeQual {
  padding: 100px 0;
}
.homeQual h2 {
  font-family: ssb ;
  color: #3a335c;
  font-size: 80px;
  line-height: 80px;
}
.homeQual p {
  color: #909090;
  font: 22px ssr;
  line-height: 36px;
  margin: 30px 0;
}
.homeTech h2 {
  color: #3a335c;
  font: 80px/80px ssb;
}
.homeTech .feat {
  margin: 80px 0;
}
.homeTech .feat > div {
  margin-bottom: 30px;
  font: 22px ssr;
  line-height: 74px;
}
.homeTech .feat a {
  display: block;
  height: 74px;
  background: #57507e;
  color: #fff;
  text-indent: 20px;
  text-decoration: none;
  cursor: default;
}
footer .copy {
  font: 16px ssr;
  color: #616161;
  line-height: 20px;
  margin-top: 40px;
}
footer .logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 40px 0 0 8px;
  opacity: .8;
  transition: opacity .3s ease;
}
footer .social a:hover {
  opacity: 1;
}
.contactMain {
  padding: 140px 0 180px;
}
.contactMain .add {
  margin-bottom: 30px;
}
.contactMain address {
  font: 60px ssb;
  line-height: 76px;
  color: #3a335c;
}
.contactMain p,
.contactMain a {
  font: 60px ssb;
  line-height: 85px;
  color: #3a335c;
  text-decoration: none;
}
.contactMain a:hover {
  text-decoration: underline;
}
.contactMain h3 {
  font: 60px ssb;
  margin: 0;
  color: #3a335c;
}
.contactMain .form .clear {
  margin: 20px 0;
}
.contactMain .form .clear .txt {
  height: 46px;
  width: 100%;
  border: solid 1px #d1d1d1;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #403f3f;
  font: 18px ssr;
}
.contactMain .form .clear .txt.area {
  height: 145px;
  padding: 15px;
  resize: none;
}
.contactMain .form .clear .btn {
  height: 46px;
  width: 100%;
  border: solid 1px #d1d1d1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font: 20px ssb;
  background: -webkit-linear-gradient(-90deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(90deg, #352f57 0%, #57507e 100%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: .9;
}
.contactMain .form .clear .btn:hover {
  opacity: 1;
}
.thanksMsg {
  background: #fff;
  text-align: center;
  color: #070000;
  display: none;
}
.thanksMsg img {
  width: 100%;
  max-width: 400px;
}
.thanksMsg span {
  display: block;
  margin: 20px 0;
  font: 24px/40px ssr;
}
.dualPane {
  background: #292447;
  margin-bottom: 105px;
  font: 24px ssl;
  line-height: 32px;
  color: #fff;
}
.dualPane .bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #352f57;
}
.dualPane .tab {
  padding: 65px 10px;
  text-align: center;
}
.dualPane .tab span {
  display: block;
  min-height: 64px;
}
.dualPane .tab.about {
  background: #352f57;
}
.dualPane a {
  display: block;
  width: 195px;
  height: 55px;
  margin: 0 auto;
  border: solid 1px;
  color: #fff;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  margin-top: 28px;
  font: 16px ssb;
  text-transform: uppercase;
  line-height: 51px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.dualPane a:hover {
  background: #fff;
  color: #292447;
}
/** **/
.innerIntro {
  padding: 100px 0;
  background: #fff;
}
.innerIntro p {
  color: #909090;
  font: 22px/36px ssr;
}
.innerIntro p .black {
  color: #000;
}
.innerIntro h2 {
  font: 48px/70px ssl;
  color: #291d1d;
  letter-spacing: -1px;
}
.innerFeat {
  background: #14121d;
  padding: 100px 0;
}
.innerFeat h2 {
  color: #5b5482;
  font: 80px/90px ssb;
  margin-bottom: 12px;
}
.innerFeat h3 {
  color: #fff;
  font: 22px/36px ssr;
}
.innerFeat.white {
  background: url(../img/feat-white-bg.png) #373159 no-repeat center bottom;
  background-size: cover;
}
.innerFeat.white h2 {
  color: #fff;
}
.innerFeat .title {
  color: #a297c8;
  font: 16px/20px ssr;
  text-transform: uppercase;
  margin-top: 60px;
  display: block;
}
.innerFeat ul {
  margin: 85px 0 0;
}
.innerFeat ul.small {
  margin-top: 20px;
}
.innerFeat ul.small li {
  font: 18px/22px ssr;
}
.innerFeat ul li {
  height: 90px;
  margin-bottom: 50px;
  background: url(../img/check-large.png) no-repeat left top;
  font: 22px/30px ssr;
  color: #fff;
  padding: 60px 0 0;
}
.innerContent {
  background: #fff;
  padding: 100px 0;
}
.innerContent.motor {
  padding-top: 0;
}
.innerContent h2 {
  font: 80px/90px ssb;
  color: #47406b;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.innerContent p {
  color: #909090;
  font: 22px/36px ssr;
  margin-bottom: 20px;
}
.innerContent p.dark {
  color: #232323;
}
.innerContent .text {
  margin-bottom: 60px;
}
.innerContent .smList > li {
  font: 18px/28px ssr;
  color: #909090;
  margin-bottom: 12px;
  padding-left: 25px;
  background: url(../img/check-small.png) no-repeat left 5px;
}
.abtTab {
  color: #fff;
}
.abtTab img {
  margin: 85px 0 22px;
}
.abtTab strong {
  font: 400 23px/48px ssb;
  display: block;
}
.abtTab p {
  font: 16px/24px ssr;
  margin-top: 20px;
}
.prodList .tab {
  width: 270px;
  height: 260px;
  margin: 40px auto 0;
}
.prodList .tab span {
  display: block;
  height: 47px;
  width: 100%;
  font: 18px/47px ssr;
  color: #fff;
  background: #57507e ;
  background: -webkit-linear-gradient(-90deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(90deg, #352f57 0%, #57507e 100%);
  text-align: center;
}
.prodList .tab > a {
  display: none;
  width: 59px;
  height: 59px;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -50%);
  -webkit-transform: translate(-110%, -50%);
}
.prodList .tab > a.mail {
  transform: translate(10%, -50%);
  -webkit-transform: translate(10%, -50%);
}
.prodList .tab:hover a {
  display: block;
}
.infoPop {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(86, 79, 125, 0.8);
  position: fixed;
  z-index: 999;
  overflow: auto;
  display: none;
}
.infoPop .box {
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1000;
  padding: 0;
}
.infoPop .box h3 {
  background: #c0c8d3;
  color: #fff;
  font: 45px/60px 'ssb';
  margin: 0;
  padding: 45px 60px;
}
.infoPop .box a.close {
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  width: 49px;
  height: 49px;
  background: url(../img/pop-close.jpg) no-repeat center center;
  text-indent: -999999px;
  z-index: 1001;
  opacity: 1;
}
.infoPop .box p {
  font: 22px/36px ssr;
  color: #909090;
  margin: 30px 60px;
}
.infoPop .box h4 {
  margin: 10px 60px;
  color: #232323;

  font: 22px/36px ssr;
}
.infoPop .box ul {
  margin: 0 60px;
}
.infoPop .box ul li {
  font: 18px/28px ssr;
  color: #909090;
  margin-bottom: 12px;
  padding-left: 25px;
  background: url(../img/check-small.png) no-repeat left 5px;
}
.infoPop .box a.enq {
  width: 100%;
  max-width: 340px;
  height: 56px;
  margin: 55px auto 65px;
  display: block;
  font: 20px/56px ssr;
  color: #fff;
  text-align: center;
  background: #57507e ;
  background: -webkit-linear-gradient(-90deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(90deg, #352f57 0%, #57507e 100%);
}
.popForm {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(86, 79, 125, 0.8);
  position: fixed;
  z-index: 999;
  overflow: auto;
  display: none;
}
.popForm .form {
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1000;
  padding: 0;
}
.popForm .form h3 {
  background: #c0c8d3;
  color: #fff;
  font: 45px/60px 'ssb';
  margin: 0;
  padding: 45px 60px;
}
.popForm .form a.close {
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  width: 49px;
  height: 49px;
  background: url(../img/pop-close.jpg) no-repeat center center;
  text-indent: -999999px;
  z-index: 1001;
  opacity: 1;
}
.popForm .form h4 {
  margin: 30px 60px 10px;
  color: #232323;
  font: 22px/36px ssr;
}
.popForm .form .clear {
  margin-top: 50px;
  border-bottom: solid 1px #d1d1d1;
}
.popForm .form .clear .txt {
  padding: 0 60px;
  font: 18px ssr;
  color: #595858;
  width: 100%;
  height: 38px;
}
.popForm .form .clear .txt.area {
  resize: none;
  line-height: 28px;
}
.popForm .form .clear .btn {
  width: 100%;
  max-width: 240px;
  height: 56px;
  margin: 20px auto 55px;
  display: block;
  font: 20px ssr;
  color: #fff;
  text-align: center;
  background: #57507e ;
  background: -webkit-linear-gradient(-90deg, #352f57 0%, #57507e 100%);
  background: linear-gradient(90deg, #352f57 0%, #57507e 100%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .homeBanner h2 {
    font-size: 1.2em;
  }
  .about h2 {
    font-size: 1.8em !important;
    color: #fff;
  }
  .about h2 strong {
    font-size: 1.2em;
  }
  .about h2 span {
    display: none !important;
  }
  .homeQual h2,
  .homeTech h2 {
    font-size: 40px;
    line-height: 1.2em;
  }
  .homeMarkets .container {
    width: 100%;
    padding: 0;
  }
  .homeMarkets .row {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .homeMarkets .row .tab {
    text-align: left;
    height: 25vh;
    position: relative;
  }
  .homeMarkets .row .tab:nth-child(1) {
    background: url(../img/markets-bg-1.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(2) {
    background: url(../img/markets-bg-2.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(3) {
    background: url(../img/markets-bg-3.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(4) {
    background: url(../img/markets-bg-4.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab a {
    height: 100%;
    position: relative;
  }
  .homeMarkets .row .tab strong {
    font-size: 16px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .homeMarkets .row .tab img {
    height: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .homeTech .feat > div {
    font-size: 18px;
  }
  header .logo {
    margin: 15px;
  }
  header .logo img {
    height: 60px !important;
  }
  header .menu {
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  .menuPanel {
    padding: 0 !important;
  }
  .menuPanel ul > li {
    font: 40px ssb;
    line-height: 70px;
  }
  .menuPanel ul > li .sub > li {
    font: 22px ssl;
    line-height: 40px;
  }
  .menuPanel > a.close {
    margin: 10px;
  }
  footer {
    text-align: center !important;
  }
  footer .logo {
    margin: 20px 0 0;
  }
  footer .social {
    margin: 0 auto;
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .contactMain address,
  .contactMain p,
  .contactMain a,
  .contactMain h3 {
    font: 30px/1.2 ssb;
  }
  .innerIntro h2,
  .innerContent h2,
  .innerFeat h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .abtTab {
    text-align: left !important;
  }
  .popForm .form .clear .txt.area {
    height: 100px;
    padding: 0px 60px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .homeBanner h2 {
    font-size: 1.8em;
  }
  .about h2 {
    font-size: 2.6em !important;
    color: #fff;
  }
  .about h2 strong {
    font-size: 1.8em;
  }
  .about h2 span {
    display: none !important;
  }
  .homeQual h2,
  .homeTech h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .homeMarkets .container {
    width: 100%;
    padding: 0;
  }
  .homeMarkets .row {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .homeMarkets .row .tab {
    text-align: left;
    height: 25vh;
    position: relative;
  }
  .homeMarkets .row .tab:nth-child(1) {
    background: url(../img/markets-bg-1.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(2) {
    background: url(../img/markets-bg-2.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(3) {
    background: url(../img/markets-bg-3.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab:nth-child(4) {
    background: url(../img/markets-bg-4.jpg) no-repeat center center;
    background-size: cover;
  }
  .homeMarkets .row .tab a {
    height: 100%;
    position: relative;
  }
  .homeMarkets .row .tab strong {
    font-size: 16px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .homeMarkets .row .tab img {
    height: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .homeTech .feat > div {
    font-size: 18px;
  }
  header .logo {
    margin: 15px;
  }
  header .logo img {
    height: 60px !important;
  }
  header .menu {
    margin: 0 20px 0 0;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  .contactMain address,
  .contactMain p,
  .contactMain a,
  .contactMain h3 {
    font: 50px/65px ssb;
  }
  .menuPanel {
    padding: 0 !important;
  }
  .menuPanel ul > li {
    font: 40px ssb;
    line-height: 70px;
  }
  .menuPanel ul > li .sub > li {
    font: 22px ssl;
    line-height: 40px;
  }
  .menuPanel > a.close {
    margin: 10px;
  }
  footer {
    text-align: center !important;
  }
  footer .logo {
    margin: 20px 0 0;
  }
  footer .social {
    margin: 0 auto;
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .innerContent h2,
  .innerFeat h2 {
    font-size: 50px !important;
  }
  .abtTab {
    text-align: left !important;
  }
  .popForm .form .clear .txt.area {
    height: 100px;
    padding: 0px 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .homeBanner h2 {
    font-size: 2.2em;
  }
  .homeMarkets {
    min-height: 580px;
  }
  .homeMarkets .tab strong {
    display: block;
  }
  .contactMain address,
  .contactMain p,
  .contactMain a,
  .contactMain h3 {
    font: 55px/70px ssb;
  }
}
@media (min-width: 1170px) {
  .homeBanner h2 {
    font: 22px ssr;
  }
  .homeBanner h2 strong {
    font: 80px ssb;
    line-height: 80px;
    margin-top: 10px;
  }
  .homeMarkets {
    min-height: 580px;
  }
  .homeMarkets .tab strong {
    display: block;
  }
}
