/* Font Classes */

.roboto-thin {

    font-family: "Roboto", sans-serif;

    font-weight: 100;

    font-style: normal;

  }

  

  .roboto-light {

    font-family: "Roboto", sans-serif;

    font-weight: 300;

    font-style: normal;

  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #98c022;
  }
  

  .roboto-regular {

    font-family: "Roboto", sans-serif;

    font-weight: 400;

    font-style: normal;

  }

  

  .roboto-medium {

    font-family: "Roboto", sans-serif;

    font-weight: 500;

    font-style: normal;

  }

  

  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  

  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  

  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  

  .roboto-light-italic {

    font-family: "Roboto", sans-serif;

    font-weight: 300;

    font-style: italic;

  }

  

  .roboto-regular-italic {

    font-family: "Roboto", sans-serif;

    font-weight: 400;

    font-style: italic;

  }

  

  .roboto-medium-italic {

    font-family: "Roboto", sans-serif;

    font-weight: 500;

    font-style: italic;

  }

  

  .roboto-bold-italic {

    font-family: "Roboto", sans-serif;

    font-weight: 700;

    font-style: italic;

  }

  

  .roboto-black-italic {

    font-family: "Roboto", sans-serif;

    font-weight: 900;

    font-style: italic;

  }

/* Font Classes End */



/* Buttons */

.btn-primary.custom {

  background-color: #98c022 !important;

  border-radius: 0px !important;

  color: #313131;

  border-color: #87aa1e;

  color: #313131 !important;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

}



.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active.custom {

  color: #313131 !important;

  background-color: #98c022 !important;

  border-color: #98c022;

  color: #313131 !important;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

}

/* Buttons End */



body, html {

  min-height: 100vh;

  font-family: "Roboto", sans-serif;

  font-weight: 400;

  font-style: normal;

}



/* .alpine-nav-logo {

    max-width: 100%;

    height: auto;

}



@media only screen and (max-width: 400px) {

    .alpine-nav-logo {

        height: 75%;

        width: 75%;

    }

  } */



/* Navbar */

.topbar {

  background-color: #98c022;

  color: black;

  padding: 0px;

  margin: 0px;

  padding-top: 3px;

  padding-bottom: 3px;

}



.topbar p {

  padding: 0px;

  margin: 0px;

  font-size: 12px;

  font-weight: bold;

}



.navbar .nav-link {

  color: #313131 !important;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

}



.navbar-toggler {

  border: none !important;

}



.navbar-toggler:focus {

  box-shadow: none !important;

}



.dropdown-menu {

  background-color: white !important;

  border-radius: 0px !important;

  color: #313131 !important;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

}

/* Navbar End */

.small-jumbo {
  background-image: url('../img/landrover-bg-3.jpg');
  background-position: center;
  background-size: cover;
}

.small-jumbo p {
  margin: 0px;
  padding: 0px;
}

.small-jumbo h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 1000;
  margin: 0px;
  padding: 0px;
  font-size: 56px;
}

@media only screen and (max-width: 500px) {
  .small-jumbo h1 {
    font-size: 42px;
  }
}

.small-jumbo span {
  color: #98c022 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

.small-jumbo p {
  color: white;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 700; 
}

.small-jumbo-inner {
  background-color: rgba(0, 0, 0, 0.65);
  min-height: 400px;
}

.full-jumbo {
  background-image: url('../img/landrover-bg-3.jpg');
  background-position: center;
  background-size: cover;
  height: calc(100vh - 101px);
}

.full-jumbo h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 1000;
  margin: 0px;
  padding: 0px;
  font-size: 56px;
}

@media only screen and (max-width: 500px) {
  .full-jumbo h1 {
    font-size: 42px;
  }
}

.full-jumbo p {
  color: white;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.jumbo-highlight {
  color: #98c022 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

.full-jumbo span {
  color: #98c022;
}

.full-jumbo-inner {
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
}

.full-jumbo .separator {
  height: 2px;
  width: 15%;
  background-color: white;
}

.full-jumbo-bottom {
  color: white;
  width: 100%;
}

.full-jumbo-bottom {
  align-self: center;
  margin-top: auto;
}

.content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.half-half h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

.half-half h3 span {
  color: #98c022;
}

.half-half p {
  padding: 0px;
  margin: 0px;
  font-weight: 500;
}

.half-left {
  min-height: 345px;
}

.half-right {
  background-position: center;
  background-size: cover;
  min-height: 345px;
  color: white;
}



.half-right p {

  color: white;

  font-weight: 500;

  font-size: 18px;

}



.half-right-inner {

  background-color: rgba(0, 0, 0, 0.65);

  height: 100%;

}



.trio h4 {

  color: #98c022;

  font-size: 52px;

  font-weight: 600;

}



.trio h5 {

  color: white;

  text-transform: uppercase;

}



.seperator {

  background-color: #98c022;

  height: 3px;

}

.services-jumbo span {
  color: #98c022;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
  font-style: italic;
}

.services-jumbo h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

.services-jumbo p {
  font-weight: 500;
  font-size: 16px;
}



.accordion {

  border-radius: 0px !important;

  border: none !important;

}



.accordion-button:not(.collapsed) {

  color: #98c022;

}



.accordion-button:not(.collapsed) {

  box-shadow: none !important;

}



.accordion-item {

  border-radius: 0px !important;

  /* border: none !important; */

  border-top: none;

  border-left: none;

  border-right: none;

  border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}



.accordion-item:last-of-type {

  border-bottom: none !important;

}



.accordion-header {

  border-radius: 0px !important;

  border: none !important;

}



.accordion-button {

  background-color: transparent !important;

  border-radius: 0px !important;

  font-size: 22px;

  text-transform: uppercase;

  font-weight: 800;

  font-style: italic;

}



.accordion-button:focus {

  box-shadow: none !important;

}



.brand-list {

  border-top: 1px solid rgba(0, 0, 0, 0.3);

  border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}



.brand-list img {

  max-height: 50px;

}



.feature {

  background-color: black;

  background-image: url("../img/landrover-bg-feature.webp");

  background-position: center;

  background-size: cover;

}



.feature h3 {

  color: white;

  font-size: 36px;

  text-transform: uppercase;

  font-weight: 800;

  padding: 0px;

  margin: 0px;

}



.feature span {

  color: #98c022;

}



.feature p {

  color: white;

  padding: 0px;

  margin: 0px;

  width: 50%;

}



@media only screen and (max-width: 992px) {

  .feature p {

    width: 75%;

  }

}



@media only screen and (max-width: 524px) {

  .feature p {

    width: 95%;

  }

}



.feature i {

  color: #98c022;

  font-size: 50px;

  border: 1px solid red;

  border-radius: 100%;

}



.feature h4 {

  color: white;

  margin-top: 20px;

  font-size: 18px;

}

.breadcrumb-item a {
  color: #98c022;
}

.service-grid a {
  color: inherit;
  text-decoration: none;
}

.service-col {
  background-color: rgb(41, 41, 41);
  margin: 0px;
  padding: 0px;
  min-height: 250px;
  color: white;
  border-bottom: 4px solid #98c022;
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  /* -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; */
  transition: 1s ease;
}

@media only screen and (max-width: 1399px) {
  .service-col {  
    min-height: 236px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-col {  
    min-height: 236px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-col {  
    min-height: 236px;
    background-size: 150%;
  }
}

@media only screen and (max-width: 575px) {
  .service-col {  
    min-height: 250px;
    background-size: 120%;
  }
}


.service-col:hover{
  transition: 1s ease;
  opacity: 0.9;
  background-color: black !important;
  cursor: pointer;
  background-size: 130%;
  /* -webkit-transform: scale(1.05);
  transform: scale(1.05); */
  color: #98c022;
}



.service-col h4 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}



.service-col h5 {

  margin: 0px;

  padding: 0px;

  padding-top: 10px;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.75);

  font-weight: 400;

}



.no-service {

  background-color: rgba(41, 41, 41, 1);

  color: white;

  border-top: 4px solid #98c022;

}



.no-service span {

  color: #98c022;

}



.no-service h4 {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.no-service p {
  padding: 0px;
  margin: 0px;
}

.service-content span {
  color: #98c022 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

.service-content img {
  background-color: #98c022;
  border-bottom: 4px solid #98c022;
}

.footer {

  background-color: white;

  color: black;

}



.footer .social-icons i {

  margin-top: 10px;

  color: #98c022;

  font-size: 24px;

}



.footer ul {

  margin: 0px;

  padding: 0px;

}



.footer li {

  list-style: none;

  margin: 0px;

  padding: 0px;

  color: black;

  font-size: 14px;

}



.footer a {

  text-decoration: none;

  color: black;

}



.footer a:hover {

  text-decoration: underline;

}



.footer .title {

  font-weight: 700;

  text-transform: uppercase;

  color: black;

  font-size: 16px;

}



.bottom-footer {

  background-color: rgb(10, 10, 10);

  color: white;

}



.bottom-footer p {

  padding: 0px;

  margin: 0px;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.5);

}



.bottom-footer a {

  padding: 0px;

  margin: 0px;

  font-size: 14px;

  color: #98c022;

}

/* contact */

.contact h3 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;  
}

.contact h4 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.contact label {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.contact h4 i {
  font-size: 14px;
  color: #98c022;
}

.contact span {
  font-weight: 400;
}

.contact i {
  font-size: 24px;
}

.contact-box {
  background-color: rgba(19, 19, 19, 0.993);
  color: white;
  margin-left: -20px !important;
}

.contact-box a {
  color: white !important;
  text-decoration: none !important;
}

.contact-box i {
  text-decoration: none !important;
  color: #98c022 !important;
}

.contact-box-sm {
  background-color: rgba(19, 19, 19, 0.993);
  color: white;
}

.form-box {
  background-color: rgb(240, 240, 240);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

.contact .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #98c022;;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.contact .form-control:focus {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: #98c022;
  -moz-box-shadow: #98c022;
  box-shadow: #98c022;
  border-color: #98c022;
}

.gallery-col {
  height: 300px;
  overflow: hidden;
}
