body {
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  color: #313131;
}
body a {
  text-decoration: none;
  color: inherit;
}
/** Header Code **/
.header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header.fix {
  background-color: #00000050;
}
.header-nav .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-nav .navbar-nav > li {
  position: relative;
}
.header-nav .navbar-nav > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 7px;
  position: relative;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
}
.header-nav .navbar-nav li.current-menu-item > a {
  color: #feba12;
}
.header-nav .navbar-nav li > a:hover {
  color: #feba12;
}
.header-nav > li.menu-item-has-children > a:after {
  content: "";
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  top: -3px;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
}
.header-nav .navbar-nav li.current-menu-item > a:before {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #fbd833;
  left: 0;
  right: 0;
  margin: auto;
}
.header-logo img {
  max-width: 350px;
}
.header-logo a {
  font-size: 20px;
  color: #000;
}

/*** ***/
.img-banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: saturate(143%) contrast(89%);
  transition: filter 0.3s ease;
}
.img-banner:hover {
  filter: saturate(100%) contrast(100%);
}

/*** Button ***/
.banner-section {
  position: relative;
}
.banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-title {
  text-transform: uppercase;
  font-size: 3.43333rem;
  font-weight: bold;
  letter-spacing: 0.58333rem;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
}
.banner-subtitle {
  text-transform: uppercase;
  font-size: 1.63333rem;
  font-weight: bold;
  letter-spacing: 0.58333rem;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
}
body .banner-button {
  background-color: #000;
  color: #fff;
  padding: 0.65rem 1.15rem;
  border: 2px solid #000;
  z-index: 2;
  transition: 0.01s 0.23s ease-out all;
}
body .banner-button:hover {
  background-color: #ffffff;
  color: #000;
  border: 2px solid #ffffff;
}

/** **/
.esection {
  padding-top: 60px;
  padding-bottom: 60px;
}
.title {
  font-size: 1.6rem;
  letter-spacing: 0.09rem;
  color: #07518c;
  text-transform: uppercase;
  font-weight: 700;
}
.sub-title {
  font-weight: 400;
  font-size: 24;
  color: #07518c;
  text-transform: uppercase;
}
.text {
  font-size: 16px;
  color: #8f919b;
}
.text-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
}

.btn-default {
  font-weight: 500;
  font-size: 1.1rem;
  color: #0b519d;
  padding: 0.25rem 1.16667rem;
  border: 0.25rem solid #0b519d;
  border-radius: 0;
  max-width: 100%;
  min-width: 250px;
  min-height: 44px;
}
.btn-default:hover {
  color: #0b519d;
  border: 0.25rem solid #ffcc08;
}

.experience-section {
  background-color: #f0f0f0;
}
.separator {
  display: flex;
  align-items: center;
}
.separator:before {
  content: "";
  display: block;
  margin: 15px auto;
  width: 79px;
  background-color: #ffaa06;
  height: 2px;
}

/** **/
.guid-section {
  background-color: #084f85;
}
.guid-box h4 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
  margin: 1rem 0 0;
}

.plan-tab {
}
.plan-frame {
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  filter: blur(2px);
  transition: filter 0.3s ease;
}
.plan-frame:hover {
  filter: blur(0);
}
.plan-fram-title {
  margin-top: 15px;
  font-size: 17px;
  color: #07518c;
}

/*** ***/
.area-section {
  background-color: rgb(244, 244, 244);
}
.area-box {
  background-color: #fff;
  border-width: 2px;
  border-color: #0b519d;
  border-style: solid;
  padding: 30px;
  min-height: 0px;
}
.area-title {
  font-size: 24px;
  color: #0b519d;
}

.registration-section {
  background-color: #0b519d;
}
.register-text {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.register-text a {
  color: inherit;
}
.register-text p:last-child {
  margin-bottom: 0;
}

/*** **/
.location-section {
  background-color: #f0f0f0;
}
.location-title {
  font-size: 24px;
  color: #07518c;
}
.location-subtitle {
  font-size: 18px;
  color: #07518c;
}
.locatin-list li {
  margin-bottom: 5px;
}

/*** ***/
.show-section {
  background-color: #fff;
}
body .white {
  color: #ffffff;
}
.sample-video-thumb {
  max-width: 350px;
  margin: auto;
}

/** **/
.gallery-section {
  background-color: #f0f0f0;
}
.gallery-inbox {
  position: relative;
  overflow: hidden;
}
.gallery-inbox .gallery-inbox-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 7px 10px;
}
.gallery-inbox img {
  transition: 0.23s ease-out all;
  width: 100%;
}
.gallery-inbox:hover img {
  transform: scale(1.25);
}

/*** **/
.form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: 44px;
  background-color: #ffffff;
  font-size: 13px;
  color: #5f616f;
  border: 2px solid #000;
  border-radius: 0px;
  outline: 0 none;
  box-shadow: none;
}

.btn-close {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 10px;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.23);
  background-color: #fff;
  opacity: 1;
}
.modal-content {
  padding: 15px;
  border-radius: 1px;
  border: 8px none #000000;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
  background-color: rgba(255, 255, 255, 1);
}
.modal-form-title {
  font-size: 20px;
  letter-spacing: 0.125rem;
  font-weight: 600;
}
.book-form {
  padding: 15px 30px;
}
.book-form .form-group {
  margin-bottom: 15px;
}
.modal-body {
  border: 3px solid;
}
