:root {
	--main-color: #EF7E16;
	--sec-color: #00235A;
	--bg-color: #F1EFEF;

}


@font-face {
	font-family: 'ar-font';
	src: url('../fonts/Cairo-Regular.ttf');
}


@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
	font-family: 'arial';
	src: url('../fonts/alfont_com_arial-1.ttf');
}


body {
	direction: ltr;
	text-align: start;
	font-family: 'arial';
	overflow-x: hidden;
}

form {
	direction: ltr;
}

html {
  scroll-behavior: smooth;
}


/* nice select */
.nice-select {
	width: 100%;
	margin-bottom: 20px;
	text-align: start;
	padding-left: 12px;
	padding-right: 30px;
	border-radius: 0;
	border: 1px solid #DBD5D5;
}

.nice-select::after {
	right: 12px;
	left: auto;
}

.nice-select .option {
	text-align: start;
	padding-left: 18px;
	padding-right: 18px;
}

.nice-select .list {
	width: 100%;
}

.nice-select:after {
	width: 8px;
	height: 8px;
}


.owl-carousel {
	direction: ltr;
}

.carousel-info button {
	border: none;
	outline: none;
	background: none;
}

button:focus,
button {
	border: none;
	outline: none;
}

.mynav button {
	background: none;
}

input:focus {
	outline: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:hover {
	text-decoration: none;
}

/* top bar */
/* -------------------------------------------------   */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.mynavbar,
.mynavbar ul.nav-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.lang-search,
.right-header {
	display: flex;
	align-items: center;

}

.right-header {

	justify-content: space-between;
}

.btnSearch i,
.lang-search a {
	color: #fff;
	/*text-transform: capitalize;*/
	cursor: pointer;
	transition: all 0.3s;
}

.lang-search a i {
	padding-inline-start: 6px;
}

.mynavbar .logo {
	/* height: 55px; */
}

.logo img {
	max-width: 240px;
	max-height: 100%;
	width: 100%;
}

span.mob-num {
	display: inline-block;
	direction: ltr;
}

.lang a {
	text-transform: uppercase;
	transition: all 0.3s;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-family: 'ar-font';
}

.lang a span {
	position: relative;
	display: inline-block;
}

.lang a span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 2px;
	left: 0;
	transition: all 0.3s;
}

/* Start Search */

.site-search {
	display: table;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	padding: 12px;
}

.site-search.open {
	z-index: 999;
	opacity: 1;
	animation: 1.3s bounceInDown;
}

.site-search .close-side i {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #565656;
	border-radius: 50%;
	color: #565656;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.site-search .widget_product_search,
.site-search .widget_search {
	position: relative;
	padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
	border: none;
	width: 39%;
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	padding-top: 0;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label,
.woocommerce-product-search label.screen-reader-text {
	position: relative !important;
	color: #000 !important;
	font-size: 50px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	line-height: 80px;
	/*text-transform: capitalize;*/
	text-align: center;
	margin-bottom: 32px;
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
	background: #f7f7f7;
	border: none;
	border: 1px solid #989898;
	font-size: 18px;
	padding: 15px 0;
	height: 56px;
	margin: 0;
	outline: none !important;
	display: block;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.15s linear;
	/* -webkit-appearance: none; */
	border-radius: 0px;
	box-shadow: inset 0 0 0 transparent;
	color: #000;
	padding-inline-end: 50px;
	padding-inline-start: 22px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
	top: 10px;
	right: 15px;
	padding-top: 0 !important;
	background: none !important;
	font-size: 0;
	min-width: 0;
	padding: 0 !important;
	z-index: 4;
	position: absolute;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
	border: none !important;
	box-shadow: none !important;
	color: #fff;
	padding: 0;
	width: 80px;
	height: 56px;
	background-color: #FF5E15;
}

.site-search .woocommerce-product-search .search-field::placeholder {
	color: #C5C5C5;

}

.searchForm .btnSearch {
	box-shadow: none !important;
	/* margin: 0 11px; */
	padding: 0;
	text-align: center;
	border: none !important;
	font-size: 16px;
	border-radius: 50%;
	cursor: pointer;
	height: 43px;
	width: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}

.searchForm .btnSearch i {
	transition: all 0.6s;
	color: #fff;
}


.site-search-close {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}


/* End Search */
/* Start header */
.mynav {
	position: relative;
}

.vission2030 img {
	height: 40px;
	filter: brightness(0) invert(1);
}

.mynav .row {
	align-items: center;
	/* padding: 24px 0 10px; */
}

.mynavbar ul,
.mynavbar {
	display: flex;
	align-items: center;
}


.mynavbar ul li {
	/* margin-inline-start: 16px; */
}

.mynavbar li a {
	position: relative;
	padding: 0;
	color: #fff;
	transition: all 0.3s;
	/*text-transform: capitalize;*/
	font-size: 16px;
	position: relative;
	display: inline-block;
}


.mynavbar li a:hover {
	color: var(--sec-color);
}

.my-btn a,
.my-btn button {
	display: inline-block;
	min-width: 122px;
	text-align: center;
	background: var(--main-color);
	color: #fff;
	padding: 12px 25px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	transition: all 0.3s;
	font-weight: 700;
	/*text-transform: capitalize;*/
	box-shadow: 0px 8px 8px 0px rgba(201, 24, 42, 0.08);
}

.my-btn a::before,
.my-btn button::before {
	background: var(--sec-color);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 0%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.6s ease;
}

header .my-btn a {
	background: #fff;
	color: #FF5E15;
}

/* responsive menu */
.responsive-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 12px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.navbar-toggler {
	background-color: var(--main-color);
	border-radius: 1px;
	color: var(--bg-color);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-search {
	display: flex;
	align-items: center;
	gap: 20px;
}

.sidebar .my-btn {
	margin-top: 22px;
	margin-inline-start: 12px;
}

.navbar-toggler i {
	font-size: 23px;
}

/* Sidebar */

.sidebar {
	position: fixed;
	top: 0px;
	bottom: 0;
	left: -100%;
	height: 100%;
	width: 350px;
	background-color: #fff;
	z-index: 999999999999;
	padding: 20px 0;
	z-index: 9;
	transition: all 0.7s;
	box-shadow: 0px 0px 20px #00000029;
	padding: 30px;
	/* clip-path: circle(25px at calc(100% - 45px) 45px); */
}

.sidebar-width {
	left: 0px;
	/* clip-path: circle(75%); */
}

.sidebar .close-side i {
	cursor: pointer;
	width: 38px;
	height: 38px;
	color: #000;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar .side-content {
	padding-top: 10px;
	margin-top: 30px;
}

.side-content a i {
	margin: 0 8px;
}

.side-content a {
	/*text-transform: capitalize;*/
}

.close-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	opacity: 0.6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}

.close-overlay.open-overlay {
	display: block;
}

.sidebar .side-content ul li {
	position: relative;
	width: 100%;
	transition: all .5s;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	;
}


.sidebar .side-content ul li a {
	color: #fff;
	display: block;
	padding: 16px 0;
	position: relative;
	transition: all 0.6s;
	border-bottom: 1px #eee solid;
	color: #000;
}

.side-content ul li.has-child a {
	padding-inline-end: 20px;
}

.sidebar .contact-buttons {
	justify-content: center;
	margin-top: 60px;
}

.search-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
	min-height: 768px;
	direction: ltr;
}

.home-slider .owl-item,
.home-slider .item {
	overflow: hidden;
	position: relative;
}


.slider-home .slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-home .slider-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.home-slider {
	width: 100%;
	z-index: 1;
	position: relative;
}


.owl-item.active .slider-info .my-btn {
	animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
	animation: 1s fadeInDown;
}

.home-slider .row {
	align-items: center;
}

.slider-home .owl-item .slider-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.slider-info {
	position: relative;
	z-index: 99;
	color: #fff;
	padding-top: 80px;
	max-width: 926px;
}

.slider-info h2 {
	font-size: 50px;
	line-height: 80px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.slider-info p {

	font-size: 18px;

	line-height: 27px;

	margin: 14px 0 28px;
}

.home-slider .owl-carousel,
.sponser-slider {
	direction: ltr;
}

.owl-theme .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-home.owl-theme .owl-dots {
	position: absolute;
	z-index: 5;
	right: 0;
	left: 0;
	bottom: 55px;
	display: flex;
	justify-content: start;
	align-items: center;
	max-width: 1300px;
	margin: auto;
	padding: 0 15px;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 3px !important;
	/* margin-inline-end: 16px; */
}

.home-slider .owl-theme .owl-nav {
	position: absolute;
	/* z-index: 5; */
	right: 0;
	left: 0;
	display: flex;
	justify-content: end;
	align-items: center;
	max-width: 1300px;
	margin: auto;
	padding: 0 15px;
	bottom: 55px;
	height: 60px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next {
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	font-size: 38px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	color: #fff;
	transition: all .3s;
	z-index: 9;
}

.home-slider .owl-theme .owl-nav .owl-prev {
	right: 70px;
}

.home-slider .owl-theme .owl-nav .owl-next {
	right: 0;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
	width: 58px;
	height: 56px;
	background-color: rgb(255 255 255 / 30%);
}

.owl-theme .owl-dots .owl-dot.active {
	background: #fff;
	width: 24px;
	height: 24px;
}

.slider-info .my-btn a {
	/*min-width: 208px;*/
	text-transform: uppercase;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
	margin: 9px;
	background: var(--main-color);
	color: #fff;
	font-size: 32px;
	margin-top: 36px;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	transition: all .4s;
}

.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev {
	background: transparent;
	color: #292D32;
	font-size: 24px;
	border: 1px solid #E0E0E0;
}


.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border: none;
	background: #fff;
	transition: all 0.3s;
	border-radius: 50%;
	margin: auto;
}

.sponser-slider.owl-theme .owl-dots .owl-dot span {
	background: #D9D9D9;
}

.owl-theme .owl-dots .owl-dot {
	background: rgb(255 255 255 / 16%);
	padding: 0;
	border-radius: 50%;
	margin: 0 6px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	/* margin: 0 !important; */
}


/* ------------------------        about section   --------------------------------- */
section.about {
	padding-block: 130px;
	background: var(--bg-color);
}

.about-details {
	padding: 20px;
	padding-inline-start: 30px;
}

.about-img {
	height: 424px;
	position: relative;
}

.about-img .img {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 100%;
	/* margin-top: 20px; */
}

.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-img::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: -26px;
	left: 0;
	background-image: url('../images/mask.png');
	background-size: 100% 100%;
	display: none;
}

.about-details h4 {
	font-weight: 700;
	font-size: 40px;
	line-height: 38.4px;
	color: #3B3B3B;
	/*text-transform: capitalize;*/
	margin-bottom: 12px;
}

.about-details p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #3B3B3B;
	margin: 0;
	/* overflow: hidden; */
}

.about-details .my-btn a {
	min-width: 152px;
}

/* -------------------------------------------------------------- */

/* -------------------------  what-we-do-sec ---------------------   */
.container-fliud {
	padding: 0;
}

.what-we-do-sec {
	padding-top: 10px;
}

.what-we-do {
	background-color: #00235A;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.what-we-do h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
}

.what-we-do-items {
	padding-inline-end: 100px;
}

.what-we-do-item {
	margin-bottom: 32px;
	position: relative;
	padding-bottom: 8px;
}

.what-we-do-item .num span {
	font-size: 90px;
	color: #DBDBDB;
	font-weight: 900;
	transition: all 0.3s;
}

.what-we-do-item h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
	color: #141414;
	/*text-transform: capitalize;*/
}

.what-we-do-item::after {
	position: absolute;
	content: '';
	width: 104px;
	height: 1px;
	bottom: 0;
	background-color: rgb(255 94 21 / 32%);
	transition: all 0.3s;
}


/* Start card slider section */
section.services {
	position: relative;
	background-color: #F8F8F8;
}

section {
	padding: 80px 0;
	overflow: hidden;
}


section.services .col-md-3 {
	padding: 0 6px;
}

.service-item {
	background-color: #fff;
	padding: 25px 15px;
	margin-bottom: 20px;
	position: relative;
}

.service-item::after,
.vission-item::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--sec-color);
	transition: all 0.4s;
}

.service-item .icone {
	height: 60px;
	margin-bottom: 18px;
	position: relative;
	z-index: 2;
}

.service-item .icone img {
	max-height: 100%;
	transition: all 0.4s;
}

.service-item h5 {
	font-size: 18px;
	font-weight: 700;
	color: #141414;
	margin-bottom: 10px;
	min-height: 59px;
	line-height: 30px;
	transition: all 0.4s;
	position: relative;
	z-index: 2;
}

.service-item .more a {
	font-size: 20px;
	font-weight: 700;
	color: var(--sec-color);
	border-bottom: 1px solid var(--sec-color);
	/*text-transform: capitalize;*/
	position: relative;
	z-index: 2;
}

.services .section-title,
.services .my-btn {
	text-align: center;
}

.section-title {
	margin-bottom: 48px;
}

.section-title h4 {
	font-size: 44px;
	color: #141414;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 80px;
}

.services .my-btn a {
	min-width: 360px;
	margin-top: 28px;
}

/* ---------------------------------------------------- */
section.projects .section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.projects .section-title h4 {
	margin-bottom: 0;
}

section.projects .section-title .my-btn a,
.partner .my-btn a {
	min-width: 242px;
}

/* Start projects section */
.project-item {
	border: 1px solid #EAEAEA;
	background: #FFF;
	padding: 3px;
	height: 500px;
}

.project-item a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.project-item a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	background: linear-gradient(
358deg, rgba(255, 94, 21, 0.64) -8.22%, rgba(0, 35, 90, 0.64) 45.42%);
	transition: all 0.6s;
}

.project-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.project-item .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 246px;
	transition: all 0.6s;
	padding: 1px;
}


.project-item .project-details,
.news-details {
	padding: 24px 31px 31px;
	margin-top: 246px;
	position: relative;
	z-index: 3;
	height: calc(100% - 246px);
	display: flex;
	flex-direction: column;
	align-items: start;
}

.project-item .project-details h4,
.news-details h4 {
	color: #141414;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 17px;
	transition: all 0.3s;
	line-height: 32px;
}

.project-item .project-details p,
.news-details p {
	color: #3B3B3B;
	margin-bottom: 24px;
	transition: all 0.3s;
	font-size: 16px;
}

.project-item .project-details span,
.news-details span {
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-weight: 700;
	/*text-transform: capitalize;*/
	font-size: 20px;
	transition: all 0.3s;
	margin-top: auto;
}

/* ----------------------------  statistics  ----------------------------   */
.statistics {
	position: relative;
	background-image: url('../images/Rectangle 22.svg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.statistics::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(
357deg, rgba(239, 126, 22, 0.72) -9.17%, rgba(20, 20, 20, 0.8) 54.63%);
}

.container {
	position: relative;
	z-index: 2;
}

/*  counter    */
.counter-item {
	direction: ltr;
	color: #fff;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	font-weight: 700;
	margin: 0;
}

.count-block {
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.count-block .details {
	text-align: center;
	display: flex;
}

.count-block .details h6 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 31.6px;
	font-weight: 400;
	/*text-transform: capitalize;*/
	margin-bottom: 23px;
}

.counter-info h3 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 60px;
}

/* --------------------------------------------------------- */
/* Start sponser slider */
.sponser-slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}


.partner .section-title,
.partner .my-btn {
	text-align: center;
}

.partner .my-btn {
	margin-top: 48px;
}

.partner .section-title h4 {
	color: #181717;
}

.sponser-img {
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EAEAEA;
	background: #FFF;
}

.sponser-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.3s;
	/*width: auto !important;*/
	margin: 0 auto;
}

.client-page .sponser-img {
	margin-bottom: 20px;
}

.client-page {
	background: #F8F8F8;
}

section.client-page.partner .col-md-3.col-6 {
	padding: 0 9px;
}

/* End sponser slider */

.form-group {
	margin-bottom: 24px;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #DBD5D5;
	color: #000;
	font-size: 16px;
	/*text-transform: capitalize;*/
}

.contact-form form textarea {
	height: 53px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #848484;
	font-size: 16px;


}

textarea:focus {
	outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
}

/* -------------------  Start footer section ---------------------- */

footer {
	overflow: hidden;
	/* padding: 104px 0 0; */
	/* background: var(--bg-color); */
	position: relative;
}

.footer-links a {
	color: #181717;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	/*/*text-transform: capitalize;*/*/
	display: flex;
	display: inline-flex;
}

.footer-links ul li {
	margin-bottom: 20px;
	/* width: 36%; */
	/* display: inline-block; */
}

.footer-links .contact-list li {
	width: 100%;
	display: block;
}

.footer-links .contact-list li p {
	margin-bottom: 0;
}

.left-footer p {
	color: #181717;
	font-size: 16px;
	font-weight: 400;
	line-height: 27.8px;
	margin-top: 16px;
	margin-bottom: 0;
}

.footer-links.footer-menu {
	padding-inline-start: 60px;
}

.copy-right p a {
	color: var(--sec-color);
	text-transform: uppercase;
	font-weight: 700;
}


.copy-right .container {
	/* text-align: center; */
	padding: 20px 0;
	margin-top: 80px;
	/* background: #fff; */
	border-top: 0.5px solid #C6B5B5;
}

.copy-right p {
	color: #5E5D5D;
	margin-bottom: 0;
	text-align: start;
	font-size: 16px;
}

.footer-logo {
	/* height: 113px; */
}

.footer-logo img {
	max-width: 383px;
	object-fit: contain;
}

.footer-links a i,
.footer-links li i {
	padding-inline-end: 12px;
	margin-top: 4px;
	color: var(--main-color);
	font-size: 17px;
	padding-top: 2px;
}

.footer-links h4 {
	color: var(--main-color);
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 24px;
	line-height: 38.4px;
	text-transform: uppercase;
}

.copy-right .row,
.bottom-footer .row {
	align-items: center;
}

.ryad-logo {
	height: 65px;
	margin-top: -32px;
	position: relative;
	top: 5px;
	margin-left: -20px;
}

.comp-rights {
	text-align: end;
}

.comp-rights p {
	color: #000;
}

/* ************************************************ */
/* Start about page */
.breadcrumb-section {
	color: #fff;
	background-image: url('../images/bread-bg.png');
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	padding-top: 248px;
	padding-bottom: 55px;
}

.breadcrumb-section::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.breadcrumb-item+.breadcrumb-item {
	padding: 0;
}

.breadcrumb-info {
	text-align: start;
}

.breadcrumb-info h2 {
	font-size: 24px;
	font-weight: 700;
	/*text-transform: capitalize;*/
	margin-bottom: 16px;
}

.breadcrumb-section a {
	font-size: 18px;
	color: #fff;
	/*text-transform: capitalize;*/
}

.breadcrumb {
	display: flex;
	/* align-items: center; */
	justify-content: start;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb-item.active {
	color: rgb(255 255 255 / 50%);
	font-size: 18px;
	/*text-transform: capitalize;*/
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding: 0 6px;
	content: "/";
	color: #fff;
	display: inline-flex;
	top: 1px;
	position: relative;
}

.about-page .about-details h4 {
	font-size: 50px;
	margin-bottom: 24px;
}

.about-details h6 {
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	color: #3B3B3B;
}

.about-page .about-details p {
	height: auto;
}

.about-page .about-img {
	/* height: 470px; */
}

.about-page .about-img img {
	/* height: 410px; */
}

.vission-item {
	background-color: #fff;
	padding: 41px 39px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: calc(100% - 20px);
}

section.Mission {
	background-color: #F8F8F8;
	padding: 130px 0;
}

.vission-details h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	color: var(--main-color);
	/*text-transform: capitalize;*/
}

.vission-details p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.3s;
}

.vission-details {
	width: calc(100% - 110px);
	position: relative;
	z-index: 2;
}

.vission-item .img {
	width: 110px;
	position: relative;
	z-index: 2;
}

.vission-item .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}

.ceo-statement-info {
	width: 83%;
}

.ceo-statement-img {
	height: 500px;
	position: relative;
}

.ceo-statement-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ceo-statement-img::after {
	position: absolute;
	content: '';
	width: 98%;
	height: 98%;
	background-color: var(--sec-color);
	top: 16px;
	left: 16px;
	z-index: -1;
	opacity: 0;
}

.ceo-statement-info h3,
.Mission .Mission-title h3 {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 700;
	/*text-transform: capitalize;*/
	color: #181717;
}

.Mission .Mission-title h3 {
	margin-bottom: 0;
}

.Mission .row {
	align-items: center;
	margin-bottom: 48px;
}

.ceo-statement-info p {
	font-weight: 400;
	line-height: 26px;
}

.section-disc p {
	font-size: 20px;
	line-height: 31px;
	color: #3B3B3B;
	margin-bottom: 0;
}

section.Mission .col-lg-6 {
	padding: 0 10px;
}

/* ------------------------------------------------------ */
/* Pagination */
.pagination {
	justify-content: center;
	margin-top: 28px;
}

.page-item .page-link {
	color: var(--bg-color);
	font-size: 14px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	transition: all 0.3s;
	background: transparent;
	border: 1px solid #C8DDFF;
	margin-inline: 6px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 0;
	margin-inline: 8px;
	border-color: transparent;
	background-color: var(--bg-color);
	color: #fff;
	font-size: 20px;
	width: 35px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--sec-color);
	border-color: var(--sec-color);

}

li.page-item {
	margin-inline: 0;
}

.page-link:focus {
	box-shadow: none;
}

/* Start employment page */
.form-group.mobile {
	position: relative;
}

.form-group.mobile span.mob-num {
	position: absolute;
	top: 12px;
	right: 14px;
	/* font-weight: 700; */
	color: var(--main-color);
	font-size: 16px;
}

.form-group.mobile input {
	padding-inline-end: 56px;
}

section.contact-page {
	background: #F8F8F8;

}

.contact-form {
	background-color: #fff;
	/* width: 86%; */
	padding: 45px 29px;
}

.contact-page .title h3 {
	font-size: 32px;
	font-weight: 700;
	color: #181717;
	margin-bottom: 24px;
	/*text-transform: capitalize;*/
}

.text-faq {
	background-color: #fff;
	padding: 32px;
}

.contact-section.carrer-page {
	padding: 87px 63px;
}

.carrer-page .contact-form {
	padding-top: 0;
	padding-bottom: 17px;
}


.text-faq .text-top h3 {
	color: #444648;
	font-size: 24px;
	line-height: 35px;
	margin: 0;
	font-weight: 600;
}

.text-faq .text-top p {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0 0;
	font-weight: 300;
}

.card-header {
	background: #F4F7F9;
	border: none;
	padding: 0;
	border-radius: 0;
	background: linear-gradient(90deg, #DC4552 0%, #DD8E43 100%);
}

.card {
	border: none;
	margin: 0 0 20px;
}

.card-header .btn {
	display: flex;
	padding: 15px 0 15px 15px;
	width: 100%;
	position: relative;
	background: #F8F8F8;
	font-size: 16px;
	border-radius: 0;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.card-body span.close {
	position: relative;
	display: block;
	width: 100%;
}

.card-header .btn::after,
.card-body span.close::after {
	color: #fff;
	content: "\f067";
	position: absolute;
	right: 0;
	font-family: 'font awesome 5 pro';
	font-weight: bold;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 71px;
	display: flex;
	align-items: center;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.card-body span.close::after {
	content: "\f068";
	background-color: transparent;
	height: auto;
	color: var(--sec-color);
	top: 4px;
	width: 44px;

}

.card-body {
	border: none;
	border-radius: 0px;
	border-top: 0;
	padding: 29px 14px;
	color: #181717;
	background: #F8F8F8;
	margin-top: 10px;
}


.text-rotate {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-rotate h3 {
	margin: 0;
	writing-mode: vertical-rl;
	transform: scale(-1);
	color: #E4DEFF;
	font-size: 127px;
	line-height: 127px;
}


.card-header .btn:not(.collapsed) {
	background: #F8F8F8;
	border-bottom: none;
	border-radius: 0;

}

button:focus,
.btn.focus,
.btn:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.card-body p {
	margin-bottom: 24px;
	width: 90%;
}

.card-body ul li,
.single-service-details ul li {
	position: relative;
	padding-inline-start: 22px;
	margin-bottom: 10px;
}

.card-body ul li::before,
.news-title ul li::before,
.single-service-details ul li::before {
	position: absolute;
	content: '';
	width: 13px;
	height: 11px;
	background-color: var(--main-color);
	top: 7px;
	left: 0;
}

.input-group.upload {
	margin-bottom: 24px;
	position: relative;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	opacity: 1;
	padding: 12px 10px;
	height: 47px;
	border-radius: 0;
}

.input-group.upload span.uplod {
	position: absolute;
	right: 0;
	top: 0px;

	font-size: 16px;
	width: 100%;
	text-align: end;
	display: inline-block;
	z-index: 2;
}

.input-group.upload span.uplod i {
	height: 46px;
	width: 59px;
	background-color: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline-start: auto;
	font-size: 28px;
}

label.input-group-btn {
	background-color: #F4F7F9;
	margin-bottom: 0;
	height: 0;
}

.input-group.upload label {
	display: block;
	width: 100%;
}


/* End employment -page */
/* ----------------------------  contact us page   -------------------------   */

/* -------------------------------------  single project  ----------------------    */

.project-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 58px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: var(--sec-color);
	font-weight: 300;
}

.project-slider.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.project-slider.owl-theme .owl-nav .owl-next {
	right: 0;
}

#big_image .owl-stage-outer {
	position: relative;
	z-index: 3;
}

#thumbs_gallary .owl-stage-outer {
	margin-inline: -3px;
}

#big_image .single-img {
	height: 373px;
	position: relative;
}

#big_image .single-img img {
	height: 100%;
	object-fit: cover;

}

#thumbs_gallary .img {
	height: 101px;
	width: 100%;
	margin-top: 15px;
	position: relative;
	cursor: pointer;
}

#thumbs_gallary .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.single-project-info {
	background-color: #fff;
	padding: 35px 22px;
	height: 100%;
	box-shadow: -4px 13px 10px 0px #00000012;
}

.single-project-info h4 {

	font-size: 24px;

	font-weight: 500;

	margin-bottom: 30px;

	/*text-transform: capitalize;*/
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
	font-weight: 300;
}

#thumbs_gallary .img::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	background: #000;
}

#thumbs_gallary .owl-item.active.current .img {
	/* border: 2px solid var(--sec-color); */
}

section.single-project {
	/* background: #F8F8F8; */
	padding: 130px 0;
}

.single-project-info h5 {
	color: var(--main-color);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}

.single-project-info ul li,
.single-project-info ul li a {
	color: #181717;
}

.single-project-info ul li {
	margin-bottom: 12px;
}

.single-project-info .my-btn a {
	min-width: 100%;
}

.single-project-info h6 {
	color: #181717;
	font-weight: 700;
	line-height: 26px;
	font-size: 16px;
}

.single-project .col-lg-7,
.single-project .col-lg-5 {
	padding: 0 8px;
}

.project-page .project-item {
	margin-bottom: 20px;
}

/* ---------------------------------------  contact-page -----------------------   */

footer.footer-contact-page {
	/* padding: 0; */
}

footer.footer-contact-page .copy-right {
	margin-top: 0;
	background: #F8F8F8;
}

section.contact-page.contact {
	/* padding-bottom: 4px; */
	padding-top: 64px;
	margin-bottom: 40px;
}

section.contact-page.contact .row {
	/* background-color: #fff; */
	/* padding: 70px 65px; */
}

section.contact-page.contact .contact-form {
	padding: 0;
	background: #FFFFFE;
	padding: 32px 38px;
	height: 88%;
	border: 6px solid #FFFFFF;
	box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
	border-radius: 8px;
}

.my-btn button {
	min-width: 100%;
}


.contact-details {
	background: #FFFFFE;
	padding: 32px 54px;
	height: 88%;
	border: 6px solid #FFFFFF;
	box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
	border-radius: 8px;
}

.contact-details li a {
	display: flex;
	color: #181717;
	margin-bottom: 24px;
}

.contact-details li a i {
	position: relative;
	top: 4px;
	/* padding-inline-end: 12px; */
	color: var(--main-color);
	font-size: 21px;
	width: 21px;
	margin-inline-end: 12px;
}

.contact-details li p, .contact-details li span {
	margin-bottom: 0;
	max-width: calc(100% - 21px);
	font-size: 16px;
	line-height: 25.6px;
}

.contact-page-menu h4 {
	color: #050505;
	font-size: 24px;
	font-weight: 700;
	/*text-transform: capitalize;*/
	margin-bottom: 20px;
}

.contact-page-menu {
	/* border-top: 1px solid rgb(255 255 255 / 10%); */
	margin-top: 56px;
}

.contact-page-menu ul {
	display: flex;
	flex-wrap: wrap;
}

.contact-page-menu ul a {
	/*text-transform: capitalize;*/
	padding-inline-end: 10px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #DBD5D5;
}

.nice-select {
	font-size: 16px;
	color: #848484;
	/*text-transform: capitalize;*/
}

/* -------------------------------  news page ---------------------    */
section.news-page {
	background: #F8F8F8;
}

.news-item {
	border: 1px solid #EAEAEA;
	background: #FFF;
	padding: 1px;
	transition: all 0.3s;
	margin-bottom: 23px;
}

.news-item .img {
	position: relative;
	height: 233px;
}

.news-item .img img {
	width: 100%;
	height: 100%;
}

.news-item .img .new-date {
	position: absolute;
	top: 23px;
	left: 24px;
	z-index: 2;
	background-color: rgb(255, 255, 255, .5);
	color: #fff;
	font-weight: 300;
	padding: 3px;
	transition: all 0.3s;
}

.news-item .img .new-date span.key {
	font-weight: 500;
}

.news-item .img .new-date i {
	color: var(--sec-color);
}

.news-details {
	margin-top: 0;
}

.col-lg-4 {
	padding: 0 10px;
}

/* --------------------------  single news ---------------------------    */
section.news-page.single-news .row {
	justify-content: center;
}

.single-news-page .img {
	width: 100%;
	height: 424px;
	margin-bottom: 32px;
}

.single-news-page .img img {
	width: 100%;
	height: 100%;
}

.single-news-details {
	display: flex;
}

.single-news-details .date {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 189px;
	height: 232px;
	flex-shrink: 0;
	margin-inline-end: 22px;
}

.single-news-details .date i {
	font-size: 60px;
	color: var(--sec-color);
	margin-bottom: 16px;
}

.single-news-details .date span.key {
	font-weight: 500;
}

.single-news-details .date span {
	font-weight: 300;
	margin: 3px 0;
	color: #00235A;
}

.news-title h4 {
	font-size: 24px;
	color: var(--sec-color);
	/*text-transform: capitalize;*/
	font-weight: 700;
	margin-bottom: 21px;
}

.news-title p {
	color: #181717;
	line-height: 26px;
	margin-bottom: 32px;
}

.news-title ul {
	display: flex;
	flex-wrap: wrap;
}

.news-title ul li {
	width: 50%;
	margin-bottom: 10px;
	position: relative;
	padding-inline-start: 20px;
	color: #3B3B3B;
}

.footer-links .contact-list li p {
	width: 54%;
}

.single-services .col-lg-6 {
	padding: 0;
}

/* -------------------------  single-services ------------------------  */
.single-services {
	padding: 0;
}

.service-name {
	padding: 111px 94px;
	height: 100%;
	position: relative;
}

.single-service-details {
	background: #F8F8F8;
	padding: 92px 65px;
	height: 100%;
}

.service-name .img {
	height: 117px;
	margin-bottom: 24px;
}

.single-service-details ul li {
	margin-bottom: 24px;
}

.service-name .img img {
	max-height: 100%;
	object-fit: contain;
}

.service-name h2 {
	font-size: 48px;
	font-weight: 700;
	color: #00235A;
}

.single-service-details ul {
	margin-bottom: 32px;
}

.single-service-details .my-btn a {
	min-width: 355px;
}

.service-name::after {
	position: absolute;
	content: '';
	width: 39px;
	height: 24px;
	flex-shrink: 0;
	background-color: var(--bg-color);
	bottom: 0;
	right: 0;
}

.service-item h5 {
	min-height: 90px;
}

.sponser-img {
	overflow: hidden;
	text-align: center;
}

.sponser-img img {
	height: 90px;
	width: 86%;
	padding: 7px;
}

.footer-links.footer-menu a,
label {
	/*text-transform: capitalize;*/
}

.mypagination i.fas.fa-chevron-left {
	transform: scaleX(-1);
}

.modal-body.pop .contact-form {
	width: 100%;
	padding: 45px 29px;
}

.news-details {
	padding: 24px 16px;
}

.news-details h4 {
	min-height: 78px;
	font-size: 18px;
	line-height: 26px;
}

.about-details p {
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 4; */
	/* -webkit-box-orient: vertical; */
}

.slider-info h2 {
	font-size: 48px;
}

.news-details p {
	min-height: 48px;
}

.lang a {
	font-size: 14px;
}

.mynavbar li.current-menu-item a,
.mynavbar li a:hover {
	color: var(--main-color);
}

.single-project-info ul li i {
	font-size: 18px;
	width: 26px;
	color: var(--main-color);
	display: inline-block;
}

.card-header .btn:not(.collapsed)::after {
	content: "\f068";
}

.sidebar span.btnSearch {
	padding: 10px 16px;
	display: block;
	border-bottom: 1px solid #ffffff47;
}

.responsive-menu .lang-search {
	gap: 10px;
	width: 100%;
	/* justify-content: space-between; */
	align-items: center;
}

.news-item .img .new-date {
	background-color: #ff5e15d6;
	color: #fff;
}

.news-item .img .new-date i {
	color: #fff;
}


.news-item .img img {
	object-fit: cover;
}

.sidebar {
	overflow-y: scroll;
}

.sidebar .logo {
	margin-inline-start: 12px;

}

.sponser-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.sponser-slider.owl-theme .owl-dots .owl-dot {
	margin: 0 2px;
}

.sponser-slider.owl-theme .owl-dots .owl-dot.active span {
	background: var(--main-color);
	border-color: var(--main-color);
	width: 14px;
	height: 14px;
}

.sponser-slider.owl-theme .owl-dots .owl-dot span {
	background: #FFD0A6;
	width: 12px;
	height: 12px;
}

.contact-form.contact h2 {
	font-size: 32px;
	/*text-transform: capitalize;*/
	font-weight: 600;
	margin-bottom: 42px;
	text-align: center;
	color: var(--bg-color);
}

.projects-sing .section-title h4 {
	text-align: center;
}

.statistics .row {
	justify-content: center;
}

#circularMenu {
	/* position: fixed; */
	bottom: 80px;
	/* right: 16px; */
	z-index: 9;
}

.circular-menu .floating-btn {
	display: block;
	width: 2.7em;
	height: 2.7em;
	border-radius: 10px;
	background-color: var(--main-color);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: 0;
	color: #fff !important;
}

.circular-menu .floating-btn i {
	font-size: 1.3em;
	transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
	transform: rotate(-45deg);
}

.circular-menu:after {
	display: block;
	content: " ";
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	background-color: rgba(27, 133, 190, 0);
	transition: all 0.3s ease;
}

.circular-menu.active:after {
	transform: scale3d(5.5, 5.5, 1);
	transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
	padding: 0;
	margin: 0;
}

.circular-menu .menu-item {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	z-index: -1;
	display: block;
	text-decoration: none;
	color: rgb(50 74 113);
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F9FF;
	transition: transform 0.3s ease, background-color 0.2s ease;
	transition-timing-function: ease, ease;
	/* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
	transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
	transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
	transform: translate3d(-4em, 1.5em, 0);
}


#mybtn {
	/* display: none; */
	/* position: fixed; */
	/* bottom: 16px; */
	/* right: 16px; */
	/* z-index: 99; */
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 41px;
	background: var(--main-color);
	border-radius: 10px;
	box-shadow: 0px 4.73px 4.73px 0px #88A6FF40;
	opacity: 0;
	transition: all .4s;
}

#mybtn i {
	color: #fff;
	font-size: 34px;
}

.icons-fixed {
	position: fixed;
	right: 0;
	margin: 16px;
	bottom: 0;
	gap: 16px;
	display: flex;
	flex-direction: column;
	z-index: 7;
}

#mybtn.active {
    opacity: 1;
}

.head-inner {
    padding: 44px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar ul {
    gap: 30px;
}

.lang-h {
    background: #F9F9F91F;
    padding: 8px 6px;
    border-radius: 8px;
    display: inline-flex;
}

.lang-h .lang-btn {
    min-width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-radius: 6px;
    text-transform: uppercase;
}

.lang-h .lang-btn.active {
    color: #424242;
    background: #fff;
}

.about .row {
    align-items: center;
}

.about-details .readMore {
    margin-top: 32px;
}

.readMore {
    display: inline-flex;
    /*text-transform: capitalize;*/
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 25.6px;
    text-decoration: underline;
    text-decoration-style: solid;
    transition: all .4s;
}

section.projects {
    padding-block: 130px;
}

.nav.nav-tabs {
    border: none !important;
    gap: 24px;
}

.nav.nav-tabs .nav-item .nav-link {
    box-shadow: 0px 8px 8px 0px #C9182A14;
    background: #fff;
    border: 1px var(--main-color) solid;
    padding: 12px 22px;
    border-radius: 0;
    color: var(--main-color);
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    /*text-transform: capitalize;*/
    transition: all .4s;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background: var(--main-color);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    /*text-transform: capitalize;*/
}

section.partner {
    padding-block: 130px;
}

.copy-right p span {
    color: var(--main-color);
}

section.about.about-page {
    background: #fff;
}

.vission-item:hover .vission-details h3 {
    color: #fff;
}

section.ceo-statement {
    padding: 130px 0;
}

.service-item:hover .more a {
    color: var(--main-color);
    border-color: var(--main-color);
}

.team-block {
    box-shadow: 0px 4px 51px 0px #ACACAC40;
    overflow: hidden;
    padding: 24px 20px;
    border-radius: 12px;
    margin: 15px 0;
    height: calc(100% - 30px);
    transition: all .4s;
}

.team-block .img {
    height: 273px;
    overflow: hidden;
    border-radius: 8px;
}

.team-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all .4s;
}

.team-block  .details {
    padding-top: 14px;
}

.team-block .details h3 {
    color: #1E1E1E;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.team-block .details span {
    color: #3C3A3A;
    font-weight: 400;
    font-size: 14px;
    line-height: 124%;
    text-transform: uppercase;
}

.team-page .row .col-md-3:nth-child(1) .team-block .details {
    padding-top: 18px;
}

.team-page .row .col-md-3:nth-child(1) .team-block .img {
    height: 381px;
}

.cert-block {
    overflow: hidden;
    border-radius: 6px;
    height: 425px;
    margin: 15px 0;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.cert-block .img {
    width: 100%;
    height: 100%;
}

.cert-block .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cert-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000CC;
    text-align: center;
    padding: 19px;
    min-height: 114px;
    align-content: center;
}

.cert-block .details h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 38.4px;
    /*text-transform: capitalize;*/
}

.group-top .group-text p {
    max-width: 1133px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 33px;
    margin: 0 0 8px;
    /*text-transform: capitalize;*/
}

.group-logo {
    box-shadow: 0px 4px 51px 0px #ACACAC40;
    overflow: hidden;
    height: 321px;
    border-radius: 12px;
    align-content: center;
    text-align: center;
    padding: 24px 20px;
}

.group-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.group-logos {
    margin-top: 48px;
}

.group-content-inner .row:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 154px;
    align-items: inherit;
}

.group-content-inner {
    margin-top: 151px;
}

.group-text-inner h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--main-color);
    font-size: 40px;
    line-height: 46px;
    /*text-transform: capitalize;*/
}

.group-text-inner {
    padding-inline-end: 20px;
}

.group-text-inner p {
    color: #3B3B3B;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25.6px;
}

.group-text-inner p a {
    text-decoration: underline;
    text-decoration-style: solid;
}

.group-img-inner {
    height: 469px;
}

img {
    max-width: 100%;
}

.group-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.group-content-inner .row {
    align-items: center;
}

.group-text-inner p:last-child {
    margin: 0;
}

.mynavbar ul li.menu-item-has-children {
    position: relative;
}

.mynavbar ul li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 150px;
    background: #fff;
    padding: 3px 8px;
    display: block;
    text-align: start !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.mynavbar ul li.menu-item-has-children .sub-menu li {
    display: block;
}

.mynavbar ul li.menu-item-has-children .sub-menu li a {
    display: block;
    color: #181717;
    font-weight: 400;
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
    /*text-transform: capitalize;*/
    border-bottom: 0.5px solid #B4AFAA;
}

.mynavbar ul li.menu-item-has-children .sub-menu li:last-child a {
    border: none;
}

.mynavbar ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.mynavbar ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 25px;
}

.mynavbar ul li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-page-menu .s-h {
    background: #EF7E161A;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    gap: 36.5px;
}

.fa-x-twitter::before {
    content: "\e61b";
    font-family: 'Font Awesome 7 Brands';
}

.fa-tiktok::before {
    content: "\e07b";
    font-family: 'Font Awesome 7 Brands';
}

.contact-page-menu .s-h a {
    font-size: 25px;
    color: var(--main-color);
}

.cert-block .img::after, .cert-block .img::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: all .4s;
}

.cert-block .img::before {
    background: var(--main-color);
    opacity: 0;
}

.cert-block .img::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    z-index: 2;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #000000CC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 20px;
    justify-content: center;
    margin: auto;
    transform: scale(.5);
    opacity: 0;
}

#big_image .single-img .btn-zoom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    margin: 15px;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    background: #fff;
    color: var(--main-color);
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0 0 20px #00000026;
}

header .my-btn {
    margin-inline-start: 15px;
}

















@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/* max-width: 1300px; */
	}
}


@media (min-width: 992px){
    .statistics .col-md-3.col-6 {
    max-width: 20%;
    flex: 0 0 20%;
}

.owl-theme .owl-dots .owl-dot:hover {
	background: #fff;
	width: 24px;
	height: 24px;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
	background-color: #fff;
	color: var(--main-color);
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover,
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.gallary-slider.owl-theme .owl-nav .owl-prev:hover,
.gallary-slider.owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
}

header .my-btn a:hover {
	color: #fff;
}

.btnSearch i:hover,
.lang-search a:hover {
	color: var(--sec-color);
}

.lang a:hover span::before {
	background-color: var(--sec-color);
}

.my-btn a:hover::before,
.my-btn button:hover::before {
	height: 580%;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
	background-color: rgb(0 35 90 / 20%);
}

.vission-item:hover .img img {
	filter: brightness(0) invert(1);
}

.vission-item:hover .vission-details p {
	color: #fff;
}


.footer-links a:hover,
.footer-links li:hover,
.footer-links p:hover {
	color: var(--main-color);
}

.sponser-img:hover img {
	transform: translateY(-3px);
}

.project-item:hover .project-details span {
	border-color: #fff;
}

.project-item:hover .project-details h4,
.project-item:hover .project-details p,
.project-item:hover .project-details span {
	color: #fff;
}

.project-item:hover .img {
	/* height: 452px; */
	height: 100%;
}

.service-item:hover h5 {
	color: #fff;
}

.project-item:hover a:after {
	height: 100%;
}

.service-item:hover .icone img {
	filter: brightness(0) invert(1);
}

.service-item:hover::after,
.vission-item:hover::after {
	width: 100%;
}

.what-we-do-item:hover::after {
	width: 232px;
	background-color: #FF5E15;
}

.what-we-do-item:hover .num span {
	color: var(--sec-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	border-color: #fff;
	width: 24px;
	height: 24px;
}

.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: rgb(239 126 22 / 30%);
}

.page-link:hover {
	z-index: 3;
	color: #fff;
	background-color: var(--sec-color);
	border-color: var(--sec-color);

}

#thumbs_gallary .owl-item .img:hover {
	border: 2px solid var(--sec-color);
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
	opacity: 0;

}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
	background-color: rgb(255 255 255 / 30%);
	color: #fff;
}

.sponser-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color);
	border-color: var(--main-color);
	width: 14px;
	height: 14px;
}

.news-item:hover .img .new-date i {
	color: #000;
}

.news-item:hover {
	border-color: var(--sec-color);
}

.news-item:hover .img .new-date {
	background-color: #fff;
	color: #000;
}

.project_iamges {max-width: calc(100% - 30px);}

.contact-form {
    max-width: calc(100% - 20px);
}

.team-page .row .col-md-3:nth-child(1) {
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
}

.body-inner {
    padding: 130px 0;
}

.contact-page-menu .s-h a:hover,
.contact-details li:hover p, .contact-details li:hover span {
    color: var(--main-color);
}

.footer .container > .row .col-md-4:nth-child(2) .footer-links.footer-menu {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.cert-block:hover .img::after {
    opacity: 1;
    transform: none;
}

.cert-block:hover .img::before {
    opacity: .6;
}

.readMore:hover {
    color: var(--main-color);
}

.team-block:hover .img img {
    transform: scale(1.1);
}

.team-block:hover {
    box-shadow: 0px 4px 51px 0px #acacac78;
}

}