/*
RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'Lato', sans-serif;
  color: #1e1e1e;
}

ol, ul {
  list-style: none;
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:link, a:hover, a:hover, a:visited {
	text-decoration: none;
}

select {
	border: none;
	outline: none;
}

input, textarea, button {
  border: 0;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/*
GLOBAL
*/
.section {
  text-align: center;
  padding: 60px 0;
}
.section h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}
.section h3 span {
  color: #dc3728;
}
.section p {
  line-height: 24px;
  margin-bottom: 20px;
}
.section ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section li {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.section p:last-child, .section li:last-child {
  margin-bottom: 0;
}

/*
HEADER
*/
.section-header {
  background: white;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.logo {
  font-size: 0;
  line-height: 0;
}
.logo img {
  width: auto;
  height: 80px;
}
.header-contact p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.header-contact a {
  font-size: 25px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 30px;
  display: inline-block;
}
.header-contact i {
  font-size: 20px;
  color: #dc3728;
  line-height: 30px;
  display: inline-block;
  margin-right: 5px;
}

/*
BANNER
*/
.section-banner {
  text-align: center;
  background: linear-gradient(0deg,rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url(../img/header-image.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.section-banner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #dc3728;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-banner h2 span {
  font-size: 40px;
  line-height: 50px;
  color: white;
  display: block;
}
.section-banner h4 {
  font-size: 20px;
  line-height: 30px;
  color: white;
  width: 80%;
  margin: 0 auto 30px;
}
.section-banner p {
  font-size: 16px;
  line-height: 20px;
  color: white;
}
.banner-enquiry {
  color: #1e1e1e;
  text-align: center;
  background: white;
  padding: 30px;
  margin-top: 60px;
}
.banner-enquiry h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.banner-enquiry h4 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 25px !important;
}
.banner-btn {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: white !important;
  padding: 5px 40px;
  background: #dc3728;
  display: inline-block;
  border-radius: 20px;
  margin-top: 40px;
}

/*
PROMOTIONS
*/
.section-promotions {
  background: #f0f0f0;
}
.promotion {
  background: white;
  height: 100%;
}
.promotion h4 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 30px;
  text-transform: uppercase;
  background: #6e6e6e;
  width: 100%;
  padding: 10px;
  display: inline-block;
}
.promo-price {
  background: #dc3728;
  padding: 20px;
}
.promo-price p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: white;
  line-height: 20px;
  display: inline;
}
.promo-price h3 {
  color: white;
  margin-bottom: 0;
  display: inline;
  margin: 0 5px;
}
.promo-content {
  background: white;
  padding: 30px;
}

/*
EXPERTISE
*/
.section-expertise img {
  width: 100%;
  height: auto;
}
.expertise {
  font-size: 16px;
  font-weight: 700;
  color: white;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #6e6e6e;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.expertise-list {
  width: 50%;
  margin-left: 15px;
}

/*
CHOICE
*/
.section-choice {
  background: #f0f0f0;
}
.choice-badges {
  display: flex;
  align-items: center;
}
.badge-choice {
  width: calc(100% - 30px);
  height: auto;
  padding-top: calc(25% - 30px);
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
}
.black {
  background: #6e6e6e;
}
.dark {
  background: #dc3728;
}
.badge-content {
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.badge-content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: white;
}
.badge-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 25px;
  margin-bottom: 0 !important;
}

/*
TESTIMONIALS
*/
.section-testimonials {
  color: white;
  text-align: center;
  background: black;
}
#carousel-testimonial .carousel-item {
  min-height: 150px;
}
p.testimonial {
  line-height: 24px;
  margin-bottom: 30px;
}
p.testimonial-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
#carousel-testimonial .carousel-indicators, #equipment .carousel-indicators  {
  margin: 30px 0 0;
  position: relative;
}
#carousel-testimonial .carousel-indicators li, #equipment .carousel-indicators li {
  background: rgba(220,55,40,1.0);
  width: 14px;
  height: 0;
  margin-bottom: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-radius: 7px;
}
#carousel-testimonial .carousel-indicators .active, #equipment .carousel-indicators .active {
  background: #dc3728;
}

/*
FAQ
*/
.section-faq h4 {
  color: black;
}
.card {
  border: 1px solid white;
  border-radius: 0;
  margin-bottom: 5px;
}
.card-header {
  line-height: 0;
  background: transparent;
  padding: 0;
  border: 1px solid #dc3728;
  border-radius: 0 !important;
}
.card-header h5 {
  line-height: 20px;
  padding-right: 10px;
}
.card-body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
  text-align: left;
  padding: 15px;
}
.btn-link {
  font-size: 14px;
  font-weight: 600;
  color: white !important;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn[aria-expanded="false"] {
  color: #dc3728 !important;
}
.btn[aria-expanded="true"], .btn:hover {
  color: white !important;
  background: #dc3728;
}
.btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.btn[aria-expanded="true"]::after {
  content: "\f078";
}
.btn[aria-expanded="false"]::after {
  content: "\f068";
}

/*
REPLACEMENT
*/
.section-replacement {
  background: #f0f0f0;
}
.img-replace {
  margin-bottom: 0px;
}

/*
ABOUT
*/
.section-about img {
  width: 100%;
  height: auto;
}
.about-content {
  text-align: left;
}

/*
CONTACT
*/
.section-contact {
  color: white;
  text-align: left;
  background: black;
}
.section-contact h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.section-contact a {
  color: white;
}
.section-contact iframe {
  margin-bottom: 30px;
}
.section-contact .banner-enquiry {
  margin-top: 0;
}

/*
FOOTER
*/
.section-footer {
  text-align: center;
  padding: 20px 0;
}
.section-footer p {
  font-size: 12px;
  line-height: 20px;
}

/*
THANK YOU
*/
.section-thankyou {
  color: white;
}
.section-thankyou h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}
.section-thankyou a {
  font-size: 16px;
  color: white !important;
  line-height: 20px;
  background: #dc3728;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
}

/*
RESPONSIVE
*/
@media (max-width: 992px) {
  .section {
    padding: 40px 0;
  }
  .section-header {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .logo img {
    height: 80px;
    margin-bottom: 10px;
  }
  .header-contact {
    text-align: center;
  }
  .header-contact a {
    font-size: 20px;
    line-height: 30px;
  }
  .header-contact i {
    font-size: 16px;
  }
  .section-banner {
    background-position: top -300px center;
    text-align: center;
    height: auto;
    margin-top: 165px;
    padding: 60px 0;
  }
  .section-banner h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .section-banner h2 span {
    font-size: 25px;
    line-height: 30px;
  }
  .section-banner h4 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .section-banner p {
    font-size: 14px;
    line-height: 18px;
    color: white;
  }
  .section-banner .container {
    height: auto !important;
  }
  .section-banner .row {
    display: block !important;
    height: auto !important;
  }
  .banner-btn {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
  }
  .banner-enquiry {
    margin-top: 0;
  }
  .section h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .section-promotions {
    padding-bottom: 30px;
  }
  .promotion {
    height: auto;
    margin-bottom: 30px;
  }
  .promotion h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-expertise {
    padding-bottom: 50px;
  }
  .section-expertise img {
    margin-bottom: 20px;
  }
  .expertise-list {
    width: 100%;
    margin-left: 0;
  }
  .expertise {
    margin-bottom: 10px;
  }
  .section-choice {
    padding-bottom: 30px;
  }
  .choice-badges {
    flex-wrap: wrap;
  }
  .badge-choice {
    width: calc(50% - 10px);
    padding-top: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .badge-content h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .badge-content p {
    font-size: 16px;
    line-height: 20px;
  }
  #carousel-testimonial .carousel-item {
    min-height: 220px;
  }
  .section-about img {
    margin-bottom: 20px;
  }
  .section-contact iframe {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .section-banner {
    background-position: center center;
  }
  .img-replace {
    margin-bottom: 10px;
  }
}