@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f9fa;
}

section {
  padding: 100px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #202124;
  font-family: "Montaga", serif;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #3c4043;
  font-weight: normal;
}

.text-color-secondary {
  color: #f8f9fa;
}

a {
  text-decoration: none;
}

a:hover {
  color: goldenrod !important;
}

.bg-theme-color {
  background-color: #095F92;
}

.my-btn {
  background-color: #f8f9fa;
  color: #3c4043;
  font-size: 18px;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  letter-spacing: 1px;
}

.my-btn:hover {
  background-color: #174ea6;
  color: #fff;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

::selection {
  background-color: goldenrod;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand img {
  width: 100px;
}

.logo-default {
  display: none;
}

.is-scrolling .logo-default {
  display: block;
}

.fixed-top {
  padding: 15px 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.is-scrolling {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #3c4043;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background-color: var(--theme-color);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ddd;
}

.nav-items {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 5px 30px;
}

.navbar-toggler-icon {
  color: #fff;
}

#home {
  height: 70vh;
  position: relative;
  z-index: 0;
  background-image: url("../images/bg/home-bg.jpg");
  background-attachment: fixed;
}

#home::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.hero-text h1 {
  color: #f8f9fa;
  font-size: 50px;
  font-weight: 500;
}

.hero-text p {
  font-size: 20px;
  color: #f8f9fa;
  margin: 30px 0;
  font-weight: normal;
}

.hero-text .my-btn {
  font-size: 20px;
  font-weight: 500;
}

.header-logo {
  width: 170px;
  border: 1px solid #f8f9fa;
  z-index: 999;
  margin-top: -200px;
  overflow: visible;
  position: relative;
}

.gat-car .my-btn {
  background-color: #000;
  color: #f8f9fa;
}
.gat-car .my-btn:hover {
  background-color: #f8f9fa;
  color: #3c4043;
}
.gat-car input {
  background-color: #f8f9fa;
  padding: 10px;
}
.gat-car #addon-wrapping {
  background-color: #f8f9fa !important;
}

/* Form Response Message */
#contactForm button:disabled {
  opacity: 0.5;
}

#responseMsg {
  width: 100%;
  font-size: 16px;
}

.error,
.processing {
  margin: 10px auto;
  padding: 10px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
}

.success {
  margin: 10px auto;
  padding: 10px;
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.autocomplete-results {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
}

.autocomplete-results li {
  padding: 15px;
  cursor: pointer;
  text-align: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.autocomplete-results li:hover {
  background: #dddddd;
}

.about img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.35);
}

.service-card i, .contact-card i {
  font-size: 30px;
  background-color: #f8f9fa;
  color: #095F92;
  padding: 10px 15px;
  border-radius: 5px;
}

.service-card h5 {
  color: #f8f9fa;
  margin: 20px 10px 10px;
}

.service-card p {
  color: #d3d3d3;
  font-weight: normal;
}

.our-benefits i {
  font-size: 30px;
  background-color: #095F92;
  color: #f8f9fa;
  padding: 30px 20px;
  border-radius: 5px;
}

.our-benefits .row {
  margin: auto;
}

.road-border-left {
  border-left: 4px dashed rgba(145, 145, 145, 0.3215686275);
}

.road-border-top {
  border-top: 4px dashed rgba(145, 145, 145, 0.3215686275);
}

.carousel-item .card {
  max-width: 900px;
  padding: 30px;
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.carousel-item img {
  width: 70px;
  height: 70px;
}

.contact-card {
  height: 100%;
  border-radius: 5px;
}

.contact-card i {
  background-color: #095F92;
  color: #f8f9fa;
}

#footer {
  background-color: #252525;
  padding: 30px 0;
}

#footer .footer-logo {
  width: 140px;
  margin-top: -100px;
  border: 1px solid #f8f9fa;
}

#footer p, #footer h4, #footer li, #footer a {
  color: rgba(217, 217, 217, 0.6156862745);
}

.footer-links ul li a {
  color: rgba(217, 217, 217, 0.6156862745);
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  font-size: 18px;
}

.Copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.231372549);
  padding-top: 20px;
  color: rgba(217, 217, 217, 0.6156862745);
}

.contact-info li i {
  color: rgba(217, 217, 217, 0.6156862745);
  font-size: 20px;
}

.footer-input {
  max-width: 300px;
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.footer-input input {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

.footer-input input:focus {
  box-shadow: none;
}

.footer-input button {
  border-radius: 50%;
  background-color: #252525;
  width: 40px;
  height: 40px;
  color: #f8f9fa;
}

@media (max-width: 991px) {
  .fixed-top {
    background-color: #252525;
  }
  .navbar-light .navbar-toggler {
    color: #ddd;
  }
  .hero-text h1 {
    font-size: 50px;
  }
  .our-benefits .row {
    max-width: 100%;
    margin: auto;
  }
  .footer-input {
    margin-left: 0;
  }
  h2 {
    font-weight: 500;
    font-size: 25px;
  }
  .navbar-brand img {
    width: 60px;
  }
  .logo-default {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-logo {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .road-border-left {
    border-left: none;
    border-top: 4px dashed rgba(145, 145, 145, 0.3215686275);
    margin-top: 40px;
    padding-top: 40px;
  }
  #contact {
    padding-bottom: 120px;
  }
  .fixed-top {
    padding: 0;
  }
  #home {
    padding-top: 85px;
  }
}
@media (max-width: 575px) {
  section {
    padding: 60px 0;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .carousel-item .card {
    padding: 10px;
  }
  h2 {
    font-weight: 500;
    font-size: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
