**,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  /* Fluid Responsive Font Sizing*/
  background-color: #f2f2f2;
  /*font-family: "Poppins";*/
}
a {
  margin: 0;
}
h1,
h2,
h4,
h6 {
  font-family: "Poppins", sans-serif !important;
}
a {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.text {
  font-size: calc(10px + 0.390625vw);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 20px;
}
.btn-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: calc(10px + 0.390625vw);
}
li {
  list-style-type: none;
}

/*	*******CSS*******	*/

/*	main accent #04baba , accent:#2be3e3 ,regular-text: #8c8c8c box-shadow-color #d9d9d9	*/

/******** NAV BLOCK ONE ********/
.nav-block-one {
  background-color: #849dc6;
  font-family: "Poppins";
}
.row {
  padding-top: 30px;
}
.nbo-logo {
  display: -webkit-flex;
  justify-content: center;
  width: 20%;
}
.nbo-logo > img {
  height: 70px;
}
.col {
  width: 65%;
  /*display: -ms-flexbox !important;
	        display: flex !important;
	        flex-direction: column;
	        -ms-flex-preferred-size: auto;
	        flex-basis: auto;
	        justify-content: center;*/
}
.nav-link {
  color: #000 !important;
  margin-left: auto;
  margin-right: auto;
  transition: 200ms;
  font-weight: 600;
}
.nav-item > a {
  padding: 10px 20px 0px 20px !important;
}
.nav-link:visited {
  color: #8c8c8c;
}
.nav-link:hover {
  color: #013000 !important;
}
.navlink-active {
  color: #013000 !important;
}
.nav-link-active {
  color: #013000 !important;
  border-bottom: 2px solid #013000;
  width: 70%;
  margin: 5px auto 0px auto;
}
.navbar-toggler {
  border: none !important;
}
.menu-wh {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-image: url("../svg/menu.svg") !important;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.check-reservation {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
  height: auto !important;
}
.check-reservation:hover {
  background-color: transparent !important;
  color: #013000 !important;
}

/******** HERO BLOCK ONE ********/

.hbo {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hbo-row {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-bottom: 120px;
  background-image: url("../images/view.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.hbo-text-block > h2,
.hbo-text-block > p {
  text-shadow: 0px 0px 30px #1a1a1a;
}
.hbo-row > .col-md > div {
  position: relative;
}
.hbo-form {
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 265px;
  margin-left: auto;
  margin-right: auto;
}
.hbo-form-grp {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #d9d9d9;
}
.hbo-form-grp > div {
  flex: 1;
  margin: 10px;
}
.hbo-form-grp > div > .form-control {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #595959;
}
.submit-btn {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
}
.submit-btn:hover {
  background-color: #fff !important;
  color: #013000 !important;
}

/******** GALLERY BLOCK ONE ********/

.gbo {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.gbo-row {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.gbo-row > .col-md {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.gbo-row1 {
  width: 80%;
}
.gbo-row > .col-md > div > h2,
.gbo-row > .col-md > div > .text {
  text-align: center;
}
.gbo-row1 > .col-md-4 > div {
  position: relative;
  padding: 7px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.gbo-row1 > .col-md-4 > .gbo-1 {
  transform: rotateZ(7deg);
  transition: 300ms ease-in;
}
.gbo-row1 > .col-md-4 > .gbo-2 {
  transform: rotateZ(-7deg);
  transition: 300ms ease-in;
}
.gbo-row1 > .col-md-4 > .gbo-3 {
  transform: rotateZ(7deg);
  transition: 300ms ease-in;
}
.gbo-row1 > .col-md-4 > div:hover {
  transform: rotateZ(0deg);
}
.gbo-row1 > .col-md-4 > div > .overlay {
  background: linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.5),
    hsla(0, 0%, 100%, 0)
  );
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px) !important;
  height: calc(100% - 14px) !important;
  border-radius: 20px;
  margin: auto;
  display: -webkit-flex;
  justify-content: center;
  align-items: stretch;
  z-index: 20;
  opacity: 0;
  transition: 200ms ease-in;
}
.gbo-row1 > .col-md-4 > div > .overlay:hover {
  opacity: 1;
}
.gbo-img {
  width: 100%;
  border-radius: 20px;
}
.quote {
  font-style: italic;
}
.g-btn {
  position: absolute;
  left: 50px;
  bottom: 50px;
  background-color: transparent;
  color: #fff;
  font-weight: 600 !important;
  border: none;
  z-index: 10;
}
.g-btn:hover {
  color: #2be3e3;
}
.gbo-hr {
  position: absolute;
  left: 50px;
  bottom: 20px;
  border: 1.5px solid #2be3e3;
  width: 40%;
}

/******** GALLERY BLOCK TWO ********/

.gb1 {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 40px;
  background-color: #fff;
}
.gb1-row {
  width: 80%;
  padding-top: 0px !important;
}
.gb1-row1 {
  width: 80%;
  padding: 20px 0px;
  margin: 40px auto;
  display: -webkit-flex;
  flex-direction: row-reverse;
}
.gb1-img-block {
  position: relative;
  width: 98%;
}
.gb1-title-block {
  position: absolute;
  left: 50px;
  bottom: 40px;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.gb1-title {
  color: #fff;
  font-weight: 600;
}
.gb1-bg-img {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
}
.gb1-col1 > div {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.gb1-col2,
.gb1-col1 {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.gb1-col2 > div {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.gb1-img-block2 {
  width: 48%;
  margin: 1%;
}
.gb1-hr {
  border: 1.5px solid #2be3e3;
  width: 40%;
  margin-left: 0px;
}

/*	Modal Styles */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: hsla(0, 0%, 0%, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides > img {
  display: block;
  margin: auto auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 99;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #04baba;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*	&&	*/

.small-img-block {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.column {
  width: 20%;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* FOOTER BLOCK THREE */

.fb3 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 0px 0px;
  background-color: #fff;
}
.fb3-row {
  width: 80%;
  padding-top: 10px;
}
.fb3-row1 {
  width: 100%;
  margin-top: 60px;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #013000;
  padding-top: 0;
}
.fb3-row1 > div {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fb3-row1 > div > div {
  padding: 15px;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fb3-row1 > div > div > a {
  color: #fff;
  transition: 500ms;
}
.fb3-row1 > div > div > a:hover {
  color: #a6ffff;
}
.fb3-social-icon {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-between;
}
.fb3-col-div > .fb3-img-block {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.fb3-img-block > img {
  width: 170px;
}
.fb3-col-div {
  display: -webkit-flex;
  justify-content: space-around;
}
.fb3-tel {
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px;
}
.fb3-social-icon > a > img {
  width: 40px;
}
.fb3-tel > img {
  height: 20px;
}
.div2 {
  height: 100% !important;
}
.fb3-col > .div2 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn {
  padding: 10px 15px;
  background-color: #013000;
  border: 1px solid #013000;
  color: #fff;
  border-radius: 0.25rem;
  transition: 200ms;
}
.btn:hover {
  border: 1px solid #013000;
  background-color: transparent;
  color: #013000;
}
.btn:active {
  outline: none !important;
}
.fb3-text {
  color: #013000;
  margin: 5px auto;
}

@media screen and (max-width: 2560px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1920px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1536px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h4 {
    font-size: 23px;
  }
  h6 {
    font-size: 18px;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  /*	NAV BLOCK ONE */

  .nav-link-active {
    width: 20%;
    margin: 5px 0px 5px 20px;
  }

  /* FOOTER BLOCK THREE	*/
  .fb3-row {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }

  /*	NAV BLOCK ONE */
  .navbar-nav {
    margin-top: 40px;
    width: 40%;
  }
  .nbo-logo > img {
    height: 50px;
  }
  .col {
    width: 60%;
  }
  .nbo-icons {
    width: 15%;
  }
  .nbo-icon {
    width: 15px;
  }
  .nav-link-active {
    color: #013000 !important;
    width: 30%;
    margin: 5px 0px 5px 20px;
  }

  /* GALLERY BLOCK ONE  */

  .gb1-col2,
  .gb1-col1 {
    margin: 20px auto;
  }

  /* FOOTER BLOCK THREE  */

  .div2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(1) {
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(2) {
    width: 50%;
  }
  .fb3-social-icon {
    width: 100%;
  }
  .fb3-col-div {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
  /* GALLAERY BLOCK ONE */
  .g-btn {
    position: absolute;
    left: 20px;
    bottom: 30px;
    background-color: transparent;
    color: #fff;
    font-weight: 600 !important;
    border: none;
    z-index: 10;
  }
  .g-btn:hover {
    color: #2be3e3;
  }
  .gbo-hr {
    position: absolute;
    left: 20px;
    bottom: 5px;
    border: 1.5px solid #2be3e3;
    width: 40%;
  }

  /*	Footer block one			*/

  .fb3-col-div {
    width: 100%;
  }
  .fb3-img-block > img {
    width: 120px;
  }
  .div2 {
    margin-top: 0;
  }
  .div2 > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
  }
  .div2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  /*	NAV BLOCK ONE */
  .navbar-collapse {
    padding-top: 40px;
    padding-left: 0px;
  }
  .show {
    margin-bottom: 30px;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .text,
  .btn-text {
    font-size: calc(15px + 0.390625vw);
    font-weight: 400;
  }

  /*	NAV BLOCK ONE */
  .nbo-nav {
    display: -webkit-flex;
    justify-content: space-between;
  }
  .nbo-logo {
    width: 25%;
  }
  .col {
    width: 50%;
  }
  .nbo-icons {
    width: 25%;
  }

  /*	GALLARY BLOCK ONE */
  .gb1-bg-img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
  }

  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }
  .div2 > div:nth-child(2) {
    width: 70%;
  }
  .fb3-col-div > div:nth-child(2) {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }
  .txt-ctr {
    text-align: center;
  }
  .fb3-tel {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /*	NAV BLOCK ONE */
  .nbo-logo {
    width: 35%;
  }
  .col {
    width: 35%;
  }
  .nbo-icons {
    width: 35%;
  }
  .nbo-logo > img {
    height: 25px;
  }
  .nav-link {
    font-size: 16px;
  }
}
