@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  background: url(../images/line-texture-25opt.webp);
  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;
}
/** **************** **/
.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;
}
.pt100 {
  padding-top: 100px;
}
/** **************** **/
.container {
  max-width: 1160px;
}
/*Language*/
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
}
#google_translate_element{
  display: none !important;
}
/** **************** **/
.page-loader {
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  position: fixed;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.page-loader img {
  margin: 0 auto;
  display: table;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

header {
  padding: 5px 0;
}
/*.fixed-top,*/
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.main-nav {
  margin-top: 25px;
}

.main-nav ul {
  position: relative;
}

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

.main-nav .drop-down ul li a,
.main-nav a {
  color: #052730;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.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;
  background: #fff;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  z-index: 9999 !important;
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 180px;
  height: auto;
  margin-top: 9px;
}

.logo {
  position: relative;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
  background: #fff;
}

.scrollto img {
  width: 200px;
  height: auto;
}

.main-nav {
  float: right;
}

.header-scrolled .main-nav {
  margin-top: 25px;
}

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

.main-nav a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
}

.main-nav > ul > li > a > span {
  position: relative;
}
.main-nav > ul > li > a > span:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -10px;
  left: 0px;
}

.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 {
  color: #008f4e;
  text-decoration: none;
}

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

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

.main-nav .drop-down:hover > .mega-menu {
  padding: 10px;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  margin-top: 0;
}

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

.main-nav .drop-down ul li a {
  padding: 10px 0px 10px 0px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 14px;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #008f4e;
}

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

.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: calc(100% - -10px);
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
  display: inherit;
  font-size: 11px;
  top: 12px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -300px;
  width: 300px;
  padding-top: 18px;
  background-color: rgb(37 32 30 / 95%);
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

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

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

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: rgb(37 32 30 / 100%);
}

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

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 22px;
  font-size: 20px;
  z-index: 9998;
  border: 0;
  color: #fff;
  background: #742d73;
  outline: 0;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 15px;
  border-radius: 0px;
}

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

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(116 45 115 / 30%);
  display: none;
}

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

.header-scrolled .mobile-nav-toggle {
  top: 20px;
}

/*Mega Menu*/
.mega-menu {
  width: 1160px;
  left: -400px !important;
}

.mega-menu .tabs-container {
  display: flex;
  flex-direction: row;
  gap: 0px;
}

.mega-menu .tab-buttons {
  display: flex;
  flex-direction: column;
  max-width: 290px;
}

.mega-menu .tab-buttons button {
  font-size: 14px;
  background: #fff;
  border: none;
  display: block;
  white-space: normal;
  cursor: pointer;
  padding: 1em 1.5em;
  text-align: left;
  transition: background 0.3s;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
}

.mega-menu .tab-buttons button.active {
  background-color: #742d73;
  color: #fff;
}

.mega-menu .tab-buttons button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.mega-menu .tab-content {
  flex: 1;
  display: none;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  padding: 20px;
  background-color: #f5f5f5;
}

.mega-menu .tab-content.active {
  display: block;
}

.mega-menu .col-md-4 a {
  display: block;
  background: #fff;
  padding: 15px 20px;
  height: 100%;
}
.mega-menu-list img {
  display: block;
}
.mega-menu-list span {
  display: block;
  font-family: "Marcellus", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  white-space: normal;
  text-align: center;
  width: auto;
  letter-spacing: 1px;
}

.mega-menu-all {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.mega-menu-all a {
  color: #742d73;
  border-bottom: 1px solid #000;
}

.mega-menu-all a:hover {
  border: 1px solid #008f4e;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .mega-menu .tabs-container {
    flex-direction: column;
  }

  .mega-menu .tab-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mega-menu .tab-buttons button {
    flex: 1;
    text-align: center;
  }
}

/**/
.language-flag {
  width: 180px;
  position: fixed;
  top: 0;
  right: 7%;
  z-index: 9999;
  border: 1px solid #6665;
}
.language-flag:hover {
  height: 178px !important;
}
.language-flag a {
  display: block;
}
.language-flag img {
  width: 20px;
}

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

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

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

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

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

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

/**/
/*Mega Menu ENd*/
/** **************** **/

/**/
.w388px {
  width: 388px;
}
.w264px {
  width: 264px;
}
.w299px {
  width: 299px;
}
.w400px {
  width: 400px;
}
.w250px {
  width: 250px;
}
.w360px {
  width: 360px;
}
.w604px {
  width: 604px;
}
.w350px {
  width: 350px;
}
/**/

.carousel-indicators {
  bottom: 30px;
}
#slider {
  margin-top: 36px;
  margin-right: 0;
  margin-left: 0;
}
.carousel-inner {
  height: 600px;
  background: url(../images/slider-texture-bg-nt-ov30.webp);
  background-size: 100% 141%;
  background-position: 100% 60%;
  display: flex;
  align-items: center;
}
.carousel-item {
  height: 100%;
}
.carousel-caption {
  top: 45%;
  left: 50%;
  right: 100%;
  bottom: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 100%;
  transform: translate(-50%, -50%);
}
.carousel-caption-img {
  text-align: center;
}
.carousel-caption-head {
  padding-top: 15px;
}
.carousel-caption-head h5 {
  overflow: hidden;
  font-size: 71px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  /*word-wrap: break-word;*/
  text-transform: uppercase;
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 800ms linear;
}
.carousel-item.active .carousel-caption-head h5 {
  transform: translate(0px, 0px);
  opacity: 1;
}
#slider .carousel-item .align-items-start {
  position: relative;
  height: 420px;
}
#slider .carousel-item .align-items-start .col-md-6 {
  position: initial;
}
.carousel-fade .carousel-item {
  pointer-events: none; /* prevent hovering inactive slides */
}
.carousel-fade .carousel-item.active {
  pointer-events: auto; /* allow interaction only on active */
}
.slider-btn {
  z-index: 9999;
  position: relative;
}
.align-items-start .slider-btn {
  font-size: 18px;
  background: transparent;
  padding: 12px 40px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  position: absolute;
  left: 15px;
  bottom: 100px;
  z-index: 10;
}

.align-items-start .slider-btn:hover {
  color: #fff;
  background: #742d73;
  border: 1px solid #742d73;
}
/**/
#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  bottom: 16%;
  font-size: 18px;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  left: 9.5%;
}
#carousel .carousel-control-left {
  left: 5%;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgba(114, 50, 114, 0.6);
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
  z-index: 121;
  line-height: 40px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active {
  background-color: rgb(236 51 56 / 70%);
}
/*carousel-fade-coad*/
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

/**/

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

.hm-about {
  padding: 80px 0;
}

.hm-about-box {
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
}
.hm-about-box .col-md-6 {
  padding: 0px;
}
.hm-about-img {
  background-image: url(../images/home-intro-img-newedit1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.hm-about-dtl {
  background: #fff;
  padding: 40px 40px 50px 50px;
}
.hm-about-dtl span {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 25px;
  display: block;
  position: relative;
  color: #000000;
}
.hm-about-dtl span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 1px;
  transform: rotate(45deg);
}
.hm-about-dtl h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
.hm-about-dtl p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: #3a3a3a;
  padding-bottom: 50px;
}
.hm-about-dtl a {
  font-size: 12px;
  background: #ffffff00;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.hm-about-dtl a:hover {
  background-color: #742d73;
  border-color: #fff;
  color: #fff;
}
.hm-about-btn {
  margin-bottom: 50px;
}
.hm-about-btn ul {
  text-align: right;
}
.hm-about-btn ul li {
  display: inline-block;
  margin-left: 30px;
}
.hm-about-btn ul li a {
  font-size: 12px;
  background: #ffffff00;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.hm-about-btn ul li a:hover {
  background-color: #742d73;
  border-color: #fff;
  color: #fff;
}

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

.our-cutting {
  padding: 20px 0 80px;
}
.our-cutting-head {
  text-align: center;
  margin-bottom: 30px;
}
.our-cutting-head span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.our-cutting-head span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg);
}
.our-cutting-head h2 {
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
.our-cutting-box {
  text-align: center;
  padding: 30px 0;
}
.our-cutting-box img {
  width: 67px;
  display: block;
  margin: 0 auto 20px;
}
.our-cutting-box span {
  margin-bottom: 10px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.our-cutting-box span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg);
}
.our-cutting-box p {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 21px;
  color: #3a3a3a;
}

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

.corp-video {
  background-image: url(../images/Infra.png);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}
.corp-video:after {
  content: "";
  background-color: #742d73;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}
.corp-video-head {
  text-align: center;
  position: relative;
  z-index: 9;
}
.corp-video-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background: #742d73;
}
.corp-video-icon a {
  display: block;
  color: #fff;
}
.corp-video-head h4 {
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  text-indent: 0.07em;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1.28;
  font-family: "Inter", sans-serif;
  margin-top: 30px;
}
.corp-video-head h4 span {
  display: block;
}
.modal-backdrop{
  z-index: 0;
}
.home-video .modal-header{
  padding: 0px;
  height: 0px;
}
.home-video .modal-dialog{
  max-width: 1920px;
}
.home-video .modal-header .close {
  position: relative;
  top: 20px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 0 #ffffff00;
}
.home-video iframe{
  width: 100%;
  height: 80vh;
}
/** **************** **/

.hm-prod {
  padding: 60px 0 80px 0;
}
.hm-prod-head {
  text-align: center;
  margin-bottom: 40px;
}
.hm-prod-head span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.hm-prod-head span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg);
}
.hm-prod-head h2 {
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}

.hm-prod-tab .nav-tabs {
  justify-content: center;
}
.hm-prod-tab .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #616161;
  padding: 0.5rem 0.2rem;
  margin: 0 20px;
}
.hm-prod-tab .nav-link.active {
  border-color: #fff #fff #000000;
  color: #000;
}
.hm-prod-tab .nav-link:hover.active {
  border-color: #fff #fff #000000;
}
.hm-prod-tab .nav-link:hover {
  border-color: #fff0;
}
.hm-prod-tab .hm-prod-box {
  padding: 20px 40px;
}
.hm-prod-tab .hm-prod-box span {
  text-align: center;
  color: #000;
  display: block;
  font-family: "Marcellus", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 0.25em;
}
.prod-btn-all {
  margin-top: 50px;
  text-align: center;
}
.prod-btn-all a {
  font-size: 12px;
  background: #ffffff00;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.prod-btn-all a:hover {
  background-color: #742d73;
  border-color: #fff;
  color: #fff;
}

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

.hm-industry-wrapper {
  padding: 50px 50px 60px 50px;
  height: 100%;
}
.hm-industry-wrapper a:hover h3,
.hm-industry-wrapper a:hover span {
  color: #fff;
}
.hm-industry-bg-grey {
  background: #e2e2e2;
}
.hm-industry-bg-green {
  background: #b5f155;
}
.hm-industry-bg-purple {
  background: #d5b4fc;
}
.hm-industry-wrapper span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
}
.hm-industry-wrapper h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 50px;
}
.hm-industry-wrapper a.hm-industry-btn {
  font-size: 12px;
  background: #ffffff00;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.hm-industry-wrapper a.hm-industry-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.hm-industry .col-md-12 {
  padding: 0px;
}

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

.marquee-row {
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
  overflow-x: hidden;
}
.marquee-block ul li {
  display: inline-block;
  color: #000000;
  --gap: 15px;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
.marquee-block ul li img {
  position: absolute;
  width: 12px;
  left: -6px;
  top: 6px;
  animation-name: marquee1;
}
.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list {
  display: inline-flex;
}
.marquee1 {
  animation-name: marquee1;
}
@keyframes marquee1 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

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

footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 60px 0 20px;
}
.footer-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link ul li {
  padding: 0px 20px;
}
.footer-link ul li a {
  font-size: 13px;
  padding: 8px 10px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  color: #000;
  position: relative;
}
.footer-link ul li a:hover {
  color: #278e42;
}
.footer-link ul li a:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #d5b4fc;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer-link ul li:nth-child(1) a:after {
  display: none;
}
.footer-cont ul li {
  padding: 5px 0;
}
.footer-cont ul li img {
  width: 12px;
}
.footer-cont ul li a {
  color: #868686;
  transition: color 0.3s;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.footer-cont ul li a:hover {
  color: #278e42;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 245px;
}
.footer-p {
  float: right;
  text-align: right;
}
.footer-p p {
  width: 265px;
  text-align: right;
  color: #868686;
  transition: color 0.3s;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.footer-p a {
  font-size: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
}
.footer-p a:hover {
  color: #278e42;
}
.footer-logo ul {
  text-align: center;
  margin-top: 30px;
}
.footer-logo ul li {
  display: inline-block;
  padding: 0 15px;
}
.footer-logo ul li a {
  color: #7b2d75;
  font-size: 16px;
}
.footer-logo ul li a:hover {
  color: #278e42;
}
.footer-copyright p {
  color: #868686;
  transition: color 0.3s;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.footer-privacy ul {
  text-align: right;
}
.footer-privacy ul li {
  display: inline-block;
  padding-left: 20px;
}
.footer-privacy ul li a {
  text-transform: uppercase;
  color: #868686;
  transition: color 0.3s;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.footer-privacy ul li a:hover {
  color: #278e42;
}

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

.about {
  margin-top: 36px;
}
.about .row {
  align-items: center;
}
.about-img {
  position: relative;
  left: -15px;
}
.about-dtl span {
  color: #3a3a3a;
  letter-spacing: 3px;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.about-dtl {
  width: 90%;
}
.about-dtl h1 {
  color: #3a3a3a;
  font-size: 50px;
  font-family: "Inter", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-dtl p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #3a3a3a;
  margin-bottom: 15px;
}
/** **************** **/

.counter {
  padding: 60px 0;
}
.counter-number ul {
  display: flex;
}
.counter-number ul li {
  text-align: center;
  padding: 0 20px;
  color: #742d73;
  font-family: "Inter", Sans-serif;
  font-size: 58px;
  font-weight: 500;
  width: 25%;
  border-left: 1px solid #e3e3e3;
}
.counter-number ul li:nth-child(1) {
  border-left: 0px;
}
.counter-number ul li span {
  display: block;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.about-mi-vi {
  padding: 60px 0;
}
.about-mi-vi .row {
  align-items: center;
}
.about-mi-vi-box {
  box-shadow: 0px 0px 50px rgb(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 20px;
  background: #e2e2e2;
  width: 90%;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.about-mi-vi-box span {
  color: #7b2d75;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.about-mi-vi-box p {
  font-size: 15px;
  line-height: 1.8;
}
.about-mi-vi-box-bg {
  background: #d5b4fc;
  padding: 80px 20px;
}

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

.milestones {
  padding: 0px 0 80px;
  background: #f5f5f5;
}
.milestones-heading {
  text-align: center;
  margin-bottom: 60px;
}
.milestones-heading span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.milestones-heading span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg);
}
.milestones-heading h2 {
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
/*owl-dots*/
.milestones-slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.milestones-slider .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.milestones-slider .owl-dot span {
  width: 14px;
  height: 14px;
  border-color: #ffffff;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: block;
  border-radius: 3px;
  box-shadow: 1px 1px 0px 0.5px #7676767d;
}

/* Active dot */
.milestones-slider .owl-dot.active span {
  background: #742d73; /* Active dot color */
  transform: scale(1.2); /* Optional zoom effect */
}
/*owl-dots end*/
.milestones-slider-box {
  position: relative;
  padding: 20px 30px 0px 0px;
}
.milestones-slider-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  top: 35px;
  left: 0;
}
.milestones-slider-box span {
  font-size: 36px;
  line-height: 36px;
  color: #742d73;
  display: table;
  letter-spacing: -1px;
  padding: 10px;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 600;
}
.milestones-slider-box p {
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
  width: 85%;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Inter";
}
.milestones svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.milestones .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

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

.testimonials {
  padding: 60px 0;
}
.testimonials-heading {
  text-align: center;
  margin-bottom: 40px;
}
.testimonials-heading span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.testimonials-heading span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg);
}
.testimonials-heading h2 {
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
}
.testimonials-slider-box {
  width: 85%;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.testimonials-slider-box p {
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Inter";
}
.testimonials-slider-box span {
  line-height: 24px;
  color: #303030;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0.015em;
}

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

.about-client {
  padding: 60px 0;
}
.about-client-section .nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}
.about-client-section .nav-tabs .nav-item .nav-link {
  padding: 1em 1.5em;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0px;
  color: #333;
  font-size: 16px;
  border-radius: 0px;
}
.about-client-section .nav-tabs .nav-item .nav-link.active {
  background-color: #742d73;
  color: #fff;
  position: relative;
}
.about-client-section .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #742d73;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}
.international-slider-box img {
  width: 150px !important;
  margin: 0 auto;
  display: table;
}

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

.cover-section {
  background: #742d73;
  overflow: hidden;
  margin-top: 36px;
}
.cover-certification-section {
  background: #739072 !important;
}
.cover-videos-section {
  background: #907272 !important;
  position: relative;
}
.cover-certification-section .col-md-6,
.cover-videos-section .col-md-6 {
  padding: 0;
}
.cover-certification-img,
.cover-videos-img {
  height: 400px;
  position: relative;
}
.cover-videos-img img {
  position: relative;
  top: -80px;
}
.cover-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.cover-section .container-fluid {
  padding: 0px;
}
.cover-section .row {
  align-items: center;
}
.cover-dtl {
  padding: 20px;
}
.cover-dtl span {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  text-indent: 0.4em;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.cover-dtl span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  bottom: -15px;
  left: 0%;
  transform: rotate(45deg);
}
.cover-dtl h1 {
  margin-top: 30px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

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

.leadership {
  padding: 80px 0;
}

.leadership-box-content {
  text-align: center;
  padding: 20px 15px 20px;
  box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 5%);
  background: #fff;
  position: relative;
  margin-top: -100px;
  height: 230px;
}

.leadership-box-content h5 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  padding-left: 0;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.leadership-box-content h5:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg);
}

.leadership-box-content span {
  margin-top: 15px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Inter";
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.7;
  display: block;
  padding-bottom: 15px;
}

.leadership-box-content p {
  text-align: center;
  letter-spacing: 0.025em;
  opacity: 0.6;
  line-height: 21px;
  font-weight: 400;
  font-family: "Inter";
  font-size: 13px;
}

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

.certifications {
  padding: 60px 0;
}
.certifications .col-md-3 {
  margin: 15px 0;
}
.certifications-box {
  border: 1px solid #cecece;
  position: relative;
  height: 100%;
}
.certifications-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-item-hoverer-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: 0.8s;
}
.certifications-box:hover .gallery-item-hoverer-bg {
  opacity: 0.6;
}
.certifications-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #742d73;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  transition: 0.8s;
}
.certifications-box:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}

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

.cover-bg-images {
  background: url(../images/line-texture.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
  margin-top: 36px;
}
.cover-bg-images:after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cover-bg-heading {
  background-color: #742d73d4;
  padding: 40px 20px 50px 20px;
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 9;
}
.cover-bg-heading h1 {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 48px;
  margin: 0px 0 10px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Inter", Sans-serif;
}
.cover-bg-heading p {
  color: #fefefe;
  font-size: 15px;
}

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

.downloads {
  padding: 60px 0;
}
.downloads .col-md-4 {
  margin: 15px 0;
}
.downloads-box {
  border: 1px solid #cecece;
  height: 100%;
}
.downloads-box-img {
  position: relative;
}
.downloads-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.downloads-item-hoverer-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #742d73;
  opacity: 0;
  transition: 0.8s;
}
.downloads-box:hover .downloads-item-hoverer-bg {
  opacity: 0.5;
}
.downloads a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #742d73;
  font-size: 25px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.8s;
}
.downloads-box:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.downloads-box span {
  color: #3a3a3a;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 5px 10px;
}

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

.downloads-scroll {
  padding: 80px 0;
}
/**/
.myScrollspy {
  position: sticky;
  top: 100px;
}
.myScrollspy .nav-pills {
  border-right: 4px solid #ce54cc;
  box-shadow: -10px 0px 10px 1px rgb(0 0 0 / 2%);
  background: #fff;
}
.myScrollspy .nav-pills .nav-link {
  text-align: right;
  display: block;
  padding: 30px 15px 30px 15px;
  line-height: 22px;
  font-size: 18px !important;
  font-weight: 600;
  border-radius: 0px;
  color: #000000;
  transition: all 100ms;
}
.myScrollspy .nav-pills .nav-link.active {
  color: #00853d;
  background-color: #f5f5f5;
  box-shadow: 4px 0px 0px 0px #00853d;
}
/**/
.myScrollspy-features-left .nav-pills .nav-link {
  position: relative;
  padding: 30px 60px 30px 15px;
}
.myScrollspy-features-left .nav-pills .nav-link img {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}
.myScrollspy-features-right .nav-pills .nav-link {
  position: relative;
  padding: 30px 15px 30px 60px;
}
.myScrollspy-features-right .nav-pills .nav-link img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}
.myScrollspy-features-right .nav-pills .nav-link.active {
  color: #00853d;
  background-color: #f5f5f5;
  box-shadow: -4px 0px 0px 0px #00853d !important;
}
.downloads-myScrollspy-head {
  padding: 30px 0px 30px 20px;
  background-color: #f5f5f5;
}
.downloads-myScrollspy-head span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
}
.downloads-myScrollspy-pdf {
  padding-top: 40px;
  padding-bottom: 40px;
}
.downloads-myScrollspy-pdf a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 60px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.downloads-myScrollspy-pdf a img {
  width: 52px;
  position: absolute;
  left: 0;
  top: 0;
}
.downloads-myScrollspy-pdf a:hover span {
  color: #00853d;
}
/** **************** **/

.videos {
  padding: 100px 0;
}
.videos-box iframe {
  width: 100%;
  height: 200px;
}

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

.product-main {
  margin-top: 80px;
  padding: 10px 20px 80px 20px;
}
.product-heading {
  background-color: #7e2c72;
  padding: 10px 25px 10px 25px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.product-heading h1 {
  font-family: "Marcellus", Sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1abc9c;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin: 10px 0;
}
.product-main .row {
  align-items: center;
}
.product-slider {
  padding: 60px;
}
.product-slider img {
  opacity: 0.5;
}
.product-sliding .owl-item.center .product-slider {
  padding: 0px 20px;
}
.product-sliding .owl-item.center .product-slider img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.05);
  padding: 0px 20px;
}
.prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.prod-slider .owl-nav .owl-prev {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-prev img {
  transform: translate(-20%, 0%);
}
.prod-slider .owl-nav .owl-next {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-next img {
  transform: translate(18%, 0%);
}
.product-sliding .owl-carousel .owl-stage-outer {
  padding-top: 80px;
  padding-bottom: 20px;
}
.product-btns {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
}
.product-btns a {
  font-size: 12px;
  background: #ffffff00;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.product-btns a:hover {
  background-color: #742d73;
  border-color: #fff;
  color: #fff;
}
.prod-cntnt-sec-dec {
  margin-top: 80px;
}
.prod-cntnt-sec-dec h3 {
  text-align: center;
  font-family: "Marcellus", Sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-bottom: 40px;
}
.prod-cntnt-sec-dec h3 span {
  color: #00853d;
  font-weight: 600;
}
.prod-cntnt-sec-p p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 0.015em;
  padding-bottom: 15px;
}
.features {
  padding-top: 60px;
  padding-bottom: 60px;
}
.features-head {
  margin-bottom: 60px;
}
.features-head h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.myScrollspy.myScrollspy-features-right,
.myScrollspy.myScrollspy-features-left {
  position: sticky;
  top: 150px;
}
.myScrollspy-features-left .nav-pills {
  border-right: 4px solid #eee;
}
.myScrollspy-features-right .nav-pills {
  border-right: 0px;
  border-left: 4px solid #eee;
}
.myScrollspy-features-right .nav-pills .nav-link {
  text-align: left;
}
.myScrollspy .nav-pills .nav-link img {
  width: 30px;
  margin: 0 5px;
}
.prod-myScrollspy-box-pd {
  padding-top: 100px !important;
}
.prod-myScrollspy-box {
  padding: 200px 50px 0px 50px;
  text-align: center;
}
.prod-myScrollspy-box img {
  width: 180px;
}
.prod-myScrollspy-box h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.prod-myScrollspy-box p {
  font-size: 16px;
  color: #3a3a3a;
  padding-bottom: 15px;
}

.business-sector .row {
  justify-content: center;
}
.business-sector-head {
  background: #fff;
  padding: 40px 0;
}
.business-sector-head h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.business-sector .col-md-3,
.business-sector .col {
  padding: 0;
}
.business-sector-flip > .business-sector-front,
.business-sector-flip > .business-sector-back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  background-size: cover !important;
  background-position: center !important;
  background: #313131;
  height: 400px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}
.business-sector-flip > .business-sector-front {
  transform: rotateY(0deg);
}
.business-sector-flip > .business-sector-back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.business-sector-flip:hover > .business-sector-front {
  transform: rotateY(180deg);
}
.business-sector-flip:hover > .business-sector-back {
  opacity: 1;
  transform: rotateY(0deg);
}
.business-sector-flip.flip-vertical > .business-sector-back {
  transform: rotateX(-180deg);
}
.business-sector-flip.flip-vertical:hover > .business-sector-front {
  transform: rotateX(180deg);
}
.business-sector-flip.flip-vertical:hover > .business-sector-back {
  transform: rotateX(0deg);
}
.business-sector-flip span {
  display: block;
  width: 100%;
  padding-bottom: 15%;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.business-sector-flip h4 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.business-sector-flip p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.business-sector-back2 {
  padding-bottom: 10%;
}

.prod-features {
  padding: 80px 0;
}
.prod-features-head h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prod-features-tab .nav-pills .nav-link {
  display: block;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #f1f1f1;
  border-radius: 20px 20px 0px 20px;
  margin: 5px 5px 10px 5px;
  padding: 1em 1.5em;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  background: #f1f1f1;
  transition: all 0.4s ease 0s;
}
.prod-features-tab .nav-pills .nav-link.active,
.prod-features-tab .nav-pills .show > .nav-link,
.prod-features-tab .nav-pills .nav-link:hover {
  background-color: #ffffff;
  color: #00853d;
  border-color: #b5f056;
  box-shadow: 10px 5px #b5f056;
}
.prod-table {
  background: #fff;
  overflow: hidden;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
}
.prod-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.prod-table .table-striped tbody tr:nth-of-type(even) {
  background-color: #eeeeee;
}
.prod-table table tbody tr {
  color: #666b85;
}
.prod-table table thead th {
  background: #b5f056;
  border: 1px solid #00000014;
  color: #2f2f2f;
  font-weight: 600;
}
.prod-form {
  margin-bottom: 80px;
}
.prod-form-bg {
  background-color: #a5d8fb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px;
  border-radius: 20px 20px 20px 20px;
}
.prod-form-fill {
  padding: 10px 20px 40px 20px;
  border-radius: 20px;
  background: #e9ded9;
  box-shadow: 0px 0px 50px 5px rgb(0, 0, 0, 0.2);
}
.prod-form-fill input {
  height: 50px;
  background: #e9ded9;
  border: 1px solid #e9ded9;
  border-bottom: 1px solid #04592b;
  border-radius: 0px;
  width: 100%;
  margin-top: 30px;
}
.prod-form-fill textarea {
  background: #e9ded9;
  border: 1px solid #e9ded9;
  border-bottom: 1px solid #04592b;
  border-radius: 0px;
  width: 100%;
  line-height: 1.3;
  height: 70px;
  margin-top: 30px;
}
.prod-form .row {
  justify-content: center;
}
.prod-form-fill input::placeholder,
.prod-form-fill textarea::placeholder {
  font-size: 13px;
}
.prod-form-fill input.input-none {
  pointer-events: none;
  font-size: 13px;
}
.prod-form-fill button {
  background: #00853d;
  outline: none;
  border: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin: 15px auto 0;
  display: table;
}
.prod-enquire {
  padding-right: 10px;
}
.prod-enquire h2 {
  color: #000000;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.prod-enquire p {
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.prod-enquire ul li {
  position: relative;
  color: #000;
  font-size: 17px;
  padding: 20px 10px 20px 40px;
  border-bottom: 1px solid #000;
}
.prod-enquire ul li:hover {
  background: #e9ded9;
}
.prod-enquire ul li a {
  color: #000;
}
.prod-enquire ul li i {
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 23px;
}
.features-list ul{
  margin-top: 15px;
}
.features-list ul li{
  position: relative;
  padding: 5px 0 5px 22px;
  font-size: 15px;
  line-height: 25px;
  color: #666b85;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.features-list ul li span{
  display: block;
  transform: scale(1, 2);
  position: absolute;
  left: 0px;
  top: 3px;
}
.features-highlight{
  color: #00853d !important;
}
.features-list p{
  font-size: 15px;
  line-height: 25px;
  color: #757575;
  font-weight: 400;
  letter-spacing: 0.015em;
}
/** **************** **/

.all-prod {
  padding: 80px 0;
}
.all-prod-box {
  border: 1px solid #00853d;
  transition: 0.8s;
  margin: 15px 0;
}
.all-prod-box:hover {
  background: #ead7ff;
  border: 1px solid #ead7ff;
}
.all-prod-name {
  background: #00853d;
  padding: 10px;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.all-prod-name span {
  font-family: "Marcellus", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fff;
}

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

.why-stability {
  padding: 40px 0;
  margin-top: 36px;
}
.why-stability .row {
  align-items: center;
}
.why-stability-sliding .owl-carousel .owl-stage {
  padding: 60px 0;
}
.why-stability-slider .why-stability-img {
  height: 430px;
  width: 100%;
}
.why-stability-slider .why-stability-img img {
  opacity: 0.5;
  padding: 20px;
  height: 100%;
  width: auto !important;
  margin: 0 auto;
  display: table;
}
.owl-item.center .why-stability-img img {
  -webkit-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
  opacity: 1 !important;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.05);
  padding: 0px 20px;
}

.why-stability-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.why-stability-slider .owl-nav .owl-prev {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(0px, 0);
  cursor: pointer;
}
.why-stability-slider .owl-nav .owl-prev img {
  transform: translate(-20%, 0%);
}
.why-stability-slider .owl-nav .owl-next {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(0px, 0);
  cursor: pointer;
}
.why-stability-slider .owl-nav .owl-next img {
  transform: translate(18%, 0%);
}
.stability-studies {
  padding: 60px 0;
}
.stability-studies-dtl h1 {
  text-align: center;
  font-family: "Marcellus", Sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-bottom: 10px;
}
.stability-studies-dtl h1 span {
  color: #00853d;
  font-weight: 600;
}
.stability-studies-dtl p {
  font-size: 15px;
  color: #3a3a3a;
  text-align: center;
  line-height: 28px;
}
.why-stability-application-box {
  box-shadow: 0px 0px 40px 1px rgb(0 133 61 / 8%);
  padding: 40px 20px;
  margin: 15px 0;
  border-radius: 0 30px 0 30px;
  transition: 0.4s ease-in-out;
  min-height: 250px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-stability-application-box:hover {
  background: #d5b4fc;
  transform: scale(1.1);
}
.why-stability-application-box-pt {
  position: relative;
  top: 60px;
}
.why-stability-head h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.why-stability-feature {
  margin-top: 140px;
  margin-bottom: 80px;
}
.why-stability-feature-head h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.cover-industry {
  position: relative;
  background-color: #742d73;
  background-image: url(../images/pharma-banner2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  margin-top: 36px;
}
.cover-industry-food {
  background-image: url(../images/Food-thum-ov.webp);
}
.cover-industry-cosmetics {
  background-image: url(../images/Industry-cosmetic.webp);
  background-position: bottom center;
  background-size: cover;
}
.cover-industry-green-house {
  background-image: url(../images/green-house-ov.webp);
}
.cover-industry-biotechnology {
  background-image: url(../images/Biotechnology-ov.webp);
}
.cover-industry-warehouse {
  background-image: url(../images/Warehouse-ov.webp);
  background-position: bottom center;
  background-size: cover;
}
.cover-industry-lifescience {
  background-image: url(../images/Biotechnology-ov.webp);
}
.cover-industry-blood-bank {
  background-image: url(../images/blood-bank.webp);
  background-position: bottom center;
  background-size: cover;
}
.cover-industry-horticulture {
  background-image: url(../images/Horticulture-banner-ov.webp);
}
.cover-industry-packaging {
  background-image: url(../images/packaging-industries.webp);
}
.cover-industry-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.3;
}
.cover-industry-head h1 {
  position: relative;
  z-index: 9;
  text-align: center;
  display: block;
}
.cover-industry-head h1 span {
  background-color: #742d73c7;
  padding: 30px 20px 35px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
}
.industry-body {
  padding: 80px 0;
}
.industry-dtl p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  margin-bottom: 1em;
}
.industry-application {
  margin-top: 60px;
}
.industry-application h2 {
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.28;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.industries-slider {
  padding: 0 30px;
}
.industries-slider-img {
  padding: 0 1px;
}
.industries-slider-img img {
  border: 1px solid #953c93;
  padding: 20px;
}
.industries-slider-title {
  background: #953c93;
  padding: 10px;
  text-align: center;
}
.industries-slider-title span {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Marcellus";
  letter-spacing: 1px;
  min-height: 65px;
}

.industries-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.industries-slider .owl-nav .owl-prev {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(0px, 0);
  cursor: pointer;
}
.industries-slider .owl-nav .owl-prev img {
  transform: translate(-20%, 0%);
}
.industries-slider .owl-nav .owl-next {
  border: none;
  color: #7d7d7d;
  font-size: 25px;
  display: inline-block;
  transform: translate(0px, 0);
  cursor: pointer;
}
.industries-slider .owl-nav .owl-next img {
  transform: translate(18%, 0%);
}
.industries-slider .owl-nav i {
  background: #6f296e;
  padding: 13px 16px;
  color: #fff;
}
.industry-pr-nt-bg {
  background-color: #a5d8fb;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 50px;
  margin-bottom: 0px;
  border-radius: 30px 30px 30px 30px;
}
.industry-previous-next {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
}
.industry-previous-next img {
  height: 85px;
}
.industry-previous-next a {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 17px;
}
.industry-previous-next a:hover {
  color: #008f4e;
}
.industry-previous-next h4 {
  font-size: 22px;
  font-weight: 700;
  color: #035791;
  margin-top: 5px;
}
.industries-industry-previous-next-title {
  padding: 0 20px;
}
.industry-next {
  text-align: right;
  float: right;
}
.industry-form {
  position: sticky;
  top: 60px;
}
.industry-form .prod-form-fill {
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.2);
  padding: 40px 20px 40px 20px;
  margin-left: 30px;
}
.prod-form-fill h3 {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

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

.cover-support {
  background-image: url(../images/Support-Banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 160px 0;
  margin-top: 36px;
}
.cover-support-head h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 0.07em;
  font-size: 58px;
  line-height: 1.172;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
}
.cover-support-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.6;
}
.cover-support-cove {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: -1px;
  z-index: 99;
}
.cover-support-cove svg {
  height: 80px;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.cover-support-cove svg {
  fill: #fff;
  transform-origin: center;
}

.support-services {
  padding: 80px 0;
}
.support-services .container-fluid {
  padding: 0px;
}
.support-services .row {
  align-items: center;
}
.support-services-text {
  padding-left: 40px;
}
.support-services-text h2 {
  color: #3a3a3a;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 1.172;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.support-services-text p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #3a3a3a;
}
.support-imp-annual-dtl {
  justify-content: center;
}
.support-imp-annual-dtl h3 {
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.support-imp-annual-dtl p {
  text-align: justify;
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.support-scope {
  padding-top: 40px;
}
.support-scope-head h3 {
  text-align: center;
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.support-scope-box {
  padding-left: 80px;
  position: relative;
  margin: 30px 0;
}
.support-scope-box .support-scope-img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  border: 1px solid #00853d;
  padding: 6px;
  border-radius: 0 15px 0 15px;
  transform: translate(0%, -50%);
}
.support-scope-box span {
  font-size: 16px;
}
.support-upgrade {
  padding: 80px 0 0 0;
}
.support-upgrade-head h3 {
  text-align: center;
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.support-upgrade-box {
  margin: 30px 0;
}
.support-upgrade-img {
  width: 60px;
  border: 1px solid #00853d;
  padding: 6px;
  border-radius: 0 15px 0 15px;
  margin: 0 auto 20px;
}
.support-upgrade-box span {
  font-size: 16px;
  text-align: center;
  display: block;
}
.support-form {
  padding: 80px 0;
}
.support-form-box {
  background-image: url(../images/support-contact.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 50px 20px 50px;
}
.support-form-box .row {
  justify-content: center;
}
.support-form-cont {
  padding: 20px;
}
.support-form-cont h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.28;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.support-form-cont p {
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.support-form-main {
  box-shadow: 0 0 50px rgb(0, 0, 0, 0.05);
  background: #69d7ea;
  padding: 20px;
}
.support-form-main input {
  height: 50px;
  background: #fff;
  border: 1px solid #70d7e8;
  border-bottom: 1px solid #41acbe;
  border-radius: 0px;
  padding: 0 10px;
  width: 100%;
  margin: 15px 0;
}
.support-form-main textarea {
  background: #fff;
  border: 1px solid #70d7e8;
  border-bottom: 1px solid #41acbe;
  border-radius: 0px;
  padding: 15px 10px 0 10px;
  width: 100%;
  margin: 15px 0;
}
.support-form-main .cnt-btn {
  background-color: #02434c;
  color: #fff;
  font-weight: 500;
  outline: 0;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 auto 15px;
  display: table;
}

/** **************** **/
.up-gradation-facility {
  padding: 80px 0;
}
.up-gradation-facility .row {
  align-items: center;
}
.zoom-animation {
  animation: zoom-fade 3s infinite linear;
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.up-gradation-facility-dtl h2 {
  color: #000000;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.up-gradation-facility-dtl p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 15px;
}
.up-gradation-main {
  padding-top: 60px;
}
.up-gradation-tab .flex-column {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row !important;
  flex-wrap: inherit;
  text-align: center;
}
.up-gradation-tab .flex-column .nav-item {
  padding: 0.5em;
}
.up-gradation-technology {
  padding: 40px 20px 10px 20px;
}
.up-gradation-technology-txt h3 {
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 5px;
}
.up-gradation-technology-txt p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  margin-top: 10px;
}
.up-gradation-technology-img {
  text-align: center;
}
.chamber-assembly-dismantling {
  padding-bottom: 0px;
}
.chamber-assembly-dismantling .up-gradation-facility-dtl h2 {
  text-transform: capitalize;
  font-family: "Marcellus", Sans-serif;
}
.up-gradation-software-support {
  background: #f5f5f5;
}
.software-support-online {
  padding: 0px 0 80px;
  background: #f5f5f5;
}
.software-support-online svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.software-support-online .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
.software-support-online-head {
  margin-bottom: 30px;
}
.software-support-online-head h2 {
  text-transform: capitalize;
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 5px;
  text-align: center;
}
.software-support-online-dtl p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
}
.software-support-benefits {
  padding: 80px 0 20px;
}
.software-support-head {
  margin-bottom: 20px;
}
.software-support-head h2 {
  text-align: center;
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
}
.software-support-list ul li {
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.software-support-list ul li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #181818;
  left: 0;
  top: 7px;
}
.calibration-facility-main {
  padding: 80px 0 20px;
}
.calibration-facility-head h2 {
  text-align: center;
  color: #000000;
  font-size: 30px;
  letter-spacing: 1px;
  text-indent: 0.07em;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 20px;
}
.calibration-facility-head p {
  text-align: center;
  font-family: "Marcellus", Sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  color: #000000;
}
.calibration-facility-head p span {
  color: #00853d;
  font-weight: 600;
}

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

.cover-software {
  background-image: url(../images/support-page-banner.webp);
  padding: 100px 0;
}
.cover-software-head {
  background-color: #742d73c7;
  padding: 20px 20px 25px 20px;
  margin: 0px auto;
  display: table;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 400px;
}
.cover-software-head h1 {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin: 10px 0;
}
.cover-software-head p {
  color: #fefefe;
  font-size: 16px;
  font-weight: 500;
}
.software-main {
  padding: 80px 0 0;
}
.software-main-tab ul {
  position: relative;
  padding: 0px;
  margin: 0px;
  flex-direction: inherit !important;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.software-main-tab ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #ffffff;
}
.software-main-tab ul li a {
  color: #333;
  padding: 1em 1.5em;
  position: relative;
}
.software-main-tab ul li a.active {
  background-color: #742d73 !important;
}
.software-main-tab ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #742d73;
  border-bottom: 0px;
}
.software-icdas {
  padding: 60px 0;
}
.software-icdas-dtl h2 {
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Inter", Sans-serif;
}
.software-icdas-dtl h5 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 15px;
}
.software-icdas-dtl p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
}
.software-icdas-feature h3 {
  font-family: "Inter", Sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.software-icdas-ul ul li {
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.software-icdas-ul ul li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #181818;
  left: 0;
  top: 7px;
}
.software-architecture h2 {
  text-align: center;
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 30px;
}
.software-rvas {
  padding: 60px 0;
}
.software-rvas-dtl h2 {
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 20px;
}
.software-rvas-dtl p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
}
.software-rvas-dtl ul {
  margin-top: 15px;
}
.software-rvas-dtl ul li {
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.software-rvas-dtl ul li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #181818;
  left: 0;
  top: 7px;
}
.software-rvas .row {
  justify-content: center;
}
.software-online {
  padding: 60px 0;
}
.software-online-dtl h2 {
  color: #000000;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  margin-bottom: 20px;
}
.software-online-dtl p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
}
.software-online-dtl h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif;
  padding: 20px 0;
}
.software-online-dtl ul li {
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.software-online-dtl ul li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #181818;
  left: 0;
  top: 7px;
}

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

.cover-news-and-media {
  background: url(../images/news-and-media-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-and-media {
  padding: 80px 0;
}
.news-and-media .software-main-tab ul {
  display: flex;
  justify-content: center;
}
.news-and-media .software-main-tab ul li {
  flex: none !important;
  text-transform: uppercase;
  font-size: 18px;
}
.news-and-media .software-main-tab ul li a {
  padding: 15px 50px 15px 50px;
}

.news-and-media-box {
  border: 1px solid #cecece;
  height: 100%;
}
.news-and-media .col-md-3 {
  margin: 15px 0;
}
.news-and-media-box-img {
  position: relative;
}
.news-and-media-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-and-media-item-hoverer-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #742d73;
  opacity: 0;
  transition: 0.8s;
}
.news-and-media-box:hover .news-and-media-item-hoverer-bg {
  opacity: 0.5;
}
.news-and-media-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #742d73;
  font-size: 25px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.8s;
}
.news-and-media-box:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.news-and-media-box span {
  color: #3a3a3a;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px;
}
.media-box {
  margin: 15px 0;
}
.media-box .media-box-img {
  position: relative;
}
.media-box .media-box-img .video-icon-svg {
  position: absolute;
  fill: #ffffff;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media-box span {
  display: block;
  line-height: 22px;
  color: #3a3a3a;
  padding: 20px 15px 10px 15px;
  text-align: center;
  background: #fff;
}

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

.blogs {
  padding: 80px 0;
}
.blogs-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.blogs-box .blogs-box-img {
  position: relative;
}
.blogs-box .blogs-box-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0006;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.8s;
}
.blogs-box .blogs-box-img:hover:after {
  opacity: 1;
}
.blogs-box .blogs-box-img:hover i {
  opacity: 1;
}
.blogs-box .blogs-box-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffff;
  z-index: 9;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blogs-box .blogs-box-title {
  padding: 15px;
}
.blogs-box .blogs-box-title h5 a {
  color: #303133;
  margin: 10px 0 5px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Inter", Sans-serif;
  display: block;
}
.blogs-box .blogs-box-title h5 a:hover {
  color: #008f4e;
}
.blogs-box .blogs-box-title p {
  font-size: 15px;
}
.blogs-box .blogs-box-title span a {
  color: #742d73;
  font-size: 13px;
  display: block;
  padding-top: 5px;
}
.blogs-box .blogs-box-title span a:hover {
  color: #008f4e;
}
.cover-blog-page {
  background-color: #d6acb1;
  background-image: url(../images/luchiana.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 290px 290px;
  padding: 94px 20px;
  min-height: 350px;
}
.blog-page-main {
  padding-bottom: 80px;
}
.blog-page-main .row {
  justify-content: center;
}
.blog-page-img {
  position: relative;
  margin-top: -160px;
}
.blog-page-dtl {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  margin-top: -150px;
}
.blog-page-dtl h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Inter", Sans-serif;
  margin-bottom: 20px;
}
.blog-page-dtl p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}
.blog-page-qout {
  position: relative;
  background-color: #ba90c6;
  margin: 50px 50px;
  padding: 20px 20px 20px 60px;
  border-radius: 4px 4px 4px 4px;
}
.blog-page-qout i {
  color: #742d73;
  display: block;
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 30px;
  line-height: 1;
}
.blog-page-qout p {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0px;
}
.blog-page-dtl h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-page-dtl ul li {
  font-size: 16px;
  line-height: 25px;
  color: #3a3a3a;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.blog-page-dtl ul li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #181818;
  left: 0;
  top: 7px;
}
.blog-page-dtl h5 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}
.blog-page-dtl h5 a {
  font-weight: 400;
  color: #000;
}

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

.cover-career {
  position: relative;
  background-color: #742d73;
  background-image: url(../images/contact-banner-nt.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
}
.career {
  margin: 80px 0;
}
.career-box {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  border: 1px solid #dddfe3;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  border-radius: 2px;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-box:hover {
  -webkit-box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
}
.career-box h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-family: "Inter", Sans-serif;
  color: #000000;
}
.career-box:hover h2,
.career-box:hover span {
  color: #278e42;
}
.career-box ul {
  margin-bottom: 5px;
}
.career-box ul li {
  color: #5a5a5a;
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.career-box ul li:after {
  content: "";
  background: #5a5a5a;
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px;
}
.career-box span {
  color: #000000;
  padding-top: 5px;
  position: relative;
}
.career-box span i {
  position: absolute;
  top: 10px;
  right: -22px;
  font-size: 12px;
}
/**/

#filters .option-set {
  border: 1px solid #dddfe3;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  background: #fff;
  height: 46px;
  color: #444;
  font-size: 13px;
  text-overflow: ellipsis;
  padding: 0px 48px 0px 10px;
  margin: 0 20px 0 0;
}

/**/

.career-form-main {
  box-shadow: 0 0 50px rgb(0, 0, 0, 0.05);
  background: #e9ded9;
  padding: 30px;
  border-radius: 10px;
}
.career-form-main h2 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-align: center;
  font-family: "Inter", Sans-serif;
}
.career-form-main input {
  height: 50px;
  background: #e9ded9;
  border: 0px solid #70d7e8;
  border-bottom: 1px solid #04592b;
  border-radius: 0px;
  padding: 0 10px;
  width: 100%;
  margin: 15px 0;
}
.career-form-main select {
  height: 50px;
  background: #e9ded9;
  border: 0px solid #70d7e8;
  border-bottom: 1px solid #04592b;
  border-radius: 0px;
  padding: 0 10px;
  width: 100%;
  margin: 15px 0;
}
.career-form-main textarea {
  background: #e9ded9;
  border: 0px solid #70d7e8;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 15px 10px 0 10px;
  width: 100%;
  margin: 15px 0;
}
.career-form-main .cnt-btn {
  background-color: #04592b;
  color: #fff;
  font-weight: 500;
  outline: 0;
  border: 0px;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 15px;
  display: table;
  cursor: pointer;
}
.awsm-job-form-field {
  height: 50px !important;
  background: #e9ded9 !important;
  border-bottom: 1px solid #04592b !important;
  border-radius: 0px !important;
  padding: 5px 15px !important;
  margin-top: 0px !important;
  color: #6d6f70;
}
.career-form-main label {
  color: #6d6f70;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 18px;
}
.career-form-main small {
  color: #616161;
}
.contact-form-lst {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.contact-form-lst input {
  width: auto !important;
  height: auto !important;
  margin: 0px;
  margin-top: 5px;
}
.contact-form-lst span {
  font-size: 14px;
  font-weight: 500;
  color: #6d6f70;
  letter-spacing: 0.5px;
  padding-left: 10px;
  display: block;
  text-align: left;
  padding-bottom: 0px;
}

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

.cover-life-at-newtronic {
  background-image: url(../images/Life-at-Newt.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.life-at-newtronic {
  padding: 80px 0;
}
.life-at-newtronic .row {
  justify-content: center;
}
.life-at-newtronic-box {
  margin: 15px 0;
}
.life-at-newtronic-box img {
  width: 100%;
}
.life-at-newtronic-name {
  background: #ffffffe3;
  padding: 20px 0;
  text-align: center;
  width: 90%;
  position: relative;
  margin: -30px auto 0;
  display: table;
  transition: 0.3s ease-out;
}
.life-at-newtronic-name span {
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.333;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease-out;
}
.life-at-newtronic-box:hover .life-at-newtronic-name {
  background: #fff;
  transform: translateY(-10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

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

.cover-event {
  background-image: url(../images/events-bg.webp);
}
.life-at-fastival {
  padding: 80px 0;
}
.life-at-fastival-box {
  margin: 15px 0;
  height: 260px;
  overflow: hidden;
}

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

.contact-us {
  padding: 80px 0;
}
.contact-us-ul ul li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 20px;
}
.contact-us-ul ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.contact-us-ul ul li a img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-us-ul span a {
  font-size: 30px;
  color: #000;
  padding: 0px 10px;
}
.contact-us-ul a:hover {
  color: #008f4e;
}
.contact-map iframe {
  width: 100%;
  height: 300px;
}
.contact-us .row {
  align-items: center;
}
.contact-location {
  padding: 40px 0 80px;
}
.contact-location-box {
  padding: 30px 0;
}
.contact-location .row {
  justify-content: center;
}
.contact-location-box h3 {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: #9c3386;
  text-decoration-thickness: 5px;
}
.contact-location-box p {
  font-size: 15px;
  line-height: 22px;
  margin-block-end: 8px !important;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.contact-location-box p span {
  font-weight: 600;
}
.contact-location-box p a {
  color: #000000;
}
.contact-location-box p a:hover {
  text-decoration: underline;
}
.industry-sec {
  padding: 50px 0 50px;
}
.industry-sec .col-md-3 {
  margin-top: 30px;
}

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

.contact-fixed{
  position: fixed;
  right: 15px;
  bottom: 10px;
}
.contact-fixed ul li{
  margin: 10px 0;
}
.contact-fixed ul li img{
  width: 60px;
  border-radius: 50% 50% 50% 50%;
}
.contact-fixed ul li:nth-child(2) img{
    animation: scb-shockwave-animation 2s 5.3s ease-out infinite;
}
@keyframes scb-shockwave-animation{
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 2px rgba(0, 100, 0, .5), inset 0 0 1px rgba(0, 100, 0, .5);
  }

  95% {
      box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
}

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

.disclaimer-main,
.privacy-main {
  padding: 60px 0 60px;
  margin-top: 90px;
}
.discl-head,
.privacy-head {
  margin-bottom: 20px;
}
.discl-head h4,
.privacy-head h4 {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
}
.discla-info p,
.privacy-info p {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
  margin: 15px 0;
}
.privacy-info h5 {
  color: #000;
  letter-spacing: 1px;
  font-family: "Marcellus", Sans-serif;
  margin-top: 60px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

.privacy-info ul li {
  text-align: justify;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3a3a3a;
  list-style-type: disc;
  margin-left: 30px;
}
