/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL:www.boo-code.com 
    :: Version: 1.0
    :: Created: 10 2023
    :: Last Updated: 10 2023
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: unset;
}

.section-padding {
  padding: 5rem 0;
}

.mainTitle {
  font-size: 2.5rem;
  font-weight: 600;
  color: #006d5b;
  text-align: start;
  margin-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
}
.mainTitle::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 10rem;
  height: 0.4rem;
  background: #d4af37;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #343434;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.navbar {
  border-top: 0.8rem solid #006d5b;
  background: #fff;
  height: 105px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 9px #ccc;
}
.navbar .logo {
  height: 8rem;
  width: 8rem;
  padding: 0.5rem 1.4rem;
  background: #fff;
  border-radius: 50%;
  margin-top: 2.5rem;
  border-bottom: 2px solid #eee;
}
.navbar .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .navbar-nav {
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #d4af37;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #006d5b;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #006d5b;
}

.about .vision-card {
  background: #ffffff;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.about .vision-card h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 1rem;
}
.about .vision-card p {
  width: 75%;
  margin-bottom: 0;
}
.about .vision-card img {
  position: absolute;
  bottom: 1rem;
  right: -1rem;
  height: 8rem;
  width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.safety {
  background: #f5f5f5;
}

footer {
  padding-top: 5rem;
  background: url("../images/footer-bg.png") no-repeat center center/cover;
  color: #fff;
}
footer .footer-logo img {
  height: 8rem;
  width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
footer p {
  color: #fff;
  width: 55%;
}
footer .footer-social {
  margin-top: 2rem;
}
footer .footer-social li:not(:last-child) {
  margin-right: 1rem;
}
footer .footer-social li a {
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-social li a:hover {
  color: #d4af37;
}
footer .footer-social li a i {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #006d5b;
}
footer h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 1rem;
  margin-top: 4.6rem;
}
footer .footer-links {
  margin-top: 2rem;
}
footer .footer-links li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
footer .footer-links a.footer-link {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  transition: all 0.3s ease-in-out;
}
footer .footer-links a.footer-link:hover {
  color: #d4af37;
}
footer .bottom-footer {
  background: #055043;
  margin-top: 4rem;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
}
footer .bottom-footer h5 {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
}

.internal {
  margin-top: 105px;
  min-height: 40dvh;
}

.about-page .ceo-card {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  background: #ffffff;
}
.about-page .ceo-card .ceo-info h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #006d5b;
  margin-bottom: 1rem;
}
.about-page .ceo-card .ceo-info p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #343434;
  line-height: 1.8;
  margin-bottom: 0;
}

.services-page p.desc {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.services-page .service-hero {
  padding: 7rem 0 5rem 0;
  background: url("../images/services/bg.jpg") no-repeat center center/cover;
}
.services-page .service-hero .row {
  margin: 2rem 0;
}
.services-page .service-hero .serv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.services-page .service-hero .serv-box .img-box {
  height: 10rem;
  width: 10rem;
  margin-bottom: 1rem;
  padding: 2rem;
  background: #fff;
  border-radius: 50%;
}
.services-page .service-hero .serv-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-page .service-hero .serv-box h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  width: 60%;
}
.services-page .service-two .serv-box-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  row-gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  align-items: center;
}
.services-page .service-two .serv-box-two .img-box {
  height: 8rem;
  width: 8rem;
  margin-bottom: 1rem;
  padding: 2rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1607843137);
  flex-shrink: 0;
}
.services-page .service-two .serv-box-two .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-page .service-two .serv-box-two .info h4 {
  font-size: 1.4rem;
  color: #d4af37;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.services-page .service-two .serv-box-two .info p {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fleet-page .fleet-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.fleet-page .fleet-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 0.5rem;
}
.fleet-page .fleet-box .des-box {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(0, 109, 91, 0.0901960784);
  min-height: 128px;
}
.fleet-page .fleet-box .des-box p {
  margin: 0;
}

.fleet-hero {
  padding: 5rem 0;
  background: url("../images/fleet/bg.jpg") no-repeat center center/cover;
}
.fleet-hero .mainTitle {
  color: #fff;
  width: 60%;
}
.fleet-hero .mainTitle::after {
  background: #006d5b;
}
.fleet-hero h4 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.fleet-hero ul {
  margin-top: 2rem;
}
.fleet-hero ul li {
  padding-inline-start: 1rem;
  position: relative;
  font-size: 1.6rem;
  color: #232222;
  margin: 3rem 0;
  width: 50%;
}
.fleet-hero ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: #006d5b;
}

.contact-page input {
  width: 100%;
  background: #e8f2f0 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 109, 91, 0.3411764706);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  outline-color: #006d5b;
}
.contact-page textarea {
  width: 100%;
  background: #e8f2f0 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 109, 91, 0.3411764706);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  outline-color: #006d5b;
  height: 200px;
}
.contact-page button {
  background: #d4af37;
  border-radius: 10px;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
}
.contact-page button:hover {
  background: #006d5b;
}
.contact-page .map {
  padding-top: 4rem;
  padding-inline-start: 3rem;
  position: relative;
}
.contact-page .map::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: #006d5b;
  z-index: 1;
}
.contact-page .map iframe {
  width: 90%;
  height: 518px;
  border: none;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1607843137);
}
.contact-page .contact-info {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.contact-page .contact-info h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.contact-page .contact-info .img-box {
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1607843137);
  flex-shrink: 0;
}
.contact-page .contact-info .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-page .contact-info a {
  color: #343434;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar {
    height: unset;
  }
  .hero {
    margin-top: 68px;
  }
  .section-padding {
    padding: 2rem 0;
  }
  .about-img img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .mainTitle {
    font-size: 2rem;
  }
  p {
    font-size: 1rem;
  }
  .about .vision-card {
    width: 100%;
  }
  .about .vision-card img {
    right: 1rem;
    height: 6rem;
    width: 6rem;
  }
  footer {
    padding-top: 2rem;
  }
  footer .footer-logo img {
    height: 6rem;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  footer h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 1.6rem;
    text-align: center;
  }
  footer .footer-links {
    margin-top: 0.4rem;
    display: flex;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .bottom-footer {
    margin-top: 1rem;
  }
  .about-page .ceo-card {
    flex-direction: column;
    text-align: center;
  }
  .about-page .ceo-card .ceo-info h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .about-page .ceo-card img {
    height: 11rem;
    width: 11rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .internal {
    margin-top: 69px;
    min-height: 40dvh;
  }
  .services-page .service-hero {
    padding: 3rem 0 1rem 0;
  }
  .services-page p.desc {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .services-page .service-hero .serv-box .img-box {
    height: 8rem;
    width: 8rem;
  }
  .services-page .service-hero .serv-box h4 {
    width: 100%;
  }
  .services-page .service-hero .serv-box h4 > br {
    display: none;
  }
  .services-page .service-hero .row {
    margin: 0rem 0;
  }
  .services-page .service-two .serv-box-two {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .services-page .service-two .serv-box-two .info p {
    width: 100%;
  }
  .fleet-page .col-sm-6.d-flex img {
    height: 4rem;
  }
  .fleet-page .fleet-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .fleet-hero {
    padding: 3rem 0;
  }
  .fleet-hero .mainTitle {
    width: 100%;
  }
  .fleet-hero ul li {
    font-size: 1.4rem;
    margin: 2rem 0;
    width: 100%;
  }
  .contact-page button {
    margin-bottom: 3rem;
  }
  .contact-page .map iframe {
    width: 90%;
    height: 318px;
  }
  .contact-page .map {
    padding-top: 3rem;
    padding-inline-start: 2rem;
    position: relative;
  }
  .contact-page .map::before {
    width: 350px;
    height: 150px;
  }
  .contact-page .contact-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  footer .bottom-footer h5 {
    font-size: 1rem;
  }
  .about-page .img-box img {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer .footer-social {
    text-align: center;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navbar {
    height: unset;
  }
  .hero {
    margin-top: 68px;
  }
  .internal {
    margin-top: 68px;
  }
}
/*  large screen  */
/* 17 inch *//*# sourceMappingURL=style.css.map */