/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2023 | 18:11:28 */
.contact-btn,
.wpcf7-form input[type="submit"],
body .main-btn,
body ._df_button{
    background-color: transparent !important;
    font-weight: bold;
    color: #6c786f !important;
    border: 1px solid #6c786f !important;
    transition: all .3s ease;
    text-transform: none !important;
	border-radius: 0 !important;
	line-height: normal !important;
    padding: 14px 20px 13px !important;
}
.wpcf7-form input[type="submit"] {
    padding: 19px 20px 18px !important;
}
.contact-btn:hover,
.wpcf7-form input[type="submit"]:hover,
body .main-btn:hover,
body ._df_button:hover{
    background-color: #6c786f !important;
    color: #fff !important;
    border-color: #6c786f !important;
}
body .main-btn:empty {
    display: none;
}
.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 80px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 9;
    width: 23px;
    height: 23px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
    cursor: pointer;
}
@-webkit-keyframes fade_move_down {
    0% {
      -webkit-transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -webkit-transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }

  @-moz-keyframes fade_move_down {
    0% {
      -moz-transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -moz-transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }

  @keyframes fade_move_down {
    0% {
      transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }
header .bookbtn .btn-book {
    background-color: #6c786d;
    border-color: #6c786d;
    color: #fff !important;
	cursor: pointer;
    margin-left: 1.5rem!important;
    font-size: 11px;
    padding: 14px 30px 12px;
    line-height: normal;
    border: none !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
	box-shadow: none !important;
}
#bookMenu {
    background-color: #f0f0f0;
    width: 100%;
    max-width: 400px;
    justify-content: flex-start !important;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
	overflow: auto !important;
	z-index: 999999;
}
#bookMenu.show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: unset !important;
}
#bookMenu .overlay-content {
    margin: 0 !important;
    height: 100%;
    padding: 30px;
	padding-bottom: 0;
}
#bookMenu .overlay-content .closeBookMenu .close_icon{
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
    font-size: 12px;
    height: 30px;
    width: 30px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding-top: 1px;
}
#bookMenu .overlay-content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
#bookMenu .overlay-content ul li:not(:last-child) {
    margin-bottom: 20px;
}
#bookMenu .overlay-content ul li .menu_box img {
    aspect-ratio: 1/.6;
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 12px;
}
#bookMenu .overlay-content ul li div {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: normal;
}
#bookMenu .overlay-content ul li a {
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    text-transform: none !important;
	letter-spacing: 1px;
}
#bookMenu .overlay-content ul li:last-child {
    padding-bottom: 30px;
    padding-top: 70px;
}
.bookSidebar {
    overflow: hidden;
    padding-right: 17px !important;
}
.bookSidebar header.fixed-nav {
    width: calc(100% - 17px);
    left: 0;
}
.overlay_div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #000;
    opacity: .7;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    pointer-events: none;
}
.overlay_div.show {
    visibility: visible;
    opacity: .7;
    pointer-events: unset;
}
#sidebarMenu .overlay-content {
    text-align: left !important;
    padding: 2em 2em 0 3em;
}
@media screen and (min-width: 1330px){
	.sidebarIconToggle.menubtn {
		display: none !important;
	}
	.main-nav p {
		font-size: 11px;
	}
	header .main-nav:last-child {
		display: none;
	}
}
@media screen and (max-width: 1330px){
	header .main-nav:last-child {
		order: -1;
	}
	header .bookbtn {
		margin-left: auto;
		display: table !important;
	}
	header .main-nav:last-child .sidebarIconToggle.menubtn {
		margin-left: 0;
		float: none !important;
	}
	header .bookbtn .btn-book {
		margin-left: 0 !important;
	}
	header .main-nav {
		flex: 0 0 102px;
	}
}

@media screen and (max-width: 767px){
	#myVideo {
		height: auto;
		min-height: 50vh;
	}
	.home-hero-text {
		bottom: 30px;
	}
	.home-hero-text .small-title {
		line-height: 1.4;
	}
	.arrow-down {
		bottom: 35px;
		height: 16px;
		width: 16px;
		animation-duration: 5s;
	}
}
@media screen and (max-width: 575px){
	#sidebarMenu .overlay-content {
		padding: 6em 2em 0 3em;
	}
	header .bookbtn .btn-book {
		padding: 12px 20px 10px;
	}
	header .main-nav {
		flex: 0 0 82px;
	}
	#bookMenu {
		max-width: 80%;
	}
}
@media screen and (max-width: 400px){
	header .site-logo {
		max-width: 120px !important;
		height: 40px;
		object-fit: contain;
	}
}
