/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 0px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.fixed-top {

    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}
.navbar-expand-lg .navbar-nav .nav-link {

    color: #000;
    font-size: 16px;
    font-weight: 700;

}
.navbar-expand-lg .navbar-nav .nav-link .fas {
	color: #fff;
	margin-right: 7px;
}



.navbar {
  background-color: #ff744c;
  background-image: linear-gradient( to top,  #ff744c, #f7d5c9 );
}
.fa-bars {
	color: #000;
}


.top-left {

}

.img-verlay {
  background-color: #f83a18;
  border: 1px solid #ccc;

}
.img-verlay img {

}
.img-verlay p {

    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0px;

}

.section-one {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.section-one h1 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;

}
.section-one h1::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background: #f83a18;

}


.section-two {
  padding-top: 1em;
  padding-bottom: 1em;
}
.section-two h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;

}
.section-two h2::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background: #f83a18;

}

.section-two p {
  text-align: justify;
  line-height: 28px;
}


.section-three h3 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}

.section-three h4 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.section-three h4::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background: #f83a18;

}
.spec-highlight {
  color: #f83a18;
  font-weight: 600;
}
.specs {

}
.specs p {
  line-height: 32px;
  text-align: justify;
  font-size: 15px;
  color: #000;
}
.specs .fas {
  margin-right: 5px;
  color: #f83a18;
} 

.section-three {

}
.section-three img {
  border: 1px solid #ccc;
}
.section-three .btn-primary {
  background-color: #f83a18;
  border-color: #f83a18;
  box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
}


.footer {
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.footer h4 {
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
.footer p {
  color: #fff;
  line-height: 28px;
}
.footer p a {
  color: #fff;
  text-decoration: none;
}
.footer .fas {
  color: #f83a18;
  margin-right: 6px;
}
.bott {
  background-color: #f83a18;
}
.bott a {
  color: #fff;
  text-decoration: none;
}

.footer h4::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background: #f83a18;

}

.used h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
}
.used h3::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background: #f83a18;

}