@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Fonts
	==============================================================*/

/*==============================================================
	Bootstrap Hack
	==============================================================*/

.form-control::-webkit-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
}

.form-control {
  border: none;
  border-bottom: 1px solid #141D48;
  font-size: 14px;
  line-height: 20px;
  color: #011C2A;
  font-weight: 500;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 9px;
}

.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a,
.nav>li.active>a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==============================================================
Chrome Hack
==============================================================*/
textarea,
input[type="text"] {
  -webkit-appearance: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================================================
	Custom Style
	==============================================================*/
html {
  scroll-behavior: auto !important;
  scrollbar-color: #565656 #bfbfbf;
  scrollbar-width: thin;
}

body {
  scrollbar-color: #565656 #bfbfbf;
  scrollbar-width: thin;
}

* {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #565656;
  min-height: 100px;
}

::-webkit-scrollbar-track {
  background: #bfbfbf;
}

.container {
  width: 100%;
  max-width: 1172px;
  padding: 0 16px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFF3F3;
  background-color: transparent;
  padding: 8px 24px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}

.cta-btn.btn-sm a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px 16px;
}

.cta-btn.btn-black a {
  padding: 9px 24px;
  background-color: #121919;
  color: #fff;
}

.cta-btn.btn-bordered a {
  background-color: transparent;
  color: #121919;
  border: 1px solid #121919;
}

.cta-btn.btn-bordered-blue a {
  background-color: transparent;
  color: #0099B1;
  border: 1px solid #0099B1;
}

.cta-btn.btn-bordered-blue a:hover {
  background-color: #0099B1;
  color: #fff;
}

.cta-btn.btn-blue a {
  background-color: #37B0C9;
  color: #fff;
}

.cta-btn.btn-icon svg {
  padding-left: 4px;
}

.cta-btn.btn-icon path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-btn.btn-black a:hover {
  background-color: #383E3E;
}

.cta-btn.btn-bordered a:hover {
  background-color: #121919;
  color: #fff;
}

.cta-btn.btn-bordered a:hover path {
  stroke: #fff;
}

.cta-btn.btn-blue a:hover {
  background-color: #3297AD;
}

.h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #121919;
  margin: 0;
}

.h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #121919;
  margin: 0;
}

.h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #121919;
  margin: 0;
}

.h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #121919;
  margin: 0;
}

.h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #121919;
  margin: 0;
}

.title-tag {
  padding: 0 0 80px;
}

.title-tag p {
  font-size: 18px;
  line-height: 32px;
  color: #727778;
  padding: 8px 0 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bg-blue {
  background-color: #EFF9FB;
}

.bg-yellow {
  background-color: #F9F6E2;
}

.status-counter {
  background-color: #121919;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
}

.status-counter .row .cols:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.status-counter .row .cols:first-child,
.status-counter .row .cols:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.status-counter-box {
  background-image: url(../images/bg-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.status-counter-content {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}

.status-counter-box.variety-of-product:hover {
  background-image: url(../images/variety-of-product.png);
}

.status-counter-box.happy-client:hover {
  background-image: url(../images/happy-client.png);
}

.status-counter-box.world-wide-reach:hover {
  background-image: url(../images/world-wide-reach.png);
}

.status-counter-box.quality-product:hover {
  background-image: url(../images/quality-product.png);
}

.status-counter-box .status-counter-icon img {
  width: 50px;
  height: 50px;
}

.status-counter-box .status-counter-info .status-counter-no {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.status-counter-box .status-counter-info .status-counter-text {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  padding: 8px 0 0;
}

.expertise-capabilities .row .cols {
  padding: 12px 0;
}

.expertise-capabilities-box {
  padding: 32px;
  height: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-image: url(../images/expertise-bg-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.expertise-capabilities-box:hover {
  background-image: url(../images/blue-bg.svg);
}

.expertise-capabilities-box .expertise-capabilities-icon img {
  width: 96px;
  height: 96px;
}

.expertise-capabilities-box .expertise-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #121919;
  padding: 8px 0;
}

.expertise-capabilities-box .expertise-info p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #727778;
}

.testimonial-section-wrap {
  padding: 80px 0;
}

.testimonial-slider {
  padding: 80px 0 120px;
}

.testimonial-section .row {
  padding: 80px 0 0;
}

.testimonial-right img {
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.testimonial-slide p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #121919;
}

.testimonial-client-box {
  gap: 16px;
  padding: 16px 0 0;
}

.testimonial-client-box .testimonial-client-img {
  width: 64px;
  height: 64px;
}

.testimonial-client-info {
  width: calc(100% - 64px);
}

.testimonial-client-box .testimonial-client-img img {
  object-fit: cover;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-client-box .testimonial-client-info .testimonial-client-name {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #121919;
  padding: 0 0 8px;
}

.testimonial-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #121919;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .slick-arrow.slick-prev:hover {
  background-color: #121919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.testimonial-slider .slick-arrow.slick-next:hover {
  background-color: #121919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.testimonial-slider .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23121919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 0px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.testimonial-slider .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23121919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 72px;
}

.work-together {
  background-image: url(../images/lets-work-together-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 80px 15px;
}

.work-together .title-big {
  font-size: 80px;
  line-height: 96px;
  font-weight: 600;
  color: #37B0C9;
  padding: 0 0 40px;
}

.work-together p {
  font-size: 24px;
  line-height: 40px;
  color: #ECECED;
  text-align: center;
}

.work-together .form-wrap {
  width: 100%;
  max-width: 812px;
  padding: 40px 0 0;
  margin: 0 auto;
}

.work-together .form-wrap form {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.work-together .form-wrap form .wpcf7-response-output {
  display: none;
}

.work-together .form-input {
  width: 100%;
  max-width: 640px;
}

.submit-btn .btn {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #37B0C9;
  border: 1px solid #37B0C9;
  border-radius: 100px;
  padding: 23px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submit-btn .btn:hover {
  background-color: #37B0C9;
  color: #fff;
}

.work-together .form-input .form-control {
  height: 80px;
  font-size: 40px;
  line-height: 64px;
  color: #ECECED;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #727778;
}

.work-together .form-input .form-control::-webkit-input-placeholder,
.work-together .form-input .form-control:-moz-placeholder,
.work-together .form-input .form-control::-moz-placeholder,
.work-together .form-input .form-control:-ms-input-placeholder {
  color: #727778;
}

.product-section {
  padding-bottom: 30px;
}

.product-section .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-section .menu-item {
  font-size: 24px;
  cursor: pointer;
  font-style: italic;
  position: relative;
}

.product-section .num {
  visibility: hidden;
  font-size: 0;
  line-height: 40px;
  font-weight: 400;
  color: #727778;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-section .image-box {
  width: auto;
  position: absolute;
  right: 0;
  top: -50%;
  padding-right: 65px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-section .image-box>img {
  width: 250px;
  height: 300px;
  object-fit: contain;
}

.product-section .image-box {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-section .image-box.show {
  opacity: 1;
}

.product-section .num.show {
  visibility: visible;
  font-size: 24px;
}

.product-section .no-name {
  width: 100%;
  font-size: 80px;
  line-height: 120px;
  font-style: italic;
  font-weight: 300;
  color: #121919;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-section .menu-item:hover .no-name {
  color: #37B0C9;
}

.product-section .arrow {
  position: absolute;
  top: 10px;
  right: 0;
}

/* footer */

.footer-wrap {
  padding: 40px 0 0;
}

.footer-top {
  width: 100%;
  max-width: 944px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 20px;
}

.footer-logo {
  display: inline-block;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ECECED;
  padding: 40px 0;
}

.footer-bottom .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #121919;
}

footer li a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: transparent;
}

footer li a:hover {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.footer-bottom .footer-links li {
  position: relative;
  padding-left: 25px;
}

.footer-bottom .footer-links li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #BEC1C5;
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.footer-bottom .footer-links li:first-child:before {
  display: none;
}

.footer-bottom .footer-links li a {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #727778;
}

.footer-bottom .footer-links li:first-child {
  padding-left: 0;
}

.footer-links .footer-social-links a {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #121919;
}

.footer-links .footer-social-links .box {
  padding: 0 0 4px;
}

.footer-links .footer-social-links .h6 {
  padding: 0 0 4px;
}

.footer-links .footer-social-links {
  padding: 20px 0;
}

.footer-links .footer-social-links:first-child {
  padding-top: 0;
}

.footer-menu .footer-menu-links a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #121919;
}

.footer-menu .footer-menu-links {
  padding: 0 0 24px;
}

.footer-social-media .footer-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #121919;
}

.footer-social-media .footer-social-links {
  padding: 0 0 24px;
}

.footer-links .footer-social-links.address {
  width: 260px;
}

.footer-social-media .footer-social-links a img {
  width: 20px;
  height: 20px;
}

.footer-col.logo {
  width: 163px;
}

.footer-col.personal-info {
  width: 360px;
}

.footer-col.menus {
  width: 163px;
}

.footer-col.social-link {
  width: 163px;
}

.map-section .title-tag {
  width: 100%;
  max-width: 554px;
  margin: 0 auto;
}

.map-wrap .map-image {
  text-align: center;
  padding: 0 16px;
}

.map-wrap .grey:hover {
  fill: #1a6576;
  cursor: pointer;
}

.map-wrap .map-image svg {
  width: 100%;
}

.who-we-are .who-we-are-right p {
  font-size: 24px;
  line-height: 40px;
  color: #727778;
}

.who-we-are .who-we-are-video {
  padding: 80px 0 0;
}

.who-we-are .who-we-are-video .image {
  cursor: pointer;
}

.who-we-are .who-we-are-video .image img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.who-we-are .who-we-are-video .image .video-normal-state {
  opacity: 1;
}

.who-we-are .who-we-are-video .image .video-hover-state {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.who-we-are .who-we-are-video .image:hover .video-hover-state {
  opacity: 1;
}

.modal-header {
  border: none;
}

.modal-dialog {
  width: 100%;
  max-width: 900px;
  padding: 0 16px;
  margin: 0 auto;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
  background-color: transparent;
}

.btn-close {
  width: 24px;
  height: 24px;
  background-color: #37B0C9;
  opacity: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.padding-40 {
  padding: 40px 0;
}

.who-we-are-wrap {
  padding-top: 112px;
}

.our-founders-section .row {
  padding: 40px 0 0;
}

.our-founders-section .our-founder-box .our-founder-image {
  background-color: #EFF9FB;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
  padding: 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-founders-section .our-founder-box .our-founder-image:hover {
  border: 1px solid #37B0C9;
}

.our-founders-section .our-founder-box .our-founder-image img {
  width: 368px;
  height: 319px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-founders-section .our-founder-box .our-founder-image:hover img {
  transform: scale(1.1);
}

.our-founders-section .our-founder-box .our-founder-detail {
  padding: 16px 0 0;
}

.our-founders-section .our-founder-box .our-founder-detail .name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #121919;
}

.our-founders-section .our-founder-box .our-founder-detail .designation {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #37B0C9;
}

.facilites-section .image {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 0 0 32px;
}

.facilites-section .info {
  max-width: 944px;
  padding: 48px 0 0;
  margin: 0 auto;
}

.facilites-section .info p {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 400;
  text-align: center;
}

.companies-standard-wrap .who-we-are-right p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #121919;
}

.companies-standard-wrap .who-we-are-left p {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 600;
}

.companies-standard-wrap .image img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.who-we-are-wrap.key-process .who-we-are-left {
  max-width: 515px;
}

.who-we-are-wrap.key-process .who-we-are-left .h2 {
  line-height: 64px;
}

.who-we-are-wrap.key-process ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.who-we-are-wrap.key-process ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  background-color: #EFF9FB;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 8px 16px 8px 40px;

}

.who-we-are-wrap.key-process ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/green-tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 12px;
}

.laboratories-facilities-wrap {
  padding: 80px 0 0;
}

.laboratories-facilities {
  border-bottom: 1px solid #121919;
}

.laboratories-facilities .laboratories-facilities-box {
  text-align: center;
  padding: 0 0 80px;
}

.laboratories-facilities .laboratories-facilities-box .image img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.laboratories-facilities .laboratories-facilities-box .title {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 400;
  padding: 16px 0 0;
}

.vision-mission-section .vision-mission-img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.vision-mission-section .vision-mission-img img {
  width: 100%;
}

.vision-mission-section .vision-mission-title-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.vision-mission-section .vision-mission-title .title {
  width: 100%;
  font-size: 40px;
  line-height: 64px;
  color: #121919;
  font-weight: 400;
  text-align: center;
  padding: 16px 0 0;
}

.vision-mission-section .vision-mission-title .icon {
  width: 100%;
  text-align: center;
}

.vision-mission-section .vision .vision-mission-title-box {
  padding: 15px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.vision-mission-section .mission .vision-mission-title-box {
  padding: 15px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.vision-mission-section .vision-mission-text {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 32px;
}

.vision-mission-section .vision .vision-mission-text {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.vision-mission-section .mission .vision-mission-text {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.vision-mission-section .row {
  padding: 0 0 32px;
}

.vision-mission-wrap {
  padding: 40px 0 8px;
}

.who-we-are-wrap.about-standard {
  padding-top: 0;
}

.about-standard .who-we-are {
  border-top: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
  padding: 40px 0;
}

.about-standard .who-we-are-left {
  max-width: 360px;
}

.about-standard .who-we-are-left p {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 400;
}

.about-standard .who-we-are-right p {
  font-size: 24px;
  line-height: 40px;
  color: #727778;
  font-weight: 400;
}

.about-us-wrap {
  padding: 80px 0 40px;
}

.about-us-section .about-us-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 40px;
}

.about-us-section .about-us-title .about-us-left {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #121919;
  text-transform: uppercase;
}

.about-us-section .h2 {
  font-weight: 600;
  line-height: 64px;
}

.about-us-section .about-us-numbers {
  border-top: 1px solid #121919;
  padding: 30px 0 0;
  margin: 80px 0 0;
}

.about-us-section .about-us-numbers ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us-section .about-us-numbers ul li {
  padding: 10px 0;
}

.about-us-section .about-us-numbers ul li .about-us-numbers-no {
  font-size: 40px;
  line-height: 64px;
  font-weight: 400;
  color: #37B0C9;
}

.about-us-section .about-us-numbers ul li .about-us-numbers-text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #121919;
}

.certificates-section .certificate-image img {
  width: 100%;
  /*  border: 8px solid #37B0C9;*/
}

.certificates-section .certificate-image {
  display: block;
}

.certificates-section .h2 {
  font-size: 32px;
  line-height: 48px;
}

.certificates-section .row {
  padding: 40px 0 0;
}

.certificates-section .col-md-3 {
  padding-bottom: 8px;
}

.certificates-section {
  border-bottom: 1px solid #ECECED;
  padding: 40px 0 80px;
}

.fancybox__container {
  z-index: 9999;
}

.fancybox__content {
  width: 100% !important;
  height: 100% !important;
  padding: 30px 16px !important;
}

.laboratories-process .laboratories-process-left img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.laboratories-process .laboratories-process-box {
  display: flex;
  background-color: #EFF9FB;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 40px 0 0 40px;
  margin: 0 0 32px;
}

.laboratories-process .laboratories-process-box .laboratories-process-box-center {
  width: 40%;
  padding: 0 20px 40px;
}

.laboratories-process .laboratories-process-box .laboratories-process-box-right {
  width: 40%;
  padding: 0 40px 40px 20px;
}

.laboratories-process .laboratories-process-box .laboratories-process-box-left {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.laboratories-process .laboratories-process-right .laboratories-process-box-title {
  font-size: 24px;
  line-height: 40px;
  color: #121919;
  padding: 0 0 8px;
}

.laboratories-process .laboratories-process-right p {
  font-size: 14px;
  line-height: 24px;
  color: #121919;
}

.laboratories-process .laboratories-process-right ul li {
  font-size: 14px;
  line-height: 24px;
  color: #121919;
  list-style-type: disc;
  list-style-position: outside;
}

.company-process-wrap {
  padding: 40px 0;
}

.company-process .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 40px;
}

.company-process-wrap {
  overflow-x: hidden;
}

.company-process *,
.company-process *::before,
.company-process *::after {
  box-sizing: border-box;
}

.company-process .container {
  padding: 0;
}

.company-process .company-process-slider {
  margin: 0;
}

.company-process .slick-list {
  /* padding-left: 60px; */
  /* space on left */
  padding-right: 0;
  /* last slide will touch right edge */
  overflow: visible;
}

.company-process .company-process-slide {
  margin-right: 16px;
  width: auto !important;
}

.company-process .company-process-slide:last-child {
  margin-right: 0;
}

/* Image styling */
.company-process-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Track flex setup */
.company-process .slick-track {
  display: flex !important;
  width: max-content !important;
}


.company-process .custom-arrows {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.company-process .custom-arrows .custom-arrow {
  width: 40px;
  height: 40px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #121919;
  border-radius: 99px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-process .custom-arrows .slick-prev.custom-arrow:hover {
  background-color: #121919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.company-process .custom-arrows .slick-next.custom-arrow:hover {
  background-color: #121919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.company-process .custom-arrows .slick-prev.custom-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23121919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 0px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.company-process .custom-arrows .slick-next.custom-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23121919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 72px;
}

.ehs-policies {
  background-color: #121919;
  border-radius: 40px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.ehs-policies .ehs-policies-image img {
  width: 100%;
}

.ehs-policies .ehs-policies-content .h2 {
  color: #ECECED;
}

.ehs-policies .ehs-policies-content ul {
  padding: 40px 0 0;
}

.ehs-policies .ehs-policies-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #ECECED;
  margin: 0 0 16px;
  padding-left: 32px;
}

.ehs-policies .ehs-policies-content ul li:last-child {
  margin: 0;
}

.ehs-policies .ehs-policies-content ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 5px;
}

.about-standard.quality-policy .who-we-are {
  border-top: 0;
}

.about-standard.quality-policy .who-we-are-right p {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  padding-bottom: 40px;
}

.thankyou-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
}

.thankyou-section .logo {
  padding: 0 0 40px;
}

.thankyou-section .image {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 40px;
}

.thankyou-section .info {
  padding: 16px 0 40px;
}

.thankyou-section p {
  font-size: 40px;
  line-height: 64px;
  font-weight: 200;
  color: #121919;
}

.thankyou-section .cta-btn.btn-icon svg {
  padding-left: 0;
  padding-right: 4px;
}

.our-offices-wrap {
  padding: 80px 0 0;
  margin: 0 0 40px;
}

.our-offices-section {
  padding: 0 0 80px;
  border-bottom: 1px solid #ECECED;
}

.our-offices-section .office-info .place-name {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #121919;
  padding: 24px 0;
}

.our-offices-section .office-info .address {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #727778;
}

.our-offices-section .office-info .email-id {
  padding: 8px 0 24px;
}

.our-offices-section .office-info .email-id a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #0099B1;
}

.our-offices-section .office-image img {
  width: 100%;
}

.apply-now-section-wrap {
  padding: 40px 0;
}

.apply-now-section .apply-now-item {
  display: flex;
  align-items: center;
  padding: 40px;
}

.apply-now-section .apply-now-item .left {
  width: 100%;
  max-width: 756px;
  display: flex;
}

.apply-now-section .apply-now-item .right {
  width: calc(100% - 756px);
  text-align: right;
}

.apply-now-section .apply-now-item .left .logo {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF9FB;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.apply-now-section .apply-now-item .left .logo img {
  width: 16px;
  height: 40px;
}*/

.apply-now-section .apply-now-item .left .info {
  max-width: calc(100% - 64px);
  padding-left: 20px;
}

.apply-now-section .apply-now-item .package-details {
  flex-wrap: wrap;
  padding: 6px 0 16px;
}

.apply-now-section .apply-now-item .package-details li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #121919;
  padding: 0 16px 8px 8px;
}

.apply-now-section .apply-now-item .package-details li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #BEC1C5;
  background-position: left center;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: 9px;
  margin: 0 auto;
}

.apply-now-section .apply-now-item .package-details li:first-child {
  padding-left: 0;
}

.apply-now-section .apply-now-item .package-details li:first-child:before {
  display: none;
}

.apply-now-section .apply-now-item .left .info p {
  font-size: 14px;
  line-height: 24px;
  color: #727778;
}

.apply-now-section .apply-now-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECED;
}

.industries-served-section .title-tag {
  padding: 0 0 30px;
}

.industries-served-section .industries-served-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.industries-served-section .industries-served-list .industries-served-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  background-color: #EFF9FB;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 8px 16px 8px 40px;
}

.industries-served-section .industries-served-list .industries-served-item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #0099B1;
  position: absolute;
  left: 16px;
  top: 20px;
}

.product-images .info p {
  font-size: 24px;
  line-height: 40px;
  color: #121919;
  text-align: center;
}

.product-images ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 80px 0;
  border-bottom: 1px solid #ECECED;
}

.product-categories .info p {
  font-size: 24px;
  line-height: 40px;
  color: #121919;
  font-weight: 400;
  text-align: center;
}

.product-categories .row {
  padding: 50px 0 0;
}

.product-categories .cols {
  padding-top: 104px;
}

.product-categories .box-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-categories .box-wrap .product-img {
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}

.product-categories .box-wrap .product-title {
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-categories .box-wrap .product-title .product-name {
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-categories .box-wrap .product-title img {
  width: 0;
  overflow: hidden;
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-bg-img {
  border-radius: 40px;
}

.product-categories .box-wrap:hover .product-title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-categories .box-wrap:hover .product-title img {
  width: 48px;
  transform: translateX(0);
}

.product-categories .box-wrap:hover .product-img {
  top: -82px;
}

.product-details-section .product-details-info p {
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 400;
}

.product-details-section .product-details-info ul li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  font-weight: 400;
  padding-left: 20px;
}

.product-details-section .product-details-info ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #121919;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 14px;
}

.product-details-section .product-details-info {
  border-bottom: 1px solid #ECECED;
  padding: 80px 0;
}

.product-details-section .product-details-info .images-group {
  padding: 80px 0 0;
}

.product-details-section .product-details-info .images-group img {
  padding: 16px 0;
}

.product-details-section .product-details-info .full-images .cols:nth-child(even) {
  text-align: right;
}

.product-details-section .product-details-info .full-images {
  padding: 80px 0 0;
}

.product-details-section .product-details-info .full-images .cols {
  padding-bottom: 32px;
}

.product-details-section .product-details-info .full-images .cols:last-child {
  padding-bottom: 0;
}

.product-details-section .product-details-info:last-child {
  border-bottom: 0;
}

.product-images-wrap .product-images ul li {
  width: 163px;
  text-align: center;
}

.apply-now-list .apply-now-item .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  background-color: transparent;
  color: #0099B1;
  border: 1px solid #0099B1;
  padding: 8px 24px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.apply-now-list .apply-now-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.apply-now-list .apply-now-item:hover {
  background-color: #EFF9FB;
}

.apply-now-section .apply-now-item:hover .left .logo {
  background-color: #fff;
}

.apply-now-section .apply-now-item:hover .cta-btn {
  background-color: #0099B1;
  color: #fff;
}

#vacancy-modal {
  z-index: 99999;
}

#vacancy-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#vacancy-modal .modal-content {
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 554px;
  margin: 0 auto;
}

#vacancy-modal .modal-content .modal-header {
  background-color: #EFF9FB;
  justify-content: flex-start;
  padding: 40px;
  gap: 16px;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

#vacancy-modal .modal-content .modal-header .image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
}

#vacancy-modal .modal-content .modal-header .h3 {
  color: #0099B1;
  font-weight: 600;
}

#vacancy-modal .modal-content .modal-body {
  padding: 40px 40px 24px;
}

#vacancy-modal form .form-row .form-group {
  width: 100%;
}

#vacancy-modal form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 0 16px;
}

#vacancy-modal form .form-row .form-input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ECECED;
  box-shadow: none;
}

#vacancy-modal form .form-row .submit-btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #0099B1;
  border: 1px solid #0099B1;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#vacancy-modal form .form-row .submit-btn:hover {
  background-color: transparent;
  color: #0099B1;
}

#vacancy-modal form .upload-box {
  position: relative;
  border: 1px dashed #ECECED;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 32px;
  margin: 0 0 16px;
}

#vacancy-modal form .upload-box a {
  color: #0099B1;
}

#vacancy-modal .upload-box .upload-text .browse {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #0099B1;
}

#vacancy-modal .upload-box input[type="file"] {
  position: absolute;
  left: 0;
  width: 474px;
  height: 90px;
  opacity: 0;
  top: 0;
}

#vacancy-modal .wpcf7-form-control-wrap {
  position: inherit !important;
}

.upload-text {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.upload-text-field {
  font-size: 12px;
  line-height: 16px;
  color: #727778;
  padding: 16px 0 0;
}

.list-machine-wrap {
  padding: 40px 0 80px;
}

.machining-data-wrap {
  padding: 0 0 40px;
}

.machining-data-wrap .machining-data-section {
  border-top: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
  padding: 80px 0;

}

.machining-data-wrap .machining-data-section .machining-data-box ul {
  padding: 32px 0 0;
}

.machining-data-wrap .machining-data-section .machining-data-box ul li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #121919;
  padding-left: 20px;
}

.machining-data-wrap .machining-data-section .machining-data-box ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #121919;
  position: absolute;
  left: 0;
  top: 12px;
}

.list-machine .table {
  min-width: 575px;
}

.list-machine .table thead {
  background-color: #0099B1;
}

.list-machine .table thead tr th {
  width: 33.33%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px;
  border: none;
}

.list-machine .table tbody tr {
  border-bottom: 1px solid #BEC1C5;
}

.list-machine .table tbody tr:last-child {
  border: none;
}

.list-machine .table tbody tr td {
  width: 33.33%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #121919;
  padding: 16px;
  border: none;
}

.list-machine .table-responsive {
  padding: 32px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding: 12px 0 0;
}

.charts-section .chart-box .chart-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0099B1;
  text-align: center;
  padding: 0 0 24px;
}

.charts-section .chart-box .apexcharts-legend-marker {
  width: 8px !important;
  height: 8px !important;
  margin-right: 6px;
}

.charts-section .chart-box .apexcharts-legend-marker svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.charts-section .chart-box .apexcharts-canvas {
  margin: 0 auto;
}

.milestone-section .milestone-tabs {
  align-items: center;
  padding: 80px 0 0;
}

.milestone-section .milestone-tabs .nav-link {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #BEC1C5;
  border: 0;
  margin: 0 0 8px;
}

.milestone-section .milestone-tabs .nav-tabs {
  border: none;
}

.milestone-section .milestone-tabs .nav-tabs .nav-link.active {
  font-size: 40px;
  line-height: 64px;
  color: #0099B1;
  gap: 16px;
}

.milestone-section .milestone-tabs .nav-tabs .nav-link img {
  display: none;
}

.milestone-section .milestone-tabs .nav-tabs .nav-link.active img {
  display: block;
}

.milestone-section .milestone-tabs .milestone-content-box .milestone-text {
  padding: 0 0 40px;
}

.milestone-section .milestone-tabs .milestone-content-box .milestone-text p {
  font-size: 24px;
  line-height: 40px;
  color: #121919;
  font-weight: 400;
}

.milestone-section-wrap .milestone-section {
  border-top: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
  padding: 80px 0;
}

.milestone-section-wrap {
  margin: 0 0 40px;
}