@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --brand: #072447;
  --yellow: #F8D100;
  --bg-light-blue: #D7E9F3;
  --light-gray: rgb(250, 250, 250);
  --link-color: #1D242E;
  --heading-color: #212121;
  --dark: #101010;
  --grey: #7B7B7B;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #383939;
  --radius: .875rem;
  --white: #ffffff;
  --body-font: "Poppins", sans-serif;
  --shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  --bottom-right-clip: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0%;
  padding: 0%;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-size: 1.067rem;
  color: var(--body-text-color);
  padding-right: 0 !important;
}

b, strong {
  font-weight: 600;
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.bg-light {
  background-color: var(--light-gray) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-gradient {
  background-color: rgba(215, 233, 243, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: 0.875rem;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.text-primary {
  color: var(--brand) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.object-cover {
  object-fit: cover;
  object-position: center center;
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

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

.bg-primary-gradient {
  background: linear-gradient(#308080 0%, #004E4F 100%);
}

.bg-light-primary {
  background-color: rgba(44, 116, 116, 0.06);
}

.border-primary {
  border-color: var(--brand) !important;
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

ul {
  padding-left: 1rem;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: var(--border-radius);
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
  text-transform: uppercase;
  border: 2px solid rgba(248, 211, 0, 0.6235294118);
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-gradient {
  background: linear-gradient(#1C5351 0%, #318484);
  border: 0;
  color: var(--white);
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  background: linear-gradient(#318484 0%, #318484);
  color: var(--white);
}

.btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand) !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}
.btn-white:hover, .btn-white:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-white:hover svg, .btn-white:focus svg {
  color: var(--white);
}

.btn-light {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: var(--brand);
}
.btn-light:hover, .btn-light:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: var(--dark);
}

.shadow__cutoff .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}

.modal-open {
  padding-right: 0 !important;
}

.scroller * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
}

.scroller *::-webkit-scrollbar {
  width: 12px;
}

.scroller *::-webkit-scrollbar-track {
  background: #eee;
}

.scroller *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #eee;
}

/*------ Disc List Style ------------*/
.disc__list li {
  padding-left: 1.25rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.5rem;
  left: 0%;
  background-color: var(--brand);
  border-radius: 50%;
}
.disc__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.disc__list.lg li::before {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.65rem;
}

.title__line {
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(to right, transparent 0, transparent 2px, rgba(72, 72, 72, 0.1725490196) 2px, rgba(72, 72, 72, 0.1725490196) calc(100% - 2px), transparent calc(100% - 2px), transparent 100%);
  background-position: 2px 75%;
  background-repeat: repeat-x;
  background-size: 100% 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.title__line.no__bottom {
  background-position: 2px 75%;
}
.title__line.white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.245) 100%);
}

.title__line2 {
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(to right, rgba(245, 238, 238, 0.17) 100%);
  background-position: 0px 91%;
  background-repeat: repeat-x;
  background-size: 100% 10px;
}
.title__line2.no__bottom::before {
  height: 0.65rem;
  bottom: 0.74rem;
}
.title__line2.white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.245) 100%);
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

.pagination .page-item {
  margin: 0.2rem;
}
.pagination .page-item .page-link {
  border: 1px solid #E5E5E5;
  font-weight: 600;
  color: var(--body-text-color);
  border-radius: 0%;
  line-height: 1;
  padding: 0.75rem 0.75rem;
  min-width: 2.5rem;
  text-align: center;
}
.pagination .page-item .page-link img {
  width: 1.125rem;
}
.pagination .page-item .page-link.active {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}
.pagination .page-item.active .page-link {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

@media (max-width: 991.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 767.99px) {
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.99px) {
  html {
    font-size: 87.5%;
  }
  body {
    line-height: 1.65;
  }
  .btn {
    font-size: 0.937rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .container.mobile__full__width {
    padding-left: 0;
    padding-right: 0;
  }
}
.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 2rem;
  border: 1px solid var(--brand);
  background-color: var(--brand);
  height: 2rem;
  border-radius: 50%;
}
.social__links li a svg {
  width: 1rem;
  height: 1rem;
}
.social__links li a svg path {
  fill: var(--white);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}

.top__nav {
  background-color: var(--brand-dark);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--brand);
}

.navbar {
  z-index: 999;
  --bs-dropdown-link-active-bg: var(--brand);
}
.navbar .navbar-brand img {
  height: 3rem;
}
.navbar .nav-link {
  color: var(--white);
  font-size: 1rem;
}
.navbar .nav-link.chevron::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  background: var(--chevron-down) no-repeat center center/1.125rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
@media (min-width: 992px) {
  .navbar .nav-link.chevron::after {
    display: none;
  }
}
.navbar .nav-link:hover {
  color: var(--yellow);
}
.navbar .nav-link.active, .navbar .nav-link.show {
  color: var(--yellow);
}
.navbar .nav__btn {
  width: 3rem;
  height: 3rem;
  border: 1px solid #707070;
}
.navbar .dropdown-menu {
  z-index: 9999;
}
.navbar .dropdown-item {
  white-space: normal;
}
.navbar .dropdown-item:hover {
  background-color: var(--brand);
  color: var(--white);
}
.navbar .btn-primary .icon {
  width: 3rem;
  height: 3rem;
  background-color: #fff9cf;
}
.navbar .navbar-toggler {
  border: 1px solid var(--white);
  height: 2.25rem;
  position: relative;
  color: var(--white);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--brand);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 9999;
  }
  .navbar .dropdown .dropdown-menu .dropdown .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0%;
  }
  .navbar .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown .dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1599px) {
  .navbar .nav-link {
    font-size: 0.875rem;
  }
  .navbar .btn-yellow {
    padding: 0.5rem 1.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    font-size: 1rem;
  }
  .navbar .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0%;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    color: var(--dark);
    text-align: left;
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar .border-end {
    border-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    height: 2.5rem;
  }
}
.offcanvas-body .collapse-icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.offcanvas-body a[aria-expanded=true] .collapse-icon {
  transform: rotate(180deg);
}
.offcanvas-body .nav-link {
  font-size: 1.25rem;
}

footer {
  background-color: #484848;
  padding: 3rem 0 2rem 0;
}
footer .logo {
  height: 3rem;
}
footer .text-pink {
  color: #e55b92;
}
footer .label {
  color: #fff7d1;
}
footer a {
  text-transform: capitalize;
  font-family: var(--montserrat);
  font-size: 0.937rem;
  color: var(--white);
}
footer a:hover {
  text-decoration: underline;
  color: var(--yellow);
}
footer .form__wrap {
  border: 1px solid #fff9cf;
}
footer .form__wrap .form-control {
  background-color: transparent;
  border: 0;
  color: var(--white);
}
footer .form__wrap .btn {
  width: 3rem;
  height: 3rem;
  background-color: #fff9cf;
}
footer .icon__box {
  width: 3.5rem;
  height: 3.5rem;
}
footer .links li {
  position: relative;
}
footer .links li a {
  padding-left: 0.75rem;
}
footer .links li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
footer .copyright__wrapp {
  background-color: #600129;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  min-height: auto;
  height: 3.5rem;
  z-index: 999;
  border: 2px solid var(--white);
  display: none;
}
.backTop svg {
  width: 1.875rem;
  height: 1.875rem;
}
.backTop svg path {
  fill: var(--white);
}
.backTop:hover, .backTop:focus, .backTop:active {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 767.99px) {
  footer .logo__main {
    max-height: 6rem;
    width: auto;
  }
  footer .logo {
    max-height: 4rem;
    width: auto;
  }
}
@media (max-width: 575.99px) {
  .backTop {
    bottom: 2rem;
    right: 1rem;
  }
  .backTop svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.phone__btn {
  background-color: #81d654;
  z-index: 999;
  left: 2rem;
  bottom: 4rem;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: 0 0 0 #81d654;
  box-shadow: 0 0 0 #81d654;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.phone__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.phone__btn svg path {
  fill: var(--white);
}
.phone__btn:hover, .phone__btn:focus, .phone__btn:active {
  background-color: #65a742;
  color: var(--white);
}

.whatsapp {
  background-color: #2eb843;
  z-index: 999;
  left: 2rem;
  bottom: 5rem;
  -webkit-box-shadow: 0 0 0 #0568A8;
  box-shadow: 0 0 0 #0568A8;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  width: 4rem;
  height: 4rem;
  color: var(--white);
}
.whatsapp svg {
  width: 2rem;
  height: 2rem;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
  background-color: #149a28;
  color: var(--white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #2eb843;
    box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -moz-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@media (max-width: 576px) {
  .phone__btn {
    left: 1rem;
    bottom: 4rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .phone__btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .whatsapp {
    left: 1rem;
    bottom: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .whatsapp svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.bottom__fixed__btn {
  height: 3.5rem;
  font-size: 1.125rem;
  z-index: 999;
  border-radius: 2rem 2rem 0 0;
}
.bottom__fixed__btn:focus svg path, .bottom__fixed__btn:active svg path, .bottom__fixed__btn:hover svg path {
  fill: var(--white) !important;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  padding: 1px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.owl-nav {
  margin-top: 1.5rem;
  text-align: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
  margin: 0.25rem;
  background-color: var(--white) !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.owl-nav .owl-prev {
  background: var(--chevron-left) no-repeat center center/1.5rem !important;
  background-color: #fff !important;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #e0e0e0 !important;
}

.nav__primary .owl-nav .owl-prev, .nav__primary .owl-nav .owl-next {
  background-color: var(--brand) !important;
}
.nav__primary .owl-nav .owl-prev svg path, .nav__primary .owl-nav .owl-next svg path {
  stroke: var(--white);
}
.nav__primary .owl-nav .owl-prev:hover, .nav__primary .owl-nav .owl-next:hover {
  background-color: var(--dark) !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.scroll__margin__top {
  scroll-margin-top: 6rem;
}

.header__wrapper {
  margin-top: -5rem;
}
.header__wrapper .carousel-item {
  min-height: 100vh;
}
@media (min-width: 2000px) {
  .header__wrapper .carousel-item {
    min-height: 1000px;
  }
}
.header__wrapper .carousel-control-next, .header__wrapper .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  width: 3.5rem;
  height: 3.5rem;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__wrapper .carousel-control-next span, .header__wrapper .carousel-control-prev span {
  filter: contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg);
}
.header__wrapper .carousel-control-prev {
  left: 4%;
}
.header__wrapper .carousel-control-next {
  right: 4%;
}
.header__wrapper .btn-white:hover, .header__wrapper .btn-white:focus, .header__wrapper .btn-white:active {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
}

@media (max-width: 991px) {
  .header__wrapper .carousel-item {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    margin-top: -4rem;
  }
  .header__wrapper .carousel-control-prev,
  .header__wrapper .carousel-control-next {
    position: static !important;
  }
  .header__wrapper .arrows {
    bottom: 2rem !important;
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__wrapper .display-4 {
    font-size: calc(1.475rem + 1.7vw);
  }
}
@media (max-width: 575px) {
  .header__wrapper {
    margin-top: -3.5rem;
  }
  .header__wrapper .carousel-item {
    min-height: 450px;
    position: relative;
  }
  .header__wrapper .carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #051c5c;
    opacity: 0.2;
    z-index: 1;
  }
  .header__wrapper .carousel-item .display-5 {
    font-size: 1.5rem !important;
  }
  .header__wrapper .carousel-item .lead-sm {
    font-size: 1rem;
    line-height: 1.3;
  }
  .header__wrapper .carousel-control-next, .header__wrapper .carousel-control-prev {
    width: 3rem;
    height: 3rem;
  }
}
.curve__top__left {
  clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 30%);
  box-shadow: -17px 2px 16px rgba(33, 55, 111, 0.2941176471);
}

.curve__bottom__right {
  clip-path: polygon(100% 0, 100% 0, 100% 80%, 64% 100%, 0 100%, 0 0);
}

.aspect-1 {
  aspect-ratio: 1;
}

.counter__row > div:not(:last-child) {
  position: relative;
}
.counter__row > div:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, var(--brand), var(--white), var(--brand));
}

@media (max-width: 991px) {
  .counter__row > div:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .counter__row .fs-5 {
    font-size: 1rem !important;
  }
}
.service__card {
  transition: all 0.3s ease;
}
.service__card .title {
  min-height: 6rem;
  clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
.service__card .title a {
  color: var(--white);
}
.service__card .content ul {
  min-height: 12rem;
}
.service__card:hover {
  box-shadow: 4px 12px 23px rgba(184, 185, 185, 0.2823529412);
  transform: translateY(-5px);
}

@media (max-width: 575px) {
  .service__card .content ul {
    min-height: auto;
  }
}
.threeItemCarousel .owl-stage, .slider__item__flex .owl-stage {
  display: flex;
}
.threeItemCarousel .owl-stage .owl-item, .slider__item__flex .owl-stage .owl-item {
  display: flex;
}

.why__choose__card .icon__box {
  width: 3.5rem;
  height: 3.5rem;
}
.why__choose__card .icon__box.white_icon img {
  filter: contrast(0) brightness(10);
}
.why__choose__card .right__curve {
  width: 1rem;
  height: 1rem;
  border: 20px solid var(--brand);
  border-left-color: var(--white);
  border-top-color: var(--white);
}
.why__choose__card .right__curve.white {
  border-left-color: var(--brand);
  border-top-color: var(--brand);
  border-bottom-color: var(--white);
  border-right-color: var(--white);
}

.fiveItemCarousel .owl-stage {
  display: flex;
}
.fiveItemCarousel .owl-stage .owl-item {
  display: flex;
}

.nineItemCarousel .owl-stage {
  display: flex;
  transition: transform linear !important;
  animation: marqueeScroll 40s linear infinite;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.text-21 {
  color: #213870;
}

.industry__card {
  transition: all 0.3s ease;
  position: relative;
  z-index: 99;
}
.industry__card .caption {
  background-color: rgba(33, 55, 112, 0.5);
  clip-path: polygon(13% 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 13%);
}
.industry__card .thumbnail {
  clip-path: polygon(13% 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 13%);
}
.industry__card:hover {
  transform: translateY(-0.25rem);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.35));
}

@media (min-width: 992px) {
  .industry__card .caption {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 55, 112, 0.85);
  }
  .industry__card:hover .caption {
    opacity: 1;
    visibility: visible;
  }
}
.contact__wrapper .form-control, .contact__wrapper .form-select, .contact__wrapper .btn-yellow {
  height: 4rem;
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  border-color: var(--white);
}
.contact__wrapper .form-control::placeholder, .contact__wrapper .form-select::placeholder, .contact__wrapper .btn-yellow::placeholder {
  color: #21376F;
  opacity: 0.3;
}
.contact__wrapper .form-select {
  padding-right: 2rem;
}
.contact__wrapper textarea.form-control {
  height: auto;
}
.contact__wrapper .map__box .curve_top, .contact__wrapper .map__box .curve_bottom {
  width: 1rem;
  height: 1rem;
  border: 30px solid transparent;
  border-left-color: #051c5c;
  border-top-color: #051c5c;
  z-index: 11;
}
.contact__wrapper .map__box .curve_bottom {
  border-left-color: transparent;
  border-right-color: #051c5c;
  border-bottom-color: #051c5c;
  border-top-color: transparent;
}

@media (max-width: 768px) {
  .contact__wrapper .map__box .curve_top, .contact__wrapper .map__box .curve_bottom {
    border-width: 0px;
  }
}
.quote__modal .contact__wrapper .form-control, .quote__modal .contact__wrapper .form-select, .quote__modal .contact__wrapper .btn-yellow {
  border-color: #e4e1e1;
}

.scroll-animation {
  --sd: 30s;
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}

.scroll-animation.scroll-right-left {
  -webkit-animation: scroll var(--sd) linear infinite;
  -moz-animation: scroll var(--sd) linear infinite;
  animation: scroll var(--sd) linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scroll-animation.scroll-left-right {
  -webkit-animation: scrollLeft var(--sd) linear infinite;
  -moz-animation: scrollLeft var(--sd) linear infinite;
  animation: scrollLeft var(--sd) linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.dark__mode .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5843137255) !important;
}
.dark__mode .owl-dots .owl-dot.active {
  background-color: #ffffff !important;
}

.btn-yellow.submit-btn:hover, .btn-yellow.submit-btn:focus, .btn-yellow.submit-btn:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand);
}

.check__list li {
  padding-left: 1.7rem;
  position: relative;
}
.check__list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0%;
  background: var(--check-icon) no-repeat center center/contain;
}
.check__list.sm li {
  padding-left: 1.25rem;
}
.check__list.sm li::before {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.35rem;
}

.icon-box-wrapper .icon {
  width: 4rem;
  height: 4rem;
}

.form-control {
  border-radius: 0%;
  height: 3.5rem;
}

.subpage__header {
  margin-top: -5rem;
  padding: 12rem 0 8rem 0;
}
.subpage__header .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.816) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media (max-width: 767.99px) {
  .subpage__header {
    padding: 9rem 0 4rem 0;
    margin-top: -4rem;
  }
}
@media (max-width: 575.99px) {
  .subpage__header {
    margin-top: -3.5rem;
  }
}
.nav-pills .nav-link {
  color: var(--brand);
}
.nav-pills .nav-link.active {
  background-color: var(--brand);
  color: var(--white);
}

.processCarousel .title {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processCarousel .dot {
  width: 1.5rem;
  height: 1.5rem;
}
.processCarousel .owl-next, .processCarousel .owl-prev {
  position: absolute;
  top: -0.25rem;
  right: -4rem;
}
.processCarousel .owl-prev {
  left: -4rem;
  right: auto;
}
.processCarousel .why__choose__card__parent {
  position: relative;
  clip-path: var(--bottom-right-clip);
}
.processCarousel .why__choose__card__parent .why__choose__card {
  min-height: 232px;
}
@media (max-width: 1399px) {
  .processCarousel .why__choose__card__parent .why__choose__card {
    min-height: 180px;
  }
}
@media (max-width: 991px) {
  .processCarousel .owl-next, .processCarousel .owl-prev {
    position: static;
  }
}

.process__line {
  height: 2px;
  top: 5.25rem;
  width: 120%;
  left: -10%;
}

.testing__wrapper .testing__switch__tabs .btn {
  color: var(--brand);
  font-size: 1rem;
}
.testing__wrapper .testing__switch__tabs .btn.active {
  background-color: var(--brand);
  color: var(--white);
}
@media (max-width: 575px) {
  .testing__wrapper .testing__switch__tabs .btn {
    padding: 0.5rem !important;
    text-align: center !important;
    font-size: 12px;
  }
}
.testing__wrapper .testing__card {
  transition: all 0.3s ease-in-out;
  min-height: 13rem;
}
.testing__wrapper .testing__card .content {
  background-color: #707070;
  position: relative;
  clip-path: var(--bottom-right-clip);
}
.testing__wrapper .testing__card .content::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fafafa;
  clip-path: var(--bottom-right-clip);
}
.testing__wrapper .testing__card:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.12));
}
.testing__wrapper .threeItemTestingCarousel {
  margin-top: -0.5rem;
}
@media (max-width: 991px) {
  .testing__wrapper .threeItemTestingCarousel .owl-nav {
    position: static;
  }
}

.bg-light-gradient {
  background: linear-gradient(to right, rgba(5, 171, 237, 0.06), rgba(86, 88, 170, 0.06), rgba(0, 0, 0, 0.06));
}

.why__choose__card.curve__right {
  clip-path: var(--bottom-right-clip);
}
.why__choose__card.curve__right svg {
  width: 4rem;
  height: 4rem;
  fill: var(--white);
}

.variety__card {
  position: relative;
  background-color: #F3F9FD;
}
.variety__card::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 55, 111, 0.12);
}
.variety__card .title {
  color: #383939;
}
.variety__card:hover {
  box-shadow: var(--shadow);
}

.accordion .accordion-button {
  color: var(--brand);
}

.slider__nav__top .owl-nav {
  position: absolute;
  top: -5.25rem;
  right: 0;
}

.nav__center .owl-nav .owl-prev, .nav__center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav__center .owl-nav .owl-prev {
  left: -4rem;
}
.nav__center .owl-nav .owl-next {
  right: -4rem;
}
.nav__center.inside .owl-nav .owl-prev {
  left: 1rem;
}
.nav__center.inside .owl-nav .owl-next {
  right: 1rem;
}

@media (max-width: 575px) {
  .slider__nav__top .owl-nav {
    position: static;
  }
  .nav__center .owl-nav .owl-prev, .nav__center .owl-nav .owl-next {
    position: static;
    transform: none;
  }
  .accordion .accordion-button {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
  }
}
.product__card {
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
}
.product__card .thumbnail__box::before {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
.product__card .thumbnail__box::after {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 55, 111, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
.product__card .title, .product__card .description {
  color: var(--brand);
}
.product__card:hover {
  box-shadow: var(--shadow);
  background-color: var(--brand);
  transform: translateY(-0.5rem);
}
.product__card:hover .title, .product__card:hover .description {
  color: var(--white);
}

/*------------ Motor rewinding page styles ------------*/
.process__nav__list {
  position: relative;
  border-left: 2px solid var(--white);
}
.process__nav__list li {
  position: relative;
}
.process__nav__list li a {
  color: var(--white);
}
.process__nav__list li a.active {
  font-weight: 700;
}
.process__nav__list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: -32px;
  background-color: var(--white);
  border-radius: 50%;
  outline: 3px solid var(--brand);
}

@media (min-width: 1200px) {
  #scrollBox {
    pointer-events: none;
  }
}
.motor__rewind__process__wrapper__inner {
  height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.motor__rewind__process__wrapper__inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  .motor__rewind__process__wrapper {
    height: unset;
  }
  .motor__rewind__process__wrapper__inner {
    height: unset;
  }
}
.motor__rewind__process__wrapper .vertical__line {
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .motor__rewind__process__wrapper .vertical__line {
    left: 9px !important;
    transform: none !important;
  }
}
.motor__rewind__process__wrapper .left__column, .motor__rewind__process__wrapper .right__column {
  scroll-margin-top: 80px;
  height: 650px;
}
@media (max-width: 1199px) {
  .motor__rewind__process__wrapper .left__column, .motor__rewind__process__wrapper .right__column {
    height: auto;
  }
}
.motor__rewind__process__wrapper .left__column .why__choose__card, .motor__rewind__process__wrapper .right__column .why__choose__card {
  margin-top: 7rem;
  min-height: 21rem;
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.8);
  -ms-transform: translateY(40px) scale(0.8);
  transform: translateY(40px) scale(0.8);
  -webkit-animation: fadeIn 1s ease-out forwards;
  animation: fadeIn 1s ease-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
.motor__rewind__process__wrapper .left__column .why__choose__card::before, .motor__rewind__process__wrapper .right__column .why__choose__card::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -2.12rem;
  background: var(--white);
  border-radius: 50%;
  outline: 5px solid var(--brand);
  transform: translateY(-50%);
}
@media (min-width: 1400px) {
  .motor__rewind__process__wrapper .left__column .why__choose__card .icon__box, .motor__rewind__process__wrapper .right__column .why__choose__card .icon__box {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1199px) {
  .motor__rewind__process__wrapper .left__column .why__choose__card, .motor__rewind__process__wrapper .right__column .why__choose__card {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .motor__rewind__process__wrapper .left__column .why__choose__card, .motor__rewind__process__wrapper .right__column .why__choose__card {
    margin-top: 0;
    min-height: auto;
    width: calc(100% - 2rem) !important;
    margin-left: auto;
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    -webkit-animation: none;
    animation: none;
    animation-timeline: inherit;
    animation-range: inherit;
  }
  .motor__rewind__process__wrapper .left__column .why__choose__card::before, .motor__rewind__process__wrapper .right__column .why__choose__card::before {
    left: -2rem;
    right: auto;
  }
}
.motor__rewind__process__wrapper .right__column .why__choose__card::before {
  right: unset;
  left: -2.12rem;
}
@media (max-width: 767px) {
  .motor__rewind__process__wrapper .right__column .why__choose__card::before {
    left: -2rem;
  }
}
.motor__rewind__process__wrapper .right__column .why__choose__card:nth-child(2)::before {
  top: 8rem;
}
.motor__rewind__process__wrapper.pump__gearbox .left__column, .motor__rewind__process__wrapper.pump__gearbox .right__column {
  height: auto;
}
.motor__rewind__process__wrapper.pump__gearbox .left__column .why__choose__card, .motor__rewind__process__wrapper.pump__gearbox .right__column .why__choose__card {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
  -webkit-animation: none;
  animation: none;
  animation-timeline: inherit;
  animation-range: inherit;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .rewiding__process__title {
    font-size: 2.125rem !important;
  }
}
.rewind__industry__card {
  background-color: #f4f8fc;
  box-shadow: var(--shadow);
}
.rewind__industry__card .divider {
  height: 1px;
  background: linear-gradient(to right, #f4f8fc, #747070, #f4f8fc);
  margin-bottom: 1rem;
}

.bottom__link__nav {
  background-color: #F4F8FC;
  position: sticky;
  top: 5rem;
  z-index: 99;
}
.bottom__link__nav a {
  color: var(--brand);
  font-weight: 500;
  line-height: 1.3;
  font-size: 0.937rem;
}
.bottom__link__nav a:hover {
  background-color: #e4eaf1;
}
.bottom__link__nav a.active {
  background-color: var(--brand);
  color: var(--white);
}
.bottom__link__nav .row > div:not(:last-child) {
  border-right: 1px solid var(--brand);
}

@media (max-width: 991px) {
  .bottom__link__nav .row > div:nth-child(1) a {
    border-bottom: 1px solid var(--brand);
  }
  .bottom__link__nav .row > div:nth-child(2) a {
    border-right: 1px solid var(--brand);
    border-bottom: 1px solid var(--brand);
  }
}
@media (max-width: 991px) {
  .bottom__link__nav {
    top: 4rem;
  }
}
@media (max-width: 991px) {
  .bottom__link__nav {
    top: calc(4rem - 3px);
  }
}
@media (max-width: 575px) {
  .bottom__link__nav {
    top: calc(3.65rem - 3px);
  }
}
.info__card {
  transition: all 0.3s ease-in-out;
}
.info__card .content {
  clip-path: var(--bottom-right-clip);
  background-color: #707070;
  position: relative;
}
.info__card .content::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fafafa;
  clip-path: var(--bottom-right-clip);
}
.info__card:hover {
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.135));
}

.genarators-rewinding-and-servicing .rewind__industry__card .function__box {
  min-height: 4rem;
}
.genarators-rewinding-and-servicing .rewind__industry__card .check__list {
  min-height: 11rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .genarators-rewinding-and-servicing .rewind__industry__card .title__box {
    min-height: 6rem;
    display: flex;
    align-items: center;
  }
  .genarators-rewinding-and-servicing .rewind__industry__card .function__box {
    min-height: 5.5rem;
  }
  .genarators-rewinding-and-servicing .rewind__industry__card .check__list {
    min-height: 13rem;
  }
}
.genarators-rewinding-and-servicing .component__wrapper .overlay {
  background-color: #F4F8FC;
  height: 45%;
}
@media (max-width: 767px) {
  .genarators-rewinding-and-servicing .component__wrapper .overlay {
    height: 55%;
  }
}
.genarators-rewinding-and-servicing .partner__card .thumbnail__box {
  box-shadow: 7px 6px 14px rgba(0, 0, 0, 0.2823529412);
}

.pump-gearbox-repair-services .why__choose__card {
  min-height: auto !important;
}
.pump-gearbox-repair-services .left__column .why__choose__card::before {
  top: 50%;
  transform: translateY(-50%);
}
.pump-gearbox-repair-services .right__column .why__choose__card::before {
  top: 50%;
  transform: translateY(-50%);
}
.pump-gearbox-repair-services .component__wrapper .overlay {
  background-color: #F4F8FC;
  height: 55%;
}
@media (max-width: 767px) {
  .pump-gearbox-repair-services .component__wrapper .overlay {
    height: 75%;
  }
}

.right__curve2 {
  width: 1rem;
  height: 1rem;
  border: 20px solid #21376F;
  border-left-color: var(--white);
  border-top-color: var(--white);
}

.turning__card.curve__right {
  clip-path: var(--bottom-right-clip);
  background: var(--light-gray);
}

.contact__wrapper .info__list .icon__box {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--brand);
}
.contact__wrapper .contact__page__form {
  margin-top: -12rem;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__page__form {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .contact__wrapper .contact__page__form {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.contact__wrapper .page__map__box iframe {
  height: 27rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .contact__wrapper .page__map__box iframe {
    height: 20rem;
  }
}

@media (max-width: 575px) {
  .other__industy__tabs {
    border-radius: var(--radius) !important;
    position: sticky;
    top: 4rem;
  }
  .other__industy__tabs .nav-item:nth-child(1) .nav-link {
    border-radius: var(--radius) var(--radius) 0 0 !important;
  }
  .other__industy__tabs .nav-item:nth-child(2) .nav-link {
    border-radius: 0 0 var(--radius) var(--radius) !important;
  }
}
#motor_assessment {
  padding-top: 150px;
  margin-top: -150px;
}

html[dir=rtl] .border-start {
  border-left: 0 !important;
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
html[dir=rtl] .border-start.department__box {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-right: 0;
}
html[dir=rtl] .text-start {
  text-align: right !important;
}
@media (min-width: 992px) {
  html[dir=rtl] .ps-lg-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
}/*# sourceMappingURL=style.css.map */