/**************************************************************************************
Default classes
Copyright  2021  rights reserved
**************************************************************************************/

/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */
@import url('//fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap');

html {
  min-height: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Cairo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

br {
  line-height: 18px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div {
  margin: 0;
  padding: 0;
}

table {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.grecaptcha-badge{display: none}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
form {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #f5bc43;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
.clear {
  clear: both;
}
.clear-margin {
  clear: both;
  margin: 10px 0;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-50 {
  padding: 50px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
button:active,
button:focus {
  outline: 0;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.flexRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.owl-dots button {
  background: #C4C4C4 !important;
  border: 3px solid #fff !important;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin: 0 5px;
}
.owl-dots button.active {
  background: #000 !important;
}

.ajax-loader {
  margin-top: 15px !important;
}
.btn_custom{
	background: #f15a23;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-radius: 0;
}
.hidden_class{
	display: none
}
.btn_custom:hover{
	background: #000;
  color: #fff;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: uppercase;
  color: #000;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: #000;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  text-transform: uppercase;
  color: #000;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
	border: 0;
	color: #fff;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: center;
}

/* ################################################ */
/* ############### End Default Page ############### */
/* ################################################ */


.header-container {
  background-color: #04272d;
  top: 0;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  height: fit-content;
  transition: all 0.3s ease-out;
  z-index: 9;
}
.header-container.scrolled {
  position: fixed;
  padding: 10px 0;
  background: #04272d;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 13%);
  transition: all 0.3s ease-out;
  z-index: 99;
}
.social{
	
}
.social a{background: #e46033;width: 41px;height: 41px;display: inline-block;border-radius: 50px;text-align: center;margin-left: 10px;line-height: 44px;}
.social a i{
color: #fff;
font-size: 22px;
}
.social a:hover{
	background: #fff;
	color: #000 !important;
}
.social a:hover i{
	color: #04272d;
}
.book-now {
  background: rgb(0 0 0 / 84%);
  padding: 20px;
}
.book-now h1 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
  text-align: right;
}
.book-now .form-group {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
}


.book-now input[type="submit"] {
  background: #feb832;
  color: #193a49;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
}
.book-now input[type="submit"]:hover {
  background: #f6541d;
  color: #fff;
}
.form-group label{
	color: #fff;
	text-align: right;
}
.form-group label span{
	color: #E20000
}
.hero_section{
	position: relative
}
#reg{
	position: absolute;
	bottom: 0;
	right: 5%;
	z-index: 3
}
.custom-item{
	position: relative
}
.content-slider{
	position: absolute;
	top: 50%;
	left: 5%;
	background: rgb(120 175 77 / 79%);
	padding: 20px;
	display: none
}
.content-slider span{
	font-weight: 200;
	font-size: 35px;
	display: block
}
.content-slider h2{
	font-weight: 700;
	font-size: 50px;
}
.content-slider h3{
	font-weight: 700;
	font-size: 40px;
}

footer {
  background: #041e23;
  padding: 30px 0;
}
.copyright p{
	font-size: 14px;
	text-align: right;
}
.project-by h3{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px
}
.visit-website a{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase
}
.visit-website a:hover{
	color: #C1922F
}
.visit-website h4{
	font-size: 18px;
	font-weight: 800;
}

#about{
	padding: 50px 0;
	text-align: center
}
#about h2{
	color: #04272d;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 25px;
}

#about p{
	color: #023D3F;
	margin-bottom: 15px;
	font-weight: 400;
	margin-top: 20px;
}
#about p:last-child{
	margin-bottom: 0;
}
.payment{
	padding: 60px 0;
	background: #04272d;
	text-align: center;
}
.payment h3{
	font-size: 32px;
	margin-top: 20px;
	color: #fff;
	font-weight: 700;
}
.payment img{
	width: 200px;
	height: 200px;
}
.custom_border > div:nth-child(2){
	/*border-right: 1px solid #fff*/
}
#video{
	    object-fit: cover;
    width: 100%;
	margin-bottom:-6px
}
.play-btn {
	background: url("../images/pause.png") no-repeat center center;
	opacity: 0.2;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	cursor: pointer
}

.play-btn.hide {
	background: url("../images/play.png") no-repeat center center;
	opacity: 1;
}

.slider-play {
	display: none;
}



.video {
	position: relative;
}

.video:after {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.location h2{
	background: #e5612b;
	padding: 10px 0;
	color: #fff;
	font-size: 50px;
	text-align: center;
	font-weight: 700;
}
.contact{
	background: #04272d;
	padding: 50px 0;
	color: #C1922F;
}
.contact h2{
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: right;
}
.contact-box{
	text-align: center
}
.contact-box a{
    display: block;
    background: #051e23;
    height: 100%;
    padding: 80px 0;
    color: #fff;
}
.contact-box a i{
	font-size: 90px;
	margin-bottom: 45px
}
.contact-box a h3{
	color: #fff;
	font-size: 30px;
	font-weight: 200;
}

.contact-box a:hover{
	background: #0e2e35;
}
.contact-box a:hover h3{
	color: #fff
}
.dark-color a{
/* 	    background: #0e2e35; */
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  float: right;
  color: #fff !important;
}
.desktop-row {
  display: flex;
  align-items: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  text-align: center;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.pagenotfound{
	text-align: center;
	height: 80vh
}
/* ############### Start site Css ############### */

/* ############### Thank You Page Css ############### */

.thankYou{
  padding: 40px 0;
  position: relative;
  height: 90vh;
  background: #04272d;
  text-align: center
}
.custom-postion{
		position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thankYou h1{text-transform: uppercase;font-size: 80px;font-weight: 300;color: #ffffff;}
.thankYou p{font-size: 27px;text-transform: uppercase;color: #ffffff;}
.thankYou img{
  margin-bottom: 40px;
}