/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo&display=swap');
body
{
	margin:0px;
	overflow-x:hidden;
	font-family: cairo, "Times New Roman", Times, serif;  /*'Montserrat', sans-serif;*/
	font-size:11pt;
}

#body_hold
{
	width:100%;
	background-size:cover;
}

.body_scroll
{
	overflow:hidden;
}

.header
{
	float:left;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;

	background-color: rgba(255, 255, 255,0.5)
}

.nav_wrap
{
	width:90%;
	margin:0 auto;
}

.nav_div
{
	text-transform:uppercase;
	font-size:9pt;
	padding:32px 12px 0px 12px;
	float:left;
}

.logo_img
{
	width:150px;
	border:0px;
}

.logo_hold
{
	width:140px;
	float:right;
}

.nav_hold
{
	float:left;
}

.ahref
{
	text-decoration:none;
	color:#867449;
}

.ahref:hover
{
	color:#7c3e35;
}

.footer
{
	width:100%;
	float:left;
	font-size:9pt;
	background-color:#aca17d;
	padding:7px 0px;
	color:#fff;
}

.footer_end
{
	width:100%;
	font-size:9pt;
	position:fixed;
	background-color:#aca17d;
	bottom:0px;
	padding:7px 0px;
	color:#fff;
}

.footer_c
{
	width:100%;
	font-size:9pt;
	position:relative;
	background-color:#aca17d;
	padding:7px 0px;
	color:#fff;
}

.footer_b
{
	width:100%;
	font-size:9pt;
	position:absolute;
	background-color:#aca17d;
	padding:7px 0px;
	color:#fff;
}

.footer_hold
{
	width:90%;
	margin:0 auto;
}

.copyl
{
	float:right;
}

.copyr
{
	float:right;
}

.full_img
{
	width:100%;
	display:block;
}

.menu_cover
{
	width:100%;
	height: 100vh!important;
	position:fixed;
	z-index:99999;
	background-image:url(../images/menu_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
}

.menu_table
{
	height:550px; 
	width:350px; 
	background-image:url(../images/menu-list.png);
	background-repeat:no-repeat;
	background-position:center;
	size:50%;
}

.menu_href
{
	text-decoration:none;
	color:#7c3e35;
}

.menu_href:hover
{
	color:#867449;
}

.menu_hold
{
	padding-top:100px;
}

.menu_head
{
	color:#7c3e35;
	text-transform:uppercase;
	border-bottom:1px solid #867449;
	width:35%;
	padding:15px 0px;
	letter-spacing:2px;
	font-size:12pt;
	margin-bottom:15px;
}

.menu_part
{
	color:#7c3e35;
	text-transform:uppercase;
	width:50%;
	padding:12px 0px;
	font-weight:bold;
	letter-spacing:3px;
}

.menu_next
{
	color:#7c3e35;
	text-transform:uppercase;
	width:65%;
	padding:3px 0px;
	letter-spacing:2px;
	font-size:7pt;
	line-height:16px;
	padding-top:10px;
	display:none;
}

.menu_end
{
	border-top:1px solid #867449;
	width:35%;
	margin-top:15px;
}

.lm_href
{
	color:#7c3e35;
	text-transform:uppercase;
	text-decoration:none;
	z-index:9999;
	position:relative;
}

/*
.lm_href:hover
{
	text-decoration:underline;
}
*/
.lm_wrap
{
	border:2px solid #7c3e35;
	border-radius:3px;
	padding:15px 25px;
	color: #7c3e35;
	text-transform:uppercase;
	width:120px;
	margin:35px 50px;
	font-weight:bold;
	text-align:center;	
}

.lm_wrap_lt
{
	border:2px solid #7c3e35;
	border-radius:3px;
	padding:15px 25px;
	color: #7c3e35;
	text-transform:uppercase;
	width:120px;
	margin:35px 50px;
	font-weight:bold;	
	text-align:center;
}

.lm_wrap_rt
{
	border:2px solid #7c3e35;
	border-radius:3px;
	padding:15px 25px;
	color: #7c3e35;
	text-transform:uppercase;
	width:120px;
	margin:35px 2px;
	font-weight:bold;
	float:right;
	text-align:center;
}

.lm1
{
	top:570px;
	left:120px;
	position:absolute;
}

.lm2
{
	top:1530px;
	right:120px;
	position:absolute;
}

.lm3
{
	top:2550px;
	left:47%;	
	position:absolute;
}

.lm4
{
	top:3280px;
	left:150px;	
	position:absolute;
}

#home_main
{
	height:2100px;
	background-size:cover;
	width:100%;
	background-image:url(../images/cut_img12.png), url(../images/bg1.jpg);
	background-repeat:no-repeat, no-repeat;
}

/* /////////////// */

.home_text1
{
	width:100%;
	padding:170px 0px 0px 0px;
}

.text_head1
{
	font-size:2.5em;
	letter-spacing:2px;
	color: #7c3e35;
	font-weight:bold;
	line-height:40px;
	width:550px;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:2px solid #7c3e35;
	margin:0px 0px 0px 50px;
}

.text_hold1
{
	width:550px;
	margin:0px 0px 0px 50px;
	font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
	padding:20px 0px 0px 0px;
	color:#111;
	font-size: 1.1rem;
}

/* /////////////// */

.home_text2
{
	width:100%;
	padding:210px 0px 0px 0px;
	position:absolute;
}

.home_text2_hold
{
	width:550px;
	float:left;
	padding-right:50px;
}

.text_head2
{
	font-size:28pt;
	letter-spacing:7px;
	color: #7c3e35;
	font-weight:bold;
	line-height:40px;
	width:550px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0px 0px 0px 0px;
	text-align:right;
}

.text_hold2
{
	width:550px;
	margin:0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
	padding:20px 0px 0px 0px;
	color:#111;
	text-align:right;
}

.text_hold2_head
{
	color: #867449;
	font-weight:bold;
	letter-spacing:3px;
	padding-bottom:5px;
}

/* /////////////// */

.home_text3
{
	width:100%;
	padding-top:1100px;
	position:absolute;
	top:0px;
}

.text_head3
{
	font-size:28pt;
	letter-spacing:2px;
	color: #7c3e35;
	font-weight:bold;
	line-height:40px;
	width:550px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0px auto;
	text-align:center;
}

.text_hold3
{
	width:520px;
	margin:0px auto;
	font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
	padding:20px 0px 0px 0px;
	color:#111;
	line-height:18px;
	text-align:center;
}

/* /////////////// */

.home_text4
{
	width:100%;
	padding-top:1300px;
	position:absolute;
	top:0px;
}

.text_head4
{
	font-size:28pt;
	letter-spacing:2px;
	color: #7c3e35;
	font-weight:bold;
	line-height:40px;
	width:550px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0px 0px 0px 50px;
}

.text_hold4
{
	width:520px;
	margin:0px 0px 0px 50px;
	font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
	padding:20px 0px 0px 0px;
	color:#111;
	line-height:18px;
}

.page_bg
{
	background-size:cover;
	overflow:hidden;
}

.text_wrap
{
	padding:120px 0px 0px 0px;
}

.text_hold
{
	width:90%;
	margin:0 auto;
}

.page_title
{
	font-size:24pt;
	letter-spacing:5px;
	color:#7c3e35;
	font-weight:bold;
	text-transform:uppercase;
}

.about_menu
{
	width:100%;
	color:#7c3e35;
	margin-top:15px;
	position:relative;
	z-index:999;
}

.abtmenu_link
{
	padding:0px 25px;
	border-left:2px solid #7c3e35;
	font-size:9pt;
	height:9px;
	line-height:9px;
	float:right;
	text-transform:uppercase;
}

.about_href
{}

.text_title
{
	padding:70px 0px 15px 0px;
	color:#7c3e35;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.text_title_b
{
	padding:70px 0px 5px 0px;
	color:#7c3e35;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.text_title_subs
{
	padding:40px 0px 15px 0px;
	color:#7c3e35;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.text_title_sub
{
	padding:5px 0px 5px 0px;
	color:#7c3e35;
	font-size:10pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.text_title_ev
{
	padding:70px 0px 5px 0px;
	color:#7c3e35;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.page_text
{
	width:45%;
	color:#444;
	line-height:18px;
}

.page_text_m
{
	width:45%;
	color:#444;
	font-size:9pt;
}

.page_text_c
{
	width:55%;
	color:#444;
}

.page_text_sub
{
	width:60%;
	color:#444;
	line-height:18px;
}

.page_pic
{
	width:50%;
	left:0px;
	top:81px;
	border:0px solid #090;
	padding-bottom:0px;
	position:absolute;
	
	background-size:cover;
}

.page_pic img
{
	width:100%;
	display:block;
}

.page_pic_sub
{
	width:29%;
	left:0px;
	top:78px;
	border:0px solid #090;
	padding-bottom:0px;
	position:absolute;	
}

.page_pic_sub img
{
	width:100%;
	display:block;
}

#scroll_content
{
	max-height:290px;
	width:50%;
	color:#444;
	line-height:18px;
}

#scroll_text
{
	max-height:290px;
	width:50%;
	color:#444;
	line-height:18px;
}


.scroll_down
{
	display:block;
}

.sub_table
{
	width:800px;
	position:absolute;
	bottom:6%;
}

.sub_table td
{
	padding:0px 50px 15px 0px;
}

.sub_table img
{
	border:0px;
}

.sub_table_b1
{
	position:fixed;
	bottom:14%;
}

.sub_table_b1 td
{
	padding:0px 50px 25px 0px;
}

.sub_table_b1 img
{
	border:0px;
}

.sub_table_b2
{
	position:fixed;
	bottom:6%;
}

.sub_table_b2 td
{
	padding:0px 50px 15px 0px;
}

.sub_table_b2 img
{
	border:0px;
}


.grey_img
{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
}

.index_table
{
	margin:25px auto 0px auto;
	position:relative;
	z-index:9;
}

.index_table td
{
	padding:20px 35px 0px 35px;
}

.contact_hold
{
	width:100%;
	padding-top:20px;
	float:left;
}

.contact_half
{
	width:50%;
	float:left;
}

.text_title_g
{
	padding:70px 0px 0px 0px;
	color:#7c3e35;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

.gallery_hold
{
	width:90%;
}

.gallery_img
{
	width:18%;
	margin:10px;
	float:left;
}

.gallery_img img
{
	display:block;
	width:100%;
}

.event_hold
{
	width:100%;
	float:left;
}

#scroll_gallery
{
	/*max-height:290px;*/
}

.map
{
	border:1px solid #867449;
	margin:20px 0px;
}

.form_input
{
	width:80%;
	padding:7px;
	border:1px solid #867449;
	border-radius:3px;
	background-color:rgba(213,213,213,0.4);
	outline:none;
}

.form_input:focus
{
	border:1px solid #7c3e35;
}

.form_label
{
	color:#7c3e35;
	font-size:9pt;
	text-transform:uppercase;
	padding-bottom:2px;
}

.form_btn
{
	padding:10px 20px;
	color:#eee;
	background-color:#7c3e35;
	border-radius:3px;
	width:70px;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	font-size:9pt;
}

.form_btn:hover
{
	background-color:#867449;
}

.srv_text
{
	line-height:23px;
}

.menu_font
{
	font-size:11pt;
	padding-bottom:2px;
}

.pagepic_mob, .pagepic_mob_b
{
	display:none;	
}

.nav_click
{
	display:none;
}

#menu_large
{
	display:block;
}

.sub_table_mob
{
	display:none;
}

.cap_gap
{
	height:150px;
}

.index_table_mob
{
	display:none;
}

.sub_gap
{
	display:none;
}

.media_gap
{
	height:70px;
}

@media only screen and (max-width: 800px) 
{
	/*body
	{
		background-attachment:fixed;
		background-repeat:repeat-y;
	}*/
	
	.page_pic
	{
		display:none;
	}

	.pagepic_mob
	{
		width:100%;
		display:block;
		position:absolute;
		left:0px;
	}
	
	.pagepic_mob img
	{
		width:100%;
		display:block;
	}
	
	
	.pagepic_mob_b
	{
		width:100%;
		display:block;
	}
	
	
	.pagepic_mob_b img
	{
		width:100%;
		display:block;
	}
	
	#scroll_text
	{
		width:100%;
		line-height:18px;
		float:left;
		font-size:10pt;
	}
	
	.abtmenu_link
	{
		padding:10px 0px;
		width:90%;
		border-right:0px solid #7c3e35;
		font-size:9pt;
		height:9px;
		line-height:9px;
		float:right;
		text-transform:uppercase;
	}
	
	.text_wrap
	{
		padding:120px 0px 0px 0px;
		width:100%;
		border:0px solid #090;
	}
	

	.copyl
	{
		float:right;
		font-size:9px;
	}
	
	.copyr
	{
		float:left;
		font-size:8px;
	}
	
	.about_menu
	{
		width:100%;
		color:#7c3e35;
		margin:10px 0px 35px 0px;
		position:relative;
		z-index:999;
		float:left;
	}
	
	.page_text
	{
		width:100%;
		color:#444;
		line-height:18px;
		font-size:10pt;
	}
	
	.body_scroll
	{
		overflow:auto;
	}
	
	.footer_end
	{
		width:100%;
		font-size:9pt;
		position:static;
		float:left;
		background-color:#aca17d;
		bottom:0px;
		padding:7px 0px;
		color:#fff;
	}
	
	.footer_c
	{
		width:100%;
		font-size:9pt;
		position:static;
		background-color:#aca17d;
		padding:7px 0px;
		color:#fff;
	}
	
	.page_text_c
	{
		width:100%;
		color:#444;
		padding-bottom:20px;
		font-size:10pt;
	}
	
	.nav_click
	{
		display:block;
	}
	
	#menu_large
	{
		display:none;
	}
	
	.text_title_b
	{
		padding:0px 0px 5px 0px;
		color:#7c3e35;
		font-size:15pt;
		text-transform:uppercase;
		letter-spacing:3px;
		font-weight:bold;
	}
	
	.page_pic_sub
	{
		display:none;
	}
	
	.page_text_sub
	{
		width:100%;
		font-size:10pt;
	}
	
	.sub_table_large
	{
		display:none;
	}
	
	.sub_table_mob
	{
		display:block;
	}
	
	.sub_table_mob
	{
		width:90%;
		padding-top:140px;
	}
	
	.sub_table_mob td
	{
		width:50%;
		padding:0px 30px 20px 5px;
	}
	
	.text_head1
	{
		font-size:2em;
		letter-spacing:2px;
		color: #7c3e35;
		font-weight:bold;
		line-height:40px;
		width:100%;
		text-transform:uppercase;
		padding-bottom:5px;
		border-bottom:2px solid #7c3e35;
		margin:0px 0px 0px 0px;
		text-align:center;
	}
	
	.text_hold1
	{
		width:100%;
		font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
		padding:20px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		color:#111;
		line-height:18px;
		text-align:center;
		font-size:10pt;
	}
	
	.text_head2
	{
		font-size:22pt;
		letter-spacing:7px;
		color: #7c3e35;
		font-weight:bold;
		line-height:40px;
		width:100%;
		text-transform:uppercase;
		padding-bottom:5px;
		margin:0px 0px 0px 0px;
		text-align:center;
	}
	
	.text_hold2
	{
		width:100%;
		margin:0px 0px 0px 0px;
		font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
		padding:20px 0px 0px 0px;
		color:#111;
		text-align:center;
		font-size:10pt;
	}
	
	.index_table
	{
		display:none;
	}
	
	.index_table_mob
	{
		margin:25px auto 50px auto;
		position:relative;
		z-index:9;
		display:table;
		width:90%;
	}
	
	.index_table_mob td
	{
		padding:20px 20px 0px 5px;		
	}
	
	.index_table_mob img
	{
		display:block;
	}
	
	.lm_wrap_lt
	{
		border:2px solid #7c3e35;
		border-radius:3px;
		padding:15px 25px;
		color: #7c3e35;
		text-transform:uppercase;
		width:120px;
		margin:20px auto 50px auto;
		font-weight:bold;	
		text-align:center;
	}
	
	.home_text2_hold
	{
		width:100%;
		float:none;
		padding-right:0px;
	}
	
	.cap_gap
	{
		display:none;
	}
	
	.lm_wrap_rt
	{
		border:2px solid #7c3e35;
		border-radius:3px;
		padding:15px 25px;
		color: #7c3e35;
		text-transform:uppercase;
		width:120px;
		margin:20px auto 50px auto;
		font-weight:bold;
		float:none;
		text-align:center;
	}
	
	.text_head3
	{
		font-size:22pt;
		letter-spacing:2px;
		color: #7c3e35;
		font-weight:bold;
		line-height:40px;
		width:100%;
		text-transform:uppercase;
		padding-bottom:5px;
		margin:0px auto;
		text-align:center;
	}
	
	.text_head4
	{
		font-size:22pt;
		letter-spacing:2px;
		color: #7c3e35;
		font-weight:bold;
		line-height:40px;
		width:100%;
		text-transform:uppercase;
		padding-bottom:5px;
		margin:0px 0px 0px 0px;
		text-align:center;
	}
	
	.text_hold4
	{
		width:100%;
		margin:0px 0px 0px 0px;
		font-family: Georgia, "Times New Roman", Times, serif; /*'Montserrat', sans-serif;*/
		padding:20px 0px 0px 0px;
		color:#111;
		line-height:18px;
		text-align:center;
	}
	
	.contact_half
	{
		width:100%;
		float:left;
	}
	
	.sub_gap
	{
		display:block;
		width:100%;
		height:70px;
	}
	
	.gallery_img
	{
		width:45%;
		margin:5px;
		float:left;
	}
	
	.gallery_img img
	{
		display:block;
		width:100%;
	}
	
	.media_gap
	{
		height:45px;
	}

}
