@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@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");

@import url("https://fonts.googleapis.com/css2?family=Gantari: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 {
  --color-red: #e70127;
  --color-red-mid: rgb(162, 0, 32);
  --color-red-dark: #66001d;

  --color-navy: #1439c7;
  --color-navy-rgb: 20, 57, 199;
  --color-navy-mid: #142e99;
}

::selection {
  background-color: var(--color-red);
  color: white;
}

.main-menu .navigation>li>ul {
  background-color: rgb(252, 252, 252);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gantari", sans-serif !important;
  /* font-family: "Quicksand", sans-serif !important; */
  /* letter-spacing: 1px !important; */
}

p,
li,
a,
div {
  font-family: "Gantari", sans-serif !important;
  /* font-family: "Poppins", sans-serif !important; */
  /* letter-spacing: 1px; */
}

.banner-section .slide-item .bg-image,
.banner-section .slide-item,
.slider-row {
  height: 100vh;
}

.banner-section .content-box {
  padding: 0 !important;
}

#slider .slider-row {
  align-items: center;
  justify-content: center;
}

.header-top {
  background-color: var(--color-navy);
}

.list-style-one li a {
  color: white;
}

.logo img {
  max-width: 250px !important;
  max-height: unset !important;
}

.main-header .header-lower .logo-box {
  padding: 15px 0;
}

.banner-section .content-box .title {
  /* font-size: 80px;
  line-height: 90px; */
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 45px;
}

.banner-section .slide-item .bg-image:before {
  background-image: none;
}

.sec-title h2 {
  line-height: 50px;
  color: var(--color-navy);
}

.list-style-one li a:hover {
  opacity: 0.7;
}

.title a {
  color: inherit;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.sec-title .sub-title,
.sec-title .sub-title:before {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

.sec-title .sub-title {
  padding: 0 25px;
}

.feature-block-six .icon {
  color: var(--color-navy);
}

.feature-block-six .inner-box:hover .icon {
  color: var(--color-red);
}

.fun-fact-section:before {
  background: rgb(var(--color-navy-rgb));
  opacity: 0.7 !important;
}

.fun-fact-section:before {
  opacity: 0.9;
}

section {
  padding: 100px 0 !important;
}

#slider,
#franchise {
  padding: 0 !important;
}

.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.counter-block svg,
.counter-block svg * {
  fill: var(--color-red);
}

.counter-block:hover svg,
.counter-block:hover svg * {
  fill: white;
}

.counter-block .count-box .count-text {
  color: white;
}

.counter-block .count-box .label {
  text-transform: lowercase;
}

.counter-block .count-box .label span {
  text-transform: uppercase;
  letter-spacing: -4px;
}

.counter-block .counter-title {
  color: white;
  opacity: 0.7;
}

.news-block .content-box {
  background-color: #f4f4f4;
}

.projects-section-two .upper-box {
  padding: 120px 0 30px;
  margin-bottom: 60px;
}

.projects-section-two .bg-image {
  max-height: 500px;
}

/* #contact {
	margin-top: -150px;
	padding-top: 250px !important;
} */

.call-to-action-two .icon-box .icon {
  background-color: var(--color-red);
}

.main-footer {
  padding-top: 0 !important;
}

.footer-bottom .inner-container {
  padding: 15px 15px;
}

.theme-btn .btn-title {
  font-weight: 500;
  font-size: 18px;
}

/* .banner-section .content-box .sub-title {
	background-color: rgba(0, 74, 135, 0.5);
} */

.why-choose-us-two::before {
  content: none;
}

figure.logo img {
  max-width: 175px !important;
}

.why-choose-us-two .image-column .image-box .image-2::before {
  background-color: var(--color-red-mid);
}

.why-choose-us-two .image-column .image-box .image-1::before {
  background-color: var(--color-navy);
}

.counter-block .icon {
  border: 2px solid white;
}

.why-choose-us-two .image-column .image-box .image-2 img,
.why-choose-us-two .image-column .image-box .image-1 img {
  height: 526px;
}

.features-column {
  z-index: 1;
}

.project-block .info-box {
  opacity: 1;
  visibility: visible;
}

#products .project-block .info-box img {
  width: 80%;
  height: 80%;
}

#products .project-block .read-more {
  width: 50px;
  height: 50px;
}

#products .project-block .info-box {
  height: 81px;
}

#products .services-carousel {
  height: auto;
}

#products .services-carousel .owl-stage {
  padding-bottom: 30px;
}

.project-block .image-box {
  margin-bottom: 1.5rem;
}

.project-block .image-box .image img {
  height: 250px;
  object-fit: cover;
}

/* #products .icon-box {
  background-color: #f1f1f1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  margin-bottom: 1.2rem;
  height: 175px;
}

#products .icon-box * {
  transition: all 0.4s ease;
}

#products .icon-box:hover {
  background-color: var(--color-navy);
}

#products .icon-box:hover img {
  filter: grayscale(1) brightness(0) invert(1);
}

#products .icon-box:hover h3 {
  color: white;
}

#products .icon-box h3 {
  font-size: 0.9rem;
  text-align: center;
  padding-inline: 5px;
}

#products .icon-box img {
  width: 70%;
  aspect-ratio: 1;
} */

.android i,
.apple i {
  font-size: 30px;
}

.android {
  margin-right: 15px;
  background-color: #2bc66f;
  /* color: black; */
}

.android::before {
  background-color: #1fb160;
}

.btn-title {
  display: flex;
  align-items: center;
}

.btn-style-one {
  padding: 15px 30px 15px 45px;
}

#franchise figure::before {
  content: "";
  background-color: rgba(0, 74, 135, 0.9);
  /* opacity: 0.9; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#franchise figure {
  background-image: url(img/franchise.jpg);
}

#franchise .sign img {
  max-width: 300px;
}

.work-section-two {
  background-color: #0f0f0f;
}

.feature-block-six .icon:after {
  position: absolute;
  left: 25px;
  top: 15px;
  height: 55px;
  width: 55px;
  opacity: 0.1;
  background-color: #004a87;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover .icon:after {
  background-color: var(--color-red);
}

.sec-title h2 {
  position: relative;
  width: fit-content;
}

.sec-title.text-center h2 {
  margin: 0 auto;
}

.sec-title.text-center h2:before,
.sec-title.text-center h2:after {
  content: "●";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--color-red);
  display: none;
}

.sec-title.text-center h2:before {
  left: -20px;
}

.sec-title.text-center h2:after {
  right: -20px;
}

.sec-title .sub-title::before,
.sec-title .sub-title::after {
  display: none;
}

.sec-title .text {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.sec-title.light .text {
  color: white;
}

.why-choose-us-two .sec-title .text {
  max-width: 750px;
}

.colored .sub-title {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1;
}

.colored .text {
  color: white !important;
  opacity: 0.9;
}

.project-block .image-box .image {
  background-color: transparent;
}

.inner-box:hover .image-box .image {
  background-color: transparent;
}

.project-block .info-box {
  background-color: var(--color-navy);
}

.project-block .info-box a {
  color: white;
  right: 10px;
}

.product-desc {
  font-size: 15px;
  color: white;
  opacity: 0.8;
  font-weight: 300;
  line-height: 120%;
}

a>.cat {
  font-size: 19px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  padding-right: 1rem;
}

#app {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

#app .bg {
  background-image: linear-gradient(to right,
      rgba(var(--color-navy-rgb), 0.8),
      rgba(var(--color-navy-rgb), 0.8)),
    url(./../img/bg3.JPG) !important;
}

#franchise {
  background-image: linear-gradient(to right,
      rgba(var(--color-navy-rgb), 0.8),
      rgba(var(--color-navy-rgb), 0.8)),
    url(./../img/img5.jpg) !important;
  background-attachment: fixed;
}

.safari #franchise,
.safari #app,
.safari #counters,
.safari #locations {
  background-attachment: unset !important;
}

#franchise .content-column {
  background-color: rgba(0, 74, 135, 0.95);
  border-radius: 30px 0 0 30px;
}

.features-section-three .title-column {
  margin-bottom: 0px;
}

.work-section-two .content-column .inner-column {
  padding-bottom: 120px;
}

#counters {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.counter-block {
  margin-bottom: 0;
}

.news-block .inner-box:hover .content-box {
  background-color: var(--color-navy);
}

.news-block .inner-box:hover .content-box>* {
  color: white;
}

.news-block .inner-box:hover .content-box .text {
  opacity: 0.8;
}

#news .cat {
  letter-spacing: 0.2px;
}

/* .main-header .info-btn i {
	background-color: var(--color-navy);
} */

.service-block .icon-box {
  background-color: rgba(221, 3, 48, 0.05);
}

.service-block .inner-box:hover .icon-box {
  background-color: rgba(0, 74, 135, 0.1);
}

.service-block .inner-box:hover .icon-box .icon {
  color: var(--color-navy);
}

.contact-section-two {
  background-color: #101010;
}

.contact-form.style-two .select2-container--default .select2-selection--single,
.contact-form.style-two input:not([type="submit"]),
.contact-form.style-two textarea,
.contact-form.style-two select {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #ffffff;
  color: #000000;
}

footer {
  background-color: black !important;
}

.contact-section-two .timing .tilte {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 120%;
  margin-bottom: 5px;
}

.contact-section-two .timing .time,
.contact-section-two .timing .time a {
  color: white;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.contact-section-two .timing .time a:hover {
  opacity: 1 !important;
  color: white;
}

.timing {
  margin-bottom: 20px;
}

.preloader:after {
  background-image: url(../img/icon.png);
  background-size: 80px;
}

.counter-block .count-box {
  color: white;
}

.banner-section .content-box .sub-title {
  background-color: var(--color-navy);
}

.preloader:before {
  font-family: "Quicksand", sans-serif !important;
  font-weight: bolder;
  font-size: 16px;
}

.main-box {
  justify-content: space-between !important;
  align-items: center;
}

.outer-box {
  display: none !important;
}

.header-style-one::before {
  min-height: 150px;
}

.why-choose-us-two .image-column .image-box .image-2 img,
.why-choose-us-two .image-column .image-box .image-1 img {
  object-fit: cover;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  z-index: 1;
}

.counter-block .icon:after {
  z-index: 0;
}

#franchise .content-column {
  background-color: transparent;
  border-radius: 0;
}

#franchise .inner-column {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#products .project-block .info-box {
  bottom: -20px;
  width: 100%;
  display: flex;
  align-items: center;
}

#products .project-block .inner-box:hover .info-box {
  bottom: 0px;
}

.icon>svg {
  z-index: 1;
  width: 55px;
}

#counters .inner:hover .icon>svg {
  fill: white;
}

.bg-pattern {
  width: 100%;
  height: calc(100vh - 40px);
  position: absolute;
  background-image: url(./images/mine/pattern.png);
  background-repeat: repeat;
  opacity: 0.5;
}

.bg-overlay {
  width: 100%;
  height: calc(100vh - 40px);
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#bg-video {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 40px);
  position: relative;
  top: 0;
  left: 0;
}

#video {
  position: relative;
}

#video .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#video .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#video .btn-box {
  width: 100%;
}

#video .btn-style-one {
  background-color: var(--color-navy);
}

#video .btn-style-one::before {
  background-color: var(--color-navy-mid);
}

#video .btn-style-one:hover::before {
  background-color: var(--color-red);
}

/* #video .btn-style-one:hover {
  background-color: var(--color-red);
}

#video .btn-style-one:hover::before {
  background-color: var(--color-red);
} */

/* #contact {
	padding-top: 300px !important;
	margin-top: -200px;
} */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .outer-box {
    display: block !important;
  }

  .bg-pattern {
    height: 100vh;
  }

  .bg-overlay {
    height: 100vh;
  }

  #bg-video {
    height: 100vh;
  }
}

@media screen and (max-width: 992px) {
  .banner-section .content-box .title {
    /* font-size: 60px;
    line-height: 70px; */
    font-size: 50px;
    line-height: 60px;
  }

  #about .inner-column {
    max-width: 580px;
    margin: auto;
    margin-top: 30px;
  }

  .features-section-three .title-column .inner-column {
    padding-right: 0px;
  }

  .sec-title {
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
  }

  #app .inner-column,
  #app .features-column {
    text-align: center;
  }

  #app .features-column img {
    max-width: 500px;
    margin-top: 50px;
    width: 100%;
  }

  #app {
    padding: 120px 0 !important;
  }

  #franchise .content-column {
    border-radius: unset;
  }

  #franchise .inner-column {
    margin: auto;
  }

  .projects-section .owl-item:nth-child(even) .project-block .inner-box {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .banner-section .content-box .title {
    /* font-size: 50px;
    line-height: 60px; */
    font-size: 40px;
    line-height: 50px;
  }

  .news-block .content-box {
    background-color: #f4f4f4;
    margin-top: -60px;
  }

  .project-block .info-box {
    /* position: unset !important;
		margin-top: -50px;
		margin-bottom: 50px; */

    min-width: unset !important;
  }

  /* .project-block .read-more {
		top: 190px;
	} */
}

@media only screen and (max-width: 599px) {
  .theme-btn {
    width: 60%;
  }

  .banner-section .content-box .sub-title {
    display: none;
  }

  #app .inner-column>a {
    margin: 5px 0;
    width: 80%;
  }

  .project-block .info-box {
    min-width: 270px !important;
  }

  /* .project-block .read-more {
		top: 170px;
	} */
}

@media screen and (max-width: 576px) {
  .banner-section .content-box .title {
    /* font-size: 45px;
    line-height: 50px; */
    font-size: 35px;
    line-height: 40px;
  }

  .banner-section .content-box .title {
    margin-bottom: 25px;
  }

  .why-choose-us-two .image-column .image-box .image-1 {
    margin-right: 5px;
  }

  .logo img {
    max-width: 200px !important;
    max-height: unset !important;
  }

  .why-choose-us-two .image-column .image-box .image-2 img,
  .why-choose-us-two .image-column .image-box .image-1 img {
    height: 350px;
  }

  .project-block .inner-box {
    position: relative;
    max-width: 380px;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .theme-btn {
    width: fit-content;
  }
}

#about .image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.project-block .read-more {
  font-size: 23px;
}

#news {
  background-color: rgb(243, 243, 243);
}

#success .feature-block-six {
  border: none;
  padding-bottom: 0;
  padding-top: 1.2rem;
}

.feature-block-six .icon {
  top: 50%;
  transform: translateY(-50%);
}

#success .feature-block-six:hover .icon {
  top: 50%;
  transform: translateY(-50%);
}

.video-box-two {
  position: relative;
}

.video-box-two img {
  border-radius: 10px;
  height: 420px;
  object-fit: cover;
}

@media (max-width: 994px) {
  .video-box-two img {
    height: auto;
  }
}

.video-box-two a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0000001a;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--color-red);
  z-index: 1;
  padding-left: 0;
  font-size: 21px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.fluid-container {
  padding-inline: 1rem;
}

#assortment {
  background-image: linear-gradient(to right,
      rgba(var(--color-navy-rgb), 0.95),
      rgba(var(--color-navy-rgb), 0.95)),
    url(./../img/bg3.JPG) !important;
  background-attachment: fixed;

  /* background-image: url(./../img/img3.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

#assortment .contact-info-block-three {
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

#assortment .contact-info-block-three .inner-box {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about .number-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

#about .number-boxes svg {
  margin-bottom: 1.5rem;
  height: 60px;
  fill: var(--color-red);
}

#about .number-boxes:hover {
  transform: translateY(-10px);
}

#about .number {
  font-size: 4rem;
  width: 90px;
  height: 90px;
  background-color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  color: white;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

#about p {
  text-align: center;
}

.values-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.count-box,
.count-box * {
  font-size: 2rem !important;
}

#success .row {
  margin-top: 5rem;
}

#success .feature-block-six .icon {
  width: 50px;
  height: 50px;
}

#success .feature-block-six .icon::after {
  display: none;
}

#success .feature-block-six .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-top: -20px;
}

#success .feature-block-six .inner-box {
  padding-left: 80px;
}

@media (max-width: 994px) {
  #success .feature-block-six .inner-box {
    padding-left: 0;
  }
}

#about .logo {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#about .logo img {
  width: 100px !important;
  height: 100px !important;
}

.iso-box {
  width: 45px;
  height: 45px;
}

.iso-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .iso-box {
    display: none;
  }
}

.navbar-collapse {
  display: flex;
  gap: 1.5rem;
}

#news {
  position: relative;
}

#news .social-icon {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

#news .hide {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(243, 243, 243);
  /* background-color: black; */
  width: 100%;
  height: 50px;
}

.btn-style-six {
  background-color: var(--color-navy);
}

.btn-style-six::before {
  background-color: var(--color-navy-mid);
}

#responsibility {
  background-color: rgb(242, 242, 242);
}

#responsibility .container {
  max-width: 1500px;
}

.team-block-two .inner-box {
  padding-right: 10px !important;
}

.team-block-two .inner-box:last-child {
  padding-right: 0 !important;
}

#locations {
  overflow-x: hidden;
  background-color: rgb(242, 242, 242);
}

#locations .info-box {
  background-color: transparent;
}

#locations ul li {
  margin-bottom: 0.5rem;
}

@media (min-width: 994px) {
  #locations .col-lg-1 * {
    width: fit-content;
  }
}

#locations ul li:hover {
  color: var(--color-red);
}

#locations h4 {
  margin-bottom: 0.5rem;
}

@media (max-width: 994px) {
  #locations h4 {
    text-align: center;
  }

  .modal.location iframe {
    height: unset !important;
    aspect-ratio: 1 !important;
  }
}

#locations ul li a {
  font-size: 1.1rem;
}

.modal.location {
  padding-inline: 1rem !important;
}

.modal.location .group {
  margin-bottom: 1.5rem;
}

.modal.location .modal-title {
  font-size: 1.7rem;
}

.modal.location h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.modal.location .modal-dialog {
  max-width: 1400px !important;
}

@media (max-width: 994px) {
  #locations ul li {
    text-align: center;
  }
}

.modal img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 1rem;
  margin-inline: auto;
}

#responsibility .team-block-two img {
  height: 240px;
  object-fit: cover;
}

#locations .service-block .inner-box .text {
  height: 90px !important;
}

#contact {
  background-color: white;
  /* background-color: rgb(224, 224, 224); */
  /* background-image: linear-gradient(to right, rgba(var(--color-navy-rgb), 0.7), rgba(var(--color-navy-rgb), 0.7)), url(../img/map.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#contact * {
  color: var(--text-color);
}

#contact .btn-title {
  color: white !important;
}

#contact .sec-title h2 {
  color: var(--color-navy);
}

#contact .timing .tilte {
  color: black;
}

#contact .form-group input,
#contact .form-group textarea,
#contact .form-group select {
  border: solid 1px rgb(210, 210, 210);
}

.team-block-two h4 {
  color: var(--color-navy);
}

#locations .info-box {
  border-radius: 14px;
  height: auto;
  padding-block: 1.5rem;
}

#locations .project-block {
  margin-bottom: 1.6rem;
}

#locations .project-block .inner-box:hover .image {
  background-color: rgb(0, 0, 0, 0.9);
  transition: all 0.3s ease;
}

#locations .hours {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: var(--color-navy-mid);
  padding: 5px 15px;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s ease;
  pointer-events: none;
}

#locations .hours p {
  color: white;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: -5px;
  font-weight: 200;
}

#locations .inner-box:hover .hours {
  right: 50%;
  transform: translateX(50%);
  border-radius: 0 0 10px 10px;
}

#locations .inner-box:hover .info-box {
  bottom: 0;
  /* left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center; */
}

#locations .info-box p {
  display: none;
}

#locations .info-box span {
  font-size: 1.15rem;
}

#locations .info-box .btn-style-one {
  padding: 12px 25px 12px 35px;
}

#locations .info-box .read-more {
  top: 0;
  right: 0;
  left: unset;
  bottom: unset;
  transform: translateY(-25%) translateX(25%);
}

#locations .service-block .title {
  font-size: 1.2rem;
  font-weight: 500;
}

#locations .service-block .text {
  margin-bottom: 1rem;
}

#locations .service-block h6 {
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

#locations .service-block .inner-box:hover .read-more i {
  background-color: var(--color-red) !important;
  color: white;
}

#locations .service-block .inner-box .read-more i {
  color: var(--color-navy);
}

#locations .service-block .inner-box {
  padding: 30px;
}

#products .info-box {
  border-radius: 15px;
}

#locations .bottom {
  display: flex;
  justify-content: space-between;
}

#locations .bottom p {
  margin-bottom: 0;
}

#locations .text {
  margin-bottom: 2rem !important;
}

#locations .hours,
.modal.location .hours {
  display: flex;
  gap: 8px;
}

#locations .hours:hover * {
  color: var(--color-red);
}

#locations .location:hover * {
  color: var(--color-red);
}

#locations .hours * {
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

#locations .location * {
  transition: all 0.3s ease;
  color: var(--text-color);
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial",
    sans-serif;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

#about .feature-block-six .inner-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding: 0.5rem;
}

#about .feature-block-six .inner-box .title {
  margin-top: 0;
  font-size: 3rem;
  width: 250px;
  min-width: 220px;
  color: var(--color-navy);
}

#about .feature-block-six .text {
  width: auto;
}

@media (max-width: 994px) {
  #about .feature-block-six .inner-box {
    display: flex;
    flex-direction: column;
  }

  #about .feature-block-six .inner-box .title {
    font-size: 2rem;
    width: 100%;
    min-width: unset;
    text-align: center;
  }

  #about .feature-block-six .text {
    text-align: center;
  }

  #about .col-lg-12 {
    padding: 0;
  }
}

#about .feature-block-six {
  padding-bottom: 25px;
  padding-top: 25px;
}

#about .feature-block-six .icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
}

#about .feature-block-six:hover .icon {
  transform: translateX(0);
}

#about .inner-column {
  padding-left: 30px !important;
}

@media (max-width: 994px) {
  #about .inner-column {
    padding-left: 0 !important;
  }
}

#about .icon::after {
  border-radius: 10px;
}

#about .icon svg,
#about .icon svg * {
  fill: var(--color-navy) !important;
}

#about .feature-block-six:hover .icon svg,
#about .feature-block-six:hover .icon svg * {
  fill: var(--color-red) !important;
}

#about .text p {
  text-align: center;
}

#about li {
  list-style: disc;
}

@media (max-width: 994px) {
  #about li {
    list-style: none;
  }
}

@media (max-width: 1200px) {
  #locations .service-block .icon-box {
    height: 210px !important;
  }
}

body:has(.modal.show) {
  overflow-y: hidden;
}

.modal-backdrop {
  z-index: -1 !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000 !important;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-content {
  height: 80vh;
  overflow: auto;
  padding: 1rem;
}

@media (max-width: 994px) {
  .modal-content {
    height: calc(95vh - 40px);
  }
}

.modal .close {
  background-color: transparent;
  font-size: 1.2rem;
}

/* For WebKit-based browsers */
.modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: var(--color-red);
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-red-dark);
}

/* For Firefox */
.modal-content {
  scrollbar-width: thin;
}

/* For all browsers */
.modal-content::-webkit-scrollbar-thumb {
  background-color: var(--color-red);
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-red-dark);
}

.modal-content::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.modal-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

.modal-content::-webkit-scrollbar-track {
  border-radius: 3px;
}

#banner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

#banner-img {
  width: 100vw;
  height: 500px;
}

#banner-img .bg-overlay,
#banner-img .container,
#banner-img .slider-row,
#banner-img .content-box {
  height: 100%;
  width: 100%;
}

#banner-img .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-img .content-box .title {
  margin-bottom: 0;
  margin-top: 25px;
}

#banner-img h1 {
  font-size: 4rem;
}

@media (max-width: 600px) {
  #banner-img h1 {
    font-size: 2.5rem;
  }
}

span.green,
strong.green {
  color: #1fb160;
}

span.red,
strong.red {
  color: var(--color-red);
}

span.blue,
strong.blue {
  color: var(--color-navy);
}

span.separate {
  letter-spacing: -5px;
}

#careers .form-content {
  position: relative;
  z-index: 5 !important;
}

#careers .form-control,
.input-text {
  height: auto;
}

.fancybox-content .fancybox-video {
  width: 100%;
  height: 98%;
}