@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

@font-face {
	font-family: Almarai;

	src: url('../fonts/Almarai-Regular.ttf');
}

@font-face {
	font-family: Almarai-light;

	src: url('../fonts/Almarai-Light.ttf');
}

@font-face {
	font-family: Almarai-bold;

	src: url('../fonts/Almarai-Bold.ttf');
}

@font-face {
	font-family: Almarai-extra;

	src: url('../fonts/Almarai-ExtraBold.ttf');
}

html {
	height: 100%;
}

body {
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #454545;
	overflow-x: hidden;
	position: relative;
	height: 100%;
}

header {

	display: flex;
	align-items: center;
	border-top: solid #dca522;
	position: fixed;
	color: #D8B688;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	border-radius: 0px 0px 10px 10px;
	z-index: 9;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #23282CE5;
	box-shadow: 0px 4px 4px 0px #00000040;

	/* box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3); */
}


@media(min-width:767px) {
	header {
		height: 111px;
	}

	/* #why
	{margin-top: 150px;} */
}

.iti {
	width: 100% !important;
}

label.error {
	color: #ff0000;
	font-weight: normal;
	text-align: right;
}

input.error,
select.error {
	border-bottom: #ff0000 solid 1px !important;
}

li.nav-item:hover {
	cursor: pointer;
}

a {
	color: #333;
}

.overlay {
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 64px 0 0 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

.prophiet {
	font-weight: 100;
}

.main-banner {
	background: url(../../archive.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	padding: 214px 0 0 0;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	font-size: 38px;
	font-weight: bold;
	color: #dca522;
}

.subtitle {
	font-family: Almarai;
	font-size: 40px;
	font-weight: 300;
	line-height: 44.64px;
	color: #D8B688;


}

.form-box {
	/* background: url(../img/form.jpg); */
	border-radius: 37px;
	padding: 20px;
	border: solid thin #dca522;
	position: relative;
	z-index: 0;
	margin-bottom: -70px;
	height: 7;
	box-shadow: 0px 0px 80px 0px #C5A04D40;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);

}

.box-title h3 {
	font-family: Almarai;
	font-size: 33px;
	font-weight: 800;
	/* line-height: 67px; */
	text-align: center;
	color: #C69955;
}

.box-title p {
	color: #000000A3;
	font-family: Almarai;
	font-size: 20px;
	font-weight: 300;
	/* line-height: 67px; */
	text-align: center;


}

@media(max-width:767px) {
	.box-title h3 {
		font-size: 24px;

	}

	.form-box {}

	.why-us {
		padding-right: 0px;
		padding-left: 0px;
	}

	.contact-form {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.form-box .form-group {
	margin-bottom: 20px;
}

.form-box .submit-btn {
	background: #1b4596;
	color: #fff;

}

.form-box input {
	border: 1px solid #C69955;
	border-radius: 10px;
	text-align: right;
	padding-right: 79px !important;
	height: 50px;

}
#name
{
	padding-right: 15px !important;

}
.form-box select {
	border: 1px solid #C69955;
	border-radius: 10px;
	height: 50px;
	text-align: right;
}

.form-box select::before {
	content: ">";
	color: #C69955;

	font-size: 16px;
	transform: rotateZ(-90deg);
}

.contact-form {
	display: flex;
	justify-content: center;
	/* position: relative; */
}

@media(min-width:767px) {
	.form-box {
		max-width: 50%;
	}
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
	right: 0px !important;
	left: auto !important;
}

.iti__selected-flag {
	gap: 10px;
	border-left: 1px solid #C09300;
	padding-right: 15px;
}

.iti__selected-flag::after {
	/* content: ">";
	color: #C69955;
	font-size: 16px;
	transform: rotateZ(-90deg); */
}

.iti__arrow {
	/* display: none; */

}

.field-icon {
	position: absolute !important;
	left: 20px;
	top: 13px;
	font-size: 18px;
	color: #222;
}

.hotline {
	direction: ltr;
	font-size: 20px;
	/* padding: 20px; */
	font-weight: bold;
	color: #9b3a09;
	height: 55px;
	text-align: center;
	/* margin-bottom: -20px; */
	z-index: 99;
	position: relative;
	border-radius: 15px;
	/* margin-top: 29px; */
	/* line-height: 3rem; */
	/* top: 50%; */
	align-items: center;
	font-weight: bolder;
	font-family: 'Amiri';
}

@media(min-width:767px) {
	.hotline {
		direction: ltr;
		font-size: 20px;
		/* padding: 20px; */
		font-weight: bold;
		color: #9b3a09;
		height: 55px;
		text-align: center;
		/* margin-bottom: -20px; */
		z-index: 99;
		position: relative;
		border-radius: 15px;
		/* margin-top: 29px; */
		/* line-height: 3rem; */
		/* top: 50%; */
		display: flex;
		align-items: center;
		font-weight: bolder;
		font-family: 'Amiri';
	}

}

.hotline p {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
	color: #333
}

.hotline i {
	color: #333
}

.belt {
	background: #151515;
	height: 50px;
	margin-bottom: 0px;
}
.why-us {
	/* background-color: #000; */
	padding-top: 80px;
	padding-bottom: 110px;
	background-color: #282421;
	/* background-image: url(../img/wing.png); */
	/* padding-top: 110px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.form-box {
	/* position: relative; */
}

.shiekh img {
	border-radius: 10px;
}
.aa
{
	border: 0px !important;
}
select ::after
{
	border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
	z-index: 10;
}
.wing {
	position: absolute;
	top: -3%;
	width: 77%;
	right: 0%;
}

.why-us h2 {
	color: #dca522;
	font-weight: bold;
}

.why-us p.subtitle {
	color: #888;
	margin-bottom: 30px;
}

#why {
	/* background: linear-gradient(180deg, rgba(64, 60, 50, 0.5) -120.92%, #23282C 42.48%); */
	background-image:
		linear-gradient(to bottom, #282421 14%, rgba(64, 60, 50, 0.842) 28.82%, rgba(64, 60, 50, 0.881)41.59%, #282421 67.42%, rgba(64, 60, 50, 0.5) 100.0%),
		linear-gradient(to top, #282421 14%, rgba(64, 60, 50, 0.012) 28.82%, rgba(64, 60, 50, 0.385)41.59%, #28242155 67.42%, rgba(64, 60, 50, 0) 100.0%),
		url(../img/kaba.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#whys {
	/* background: linear-gradient(180deg, rgba(64, 60, 50, 0.5) -120.92%, #23282C 42.48%); */
	background-color: #303030 !important;
	padding-top: 10px;
	/* padding-bottom: 130px; */
	/* padding-top: 260px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* margin-bottom: 100px; */
}



.whySec {
	margin-bottom: 70px;
}

#contactUs {
	padding-bottom: 120px;
}

.hajjk {
	font-family: Almarai-extra;
	font-size: 55px;
	font-weight: 800;
	line-height: 66px;
	color: #E7D3B6;
	text-align: right;
	/* margin-bottom: 0px; */

}

.withNa {
	font-family: Almarai-light;
	margin-bottom: 0px;
	font-size: 50px;
	font-weight: 300;
	line-height: 66px;
	color: #E7D3B6;
	text-align: right;

}

/* .advance li:before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: -40px;
	font-size: 20px;
	color: #dca522;
	margin-top: 0;
	position: absolute;
} */

.advance li {
	font-family: Almarai;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	text-align: justify;
	color: #ffffff;
	list-style: none;

}

/* background: linear-gradient(236.85deg, #23282C 4.29%, rgba(35, 40, 44, 0.8) 74.38%); */
.line {
	/* margin-top: 140px !important; */
	opacity: 50%;
	background-color: #E7D3B6;
	height: 1px;
}

.mainTitle {
	font-family: Almarai;
	font-size: 64px;
	font-weight: 800;
	line-height: 80px;
	color: #D8B688;
	text-align: right;

}



.main-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

#video h2 {
	color: #dca522;
	font-weight: bold;
	letter-spacing: -1px;
}

#video h3 {
	font-weight: 300;
}

#small-vedio iframe {
	width: 100%;
	height: 550px;
}

#video {
	background-color: #303030 !important;
	background-size: cover;
	background-position: center;
	padding: 20px;
}

#video h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
}


#video h3 a {
	color: #e08b0b;
	font-weight: bold
}

.semi-wing {
	width: 400px;
}

.play-o {

	width: 100px;

	margin: 0 auto;

	display: block;
}

.popup-vedio p {
	color: #fff;
	display: inline-block;
	clear: both;
	padding: 5px 35px;
	border-radius: 30px;
	background: #ffffff21;
	position: relative;
	top: -20px;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: -20px;
	top: -20px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	background: #fff !important;
	border-radius: 50%;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#small-vedio {
	background: white;
	padding: 20px;
	text-align: left;
	max-width: 1190px;
	margin: 40px auto;
	position: relative;
	border-radius: 4px;
}

#small-vedio h3 {
	color: #de5749;
}

#small-vedio p {
	color: #6b6b6b;
}

#small-vedio .pop_up ul {
	background: #e4e4e4;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 4px;
}

#small-vedio li {
	background: #dd5749;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 45px;
	border-radius: 4px;
}

#small-vedio li span {
	display: inline-block;
}

#small-dialog li span:nth-child(1) {
	width: 60%;
}

#small-vedio li span:nth-child(1) i {
	font-size: 30px;
	margin-top: 8px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

#small-vedio li span:nth-child(2) {
	width: 15%;
	border-left: 1px solid #e86a5d;
	padding-left: 10px;
}

#small-vedio li span:nth-child(3) {
	width: 20%;
	padding: 0 10px;
	border-left: 1px solid #e86a5d;
	border-right: 1px solid #e86a5d;
}

#small-vedio li span:nth-child(4) {
	width: 33px;
	float: right;
	margin-top: 3px;
}

#small-vedio li span:nth-child(4) i {
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: #fff;
	border-radius: 4px;
	font-size: 20px;
}

#small-vedio .photo {
	float: left;
	width: 25%;
}

#small-vedio .photo img {
	height: 72px;
	width: 72px;
	float: left;
	margin-right: 10px;
}

#small-vedio .photo h4 {
	color: #6b6b6b;
}

#small-vedio .rating {
	width: 180px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	text-align: center;
	border: 1px solid #dd5749;
	height: 72px;
	padding-top: 10px;
	border-radius: 4px;
	margin-right: 10px;
}

#small-vedio .rating i {
	color: #dd5749;
	font-size: 20px;
	margin: 0 3px;
}

#small-vedio .details {}

#small-vedio .details i {
	width: 72px;
	height: 72px;
	float: left;
	background: #dd5749;
	text-align: center;
	line-height: 72px;
	font-size: 50px;
	color: #fff;
	margin-right: 10px;
	border-radius: 4px;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-image-holder .mfp-close {
	background: none !important;
}

.mfp-arrow-right:before {
	border: none;
}

.popup-vedio p {
	top: 10px !important;
}

.btn-color {
	background: #dca522;
	font-family: Almarai;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.9px;
	margin-top: 15px ;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 10px;
	background: linear-gradient(259.47deg, #D8B688 10.3%, #F6E1C4 53.17%, #CEAD82 82.75%);

}

.image-gallery {
	/* background: url(../img/header.jpg); */
	/* padding-top: 110px; */
	margin-top: 70px;
	padding-bottom: 50px;
}

.image-gallery h2 {
	font-family: Almarai-extra;
	font-size: 50px;
	font-weight: 800;
	line-height: 55.8px;
	text-align: right;
	color: #E7D3B6;

}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 3px;
	margin-bottom: 20px;
	height: auto;
	cursor: pointer;
	border: solid thin #999;
	padding: 10px;
	border-radius: 10px;
}

.gallery-item img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.tabs {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

a.tab-link {
	padding: 10px;
	display: inline-block;
	margin-bottom: 20px;
	border: #dca522 2px solid;
	border-radius: 7px;
	text-decoration: none;
	font-weight: bold;
	color: #dca522;
}

/* 
footer {
	background: #222 url(../img/footer-bg.jpg);
	padding: 30px;
}

footer p {
	color: #eee;
}

footer h4 {
	font-size: 18px;
	color: #dca522;
	margin: 10px 0;
}

footer .footer-line {
	direction: ltr;
}

a.social-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #dca522;
	border-radius: 50%;
	background: #444;
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}

.copyright {
	background: #222;
	padding: 20px;
	color: #888;
	font-size: 16px;
	border-top: solid thin #333
}

.copyright p {
	margin: 0;
} */

@media (max-width: 1024px) {
	.hotline {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.hotline {
		font-size: 18px;
		height: 100px;
		width: auto;
		flex-direction: column;
		top: -126%;
	}

	.conteainerHotline {
		/*position: absolute;*/
		top: 16%;
		right: 5%;
			/*display: none;*/
}

.main-banner {
	padding-top: 100px;
}

}

@media (max-width: 375px) {}

.copyright a {
	color: #dca522
}

.galleryCardCt {
	/* justify-content: space-between; */
}
.galleryCardCt a{
	/* height: 300px !important; */
	overflow: hidden;
	
}
.galleryCardCt img {
	/* width: 100%; */
	object-fit: cover;
	/* height: 200px; */
	background-color: transparent;
}

.albumCardCt .card img {
	width: 100%;
	border-radius: 10PX;
}

.galleryCardCt .card {
	height: fit-content;
	background-color: #ffffff00;
	border-radius: 10px;
	justify-content: center;
	text-decoration: none;
	border: 0px;
}
.galleryImg
{
	object-fit: cover;
	height: 200px;
	background-color: transparent;
}
.albumCardCt .card {
	/* height: 270px;  */
	background-color: transparent !important;

	/* border-radius: 10px; */
	/* justify-content: ; */
	text-decoration: none;
}

.card {
	/* height: 270px;  */
	background-color: transparent !important;
	border: 0px;
	/* border-radius: 10px; */
	/* justify-content: ; */
	text-decoration: none;
}

.line {
	height: 1px;
	background: #E7D3B6;
}

@media(min-width:767px) {
	.navbar-expand-lg .navbar-nav {
		gap: 15px;
		justify-content: center;
	}

	.navbar-expand-lg .navbar-collapse {
		justify-content: center;

	}

	.navbar-brand img {
		width: 225px;
	}

	.navbar-brand {
		padding: 0px;
	}

	.navbar {
		align-items: flex-end;

	}

	.notnone {
		display: none;
	}

	.subtitle {
		text-align: right;
	}

	.mainTitle {
		text-align: right;
		max-width: 740px;
	}
}

@media(max-width:767px) {
	.mainTitle {
		font-size: 34px;
		line-height: 50px;
		/* margin-top: 60px !important; */
		text-align: right;
	}

	.subtitle {
		text-align: right;
		font-size: 34px;
		margin-top: 60px !important;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #D8B688;

}

#center {
	text-align: center !important;
	padding: 0px !important;
}

.footer {
	background-color: #303030;
	color: #D9B688;
	padding: 20px 0;
	font-size: 16px;
	text-align: right;
    box-shadow: 0px -42px 66px #d9b6882e;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 20px; */
}

.footerCt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-section {
	flex: 1;
	margin: 10px;
	min-width: 200px;
}

.footer-section h3 {
	font-family: Almarai-extra;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 10px;
}

.footer-section p {
	line-height: 1.6;
	/* font-size: 12px !important; */
}

.footer-section .highlight {
	font-size: 24px;
	font-weight: bold;
}

.footer-bottom {
	display: flex;
	justify-content:center;
	align-items: center;
	border-top: 1px solid #565656;
	padding: 10px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-bottom p {
	margin: 0;
}

.social-media a {
	color: #d3cbb8;
	margin-left: 10px;
	font-size: 20px;
	text-decoration: none;
}

.social-media a:hover {
	color: #fff;
}

.contactWithUs {
	font-family: Almarai;
	font-size: 33px;
	font-weight: 300;
	line-height: 36.83px;
	color: #D9B688;
	text-align: right;

}

.fa-align-justify {
	color: wheat;
}

.wheat {
	background: #F5EDE2;

}

.mediaTitle {
	font-family: Almarai-light !important;
	font-size: 50px !important;
	font-weight: 300 !important;
	line-height: 66px !important;
	text-align: center !important;
	color: #282421 !important;
}

.galleryCardCt img {
	border-radius: 10px;
}

.cardTitle {
	font-family: Almarai;
	font-size: 25px;
	/* font-weight: 800; */
	line-height: 28px;
	right: 8px;
	bottom: 12px;
	color: #383b3ee5 !important;
	text-align: right;
	background-color: #f5ede2c7;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 4px 4px 0px #00000028;
}

.titleOverLay {


	opacity: 10px;
	angle: -90 deg;

	background: #F6E1C4;


}

.cardTitle:hover {
	color: #282421 !important;
}

@media(max-width:767px) {
	.wing {
		display: none;
	}
}

.footer a {
	color: #D9B688;
	font-weight: bold;
	text-decoration: none;
}

@media(max-width:767px) {

	#why {

		padding-top: 10px;
		padding-bottom: 130px;
		padding-top: 60px;

	}

	.withNa {
		font-size: 30px;
	}

	.hajjk {
		font-size: 35px;

	}

	.mediaTitle {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	.wheat {
		padding-top: 10px !important;
	}
.hotline img {
		width: 60px;
	}

}
@media(min-width:767px)
{

}
.video-frame
{
	height: 500px !important;
}
.ytp-cued-thumbnail-overlay-image {
	border-radius: 10PX !important;
}
.navbar-toggler {
	width: fit-content;
}
.arr{
	bottom: 19px;
    left: 15px;
}
.albumCardCt .card img{
	
}
#hajj
{
	height:25px;
}
#umrah
{
	height:25px;
}