@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "CentraNo2-Light";
  box-sizing: border-box;
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: center;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Bold";
  src: url("../fonts/CentraNo2-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Bold.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Bold.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Bold.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Book";
  src: url("../fonts/CentraNo2-Book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Book.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Book.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Book.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Book.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Light";
  src: url("../fonts/CentraNo2-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Light.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Light.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Light.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Light.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Medium";
  src: url("../fonts/CentraNo2-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Medium.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Medium.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Medium.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Thin";
  src: url("../fonts/CentraNo2-Thin.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Thin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Thin.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Thin.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Thin.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Thin.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Thin.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/** **************** **/
.container {
  max-width: 1320px;
}
/** **************** **/
/*Language*/
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
}
#google_translate_element{
  display: none !important;
}
/** **************** **/
header .container{
  max-width: 1560px;
}
.header .row{
  position: relative;
}
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.main-nav .drop-down ul li:after {
  display: none;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  top: 0;
  padding: 10px 0px 10px;
}

.logo {
  position: relative;
}

.header-scrolled .scrollto img {
  width: 145px;
  height: auto;
}

.header-scrolled {
  position: fixed;
  background:#fff;
  box-shadow: 0px 0px 5px rgb(197 197 197 / 30%);
}

.scrollto img {
  width: 145px;
  height: auto;
  position: relative;
  top: 2px;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 5px 0;
  display: flex;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.50px;
}

.header-scrolled .main-nav a{
  color: #000;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  text-decoration: none;
}

.main-nav > ul > li > a > span{
  position: relative;
}

.main-nav > ul > li > a > span:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 100%;
  bottom: -3px;
  height: 2px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background: rgb(255, 255, 255);
}

.main-nav > ul > li > a:hover > span:after{
  right: 0px;
}

.header-scrolled .main-nav > ul > li > a > span:after{
  background: #000;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
  border-radius: 15px;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 150px;
  position: initial;
}

.main-nav .drop-down li i {
  width: 50px;
  line-height: 41px;
  background: #FF5500;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  left: -15px;
  text-align: center;
  opacity: 0;
}

.main-nav .drop-down li:hover i {
  left: -10px;
  top: 1px;
  opacity: 1;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 10px 10px;
  border-radius: 7px;
  font-size: 14px;
  width: 100%;
  color: #000;
}
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #FF5500;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 13px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.main-prod-img {
  position: absolute;
  left: 98%;
  top: -1px;
  width: 407px;
  max-width: unset;
  height: 100%;
  padding: 8px 8px 8px 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  clear: both;
  -webkit-transition: left .3s ease, opacity .3s ease;
  transition: left .3s ease, opacity .3s ease;
}
.main-prod-img img {
  box-shadow: 0 0 0 7px #fff;
  border-radius: 0px 10px 10px 0px;
}
.main-nav .drop-down ul li:hover .main-prod-img{
  opacity: 1;
}
.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.get_start {
  margin-left: 110px;
  top: 1px;
}
.get_start a{
  display: flex !important;
  align-items: center;
  padding: 7px 2.2rem 7px 1.3rem;
  border-radius: 10px;
  margin: 0;
  color: #fff !important;
  box-shadow: none;
  text-align: left;
  text-transform: capitalize;
  background: #FF5500;
}
/*.get_start a:hover{
  background: #ff5500;
}*/
.header-scrolled .get_start a:hover{
  background: #FF5500;
}
.get_start i {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 13px;
}

.language-menu{
  position: absolute;
  right: 145px;
  top: 10px;
}
.language-menu:after {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  background: rgb(197 197 197 / 30%);
  left: -15px;
  top: -2px;
}
.language-menu:hover{
  background: #fff;
  border-radius: 10px;
}
.language-flag {
  width: 72px;
  position: relative;
}
.language-flag:hover {
  height: 170px !important;
}
.language-flag a {
  display: block;
}
.language-flag img {
  width: 20px;
}

.languagepicker {
  background-color: #fff0;
  display: inline-block;
  padding: 0;
  height: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.languagepicker a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.header-scrolled .languagepicker a{
  color: #000;
}

.language-menu:hover .languagepicker a{
  color: #000;
}

.languagepicker li {
  display: flex;
  background: transparent;
  padding: 2px 10px;
  line-height: 25px;
}

.languagepicker li:hover {
  background-color: #eee;
}

.languagepicker a:first-child li {
  border: none;
  background: transparent;
}

.languagepicker li img {
  margin-right: 2px;
}

.forcyst-logo{
  display: none;
}
.forcyst-logo-scroll{
  display: block;
}
.header-scrolled .forcyst-logo{
  display: block;
}
.header-scrolled .forcyst-logo-scroll{
  display: none;
}
/* Inner page header */
.main-header .forcyst-logo{
  display: block !important;
}
.main-header .forcyst-logo-scroll{
  display: none !important;
}
.main-header .main-nav a {
    color: #000;
}
.main-header .main-nav > ul > li > a > span:after {
    background: #000;
}
.main-header .languagepicker a {
    color: #000;
}
/**/

/** **************** **/

.video_wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#video_section {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 46 69 / 40%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
#video_overlap_data {
  position:absolute;
  left:0;
  right:0;
  top:0;
  z-index:2;
  text-align:center;
}
.overlap_heading {
  display: block;
  text-align: left;
  padding-top: 18%;
  transform: translate(0%,-50%);
  max-width: 570px;
}
.overlap_heading h1 {
  font-size:50px;
  color:#fff;
  display:block;
  letter-spacing:0.50px;
  padding-bottom:20px;
  font-weight: 600;
}
.overlap_heading h1 span {
  display:block;
}

/** **************** **/

.hm-cleint{
  position: relative;
  margin-top: -110px;
  padding-bottom: 40px;
  display: none;
}
.hm-cleint .container{
   max-width: 1540px;
}
.hm-cleint-head h4{
 /* text-transform: uppercase;*/
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
  word-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}
.hm-cleint-head h4:after {
  content: "";
  position: absolute;
  background: #ffffff45;
  width: calc(100% - 220px);
  height: 1px;
  top: 8px;
  right: 0px;
}
.hm-cleint-head h4:before {
  content: "";
  position: absolute;
  background: #ffffff45;
  width: 190px;
  height: 1px;
  top: 9px;
  left: -210px;
}
.hm-cleint-logo img{
  height: 30px;
}

/** **************** **/

.hm-about{
  padding: 100px 0;
  background: #f2f2f26b;
}
.hm-about .row{
  align-items: center;
}
.hm-abt-head {
  text-align: center;
  margin-bottom: 40px;
}
.hm-abt-head h2 {
  font-size: 2.5rem;
  letter-spacing: 0rem;
  font-weight: 900;
  color: #1d1d1f;
  font-family: "CentraNo2-Bold";
}
.hm-abt-head span {
  display: block;
  font-size: 16.1px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #6e6e73;
}
.hm-about-img {
  height: 435px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 12px #0000000f;
}
.hm-about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 20px;
}
.hm-about-content ul li {
  font-size: 16.1px;
  padding-left: 140px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 22px;
  color: #6e6e73;
}
.hm-about-content ul li .count{
  color: #1d1d1f;
  font-size: 2.1rem;
  font-weight: 800;
  font-family: "CentraNo2-Medium";
}
.hm-about-content ul li .hm-about-span{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
}
.hm-about-content img{
  width: 60px;
}
.hm-about-content ul li .plus {
  color: #1d1d1f;
  font-size: 1.5rem;
  font-weight: 800;
  position: relative;
  top: -15px;
  left: 0px;
}
.hm-about-content ul li:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  left: 105px;
  top: 50%;
  transform: translate(0%,-50%);
  background: #c7c7c77a;
}
.hm-abt-dtl h1 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 15px;
  word-spacing: 2px;
  color: #1d1d1f;
  /*font-family: "CentraNo2-Medium";*/
}
.hm-abt-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 15px;
  text-align: justify;
}

/** **************** **/

.hm-prod{
  background: #fff;
/*  border-radius: 150px 0 0 0;*/
  position: relative;
  overflow: hidden;
}
.hm-prod:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 150px;
  height: 150px;
  background: rgb(245 245 247);
  z-index: -1;
}
.hm-prod-main{
  padding-top: 80px;
  padding-bottom: 140px;
  background: #fff;
}
.hm-prod-head{
  margin-bottom: 20px;
}
.hm-prod-head h2{
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
}
.product_box {
  height: 100%;
  transition: 0.5s ease-out;
  position: relative;
}
.product_box a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #000;
  outline-offset: 2px;
  outline: 1px solid;
  outline-color: #fff0;
  box-shadow: 0 0 10px 1px #00000057;
}
.product_box:hover a{
  outline-color: #fff;
}
.product_box a:hover{
  background: #FF5500;
  color: #fff;
}
.product_box_img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 12px #00000014;
}
.product_box_img img{
  transition: 0.5s ease-out;
}
.product_box:hover img {
  scale: 1.1;
}
.product_box_title {
  margin: 0.8rem 0rem 0.5rem;
  padding: 0.7rem 0rem 0.7rem 0rem;
  font-size: 24px;
  line-height: 1.5rem;
  position: relative;
  font-weight: 400;
  text-align: center;
  color: #1d1d1f;
}
.hm-prod-sliding .carousel-wrapingg {
  position: relative;
}

.hm-prod-sliding .owl-stage-outer{
  padding-top: 10px;
}
.hm-prod-sliding .owl-nav {
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: -59px;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  gap: 80px;
  z-index: 9999999;
}
.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
}
.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
  color: #6e6e73;
}
.hm-prod-manuf{
  margin-top: 200px;
}
.hm-prod-manuf .carousel-wrapingg:after{
  display: none;
}
.hm-prod-sliding .owl-dots {
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  list-style: none;
  bottom: -40px;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.hm-prod-sliding .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #c7c7c7;
  border-radius: 50%;
}
.hm-prod-sliding  .owl-dots .active {
  background: #1d1d1f;
}

/** **************** **/

.hm-ind{
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.hm-ind:after{
  content: "";
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  z-index: -1;
}
.hm-ind-head{
  padding-bottom: 40px;
}
.hm-ind-head h2{
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
}
.hm-ind-margin{
  gap: 30px;
}
.hm-ind-box{
  background: #fff;
  border-radius: 30px;
  transition: 0.4s ease;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  width: 18%;
  position: relative;
  z-index: 1;
}
.hm-ind-box:hover{
  background: #000;
}
.hm-ind-dtl{
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  min-height: 210px;
  text-align: center;
  position: relative;
  margin-top: -43px;
}
.hm-ind-icon{
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #FFF;
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.07);
  line-height: 72px;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: 0.4s ease;
}
.hm-ind-box:hover .hm-ind-icon{
  background: #ff5500;
}
.hm-ind-icon img{
  width: 41px;
}
.hm-ind-box:hover .hm-ind-icon img{
  filter: brightness(0) invert(1);
}
.hm-ind-dtl span{
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #1d1d1f;
}
.hm-ind-img{
  background: transparent;
}
.hm-ind-box .hm-ind-img {
  transition: all .2s;
}
.hm-ind-box:hover .hm-ind-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-ind-box:hover .hm-ind-dtl span{
  color: #fff;
}

/** **************** **/

.hm-solu{
  padding: 80px 0;
  background: #ebebeb;
}
.hm-solu-head{
  margin-bottom:40px;
}
.hm-solu-head h2{
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
}
.hm-solu-box{
  text-align: center;
  padding: 0 15px;
}
.hm-solu-box h4{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
.hm-solu-box p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 15px;
}

/** **************** **/

.hm-manuf{
  padding: 20px 0 100px 0;
  position: relative;
}
.hm-manuf-heading {
  padding-top: 22px;
  padding-bottom: 15px;
}
.hm-manuf-heading p{
  letter-spacing: 2px;
  opacity: .5;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hm-manuf-heading h2{
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 15px;
}
.hm-manuf-box{
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  border-radius: 20px;
}
.hm-manuf-head img{
  height: 50px;
}
.hm-manuf-box:hover .hm-manuf-head img{
  filter: brightness(0) invert(1);
}
.hm-manuf-box img{
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.hm-manuf-box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-manuf-dtl{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  color: #fff;
}
.hm-manuf-head{
  transform: translateY(120px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.hm-manuf-box:hover .hm-manuf-head{
  transform: translateY(0px);
}
.hm-manuf-head span{
  font-size: 25px;
  line-height: 30px;
  display: block;
  font-weight: 400;
  padding: 10px 0 0px;
}
.hm-manuf-more{
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.hm-manuf-more p{
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.hm-manuf-box:hover .hm-manuf-more{
  opacity: 1;
}

/** **************** **/

.support{
  background-image: url(../images/Footer_BG.jpg);
  background-size: cover;
  background-position: 100% 40%;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.support-head{
  text-align: center;
}
.support-head h5 {
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #fff;
  margin-bottom: 15px;
  font-family: "CentraNo2-Medium";
  display: block;
}
.support-head p {
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #858585;
  margin-bottom: 30px;
}
.support-head .btn-enquiry{
  margin: 0 auto;
  display: table;
}
.support-head .btn-enquiry span a{
  width: 170px !important;
  box-shadow: 6px 6px 18px 0px rgb(170 170 170 / 0%);
}

.btn-enquiry{
  display: block;
  margin: 10px 0;
}
.btn-enquiry span{
  margin-right: 10px;
  height: 45px;
  display: block;
}
.btn-enquiry span a {
  color: #fff !important;
  border-width: 1px !important;
  border-color: #0e4e8c;
  font-size: 16px;
  background-color: #FF5500;
  border: 2px solid transparent;
  padding: 0.6em 1.2em;
  line-height: 1.5em !important;
  box-shadow: 6px 6px 18px 0px rgb(170 170 170 / 30%);
  transition: all 300ms ease 0ms;
  border-radius: 10px;
  position: relative;
  width: 140px;
  text-align: center;
  display: block;
}
.btn-enquiry span a:hover{
  padding: 0.6em 2.2em 0.6em 0.9em;
}
.btn-enquiry span a:after{
  font-size: 1.6em;
  line-height: 1em;
  content: " ";
  width: 8.17px;
  height: 14.76px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-left: -1em;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  text-shadow: none;
  background: url(../images/prod-enquiry.svg) no-repeat;
  filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.btn-enquiry span a:hover:after{
  opacity: 1;
  margin-left: 15px;
}
/** **************** **/

footer{
  background: #fff;
  padding: 50px 0px 40px;
}
.ftr-logo img{
  height: 50px;
  margin: 0 auto;
  display: table;
}
.ftr-social{
  padding-top: 40px;
}
.ftr-social ul{
  text-align: center;
}
.ftr-social ul li{
  display: inline-block;
  padding: 0 15px;
}
.ftr-social ul li:nth-child(1){
  padding-left: 0px;
}
.ftr-social img:hover{
  filter: invert(0.8) sepia(1) hue-rotate(-45deg) saturate(799%);
}
.ftr-head h3 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 16px;
}
.ftr-link ul li a {
  color: #5c5e62;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.50px;
  display: block;
}
.ftr-link ul li a:hover{
  color: #000;
}
.mail-list {
  display: flex;
  margin-right: 25px;
  color: #fff;
  align-items: self-start;
  margin-bottom: 25px;
}
.mail-list img {
  width: 30px;
  margin-right: 15px;
}
.mail-list h5 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.2rem;
}
.mail-one a {
  color: #5c5e62;
  font-size: 16px;
}
.mail-one a:hover{
  color: #000;
}
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}
.foot-btm-head p {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #212121;
  font-weight: 600;
}

/** **************** **/

.prod-banner{
  margin-top: 70px;
  height: auto;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right !important;
  position: relative;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.prod-banner .graphics-blue {
  opacity: 1;
  width: 45%;
  height: 100%;
  background-color: #050505;
  position: absolute;
  left: 0%;
  top: 0;
}
.prod-banner .graphics-blue::before {
  content: "";
  position: absolute;
  right: -200px;
  width: 200px;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, rgba(6, 227, 255, 0) -20.32%, rgb(255 85 0) 99.68%);
}
.prod-banner .container{
  position: relative;
  z-index: 1;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.prod-banner h1{
  color: #fff;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  font-family: "CentraNo2-Medium";
}
.prod-banner .title-wrapper{
  padding-bottom: 85px;
}

@media (min-width: 768px) {
  .d-md-none {
      display: none !important;
  }
}

/** **************** **/

.prod-section{
  margin-bottom: 80px;
}
.prod-section .row {
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: -58px;
  /* padding: 40px 25px; */
  box-shadow: 0px -20px 0 24px #fff;
}
.prod-img img{
  border-radius: 20px;
}
.prod-introd h2{
  font-size: 27px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  word-spacing: 2px;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
}
.prod-introd h3{
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  word-spacing: 2px;
  color: #1d1d1f;
  margin-top: 15px;
}
.prod-introd p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-power{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.prod-power-content h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-power-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}

/** **************** **/

.prod-expertise{
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/tab-bg.webp) no-repeat bottom right !important;
  background-size: contain !important;
}
.prod-expertise-head{
  margin-bottom: 40px;
}
.prod-expertise-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-expertise-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-expertise-dtl .row{
  justify-content: center;
}
.prod-expertise-dtl .nav-pills {
    display:none;
}
@media(min-width:768px) {
  .prod-expertise-dtl .nav-pills {
      display: flex;
  }
  
  .prod-expertise-dtl .card {
      border: none;
  }
  .prod-expertise-dtl .card-body {
    padding: 0;
  }

  .prod-expertise-dtl .card .card-header {
      display:none;
  }  

  .prod-expertise-dtl .card .collapse{
      display:block;
  }
}

@media(max-width:767px){
  .prod-expertise-dtl .tab-pane {
      display: block !important;
      opacity: 1;
  }
}

.prod-expertise-dtl .nav{
  background: #050505;
  border-radius: 40px 0 0 40px;
  margin-right: -60px;
  height: 100%;
  padding: 20px 0;
}

.prod-expertise-dtl .nav-pills .nav-link{
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0 5px 30px;
  padding: 20px 30px;
  background: #0a55b100;
  color: #fff;
  border-radius: 40px;
  position: relative;
  z-index: 11;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.prod-expertise-dtl .nav-pills .nav-link.active{
  background: #ff5500;
  color: #fff;
}

.prod-expertise-dtl .nav-pills .nav-link  i {
  opacity: 0;
  font-size: 15px;
  float: right;
  vertical-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #ff5500;
}

.prod-expertise-dtl .nav-pills .nav-link.active i{
  opacity: 1;
}

.prod-expertise-dtl .tab-content{
  /*padding: 80px 50px 80px 60px;*/
  background: #f4f4f4;
  border-radius: 40px;
  height: 100%;
}

.prod-expertise-dtl .card{
  background: #ffffff00;
}

.prod-expertise-dtl .card-body img{
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}

.prod-expertise-dtl .card-body .card-body-content{
  padding: 55px;
}

.prod-expertise-dtl .card-body .card-body-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}

.prod-expertise-dtl .card-body .card-body-content h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    padding-bottom: 10px;
    word-spacing: 2px;
    color: #1d1d1f;
}

.prod-expertise-dtl .card-body .card-body-content h4{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}

.prod-expertise-dtl .card-body .card-body-content ul{
  padding-left: 30px;
  padding-bottom: 10px;
}

.prod-expertise-dtl .card-body .card-body-content ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
}

.prod-expertise-dtl .card-body .card-body-content ul li i{
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}

/** **************** **/
.prod-innovation{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.prod-benefits{
  padding-bottom: 80px;
}
.prod-benefits-content h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-benefits-content h4{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}
.prod-benefits-content h3{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}
.prod-benefits-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-benefits-content ul{
  padding-left: 30px;
  padding-bottom: 10px;
}

.prod-benefits-content ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
  padding-bottom: 5px;
}

.prod-benefits-content ul li b{
  color: #1d1d1f;
  font-weight: 400;
}

.prod-benefits-content ul li i{
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}

/** **************** **/

.prod-future{
  background: #f4f4f4;
  padding: 80px 0;
}
.prod-future .row{
  justify-content: center;
}
.prod-future-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
  margin-bottom: 15px;
}
.prod-future-box{
  text-align: center;
  padding: 25px 15px;
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
}
.prod-future-box img{
  width: 80px;
}
.prod-future-box h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

/** **************** **/

.prod-indus{
  padding-bottom: 100px;
  padding-top: 80px;
}
.prod-indus2{
  padding-top: 0px;
}
.prod-indus-head{
  margin-bottom: 30px;
}
.prod-indus-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-indus-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
}


/** Solution **/
 
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

#solution-main-slider .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

#solution-main-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#solution-main-slider .swiper-slide.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 85 0 / 0%), rgb(0 0 0 / 8%), #000000);
  left: 0;
  top: 0;
}

#solution-main-slider .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#solution-main-slider .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#solution-main-slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#solution-main-slider  .desktop-solution {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 0;
}

#solution-main-slider  .desktop-solution .box {
  border-radius: 20px;
  height: 380px;
  position: relative;
  overflow: hidden;
  min-width: 100px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  padding: 8px;
}

#solution-main-slider  .desktop-solution .box a {
  height: 100%;
  width: 100%;
  display: block;
}

#solution-main-slider  .desktop-solution .box:after {
  content: "";
  position: absolute;
  background: rgba(255,94,20, 0.8);
  /*background: rgb(0 0 0 / 60%);*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius:20px;
  transition: 0.5s;
  opacity: 1;
}

#solution-main-slider  .desktop-solution .box.active:after {
  opacity: 0;
}

#solution-main-slider  .desktop-solution .box .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  color: #fff;
  height: 100%;
}
#solution-main-slider  .desktop-solution .box .box-icon h3{
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  word-spacing: 2px;
  text-align: center;
}
#solution-main-slider  .desktop-solution .box .box-content h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  word-spacing: 2px;
}

#solution-main-slider  .desktop-solution .box .box-content p {
  font-size: 16.1px;
  color: #fff;
  line-height: 23px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

#solution-main-slider  .desktop-solution .box a .label {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: auto auto 10px;
}

#solution-main-slider  .desktop-solution .box.active a .label {
  justify-content: start;
}

#solution-main-slider  .desktop-solution .box.active {
  padding: 20px;
}

.desktop-solution {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}

.desktop-solution .box {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  border-radius: 10px;
  cursor: pointer;
  flex: 0.5;
  position: relative;
  transition: flex 0.7s ease-in;
}

.desktop-solution .box .box-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  padding-right: 10px;
  border-left: 4px solid #ff5500;
  padding-left: 10px;
}

.desktop-solution .box.active {
  flex: 5;
}

.desktop-solution .box.active .box-content {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

.desktop-solution .box.active .box-icon {
  display: none !important;
}

@media (max-width: 1500px) {
  #solution-main-slider  .desktop-solution {
    overflow-x: hidden;
  }

  #solution-main-slider  .desktop-solution .box,
  .desktop-solution .box {
    height: 350px;
    min-height: 350px;
  }
}

@media only screen and (max-width: 1200px) {
  #solution-main-slider {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #solution-main-slider  .desktop-solution {
    display: block !important;
  }

  #solution-main-slider  {
    border-radius: 15px;
    padding: 60px 0 40px;
  }

  #solution-main-slider  .desktop-solution .box.active {
    transform: unset;
    width: auto;
    max-width: 100% !important;
  }

  #solution-main-slider  .desktop-solution .box .label {
    height: calc(100% - 48px);
    flex-direction: column;
    justify-content: space-between;
    bottom: 24px;
    left: 24px;
  }

  .swiper-slide {
    overflow: hidden;
  }

  #solution-main-slider {
    padding: 0 16px;
    position: relative;
    z-index: 0;
  }

  #solution-main-slider  .desktop-solution .box {
    padding: 20px;
  }

  #solution-main-slider  .desktop-solution .box .box-content {
    opacity: 1;
  }

  #solution-main-slider  .desktop-solution .box a .label {
    justify-content: start;
  }

  #solution-main-slider  .desktop-solution .box:after {
    display: none;
  }

  #solution-main-slider  .desktop-solution .box {
    flex: unset !important;
    min-width: 100% !important;
  }
}

@media (max-width: 768px) {
  #solution-main-slider  {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  #solution-main-slider  .desktop-solution .box {
    min-height: 300px;
    height: 300px;
  }
}

@media (max-width: 400px) {
  #solution-main-slider {
    padding: 0 12px;
  }
}

@media (min-width: 992px) {
  #solution-main-slider  .desktop-solution .box {
    margin: 0 8px;
  }
}

/** Solution Ends **/

/** **************** **/

.prod-cad{
  padding-bottom: 80px;
}
.prod-cad-heading{
  position: sticky;
  top: 90px;
}
.prod-cad-heading .prod-img{
  padding-top: 20px;
}
.prod-cad-heading h2{
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-cad-content{
  position: relative;
}
.prod-cad-content:after{
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ff5500, rgba(0, 0, 0, 0)) 1 100%;
  border-right: 0;
  content: '';
  height: 100%;
  left: -60px;
  top: 0;
  bottom: 0;
}
.prod-cad-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-cad-content h3{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom:30px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}
.prod-cad-content ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.prod-cad-content ul li{
  width: 48%;
  border: 1px solid #ff5500;
  padding: 20px 20px 20px 50px;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  display: flex;
  align-items: start;
  position: relative;
  border-radius: 20px;
}
.prod-cad-content ul li i {
  position: absolute;
  left: 30px;
  width: 18px;
  height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 34px;
  transform: rotate(0);
  transform: translate(-50%, -50%);
}

/** **************** **/

.prod-prototyping{
  padding-bottom: 80px;
}
.prod-prototyping-heading{
  padding-bottom: 20px;
  text-align: center;
}
.prod-prototyping-heading h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-prototyping-heading p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: center;
}
.prod-prototyping-content{
  width: 94%;
}
.prod-prototyping-content img{
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.prod-prototyping-content h3{
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  word-spacing: 2px;
  color: #1d1d1f;
}
.prod-prototyping-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-prototyping-content h4{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}
.prod-prototyping-row{
  position: relative;
}
.prod-prototyping-row:after{
  content: "";
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ff5500, rgba(0, 0, 0, 0)) 1 100%;
  border-right: 0;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
}
.prod-prototyping-content ul {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}
.prod-prototyping-content ul li {
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
  padding-bottom: 5px;
}
.prod-prototyping-content ul li i {
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}
.prod-prototyping-content ul li b {
  color: #1d1d1f;
  font-weight: 400;
}

/** **************** **/

.assembly-services{
  padding-bottom: 80px;
  background: linear-gradient(180deg, #fff 0, #f4f4f4 100%);
}
.assembly-services2 .assembly-services-dtl{
  height: 280px;
}
.assembly-services-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.assembly-services-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: center;
}
.assembly-services-slider{
  position: relative;
}
.assembly-services-slider:after{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 26%;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #6e6e73, #6e6e73 10px, transparent 10px, transparent 20px);
  opacity: 0.5;
}
.assembly-services-box{
  padding-top: 5px;
}
.assembly-services-icon{
  width: 50px;
  text-align: center;
  margin: 30px auto 20px;
}
.assembly-services-count{
  position: relative;
}
.assembly-services-count:after {
  content: url(../images/progress_svg.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -90px;
  z-index: -1;
}
.assembly-services-count span{
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
}
.assembly-services-dtl{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  border: 1px solid #c7c7c77a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 40px 40px 40px;
  margin-top: 8px;
  height: 210px;
}
.tool-services-slider .assembly-services-dtl{
  height: 280px;
  padding: 40px 20px 40px;
}
.assembly-services-dtl h4{
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 10px;
}
.assembly-services-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
}

/** **************** **/

.prod-tab{
  padding: 80px 0 80px;
}
/*.prod-tabs .tab-content .row{
  align-items: center;
}*/
.prod-tabs .nav-pills {
  background: #1d1d1f;
  display: flex;
  width: max-content;
  padding: 5px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.prod-tabs .nav-pills .nav-link{
  color: #fff;
  font-size: 18px;
}
.prod-tabs .nav-pills .nav-link.active{
  border-radius: 1.25rem !important;
  background: #fff;
  color: #000;
}
.prod-tabs-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-tab-img img{
  border-radius: 20px;
}
.prod-tabs-box p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-tabs-box ul {
  padding-left: 30px;
  padding-bottom: 10px;
}
.prod-tabs-box ul li {
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
  padding-bottom: 5px;
}
.prod-tabs-box ul li i {
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}

/** **************** **/

.prod-Assurance{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.prod-assurance-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-assurance-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-assurance-head h4{
  font-size: 18px;
  color: #1d1d1f;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: justify;
  font-family: "CentraNo2-Medium";
}
.prod-assurance-head ul {
  display: flex;
  gap: 30px;
  align-items: center;
} 
.prod-assurance-head ul li{
  background: #fff;
  padding: 10px 20px;
  width: 100%;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 26px;
  letter-spacing: 0.20px;
  border: 1px solid #6e6e732e;
  height: 74px;
  align-items: center;
  display: flex;
  border-radius: 20px;
}

/** **************** **/

.hm-precision{
  background: #f5f5f5;
  padding: 80px 0;
}
.hm-precision-box{
  padding: 15px 15px 0px 15px;
  border-radius: 15px;
  background-image: linear-gradient(0deg, rgba(255, 0, 0, 0), rgb(255 255 255));
  height: 100%;
}
.hm-precision-box img {
  margin-bottom: 15px;
  border-radius: 15px;
}
.hm-precision-box h3{
  font-size: 27px;
  line-height: 35px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.hm-precision-box h4{
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 10px;
  word-spacing: 2px;
  color: #1d1d1f;
}
.hm-precision-box p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-components{
  padding-top: 20px;
  padding-bottom: 80px;
}
.prod-components-img{
  overflow: hidden;
}
.prod-components-box{
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 5px solid #fff;
}
.prod-components-box .row{
  height: 100%;
}
.prod-components-text{
  padding: 10px 0px 10px 20px;
}
.prod-components-text h2{
  font-size: 27px;
  line-height: 35px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-components-text p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 25px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: justify;
}
.prod-components-img{
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.prod-components-img img{
  height: 100%;
}
.prod-precision{
  padding-top: 80px;
}
.prod-precision-box{
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
}
.prod-precision-box img{
  border-radius: 15px;
  margin-bottom: 15px;
}
.prod-precision-box h2{
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-precision-box p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
}
.prod-precision-box ul {
  padding-left: 30px;
  padding-bottom: 10px;
}
.prod-precision-box ul li {
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
  padding-bottom: 5px;
}
.prod-precision-box ul li i {
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}
.prod-comprehensive{
  padding-top: 100px;
  padding-bottom: 100px;
}
.prod-comprehensive-dtl h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.prod-comprehensive-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
}

.prod-comprehensive-dtl ul{
  padding-left: 30px;
  padding-bottom: 10px;
}

.prod-comprehensive-dtl ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 35px;
  padding-bottom: 5px;
}

.prod-comprehensive-dtl ul li b{
  color: #1d1d1f;
  font-weight: 400;
}

.prod-comprehensive-dtl ul li i{
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  transform: rotate(0);
}

/** **************** **/

.contact{
  margin-bottom: 80px;
}
.contact .row{
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: -58px;
  box-shadow: 0px -20px 0 24px #fff;
}
.contact-head{
  padding-top: 20px;
  margin-bottom: 40px;
}
.contact-head h2{
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.contact-box{
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
}
.contact-box:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f2f3f8;
  top: 0;
  right: -15px;
}
.contact-box2:after{
  content: "";
  display: none;
}
.contact-box .icon-box{
  margin-bottom: 20px;
  padding: 32px;
  background-color: #f2f3f8;
  display: inline-block;
  transform: skewX(-5deg);
  border-radius: 10px;
}
.contact-box:hover .icon-box{
  background: #FF5500;
}
.contact-box .icon-box img{
  width: 60px;
  transform: skewX(5deg);
  display: block;
  color: #1876f4;
}
.contact-box:hover .icon-box img{
  filter: brightness(0) invert(1);
}
.contact-box h5{
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  word-spacing: 2px;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
}
.contact-box:hover h5{
  color: #FF5500;
}
.contact-box p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  height: 85px;
}
.contact-box p a{
  color: #6e6e73;
}
.contact-box .common-btn{
  font-size: 18px;
  background: #f2f3f8;
  color: #FF5500;
  margin: auto;
  font-weight: 400;
  width: 274px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 30px;
  transform: skewX(-10deg) !important;
}
.contact-box:hover .common-btn{
  color: #fff;
}
.common-btn span {
  transform: skewX(10deg);
  font-weight: 700;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF5500;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  color: #1876f4;
}
.contact-box:hover .common-btn:before {
    transform: scaleX(1);
}

.contact-form-section{
  background: #f2f3f8;
  padding: 80px 0;
}
.form-contact-head{
  padding-bottom: 30px;
}
.form-contact-head h2{
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.contact-form input, .contact-form textarea, .contact-form select {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 35px;
  padding: 10px 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #2f2f2f1a;
  margin-bottom: 20px;
  border-radius: 15px;
}
.contact-form select {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  padding: 10px 15px;
  min-height:56px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #2f2f2f1a;
  margin-bottom: 20px;
  border-radius: 15px;
}
.enquiry-map{
  margin: 80px 0;
}
.enquiry-map h2{
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
}
.enquiry-map-box {
  padding: 1vw;
  border: 1px solid #2f2f2f42;
  border-radius: 1.984vw;
  box-shadow: 0 34px 10px 0 rgb(49 118 244 / 0%), 0 22px 9px 0 rgb(49 118 244 / 0%), 0 12px 7px 0 rgb(49 118 244 / 1%), 0 5px 5px 0 rgb(49 118 244 / 2%), 0 1px 3px 0 rgb(49 118 244 / 2%);
  background: #fff;
}
.enquiry-map-box iframe{
  width: 100%;
  height: 400px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 1.984vw;
}
.butn-bg {
  font-size: 18px;
  padding: 10px 30px;
  background: #FF5500;
  width: 200px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
      margin-top: 20px;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
}

/** **************** **/

.carrer-main{
  padding: 0px 0 100px;
}
.carrer-main .row{
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: -58px;
  box-shadow: 0px -20px 0 24px #fff;
}
.carrer-heading{
  margin-bottom: 40px;
}
.carrer-heading h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.carrer-heading h2 b {
  font-weight: 600;
  text-decoration: underline;
}
.carrer-main .wrapper {
  display: block;
  width: 100%;
  height: 190px;
  position: relative;
}

.carrer-main .orange-border, .carrer-main .orange-border2, .carrer-main .orange-border3 {
  background-color: #343872;
  background-image: linear-gradient(130deg, #FF5500, #FF5500);
  position: absolute;
}

.carrer-main .orange-top {
  width: 100px;
  height: 10px;
  top: 0;
  left: 0;
}

.carrer-main .orange-left {
  width: 10px;
  height: 100px;
  top: 0;
  left: 0;
}

@keyframes leftgrow {
  0% {
    height: 100px;
    width: 10px;
  }

  40% {
    height: 100%;
    width: 10px;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes leftshrink {
  0% {
    width: 100%;
    height: 100%;
  }

  60% {
    height: 100%;
    width: 10px;
  }

  100% {
    height: 100px;
    width: 10px;
  }
}

@keyframes topgrow {
  0% {
    width: 100px;
    height: 10px;
  }

  60% {
    width: 100%;
    height: 10px;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes topshrink {
  0% {
    width: 100%;
    height: 100%;
  }

  40% {
    width: 100%;
    height: 10px;
  }

  100% {
    width: 100px;
    height: 10px;
  }
}

.carrer-main .orange-left.grow, .carrer-main .orange-left.grow2, .carrer-main .orange-left.grow3 {
  animation: 0.5s forwards leftgrow;
}

.carrer-main .orange-left.shrink, .carrer-main .orange-left.shrink2, .carrer-main .orange-left.shrink3 {
  animation: 0.5s forwards leftshrink;
}

.carrer-main .orange-top.grow, .carrer-main .orange-top.grow2, .carrer-main .orange-top.grow3 {
  animation: 0.5s forwards topgrow;
}

.carrer-main .orange-top.shrink, .carrer-main .orange-top.shrink2, .carrer-main .orange-top.shrink3 {
  animation: 0.5s forwards topshrink;
}


.carrer-main .career-form-head h2,
.carrer-main .category {
  font-size: 22px;
  color: #3a3a3a;
  font-weight: 700;
  margin: 0 0 10px;
}

.carrer-main .wrapper p {
  font-size: 16px;
  font-weight: 400;
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}
.carrer-main .wrapper p:hover {
  color: #182333;
}
.carrer-main .category span {
  font-weight: 500;
}

.carrer-main .white-card, .carrer-main .white-card2, .carrer-main .white-card3 {
  display: block;
  background-color: #fff;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: left;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  color: #212529;
  position: relative;
}

.carrer-main .white-card h6, .carrer-main .white-card2 h6, .carrer-main .white-card3 h6 {
  position: absolute;
  right: 60px;
  top: 50%;
}

.carrer-main .white-card h6 span, .carrer-main .white-card2 h6 span, .carrer-main .white-card3 h6 span {
  border-bottom: 1px solid #000;
  color: #FF5500;
  padding-bottom: 2px;
}

.career-form{
  margin-top: 10px;
}
.career-form .form-input{
    position: relative;
    margin: 20px 0 33px 0;
}

.career-form .form-label{
  position: absolute;
  top: -10px;
  left: 12px;
  background-color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  color: #444;
}

.career-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem !important;
  font-size: 1rem;
  line-height: 2 !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.career-form select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.career-form .form-control-button input{
  background: #FF5500;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 6px;
  cursor:pointer;
}

.career-form .form-control-button a{
  color: #fff;    
}

.career-form .form-input:nth-child(1){
  margin-top: 0;
}

.career-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #FF5500;
  outline: 0;
  box-shadow: none;
}

/** **************** **/

.about-main{
  padding: 0px 0 80px;
}
.about-main .row{
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: -58px;
  box-shadow: 0px -20px 0 24px #fff;
}
.about-heading{
  margin-bottom: 20px;
}
.about-heading h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.about-heading h2 b {
  font-weight: 600;
  text-decoration: underline;
}
.about-dtl h4{
  color: #FF5500;
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 7px;
}
.about-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: center;
}
.abt-vision{
  padding-bottom: 80px;
}
.abt-vision-main{
  text-align: right;
  padding-right: 250px;
  position: relative;
}
.abt-vision-main:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 2px;
  right: 200px;
  top: 70px;
  background-image: linear-gradient(90deg, white, #ff5500, #ff5500);
}
.abt-vision-img{
  width: 214px;
  height: 214px;
  line-height: 214px;
  position: absolute;
  background: #1d1d1f;
  right: 0;
  top: 5px;
  text-align: center;
  border-radius: 10px;
}
.abt-vision-main h2{
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  word-spacing: 2px;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
}
.abt-vision-main h2 span{
  display: block;
  color: #FF5500;
}
.abt-vision-main p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 27px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
}
.abt-vision-img img{
  width: 150px;
}
.abt-vision-main2{
  text-align: left;
  padding-right: 0px;
  padding-left: 250px;
}
.abt-vision-main2 .abt-vision-img{
  left: 0;
  top: 5px;
}
.abt-vision-main2:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 2px;
  left: 200px;
  top: 70px;
  background-image: linear-gradient(-90deg, white, #ff5500, #ff5500);
}
.abt-who{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.abt-who-dtl h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.abt-who-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
}
.abt-who-img img{
  border-radius: 20px;
}
.abt-journey{
  padding: 80px 0 100px;
}
.abt-journey-head{
  margin-bottom: 60px;
}
.abt-journey-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.abt-journey-year{
  padding: 26px 24px;
  background: #f4f4f4;
  min-height: 230px;
  position: relative;
  display: block;
  width: 100%;
}
.abt-journey-year .years-text {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: sans-serif;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d1d1f;
  position: absolute;
  left: 0px;
  top: -40px;
}
.abt-journey-year p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  text-align: center;
}
.abt-journey-box i {
  position: absolute;
  font-size: 50px;
  left: 50%;
  bottom: -52px;
  transform: translate(-50%, -50%);
  color: #f4f4f4;
}
.abt-journey-name{
  border: 2px solid #FF5500;
  border-radius: 15px;
  padding: 5px 0;
  margin-top: 20px;
  position: relative;
  background: #fff;
}
.abt-journey-name:after {
  content: "";
  border: 2px dashed #d3d3d3;
  height: 80px;
  display: block;
  width: 2px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  z-index: -9;
}
.abt-journey-name h3{
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  text-align: center;
}
.abt-journey-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1f;
  border-radius: 100px;
  width: 131px;
  min-height: 131px;
  margin: 40px auto 0;
}
.abt-journey-icon img{
  width: 75px;
}
.abt-journey-flex2{
  display: flex;
  flex-direction: column-reverse;
}
.abt-journey-flex2 .abt-journey-icon{
  margin: 0 auto 20px !important;
}
.abt-journey-flex2 .abt-journey-year{
  margin-top: 20px;
}
.abt-journey-flex2 .years-text{
  bottom: -30px;
  top: auto;
}
.abt-journey-flex2 .abt-journey-name:after{
  bottom: 12px;
}
.abt-journey-flex2 .abt-journey-box i {
  top: -5px;
  bottom: auto;
}
.abt-what{
  padding: 100px 0;
  background: #f4f4f4;
}
.abt-what-head{
  margin-bottom: 20px;
}
.abt-what-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 5px;
  text-align: center;
}
.abt-what .col-md-3{
  margin: 15px 0;
}
.abt-what-box{
  background: #fff;
  height: 100%;
  border-radius: 31px;
  overflow: hidden;
}
.abt-what-heading {
  background-image: -moz-linear-gradient(66.41deg, #1876F4 47%, #1876F4 77%, #D6E6C6 100%);
  background-image: -webkit-linear-gradient(66.41deg, #1d1d1f 47%, #1d1d1f 77%, #939393 100%);
  background-image: -ms-linear-gradient(66.41deg, #1876F4 47%, #1876F4 77%, #D6E6C6 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.abt-what-heading2{
  background-image: -webkit-linear-gradient(66.41deg, #ff5500 47%, #ff5500 77%, #ffffff 100%);
}
.abt-what-heading h5{
  font-size: 20px;
}
.abt-what-list{
  padding: 20px;
}
.abt-what-list p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
}
.abt-what-list ul{
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.abt-what-list ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 22px;
  padding-bottom: 10px;
}
.abt-what-list ul li b{
  color: #1d1d1f;
  font-weight: 400;
}
.abt-what-list ul li i{
  position: absolute;
  left: -30px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 3px;
  transform: rotate(0);
}

.hm-why{
  padding: 80px 0 80px;
}
.hm-why-head{
  margin-bottom: 70px;
}
.hm-why-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
  text-align: center;
}
.hm-why-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 7px;
  text-align: center;
}
.hm-why .feature-item-wrap {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 20px 15px;
  padding-top: 50px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  position: relative;
  height: 100%;
}
.hm-why .feature-item-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #1d1d1f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hm-why .feature-item-wrap:hover:after {
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hm-why .feature-item-wrap:hover .feature-content h4 {
  color: #fff;
}
.hm-why .feature-item-wrap .feature-content h4 {
  font-size: 20px;
  color: #0E0E0E;
  margin-top: 10px;
}
.hm-why .feature-item-wrap .feature-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6e6e73;
  letter-spacing: 0.50px;
  margin-top: 10px;
}
.hm-why .feature-item-wrap:hover .feature-content p {
  color: #fff;
}
.hm-why .feature-item-wrap .feature-icon {
  background: #1d1d1f;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1d1d1f;
  box-shadow: 0 0 0 7px #fff;
}
.hm-why .feature-item-wrap .feature-icon img{
  height: 55px;
}

/** **************** **/

.manufacturing{
  margin-bottom: 100px;
}

/** **************** **/

.quality-iso{
  margin-bottom: 80px;
}
.quality-iso-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  text-align: center;
}
.quality-iso-head p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
  padding-bottom: 25px;
  text-align: center;
}
.quality-iso-dtl{
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 3px 4px 1px rgb(0 0 0 / 12%);
}
.quality-iso-dtl img{
  height: 120px;
}
.quality-iso-dtl span{
  display: block;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.quality-iso-dtl p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 24px;
  letter-spacing: 0.20px;
}

.quality-guiding{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.quality-guiding-head h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}

.quality-guiding-content ul{
  padding-left: 30px;
  padding-bottom: 10px;
}
.quality-guiding-content ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 30px;
  padding-bottom: 8px;
}
.quality-guiding-content ul li b{
  color: #1d1d1f;
  font-weight: 400;
}
.quality-guiding-content ul li i{
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7px;
  transform: rotate(0);
}
.quality-objectives{
  padding-bottom: 80px;
}
.quality-promise-content h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}

.quality-promise-content ul{
  padding-left: 30px;
  padding-bottom: 10px;
}
.quality-promise-content ul li{
  position: relative;
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 30px;
  padding-bottom: 8px;
}
.quality-promise-content ul li b{
  color: #1d1d1f;
  font-weight: 400;
}
.quality-promise-content ul li i{
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7px;
  transform: rotate(0);
}
.quality-promise-content h2{
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
  color: #1d1d1f;
  font-family: "CentraNo2-Medium";
  padding-bottom: 10px;
}
.quality-promise-content p{
  font-size: 16.1px;
  color: #6e6e73;
  line-height: 28px;
  letter-spacing: 0.20px;
}
.quality-promise{
  margin-top: 80px;
}
.quality-promise-img{
  position: relative;
  margin-top: -30px;
}
/** **************** **/
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background:#ff5500;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
    color: #ff5500;
    position: absolute;
    right: 15px;
    bottom: -10px;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 65px;
    right: -1px;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-img-circle {
    background-color: #000000;
    box-shadow: 0px 1px 5px rgb(64 64 64 / 55%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 30px;
    left: 24px;
    position: absolute;
    background-size: 20px;
    border-radius: 20%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
span.background-zalo-ib, span.background-call {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    background-size: cover;
}
span.background-call i{
	color: #fff;
	font-size: 24px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.hotline-bar {
    position: absolute;
    background: #ff5500;
    height: 46px;
    width: 0px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 10px;
    right: 38px;
    bottom: 21px;
    overflow: hidden;
}
.hotline-phone-ring-wrap:hover .hotline-bar{
	width: 210px;
}
.hotline-phone-ring-wrap .hotline-bar .text-hotline{
	white-space: nowrap;
  	text-overflow: ellipsis;
}
.hotline-bar > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-indent: 10px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    line-height: 45px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #ff5500;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h5.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f2f3f8;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #000;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
    width: 100%;
    color: #7c8393;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 10px 15px;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #7c8393;
    font-weight:500;
    border: 0px;
    letter-spacing:0.25px;
    padding: 10px 15px;
    font-size: 15px;
	min-height:80px;
    background: #fff;
    border-radius: 10px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 16px;
    padding: 15px 25px;
    background: #ff5500;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#1d1d1f;
}

/** **************** **/

