/*
BASE
*/
html,
body {
  height: 100%;
  background-color: #fff;
}
html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}
body {
  background: #fff;
  font-family: 'Lato',Roboto,Roboto,Inter,sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #606060;
  position: relative;
}
a {
  text-decoration: none !important;
}
p, h1, h2, h3, h4 {
  margin: 0;
}
textarea, input, button {
  outline: none;
}


/*
COMMON
*/
.container .row {
    padding: 0 10px;
}
.section {
  margin: 40px 0;
}
.section h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25
}
.section h3 span {
  font-weight: 300;
  color: #606060;

}
.section h3::after {
  content: "";
  background: #606060;
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px auto 20px auto;
}
.section ul {
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
  list-style: outside;
}
.section li {
  padding: 0;
}
.section h4 {
  font-size: 20px;
}
.section p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.btn-consult {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  background: #606060;
  display: inline-block;
  padding: 20px 50px;
  margin: 0 auto;
  border-radius: 4px;
}
.img-responsive {
  width: 100%;
}

/*
HEADER AND BANNER
*/
.section-header {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-contact {
  width: 222px;
  line-height: 1.0;
  padding-top: 20px;
  float: right;
  overflow: hidden;
}
.header-contact p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.0;
  color: #606060;
  text-transform: uppercase;
  margin: 0 0 6px 42px;
  display: none;
}
a.header-logo {
  max-width: 445px;
}
a.header-logo img {
  width: 100%;
}
.contact-icon {
  background: #606060;
  padding: 8px;
  border-radius: 16px;
  float: left;
}
.contact-icon img {
  display: block;
}
.contact-numbers {
  float: left;
  margin-left: 10px;
}
.contact-numbers a {
  font-size: 24px;
  font-weight: 700;
  color: #606060 !important;
  line-height: 1.0;
  padding: 4px 0;
  display: block;
}
@media (max-width: 575px) {
  .header-top .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-header [class*="col-"] {
    width: 100% !important;
    float: none !important;
  }
  .header-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-logo img {
    width: 180px;
  }
  .header-contact {
    float: none;
    padding-top: 0;
    margin: 0 auto 0;
  }
  .header-contact p {
    text-align: center;
    margin: 0 0 5px 0;
  }

}


/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.banner-wrapper {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.banner-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.more {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.0;
  background: #606060;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 11px 9px 13px;
  border-radius: 24px;
  white-space: nowrap;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.more:hover {
  background: #606060;
}
/*
 * Affix and center
 */

@media (max-width: 575px) {
  .cover {
    padding: 0 20px 20px;
  }
}

/*
BANNER
*/
.section-banner {
  background: url("../img/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center !important;
  background-attachment: fixed;
  position: relative;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}
.section-banner h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #606060;
}
.section-banner h1 span {
  font-weight: 700;
  color: #606060;
  display: block;
}
@media (max-width: 1062px) {
  .section-banner h1 span {
    display: inline;
  }
}
.section-banner hr {
  border-color: black;
  border-width: 3px;
  max-width: 60px;
}
.section-banner h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 40px;
  color: black;
}

/*
WHY
*/
.section-why {
  text-align: center;
}
.section-why h3 {
  text-align: left;
}
.section-why ul {
  text-align: left;
}
.section-why li {
  line-height: 2.0;
}

/*
SERVICES
*/
.section-services li {
  margin-bottom: 20px;
}
.section-services li:last-child {
  margin-bottom: 0px;
}
.section-services h4 {
  line-height: 1.25;
  margin-bottom: 10px;
}

/*
ABOUT
*/
.section-about .row {
  display: flex;
  align-items: center;
}

/*
WHAT
*/
.journey-wrap {
  width: 570px;
  margin: 0 auto;
  position: relative;
}
.journey-wrap h3 {
  text-align: center;
}
.track-line {
  width: 4px;
  height: 468px;
  background: #a0a0a0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.journey-track {
  position: relative;
  z-index: 10;
  padding: 20px 0 20px;
}
.track-steps {
  width: 285px;
  overflow: hidden;
}
.track-steps span {
  font-size: 14px;
  font-style: italic;
}
.track-steps h4 {
  margin-bottom: 5px;
}
.track-steps p {
  line-height: 20px;
}
.track-steps.left p {
  text-align: right;
}
.steps-circle {
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 5px;
  margin: 7px 0;
  float: left;
}
.right {
  margin-left: 280px;
}
.left {
  margin-left: 15px;
}
.right .steps-content {
  width: 245px;
  margin-left: 20px;
  float: left;
}
.left .steps-content {
  text-align: right;
  width: 245px;
  margin-right: 20px;
  float: left;
}
.optimal-box, .back-index {
  font-size: 16px;
  line-height: 20px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  background: #a0a0a0;
  width: 240px;
  display: block;
  padding: 18px 0;
  margin: 0 auto;
  border: 2px solid #a0a0a0;
  cursor: pointer;
}
.optimal-box {
  width: 300px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width: 768px) {
  .journey-wrap {
    width: auto;
  }
  .track-line {
    right: auto;
    left: 0;
    height: 300px;
  }
  .optimal-box, .back-index {
    width: 100%;
  }
  .track-steps {
    width: 100%;
  }
  .right {
    margin-left: -3px;
  }
  .track-steps {
    margin-bottom: 15px;
  }
  .track-steps:last-child {
    margin-bottom: 0;
  }
  .line-sp:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #a0a0a0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .optimal-box {
    border: 4px solid #a0a0a0;;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/*
MEETING
*/
.section-meeting h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/*
FAQ
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
}
.panel-default > .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
}
.section-faq {
  background: #e6e6e6;
  padding: 40px 0;
}
.section-faq h3 {
  text-align: center;
  margin-bottom: 20px;
}
.section-faq h3::after {
  display: none;
}
.faq-content {
  margin-bottom: 5px;
}
.faq-button {
  font-weight: 300;
  line-height: 1.2;
  color: #fff !important;
  text-align: left;
  background: url(../img/arrow-down.png) no-repeat right 12px center #606060;
  padding: 12px 32px 12px 12px;
  width: 100%;
  height: auto;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.faq-button:hover {
  background-color: #606060;
}
.faq-details {
  background: #fff;
  padding: 20px 20px 10px;
}
.faq-details p, .faq-details ul {
  margin-bottom: 10px;
}
.faq-details li {
  text-align: justify;
}
a[aria-expanded=true] {
  background: url(../img/arrow-up.png) no-repeat right 12px center #606060;
}
a[aria-expanded=false] {
  background: url(../img/arrow-down.png) no-repeat right 12px center #606060;
}

/*
CONTACT
*/
.section-contact h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1062px) {
  .section-contact h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-contact a {
  font-weight: 700;
  color: #fff !important;
}
.section-contact p {
  font-size: 20px;
  text-align: center;
}
.section-contact p::after {
  content: "";
  display: block;
  margin-bottom: 20px;
}
.section-contact {
  margin-bottom: 40px;
  overflow: hidden;
}
.contact-input {
  color: #000;
  line-height: 1.0;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #606060;
}
.contact-message {
  color: #000;
  padding: 12px;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #606060;
  resize: none;
}
.contact-input, .contact-message, .contact-submit {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
.contact-security {
  width: 360px;
  margin-bottom: 20px;
}
.contact-captcha {
  margin: 0 0 0 15px;
}
.contact-submit {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background: #606060;
  height: 48px;
  border: none;
  margin-bottom: 0;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.contact-submit:hover {
  background: #000;
}

/*
LOCATION
*/
.section-location h3 {
  font-size: 24px;
}
.section-location span {
  display: block;
}
.section-location a {
  color: #000 !important;
}
.location-map {
  margin-top: 20px;
}

/*
FOOTER
*/
.section-footer {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #606060;
  padding: 20px 0;
}
.section-location a span {
  display: inline-block;
}
/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.section-successful p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin: 10px 0 30px 0;
}
.back-index {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.0;
    text-align: center;
    background: #606060;
    width: 240px;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    -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 {
    background: #606060;
}

/*
IMAGES
*/
.img-section {
  padding: 0;
  margin: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-attachment: scroll;
  position: relative;
}
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}
@media (max-width: 455px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}

/*
OVERRIDES
*/
.mt00 {
  margin-top: 0 !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.section-why, .section-contact {
  color: #fff;
  background: #a0a0a0;
  margin: 0;
  padding: 40px 0;
}
.section-why h3 span {
  color: #fff;
}
.section-why h3::after {
  background: #fff;
}
.section-why,.section-contact {
  color: #606060;
  background: #f5f5f5;
}
.d-block {
  display: block;
}

/*
RESPONSIVE
*/

@media (max-width: 991px) {

  .section-banner h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .section-banner h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .location-directions {
    margin-top: 20px;
  }
  .section-location span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .section-about .row  {
    display: block;
  }
  .section-banner h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .section-banner h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-about img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .journey-wrap h3 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .btn-consult {
    display: block;
  }
  .section-header {
   padding: 5px 0 15px;
}
a.header-logo img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.section-banner {
  height: 50%!important;
    min-height: 570px;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 87px;
}
.section p {
   text-align: left;
}
}
@media (max-width: 455px) {
  .section-contact a {
    display: block;
  }
   .section-about img {
    width: 100%;
  }
  .section-banner {
    background-attachment: scroll;
  }
}

.img-responsive {
  width: 100%;
}
.text-center {
  text-align: center!important;
}

.mb-10 {
  margin-bottom: 30px;
}