@font-face {
	font-family: 'DINNextLTArabic-Regular-3';
	src: url('/fonts/DINNextLTArabic-Regular-3.ttf') format('ttf'),
		url('/fonts/DINNextLTArabic-Regular-3.otf') format('otf'),
		url('/fonts/DINNextLTArabic-Regular-3.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body,
p,
li,
input,
select,
button,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
label {
	font-family: 'DINNextLTArabic-Regular-3' !important;
}

@media (max-width: 575.98px) {
	.px-xs-5 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.read-more {
	display: none;
	color: #007BFF;
	cursor: pointer;
	text-decoration: underline;
}

.read-more:hover {
	color: #0056b3;
}

body {
	overflow-x: hidden !important;
}

#endregion

/* Hero Section Styling */
#main {
	overflow-x: hidden;
}

.card-service {
	/*box-sizing: border-box;*/
	height: 350px;
	background: rgba(217, 217, 217, 0.58);
	border: 1px solid white;
	/*box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);*/
	backdrop-filter: blur(6px);
	border-radius: 17px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	align-items: center;
	justify-content: center;
	user-select: none;
	font-weight: bolder;
	color: black;
	padding: 5px;
	position: relative;
}

.service-card-icon {
	border: 1px solid;
	border-color: inherit;
}

.card-service:hover {
	transform: scale(1.05);
	color: white;
}

.card-service-jazzberry:hover {
	border: 1px solid #9a015b;
	transform: scale(1.05);
	background-color: #9a015b !important;
	color: white;
}

.card-service-goldfish:hover {
	border: 1px solid #f74924;
	transform: scale(1.05);
	background-color: #f74924 !important;
	color: white;
}

.card-service-daphne:hover {
	border: 1px solid #0e6db8;
	transform: scale(1.05);
	background-color: #0e6db8 !important;
	color: white;
}

.card-service-orange:hover {
	border: 1px solid #ff8f14;
	transform: scale(1.05);
	background-color: #ff8f14 !important;
	color: white;
}

.card-service-caterpillar-green:hover {
	border: 1px solid #156f4a;
	transform: scale(1.05);
	background-color: #156f4a !important;
	color: white;
}

.card-service:hover .learn-more a {
	color: white !important;
}

.short-par p {
	padding: 0px 3rem 0px 3rem;
}

.card-service:active {
	transform: scale(0.95) rotateZ(1.7deg);
}

.card-service-container {
	margin-top: 0px !important;
}

.card-service-container {
	padding: 0 10px 20px 10px !important;
}

.service-container {
	overflow: auto !important;
}

.learn-more {
	position: absolute;
	left: 5px;
	bottom: 10px;
	right: 0px;
}

.site-logo {
	width: 90px;
	height: 70px;
	background-size: 100%;
	background-position: center center;
	padding: 0px !important;
}

.navbar-brand {
	padding: 0px !important;
}


.bsb-tpl-header-sticky.sticky-top.stuck .navbar {
	max-height: 85px;
	min-height: 85px;
}

.page-main {
	position: relative;
	padding-top: 100px;
	padding-top: 50px !important;
	position: relative;
}

.page-main:after {
	content: '';
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	left: 0px;
	right: 0px;
	height: 150px;
	top: 0px;
	position: absolute;
	/*background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(134,56,56,1) 100%, rgba(250,250,250,0) 100%);*/
}

.page-main-title {
	top: 0px;
	height: 150px;
	width: 100%;
	line-height: 75px;
	text-align: center;
	z-index: 100;
	color: #fafafa;
}

.color-white {
	color: #fafafa !important;
}

.page-main-title h1 {
	line-height: 75px;
}

.frm_submit {
	margin: auto;
}

.main-nav {
	background-color: #fafafa;
}

.navbar-nav .nav-link.active,
.navbar-nav .show {
	transition: all 0.5 ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link-custom {
	color: white;
	background-position: 10% 70%;
	background-repeat: no-repeat;
	background-size: 95% 5%;
	/*background-image: linear-gradient(120deg, #b8e1ff, #b8e1ff);*/
}

.page-main {
	padding-top: 0px !important;
	overflow: hidden;
	background: #ffffff;
}

.page-header {
	position: relative;
	min-height: 500px;
	border: none !important;
}

.page-header-img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center 90% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.page-title {
	position: absolute;
	top: 40%;
	z-index: 1000;
	left: 0px;
}

.page-title-h1 {
	text-align: center;
}

.page-header-transparent {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: black;
	opacity: 0.5;
	z-index: 900;
}

.color-black {
	color: black !important;
}

#form_appointment>.frm_form_fields>fieldset>.frm_fields_container>.frm_submit {
	width: 100%;
}


#form_appointment>.frm_form_fields>fieldset>.frm_fields_container>.frm_submit>button {
	border-style: none;
	padding: 0;
	display: block;
	width: 100%;
	border: none;
	color: white;
	padding: 6px 0px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	background-color: #2f3f9f;
	box-shadow: 1px 1px #2f3f9f !important;
}

.appointment>.frm_forms {
	max-width: 100% !important;
}

/*.blog-content{
  background: #e8e8e8;
  padding: 50px;
  border-radius: 10px;
  }*/

pre code {
	background-color: #eee;
	border: 1px solid #999;
	display: block;
	padding: 20px;
}

.dis-abled {
	opacity: 0.5;
	position: relative;
}

.dis-abled:hover:after {
	content: 'غير مدققة';
	position: absolute;
	right: 0;
	opacity: 1;
	top: -15px;
	color: red;
}

.disabled:hover {
	background-color: red;
}

.nextend-arrow {
	display: none;
}

.nav-link {
	border: none;
	background-color: #fafafa;
	transition: color 0.5s ease;
}

.frm_verify {
	display: none;
}

.about-image {
	height: 100%;
	width: 100%;
}

@media (min-width: 1400px) {
	.about-image {
		width: 80%;
	}
}

.statistic_icon {
	width: 32px;
	height: 32px;
}

.text-secondary {
	color: black !important;
}

.link-secondary {
	color: black !important;
}

.h-alt {
	color: var(--bs-heading-color, inherit);
	font-family: Oswald, system-ui, -apple-system, Segoe UI, roboto, Helvetica Neue, Noto Sans, Liberation Sans, arial, sans- serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0;
}

#news-button.h-alt {
	font-size: 70%;
}

.h3-alt {
	font-size: 1.4rem !important;
	font-weight: 300 !important;
}

.h2-alt {
	font-size: 2rem;
	color: var(--bs-heading-color, inherit);
	font-family: Oswald, system-ui, -apple-system, Segoe UI, roboto, Helvetica Neue, Noto Sans, Liberation Sans, arial, sans- serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0;
}

.read-more {
	font-family: Oswald, system-ui, -apple-system, Segoe UI, roboto, Helvetica Neue, Noto Sans, Liberation Sans, arial, sans- serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-weight: 500;
}

/* google font*/
/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
	font-family: 'Satisfy';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.home {
	background: rgb(250, 250, 250);
}

.social-media-button {
	line-height: 75px !important;
	height: 75px !important;
	position: absolute;
	right: 0px;
}

.header-container {
	width: 80%;
	min-height: 50px;
}

.contact-button {
	color: white;
	cursor: pointer;
	text-decoration: none;
	margin-left: 0px;
	min-height: 70px !important;
}

.contact-button-red {
	background-color: #a30000;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-button-black {
	background-color: #000000;
}

.contact-button:hover,
.contact-button:focus {
	color: white !important;
}

.navbar {
	min-height: 0px !important;
}

.client-name {
	text-decoration: none;
	color: black;
}

.client-body {
	padding: 10px !important;
}

.client-image-contaier {
	width: 150px;
	margin: auto auto;
}


.reveal {
	position: relative;
	transform: translateX(150px);
	opacity: 0;
	transition: 1s all ease-out;
}

.reveal-right {
	position: relative;
	transform: translateX(-150px);
	opacity: 0;
	transition: 1s all ease-out;
}

.reveal-right.active {
	transform: translateY(0);
	opacity: 1;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}


.graz {
	position: absolute;
	font-size: 5px;
	left: 50%;
	top: 34%;
	font-size: 10px;
}

.graz::after {
	content: 'Austria,Graz';
	position: absolute;
	left: -45px;
	top: -35px;
	background: white;
	padding: 5px 10px;
	font-size: 15px;
	transition: opacity 0.7s ease;
	opacity: 0;
	font-size: bold;

}

.beirut {
	position: absolute;
	font-size: 5px;
	left: 57.5%;
	top: 45%;
	font-size: 10px;
}

.beirut::after {
	content: 'لبنان، بيروت';
	position: absolute;
	left: -45px;
	top: -35px;
	background: white;
	padding: 5px 10px;
	font-size: 15px;
	transition: opacity 0.7s ease;
	opacity: 0;

}

.graz:hover::after {
	opacity: 1;
}

.beirut:hover::after {
	opacity: 1;
}

.dot {
	height: 20px;
	width: 20px;
	background-color: #8dc943;
	transition: background-color 0.7s ease;
	border-radius: 50%;
	border: 1px solid white;
	display: block;
}

.dot:hover {
	background-color: #026038;
	color: black !important;
}

.dot:active {
	background-color: #026038;
	color: black !important;
}

.locations {
	background-size: cover;
	background-size: 100% 100%;
	width: 100%;
	height: 258px;
	position: relative;
}


.team-item img {
	transform: scale(1.15);
	margin-left: 0px;
	transition: .5s;
	border-radius: 5px;
}

.team-item:hover img {
	margin-left: 0;
	border-radius: 5px;

}

.team-item .team-text-green-blue {
	left: -100%;
	transition: .5s;
}

.team-item .team-text-orange {
	left: -100%;
	transition: .5s;
}

.team-item .team-text-green-blue::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	right: -60px;
	margin-top: -30px;
	border: 30px solid;
	border-color: transparent transparent transparent #0b727b !important;
}

.team-item .team-text-orange::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	right: -60px;
	margin-top: -30px;
	border: 30px solid;
	border-color: transparent transparent transparent #ff8f14 !important;
}

.team-item:hover .team-text-green-blue {
	left: 0;
}

.team-item:hover .team-text-orange {
	left: 0;
}

.team-scroller {
	height: 100px;
	background-color: #000000;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 23%;
	overflow-x: auto;
}

.team-scroller::-webkit-scrollbar {
	width: 0;
}

.nav-link {
	height: 100%;
}

.nav-link:hover {
	background: white !important;
	color: #5b101b !important;
}

.social-media-button .social-icon:hover i {
	color: #5b101b !important;
}

.nav-item:focus,
.nav-item:focus .nav-link,
.nav-item:hover .social-icon,
.social-icon:hover .primary-color {
	background: white !important;
	color: #5b101b !important;
}

i .primary-color {
	display: none !important;
}

.social-icon {
	min-height: 49px;
	line-height: 49px !important;
}

.nav-link-custom:hover {
	color: white;
	background-position: 10% 70%;
	background-repeat: no-repeat;
	background-size: 95% 5%;
	/*background-image: linear-gradient(120deg, #b8e1ff, #b8e1ff);*/
	background-color: white;
}

.about {
	position: relative;
}

.about:hover::after {
	content: 'â†’';
	position: absolute;
	left: 120px;
	top: 25px;
}

.services-section {
	background: rgb(0, 15, 26);
	background: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(98, 98, 98, 1) 13%, rgba(251, 251, 251, 1) 100%);
}

/*
service details
*/
.advantage-container {
	width: 100%;
	background-color: #2f3f9f !important;
	color: white;
}

.advantage-icon {
	width: 35px;
	height: 35px;
	margin-bottom: 5px !important;
	margin-right: 5px;
}

.accordion-button:focus .advantage-icon>i {
	color: white !important;
}

.accordion-button:focus .advantage-icon {
	background: black !important;
}

.accordion-button-team:focus .advantage-icon {
	background: #a30000 !important;
}

.accordion-button-team:focus .advantage-icon>i {
	color: white !important;
}

.advantage-icon {
	background-color: black !important;
}

.accordion-button-team .advantage-icon {
	background-color: #a30000 !important;
}

.collapsed>.advantage-icon {
	background-color: white !important;
	color: #9a015b;
}

.collapsed>.advantage-icon {
	background-color: white !important;
	color: #9a015b;
}

.advantage-icon>i {
	font-size: 25px;
	position: relative;
	bottom: 25px;
	color: white;
}

.advantage-icon>i::before {
	position: absolute;
	left: -12px;
	top: 12px;
}

.collapsed>.advantage-icon>i {
	color: inherit;
}

.advantage-title {
	line-height: 30px;
	background-color: #2f3f9f !important;
	color: white;
}

.advantage-title::after {
	color: white !important;
	content: " â†“";
	background-image: none;
	text-align: center;
}

.advantage-title:focus {
	border: none !important;
	box-shadow: none !important;
}


.advantage-title-team {
	line-height: 30px;
	color: #a30000 !important;
	font-weight: 300;
}

.advantage-title-team::after {
	color: #a30000 !important;
	content: " â†“";
	background-image: none;
	text-align: center;
}

.advantage-title-team:focus {
	border: none !important;
	box-shadow: none !important;
}

.step-container {
	position: relative;
	border-left: 2px solid;
	padding-bottom: 30px;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	color: white !important;
	text-align: center;
}

.accordion-button-team:not(.collapsed)::after {
	background-image: none;
	color: #a30000 !important;
	text-align: center;
}

.step {
	margin: 0px !important;
}

.step-content {
	margin: 0px !important;
}

.step-icon {
	color: white !important;
	position: absolute;
	left: -18px;
	z-index: 1000;
}

.success {
	position: relative;
}

.success::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 64.6%;
	border-bottom: 3px solid;
	border-color: inherit;
	top: 20px;
}

.success::after {
	content: '>';
	display: inline-block;
	position: absolute;
	color: inherit;
	left: 0px;
	top: 6px;
	right: 30%;
}

.post-content-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;

}

.post-content-container>.entry {
	flex: 1;
	z-index: 1000;
	color: white !important;
}

.bg-shape {
	position: relative;
	overflow: hidden;
}

.bg-shape-right {
	position: relative;
	overflow: hidden;
}

.bg-shape-md-sm {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.bg-shape:after {
	content: '';
	position: absolute;
	width: 80%;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
	top: -20%;
	/* change value as required */
	left: -20%;
	/* change value as required */
}

.bg-shape-right:after {
	content: '';
	position: absolute;
	width: 80%;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
	top: 0%;
	/* change value as required */
	right: 0%;
	/* change value as required */
}

.jazzberry {
	background-color: #9a015b !important;
}

.jazzberry-color {
	color: #9a015b !important;
	font-weight: bold;
}

.border-jazzberry-color {
	border-color: #9a015b !important;
}

.goldfish {
	background-color: #f74924 !important;
}

.goldfish-color {
	color: #f74924 !important;
	font-weight: bold;
}

.border-goldfish-color {
	border-color: #f74924 !important;
}

.daphne {
	background-color: #0e6db8 !important;
}

.daphne-color {
	color: #0e6db8 !important;
	font-weight: bold;
}

.border-daphne-color {
	border-color: #0e6db8 !important;
}

.orange {
	background-color: #ff8f14 !important;
}

.orange-color {
	color: #ff8f14 !important;
	font-weight: bold;
}

.border-orange-color {
	border-color: #ff8f14 !important;
}

.caterpillar-green {
	background-color: #156f4a !important;
}

.caterpillar-green-color {
	color: #156f4a !important;
	font-weight: bold;
}

.border-caterpillar-green-color {
	border-color: #156f4a !important;
}

.green {
	background-color: #20615d !important;
}

.green-color {
	color: #20615d !important;
	font-weight: bold;
}

.border-green-color {
	border-color: #20615d !important;
}


.purple {
	background-color: #4E1F6F;
}

.purple-color {
	color: #4E1F6F !important;
	font-weight: bold;
}

.border-purple-color {
	border-color: #4E1F6F !important;
}

.green-blue {
	background-color: #0b727b !important;
}

.full-text.open {
	display: block;
}

.border-green-blue {
	border-color: #0b727b !important;
}

.green-blue-color {
	color: #0b727b !important;
}


.bg-shape-jazzberry-color::after {
	background-color: #9a015b;
}

.bg-shape-goldfish-color::after {
	background-color: #f74924;
}

.bg-shape-orange-color::after {
	background-color: #569799;
}

.bg-shape-daphne-color::after {
	background-color: #1e3844;
}

.bg-shape-daphne {
	background-color: #1e3844;
}

.bg-shape-caterpillar-green-color::after {
	background-color: #156f4a;
}

.bg-shape-green {
	background-color: #569799;
}

.red {
	background-color: #ad0e00 !important;
}

.blue {
	background-color: #2b43a1 !important;
}

.white {
	background-color: #fafafa !important;
}

.red-color {
	color: #ad0e00 !important;
}

.blue-color {
	color: #2b43a1 !important;
}


.image1-container {
	width: 80%;
	margin-left: 20%;
}


.triangle {
	position: relative;
}

.empty-triangle {
	width: 0px;
	height: 0px;
	border: 0px solid;
}

.point-left {
	border-color: transparent transparent transparent #0b727b;
	border-width: 500px 0px 0px 1450px;
}

.point-right {
	border-color: transparent transparent #ff8f14 transparent;
	border-width: 0px 0px 500px 1450px;
	position: absolute;
	right: 10px;
}

.point-up-left {
	border-color: #ff8f14 transparent transparent transparent;
	border-width: 500px 1450px 0 0;
}

.point-up-right {
	border-color: #0b727b transparent transparent transparent;
	border-width: 500px 0 0 1450px;
	position: absolute;
	right: 10px;
}

.triangle-content {
	position: absolute;
	max-width: 700px;
	font-size: 20px;
}

.triangle-content-left {
	left: 10px;
	top: 100px;
}

.triangle-content-left-top {
	top: 200px;
}

.triangle-content-right {
	top: 100px;
	left: -500px;
}

.triangle-content-up-right {
	bottom: 150px;
	left: -500px;
}

.triangle-content-up-left {
	left: 10px;
	top: 20px;
}

.bg-gray {
	background-color: gray;
}

.about-section {
	padding-top: 2px;
}

.welcome-about {
	position: absolute;
	z-index: 2;
	width: 400px;
	margin-left: -200px;
	left: 50%;
}

.about-icon {
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.about-icon>i {
	font-size: 64px;
}

.about-introduction {
	background-color: #20615d;
}

.about-section {
	background-color: #f2fafa;
}

.values {
	background-color: #f2fafa;
	padding-top: 5em;
}

.page-header-img-200 {
	min-height: 200px !important;
	background-position: 50% 50% !important;
}

.value1 {
	margin-left: 20%;
	transform: rotate(-5deg);
}

.value2 {
	margin-left: 5%;
	margin-top: 15%;
	transform: rotate(0deg);
}

.value3 {
	margin-left: 50%;
	margin-top: 8%;
	transform: rotate(10deg);
}

.value4 {
	margin-left: 40%;
	margin-top: 25%;
	transform: rotate(2deg);
}

.value5 {
	margin-left: 15%;
	margin-top: 35%;
	transform: rotate(-1deg);
}

.value6 {
	margin-left: 65%;
	margin-top: 30%;
	transform: rotate(3deg);
}

.value7 {
	margin-left: 1%;
	margin-top: 45%;
	transform: rotate(20deg);
}

.value8 {
	margin-left: 200px;
	margin-top: 50%;
	transform: rotate(0deg);
}

.primary-color {
	background-color: #5b101b !important;
	color: white !important;
}

.social-icon>i {
	color: inherit !important;
}

.btn-primary {
	background-color: #569799 !important;
	color: white !important;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-top: 5px !important;
}

.btn-l {
	padding-top: 1px !important;
}

.btn-primary:active {
	border: 1px solid white !important;
}

.btn-primary:focus {
	border: 1px solid white !important;
	box-shadow: 0 0 0 .25rem white !important;
}

.widget:hover {
	background-color: #5b101b !important;
	color: white !important;
}

.widget:hover .link-secondary-new>a {
	color: white !important;
}

.widget:hover p {
	color: white !important;
}

.widget:hover p>a {
	color: white !important;
}

.widget:hover p>u>a {
	color: white !important;
}

.widget:hover address>ul>li {
	color: white !important;
}

.widget {
	transition: all 0.2s ease;
}

/*#team , #about-introduction{
  border-top: 3px solid #0b727b;
}*/


@media screen and (max-width: 991.98px) {
	.respnsive-hide {
		display: none;
	}

	.social-media-button {
		right: 60px !important;
	}

	#news-button.h-alt {
		font-size: 65%;
	}

	.header-container {
		width: 100% !important;
		padding: 5px;
	}

	.service-icon {
		text-align: center;
	}

	.top-nav-height {
		width: 200px !important;
		margin: 0px !important;
	}

	.bg-shape:after {
		width: 0% !important;
	}

	.bg-shape-md-sm:after {
		content: '';
		position: absolute;
		width: 100%;
		opacity: 1;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 950;
	}

	.image1 {
		z-index: 1000 !important;
	}

	.image1-container {
		width: 80% !important;
		margin: auto !important;
	}

	/*.page-title-h1{
    text-align: left !important ;
  }*/

	.point-right {
		border-color: #ff8f14 transparent transparent transparent;
		border-width: 500px 1450px 0 0 !important;
		position: static !important;
	}

	.triangle-content-right {
		left: 10px;
		top: 20px;
	}

	.point-up-left {
		border-color: transparent transparent transparent #0b727b;
		border-width: 500px 0px 0px 1450px;
	}

	.triangle-content-up-left {
		left: 10px;
		top: 100px;
	}

	.point-up-right {
		border-color: #ff8f14 transparent transparent transparent;
		border-width: 500px 1450px 0 0 !important;
		position: static !important;
	}

	.triangle-content-up-right {
		left: 10px;
		top: 20px;
	}

}

.welcome-image {
	display: flex;
	align-items: center;
}

.contact {
	display: none;
}

@media screen and (max-width: 575.98px) {

	.respnsive-hide {
		display: none;
	}

	.carousel-control-prev {
		margin-left: -50px;
	}

	.top-nav-height {
		width: 200px !important;
		margin: 0px !important;
	}

	.carousel-control-next {
		margin-right: -50px;
	}

	.blog-sidebar-container {
		display: none !important;
	}

	.welcome-image {
		display: none !important;
	}

	.contact-button {
		display: none;
	}

	.contact {
		display: block;
	}
/* 
	.h-alt {
		font-size: 25px;
	} */

	#news-button.h-alt {
		font-size: 65%;
	}

	.full-text {
		display: none;
	}

	.read-more {
		display: block;
	}
}

@media screen and (max-width: 576px) {
	.orbit {
		display: none;
	}

	.post-content {
		max-width: 540px;
		margin: 0px;
	}

	.social-media-button {
		right: 40px !important;
	}

	.service-icon {
		text-align: center;
	}

	.page-header-img {
		left: 0% !important;
		/*z-index: 0 !important;*/
	}

	.bg-shape:after {
		width: 0% !important;
	}

	.bg-shape-md-sm:after {
		content: '';
		position: absolute;
		width: 100%;
		opacity: 1;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 950;
	}

	.image1-container {
		width: 100% !important;
		margin: auto !important;
	}

	.success::after {
		content: '>' !important;
	}
}

.card-back-content>p {
	font-size: 20px !important;
}

.service-card-icon>i {
	font-size: 32px;
}

.social-icon {
	padding-bottom: 0px !important;

}

.social-icon>i {
	font-size: 20px;
}

.lang-menu {
	line-height: 68px;
}

.lang-menu:hover ul {
	display: block !important;
}

.whatsapp-icon>i {
	font-size: 25px;
	color: #2cd36b;
}

.lang-drop-menu {
	margin-left: -50px;
}

/*blog-begin*/


.post-content {
	margin: auto auto;
	padding-top: 0px !important;
}

.blog-header {
	text-align: center;
	margin-bottom: 40px;
}

.blog-image {
	width: 400px;
	height: 260px;
	background-position: center center;
	background-size: cover;
	margin: auto;
	margin-bottom: 80px;
}


.blog-section {
	padding: 2rem 0px 2rem 0px;
}

.blog-section h2 {
	padding: 2rem 0px 2rem 0px;
}

.blog-sidebar-container {
	background-color: #fafafa !important;
	padding: 0px !important;
	padding-left: 1rem !important;
}

.blog-sidebar {
	padding-top: 100px;
	z-index: 1000;
	height: 100vh;
	overflow-y: scroll;
}

.side-link {
	display: block;
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.side-bar-section {
	padding-bottom: 2em;
}

.link-active {
	color: #a30000 !important;
}

/*blog-end*/

.background-contact {
	background: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgb(7, 51, 94) 100%);
}

.pos-rel {
	position: relative;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.orbit {
	opacity: 0;
}

.carousel-control-prev,
.carousel-control-next {
	border: none !important;
}

#technologyCarousel {
	min-height: 30em;
}

.dev-method-img {
	width: 100%;
	height: 75%;
}

.accordion-button-home {
	background: white !important;
	color: black !important;
}

.accordion-button-team {
	background: white !important;
	color: #a30000 !important;
}

.accordion-button-home>.advantage-icon {
	color: black !important;
}

.accordion-button-team>.advantage-icon {
	color: #a30000 !important;
}

.accordion-button-home:focus .advantage-icon>i {
	color: white !important;
}

.accordion-button-home:focus .advantage-icon {
	background: black !important;
}

.accordion-button-team:focus .advantage-icon {
	background: #a30000 !important;
}

.accordion-button-home>.advantage-title::after {
	color: black !important;
}

.accordion-button-team>.advantage-title::after {
	color: #a30000 !important;
}

.accordion-button-home::after {
	content: " â†“";
	color: black !important;
}

.accordion-button-team::after {
	content: " â†“";
	color: #a30000 !important;
}

.accordion-button-home:not(.collapsed)::after {
	color: black !important;
}

.accordion-button-team:not(.collapsed)::after {
	color: #a30000 !important;
}

.advantage-team {
	width: 90%;
}


.btn-container-lg,
.btn-container-sm {
	display: none;
}

@media(max-width: 992px) {

	.btn-container-sm {
		display: block;
		margin: auto;
	}

	.btn-container-sm>a {
		display: inline-block !important;
	}

	.content-of-droplist a {
		display: block;
		color: white;
		background-color: #000000;
		text-decoration: none;
		padding: 8px 3px;
	}

	.service-dropdown .content-of-droplist {
		background-color: #000000;
		display: block;
	}
}


@media(min-width: 992px) {

	.btn-container-lg {
		display: block;
	}

	#news-button.h-alt {
		font-size: 60%;
	}
	
	.respnsive-hide {
		display: none;
	}

	.content-of-droplist a {
		display: block;
		color: white;
		background-color: #000000;
		text-decoration: none;
		padding: 30px 40px;
	}

	.service-dropdown .content-of-droplist {
		position: absolute;
		background-color: black;
		width: 40%;
		display: none;
		animation: opacity 0.5s ease;
		left: 22%;
	}

	.service-dropdown .content-of-droplist a {
		animation: animate 0.4s ease;
	}

	.service-dropdown .content-of-droplist a:nth-child(1) {
		animation: animate 0.1s ease;
		background-color: #050505;
	}

	.service-dropdown .content-of-droplist a:nth-child(2) {
		animation: animate 0.2s ease;
		background-color: #070707;
	}

	.service-dropdown .content-of-droplist a:nth-child(3) {
		animation: animate 0.3s ease;
		background-color: #0C0C0C;
	}

	.service-dropdown .content-of-droplist a:nth-child(4) {
		animation: animate 0.4s ease;
		background-color: #111111;
	}

	.service-dropdown .content-of-droplist a:nth-child(5) {
		animation: animate 0.5s ease;
		background-color: #191818;
	}

	.service-dropdown .content-of-droplist a:nth-child(6) {
		animation: animate 0.6s ease;
		background-color: #211F1F;
	}

	.service-dropdown .content-of-droplist a:nth-child(7) {
		animation: animate 0.7s ease;
		background-color: #2B2929;
	}

	.service-dropdown:hover .content-of-droplist {
		display: block;
	}

	@keyframes animate {
		0% {
			transform: scale(2, 2) rotateX(90deg);
		}

		100% {
			transform: scale(1, 1) rotateX(0deg);
		}
	}

	@keyframes opacity {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
}

.extend-buttons {
	display: none;
}

@media(min-width: 1200px) {
	.footer-container {
		min-height: 400px;
	}

	.respnsive-hide {
		display: contents;
	}

	.widget {
		height: 90%;
	}

	.m-t-100- {
		margin-top: -120px !important;
	}

	.section-seprator {
		width: 200px;
		height: 400px;
		display: none;
		background-color: #5b101b;
		left: 0px;
		top: -200px;
	}
}

@media (min-width: 1302px) {

	.extend-buttons {
		display: block;
	}

	@keyframes animate {
		0% {
			transform: scale(2, 2) rotateX(90deg);
		}

		100% {
			transform: scale(1, 1) rotateX(0deg);
		}
	}

	@keyframes opacity {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.splitview {
		position: relative;
		width: 100%;
		min-height: 40em;
		overflow: hidden;
	}

	.team-extending-panel {
		position: absolute;
		width: 100%;
		min-height: 40em;
		overflow: hidden;
		left: 0;
		right: 0;
	}

	.team-extending-panel .content-of-panel-top {
		/*position: absolute;
      width: 50vw;*/
		position: absolute;
		width: 75%;
		height: 100%;
	}

	.team-extending-panel .content-of-panel-bottom {
		position: absolute;
		width: 100vw;
		height: 100%;
	}

	.team-extending-panel .content-of-panel-top .top-description {
		/*width: 100%;
      position: absolute;
      left: 2%;*/
		max-width: 50vw;
	}

	.bottom {
		background-color: rgb(44, 44, 44) !important;
		border: 1px solid;
		z-index: 1;
	}

	.top {
		background-color: #f7f4e9;
		z-index: 2;
		width: 100%;
		transition: none;
	}

	.handle {
		height: 100%;
		position: absolute;
		display: block;
		background-color: #a30000;
		width: 8px;
		top: 0;
		left: 45%;
		z-index: 3;
		transition: width 1s ease-in-out;
	}

	.handle:hover {
		background-color: white;
		cursor: nwse-resize;
	}

	.skewed .handle {
		top: 50%;
		transform: rotate(30deg) translateY(-50%);
		height: 200%;
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		transform-origin: top;
	}

	.skewed .top {
		transform: skew(-30deg);
		margin-left: -1000px;
		width: calc(45vw + 1000px);
	}

	.skewed .top .content-of-panel-top {
		transform: skew(30deg);
		margin-left: 1000px;
	}

	.youtube-video {
		margin: auto auto;
		width: 100%;
		height: 450px;
		padding: 5px;
		border: 2px solid;
	}

	.centralize-videos {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.team-extending-paragraph {
		width: 80%;
	}

	.welcome-text {
		z-index: 10000;
		opacity: 1;
		color: red;
	}
}

@media(max-width: 1200px) {
	.footer-container {
		max-height: 350px;
	}
}

@media (min-width: 3200px) {

	.team-extending-panel .content-of-panel-top .top-description {
		max-width: 950px !important;
		margin: auto auto !important;
	}

	.skewed .top .content-of-panel-top {
		transform: skew(30deg);
		margin-left: 1400px;
	}

	.youtube-video {
		margin-left: -400px !important;
	}
}


@media (min-width: 2200px) {
	.skewed .top .content-of-panel-top {
		transform: skew(30deg);
		margin-left: 1250px;
	}

	.youtube-video {
		margin-left: -100px;
	}
}

@media(max-width: 1301px) {
	.bottom {
		background-color: rgb(44, 44, 44) !important;
		z-index: 1;
		padding: 2em;
	}

	.top {
		z-index: 1;
		padding: 2em;
		display: block;
		position: relative;
		background-color: #f7f4e9;
	}

	.youtube-video {
		display: block;
		margin: auto auto;
		width: 332.5px;
		height: 250px;
		opacity: 1;
	}

	.top-hidden {
		opacity: 1 !important;
	}

	.bottom-hidden {
		opacity: 1 !important;
	}
}

.top-button {
	left: 50px;
}

.extend-button {
	background: none;
	border: none;
	top: 10px;
}

.extend-button:focus {
	border: none;
}

.bottom-button {
	left: 10px;
}

.split-button::after {
	content: "/";
	color: white;
	font-size: 35px;
	top: -6px;
}

.extend-buttons {
	margin-left: -32px;
	left: 50%;
	bottom: 0px;
	position: absolute;
	z-index: 10;
	padding-top: 3px;
	background-color: #a30000;
	border-radius: 20%;
}

.disabled {
	opacity: 0.6;
}

.disabled:hover {
	background: none;
}

.extend-buttons:hover {
	color: black !important;
}

.team-extending-list {
	list-style: none;
}

.position-relative {
	position: relative;
}

.extend-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: -60px;
	top: 10px;
	background-color: black !important;
}

.extend-icon>i {
	font-size: 35px;
	color: white;
}

.top-hidden {
	transition: opacity 1s;
}

.bottom-hidden {
	transition: opacity 1s;
}

.page-main-service {
	max-width: 1920px;
	margin: auto auto;
}

.service-container {
	background-color: black;
}

.more {
	transition: all 0.5s ease;
	font-weight: bold;
}

.more:hover {
	color: #a30000 !important;
}

.prevent-select {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.flex-display {
	display: flex;
	flex-direction: column;
}

.first {
	order: -1;
}

@media(max-width: 992px) {
	.first-lg {
		order: -1;
	}
}

#Hero {
	position: relative;
	height: 42vw;
	overflow: hidden;
	display: flex;
	text-align: center;
	color: black;
	font-family: Arial, sans-serif;
}

/* Background Gallery */
.hero-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	animation: galleryFade 15s infinite;
	background: black;
	opacity: 0.2;
	z-index: 100;
	background-color: white;
}

.background-text {
	color: #6f1921;
	font-weight: 600;
}


/* Optional Overlay for Text Readability */
.hero-gallery::after {
	content: "";
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: black;*/
	/*opacity: 0.1;*/
	/* Adjust transparency as needed */
}

.welcome-text {
	position: absolute;
	right: 10%;
	top: 50%;
}

.welcome-text p {
	font-size: 40px !important;
}

/* Content Styling */
.container {
	position: relative;
	z-index: 1;
}

h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	background: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-size: 1rem;
}

.btn:hover {
	background: #0056b3;
}

.top-nav-height {
	min-height: 50px;
	width: 100%;
}

.card-photo {
	width: 75%;
	padding: 20px;
	border-radius: 30px
}

.card-back {
	font-size: 20px;
	font-family: 'DINNextLTArabic-Regular-3' !important;
	transition: none !important;
}

.card-back-content {
	font-family: 'DINNextLTArabic-Regular-3' !important;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	line-height: 2em;
}

.card-back>p,
.blog-content>p {
	font-size: 20px;
	color: black !important;
}

.blog-content>p {
	margin-top: 30px;
}

.card-back-content>p {
	font-size: 2vw;
	color: #363d3f !important;
}

.border-radius {
	border-radius: 0px !important;
}

.card-back {
	background-color: #ffffff !important;
	padding: 10px !important;
	color: #363d3f !important;
	border: none !important;
}

.link-secondary {
	color: inherit !important;
}

.link-secondary-new {
	color: black;
}

.link-secondary-new:hover,
.link-secondary-new:hover .link-secondary-new {
	color: inherit !important;
}

.wave-font-hw.display-1.text-accent.fw-normal {
	color: #5b101b !important;
}

.color-primary {
	color: #5b101b !important;
}

.blog-color {
	background: #edebec !important;
}

.alert-custom {
	background-color: #f9b946 !important;
	color: #000000 !important;
}

.vision-photo {
	padding: 10px;
}

.links-nav {
	height: 100% !important;
	min-height: 50px;
}

.social-icon {
	color: white !important;
}

/* Full-screen image modal styling */
.fullscreen-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1050;
}

.fullscreen-modal img {
	max-width: 90%;
	max-height: 90%;
}

.fullscreen-modal .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
	color: white;
	cursor: pointer;
}

.image1-container-right {
	width: 80%;
	margin-left: 20%;
}

.offcanvas.show {
	z-index: 10000 !important;
}

.social-media-button>ul {
	width: 270px;
	position: relative;
	height: 69px;
}

.menu-button {
	position: absolute !important;
	left: -30px !important;
}

.gallary-container {
	width: 100%;
}

#Hero {
	padding: 0px !important;
}

.image-container {
	width: 100%;
	/* Set the desired width */
	border: 1px solid #ccc;
	/* Optional: for visibility */
	overflow: hidden;
	/* Ensure no overflow */
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the whole image fits inside */
}

#coverCarousel {
	height: 38vw;
}

.carousel-indicators {
	z-index: 150 !important;

}

.carousel-indicators li {
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	background-color: #5b101b !important;
}

.color-secondary {
	color: #1d3744 !important;
}

.background-secondary {
	background-color: #1d3744 !important;
}

.background-color-how {
	background-color: #1e3844 !important;
}

.h-size {
	font-size: 50px;
	font-weight: 500;
}

.p-size {
	font-size: 30px;
	font-weight: 500;
}

.p-size-s {
	font-size: 20px;
	font-weight: 500;
}

.wave-highlight {
	background: linear-gradient(120deg, #f9b946, #f9b946) !important;
	background-position: 0 100% !important;
	background-repeat: no-repeat !important;
	background-size: 100% 40% !important;
}

.btn-primary {
	border-radius: 20px !important;
	border: none !important;
}

.btn-primary>span {
	margin-top: -5px;
}

.btn-primary-block {
	display: table !important;
}

.widget {
	box-shadow: none !important;
}

.card-body-title {
	height: 25%;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
}

.color-black {
	color: rgb(37, 37, 37);
}

.youtube-video {
	border: 2px solid;
}

.post-content {
	margin-bottom: 50px;
}

#main {
	overflow-x: hidden;
}

.main-nav .nav-item .nav-link {
	text-align: center;
	font-size: 14 px !important
}

@media (min-width: 992px) and (max-width: 100px) {
	.main-nav .nav-item .nav-link {
		font-size: 10px !important
	}
}

@media (min-width: 1400px) {
	.main-nav .nav-item .nav-link {
		font-size: 16px !important
	}
}

.dropdown-item.active {
	background: #5b101b !important;
	color: white !important;
}

/* shrink nav items inside the offcanvas nav */
#offcanvasNavbar .navbar-nav .nav-item {
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}

#offcanvasNavbar .navbar-nav .nav-link {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	white-space: nowrap;
	/* prevent wrapping */
}

/* also shrink navbar padding a bit */
#offcanvasNavbar .navbar-nav {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	gap: 0.25rem;
}