@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --brand: #0A14F5;
  --success: #03CA72;
  --dark: #0C111D;
  --black: #0C111D;
  --grey: #bac1b8;
  --red: #d64933;
  --bg-light: #F4F8FB;
  --link-color: #1D242E;
  --heading-color: #212121;
  --grey: #7B7B7B;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #212529;
  --radius: 1.5rem;
  --white: #ffffff;
  --body-font: "Raleway", sans-serif;
}

* {
  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-display: swap;
  line-height: 1.65;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding-right: 0 !important;
}

.fw-black {
  font-weight: 900;
}

.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(--bg-light) !important;
}

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

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

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

.bg-gradient {
  background-color: #f4fbfe !important;
}

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

.round {
  border-radius: 0.875rem;
}

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

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

.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;
}

.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);
}

.list-disc {
  padding-left: 1rem;
}
.list-disc li {
  list-style-type: disc;
}

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

.btn {
  font-weight: 600;
  font-display: swap;
  color: var(--dark);
  font-size: 1rem;
  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-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-dark {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.btn-dark:is(:hover, :focus, :active) {
  background-color: var(--brand);
  border-color: var(--brand);
}

.dropdown-backdrop {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.fixed-menu .dropdown-backdrop {
  top: 7rem;
}

.opacity-40 {
  opacity: 0.4;
}

.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;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}
.form-check-input:checked {
  background-color: #03CA72;
  border-color: #03CA72;
}

/*------ 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;
}

.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;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.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%;
  }
  .btn {
    font-size: 0.937rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .res__no__padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.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%;
  color: var(--white);
}
.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);
}

.navbar .navbar-brand img {
  max-height: 7rem;
}
.navbar .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
  color: var(--brand);
}
.navbar .nav-item .nav-link:hover .caret {
  transform: rotate(-180deg);
}
.navbar .nav-item.active .nav-link {
  color: var(--brand);
}
.navbar .nav-item.active .nav-link.btn-primary {
  color: var(--white);
  background-color: var(--dark);
}
.navbar .dropdown-toggle::after {
  border: 0;
  width: 1rem;
  height: 1rem;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
  background: var(--nav-arrow) no-repeat center center/cover;
}
.navbar .dropdown {
  -webkit-appearance: none;
}
.navbar .dropdown .dropdown-menu {
  z-index: 999;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.navbar .dropdown .dropdown-menu .link__list {
  color: var(--dark);
  opacity: 0.6;
}
.navbar .dropdown .dropdown-menu .link__list :is(:hover, :focus, :active) {
  opacity: 1;
}
.navbar .dropdown .dropdown-menu .nav-pills .nav-link {
  color: var(--white);
  opacity: 1;
}
.navbar .dropdown .dropdown-menu .nav-pills .nav-link span:last-child {
  opacity: 0.4;
}
.navbar .dropdown .dropdown-menu .nav-pills .nav-link.active {
  color: var(--dark);
  background-color: var(--white);
}
.navbar .dropdown .dropdown-menu .nav-pills .nav-link.active span:last-child {
  opacity: 1;
}
.navbar .dropdown .dropdown-menu .tab-content {
  padding-top: 2.5rem;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: var(--black);
  font-weight: 500;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item:active {
  color: var(--brand);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu .active > .dropdown-item {
  color: var(--brand);
  border-left: 0.25rem solid var(--brand);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown .nav-link.show {
  color: var(--brand);
}
.navbar .dropdown .nav-link.show.dropdown-toggle::after {
  transform: rotate(-180deg);
  background: var(--nav-arrow-colored) no-repeat center center/cover;
}
.navbar .action__btn {
  width: 3rem;
  height: 3rem;
}
.navbar .action__btn:is(:hover, :focus) {
  background-color: #eee;
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 2.875rem;
  height: 2.875rem;
  color: #fff;
  margin-left: 1rem;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--white) !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.sideNav ul.links__list li {
  position: relative;
}
.sideNav ul.links__list li a {
  display: flex;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: var(--white);
  position: relative;
  justify-content: space-between;
  align-self: center;
  font-size: 1.25rem;
}
.sideNav ul.links__list li a.btn__link::after {
  content: "+";
  font-family: inherit;
  font-size: 2rem;
  line-height: 1;
  color: var(--white);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed) {
  color: var(--white);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed)::after {
  content: "−";
  color: var(--white);
}
.sideNav ul.links__list li a.collapse__btn {
  border-left: 1px solid #eee;
}
.sideNav ul.links__list li a:hover, .sideNav ul.links__list li a:focus, .sideNav ul.links__list li a:active {
  color: var(--white);
}
.sideNav ul.links__list li .collapse .accordion .accordion-button.white__icon::after {
  background-image: var(--acc-white-chevron);
}
.sideNav ul.links__list li .collapse .link__list a {
  color: var(--dark);
  opacity: 0.4;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
.sideNav ul.links__list li .collapse .link__list a:is(:hover, :focus, :active) {
  opacity: 1;
}
.sideNav ul.links__list li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0470588235), rgba(255, 255, 255, 0.3843137255), rgba(255, 255, 255, 0.0392156863));
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.sideNav .offcanvas__footer .language {
  height: 3rem;
  width: 10rem;
}
.sideNav .offcanvas__footer .social__links {
  justify-content: center !important;
}
.sideNav .offcanvas__footer .social__links li a {
  width: 3rem;
  height: 3rem;
  background-color: var(--brand);
  border-color: var(--brand);
}
.sideNav .offcanvas__footer .social__links li a svg {
  width: 1.25rem;
  height: 1.25rem;
}

.offcanvas {
  --bs-offcanvas-width: 550px;
}
.offcanvas .form-control, .offcanvas .form-select {
  border-color: #EBEBEB;
  background-color: #F7F8F9;
  height: 3rem;
  padding: 0.5rem 1.25rem;
}
.offcanvas .iti {
  width: 100%;
}
.offcanvas .nav-pills .nav-link.active {
  background-color: var(--brand);
  color: var(--white);
}

@media (max-width: 991px) {
  .navbar .navbar-brand img {
    max-height: 5rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .top__nav .fs-4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 3rem;
    width: auto;
  }
  .top__nav .fs-4 {
    font-size: 0.75rem !important;
  }
}
footer {
  background-color: var(--dark);
  padding: 4rem 0 2rem 0;
}
footer a {
  color: var(--white);
  text-transform: capitalize;
  font-size: 0.937rem;
}
footer a:hover {
  text-decoration: underline;
  color: var(--brand);
}
footer .divider {
  width: 40%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 1rem;
}
footer .icon__box {
  width: 2rem;
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
footer .copyright__wrapp {
  border-top: 1px solid var(--border-color);
}

/*---------------------- 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: 11rem;
  width: 4rem;
  height: 4rem;
}
.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: 7rem;
    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;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !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;
}

.header__wrapper .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .header__wrapper {
    background-color: var(--bg-light);
  }
}
@media (max-width: 991px) {
  .header__wrapper .nav-pills .nav-link {
    font-size: 0.75rem;
  }
  .header__wrapper .tab-pane img {
    max-height: 3rem;
    width: auto;
  }
}
.nav-pills .nav-link {
  border: 1px solid var(--dark);
  color: var(--dark);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-link.active {
  color: var(--dark);
  opacity: 1;
  background-color: transparent;
}

.service__card {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #E6ECF1;
  border-radius: var(--radius);
}
.service__card .thumbnail {
  border-radius: var(--radius) var(--radius) 0 0;
}
.service__card .thumbnail img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service__card .btn-outline-dark {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.service__card:hover {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1960784314);
}
.service__card:hover .thumbnail img {
  transform: scale(1.1);
}

.service__nav {
  width: 1160px;
}
.service__nav .nav-link.active {
  background-color: var(--dark);
  font-weight: 800 !important;
  color: var(--white);
}

@media (max-width: 575px) {
  .service__nav {
    width: 1015px;
  }
}
.boxshadow__cutof .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}

.why__choose__us {
  background-color: #F9F9F9;
  border-radius: var(--radius);
  margin-top: 3rem;
}
.why__choose__us .icon__box {
  width: 6.75rem;
  height: 6.75rem;
  background-color: var(--success);
  border: 10px solid #F3F4F5;
  top: -3rem;
}
.why__choose__us .icon__box img {
  height: 2rem;
  width: auto;
}
.why__choose__us:hover {
  background-color: #F3F4F5;
}

.whyChooseCarousel .owl-dots .owl-dot.active {
  background-color: var(--success) !important;
}

.popular__equipment__tabs .nav-pills .nav-link {
  position: relative;
  border: 0;
  border-bottom: 1px solid transparent !important;
  border-radius: 0% !important;
  color: var(--white);
}
.popular__equipment__tabs .nav-pills .nav-link.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}
.popular__equipment__tabs .nav-pills .nav-link.active::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark-nav-active-line) no-repeat center center/contain;
  background-color: var(--dark);
  max-width: 120px;
}
.popular__equipment__tabs .nav-pills::after {
  content: "";
  width: calc(100% + 8rem);
  height: 1px;
  background: var(--white);
  opacity: 0.1;
  position: absolute;
  bottom: 0%;
  left: -4rem;
}

.location__card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.location__card .thumbnail:hover img {
  transform: scale(1.1) translateY(-0.5rem);
}
.location__card:hover {
  border-color: var(--dark);
}

.locationCarousel .owl-nav {
  position: absolute;
  top: -3rem;
  left: 0;
}
.locationCarousel .owl-nav button {
  margin-right: 1rem;
}
.locationCarousel .owl-nav button.disabled {
  opacity: 0.15;
}

.testi__card {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #F2F5FA;
}
.testi__card .author__thumbnail {
  width: 5rem;
  height: 5rem;
}

.testimonailCarousel .owl-nav {
  text-align: center;
  padding-top: 1rem;
}
.testimonailCarousel .owl-nav button {
  margin: 1rem;
}
.testimonailCarousel .owl-nav button.disabled {
  opacity: 0.15;
}

.blog__card .category {
  color: var(--success);
}
.blog__card .category:is(:hover, :active, :focus) {
  color: var(--dark);
  text-decoration: underline;
}
.blog__card .title a:is(:hover, :active, :focus) {
  color: var(--success);
  text-decoration: underline;
}
.blog__card .thumbnail img {
  aspect-ratio: 16/12;
  object-fit: cover;
}

.blog__white__btn {
  border: 2px solid var(--white);
}
.blog__white__btn:is(:hover, :active, :focus) {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: var(--dark);
}

@media (min-width: 1400px) {
  .blog__card {
    padding: 2rem !important;
  }
}
.fleet__card .hover_content {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0509803922);
  overflow-y: auto;
}
.fleet__card .hover_content img {
  aspect-ratio: 3/2;
  border-radius: var(--radius) var(--radius) 0 0;
  max-height: 240px;
}
.fleet__card .hover_content .btn-outline-dark {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

@media (min-width: 1200px) {
  .fleet__card {
    transition: all 0.4s;
    flex: auto auto 1;
  }
  .fleet__card .main__thumbnail {
    height: 550px;
  }
  .fleet__card:hover {
    flex: 40% 0 0;
  }
  .fleet__card .hover_content {
    opacity: 0;
    visibility: hidden;
  }
  .fleet__card:hover .hover_content {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .fleet__card {
    flex: 50% 0 0;
    margin-bottom: 1rem;
  }
  .fleet__card .hover_content {
    position: static !important;
  }
}
.breadcrumb {
  --bs-breadcrumb-divider-color: var(--white);
  font-size: 1.125rem;
}
.breadcrumb a {
  color: var(--white);
  opacity: 0.75;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb .active {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}
.breadcrumb.dark {
  --bs-breadcrumb-divider-color: rgba(12, 17, 29, 0.4);
}
.breadcrumb.dark a {
  color: var(--dark);
  opacity: 0.75;
}
.breadcrumb.dark a:hover {
  opacity: 1;
}
.breadcrumb.dark .active {
  color: var(--dark);
}

#galleryCarousel .carousel-indicators [data-bs-target] {
  text-indent: inherit;
}

.detail__box__btns .btn {
  min-width: 13.875rem;
}

@media (max-width: 575px) {
  .detail__box__btns .btn {
    min-width: auto;
    width: calc(50% - 1rem);
  }
}
.contact__form__wrapper .form-select, .contact__form__wrapper .form-control {
  border-radius: 0.45rem;
  height: 3.75rem;
  border: 1px solid #c1c1c1;
  padding-left: 1rem;
  font-size: 1.125rem;
  color: var(--dark);
  font-family: var(--body-font);
  font-weight: 600;
}
.contact__form__wrapper .form-select:hover, .contact__form__wrapper .form-select:focus, .contact__form__wrapper .form-control:hover, .contact__form__wrapper .form-control:focus {
  border-color: var(--dark);
}
.contact__form__wrapper .main__content {
  padding-bottom: 5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */