/****** Header ******/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header-container {
  padding: 0px 40px;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: #f9f9f9;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #fff;
  display: block;
}

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

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

/****** # Navigation Menu ******/
nav {
  position: relative;
}
#responsemenu {
  display: flex !important;
  justify-content: flex-end;
}
#responsemenu,
#responsemenu ul,
#responsemenu ul li,
#responsemenu ul li a,
#responsemenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#responsemenu:after,
#responsemenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#responsemenu #head-mobile {
  display: none;
}

#responsemenu > ul > li {
  float: left;
}

#responsemenu > ul > li > a {
  display: block;
  position: relative;
  font: normal 14px/24px Verdana;
  color: #000000;
  letter-spacing: 0.32px;
  padding: 30px 18px;
  text-transform: uppercase;
  text-decoration: none;
}
#responsemenu ul li a.active {
  color: #a41f46;
  font-weight: bold;
}
#responsemenu > ul > li:hover,
#responsemenu ul li.active:hover,
#responsemenu ul li.active,
#responsemenu ul li.has-sub.active:hover {
  color: #930026 !important;
}

#responsemenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#responsemenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: "";
  transform: translateY(-50%);
}

#responsemenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform: translateY(-50%);
}

#responsemenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#responsemenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%),
    0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%),
    0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
  background: #ffffff;
}

#responsemenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#responsemenu li:hover > ul {
  left: auto;
}

#responsemenu li:hover > ul > li {
  height: 35px;
}

#responsemenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#responsemenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  min-width: 170px;
  text-decoration: none;
  color: #000000;
  font: normal 14px/16px Verdana;
  letter-spacing: 0.32px;
  white-space: nowrap;
}

#responsemenu ul ul li:last-child > a,
#responsemenu ul ul li.last-item > a {
  border-bottom: 0;
}

#responsemenu ul ul li:hover > a,
#responsemenu ul ul li a:hover {
  color: #000000;
}

#responsemenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: "";
}

#responsemenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#responsemenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/* 
#responsemenu ul ul li.has-sub:hover,
#responsemenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #ffffff;
} */

#responsemenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#responsemenu > ul > li.has-sub > ul > li.active > a,
#responsemenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.button .fa-bars {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header-container {
    padding: 0px 15px;
  }
  nav {
    width: 100%;
  }

  #responsemenu {
    width: 100%;
    display: block !important;
  }

  #responsemenu ul {
    width: 100%;
    display: none;
    background: #ffffff;
    border: 1px solid #d2d2d28c;
    position: fixed;
    left: 0;
    top: 57px;
  }

  #responsemenu ul li {
    width: 100%;
    border-top: 1px solid #d2d2d2;
  }

  #responsemenu ul li:hover {
    background: #f1f1f1;
  }

  #responsemenu ul ul li,
  #responsemenu li:hover > ul > li {
    height: auto;
  }

  #responsemenu ul li a,
  #responsemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    font: normal 13px/24px Verdana;
    padding: 6px 12px;
  }

  #responsemenu > ul > li {
    float: none;
  }

  #responsemenu ul ul li a {
    padding-left: 25px;
  }

  #responsemenu ul ul li {
    background: #ffffff !important;
  }

  #responsemenu ul ul li:hover {
    background: #f1f1f1 !important;
  }

  #responsemenu ul ul ul li a {
    padding-left: 35px;
  }

  #responsemenu ul ul li a {
    color: rgb(0, 0, 0);
    background: none;
  }

  #responsemenu ul ul li:hover > a,
  #responsemenu ul ul li.active > a {
    color: #000000;
  }

  #responsemenu ul ul,
  #responsemenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    top: 0px;
  }

  #responsemenu > ul > li.has-sub > a:after,
  #responsemenu > ul > li.has-sub > a:before,
  #responsemenu ul ul > li.has-sub > a:after,
  #responsemenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #responsemenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }

  .button {
    width: 32px;
    height: 30px;
    color: #000000;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-left: auto;
  }
  .button .fa-bars {
    display: block;
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #responsemenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #d2d2d2;
    height: 36px;
    width: 46px;
    cursor: pointer;
  }

  #responsemenu .submenu-button.submenu-opened {
    background: #f1f1f1;
  }

  #responsemenu ul ul .submenu-button {
    height: 36px;
    width: 34px;
  }

  #responsemenu .submenu-button:after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #848484;
    content: "";
    transform: translateY(-50%);
  }

  #responsemenu ul ul .submenu-button:after {
    right: 13px;
  }

  #responsemenu .submenu-button.submenu-opened:after {
    background: #747474;
  }

  #responsemenu .submenu-button:before {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #848484;
    content: "";
    transform: translateY(-50%);
  }

  #responsemenu ul ul .submenu-button:before {
    right: 16px;
  }

  #responsemenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #responsemenu ul ul ul li.active a {
    border-left: none;
  }

  #responsemenu > ul > li.has-sub > ul > li.active > a,
  #responsemenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  .rg-material-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .materialtable {
    white-space: nowrap;
    table-layout: inherit !important;
  }
}

/***** Video *****/
.richtech-video-wrap {
  width: 100%;
  position: relative;
  margin-top: 84px;
}
.richtech-video-grp {
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
}
.richtech-video-grp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.richtech-video-content {
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  /* background: url('../images/videbg-cover-before.png') no-repeat center center / cover; */
}
.banner-title {
  font: 200 80px/95px Verdana;
  color: #ffffff;
  margin-bottom: 10px;
}
.banner-title span {
  font: bold 80px/95px Verdana;
}
.banner-para {
  font: normal 20px/32px Verdana;
  letter-spacing: 0.6px;
  color: #ffffff;
  width: 820px;
  margin: 0 auto 48px;
}

.explorebtn {
  min-width: 232px;
  height: 56px;
  background: #930026;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 52px;
  outline: none;
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  letter-spacing: 1.6px;
  font: bold 16px/24px Verdana;
}
.explorebtn:hover {
  background: #930026;
  color: #ffffff;
}
.explorebtn::after {
  position: absolute;
  content: "";
  background: #89bdfc;
  width: 48px;
  height: 8px;
  bottom: 0;
  right: 0;
}

.richtech-banner-social {
  position: absolute;
  bottom: 46px;
  left: 50px;
  z-index: 10;
}
.richtech-banner-social ul {
  display: flex;
  align-items: center;
}
.richtech-banner-social ul li a {
  width: 38px;
  height: 38px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  margin-right: 9px;
  border: 1px dashed #bdbdbd;
  border-radius: 50%;
  color: #d6d6d6;
}
.richtech-banner-social ul li:last-child a {
  margin-right: 0px;
}
.richtech-banner-social ul li a:hover {
  background: #930026;
  color: #ffffff;
  border-color: #ffffff;
}

/** video play pause **/
.richtech-video-playbttn {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  z-index: 10;
  /* transform: translateY(50%); */
  bottom: 10%;
  right: 3%;
}
.pp-title {
  font: normal 12px/32px Verdana;
  letter-spacing: 2.4px;
  color: #d6d6d6;
  margin-right: 15px;
}
.pp-btn {
  width: 62px;
  height: 62px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  /* margin-right: 9px; */
  border: 1px dashed #bdbdbd;
  border-radius: 50%;
  color: #930026;
  background: white;
  outline: none;
  font-size: 26px;
}
.playpause {
  color: #930026;
}

.down-slide {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  justify-content: center;
  display: flex;
}
.down-slide a {
  width: 38px;
  height: 38px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  margin-right: 9px;
  border: 1px dashed #bdbdbd;
  border-radius: 50%;
  color: #d6d6d6;
  background: #ffffff7a;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-down {
  background: #9b0033;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 60px;
  transition: 0.4s;
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/****** Home Slider ******/
.home-product-slide {
  position: relative;
}
.product-slide-img figure img {
  width: auto !important;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.comtitle {
  font: normal 24px/60px Verdana;
  color: #1e1e3b;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}
.comtitle span {
  font: bold 24px/60px Verdana;
  color: #930026;
}
.comtitle::before {
  position: absolute;
  content: "";
  border: 2px dashed #930026;
  width: 100%;
  bottom: 0;
  left: 0;
}
.com-subtitle {
  font: 200 30px/60px Verdana;
  color: #181820;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.com-subtitle span {
  font: bold 30px/70px Verdana;
}
.com-para {
  font: normal 16px/30px Verdana;
  letter-spacing: 0.48px;
  color: #56575c;
}
.prod-explorebtn {
  background: #ffffff;
  border: 1px solid #930026;
  letter-spacing: 1.6px;
  color: #930026;
  text-transform: uppercase;
  opacity: 0.9;
  font: bold 16px/24px Verdana;
  min-width: 208px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 28px;
  border-radius: 2px;
}
.prod-explorebtn span {
  margin-left: 10px;
  font-size: 23px;
}
.prod-explorebtn:hover {
  background: #930026;
  color: #ffffff;
}
.home-product-slide .owl-theme .owl-dots .owl-dot span {
  background: #b8bebe;
  opacity: 0.53;
  width: 12px;
  height: 12px;
  border-radius: 60px;
}
.home-product-slide .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background: #930026;
  opacity: 1;
}
.home-product-slide .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 91px;
}

.polybgimg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.polybgimg.lftpos {
  left: 0;
  right: auto;
  width: 30%;
}
.polybgimg.lftpos.tpos {
  top: 0px;
}
.polybgimg.rhtpos {
  left: auto;
  right: 0;
  width: 30%;
  top: 0px;
}
.shapeban {
  width: 64px;
  height: 113px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  animation: translateY 5s infinite linear;
}
.shapeban.rhtpos {
  right: 0;
  left: auto;
  top: 10%;
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes translateY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/***** Our Offering *****/
.offering-list {
  margin-bottom: 95px;
  position: relative;
  width: 100%;
}
.offering-content {
  position: relative;
  margin-top: 28px;
}
.offering-content p {
  font: normal 12px/19px Verdana;
  letter-spacing: 0.24px;
  color: #1e1e2e;
  text-align: center;
}
.offering-content span {
  font: bold 12px/19px Verdana;
  letter-spacing: 0.24px;
  color: #1e1e2e;
  text-align: center;
  display: block;
}

/***** Our Company *****/
.our-company-home {
  position: relative;
  background: #f9f9f9;
  width: 100%;
  padding: 151px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.oc-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oc-part-details {
  margin-top: 14px;
  list-style-type: none;
}
.oc-part-details .partners-view {
  position: relative;
  border-bottom: 2px dashed #6f6f6f66;
  padding-bottom: 9px;
  margin-bottom: 22px;
}
.oc-part-details .partners-view label {
  font: 600 21px/32px Verdana;
  color: #1e1e3b;
  text-transform: capitalize;
}
.oc-part-details .partners-view span {
  font: normal 14px/29px Verdana;
  letter-spacing: 0.42px;
  color: #56575c;
  text-transform: capitalize;
  display: block;
}
.padlft {
  padding-left: 100px;
}

/***** What We Do *****/
.whatwedo-wrap {
  width: 100%;
  padding: 131px 0px;
  position: relative;
  text-align: center;
}
.what-wedo-content .com-para {
  width: 670px;
  margin: auto;
  color: #b8b8d5;
  letter-spacing: 0.48px;
  font: normal 16px/28px Verdana;
}
.whatwedo-list {
  margin-top: 92px;
}
.wwd-box h1 {
  font: bold 20px/27px Verdana;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-top: 43px;
}
.wwd-box p {
  font: normal 14px/28px Verdana;
  letter-spacing: 0.42px;
  color: #b8b8d5;
}

/***** ACHIEVEMENTS *****/
.achievement-wrap {
  position: relative;
  width: 100%;
  padding: 150px 0px;
  text-align: center;
}
.our-certificate .com-para {
  font: normal 16px/26px Verdana;
  letter-spacing: 0.48px;
  color: #56575ccc;
  width: 536px;
  margin: auto;
}
.our-certificate-view {
  position: relative;
  margin-top: 69px;
}
.our-certificate-view ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-certificate-view ul li {
  background: #ffffff;
  width: 158px;
  height: 159px;
  position: relative;
  margin-right: 17px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  border: 1px solid #fff;
}
.our-certificate-view ul li:hover {
  border-color: #930026;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transform: translateY(-10px);
}
.our-certificate-view ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/***** Testimonials *****/
.testimonials-wrap {
  position: relative;
  padding: 151px 0px;
  width: 100%;
}
.double-quote {
  width: 147px;
  height: 117px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.happy-client-logocontent ul li {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 2px dashed #930026;
  display: flex;
  align-items: center;
  background: #ffffff;
  transition: 0.5s all;
}
.happy-client-logocontent ul li:last-child {
  margin-bottom: 0px;
}
.happy-client-logocontent ul li figure {
  width: 135px;
  height: 43px;
  object-fit: contain;
}
.happy-client-logocontent ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s all;
  filter: grayscale(100);
}
.happy-client-logocontent ul li figure img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}
.client-content {
  width: calc(100% - 63px);
  margin-left: 72px;
}
.client-content p {
  font: normal 14px/25px Verdana;
  letter-spacing: 0.42px;
  color: #717584;
}

/***** Get In Touch *****/
.get-in-touch {
  background: url("../images/Component37.png") no-repeat center center / cover;
  padding: 115px 0px;
  position: relative;
  text-align: center;
}
.getin-touch-content .com-para {
  color: #ffffffcc;
  width: 580px;
  margin: auto;
}

/***** Footer *****/
footer {
  padding: 81px 0px 0px;
  position: relative;
}
.main-footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #6c6e8333;
}
.footer-link h1 {
  font: bold 18px/28px Verdana;
  letter-spacing: 0.72px;
  color: #091638;
  text-transform: capitalize;
}
.footer-link .homeabt-para {
  font: normal 14px/30px Verdana;
  letter-spacing: 0.56px;
  color: #32333a;
  margin-top: 25px;
}
.footer-link ul {
  margin-top: 25px;
}
.footer-link ul li,
.footer-link ul li a {
  font: normal 14px/30px Verdana;
  letter-spacing: 0.56px;
  color: #32333a;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
.footer-link ul li a:hover {
  color: #930026;
}
.footeraddresslink ul li {
  display: flex;
  align-items: baseline;
  font: normal 14px/24px Verdana;
  padding-bottom: 12px;
}
.footeraddresslink ul li:last-child {
  padding-bottom: 0px;
}
.footeraddresslink ul li i {
  font-size: 20px;
  color: #930026;
  margin-right: 6px;
}
.sub-menu {
  padding: 34px 0px;
}
.copyright {
  font: normal 14px/30px Verdana;
  letter-spacing: 0.56px;
  color: #818495;
  text-transform: capitalize;
}
.foot-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.foot-social li a {
  width: 31px;
  height: 31px;
  background: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #818495;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.5s;
}
.foot-social li a:hover {
  background: #930026;
  color: #ffffff;
}
.foot-social li:last-child a {
  margin-right: 0px;
}

/***** Back to top *****/
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #930026;
  color: #fff !important;
  transition: all 0.4s;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  text-decoration: none !important;
}

.counter-items {
  padding: 30px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 0 30px 0;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.counter-items .counter-icon {
  position: relative;
  font-size: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 30px;
  color: #930026;
  border: 1px solid #930026;
  justify-content: center;
  align-items: center;
}

.counter-body .counter {
  font: 600 28px/38px Verdana;
  color: #1e1e3b;
  text-transform: capitalize;
}
.counter-body p {
  font: normal 14px/25px Verdana;
  letter-spacing: 0.42px;
  color: #56575c;
  text-transform: capitalize;
  display: block;
  margin-top: 8px;
}

/*** Contact Us ***/
.com-space {
  margin-top: 85px;
  padding: 60px 0px;
}
.contact-wraper {
  position: relative;
}
.contact-item-info {
  padding: 32px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-item-info .contact-in-icon {
  font-size: 40px;
  color: #930026;
  width: 70px;
  height: 70px;
  border: 1px solid #930026;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.contact-in-text {
  flex: 1 1 auto;
}
.contact-in-text h1 {
  font: normal 21px/30px Verdana;
  color: #1e1e3b;
  margin-bottom: 12px;
  text-align: center;
}
.contact-in-text p {
  font: normal 14px/24px Verdana;
  text-align: center;
}
.contact-map-view {
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.contact-input-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-input-group input,
.contact-input-group textarea {
  width: 100%;
  border: 1px solid #dddddd;
  outline: none;
  background: #ffffff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  border-radius: 3px;
  height: 46px;
  padding: 4px 12px;
  font: normal 14px/24px Verdana;
}
.contact-input-group input::placeholder,
.contact-input-group textarea::placeholder {
  color: #8a8a8a;
}
.contact-input-group input::-moz-placeholder,
.contact-input-group textarea::-moz-placeholder {
  color: #8a8a8a;
}
.contact-input-group input::-webkit-input-placeholder,
.contact-input-group textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}

.contact-input-group textarea {
  height: 200px;
  resize: none;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

/*** About Us ***/
.aboutus-wraper {
  position: relative;
  padding: 151px 0px;
}
.abt-image-figure {
  background: #ffffff;
  padding: 6px;
  border-radius: 6px;
}
.abt-image-figure img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}
.abt-sub-title {
  font: normal 20px/30px Verdana;
  color: #1e1e3b;
  margin-bottom: 25px;
}
.abt-para {
  font: normal 14px/30px Verdana;
  letter-spacing: 0.56px;
  color: #32333a;
}

.abt-image-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-application-wraper {
  position: relative;
  padding: 90px 0px;
  width: 100%;
}

.feature-spacification {
  list-style-type: none;
}
.feature-spacification li {
  font: normal 14px/30px Verdana;
  letter-spacing: 0.56px;
  color: #32333a;
  display: flex;
  align-items: baseline;
}
.feature-spacification li span {
  margin-right: 8px;
  color: #930026;
  font-size: 17px;
}
.application-cont {
  margin-bottom: 20px;
}
.application-cont,
.iso-certificate-img {
  width: 100%;
}
.iso-certificate-img a {
  display: block;
  height: auto;
  background: #ffffff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
  border: 1px solid #d8d8d8;
}
.iso-certificate-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** Product Page ***/
.rgSeries-product {
  padding: 120px 0px 40px;
}
.rg-series-productImg {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.rgSeries-materialLIst {
  padding: 60px 0px;
  position: relative;
}

.materialtable {
  width: 100%;
  border: 1px solid #dddddd;
}
.materialtable thead tr th {
  font: bold 14px/21px Verdana;
  color: #ffffff;
  padding: 6px 8px;
  background: #930026;
}
.materialtable tbody tr td {
  font: normal 14px/21px Verdana;
  color: #32333a;
  padding: 6px 8px;
}
.materialtable tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.dimensiontable tbody tr td:last-child {
  background: #93002612;
  color: #000000;
}
.dimensiontable tbody tr td {
  font: 500 14px/30px Verdana;
}
.dateSheetTable {
  table-layout: fixed;
}
.dateSheetTable thead tr th {
  border: 1px solid #dddddd;
  vertical-align: middle;
  word-break: break-word;
}
.dateSheetTable tbody tr td {
  border: 1px solid #dddddd;
}

.material-view {
  position: relative;
  display: inline-block;
}
.material-view .material-imagebox {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgb(0 0 0 / 40%);
  border-radius: 3px;
  padding: 6px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  border: 4px solid #ffffff;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.material-view .material-imagebox::after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 3px;
}
.material-view .material-imagebox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.material-view:hover .material-imagebox {
  visibility: visible;
  opacity: 1;
}

.formula-wraper {
  padding: 50px 0px;
}
.formula p {
  font: normal 14px/21px Verdana;
}
.formula-sect {
  display: flex;
  align-items: center;
}
.formula-sect label {
  font: normal 14px/21px Verdana;
}
.formula-sect .torque-formula span {
  font: normal 14px/21px Verdana;
  display: block;
  border-bottom: 1px solid #000000;
}
.formula-sect .torque-formula span:last-child {
  border-bottom: none;
}

.valvekits-dimension-wraper {
  padding: 50px 0px;
}

.ourvaluable-client-slider {
  width: 100%;
  position: relative;
  padding: 50px 0px 0px 0px;
}
.ourvaluable-client-slider .owl-carousel {
  display: flex !important;
  justify-content: center;
}
.ourvaluable-client-slider .owl-carousel .counter-items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ourvaluable-client-slider .owl-carousel .counter-items img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.ourvaluable-client-slider .owl-carousel .owl-nav button {
  position: absolute;
  background: #97002d !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 23px !important;
  opacity: 1;
  color: #ffffff !important;
  cursor: pointer;
}
.ourvaluable-client-slider .owl-carousel .owl-nav .owl-prev {
  right: -40px;
  top: 30%;
}
.ourvaluable-client-slider .owl-carousel .owl-nav .owl-prev span {
  transform: rotate(180deg);
  display: block;
  margin-top: 2px;
}
.ourvaluable-client-slider .owl-carousel .owl-nav .owl-next {
  left: -40px;
  top: 30%;
}
.ourvaluable-client-slider .owl-carousel .owl-nav .owl-next span {
  transform: rotate(180deg);
  display: block;
  margin-top: 2px;
}

.ourvaluable-client-slider .owl-carousel .owl-dots {
  display: none;
}
.ourvaluable-client-slider .owl-carousel .owl-nav .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.manufacture-video {
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgb(0 0 0 / 40%);
  padding: 6px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.modal-body .manufacture-video {
  box-shadow: none;
}
.manufacture-video img {
  width: 100%;
}
.manufacture-video video {
  width: 100%;
}
.manufacture-video .manufacture-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.manufacture-video .manufacture-video-btn .pp-btn {
  background: #e50916;
  color: #ffffff;
  border-color: #e50916;
  margin-right: 0;
}
.manufacture-video .manufacture-video-btn .pp-btn .playpause {
  color: #ffffff;
}
.manufacture-video h1 {
  padding: 12px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #08396b;
}

.video-modal .modal-content {
  background-color: #00000000;
  border: none;
}
.video-modal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}
.video-modal .modal-header .close,
.video-modal .modal-header .close:hover {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ffffff;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  min-width: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  opacity: 1;
}
.video-modal .modal-body {
  padding: 0.3rem;
}
.video-modal video {
  width: 100%;
  height: 100%;
  display: block;
}
