/* Global styles
=============================================================== */
html,
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
}

a {
  color: rgb(62, 165, 125);
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #308061;
  text-decoration: none;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
  color: rgb(62, 165, 125);
  font-weight: 600;
}

.pb-6 {
  padding-bottom: 7rem;
}

.mb-6 {
  margin-bottom: 7rem;
}

h6 {
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
}

p,
ul li {
  font-size: 0.95em;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  color: #555555;
}

section {
  margin: 100px 0;
}

section h1.section-heading {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
section h1.section-heading:after {
  content: "";
  position: absolute;
  position: absolute;
  width: 100px;
  height: 2px;
  background: rgb(255, 162, 0);
  transform: translate(-50%);
  left: 50%;
  bottom: -48px;
}

/* homepage styles
=============================================================== */
#bs-slider-home {
  margin-top: 170px;
}
#bs-slider-home .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border: 0;
  opacity: 1;
}
#bs-slider-home .carousel-indicators .active {
  background: rgb(255, 162, 0);
}
#bs-slider-home .carousel-inner {
  height: calc(100vh - 200px);
}
#bs-slider-home .carousel-inner .carousel-item {
  background: url("../img/vinshu-mainimage.png") no-repeat;
  height: 100%;
  background-size: cover;
  background-position: right;
}
#bs-slider-home .carousel-inner .carousel-item .carousel-caption {
  top: 40%;
  width: 80%;
  transform: translate(-50%);
  left: 50%;
}
#bs-slider-home .carousel-inner .carousel-item .carousel-caption h1 {
  color: white;
  font-weight: 400;
  font-size: 1.7rem;
}
#bs-slider-home .carousel-inner .carousel-item .carousel-caption h1::before {
  content: "";
  width: 100px;
  height: 3px;
  background: rgb(255, 162, 0);
  position: absolute;
  top: -15px;
  transform: translate(-50%);
  left: 50%;
}
@media (min-width: 992px) {
  #bs-slider-home .carousel-inner {
    height: 600px;
  }
  #bs-slider-home .carousel-inner .carousel-item .carousel-caption {
    top: inherit;
    width: 30%;
    left: 25%;
    bottom: 10%;
  }
  #bs-slider-home .carousel-inner .carousel-item .carousel-caption h1::before {
    content: "";
    left: 0;
    position: absolute;
    transform: inherit;
  }
}

.more-btn {
  position: relative;
}
.more-btn:after {
  content: url(../img/icons8-expand_arrow.png);
  position: absolute;
  right: -36px;
  top: -19px;
  transition: all 0.2s;
  transform: scale(0.5);
}
.more-btn:hover:after {
  content: url(../img/icons8-expand_arrow.png);
  top: -16px;
  position: absolute;
}

.main-image {
  background: url("../img/vinshu-mainimage.png") no-repeat;
  height: 550px;
  background-size: cover;
  background-position: right;
  margin-top: 200px;
}
.main-image .hero-text,
.main-image .hero-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image .hero-text {
  flex-direction: column;
}
.main-image .hero-slider {
  background: rgba(0, 0, 0, 0.5);
}
.main-image h1 {
  color: white;
  font-size: 2.2rem;
}

@media (max-width: 991.98px) {
  .main-image {
    height: 770px;
    margin-top: 140px;
  }
  .main-image h1 {
    font-size: 1.5rem;
  }
}
/* Navbar styles
=============================================================== */
.nav-container {
  background: white;
  border-bottom: 1px solid #eeeeee;
}

#site-header {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333333;
  transition: all 0.35s;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}
#site-header h1 {
  font-size: 1em;
  transition: all 0.35s;
  margin-bottom: 0;
}
#site-header p {
  color: #777777;
  transition: all 0.35s;
  font-size: 0.7em;
}
#site-header .vinshu-logo {
  margin: 0 5px;
  transform: scale(0.4);
  transition: all 0.35s;
}
#site-header #mainNav {
  background: white;
}
#site-header .navbar-brand {
  color: white;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}
#site-header .navbar-brand:hover, #site-header .navbar-brand:focus {
  color: #308061;
}
#site-header .navbar {
  padding: 0;
}
#site-header .navbar-toggler-container {
  display: flex;
  width: 100%;
  padding: 5px 0 5px 20px;
  height: 85px;
}
#site-header .navbar-toggler-container .accredited-logos {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
#site-header .navbar-toggler-container .accredited-logos img {
  scale: 0.8;
}
#site-header .navbar-toggler {
  font-size: 24px;
  padding: 0;
  color: #222222;
  border: 0;
  outline: none;
}
#site-header .navbar-nav > li {
  margin-bottom: 0;
  line-height: 4.8;
}
#site-header .navbar-nav > li > a {
  font-size: 11px;
  font-weight: 600;
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
}
#site-header .navbar-nav > li > a.active {
  color: rgb(62, 165, 125) !important;
  background-color: transparent;
  position: relative;
}
#site-header .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#site-header .navbar-nav > li > a,
#site-header .navbar-nav > li > a:focus {
  color: #222222;
  padding: 14px 24px;
  position: relative;
}
#site-header .navbar-nav > li > a:hover,
#site-header .navbar-nav > li > a:focus:hover {
  color: rgb(62, 165, 125) !important;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  #site-header .navbar-nav li {
    line-height: 1;
    border-top: 1px solid rgb(225, 225, 225);
  }
}
@media (min-width: 992px) {
  #site-header {
    border-color: transparent;
  }
  #site-header h1 {
    font-size: 1.7em;
  }
  #site-header p {
    font-size: 1.2em;
  }
  #site-header .navbar {
    padding: 0;
  }
  #site-header .vinshu-logo {
    margin: 20px 5px;
    transform: scale(0.8);
    transition: all 0.35s;
  }
  #site-header .navbar-brand {
    color: fade(white, 70%);
  }
  #site-header .navbar-brand:hover, #site-header .navbar-brand:focus {
    color: white;
  }
  #site-header .navbar-nav > li > a,
  #site-header .navbar-nav > li > a:focus {
    color: #777777;
    font-size: 1em;
  }
  #site-header .navbar-nav > li > a.active:after,
  #site-header .navbar-nav > li > a:focus.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgb(255, 162, 0);
    left: 0;
    top: 0;
    opacity: 1;
  }
  #site-header .navbar-nav > li > a:after,
  #site-header .navbar-nav > li > a:focus:after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: rgb(62, 165, 125);
    left: 0;
    top: 0;
    transition: all 0.35s;
    opacity: 0;
  }
  #site-header .navbar-nav > li > a:hover,
  #site-header .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #site-header .navbar-nav > li > a:hover:after,
  #site-header .navbar-nav > li > a:focus:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgb(62, 165, 125);
    left: 0;
    top: 0;
    opacity: 1;
  }
  #site-header.header-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #222222;
  }
  #site-header.header-shrink .nav-container {
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.24);
  }
  #site-header.header-shrink .vinshu-logo {
    margin: 8px 4px;
    transform: scale(0.7);
  }
  #site-header.header-shrink h1 {
    font-size: 1.4em;
  }
  #site-header.header-shrink p {
    font-size: 1em;
  }
  #site-header.header-shrink .navbar-brand {
    color: #222222;
  }
  #site-header.header-shrink .navbar-brand:hover, #site-header.header-shrink .navbar-brand:focus {
    color: rgb(62, 165, 125);
  }
  #site-header.header-shrink .navbar-nav > li > a,
  #site-header.header-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #site-header.header-shrink .navbar-nav > li > a:hover,
  #site-header.header-shrink .navbar-nav > li > a:focus:hover {
    color: rgb(62, 165, 125);
  }
}

/* Services styles
=============================================================== */
#services .vinshu-services .card {
  align-items: center;
  transition: all 0.4s;
}
#services .vinshu-services .card img {
  width: 90px;
  height: 90px;
}
#services .vinshu-services .card h2 {
  font-weight: 400;
}
#services .vinshu-services .card:hover {
  transform: scale(1.04);
}
#services .spair-parts {
  background-color: #d8f0e7;
}
#services .spair-parts h2 {
  text-transform: uppercase;
}
#services .spair-parts h5 {
  color: #555555;
  font-weight: 400;
  font-size: 1.1em;
}
#services .spair-parts .sp-container {
  margin-bottom: 20px;
}
#services .spair-parts .sp-container img {
  width: 100%;
  border: 4px solid white;
}

/* About
=============================================================== */
#about .customers {
  background-color: #ededed;
  padding: 100px 0;
}
#about .customers h2 {
  text-transform: uppercase;
}
#about .customers img {
  transform: scale(0.8);
}
#about .quality-policy,
#about .impartiality {
  text-align: center;
  list-style: none;
}
#about .quality-policy i,
#about .impartiality i {
  margin-right: 11px;
  color: rgb(62, 165, 125);
  font-size: larger;
}

/* ------------------------
Animations
--------------------------*/
@keyframes nav-drop {
  from {
    opacity: 0;
    left: -5px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes dropdown-hover {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
/* Contact
=============================================================== */
#contact {
  margin-bottom: 0 !important;
}
#contact .contact-card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 3px;
}
#contact .contact-card p.small {
  color: rgb(157, 157, 157);
  font-weight: 300;
}
#contact .goggle-direction-map {
  border: 1px solid #eeeeee;
}
#contact .footer {
  background: #333333;
  padding: 20px 0 40px 0;
  margin-top: 100px;
}

@media (max-width: 991.98px) {
  .accredited-logos.lg {
    display: none;
  }
}
.iso {
  background: rgb(62, 165, 125);
}/*# sourceMappingURL=styles.css.map */