/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2024 | 04:56:38 */
button#subscribe-newsletter {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
	letter-spacing:2px;
	font-size:10px;
}
button#subscribe-newsletter:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #6C786F;
}
.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;
}
.hero-background.main_sec {
    position: relative;
}
.hero-background.main_sec .arrow-down {
    bottom: 50px;
	filter: drop-shadow(1px 1px 2px black);
}
.double_img {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.double_img {
    padding: 3em 0;
}
.middle_sec .singlepost_content p {
	font-size: 18px;
	font-weight: normal;
	font-family: Frank Ruhl Libre,serif;
}
.middle_sec .cusgallery .our_gallery {
    margin: 0 -8px;
}
.middle_sec .cusgallery {
    padding-top: 30px;
}
.history_sec .container {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}
.history_inner .cusrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.history_inner .cusrow .col4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
}
.history_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.history_box .history_img {
    margin-bottom: 1.2em;
    aspect-ratio: 1/.6;
    overflow: hidden;
}
.history_box .history_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.history_box .history_content h3 {
    font-size: 26px;
}
.history_box .history_content .readmore {
    margin-top: auto;
}
.history_box .history_content .readmore a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: normal;
}
.history_inner .readmore_stories {
    padding-top: 2.5em;
    text-align: center;
}
.history_inner .readmore_stories a {
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    font-size: 12px;
}
.history_title h2 {
    line-height: normal;
    margin-bottom: 4px;
}
.single-post main.main h1 {
    font-size: 48px;
}
main.main h4 {
    font-family: Frank Ruhl Libre,serif;
    font-size: 1.5em;
    margin-bottom: 0;
}
.page-hero_small {
	height: 30vh;
	max-height: 400px;
	overflow: hidden;
}
.page-hero_small .subpage-hero {
	height: 100%;
}
.page-hero__cus__title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.5rem;
	width: 90%;
	text-align: center;
}
.download-brochure__form .label-block {
	text-align: left;
	margin-bottom: 20px;
}
.download-brochure__form .label-block .wpcf7-list-item {
	display: block;
	margin: 0 1em 0 0;
}

.download-brochure__form .label-block .wpcf7-list-item input[type="checkbox"], .download-brochure__form .label-block .wpcf7-list-item input[type="radio"] {
	display: inline-block;
	width: auto;
}

.download-brochure__form .label-block .wpcf7-checkbox label {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.download-brochure__form .label-block .wpcf7-checkbox label input {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px !important;
	height: 24px;
	opacity: 0;
	z-index: 9;
}
.download-brochure__form .label-block .wpcf7-checkbox label .wpcf7-list-item-label:before{
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height:24px;
	border: 2px solid #6c786d;
	top: 0;
}
.download-brochure__form .label-block .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:after{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #6c786d;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.download-brochure__form .label-block .wpcf7-radio label {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.download-brochure__form .label-block .wpcf7-radio label input {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px !important;
	height: 24px;
	opacity: 0;
	z-index: 9;
}
.download-brochure__form .label-block .wpcf7-radio label .wpcf7-list-item-label:before{
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height:24px;
	border: 2px solid #6c786d;
	top: 0;
	border-radius: 50%;
}
.download-brochure__form .label-block .wpcf7-radio label input:checked + .wpcf7-list-item-label::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	background: #6c786d;
	border-radius: 50%;
}

@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){
	.singlepost_content .double_img:first-child {
		padding-top: 0;
	}
	.history_sec .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-post main.main h1 {
		font-size: 32px;
	}
	.history_inner .cusrow .col4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#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;
	}
}
