@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');


@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('..fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype'),
		url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General-------------------------------- */

:root {
	--color-primary: #0047AB;
	--color-secondary: #FFA500;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Raleway", -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Raleway", -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}

.raleway {
	font-family: "Raleway", sans-serif;
}

.Poppins {
	font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: bold;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}

/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100000;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border: var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary);
}

.dpx-whatsapp-lower {
	bottom: 70px;
	padding: 0;
	position: fixed;
	right: 10px !important;
	z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}
.errorepor {
    color: red;
    text-align: left;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
}
.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}

.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}


/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */

/* General-------------------------------- */
/* ============ Header ============ */
.header {
	transition: transform .9s;
}

.__hedrScr {
	background: #fff;
}

.__hedrScr .container {}

.__logo {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	margin-top: -35px;
	text-align: center;
	max-width: 210px;
	z-index: 10;
}

.__logox {}

.__hdrtWrp {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
}

/**/

.__infoEtp {
	display: flex;
	/* gap: 235px; */
	background: var(--color-primary);
	font-weight: 400;
	padding: 10px 0;
	justify-content: center;
}

.__tocalC {
	padding-right: 105px;
	margin-right: 100px;
}

.__toemaizl {
	padding-left: 45px;
}

.__hcalbw {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 250px;
}

.__hcIcon {
	margin-right: 10px;
}

.__HclaTtx {
	font-weight: 500;
	font-size: 15px;
	display: flex;
}

.__HclaTtx a {
	color: #fff;
}

.__hcIcon svg {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__hcalbw:hover .__hcIcon svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


@media (max-width: 1199px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}



/* ============ Header EE ============ */


/* ===============__banner=========== */

.__banner {}

.__banner .carousel-item img {
	/* height: 550px; */
	/* object-fit: cover;  */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	opacity: 10;
	border-radius: 50%;
	border: #fff 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: #fff;
	opacity: 0.5;
}

.__banner .carousel-control-next,
.__banner .carousel-control-prev {
	width: 86px;
	height: 86px;
	background: #000000b8;
	top: 39%;
	border-radius: 50%;
}

/* ========================== */
/* ========================== */


.__frWrzp {
	background: var(--color-primary) url(../images/texbg.png) center bottom no-repeat;
	padding: 0px 0;
	min-height: 244px;
}

.__fmrwrpbz {
	max-width: 550px;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.30);
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -190px;
	margin-bottom: -30px;
}

.__fmrwrbZ {
	padding: 10px 20px 20px;
}

.__fmrwrpbz h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 20px 0 0;
}

.__fmrwrpbz label {
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

.__frWrzp .container {
	position: relative;
	text-align: center;
}

.__fmrwrpbz .form-control {
	min-height: 50px;
	line-height: 36px;
}

.__fmrwrbZ .btn {
	padding: 13px;
	font-size: 16px;
}

.__brtza {
	color: var(--color-primary);
	bottom: 34%;
}

.__brtza h5 {
	font-size: 64px;
	font-weight: 900;
	text-shadow: 0px 2px 3px #00000040;
	line-height: 60px;
}

.__bnztamof {
	background: #fff;
	max-width: fit-content;
	margin: 15px auto 0;
	border-radius: 35px;
	font-size: 36px;
	padding: 2px 15px;
	font-weight: 800;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.30);
	font-family: "Poppins", sans-serif;
}


@media (max-width: 1680px) {
	.__fmrwrpbz {
		margin-top: -140px;
	}

	.__brtza {
		bottom: 27%;
	}
}

@media (max-width: 1480px) {
	.__fmrwrpbz {
		margin-top: -70px;
	}

	.__brtza {
		bottom: 17%;
	}
}


@media (max-width: 1280px) {
	.__fmrwrpbz {
		margin-top: -20px;
	}

	.__brtza {
		bottom: 10%;
	}

	.__brtza h5 {
		font-size: 44px;
		line-height: 40px;
	}

	.__logox {
		max-width: 150px;
		margin: 0 auto;
	}

}



@media (max-width: 1199px) {}

@media (max-width: 991px) {

	.__brtza h5 {
		font-size: 40px;
		line-height: 35px;
	}

	.__bnztamof {
		font-size: 20px;
	}

	.__logox {
		max-width: 130px;
	}

	.__fmrwrpbz {
		margin-top: 20px;
	}

	.__brtza {
		bottom: 5%;
	}


}

@media (max-width: 767px) {
	.__brtza {
		bottom: 1%;
	}

	.__brtza h5 {
		font-size: 26px;
		line-height: 25px;
	}

	.__bnztamof {
		font-size: 16px;
	}

	.__infoEtp {
		padding: 0px 0 5px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.__hcalbw {
		max-width: max-content;
	}

	.__tocalC {
		padding-right: 0;
		margin-right: 0px;
	}

	.__toemaizl {
		padding-left: 0;
	}

	.__logo {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		margin-top: 5px;
		text-align: center;
		max-width: 210px;
		z-index: 10;
		padding-bottom: 5px;

	}

	.__hedrScr {
		background: #0047ab;
		display: flex;
		flex-direction: column-reverse;
	}


}

@media (max-width: 576px) {

	.__banner .carousel-control-next,
	.__banner .carousel-control-prev {
		width: 25px;
		height: 25px;
		top: 30%;
		padding: 5px;
	}

	.__banner .carousel-item img {
		height: 210px;
		object-fit: cover;
	}


}

/* ============================ */
/* ============================ */
/* ============ About us SS ============ */

.__abwrScz {
	padding: 80px 0 50px;
}



.__adblkWbTtx {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	font-size: 16px;
	line-height: 28px;
}

.__adblkWbTtx h1 {
	font-size: 55px;
	color: var(--color-primary);
	font-weight: 800;
}

.__adblkWbTtx h1 span {
	font-weight: 400;
}

.__arwLiz {
	font-size: 28px;
	font-weight: 800;
	text-align:center;
}

.__arwLiz::before {
	content: "";
	position: absolute;
	background: url(../images/arrLet.svg) no-repeat;
	width: 30px;
	height: 8px;
	margin-left: -40px;
	margin-top: 16px;
}

.__arwLiz::after {
	content: "";
	position: absolute;
	background: url(../images/arrRgt.svg) no-repeat;
	width: 30px;
	height: 8px;
	margin-left: 14px;
	margin-top: 16px;
}

.__abcxBz {
	border: var(--color-primary) 2px solid;
	border-radius: 15px;
	display: flex;
	overflow: hidden;
	margin-bottom: 15px;
}

.__abxNez {
	background: var(--color-primary);
	min-width: 130px;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;

}

.__abxNxTzx {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 10px;
	padding-left: 15px;
}

.__abxNxTzx p {
	margin-bottom: 0;
}


.__abxNxTzx h4 {
	font-size: 20px;
	color: var(--color-primary);
}




/* Shine */
.__adblkWbImg figure {
	position: relative;
}

.__adblkWbImg figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.__adblkWbImg figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__adblkWbTtx h1 {
		font-size: 35px;
	}

	.__adblkWbTtx h5 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.__adblkWbTtx h1 {
		font-size: 25px;
	}

	.__adblkWbTtx h5 {
		font-size: 16px;
	}

	.__arwLiz {
		font-size: 20px;
	}

	.__arwLiz::before,
	.__arwLiz::after {
		margin-top: 8px;
	}
}

@media (max-width: 576px) {}

/* ============================ */
/* ============================ */

/* ============ Our Services SS ============ */

.__servScz {
	padding: 30px 0;
	background: #FBFBFB;
}

.__servScz h2 {
	text-align: center;
	margin-bottom: 25px;
}

.__servScz h3 {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

.__srbklz {
	overflow: hidden;
	border-radius: 20px 60px 20px 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
}

.__srbtetx {
	padding: 15px 5px;
	text-align: center;
}

.__srbtetx h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}

.__srbtetx h5 a {
	color: #000;
}

.__srbtetx p {
	margin: 0;
	font-size: 13px;
}

.__srbImg {
	overflow: hidden;
}

/* Zoom In #1 */
.__srbImg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.__srbImg:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.__srviBtn {
	margin-top: 10px;
}

.__srviBtn .btn {
	padding: 12px;
	font-size: 16px;
	border-radius: 10px;
	border: 2px solid;
}

.__srviBtn .btn:hover {
	border: 2px solid;
}

.__srviBtn .btn b {
	text-transform: uppercase;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__srviBtn {
		width: 100%;
	}

	.__servScz {
		padding: 25px 0;
	}

	.__srviBtn {
		margin-top: 0;
	}
}

@media (max-width: 576px) {}



/* ============================ */
/* ============================ */

/* ============================ */


/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */

/* ============================ */
/* ============================ */
/* ============ Contact SS ============ */

.__contactWrp {
	background: var(--color-secondary);
	padding: 30px 0;
	text-align: center;
	color: #fff;
}

.__contactWrp h2 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 14px;
}

.__cotTtz h5 {
	font-weight: 600;
}

.__conWrzp {}


.__cotTtz {
	width: 100%;
}



.__cotitWrp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	gap: 25px;
}

.__cotitWBoxz {
	display: flex;
	align-items: center;
}

.__cotrImz {
	margin-right: 2px;
}

.__cotrTxt {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}

.__cotrTxt a {
	color: #fff;
}

.__cotrTxt a:hover {
	color: #fff;
	text-decoration: underline;
}

/* 
.__cofomz {
	background: #F2F2F2;
	padding: 20px;
	border-radius: 10px;
}

.__cofomz h5 {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
} 
.__cofomz .btn {
	padding: 13px;
	font-size: 16px;
} */

.__fixdcall {
	position: fixed;
	right: 10px;
	bottom: 250px;
	z-index: 9999;
}

.footer {
	background: #CE8500;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__cotitWrp {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
		flex-direction: column;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}