html {
  font-size: 100% !important;
}
/* Default  */
/* hide number type input up down arrow Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*for autofilled yellow color bg*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
input.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill,
select.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* hide number type input up down arrow Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* placeholder styling */
::placeholder {
  color: #b2b2b2;
  font-size: 0.75rem;
  font-weight: 600;
}
img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
/* Theme Helper */
.pm-0 p {
  margin-bottom: 0px;
}
.pm-1 p {
  margin-bottom: 0.75rem;
}
.pml-0 p:last-child {
  margin-bottom: 0px;
}
.text-truncate-two-line,
.text-truncate-three-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-three-line {
  -webkit-line-clamp: 3;
}
.no-focus:focus,
.no-focus {
  outline-color: transparent !important;
  box-shadow: none !important;
}
.caret-none:after {
  display: none;
}
.rounded-10 {
  border-radius: 0.625rem !important;
}

.rounded-top-10 {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}
.rounded-20 {
  border-radius: 1.25rem !important;
}

.rounded-top-20 {
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}
.rounded-bottom-right-48 {
  border-bottom-right-radius: 3rem;
}
.rounded-bottom-right-90 {
  border-bottom-right-radius: 5.625rem;
}
.top-20 {
  top: 20%;
}
.top-30 {
  top: 30%;
}
.top-55 {
  top: 55%;
}
.top-65 {
  top: 65%;
}
.top-80 {
  top: 80%;
}
.top-85 {
  top: 85%;
}
.top-90 {
  top: 90%;
}
.top-9 {
  top: 9rem;
}
.top-15r {
  top: 15rem;
}
.start-65 {
  left: 65%;
}
.bottom-16 {
  bottom: 1rem !important;
}
.w-60 {
  width: 3.75rem;
}
.w-95 {
  width: 5.93rem;
}
.h-60 {
  height: 3.75rem;
}
.h-95 {
  height: 5.93rem;
}
.h-140 {
  height: 8.75rem;
}
.bg-opacity-2 {
  --bs-bg-opacity: 0.02;
}
.text-shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.card-shadow {
  box-shadow: 0px 8px 1px 0px #0000001a;
}
.product_box .card-shadow {cursor:pointer}
.product_box .card-shadow:hover{background:#b2e27d !important}
.card-sm-shadow {
  box-shadow: 0px 1px 1px 0px #0000001a;
}
.animate {
  transition: all 0.3s ease-out 0s;
}
.hover-scale-img:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.hover-scale-img img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
}
.learn-more-link i {
  transition: transform 0.3s ease;
}
.learn-more-link:hover i {
  transform: translateX(5px);
}
.video-icon-animation:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  animation: radialanimation 2.2s cubic-bezier(0, 1.04, 0.54, 1) infinite;
  -webkit-animation: radialanimation 2.2s cubic-bezier(0, 1.04, 0.54, 1)
    infinite;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(242, 201, 76, 0) 40.62%,
    rgba(255, 255, 255, 0.9) 100%
  );
  height: 80px;
  width: 80px;
  border-radius: 100%;
}
.btn:focus {
  outline-color: transparent !important;
  box-shadow: none !important;
}
.form-control {
  color: #000;
  padding: 0.66rem 1.5rem;
  border-radius: 50rem;
}
.form-select {
  color: #000;
  padding: 0.66rem 1.75rem 0.66rem 1.5rem;
  border-radius: 50rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
textarea.form-control {
  min-height: 7.5rem;
  border-radius: 1.25rem;
  resize: none;
}
.modal-header .btn-close {
  
  background-color: #ddd;
  color: #000;
  opacity: 1;
  line-height: 1;
}
.was-validated .form-control:optional:valid,
.was-validated .form-select:optional:valid {
  box-shadow: none !important;
}
.was-validated .form-control:optional:invalid,
.was-validated .form-select:optional:invalid {
  box-shadow: none !important;
}
.was-validated .form-control:optional:valid,
.was-validated .form-control:optional:invalid {
  background-image: none !important;
}
.was-validated .form-select:optional:valid,
.was-validated .form-select:optional:invalid {
  --bs-form-select-bg-icon: none !important;
}
@-webkit-keyframes radialanimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
    transform: translate3d(-50%, -50%, 0) scale(0.1);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes radialanimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
    transform: translate3d(-50%, -50%, 0) scale(0.1);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
/* BG Classsss */
.bg-light-blue {
  background-color: #f4fbfd;
}
/* Font Size*/
.fs-10 {
  font-size: 0.625rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8215rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-48 {
  font-size: 3rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.fs-72 {
  font-size: 4.5rem;
}
.fs-100 {
  font-size: 6.25rem;
}
.fs-126 {
  font-size: 7.875rem;
}

/* Font Weight*/
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-900 {
  font-weight: 900;
}
i.bi.fw-600::before {
  font-weight: 600 !important;
}
i.bi.fw-bold::before {
  font-weight: 700 !important;
}

.text-blue {
  color: var(--bs-blue);
}
/* Swiper */
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
}
.swiper-controls .swiper-button-next:after,
.swiper-controls .swiper-button-prev:after {
  font-size: 1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.313rem;
  height: 0.313rem;
  opacity: 1;
  border-radius: 50%;
  transition: width 0.3s ease, border-radius 0.3s ease, transform 0.3s ease;
  background-color: rgba(var(--bs-black-rgb), 0.4);
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 50rem;
  transform: scale(1.1);
  background-color: var(--bs-primary);
}
.autoplay-swiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.top-progress-wrap {
  right: 1rem;
  bottom: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  box-shadow: inset 0 0 0 0px rgba(var(--bs-primary-rgb));
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.top-progress-wrap.top-active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-progress-wrap::after {
  position: absolute;
  top: 0;
  font-family: "bootstrap-icons";
  content: "\F145";
  font-size: 1.5rem;
  font-weight: 600;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.top-progress-wrap svg path {
  fill: none;
}
.top-progress-wrap svg.top-progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.top-active-progress.top-progress-wrap::after {
  color: var(--bs-primary);
}
.top-active-progress.top-progress-wrap svg.top-progress-circle path {
  stroke: var(--bs-primary);
  stroke-width: 10;
}
.footer-social-links a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
  text-decoration: none;
}
.footer-social-links i {
  position: relative;
  transition: 0.5s;
  z-index: 3;
}

.footer-social-links a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

.footer-social-links a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 2;
}

.footer-social-links a:hover:before {
  top: 0;
}
/* Header Shadow */
.site-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
/* Logo Shrink Animation */
.logo img {
  height: 60px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
.logo img.shrink {
  height: 30px;
}

.navbar .navbar-nav.top-nav-links .nav-link {
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
  background-color: transparent;
  --bs-text-opacity: 0.6;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0rem;
}
.navbar .navbar-nav.top-nav-links .nav-link:hover {
  --bs-text-opacity: 1;
}
.navbar .navbar-nav.main-nav-links .nav-link {
  color: var(--bs-black);
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0rem;
  position: relative;
}
.navbar .navbar-nav.main-nav-links .nav-link:hover,
.navbar .navbar-nav.main-nav-links .nav-link.active {
  color: var(--bs-primary);
}
.site-content {
  padding-top: 107px;
}
.gutter-space {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.hero-swiper-text {
  padding-bottom: 8.75rem;
}
.hero-swiper-text h1,
.hero-swiper-text ul,
.hero-swiper-text ul li a {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.hero-swiper-text ul li a {
  transform: translateX(-1.875rem);
}

.hero-swiper-text.animate-in h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.hero-swiper-text.animate-in ul {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.hero-swiper-text.animate-in ul li:nth-child(1) a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.hero-swiper-text.animate-in ul li:nth-child(2) a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

.hero-swiper-text.animate-in ul li:nth-child(3) a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.hero-swiper-overlay {
  opacity: 0;
  transform: scale(1);
  filter: blur(0.0625rem);
  transition: all 1.5s ease;
  background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
}

.swiper-slide-active .hero-swiper-overlay {
  opacity: 1;
  transform: scale(1.1);
  filter: blur(0);
}
.hero-swiper-warpper {
  min-height: 350px;
  height: 50vh;
}
.hero-swiper-warpper img {
  transform: scale(1);
  filter: blur(0.0625rem);
  transition: all 1.5s ease;
}

.swiper-slide-active .hero-swiper-warpper img {
  transform: scale(1.1);
  filter: blur(0);
}
.hero-swiper-controls {
  bottom: 3.875rem;
  transform: translateX(-50%);
  z-index: 11;
  left: 50%;
}
.hero-swiper-pagination {
  bottom: 2.125rem !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.doctor-card:hover {
  transform: translateY(-10px);
}
.doctor-card:hover img {
  transform: scale(1.1);
}
.hero-inner {
  min-height: 350px;
  height: 50vh;
}
.hero-inner-warpper img {
  transform: scale(1);
  filter: blur(1px);
  transition: all 1.5s ease;
}
.hero-inner-warpper {
  height: 100%;
}
.hero-inner.animate-in .hero-inner-warpper img {
  transform: scale(1.1);
  filter: blur(0);
}

.inner-banner-overlay {
  opacity: 0;
  transform: scale(1);
  filter: blur(1px);
  transition: all 1.5s ease;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
}

.hero-inner.animate-in .inner-banner-overlay {
  opacity: 1;
  transform: scale(1.1);
  filter: blur(0);
}
.hero-inner-text h1,
.hero-inner-text h2,
.hero-inner-text p,
.hero-inner-text ul,
.hero-inner-text ul li a {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.hero-inner-text ul li a {
  transform: translateX(-1.875rem);
}

.hero-inner.animate-in .hero-inner-text h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.hero-inner.animate-in .hero-inner-text h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.hero-inner.animate-in .hero-inner-text p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.hero-inner.animate-in .hero-inner-text ul {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.hero-inner.animate-in .hero-inner-text ul li:nth-child(1) a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}

.hero-inner.animate-in .hero-inner-text ul li:nth-child(2) a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}

.pill-slider {
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0;
  transition: all 0.3s ease;
}

.tab-nav .nav-link {
  position: relative;
  z-index: 1;
  color: #000;
  transition: color 0.3s ease;
}

.tab-nav .nav-link.active {
  color: #fff;
}
.map-overlay {
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 0) 25.55%,
    #444444 100%
  );
}
.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
/* Footer */
.footer-links .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.35rem 0;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
  --bs-text-opacity: 1;
}
.footer-links .nav-item .nav-link:hover {
  --bs-text-opacity: 0.75;
}
.footer-sublinks .menu.nav.flex-column {
  flex-direction: row !important;
  justify-content: center;
}
.footer-sublinks ul li {
  border-right: 2px solid #fff;
  line-height: 1;
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  display: inline-flex;
}
.footer-sublinks ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.footer-sublinks .nav-link {
  padding: 0;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
  --bs-text-opacity: 1;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
}
.footer-sublinks .nav-link:hover,
.footer-sublinks .nav-link:focus {
  background-color: transparent;
  --bs-text-opacity: 0.75;
}

/* .zigzag-steps li::after {
  content: "";
  position: absolute;
  top: 2.96875rem;
  left: 0;
  width: calc(100% - 4px);
  border-bottom: 2px dashed #444;
  z-index: -1;
}

.zigzag-steps li:first-child::after {
  width: calc(50% - 4px);
  left: 50%;
}

.zigzag-steps li:last-child:nth-child(3n)::after,
.zigzag-steps li:last-child:nth-child(3n + 1)::after {
  width: calc(50% - 4px);
}
.zigzag-steps li:last-child:nth-child(3n + 2)::after {
  width: calc(100% - 4px);
}

.zigzag-steps li:nth-child(odd):not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: calc(100% + 1.594rem);
  top: 2.96875rem;
  left: 100%;
  border: 2px dashed #444;
  border-left: none;
  border-radius: 0 1.25rem 1.25rem 0;
  z-index: -1;
}
.zigzag-steps li:nth-child(even):not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: calc(100% + 1.594rem);
  top: 2.96875rem;
  right: 100%;
  border: 2px dashed #444;
  border-right: none;
  border-radius: 1.25rem 0 0 1.25rem;
  z-index: -1;
} */
.technology-item {
  width: 20.875rem;
  height: 20.875rem;
}
.technology-item-space {
  padding: 3rem;
}
.technology-item-img {
  width: 2.875rem;
  height: 2.875rem;
}
.technology-item-space:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  animation: rotateIt 250s linear infinite;
  --bs-border-opacity: 0.5;
  border: 2px dashed rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
/* Pulse animation on logo container */
.technology-item-space:last-child .bg-primary {
  animation: smoothPulse 5s ease-in-out infinite;
  transform-origin: center;
  z-index: 1;
}
.technology-item-space:last-child .bg-primary::before,
.technology-item-space:last-child .bg-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  pointer-events: none;
  z-index: 0;
  animation: wave 3s ease-out infinite;
  opacity: 0;
  box-shadow: 0 0 15px rgba(0, 126, 152, 0.5);
}
.technology-item-space:last-child .bg-primary::after {
  animation-delay: 2s;
}
.circle-animate {
  position: relative;
  display: inline-block;
}

.circle-animate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  transform: translate(-50%, -50%) scale(0.6);
  border: 3px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: drawCircle 0.6s ease-out forwards;
  z-index: 1;
}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: url("../images/home-chairman-speech.jpg") center center / cover
    no-repeat fixed;
  z-index: 0;
}
.chairman-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.chairman-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}
.full-col-1,
.full-col-2 {
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}
/* Animation */
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
/* Draw Circle */
@keyframes drawCircle {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
/* Animated wave ring with soft glowing shadow */
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.4;
    box-shadow: 0 0 15px rgba(45, 124, 51, 0.3);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 25px rgba(45, 124, 51, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    box-shadow: 0 0 35px rgba(45, 124, 51, 0.1);
  }
}
.breadcrumb-img {
  background-color: rgba(45, 124, 51, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.breadcrumb-sm {
  background: linear-gradient(
    290.53deg,
    #e3f0f9 0.17%,
    #ddeefa 65.65%,
    #a5daff 100.91%
  );
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .hero-swiper-overlay {
    background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 0%,
      #000000 100%
    );
  }
  .hero-swiper-text {
    padding-bottom: 5rem;
  }
  .hero-swiper-controls {
    bottom: 1.875rem;
    left: inherit;
    right: 0;
  }
  .technology-item {
    width: 32rem;
    height: 32rem;
  }
  .technology-item-space {
    padding: 3.875rem;
  }
  .technology-item-img {
    width: 3.375rem;
    height: 3.375rem;
  }
  .chairman-photo {
    width: 200px;
    height: 200px;
    padding: 8px;
  }
  .full-col-1,
  .full-col-2 {
    max-width: 540px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
 
}
@media (min-width: 768px) {
  .text-md-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  }
  .bg-md-light-blue {
    background-color: #f4fbfd !important;
  }
  .bg-md-e4 {
    background-color: #e4e3e1 !important;
  }
  .text-md-44 {
    color: #444 !important;
  }
  .inner-banner-overlay {
    background: linear-gradient(180deg, rgba(0, 79, 184, 0) 0%, #000000 100%);
  }
  .footer-sublinks .menu.nav.flex-column {
    justify-content: end;
  }
  .force-show {
    display: block !important;
  }
  .force-hide {
    display: none !important;
  }
  /* .zigzag-steps li:nth-child(odd)::before,
  .zigzag-steps li:nth-child(even)::before {
    content: none !important;
  }
  .zigzag-steps li:nth-child(6n - 3):not(:nth-last-child(-n + 3))::before {
    content: "" !important;
    position: absolute;
    width: 1.5rem;
    height: calc(100% + 1.594rem);
    top: 2.96875rem;
    left: 100%;
    border: 2px dashed #444;
    border-left: none;
    border-radius: 0 1.25rem 1.25rem 0;
    z-index: -1;
  }
  .zigzag-steps li:nth-child(6n - 2):not(:nth-last-child(-n + 3))::before {
    content: "" !important;
    position: absolute;
    width: 1.5rem;
    height: calc(100% + 1.594rem);
    top: 2.96875rem;
    right: 100%;
    border: 2px dashed #444;
    border-right: none;
    border-radius: 1.25rem 0 0 1.25rem;
    z-index: -1;
  } */
  .technology-item {
    width: 35rem;
    height: 35rem;
  }
  .technology-item-space {
    padding: 4.875rem;
  }
  .technology-item-img {
    width: 4.375rem;
    height: 4.375rem;
  }
  .full-col-1,
  .full-col-2 {
    max-width: 720px;
  }
  
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  /* Font LG Size*/
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-22 {
    font-size: 1.375rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fs-lg-26 {
    font-size: 1.625rem;
  }
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fs-lg-38 {
    font-size: 2.375rem;
  }
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fs-lg-52 {
    font-size: 3.25rem;
  }
  .fs-lg-60 {
    font-size: 3.75rem;
  }
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .breadcrumb-img {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .breadcrumb-sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  /* Top Strip Animation */
  .top-strp {
    width: calc(100% - 150px);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    z-index: 1040;
  }
  .top-strp.short {
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
  }
  /* .navbar .offcanvas {
    margin-top: calc(2rem - 0.6px);
    transition: margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  } */
  .site-header.scrolled .navbar .offcanvas {
    margin-top: 0;
  }
  .main-nav-links .nav-item {
    margin-left: 1.5rem;
  }
  .navbar .navbar-nav.top-nav-links .nav-link {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    font-weight: 600;
  }
  .navbar .navbar-nav.main-nav-links .nav-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.5rem;
    font-weight: 700;
  }
  .navbar .navbar-nav.main-nav-links .nav-link:before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
    margin: auto;
  }
  .navbar .navbar-nav.main-nav-links .nav-link:hover:before,
  .navbar .navbar-nav.main-nav-links .nav-link.active:before,
  .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    visibility: visible;
    width: 30px;
  }
  .header-search {
    width: 10.125rem;
  }
  .site-content {
    padding-top: 92px;
  }
  .product-swiper .swiper-slide {
    width: 33.33333333%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: calc((100% - 960px) / 2 - 1rem);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: calc((100% - 960px) / 2 - 1rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-prev,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-next {
    left: calc((100% - 960px) / 2 - -3.75rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-next,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-prev {
    right: calc((100% - 960px) / 2 - -3.75rem);
  }
  /* .zigzag-steps li:nth-child(6n - 3):not(:nth-last-child(-n + 3))::before {
    height: calc(100% + 3.09375rem);
  }
  .zigzag-steps li:nth-child(6n - 2):not(:nth-last-child(-n + 3))::before {
    height: calc(100% + 3.09375rem);
  } */
  .parallax-bg {
    height: 50%;
  }
  .full-col-1 {
    max-width: 480px;
    float: right;
  }
  .full-col-2 {
    max-width: 480px;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* Font XL Size*/
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  /* Top Strip Animation */
  .top-strp {
    width: calc(100% - 250px);
  }
  .logo img {
    height: 80px;
  }
  .logo img.shrink {
    height: 40px;
  }
  .navbar .navbar-nav.top-nav-links .nav-link {
    font-size: 0.875rem;
  }
  .navbar .navbar-nav.main-nav-links .nav-link {
    font-size: 1rem;
  }
  .header-search {
    width: 13.125rem;
  }
  .site-content {
    padding-top: 112px;
  }
  .hero-swiper-warpper {
    height: calc(100vh - 130px);
  }
  .hero-inner {
    height: calc(100vh - 92px);
  }
  .product-swiper .swiper-slide {
    width: 25%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: calc((100% - 1140px) / 2 - 2.25rem);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: calc((100% - 1140px) / 2 - 2.25rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-prev,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-next {
    left: calc((100% - 1140px) / 2 - -3.75rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-next,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-prev {
    right: calc((100% - 1140px) / 2 - -3.75rem);
  }
  .technology-item {
    width: 33rem;
    height: 33rem;
  }
  .full-col-1 {
    max-width: 570px;
  }
  .full-col-2 {
    max-width: 570px;
  }
}
@media (min-width: 1400px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: calc((100% - 1320px) / 2 - 2.25rem);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: calc((100% - 1320px) / 2 - 2.25rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-prev,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-next {
    left: calc((100% - 1320px) / 2 - -3.75rem);
  }
  .leadership-swiper + .swiper-controls .swiper-button-next,
  .leadership-swiper + .swiper-controls .swiper-rtl .swiper-button-prev {
    right: calc((100% - 1320px) / 2 - -3.75rem);
  }
  .technology-item {
    width: 35rem;
    height: 35rem;
  }
  .full-col-1 {
    max-width: 660px;
  }
  .full-col-2 {
    max-width: 660px;
  }
}

@media (min-width: 992px) { /* Desktop only */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Arrow alignment */
    .dropdown-submenu > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
    }
}
#aboutus,#values,#visionm,#team {scroll-margin-top:5rem}