**,
*::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;
}
a:hover {
  text-decoration: none;
}
.text {
  font-size: calc(10px + 0.390625vw);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  color: #8c8c8c;
}
.docs {
  font-size: calc(10px + 0.390625vw);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  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*******	*/
/*	accent:#2be3e3 regular	*/

/******** 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 {
  font-family: "Poppins", sans-serif;
  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 ********/

/******** 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;
}

/*	SECTION BLOCK THIRTEEN	*/

.sb13 {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  /*			background-color: #fff;*/
}
.sb13-row {
  overflow: hidden;
  width: 90%;
}
.sb13-col > div {
  width: 100%;
  /*		commented out the height because of the new maps block	*/
  /* height: 100%;*/
}
.sb13-icon-box {
  width: 100%;
  display: -webkit-flex;
  justify-content: space-between;
  padding-left: 0;
  flex-wrap: wrap;
  padding-right: 0;
}
.sb13-icon-box > div:nth-child(1),
.sb13-icon-box > div:nth-child(2),
.sb13-icon-box > div:nth-child(3) {
  margin-bottom: 10px;
}
.sb13-1-text::before {
  content: "   ▰   ";
  color: #013000;
}
.sb13-1-text {
  color: #04baba;
}
.sb13-icon-box > div {
  width: 32%;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  transition: 500ms;
  color: #013000 !important;
}
.sb13-col > div > h2 {
  display: -webkit-flex;
  align-items: center;
}
.deli-icon {
  height: 60px;
  margin-left: 10px;
}
.sb13-icon-box > div:hover {
  background-color: #013000;
  color: #fff !important;
  cursor: pointer;
}
.sb13-icon-box > div > .docs {
  width: 80% !important;
  margin-left: 15%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.sb13-icon-box > div > img {
  width: 50px;
}
.sb13-col > div > img {
  width: 90%;
}
.sb13-btn-div {
  border: 1px solid #013000;
  background-color: transparent !important;
  padding: 0 !important;
}
.sb13-btn {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #013000;
  transition: 500ms;
}
.sb13-btn:hover {
  background-color: #013000 !important;
  color: #fff !important;
}
.map-block {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.sb13-social-block > a > img {
  height: 15px;
}
.sb13-social-block > a {
  margin: 0px 10px 10px 0px;
}
.driver-details {
  display: none;
}

/*	MORE BLOCK ONE	*/

.mbo {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 1);
  background-image: url("../images/wedding_.png");
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.mbo-row {
  overflow: hidden;
  width: 90%;
}
.mbo-btn-block {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mbo-txt-block {
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mbo-btn-block > img {
  width: 100%;
}

/*	MORE BLOCK ONE	*/

.mb2 {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb2-row {
  width: 90%;
}

/* 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;
  }

  /*	SECTION BLOCK THIRTEEN	*/

  .sb13-icon-box > div {
    padding: 10px;
  }
  .sb13-icon-box > div > h6 {
    width: 90% !important;
    margin-left: 5%;
  }
  .sb13-icon-box > div > img {
    width: 40px;
  }

  /*	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;
  }

  /*	SECTION BLOCK 13 */
  .maps-div {
    margin-top: 30px;
  }

  .sb13-col > div > img {
    width: 50%;
  }

  /* 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 {
    width: 30%;
    margin: 5px 0px 5px 20px;
  }

  /*	MORE BLOCK ONE	*/
  .mbo {
    padding-bottom: 60px;
  }

  /* 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) {
  .sb13-col > div > img {
    width: 50%;
  }

  /*	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;
  }

  /* SECTION BLOCK THIRTEEN */
  .mobile {
    display: none;
  }
  .sb13-row {
    width: 95%;
  }

  /*	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%;
  }

  /* SECTION BLOCK THIRTEEN */
  .sb13-row {
    width: 95%;
  }
  .sb13-icon-box > div {
    width: 48%;
    margin-bottom: 10px;
  }
  .sb13-icon-box > div > img {
    width: 30px;
  }
  .sb13-btn {
    padding: 10px;
  }
  .maps-div {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }
  .map-block,
  .driver-details {
    padding: 0;
    margin-bottom: 30px;
  }
  .sb13-col > div > img {
    width: 60%;
  }

  /* 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;
  }
}
