@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Helvetica';
  	font-optical-sizing: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica.eot");
    src: local('Helvetica'), url("../fonts/Helvetica.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica.woff2") format('woff2'), url("../fonts/Helvetica.woff") format('woff'), url("../fonts/Helvetica.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica-Light.eot");
    src: local('Helvetica Light'), local('Helvetica-Light'), url("../fonts/Helvetica-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica-Light.woff2") format('woff2'), url("../fonts/Helvetica-Light.woff") format('woff'), url("../fonts/Helvetica-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica-Bold.eot");
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url("../fonts/Helvetica-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica-Bold.woff2") format('woff2'), url("../fonts/Helvetica-Bold.woff") format('woff'), url("../fonts/Helvetica-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #FFCA10;
}
::selection {
	color: #fff;
	background: #FFCA10;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	font-family: "Public Sans", sans-serif;
	outline: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
	background-color: transparent;
	color: #666666;
	border-color: transparent;
}
.form-control:focus, .form-select:focus {
    border-color: #FFCA10 !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-family: "Public Sans", sans-serif;
	font-size: 12px;
	color: #4D5765;
	padding: 1.3rem .75rem;
}
.form-floating>.form-select~label::after {
	background-color: transparent;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: bold;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #FFCA10;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #FFCA10;
}
/***************************** arabic *****************************/
.d_ltr {
	direction: ltr;
}
.ltr_flip_img {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
/***************************** top *****************************/
.top {
	width: 100%;
	height: 40px;
	float: left;
    background: #0E121D;
}
.top span, .top span i {
	color: #E4E4E4;
	font-size: 13px;
}
/************************* social_media *************************/
.social_media a {
	width: 25px;
	height: 25px;
	font-size: 13px;
	display: inline-flex;
	line-height: 1;
	color: #fff;
	margin: 0 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.footer_social a {
	width: 40px;
    height: 40px;
	background: #3D4250;
	color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #fff;
	color: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #fff;
	color: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #fff;
	color: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #fff;
	color: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #fff;
	color: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #fff;
	color: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #fff;
	color: #34af23;
}
/************************* header *************************/
.header {
	width: 100%;
	height: 80px;
	float: left;
    position: absolute;
    top: 40px;
    z-index: 9;
}
.menu_bg {
	position: absolute;
	top: 120px;
}
.s_menu_bg {
	height: auto !important;
	position: fixed;
	background: #0E121D;
	padding: 10px 0;
	z-index: 9;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.header .logo {
	width: 240px;
}
.header_address h4 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}
.arabic .header_address h4 {
    text-align: right;
}
.header_address h4 a, .header_address h4 span {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
.menu_bg .logo {
    display: none;
}
.menu_bg .menu_icon {
    display: none;
}
.menu_bg .navbar {
    background: #0E121D;
}
.s_menu_bg .logo {
    width: 200px;
    display: block;
}
.menu_bg .offcanvas-body .navbar-nav {
    justify-content: space-between;
}
.s_menu_bg .offcanvas-body .navbar-nav {
    justify-content: flex-end;
}
.s_menu_bg .navbar-nav > li > .nav-link {
	margin: 0 30px 0 0;
    font-size: 12px;
}
.arabic .s_menu_bg .navbar-nav > li > .nav-link {
    margin: 0 0 0 30px;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 0 !important;
	margin: 0 0 0 40px;
    font-size: 14px;
    font-weight: normal;
	text-transform: uppercase;
}
.arabic .navbar-nav > li > .nav-link {
    margin: 0 40px 0 0;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #fff;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
   	transform: scale(0);
	background: #FFCA10;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:hover:before, .navbar-nav > li.active > a.highlighted:before, .navbar-nav > li > a.highlighted:before {
    visibility: visible;
    -webkit-transform: scale(1);
   	transform: scale(1);
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #FFCA10 !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	animation: fadeIn 1s;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #FFCA10;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: bold;
	color: #FFCA10;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 12px;
    padding: 15px 20px;
    font-weight: bold;
	background-color: #FFCA10;
    color: #2B2B2B;
	border: 2px solid #FFCA10;
	text-align: center;
	text-transform: uppercase;
}
.send_btn:hover {
    background-color: transparent;
    color: #FFCA10;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.home_banner {
	object-fit: cover;
	height: 800px !important;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5% 5% 0;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	background: rgba(0, 0, 0, 0) url("../images/banner_bg.svg") no-repeat;
    background-size: cover;
}
.banner_text span {
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner_text span h2 p {
    font-weight: bold;
}
.banner_text span h5 {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner_text span h4 {
	font-family: "Public Sans", sans-serif;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	line-height: 30px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner_text .send_btn:hover {
    background-color: transparent;
	border: 2px solid #fff;
    color: #fff;
}
.banner_text .banner_iso {
    height: 250px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
/***************************** hm_service *****************************/
.hm_services {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff url(../images/service_bg.webp) repeat-x center bottom;
    background-size: contain;
}
.hm_services h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.arabic .hm_services h3 {
	font-size: 20px;
}
.hm_services h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.hm_services h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0E121D;
    position: relative;
}
.hm_services h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
    position: relative;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hm_service_bg:hover h4, .hm_service_bg:hover h5 {
    color: #fff;
	text-shadow: 0 1px 1px #be970d;
}
.hm_service_bg {
    width: 92%;
	height: 130px;
    float: left;
    background: #fff;
    position: relative;
    margin: -80px 4% 0 4%;
	box-shadow: 10px 100px 100px rgba(0, 0, 0, 0.05);
}
.hm_service_bg:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../images/service_btm_white.svg) no-repeat;
    background-size: cover;
    height: 80px;
}
.arabic .hm_service_bg:before {
    -webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.hm_service_bg:hover {
    background: #FFCA10;
	box-shadow: none;
}
.hm_service_bg:hover.hm_service_bg:before {
    background: url(../images/service_btm_yellow.svg) no-repeat;
    background-size: cover;
}
.hm_service_bg .send_btn {
	z-index: 1;
    position: relative;
	background: #fff;
	border: 1px solid #E4E4E4;
}
.hm_service_bg .send_btn:hover {
	color: #2B2B2B;
	border: 1px solid #fff;
}
/***************************** welcome *****************************/
.welcome {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff;
}
.welcome h2 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.welcome h1 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.welcome h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.welcome_img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** counter_box *****************************/
.counter_box {
	width: 180px;
    height: 270px;
	background: #FFCA10;
	position: absolute;
    top: 0;
    right: 9px;
    font-weight: bold;
	font-size: 65px;
	color: #fff;
}
.counter_box p {
    font-weight: bold;
	font-size: 15px;
	color: #fff;
}
/***************************** hm_location *****************************/
.hm_location {
	width: 100%;
    float: left;
}
.hm_location h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.hm_location h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.hm_location h6 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	line-height: 30px;
}
.hm_location_map {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hm_location_address h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #4D5765;
	line-height: 30px;
	text-transform: uppercase;
}
.hm_location_address h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
    font-weight: 500;
    color: #4D5765;
	line-height: 26px;
	text-transform: uppercase;
}
/************************* fifa_projects *************************/
.fifa_projects {
	width: 100%;
    float: left;
	padding: 130px 0;
}
.fifa_projects_bg {
    width: 70%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 12%;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.arabic .fifa_projects_bg {
	left: 0;
    right: 12%;
}
.fifa_projects_bg h2 {
	font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.fifa_projects_bg h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
	line-height: 30px;
}
/***************************** hm_contact *****************************/
.hm_contact {
	width: 100%;
    float: left;
	padding: 30px 0 0 0;
    background: #fff url(../images/hm_contact_bg.webp) no-repeat center center;
    background-size: cover;
}
.hm_contact_title h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.hm_contact_title h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.hm_contact_title h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.hm_contact_img {
	width: 300px;
    margin: 0 auto;
}
.hm_contact_box {
	float: left;
	margin-left: -200px;
}
.arabic .hm_contact_box {
	margin-left: 0;
    margin-right: -200px;
}
.hm_contact_form {
	box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}
.hm_contact_form .input-group, .hm_contact_form .form-select, .hm_contact_form input, .hm_contact_form textarea {
	background-color: #EEEEEE !important;
	border-color: #EEEEEE;
}
.hm_contact form .input-group-text {
	background-color: transparent;
}
.hm_contact_newsletter {
	background: #0E121D;
}
.hm_contact_newsletter h2 {
    font-size: 12px;
    font-weight: bold;
    color: #FFCA10;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.hm_contact_newsletter h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.hm_contact_newsletter h4 {
	width: 100%;
	float: left;
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #B2B2B2;
	line-height: 24px;
}
.hm_contact_newsletter h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #B2B2B2;
}
.hm_contact_newsletter h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #B2B2B2;
}
.hm_contact_call_bg {
    width: 100%;
    float: left;
	background: #252A37;
}
.hm_contact_newsletter a {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.hm_contact_newsletter a:hover {
	color: #FFCA10;
}
.hm_contact_call {
	background: #FFCA10;
	color: #fff;
    font-size: 20px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.hm_contact_newsletter input {
	background-color: #3D4250 !important;
	color: #fff !important;
}
.hm_contact_newsletter .form-floating > label {
	color: #B2B2B2 !important;
}
.hm_contact_newsletter .send_btn {
	width: auto !important;
	background: #FFCA10;
	color: #fff;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.hm_contact_newsletter .send_btn:hover {
	background-color: #262A36;
    color: #FFCA10;
	border: 2px solid #FFCA10;
}
/***************************** testimonials *****************************/
.testimonials {
	width: 100%;
	float: left;
	padding: 130px 0 80px 0;
}
.testimonials h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.testimonials h3 {
    font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.testimonials h4 {
	font-family: "Public Sans", sans-serif;
	color: #4D5765;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
	text-align: justify;
    background: url(../images/testimonials_quotes.svg) no-repeat center center;
	background-size: contain;
}
.testimonials h5 {
	font-weight: bold;
	font-size: 16px;
	color: #0E121D;
}
.testimonials h5 span {
	width: 100%;
	float: left;
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #616B79;
}
.testimonials_img {
	width: 70px;
}
.testimonials .swiper-slide {
	box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.testimonials .swiper-pagination-bullet {
	background: #666 !important;
}
.testimonials .swiper-pagination-bullet-active {
	background: #FFCA10 !important;
}
.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
	display: none;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
	background: #E4E4E4;
	margin-top: -3rem;
}
.testimonials .swiper-button-next:hover, .testimonials .swiper-button-prev:hover {
	background: #FFCA10;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
    background: #0E121D;
    padding: 80px 0;
}
.footer_search {
	width: 550px;
	background-color: #fff;
	margin: 0 auto;
}
.footer_search input {
	background-color: #262A36 !important;
	color: #fff !important;
}
.footer_search .form-floating > label {
    color: #8993A1 !important;
}
.footer_search .send_btn {
	color: #2B2B2B;
}
.footer_search .send_btn:hover {
	background-color: #262A36;
    color: #FFCA10;
	border: 2px solid #FFCA10;
}
.footer h4 {
	font-family: "Public Sans", sans-serif;
    color: #8993A1;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
	text-align: justify;
}
.footer_menu {
	border-top: 1px solid #313541;
    border-bottom: 1px solid #313541;
}
.footer ul li {
    float: left;
    list-style: none;
}
.footer ul li a {
	width: 100%;
    float: left;
	font-family: "Public Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
	padding: 15px 30px;
	text-align: center;
	word-break: break-all;
	text-transform: uppercase;
}
.footer ul li a:hover, .footer ul li .active {
    color: #FFCA10;
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
	padding: 20px 0;
    background: #262A36;
}
.copyright span {
	font-family: "Public Sans", sans-serif;
	color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.copyright span i {
	font-size: 13px;
}
.copyright span a {
	color: #fff;
}
.copyright span a:hover {
	color: #FFCA10;
	text-decoration: underline;
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 110px;
	right: 5px;
	z-index: 10;
	background: #26af36;
	border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.arabic .wa_icon .wa_btn {
	right: auto;
	left: 5px;
}
.wa_icon i {
	color: #fff;
	font-size: 30px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
.wa_msg {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 9;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	opacity: 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.wa_icon:hover .wa_msg {
	width: 250px;
	padding: 0 0 0 35px;
	opacity: 1;
}
@keyframes ring {
  	0% { transform: rotate(0); }
  	1% { transform: rotate(30deg); }
  	3% { transform: rotate(-28deg); }
  	5% { transform: rotate(34deg); }
  	7% { transform: rotate(-32deg); }
  	9% { transform: rotate(30deg); }
  	11% { transform: rotate(-28deg); }
  	13% { transform: rotate(26deg); }
  	15% { transform: rotate(-24deg); }
  	17% { transform: rotate(22deg); }
  	19% { transform: rotate(-20deg); }
  	21% { transform: rotate(18deg); }
  	23% { transform: rotate(-16deg); }
 	25% { transform: rotate(14deg); }
  	27% { transform: rotate(-12deg); }
  	29% { transform: rotate(10deg); }
  	31% { transform: rotate(-8deg); }
  	33% { transform: rotate(6deg); }
  	35% { transform: rotate(-4deg); }
  	37% { transform: rotate(2deg); }
  	39% { transform: rotate(-1deg); }
  	41% { transform: rotate(1deg); }
  	43% { transform: rotate(0); }
  	100% { transform: rotate(0); }
}
/***************************** inner_head *****************************/
.inner_banner {
	width: 100%;
	float: left;
	position: relative;
}
.inner_banner_img {
	object-fit: cover;
	height: 600px !important;
}
.inner_banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0) url("../images/inner_banner_bg.webp") no-repeat;
    background-size: cover;
}
.inner_banner_text span {
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner_banner_text span h2, .inner_banner_text span h5 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.inner_banner_text span h4, .inner_banner_text span h6 {
	font-family: "Public Sans", sans-serif;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.inner_banner_text .send_btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
/***************************** about *****************************/
.about {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff;
}
.about h2 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.about h1 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.about h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.about_img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.mission_vision {
	width: 100%;
    float: left;
    background: #fff;
}
.mission_vision h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.mission_vision h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.mission_vision h4 {
    font-weight: bold;
    font-size: 16px;
    color: #0E121D;
    position: relative;
}
.mission_vision h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
	position: relative;
}
.mission_vision_bg:hover h4, .mission_vision_bg:hover h5 {
    color: #fff;
}
.mission_vision_bg {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
	box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
}
.mission_vision_bg:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../images/mission_vision_btm_white.svg) no-repeat;
    background-size: cover;
    height: 80px;
}
.arabic .mission_vision_bg:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.mission_vision_bg:hover {
    background: #FFCA10;
	box-shadow: none;
}
.mission_vision_bg:hover.mission_vision_bg:before {
    background: url(../images/mission_vision_btm_yellow.svg) no-repeat;
    background-size: cover;
}
.our_strength {
	width: 100%;
    float: left;
	padding: 80px 0 130px 0;
	margin: 80px 0 0 0;
    background: #F9F9F9 url("../images/our_strength_bg.webp") repeat-x center bottom;
    background-size: contain;
}
.our_strength h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.our_strength h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.our_strength h4, .our_strength ul li {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.our_strength ul {
	list-style: none;
}
.our_strength ul li:before {
    width: 16px;
    height: 16px;
    margin-left: -22px;
    margin-right: 6px;
    content: "";
    background: #FFCA10;
    display: inline-block;
    top: 2px;
    position: relative;
}
.arabic .our_strength ul li:before {
    margin-right: -22px;
    margin-left: 6px;
}
.our_strength_img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** service *****************************/
.services {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff url(../images/service_bg.webp) repeat-x center bottom;
    background-size: contain;
}
.services h2 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.services h1 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.services h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0E121D;
    position: relative;
}
.services h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
    position: relative;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service_bg:hover h4, .service_bg:hover h5 {
    color: #fff;
	text-shadow: 0 1px 1px #be970d;
}
.service_bg {
    width: 92%;
	height: 130px;
    float: left;
    background: #fff;
    position: relative;
    margin: -80px 4% 0 4%;
	box-shadow: 10px 100px 100px rgba(0, 0, 0, 0.05);
}
.service_bg:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../images/service_btm_white.svg) no-repeat;
    background-size: cover;
    height: 80px;
}
.arabic .service_bg:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.service_bg:hover {
    background: #FFCA10;
	box-shadow: none;
}
.service_bg:hover.service_bg:before {
    background: url(../images/service_btm_yellow.svg) no-repeat;
    background-size: cover;
}
.service_bg .send_btn {
	z-index: 1;
    position: relative;
	background: #fff;
	border: 1px solid #E4E4E4;
}
.service_bg .send_btn:hover {
	color: #2B2B2B;
	border: 1px solid #fff;
}
/******************************* services_details *******************************/
.services_details {
	width: 100%;
    float: left;
	padding: 130px 0 160px 0;
    background: #fff;
}
.services_details_bg {
    width: 92%;
    float: left;
    background: #fff;
    position: relative;
    margin: -80px 4% 0 4%;
	box-shadow: 10px 100px 100px rgba(0, 0, 0, 0.05);
}
.services_details_bg:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../images/services_details_btm.svg) no-repeat;
    background-size: cover;
    height: 80px;
}
.services_details_bg h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
	line-height: 30px;
}
.services_details h4, .services_details ul li {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.services_details ul {
	list-style: none;
}
.services_details ul li:before {
    width: 16px;
    height: 16px;
    margin-left: -22px;
    margin-right: 6px;
    content: "";
    background: #FFCA10;
    display: inline-block;
    top: 2px;
    position: relative;
}
.arabic .services_details ul li:before {
    margin-right: -22px;
    margin-left: 6px;
}
/***************************** accreditation *****************************/
.accreditation {
	width: 100%;
    float: left;
	padding: 130px 0 230px 0;
    background: #fff url(../images/accreditation_bg.webp) repeat-x center bottom;
    background-size: contain;
}
.accreditation h2 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.accreditation h1 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.accreditation h4 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	line-height: 30px;
}
/***************************** projects *****************************/
.projects {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff;
}
.clients {
	width: 100%;
    float: left;
	padding: 80px 0;
    background: #F9F9F9;
}
.projects h2, .clients h3 {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.projects h1, .clients h2 {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.projects h3 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}
.projects h4 {
    font-family: "Public Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}
.projects h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.projects_bg {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	display: flex;
	align-content: space-between;
	background: rgba(0, 0, 0, .25);
}
.projects_bg .send_btn {
    padding: 10px 20px;
    background-color: #fff;
    border: none;
}
.projects_next, .projects_prev {
	width: 50px;
	height: 50px;
    float: left;
	background: #E4E4E4;
}
.projects_next:hover, .projects_prev:hover {
	background: #FFCA10;
}
.projects_dot {
	font-size: 8px;
	color: #F3F3F3;
}
.projects_dot.active {
	color: #FFCA10;
}
/******************************* projects_details *******************************/
.projects_details {
	width: 100%;
    float: left;
	padding: 130px 0 160px 0;
    background: #fff;
}
.projects_details_bg {
    width: 92%;
    float: left;
    background: #fff;
    position: relative;
    margin: -80px 4% 0 4%;
	box-shadow: 10px 100px 100px rgba(0, 0, 0, 0.05);
}
.projects_details_bg:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../images/projects_details_btm.svg) no-repeat;
    background-size: cover;
    height: 80px;
}
.projects_details_bg h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
	line-height: 30px;
}
.projects_details h4, .projects_details ul li {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	text-align: justify;
	line-height: 30px;
}
.projects_details ul {
	list-style: none;
}
.projects_details ul li:before {
    width: 16px;
    height: 16px;
    margin-left: -22px;
    margin-right: 6px;
    content: "";
    background: #FFCA10;
    display: inline-block;
    top: 2px;
    position: relative;
}
.arabic .projects_details ul li:before {
    margin-right: -22px;
    margin-left: 6px;
}
/***************************** contact *****************************/
.contact {
	width: 100%;
    float: left;
	padding: 130px 0 0 0;
    background: #fff;
}
.contact h2, h3.location_title {
	font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.contact h1, h2.location_title {
	font-size: 40px;
    font-weight: bold;
    color: #000;
}
.contact h4, h4.location_title {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4D5765;
	line-height: 30px;;
}
.contact_form {
	box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}
.contact_form .input-group, .contact_form .form-select, .contact_form input, .contact_form textarea {
	background-color: #EEEEEE !important;
	border-color: #EEEEEE;
}
.contact form .input-group-text {
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
}
.contact form .input-group-text img {
	width: 20px;
}
.contact_form .form-floating > label {
    font-size: 20px;
	padding: 1.4rem .75rem 1.4rem 30px;
}
.arabic .contact_form .form-floating > label {
	padding: 1.4rem 30px 1.4rem .75rem;
}
.contact_form .form-control, .contact_form .input-group-text, .contact_form .form-select {
	height: 80px !important;
	background-size: 20px;
	background-position-x: 94%;
}
.arabic .contact_form .form-select {
	background-position-x: 6%;
}
.contact_form .form-control, .contact_form .form-select {
	padding-left: 30px;
	padding-right: 30px;
}
.contact_form textarea {
    padding-top: 35px !important;
}
.contact_form .send_btn {
    font-size: 20px;
    padding: 20px;
}
.contact_btm {
	width: 100%;
	height: 300px;
	float: left;
	background: #181C28;
	margin: -200px 0 0 0;
}
.location {
	width: 100%;
    float: left;
	padding: 130px 0;
    background: #fff;
}
.location_address h5 {
	font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4D5765;
	text-align: left;
	line-height: 20px;
}
.location_address img {
	height: 50px !important;
}
.location_address {
	box-shadow: 0px 10.37px 86.41px rgba(0, 0, 0, 0.15) !important;
}
.location_address.active {
	border: 1px solid #0E121D;
}
.contact_newsletter {
	background: #0E121D;
}
.contact_newsletter h2 {
    font-size: 14px;
    font-weight: bold;
    color: #FFCA10;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.contact_newsletter h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.contact_newsletter h4 {
	width: 100%;
	float: left;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B2B2B2;
	line-height: 24px;
}
.contact_newsletter h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #B2B2B2;
}
.contact_newsletter h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B2B2B2;
}
.contact_call_bg {
    width: 100%;
    float: left;
	background: #252A37;
}
.contact_newsletter a {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.contact_newsletter a:hover {
	color: #FFCA10;
}
.contact_call {
	width: 60px;
	background: #FFCA10;
	color: #fff;
    font-size: 20px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.contact_newsletter input {
	background-color: #3D4250 !important;
	color: #fff !important;
}
.contact_newsletter .form-floating > label {
	color: #B2B2B2 !important;
	font-size: 15px;
}
.contact_newsletter .send_btn {
	width: auto !important;
	background: #FFCA10;
	color: #fff;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.contact_newsletter .send_btn:hover {
	background-color: #262A36;
    color: #FFCA10;
	border: 2px solid #FFCA10;
}
/******************************* videobtn *******************************/
.videobtn {
	width: 90px;
  	-ms-transform: scale(1);
  	transform: scale(1);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:55px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 8;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.arabic #scroll {
    right:auto;
    left:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#FFCA10;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #FFCA10;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #fff !important;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.location .nav-item, .location .nav-item .location_address {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before {
		display: none;
	}
	.s_menu_bg .menu_icon {
		display: block;
	}
	.header_address h4 a, .header_address h4 span {
		font-size: 14px;
	}
	.banner_text span h2, .inner_banner_text span h2, .inner_banner_text span h5 {
		font-size: 40px;
	}
	.hm_contact_box {
		margin-left: -300px;
	}
	.arabic .hm_contact_box {
		margin-left: 0;
		margin-right: -300px;
	}
	.counter_box {
		width: 150px;
		height: 210px;
		font-size: 45px;
	}
	.counter_box p {
		font-size: 13px;
	}
	.fifa_projects_img {
		object-fit: cover;
    	height: 600px !important;
	}
	.projects_img {
        object-fit: cover;
        height: 250px !important;
    }
	.footer ul li a {
		padding: 15px 20px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: bold;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > .nav-link {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
		margin: 0 0 10px 0 !important;
		font-weight: bold;
		justify-content: center;
		font-size: 12px;
		line-height: 25px;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #2B2B2B !important;
		background: #FFCA10;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.home_banner {
		object-fit: cover;
		height: 700px !important;
	}
	.inner_banner_img {
		object-fit: cover;
		height: 400px !important;
	}
	.banner_text span h2, .hm_services h2, .welcome h1, .hm_location h2, .fifa_projects_bg h2, .hm_contact_title h2, .testimonials h2, .inner_banner_text span h2, .inner_banner_text span h5, .about h1, .mission_vision h2, .our_strength h2, .services h1, .accreditation h1, .projects h1, .clients h2, .contact h1, h2.location_title {
    	font-size: 30px;
	}
	.hm_location_map {
		position: relative;
	}
	.hm_location_address {
		width: 100%;
	}
	.counter_box {
        width: 135px;
        height: 190px;
        font-size: 35px;
    }
	.counter_box p {
        font-size: 12px;
    }
	.services_details_bg, .projects_details_bg {
		margin: -30px 4% 0 4%;
	}
	.projects h3 {
		font-size: 16px;
    	line-height: 20px;
	}
	.our_strength {
		margin: 150px 0 0 0;
	}
	.footer_menu {
		border: none;
	}
	.footer ul li {
		width: 100%;
	}
	.footer ul li a {
		font-size: 12px;
		border-bottom: 1px solid #313541;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.banner_text, .inner_banner_text {
		padding: 0 0 5% 0;
		align-items: end;
	}
	.banner_text span h2, .inner_banner_text span h2, .inner_banner_text span h5 {
    	font-size: 25px;
	}
	.hm_services h2, .welcome h1, .hm_location h2, .fifa_projects_bg h2, .hm_contact_title h2, .testimonials h2, .about h1, .mission_vision h2, .our_strength h2, .services h1, .accreditation h1, .projects h1, .clients h2, .contact h1, h2.location_title {
    	font-size: 25px;
	}
	.hm_location_address h4 {
    	font-size: 13px;
	}
	.counter_box {
        width: 35%;
        height: 52%;
        font-size: 30px;
		right: 18px;
    }
	.hm_contact_box {
		margin-left: 0;
	}
	.arabic .hm_contact_box {
		margin-right: 0;
	}
	.hm_location_qatar {
		width: 120px;
	}
	.hm_location_qatar_icon {
		width: 40px;
	}
	.hm_location_uae_icon {
		width: 20px;
	}
	.fifa_projects {
		padding: 50px 0 100px 0;
	}
	.fifa_projects_img {
		object-fit: cover;
    	height: 800px !important;
	}
	.welcome_img, .about_img {
		position: static;
	}
	.our_strength_img {
		width: 300px;
		position: static;
	}
	.projects_img {
        object-fit: contain;
        height: auto !important;
    }
	.projects_bg {
		align-content: end;
	}
	.services_details_bg h1, .projects_details_bg h1 {
		font-size: 16px;
	}
	.contact_form .form-floating > label {
		font-size: 14px;
		padding: 1.2rem .75rem;
	}
	.contact_form .form-control, .contact_form .input-group-text, .contact_form .form-select {
    	height: auto !important;
		padding-left: 12px !important;
    	padding-right: 12px !important;
		background-size: 14px;
		background-position-x: 98%;
	}
	.arabic .contact_form .form-select {
		background-position-x: 3%;
	}
	.contact form .input-group-text img {
		width: auto;
	}
	.contact_form .send_btn {
		font-size: 12px;
    	padding: 15px 20px;
	}
	.contact_newsletter h3, .contact_newsletter h4, .contact_newsletter .form-floating > label, .contact_newsletter h5 {
		font-size: 14px;
	}
	.accreditation {
    	padding: 130px 0;
	}
	.footer_search {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.header .logo {
		width: 180px;
	}
	.services_details_bg:before, .projects_details_bg:before {
		bottom: -40px;
		height: 40px;
	}
	.services_details_bg, .projects_details_bg {
		width: 100%;
        margin: 0;
    }
	.services_details, .projects_details, .accreditation {
		padding: 80px 0 110px 0;
	}
	.hm_services, .services {
    	padding: 80px 0 130px 0;
	}
	.welcome, .testimonials, .about, .our_strength, .projects, .location {
    	padding: 80px 0;
	}
	.fifa_projects {
        padding: 50px 0 80px 0;
    }
	.contact {
		padding: 80px 0 0 0;
	}
	.social_media a {
		background: #323232;
	}
	.sm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.fifa_projects_img {
		display: none !important;
	}
	.fifa_projects_bg, .arabic .fifa_projects_bg {
		width: 100%;
        left: 0%;
        right: 0%;
		position: relative;
		padding: 0 15px 40px 15px;
		background: #9f1b43 url(../images/fifa_projects_bg.webp) repeat-x center center;
    	background-size: cover;
	}
	.send_btn{
		width: 100% !important;
		float: left;
		text-align: center;
		font-size: 12px;
	}
	.footer_search .btn {
		width: auto !important;
		padding: 0 10px;
		font-size: 13px;
	}
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.projects_img {
        object-fit: cover;
        height: 250px !important;
    }
	.xxsm-100 {
		width: 100%;
	}
}







/*contact form loading css styles*/

	    #formResponse {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    position: relative;
    margin-top: 20px;
    display: none;
}
#closeButton {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: rgb(255, 0, 0);
}
#loadingIcon {
    display: none; /* Hidden by default */
    position: flex;
    margin: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Example spinner animation */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
