/* 
BASE
*/
body {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #202020;
}
a {
  text-decoration: none !important;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
textarea,
input,
button {
  outline: none;
}

/*
COMMON
*/
.section {
  margin: 30px 0;
}
.section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1405fa;
  margin-bottom: 30px;
}
.section h4 {
  font-size: 20px;
  font-weight: 700;
}
.section p {
  text-align: justify;
}
.jumbotron {
  margin-bottom: 0;
}
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}

/*
HEADER
*/
.section-header {
  background: #1206fc;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.section-header .container {
  padding: 15px;
}
.header-contact {
  line-height: 1;
  padding-top: 9px;
  float: right;
  overflow: hidden;
}
.header-contact p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px 42px;
}
.contact-icon {
  background: #1206fc;
  padding: 6px 7px;
  border-radius: 16px;
  border: 1px solid #fff;
  float: left;
}
.contact-numbers {
  float: left;
  margin-left: 10px;
}
.header-contact a {
  font-size: 24px;
  font-weight: 700;
  color: #fffa00 !important;
  line-height: 1;
  padding: 4px 0;
  display: block;
}
.section-banner {
  position: relative;
  z-index: -100;
  background: url(../img/banner-background.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0;
}

/*
ABOUT
*/
.section-about img {
  width: 400px;
  margin: 0 30px 15px 0;
  float: left;
  border: 3px solid #fffa00;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.section-about::after {
  content: "";
  background: #202020;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  display: block;
}

/*
SERVICES
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-services h3 {
  margin-bottom: 5px;
}
.section-services h4 {
  color: #fffa00;
  background: #1405fa;
  padding: 10px;
  margin: 30px 0 15px;
}
.section-services ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.section-services li {
  width: 23.5%;
  margin: 0 2% 2% 0;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services li:nth-child(4),
.section-services li:nth-child(8),
.section-services li:nth-child(12),
.section-services li:nth-child(16) {
  margin-right: 0;
}

/*
ENQUIRY
*/
.section-enquiry {
  color: #fff;
  background: #202020;
  padding: 30px;
  margin: 0 0 30px;
}
.section-enquiry h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.section-enquiry h4 {
  margin-bottom: 15px;
}
.section-enquiry a {
  color: #fffa00 !important;
}
.section-enquiry input {
  color: #202020;
  width: 100%;
  height: 16px;
  padding: 24px 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
}
.section-enquiry textarea {
  color: #202020;
  width: 100%;
  height: 160px;
  padding: 12px;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
  resize: none;
}
.contact-submit {
  color: #202020 !important;
  background: #fffa00;
  padding: 0 !important;
  height: 48px !important;
  margin-bottom: 0 !important;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.contact-submit:hover {
  color: #1405fa !important;
}

/*
LOCATION
*/
.section-location {
  background: #e6e6e6;
  padding: 30px;
}
.section-location h3 {
  color: #202020;
  margin-bottom: 0;
}
.section-location iframe {
  margin: 15px 0;
}
.section-location a {
  color: #202020 !important;
}
#captchadiv {
  margin-bottom: 15px;
}

/*
FOOTER
*/
.section-footer {
  color: #202020;
  background: #fffa00;
  padding: 30px 0;
}
.section-footer p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/*
CONTACT
*/
.section-successful,
.section-successful p {
  text-align: center !important;
}
.section-successful h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
.section-successful p {
  margin-bottom: 30px;
}
.back-index {
  color: #202020 !important;
  background: #fffa00;
  width: 240px;
  display: block;
  padding: 16px 0 !important;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.back-index:hover {
  color: #1405fa !important;
}

/*
RESPONSIVE
*/
@media (max-width: 659px) {
  .section-about img {
    width: 300px;
  }
}
@media (max-width: 519px) {
  .section-header .col-xs-6 {
    width: 100%;
    float: none;
  }
  .site-logo {
    margin: 0 auto 30px;
    display: block;
  }
  .header-contact {
    text-align: center;
    width: 214px;
    margin: 0 auto;
    float: none;
    padding-top: 0;
  }
  .header-contact p {
    margin: 0 0 5px;
  }
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
  .section-banner .container,
  .section-banner .row,
  .section-banner .col-xs-12 {
    padding: 0;
    margin: 0;
  }
  .section-enquiry,
  .section-location {
    padding: 30px 15px;
  }
  .section-about img {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 431px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  .section-services li {
    width: 31.33%;
    margin: 0 3% 3% 0;
  }
  .section-services li:nth-child(3),
  .section-services li:nth-child(6),
  .section-services li:nth-child(9),
  .section-services li:nth-child(12),
  .section-services li:nth-child(15),
  .section-services li:nth-child(18) {
    margin-right: 0;
  }
  .section-services .accessory li {
    width: 48%;
    margin: 0 4% 5% 0;
  }
  .section-services .accessory li:nth-child(2) {
    margin-right: 0;
  }
}
