

/*--------------------------------------------------------------
#2	hero
--------------------------------------------------------------*/
.hero .item {
	position: relative;
	margin: 0;
	width: 100%;
	height: 700px;
}

.hero .item-1 {
	background: url(../images/slider-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.hero .item-2 {
	background: url(../images/slider-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.hero .container {
	color: #fff;
	text-align: center;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.hero .item img {
    display: block;
    width: 100% !important;
}


/******************** title-box ********************/
.hero .container .box {
	/* background: url(../images/slide-title-bg.png) no-repeat;
	background-size: cover;
	width: 894px;
	height: 279px; */
	margin: 0 auto;
	position: relative; 
	margin-top: 430px;
}

.hero .box span {
	font-size: 29px;
	position: absolute;
	left: 50%;
	top: -9%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.hero .box h2 {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 66px;
	margin: 0;
	position: relative;
	top: 27px;
	font-family: El Messiri;
}

.hero .box + p {
	font-size: 18px;
	line-height: 28px;
	padding: 0 83px;
	margin: 20px 0 10px;
}

.hero .col a {
	background-color: transparent;
	display: inline-block;
	width: 218px;
	height: 43px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	border: 1px dashed #fff;
	border-radius: 0;
}


/******************** slider-button ********************/
.hero .owl-prev,
.hero .owl-next {
	right: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero .owl-next {
	top: 55%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}

.hero .owl-prev:hover,
.hero .owl-next:hover {
	background-color: #000 !important;
} 



/*--------------------------------------------------------------
#3	about-booking
--------------------------------------------------------------*/
.home-about{	
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}


/*--------------------------------------------------------------
#3.1	about
--------------------------------------------------------------*/
.about-content {
	text-align: center;
	padding-right: 0;
	padding-top: 0;
	padding-left: 50px;
}

.about-content h3 {
	line-height: 50px;
	margin-bottom: 10px;
	font-family: El Messiri;
	text-align: left;
	font-size: 40px;

}

.about-content img {
	display: block;
	margin: 0 auto;
}

.about-content p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	text-align:justify;
}

.abtBg {
		background-image: url("../images/about3.jpg");
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 72vh;
		border-radius: 10px 10px 10px 10px;

}
.home-about img {
    border-radius: 10px 10px 10px 10px;
}
.about-box-wrapper {
	display: flex;
	flex-direction: row;
	text-align: left;
	align-items: center; 
	margin-top: 20px;
}
.about-box-icon {
	display: inline-flex;
		flex: 0 0 auto;
		margin-right: 15px;
		vertical-align: middle;
}
.about-box-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
	font-size: 40px;
	color: #d34908  ;
}
.about-box-content {

}
.about-box-content h4{
	font-family: El Messiri;
	font-size: 24px;

}
.about-box-content p{

}


/*--------------------------------------------------------------
#3.2	booking
--------------------------------------------------------------*/
.booking,
.booking .section-title p  {
	color: #fff;
}

.booking .section-title p {
	margin-bottom: 2em;
}

.booking form .col:nth-child(4),
.booking form .col:nth-child(5),
.booking form .col:nth-child(6) {
	margin-bottom: 0;
}


/*form*/
.booking form {
	border-top: 1px solid rgba(255,255,255, 0.2);
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	padding: 55px 0;
}

.booking form .col {
	padding: 0;
	margin-bottom: 40px;
	position: relative;
}

.booking form .col i {
	color: #88a800;
	position: absolute;
	left: 180px;
	top: 60%;
}

.booking form .col .flaticon {
	top: 48%;
	left: 150px;
}

.booking form .col .flaticon:before {
	margin: 0;
}

.booking form label {
	display: block;
}


/*inputs & selects*/
.booking form input,
.booking form select {
	width: 200px !important;
	height: 40px;
	border: 0;
	box-shadow: none;
}

.booking form select,
.booking form input[type="number"] {
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform: uppercase;
}

.booking form input:focus {
	box-shadow: none;
	background-color: #a6cb56;
	color: #576e00;
	text-transform: uppercase;
}

.booking form input[type="submit"] {
	background: transparent;
	width: 160px !important;
	height: 45px;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 25px;
	z-index: 3;
}

.booking form + div {
	margin-top: 35px;
}


/*social links*/
.booking .social ul li {
	margin-left: 5px;
}

.booking .social a {
	width: 35px;
	height: 35px;
	color: #01bd07;
	text-align: center;
	border: 1px solid #01bd07;
	border-radius: 50%;
	padding: 0;
}

.booking .social a i {
	font-size: 17px;
	line-height: 35px;
	display: inline-block;
}

.booking .social a:hover {
	background-color: #fff;
	color: #01bd07;
}


/*verify text*/
.booking .social + div p {
	color: #b2df46;
}



/*--------------------------------------------------------------
#5	service
--------------------------------------------------------------*/
.service {
	background: #FFFBE9;
	padding: 70px 0 350px;
	margin-top: -12px;
	position: relative;
	overflow: hidden;
}


/*section-title*/
.service .section-title {
	
}

.service .section-title h2 {
	margin: 0 0 1.25em;
	font-family: El Messiri; 

}

.service .section-title p {
	line-height: 26px;
}


/*service-slider*/
.service .service-slider {
	text-align: center;
}

.service .service-slider h3 {
	font-size: 23px;
	color: #222222;
	margin: 1.4em 0 0.8em;
	text-transform: none;
	font-family: El Messiri;

}

.service .service-slider p {
	font-size: 15px;
	color: #d34908;
	margin: 0;
	padding: 0 5px;
}

.service .service-slider img {
	display: block;
	margin: 0 auto;
}

.service .service-slider .thumbnail {
	background: url(../images/home-2/services/slider/item-bg.png) no-repeat center 60px;
	border: 1px dashed rgba(211,164,0,0.5) ;
	padding: 0 0 50px 0;
}
.service .service-slider .service-item {
	padding-left: 15px;
	padding-right: 15px;
}
/*owl-controls*/
.service .owl-prev,
.service .owl-next {
	top: 45%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.service .owl-next {
	right: -5px;
}

.service .owl-prev {
	left: -5px;
}



/*--------------------------------------------------------------
#7	news-shop
--------------------------------------------------------------*/
/*portfolio*/
.news-shop .news .portfolio h3 {
	margin: 0 0 1.33em;
	font-family: El Messiri; 

}

.news-shop .news .portfolio h3 + p {
	font-size: 19px;
	line-height: 30px;
	margin: 0 0 2em;
}

.news-shop .news .portfolio span {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}


/*news-slider*/
.news-shop .news-slider {
	margin: 65px 0;
}

.news-shop .news-slider .date > div {
	background-color: #fff;
	width: 90px;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
}

.news-shop .news-slider .date p {
	font-size: 41px;
	color: #87a900;
	line-height: 32px;
	margin: 0;
}

.news-shop .news-slider .date p span {
	display: block;
	font-size: 21px;
}


/*news-details*/
.news-shop .news-slider .news-details {
	padding: 0;
}

.news-shop .news-slider .news-details .playfair {
	font-size: 16px;
	color: #d34908 ;
	margin: 0;
}

.news-shop .news-slider .news-details h3 {
	font-size: 23px;
	margin: 0.8em 0 1.5em;
}

.news-shop .news-slider .news-details p {
	font-size: 17px;
	color: #fff;
	line-height: 25px;
	margin: 0 0 18px;
}


/*owl-controls*/
.news-shop .news-slider .owl-prev,
.news-shop .news-slider .owl-next {
	bottom: -50px;
}

.news-shop .news-slider .owl-prev {
	left: 10px;
}

.news-shop .news-slider .owl-next {
	left: 50px;
}


