/*
Theme Name: ما هو اسم القالب؟
Theme URI: https://www.elnooronline.com/
Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

@font-face {
	font-family: arabic;
	src: url(assets/FONT/Montserrat-Arabic\ Regular.ttf)
}

.zain-extralight {
	font-family: "Zain", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.zain-light {
	font-family: "Zain", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.zain-regular {
	font-family: "Zain", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zain-bold {
	font-family: "Zain", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.zain-extrabold {
	font-family: "Zain", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.zain-black {
	font-family: "Zain", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.zain-light-italic {
	font-family: "Zain", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.zain-regular-italic {
	font-family: "Zain", sans-serif;
	font-weight: 400;
	font-style: italic;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: var(--text) !important;
	text-decoration: none !important;
}

body {
	font-family: "Alexandria", sans-serif;
	overflow-x: hidden !important;
	-webkit-box-sizing: 0;
	box-sizing: 0;
	padding: 0;
	margin: 0;
	text-align:left;
	direction: ltr;
}

:root {
	--title: rgb(172, 172, 172);
	--prime: rgba(18, 50, 111, 1);
	--second: rgb(29, 73, 156);
	--third: rgba(199, 124, 31, 1);
	--four: rgb(228, 148, 51);
	--sodark: #162668;
	--border: transparent;
	--bg: rgb(20, 20, 20);
	--text: white;
	--shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);
}

.backgroun {
	background-color: var(--bg);
	color: var(--text);
}


p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
	background-color: var(--prime);
	color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
	margin: 0px;
}

p {
	font-weight: normal;
	width:90% !important;
	font-size:20px !important;
}

ul {
	list-style: none;
}

ul li,
a,
button {
	font-weight: normal !important;
}

input:focus {
	outline: none;
}

.load {
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: white;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.load img {
	width: 20%;
	height: 20%;
}




.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}

.loaderlodging__body {
	overflow: hidden;
}

.loaderlodging__body.afterloading {
	overflow: inherit;
}

.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #cecece;
	border-bottom-color: var(--prime);
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loaderlodging img {
	width: 280px;
	height: 150px;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}



button:focus,
a:focus-visible {
	outline: none;
}

.bg {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.bg img {
	width: 100%;
	height: 100%;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-toggle i {
	margin-left: 10px;
}


.landing .dropdown-menu {
	min-width: 15rem;
	z-index: 100;
	padding: 0px;
}

.landing .dropdown-menu .dropdown-item {
	color: black !important;
	/* margin: 10px 0px; */
	padding: 10px;
	text-wrap: wrap;
}

.landing .slick-dots {
	display: none !important;
}

.landing .slick-prev,
.landing .slick-next {
	top: 40%;
	font-size: 25px;
	z-index: 100;
}

.landing .slick-prev {
	left: 50px !important;
}

.landing .slick-next {
	right: 100px !important;
}

[dir='rtl'] .landing .slick-prev:before {
	content: url(assets/image/next-landing.svg);
}

[dir='rtl'] .landing .slick-next:before {
	content: url(assets/image/prev-landing.svg);
}

.landing .autoplay div>img {
	filter: brightness(0.7);
}

.p-desc {
	color: rgba(123, 123, 123, 1);
	line-height: 1.8rem;
	word-spacing: 1px;
	font-size: 15px;
}

.title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title h1 {
	position: relative;
	color: var(--prime);
	font-weight: bolder;
}

.title h1::after,
.title h1::before {
	content: "";
	position: absolute;
	right: 105%;
	top: 50%;
	width: 0px;
	height: 2px;
	background-color: var(--third);
	animation: title 3s infinite linear;
}

.title h1::before {
	left: 105%;
}

.title p {
	margin-top: 20px;
	width: 70%;
	text-align: center;
	font-size:20px;
}
.row{
	margin:  0px;
}

.btn-outline-primary{
	color:var(--prime) !important;
}

.btn-outline-primary:hover{
	color:white !important;
}
.autoplay2{
	direction:rtl;
}
/* end basic */
/* start header  */
header {
	width: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	right: 0px;
	top: 0px;
}

header .head {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	width: 100%;
}

header .dropdown-item {
	text-align: center;
	border-radius: 3px;
	transition: 1s;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .dropdown-item>* {
	color: white !important;
	margin: 0px 5px;
}

header .dropdown-item:hover {
	padding: 15px;
	color: var(--prime) !important;
	background-color: white;
}

header .dropdown-item:hover>* {
	color: var(--prime) !important;
}

header .dropdown-menu {
	transform: translate3d(65px, 55px, 0px) !important;
	background-color: var(--prime);
	padding: 0px;
}

header ul .dropdown-toggle::after {
	display: none;
}

header ul .dropdown-toggle::before {
	content: "\f107";
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translateY(-40%);
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	font-weight: 800;
}


header .head .logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .head .logo .ico-logo {
	width: 50px;
	height: 85px;
	object-fit: contain;
	animation: movlogo 2s linear infinite;
	position: relative;
	top: 0px;
}

header .head .logo img:last-of-type {
	width: 150px;
	height: 80px;
	object-fit: contain;
}

@keyframes movlogo {
	0% {
		top: 0px;
	}

	25% {
		top: -5px;
	}

	75% {
		top: 5px;
	}

	100% {
		top: 0px;
	}
}

header .head .col {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 5px;
}

/* header .head .phone {
display: flex;
align-items: center;
justify-content: center;
} */
header .head .list-links {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: auto;
}

header .head .list-links>* {
	margin: 0px 20px;
}

header .head ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: auto 20px;
}

header .head li {
	margin: auto 15px !important;
	text-wrap: nowrap;
	position: relative;
}

header .head ul>li>a {
	transition: 1s;
	font-weight: bold;
	color: black !important;
}

header .head li:hover>a {
	color: var(--prime);
}

header .head li::after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: -10px;
	width: 0%;
	height: 2px;
	background-color: var(--prime);
	transition: 1s;
	z-index: 1;
}

header .head li:hover:after {
	width: 50%;
}

header .head li::before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -10px;
	width: 0%;
	height: 2px;
	background-color: var(--third);
	transition: 1s;
	z-index: 2;
}

header .head li:hover:before {
	width: 50%;
}

/* header .head .lang-btn button {
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
} */



header .head .lang-btn .dropdown-toggle::after {
	display: none;
}

header .dropdown2 .dropdown-menu {
	background-color: var(--prime);
	margin: 10px 0px 0px -50px;
	min-width: 200px;
	border-radius: 15px;
	padding: 0px;
}

header .dropdown2 .dropdown-menu:hover a {
	color: white;
}

header .dropdown2 .dropdown-menu .dropdown-item:first-of-type {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

header .dropdown2 .dropdown-menu a:hover {
	color: var(--prime);
}

header .dropdown2 .dropdown-menu a {
	padding: 15px;
	color: white;
}

header .acoutn-btn button {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .acoutn-btn button img {
	margin-right: 10px;
}

header .acoutn-btn button .dropdown-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

header .acoutn-btn button i {
	margin-left: 8px;
}

header .buttons-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .buttons-header div {
	margin-right: 25px;
}

header .btns-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .btns-header button {
	margin: 0px 5px;
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: auto;
}

.landing .col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.landing .col:last-of-type {
	align-items: flex-end;
}

.landing .col img {
	width: 400px;
	height: 500px;
	object-fit: contain;
}

.landing .col>* {
	margin-bottom: 25px;
}

.landing ul {
	list-style-type: disc;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--third);
	width: 130%;
	padding: 5px;
	border-radius: 2px;
	color: white;
	padding-left: 25px;
}

.landing ul li {
	margin-right: 40px;
}

.landing p {
	line-height: 2.2rem;
}

.landing .col {
	margin: 20px 0px;
}

.landing .btns-landing button {
	padding: 10px 15px;
}

/* end landing  */
/* /////////////////////////// */
/* start about us  */
.about-us .col img {
	width: 98%;
	height: 500px;
	object-fit: contain;
}

.about-us .col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.about-us .col h2 {
	color: var(--prime);
}

.about-us .col>* {
	margin-bottom: 20px;
}

.about-us .col h5 {
	position: relative;
	color: var(--prime);
	margin-left: 30px;
	padding-left: 10px;

}

.about-us .col h5::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 0%;
	height: 2px;
	background-color: var(--third);
	animation: title 3s infinite linear;
}
.helper a{
	width:50% !important;
}
@keyframes title {
	0% {
		width: 0%;
	}

	50% {
		width: 35px;
	}

	100% {
		width: 0%;
	}
}

.about-us ul li {
	position: relative;
	left: 30px;
	margin-bottom: 15px;
	width: 95%;
}

.about-us .col ul li::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 55%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--third);
	animation: li 3s infinite linear;
}

/* @keyframes li {
0% {
width: 20px;
height: 20px;
}

50% {
width: 25px;
height: 25px;
}

100% {
width: 20px;
height: 20px;
}
} */

/* end about us  */
/* //////////////////////////////////////////////////////// */
/* start services  */
.services {
	position: relative;
}
 .services::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	background-color: var(--prime);
	z-index: -1;
}
 .services-3::after {
display:none;
}
 .services .cards {
	 position:relative;
}
 .services .cards::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	background-color: var(--prime);
	z-index: -1;
}


.services .cards .card {
	box-shadow: var(--shadow);
	margin: 20px 0.5%;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: column;
	text-align: center;
	background-color: white;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	transition: 1s;
}
.services .cards .card::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 0%;
	background-color: var(--second);
	border-radius: 8px;
	border: solid 2px white;
	transition: 1s;
	z-index: -1;
}
.services .cards .card:hover{
	position: relative;
	bottom: 15px;
}
.services .cards .card  *{
	transition: 1s;
}
.services .cards .card:hover * {
	color: white !important;
}
.services .cards .card:hover:after {
	height: 100%;

}
.services .cards .card img {
	width: 75px;
	height: 75px;
	object-fit: contain;
}

.services .cards .card h4 {
	color: var(--prime);
	font-weight: bolder;
}

.services .cards .card>* {
	margin-bottom: 10px;
	color: var(--prime);
}

.services .about-serivces .col {
	display: flex;
	flex-direction: column;
	color: white;
	text-align:left;
}
.about-serivces .col h5 {
	position: relative;
	left: 35px;
	padding-left: 10px;
}

.about-serivces .col h5::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 0px;
	height: 2px;
	background-color: var(--third);
	animation: title 3s infinite linear;
}

.services .about-serivces .col>* {
	margin: 15px 0px;
}

.services .about-serivces .col p {
	color: white;
}

.about-serivces ul li {
	position: relative;
	left: 30px;
	text-align:left;
	margin-bottom: 15px;
	z-index: 1;
}

.about-serivces .col ul li::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--third);
	animation: li 3s infinite linear;
}
.about-serivces  {
	width: 96%;
	margin: auto;
}
/* right: -30px; {
0% {
right: -30px;
}

50% {
right: -50px;
}

100% {
right:-30px;
}
} */

.services .about-serivces .serv-images {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;

}
.services .about-serivces .serv-images::after {
	content: "";
	position: absolute;
	right: -10%;
	bottom: 20%;
	width: 75%;
	height: 20px;
	background-color: var(--third);
	z-index: -1;
	animation: mov 3s linear infinite;
}
@keyframes mov {
	0%{width: 75%;}
	50%{width: 130%;}
	100%{width: 75%;}
}
.services .about-serivces .serv-images img {
	margin: 0px 10px;
	position: relative;
	top: 0px;
	object-fit: cover;
	border-radius: 10px;
	border: solid 1px white;
}
.services .about-serivces .serv-images img:first-of-type {
	animation: img1 2s infinite linear;
}
.services .about-serivces .serv-images img:last-of-type {
	animation: img2 2s infinite linear;
}
@keyframes img1 {
	0%{
		top: 0px;
	}
	50%{top: -10px;}
	100%{top: 0px}
}
@keyframes img2 {
	0%{
		top: 0px;
	}
	50%{top: 10px;}
	100%{top: 0px}
}
.services .serv-images img {
	width: 350px;
	height: 600px;
	object-fit: contain;
}
/* end services  */
/* ///////////////////////////////////////// */
/* start services  */
 .image-number{
	display:flex;
	align-items:center;
	justify-content:center;
}
.image-number img{  
	width: 85%;
	border-radius: 10px;
	margin: 20px 0px;
	filter: brightness(0.9);
}
.numbers .row .col{
	box-shadow: var(--shadow);
	margin: 10px .5%;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: 1s;
	cursor: pointer;
}
.numbers .row .col *{
	transition: 1s;
}
.numbers .row .col:hover *{
	color: white
}
.numbers .row .col:hover{
	background-color: var(--second);
}
.numbers .row .col div{
	margin: 0px 15px;
}
.numbers .row .col div h2{
	color: var(--prime);
	font-weight: bolder;
}
.numbers .row .col div img {
	width: 70px;
	height: 70px;
	border-radius: 14px;
	object-fit: cover;
}
/* end services  */
/* ///////////////////////////////////////// */
/* start companys  */
.companys  {
	position: relative;
}
.companys::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 75%;
	background-color: var(--prime);
	z-index: -1;
}
.companys  .title *{
	color: white;
	text-align:left;
}
.autoplay2 .slick-arrow,
.autoplay2 .slick-dots {
	display: none  !important;
}
.companys  .autoplay2 {
	margin-top: 100px;
}
.companys  .autoplay2 .company{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--shadow);
	height: 190px;
	margin: 10px 10px;
	border-radius: 5px;
	background-color: white;
	transition: 1s;
	cursor: pointer;
	overflow: hidden;
}
.companys  .autoplay2 .company:hover img{
	scale: 1.3;
}
.companys  .autoplay2 .company img{
	width: 150px;
	height: 150px;
	object-fit: contain;
	transition: 1s;
}
/* end  companys  */
/* ///////////////////////////////////////// //*/
/* start contact us  */
.contact-us-main .title p{
	text-align:left;
}
.contact-us-main  .title h1::after  {
	display: none;
}
.contact-us-main .list-contact{
	position: sticky;
	top: 50px;
	background-color: var(--prime);
	color: white;
	padding: 20px;
	border-radius: 10px;
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	height: 100%;
}
.contact-us-main .list-contact a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 20px auto;
	cursor: pointer;
	text-align:center;
}
.contact-us-main .list-contact a >*{
	margin: 5px 0px;
}
.contact-us-main form .row  {
	display: flex;
	justify-content: flex-start;

}
.contact-us-main form  input,
.contact-us-main form  textarea{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(248, 248, 248, 0.801);
	border: none;
	margin: 10px;
	border: solid 1px rgb(202, 200, 200);
}
.contact-us-main form  input[type=submit]{
	background-color: var(--third);
}
.contact-us-main form .row .col p{
	text-align:left;
}
/* end contact us  */

/* edit for  pages */
.service .col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	box-shadow: var(--shadow);
	margin: 30px 0.5%;
	border-radius: 20px;
	padding: 40px 20px 10px;
	overflow: hidden;
	border-bottom: solid 5px var(--prime);
	z-index: 1;
	transition: 1s;
	cursor: pointer;
	bottom: 0px;
}
.service .col a{
	color:var(--prime) !important;
}
.service .col div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
}
.service .col::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0px;
	width: 100%;
	height: 0%;
	background: var(--prime);
	/*     opacity: 0.5; */
	border-radius: 20px;
	transition: 1s;
	z-index: -1;
}

.service .col * {
	transition: 1s;
}

.service .col:hover {
	position: relative;
	bottom: 20px;
}

.service .col:hover * {
	color: white !important;
}

.service .col i {
	margin-left: 5px;
}

.service .col:hover:after {
	height: calc(100% + 5px);
}

.service .col>* {
	margin-bottom: 25px;
	text-align: center;

}
.service .col a {
	color:var(--prime) !important;
}
.service .col a i {
	transform:rotate(180deg);

}
.service .col h5 {
	color: var(--prime);
}

.service .col img {
	width: 100px;
	height: 100px;
}


.about-us .col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.about-us .col img {
	width: 100%;
	height: 350px;
	object-fit:cover;
}

.about-us .col>* {
	margin-bottom: 15px;
	line-height: 27px;
}

.about-us .col:last-of-type {
	align-items: start;
	text-align:left;
}

.about-us .col a img {
	width: 360px;
	height: 400px;
	object-fit: contain;
}

.about-us .special {
	margin: 30px 0px;
}

.about-us .special .row {
	margin: 20px 0px;
}

.about-us .special .col {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-shadow: var(--shadow);
	margin: 20px 0.5%;
	padding: 20px;
	border-radius: 10px;
	font-weight: 700;
	transition: 0.8s;
	position: relative;
	bottom: 0px;
	cursor: pointer;
	color: var(--prime);
}

.about-us .special .col:hover {
	position: relative;
	bottom: 20px;
	background-color: var(--prime);
	color: white;
}

.about-us .special .col img {
	margin-right: 15px;
	width: 50px;
	height: 50px;
}
.service-2 .col {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
}

.service-2 .col>* {
	margin: 15px 0px;
}

.service-2 .col>h5 {
	color: var(--prime);
}

.service-2 .col i {
	margin-left: 5px;
}

.service-2 .col img {
	width: 100%;
	height: 150px;
	transition: 1s;
	object-fit: contain;
}

.service-2 .col:hover img {
	scale: 1.2;
}

/* end services 2 */

.company .splide__arrows {
	display: none;
}

.company .splide__track {
	padding: 25px;
}

.company .splide .splide__slide {
	background-color: var(--prime);
	box-shadow: var(--shadow);
	margin: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 175px;
	border-radius: 10px;
	width: 150px;
	padding: 15px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.company .splide .splide__slide::after {
	content:"";
	position:absolute;
	bottom:0px;
	right:0px;
	width:0%;
	height:0%;
	background-color:var(--third);
	border-radius: 10px;
	transition:1s;
	z-index:-1;
}
.company .splide .splide__slide:hover:after {
	width:100%;
	height:100%;
}

.company .splide__pagination {
	position: relative;
	top: 20px;
}

.company .splide__pagination button {
	transition: 0.7s;
	margin: 0px 5px;
}

.company .splide__pagination .is-active {
	background-color: var(--prime);
	width: 30px;
	height: 7.5px;
	border-radius: 5px;
}

.company .splide .splide__slide img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.company .title {
	position: relative;
}

.company .title * {
	font-weight: bolder !important;
	color: var(--prime);
}

.company .title img {
	position: absolute;
	left: 50%;
	top: 70%;
	width: 100px;
	transform: translate(-50%, 50%);
	animation-name: move3;
	animation-duration: 1.25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes move3 {
	0% {
		top: 70%;
	}

	50% {
		top: 85%;
	}

	100% {
		top: 70%;
	}
}

/* start contact-us  */
.contact-us-2 {
	position: relative;
}

.contact-us-2 .bg-contact-us2 {
	position: absolute;
	right: 55%;
	top: 5%;
	transform: translate(50%, -20%);
	z-index: 1;
}

.contact-us-2 form {
	padding: 40px 0px;
}

.contact-us-2 .form2 {
	box-shadow: none;
}

.contact-us-2 form div label {
	font-weight: bolder;
	margin-bottom: 15px;
	margin-left: 10px;
}

.contact-us-2 form div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	margin: auto;
	margin-bottom: 15px;
}

.contact-us-2 form .title-contact {
	justify-content: flex-end;
	margin-bottom:30px;
}

.contact-us-2 form .title-contact h3 {
	color: var(--four);
	padding-bottom: 15px;
	border-bottom: 3px var(--third) solid;
}

.contact-us-2 form div input,
.contact-us-2 form div textarea {
	width: 100%;
	border: none;
	background-color: rgba(213, 215, 215, 0.25);
	border-radius: 10px;
	padding: 20px;
}
.contact-us-2 form div p{
	width:100%;

}

.contact-us-2 form .btn-secondary {
	background-color: var(--prime);
	color: white;

}

.contact-us-2 .info-contact {
	position: relative;
	width: 70%;
}
.contact-us-2 .info-contact .info-text  .col {
	color:var(--prime);
}


.contact-us-2 .info-contact .info-text>div {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0px;
	text-align: center;
}
.contact-us-2 .info-contact .info-text .col {
	color: var(--prime);
	box-shadow: var(--shadow);
	margin: 10px 0.5%;
	border-radius: 10px;
	padding: 20px;
	min-height: 200px;
	transition:1s;
}
.contact-us-2 .info-contact .info-text .col:hover {
	background-color:var(--prime);
	color:white;
}
.contact-us-2 .info-contact .info-text>div h5 {
	margin-bottom: 15px;
}

.contact-us-2 .info-contact .info-text>div i {
	font-size: 25px;
	margin-bottom: 15px;
	color: var(--four);
}
.contact-us-2 .info-contact .bg-contact {
	position: absolute;
	right: 50%;
	top: 5%;
	transform: translatex(50%);
	width: 80%;
	height: 95%;
	z-index: -1;
	filter: brightness(0.5);
}

.contact-us-2 .info-contact .bg-contact img {
	border-radius: 25px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-us-2 .location iframe {
	width: 100%;
	margin: 30px 0px;
	border-radius: 15px;
}

/* start landing 2  */
.landing-2 {
	height: 30vh;
	background-color: var(--prime);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: -1;
	position: relative;
	bottom: 30px;
	text-align: center;
}

.landing-2 h1 {
	color: white;
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 900;
}

.landing-2 h6 a,
.landing-2 h6 i{
	color: white !important;
}
input{
	direction:ltr !important;
}
.message{
	height:25vh;
	display:flex;
	align-items:center;
	justify-content:center;
}
.message .text-message *{
	margin: 20px 0px;
}
.text-message {
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}
.certificate .slider {
	margin: 10px 15px;
	cursor:pointer;
}
.certificate .slider img{
	width:100%;
	border-radius:10px;
	filter: grayscale(1);
	transition:1s;
}
.certificate .slider:hover img{
	scale: 1.1;
	filter: grayscale(0);
}

/* ///////////////////////////////////////////// */
/* start footer */
footer {
	position: relative;
	margin-top: 50px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	background-color: var(--prime);
}



.footer-2::after {
	height: 100%;
}

footer .container-90 {
	border-radius: 20px;
}

footer .container-90 {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

footer .col {
	margin: 20px 0%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: white;
}

footer .col h2 {
	margin-bottom: 30px;
	color: var(--third) !important;
	position: relative;
	font-size: 25px;
}

/* footer .col h2::after {
content: "";
position: absolute;
left: 0;
bottom: -20px;
width: 100%;
height: 1px;
background-color: var(--prime);
} */

footer .col ul {
	padding: 0;
	margin-left: 10px;
}

footer .col li {
	margin-bottom: 30px;
	text-align: left;
	color: white;
}

footer .col li a {
	color: white !important;
}

footer .col:last-of-type li a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
footer .col a i {
	margin-right: 10px;
}
footer .logo {
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

footer .logo img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}

footer .logo div {
	margin: 0px 10px;
}

footer .logo ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

footer .logo ul li {
	margin: 0px 10px;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}


footer .logo ul li i {
	color: white;
	border-radius: 10px;
	border: solid 1px white;
	padding: 10px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 0px 10px;
	transition: 1s;
}
footer .logo ul li:hover i {
	background-color: white;
	color: var(--prime);
}
footer .col a {
	color: var(--prime);
}

footer .search {
	margin-top: 20px;
}

footer .search-content {
	position: relative;
	width: 100%;
}

footer .search input {
	width: 100%;
	border-radius: 30px;
	margin-top: 20px;
	padding: 15px;
	border: none;
	font-size: 15px;
	padding-left: 20px;
	box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-25%);
}

footer .footer-new ul {
	margin: 0px;
}

footer .footer-new ul li {
	margin: 20px 0px;
	padding: 0px;
	color: black;
}

footer .footer-new ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0px;
	color: white;
}

footer .footer-new ul li img {
	width: 75px;
	height: 70px;
	padding-right: 5px;
}

footer .footer-new ul li a span {
	margin-right: 0px;
}

footer .footer-new ul li a span p {
	font-size: 15px;
	margin-top: 5px;
}

footer .end-footer {   
	display: flex;
	justify-content: space-between;
	align-items: center;
/* 	flex-wrap: wrap; */
	padding: 15px;
	color: black;
	margin-top: 0px;
	border-top: solid 1px white;
	position: relative;
	text-align: center;
	width: 100%;
}
footer .end-footer p{
	/* 
	display:flex;
	flex-direction:row-reverse;
	*/

	margin-bottom: 10px;
}
footer .end-footer::after {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: var(--prime);
	display:none;
}

footer .elnoor {
	width: 100px;
	height: 30px;
}

footer .col .row {
	margin-top: 30px;
}

footer .col .row {
	width: 50%;
}

footer .col .col {
	padding: 0px;
	margin: 2px 0.5%;
	padding: 5px;
}

footer .col .col img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.end-footer a {
	display: flex !important;
	align-items: center;
	width: 250px;
	color: white !important;
}

.end-footer p {
	color: white;
}

.end {
	display:none;  
	position: fixed;
	bottom: 30px;
	z-index: 60;
	background-color: var(--third);
	border-radius: 10px;
	height: 40px;
	width: 40px;
}
.end2{
	align-items: center;
	justify-content: center;
	width: 130px;
	border-radius: 5px !important;
	flex-direction: row-reverse;
	background-color: var(--third);
	color:white;
	height:38px;
}


.end2 > *{
	margin:0px 5px;
}
.block-float {
	position: relative;
	padding: 40px;
	color: white;
	width: 90%;
	margin: auto;
}

.block-float .bg {
	z-index: -1;
	width: 100%;
	height: 100%;
}

.block-float .bg img {
	object-fit: cover;
	border-radius: 20px;
	border: solid 5px white;
	filter: brightness(0.5);
}

.block-float .block-follow-content>* {
	margin-bottom: 20px;
	margin-left: 40px;
}

.block-float .block-follow-content {
	width: 50%;
}

.block-float .block-follow-content input,
.block-float .block-follow-content textarea {
	height: 40px;
	margin: 15px 0px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px white;
	background-color: transparent;
	color: white;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.103);
}

.block-float .block-follow-content textarea {
	height: auto;
}

.block-float .block-follow-content input::placeholder,
.block-float .block-follow-content textarea::placeholder {
	color: white;
}

.block-float .block-follow-content .sub {
	background-color: var(--third);
	border: none;
}

/* end footer  */


/*--------- Responsive ----- */

@media (max-width: 1200px) {
	.landing ul{
		width: 100%;
	}
}
@media (min-width: 992px) {
	header .head-phone {
		display: none !important;
	}

	/* start project  */
	.project2 .buttons-project {
		width: 60%;
	}

	.phone {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 992px) {

	/* start header  */
	.bars {
		font-size: 25px;
		color: var(--prime);
	}

	header .phone {
		display: none;
		position: absolute !important;
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100vh;
		align-items: flex-start !important;
		overflow-x: hidden;
	}

	header .head .col {
		align-items: flex-start !important;
	}

	header .container-90>.row {
		margin-top: 10px;
	}

	header .head .list-links {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start !important;
	}

	header .head .list-links>* {
		margin: 20px 20px;
	}

	header .acoutn-btn button {
		color: var(--prime);
	}

	header .phone-slide {
		position: absolute;
		right: -100%;
		top: 0px;
		height: 100vh;
		width: 50%;
		margin: 0px;
		background-color: white;
		display: flex;
		flex-direction: column;
		justify-content: flex-start !important;
		transition: 1s;
		z-index: 100;
	}

	header .head-phone {
		margin: 30px 0px;
	}

	header .head-phone .closes i {
		color: var(--prime);
		font-size: 35px;
	}

	header .phone-slide ul {
		flex-direction: column;
		align-items: flex-start;
		margin: 0px;
		padding: 0px;
		width: 100% !important;
	}

	header .phone-slide ul li {
		margin: 15px 0px !important;
		padding: 0px;
		width: 95%;
	}

	header .phone-slide ul li a {
		color: var(--prime) !important;
	}

	header .head .logo {
		justify-content: flex-start !important;
	}

	header .head .col-bars {
		display: flex !important;
		justify-content: flex-end !important;
		position: relative;
		right: 15px;
	}
	header .dropdown-menu {
		transform: translate3d( 0px, 55px, 0px) !important;

	}
	.landing{
		height: 100%;
		padding-top: 120px ;
	}
	.landing .col:last-of-type{
		align-items: center;
	}
	/* start .services */
	.services {
		position: relative; 
		height: 100%; 
		overflow: hidden;
	}
	.services::after {
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: 100%;
		background-color: var(--prime);
		z-index: -1;
	}
	.services .serv-images img {
		width: 250px;
		height: 400px;
	}
	/* start contact-us  */

	.contact-us-main form input, .contact-us-main form textarea{
		margin: 10px 0px;
	}
	.contact-us-main form  div{
		padding: 0px
	}
}

@media (max-width: 768px) {
	.title p {
		width: 80%;
	}

	section{overflow-x:hidden ;}

	.w-sm-100 {
		width: 100% !important;
	}

	header .phone-slide {
		width: 100%;
	}

	header .dropdown2 .dropdown-menu {
		margin: 10px 0px 0px 0px;
		min-width: 100%;
	}

	header .buttons-header div {
		margin-right: 15px;
	}

	header .head .logo img:first-of-type {
		width: 50px;
		height: 75px;
	}

	header .head .logo img:last-of-type {
		width: 110px;
		height: 90px;
	}

	/* start landing  */

	.landing h1 {
		font-size: 35px;
	}

	.landing ul {
		flex-wrap: wrap;
		width: 100%;
		border-radius: 10px;
	}
	.landing .col:last-of-type{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.landing ul li {
		margin: 20px;
	}
	.landing .col img{
		width: 100%;
	}
	.services .about-serivces .serv-images::after {
		right: 0%;
		width: 70% !important;
	}
	/* start footer */
	footer .col {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	footer .col:last-of-type li i {
		margin: 25px 10px;
		font-size: 25px;
	}

	footer::after {
		border-top-right-radius: 50px;
		border-top-left-radius: 50px;
	}
	.about-serivces .col{
		margin: 25px 0px;
	}
	/* start contact-us  */
	.contact-us-main .list-contact{
		position: relative;
		margin-bottom: 75px;
	}
	.contact-us-main form input, .contact-us-main form textarea{
		margin: 10px 0px;
	}
	.contact-us-2 .info-contact {
		height:100%;
	}
	.contact-us-2 .info-contact .info-text{
		position:relative;
		width:100%;
		height:100%;
	}
	.contact-us-2 .info-contact .info-text>div {
		display: flex;
		align-items: center;
		justify-content: center !important;
		justify-content: flex-start;
		flex-direction: column;
		margin: 40px 0px;
		text-align: center;
	}
	.numbers .row .col{
		flex-direction:column;
		text-align:center;
	}
	.numbers .row .col *{
		margin-bottom:15px;
	}
	.end-footer a {
		width: 90px;
	}
	footer .end-footer {   
		justify-content: flex-start;
		flex-wrap:wrap;
	}
}

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

@media (max-width: 350px) {
	.services .serv-images img {
		width: 220px;
		height: 360px;
	}
	footer .logo ul li {
		margin: 0px 10px;
		padding: 0;
		width: 35px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


/* start basic js  */
.left-0 {
	right: 0% !important;
}

.flex {
	display: flex !important;
}

.block {
	display: block !important;
}

.noen {
	display: none !important;
}

.header-fixed {
	position: fixed !important;
	top: 0%;
	right: 0;
	width: 100%;
	height: 100px;
	transition: 1s;
	z-index: 50;
	transition: 1s all;
	animation-name: down;
	animation-duration: 0.7s;
	transition-delay: 0s;
	background-color: white !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: solid 2px var(--prime);
}

.header-fixed .list-links ul li a,
.header-fixed .dropdown .dropdown-toggle {
	color: var(--prime) !important;
}


header .list-links ul li a,
header .list-links i,
header .dropdown .dropdown-toggle {
	text-align:left;
}

@keyframes down {
	from {
		position: fixed;
		top: -100%;
	}

	to {
		position: fixed;
		top: 0%;
	}
}




.auto-hover {

	animation-name: hover;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* start cols english  */
@media (min-width: 992px) {
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 99%;
		flex: 0 0 99%;
		max-width: 99%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 32.333333%;
		flex: 0 0 32.333333%;
		max-width: 32.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
		max-width: 24%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 15.666667%;
		flex: 0 0 15.666667%;
		max-width: 15.666667%;
	}

}
@media (max-width: 992px) {
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 32.333333%;
		flex: 0 0 32.333333%;
		max-width: 32.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
		max-width: 24%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 15.666667%;
		flex: 0 0 15.666667%;
		max-width: 15.666667%;
	}
}


@media (max-width: 768px) {
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

}


.slider.round:before {
	border-radius: 50%;
}
.row-cols-1 > * {
	-ms-flex: 0 0 99%;
	flex: 0 0 99%;
	max-width: 99%;
}
.row-cols-2 > * {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}
.row-cols-3 > * {
	-ms-flex: 0 0 32%;
	flex: 0 0 32.333333%;
	max-width: 32.333333%;
}
.row-cols-4 > * {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}
.row-cols-5 > * {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}
.row-cols-6 > * {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	max-width: 15.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}


.btn-primary {
	background:  var(--prime);
	transition: 1s all !important;
}

.btn-primary:hover {
	background: linear-gradient(120deg, var(--prime), var(--third));
	opacity: 0.8;
}

.bg-primary {
	background: linear-gradient(80deg, var(--prime), var(--third))
}

.btn-secondary {
	background-color: var(--third);
	transition: 1s;
}

.btn-secondary:hover {
	background-color: var(--third);
	opacity: 0.8;
}

.btn-outline-secondary {
	border: var(--third) solid 1px;
	color: var(--third);
	transition: 1s;
}

.btn-outline-secondary:hover {
	border: var(--third) solid 1px;
	background-color: var(--third);
	color: white;
}

.text-secondary {
	color: var(--third) !important;
}
.fa-arrow-left{
	transform: translateX(180deg);
}