body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #565656;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #001837;
  font-weight: 700;
  line-height: 1.4;
}

a {
  text-decoration: none;
  outline: 0;
  transition: all 0.5s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-sp {
  padding: 60px 0;
}

.bg-gray {
  background: #f7f7f7;
}

.btn-sp {
  transition: all 0.5s ease;
  background: #349bc4;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid #349bc4;
}
.btn-sp:hover {
  background: #197aa1;
  border: 1px solid #197aa1;
}

.btn-call {
  color: #349bc4;
  background: transparent;
  border: 1px solid #eee;
}
.btn-call:hover {
  background: transparent;
  border: 1px solid #349bc4;
}
.btn-call2 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn-call2:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #349bc4;
}

.btn-lg {
  font-size: 15px;
  padding: 15px 25px;
}

#header {
  -webkit-box-shadow: 0 8px 13px -10px #eee;
  -moz-box-shadow: 0 8px 13px -10px #eee;
  box-shadow: 0 8px 13px -10px #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

.navbar-sp {
  padding: 5px 0;
}
.navbar-brand {
  max-width: 90px;
  padding: 0;
  margin-right: 40px;
}
.navbar-toggler {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  font-size: 16px;
}
.navbar-main li {
  position: relative;
  padding: 0 5px;
}
.navbar-main li a {
  color: #001837;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  padding: 6px 20px;
}

.navbar-main li.nav-item a:hover,
.navbar-main li.nav-item a.active,
.navbar-main li ul.sub-menu li a.active {
  color: #349bc4;
}

.navbar-main li ul.sub-menu {
  display: none;
  background: #fff;
  min-width: 260px;
  padding: 10px 0;
  border: 1px solid #eee;
}

.navbar-main li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99;
}
.navbar-main li ul.sub-menu li a {
  display: inline-block;
  width: 100%;
  position: static;
}

#hero {
  background-image: url("../images/bg.jpg");
  height: 100vh;
}

.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.bg-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  z-index: 1;
  pointer-events: none; /* optional if text interaction is blocked */
}

.hero-text {
  position: relative;
  z-index: 2;
}
.hero-text h2 {
  font-size: 58px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}
.hero-text h2 span {
  font-weight: 700;
}
.hero-text h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Services CSS */

.section-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.section-title h2 {
  color: #001837;
  font-size: 36px;
  margin-bottom: 20px;
}

.sv-box {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all ease 0.3s;
  overflow: hidden;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
}
.sv-box:hover {
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}

.sv-text {
  padding: 20px;
  padding-right: 50px;
  position: relative;
}

.sv-text h3 {
  color: #001837;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.sv-text p {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
}
.sv-text p span {
  font-weight: 700;
}
.sv-arrow {
  position: absolute;
  top: 35%;
  right: 15px;
  color: #fff;
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s ease;
}

.service-item:hover .sv-text h3 {
  color: #349bc4;
}
.service-item:hover .sv-arrow {
  background: #349bc4;
}

/* Mission and Story CSS*/

.story-text {
  padding: 20px 40px;
  padding-bottom: 0;
}
.story-text h2 {
  color: #001837;
  font-size: 34px;
  margin-bottom: 20px;
}
.story-text p {
  margin-bottom: 0;
}
.st-divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 60px 0;
}

/* Process CSS */

#process {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  color: #fff;
}
.bg-overly2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none; /* optional if text interaction is blocked */
}

#process .section-title h2 {
  color: #fff;
}
.process-item {
  position: relative;
  z-index: 2;
  background: #001837;
  color: #eee;
  padding: 30px 30px;
  padding-top: 60px;
  margin-bottom: 40px;
  border-radius: 8px;
  height: 90%;
}
.process-item .icon {
  position: absolute;
  top: -30px;
  left: 50%;
  background: #349bc4;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 11px;
  margin-left: -30px;
}
.process-item h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.process-item p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0;
}

/* Review CSS */

.review-item {
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.rv-user {
  overflow: hidden;
  margin-bottom: 20px;
}
.rv-user img {
  width: 60px !important;
  float: left;
  margin-right: 15px;
}
.rv-user h2 {
  font-size: 18px;
  margin-top: 8px;
}
.rv-user h2 span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.rv-text p {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #999 !important;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  background: #349bc4 !important;
}

/* Action CSS */

#action {
  background: linear-gradient(to right, #125270 0, #349bc4 100%);
  color: #fff;
  padding: 40px 0;
}

.action-text h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}
.action-text p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0;
}

/* Footer CSS*/

#footer {
  background: #001837;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-text {
  margin-bottom: 30px;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-text .bi {
  color: #349bc4;
  display: inline-block;
}
.footer-text h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ft-logo {
  display: inline-block;
  width: 100px;
  margin-bottom: 20px;
}
.ft-link li a {
  color: #ccc;
  padding: 5px 0;
  display: block;
}
.ft-link li a:hover {
  color: #fff;
}

/* Page Content CSS */
#content {
  padding-top: 130px;
}

.location-item {
  text-align: center;
  padding: 20px 20px;
  height: 100%;
}
.location-item i {
  font-size: 30px;
  color: #fba311;
  margin-bottom: 10px;
  display: inline-block;
}
.location-item h3 {
  font-size: 16px;
  transition: all 0.5s ease;
}

.location-item:hover h3 {
  color: #349bc4;
}

.booking-frame {
  width: 100%;
  height: 5500px;
  border: none;
}

.iframe-fallback {
  margin-top: 2rem;
  font-size: 1rem;
  color: #ccc;
}

.iframe-fallback a {
  color: #349bc4;
}

.svs-text {
  padding: 0;
}

.choose-item {
  background: #fff;
  height: 100%;
  padding: 30px 30px;
  border: none;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.choose-item i {
  color: #fba311;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}
.choose-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.choose-item p {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
}

.gallery-item img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.accordion-header .accordion-button {
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
}
.accordion-header .accordion-button:not(.collapsed) {
  background: #349bc4;
  color: #fff;
}
.accordion-body {
  padding-bottom: 5px;
}

.nav-checklist {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.nav-checklist li {
  display: inline-block;
  margin-bottom: 10px;
}
.nav-checklist li button:hover,
.nav-checklist li button {
  background: #fff;
  border: 1px solid #349bc4;
  color: #001837;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.nav-checklist li button.active {
  background: #349bc4;
  color: #fff;
}

.checklist-table {
  height: auto;
  padding: 20px;
}

.checklist-table .table-bordered {
  margin: 0;
}

.table tr td,
.table tr th {
  padding: 12px 20px;
}

.checklist-table .checkmark {
  color: #169256;
  text-align: center;
  font-weight: bold;
}
.checklist-table .xmark {
  color: #ce2e1d;
  text-align: center;
  font-weight: bold;
}

.card-col {
  display: none;
}

#mc_embed_signup,
#mc-embedded-subscribe,
#mc_embed_signup .mc-field-group,
#mc_embed_signup form {
  margin: 0 !important;
  width: 100% !important;
}

.contact-box #mc_embed_signup .mc-field-group input {
  padding: 6px 0 !important;
}

.contact-box #mc_embed_signup div.response {
  padding: 0 !important;
}

#mc_embed_signup div#mce-responses,
.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-box {
  padding: 30px 30px !important;
}

.contact-box h2 {
  text-align: left;
  font-size: 22px !important;
  margin: 0 !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.cn-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
.cn-list li i {
  position: absolute;
  left: 0;
  color: #fff;
  background: #349bc4;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  border-radius: 4px;
  font-size: 18px;
}
.cn-list li .list-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #001837;
}
.cn-list li .list-stitle {
  font-size: 14px;
  line-height: 1.2;
}
.cn-social li {
  float: left;
  margin-right: 5px;
}
.cn-social li a {
  color: #fff;
  background: #349bc4;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 2px;
  border-radius: 4px;
  font-size: 13px;
}
.cn-social li a:hover {
  background: #197aa1;
}

.mc-field-group label {
  font-weight: 700 !important;
  color: #001837 !important;
}

.section-text h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.section-text strong {
  color: #001837;
  font-weight: 600;
}

.section-text ul {
  margin-bottom: 15px;
}

/* ====================
 Responsive Design
 ====================== */

/* Normal tablet layout */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar-sp .btn-sp,
  .navbar-main {
    margin-bottom: 20px;
  }
  .navbar-main {
    margin-top: 20px;
  }
  .navbar-main li ul.sub-menu {
    display: block;
    padding: 0;
    padding-left: 5px;
    border: 0;
  }
  .navbar-main li:hover ul.sub-menu {
    position: static;
    top: 0;
    width: auto;
  }
  .story-text {
    padding: 20px 0px;
    padding-bottom: 0;
  }
  .gallery-item img {
    height: 300px;
  }
}

/* Normal mobile layout */
@media only screen and (max-width: 768px) {
  .navbar-sp .btn-sp,
  .navbar-main {
    margin-bottom: 15px;
  }
  .navbar-main {
    margin-top: 20px;
  }
  .navbar-main li ul.sub-menu {
    display: block;
    padding: 0;
    padding-left: 5px;
    border: 0;
  }
  .navbar-main li:hover ul.sub-menu {
    position: static;
    top: 0;
    width: auto;
  }
  .hero-text h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .btn-lg {
    font-size: 14px;
    padding: 13px 22px;
  }
  .section-sp {
    padding: 40px 0;
  }

  .section-title {
    padding: 0;
    margin-bottom: 40px;
  }

  .story-text h2,
  .action-text h2,
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .action-text {
    margin-bottom: 30px;
  }
  .story-text {
    padding: 20px 0px;
    padding-bottom: 0;
  }
  .st-divider {
    margin: 40px 0;
  }
  #process {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .process-item {
    height: auto;
  }
  .gallery-item img {
    height: auto;
  }

  .checklist-table .table-bordered {
    overflow-x: auto;
  }
}
