/*
	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-ltr-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); */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap.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;

  direction: ltr;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(192, 171, 130, 1);
  --second: rgb(161, 145, 113);
  --third: rgba(66, 68, 81, 1);
  --four: rgb(93, 96, 116);
  --sodark: #162668;
  --border: transparent;
  --bg: rgba(248, 245, 240, 1);
  --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,
a::selection{
  background-color: var(--prime);
  color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0px;
}
p{
	font-size:14px;
}
h1{
	font-size:29px;
}
h2{
	font-size:21px;
}
h3{
	font-size:15px;
}
h4{
	font-size:14px;
}


p {
  font-weight: normal;
  line-height: 2.1rem;
}

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: var(--prime);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: 0.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;
	object-fit:contain;
}

@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;
}

.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;
  text-align: center;
}

.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;
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
}

.row {
  margin: 0px;
}
.slick-arrow {
  display: none !important;
}

/* start slick  */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
/* end basic */
/* start header  */
header {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0px;
}

header .head {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 110px;
  object-fit: contain;
  /* margin-right: 15px; */
	margin-top:15px;
}

@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 .logo {
  justify-content: flex-start !important;
}

/* 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: white !important;
}

header .head li:hover > a {
  color: white;
}

header .head li::after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  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;
  color: white;
}

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;
  width: 100%;
  height: 100vh;
}

.landing .autoplay,
.landing .slick-list,
.landing .slick-track {
  height: 100% !important;
}

.landing .bg-image-landing {
  top: auto;
  bottom: 0px !important;
  height: 50%;
  width: 100%;
  z-index: 5;
}
.landing .bg-image-landing img {
  object-fit: cover;
}

.landing .image-slide {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.landing .image-slide img {
  filter: brightness(0.3);
  width: 100%;
  height: 100%;
}

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

.landing .slide .text-landing {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: white;
  width: 60%;
  text-align: left;
}
.landing .slide .text-landing > * {
  margin-bottom: 15px;
}
.landing .slide .text-landing h1{
	font-size:20px;	
	line-height:40px;
}
.landing .slide .text-landing p{
	font-size:14px;	
}
.landing .slide .text-landing h1.en {
  font-family: "Alex Brush";
}
/* end landing  */
/* start who us  */
.who-us .col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.who-us .col > * {
  margin: 10px 0px;
}
.who-us .bg-who-us {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-us .bg-who-us > img {
  width: 100%;
  height: 500px;
}
.who-us .option-whous {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.who-us .option-whous span {margin: 10px 0.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    min-height: 125px;
}
.who-us .option-whous span img{
  width: 50px;
  height: 50px;
}
.who-us .option-whous span p{
  margin-left: 10px ;
}
.who-us ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.who-us ul li i{
  margin-right: 15px;
  color: var(--prime);
}
/* .who-us .top-who-us {
  position: absolute;
  top: -10px;
  right: -20px;
  animation: mov2 1.5s linear infinite;
}
.who-us .bottom-who-us {
  position: absolute;
  bottom: -10px;
  right: -20px;
  animation: mov1 1.5s linear infinite;
}
.who-us .top-who-us img,
.who-us .bottom-who-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes mov1 {
  0% {
    bottom: -10px;
  }

  25% {
    bottom: 5px;
  }

  100% {
    bottom: -10px;
  }
}
@keyframes mov2 {
  0% {
    top: -10px;
  }

  25% {
    top: 5px;
  }

  100% {
    top: -10px;
  }
} */
/* end who us  */
/* start services  */
/* .services {
  position: relative;
} */

/* start projects  */
/* start projects */
/* start projects */

.projects .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
.projects a {
  color: black;
}
.projects .button-group button{
  margin: 0px 15px;
  width: 150px;
  padding: 10px;
  border-radius: 2px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  background-color: var(--prime);
color: white;
}
.projects .button-group .is-checked{
  background-color: var(--third);
}
.projects .card {
  border: none;
  box-shadow:var(--shadow) ;
  border-radius:  20px;
margin: 20px 0.5%;
padding: 0px;
transition: 1s;
z-index: 1;
overflow: hidden;
}
.projects .card i   {
  color: var(--prime);
  margin-right: 10px;
  transition: 1s;
}
.projects .card:hover i{
  color: white;
}
.projects .card:hover ,.projects .card:hover svg path  {
  color: white !important;
  fill: white;
}
.projects .card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width:0px ;
  height: 0px;
  background-color: var(--prime);
  border-radius: 50%;
  border-bottom-left-radius: 20px;
  transition: 1s;
  z-index: -1;
}
.projects .card:hover:after {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.projects .card a * {
  transition: 1s;
}
.projects .card:hover a ,
.projects .card:hover a * {
  color: white !important;
}
.projects .card .card-img-top {
  position: relative;
}

.projects .card .card-img-top img{

  width: 100%;
  height: 250px;
}
.projects .card .card-img-top .float{
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  display: flex;
  padding: 10px;
border-radius: 15px;
  background-color: var(--prime) !important;
  color: white;
}
.projects .card ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0%;
  margin-right: 1% !important;
  text-wrap: nowrap;
}
.projects  .card ul li img{
  margin-right: 15px;
}
/* end projects */

.fields2{
  position: relative;
}
.fields2 .bg{
  height: 130%;
  top: -30%;
}
.fields2 p{
  color: white !important;
}
.fields2 .col{
  border: solid 2px var(--prime);
}
.fields2 .col svg path{
  transition: 1s;
}
.fields2 .col:hover svg path{
  fill: white !important;
}
/* start fields  */
/* start why seo  */

.fields .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: var(--shadow);
  margin: 20px 0.5%;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.fields .col h1{

margin-right: 30px;
color: var(--prime);
}
.fields .col h5 {
  margin-bottom: 15px;
  color: var(--prime);
}
.fields .col p {
color :black;
}

.fields .col img {
  margin-right: 25px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.fields .col::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color:var(--prime);
  transition: 1s;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: -1;
}

.fields .col>*,
.fields .col h5,
.fields .col h1 {
  transition: 1s;
}

.fields .col:hover>*,
.fields .col:hover h5,
.fields .col:hover h1 {
  color: white;
}

.fields .col:hover::after {
  width: 100%;
  border-radius: 10px;
}
/* end why seo  */
/* end fields  */
.services  {
  position: relative;

}
.services .col {
  padding: 10px !important;
  margin: 10px 0.5%;
}
.services .col img {
    width: 70%;
}
.services .col svg  {
	width:70%;
}
.services .col svg path {
	transition:1s;
}
.services .col:hover svg path {
	fill:white;
}
.services .col > div {
  padding: 0px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px white;
  padding: 25px 10px;
  border-radius: 5px;
  padding: 30px !important;
	position:relative;
	z-index:1;
}
.services .col > div::after {
	content:"";
	position:absolute;
	right:0px;
	bottom:0px;
	height:0%;
	width:100%;
	background-color:var(--prime);
	transition:1s;
	z-index:-1;	
}
.services .col > div:hover:after {
	height:100%;
}
.services .col > div h3{
	font-size:25px;
	margin:10px 0px;
}
.services .col.top {
  position: relative;
  top: 75px;
}
.services .col .card-serv {
  box-shadow: var(--shadow);
  padding: 10px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.services .col .card-serv::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
}
.services .col .card-serv div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.services .col .card-serv * {
  z-index: 2;
}
.services .col .card-serv div > * {
  margin: 5px 0px;
  color: black;
  transition: 1s;
}
.services .col .card-serv h5 {
  color: var(--prime) !important;
}
.services .col .card-serv img {
  width: 100%;
  height: 100%;
  max-height: 225px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
  transition: 1s;
}
.services .col .card-serv:hover img {
  scale: 1.1;
}

.services .col .card-serv:hover * {
  transition: 1s;
}
.services .col .card-serv:hover * {
  color: white !important;
}
.services .col .card-serv::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--prime);
  z-index: 1;
  border-radius: 10px;
  transition: 1s;
}
.services .col .card-serv:hover:after {
  width: 100%;
}
.services .col .card-serv {
  color: black;
}
/* end services  */
/* ///////////////////////////////////////////////// */
/* start numbers  */
.numbers .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px 0.5%;
}
.numbers .col p {
  font-weight: bolder;
  color: var(--prime);
}
/* end numbers  */
/* /////////////////////////// */
/* start company  */
.company {
  background-color: rgba(244, 243, 240, 1);
  padding: 10px 0px;
}
.company .splide__arrows {
  display: none;
}

.company .splide__track {
  padding: 25px;
}

.company .splide .splide__slide {
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-radius: 10px;
  width: 150px;
  padding: 15px;
}

.company .splide__pagination {
  position: relative;
  top: 20px;
  display: none !important;
}

.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%;
}

/* end company  */
/* end company  */
/* ///////////////////////////////////////////// */
/* ///////////////////////////////////////// //*/
/* start contact us  */
.contact-us-main {
  position: relative;
}
.contact-us-main .title h1::after {
  display: none;
}
.contact-us-main .contact-image {
  height: 100%;
}
.contact-us-main .contact-image > p{
  font-size: 13px;
}
.contact-us-main .contact-image > *{
  margin-bottom: 20px;
}
.contact-us-main .contact-image ul  li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  background-color: var(--bg);
  padding: 20px 10px;
  border-radius: 10px;
}
.contact-us-main .contact-image ul li span{
	word-break:break-all;
	margin-left:20px;
}
.contact-us-main .contact-image ul  li h5{
  margin-bottom: 10px;
}
.contact-us-main .contact-image ul  li i{
  margin-right: 10px;
  color: var(--prime);
}
.contact-us-main .contact-image ul  li p{
  font-size: 12px;

}
.contact-us-main .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-us-main form {
	box-shadow:var(--shadow);
	border-radius: 5px;
  position: relative;
  padding-left: 15px;
}
.contact-us-main form::after {
  content: "";
  position: absolute;
  right: 12.5%;
  top: 0px;
  background-color: var(--prime);
  width: 75%;
  height: 5px;
  z-index: 1;
  animation: form 2s linear infinite;
}
@keyframes form {
  0% {
  }
  50% {
    width: 100%;
    right: 0%;
  }
  100% {
  }
}

.contact-us-main form .row {
  display: flex;
  justify-content: flex-end;
}
 form input,
 form textarea {
text-align:left;	
}
.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 0px;
  border: solid 1px rgb(202, 200, 200);
	text-align:left;
}
.contact-us-main form textarea{
	height:150px;
	font-size:10px;
}
.contact-us-main form input[type="submit"] {
  background-color: var(--third);
}
.contact-us-main .bg-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/* end contact us  */
/* start another pages */

.landing-2{
  height: 60vh;
}
.landing-2 .text-landing{
  width: 80% !important;
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.landing-2 ul {
	margin-top:40px;
}
.landing-2 ul li p{
	text-align:center;
}
.top-section{
  position: relative;
  top: -100px;
}
.contact-us .col-lg-9 {
	padding:0px;
}
.contact-us .row >* {
/*   margin: 0px !important;
	padding:0px !important;
  border-radius: 0px !important; */
}
.contact-us form{
  background-color: white;
  box-shadow: var(--shadow);
  border-radius: 0px ;
  border-radius: 0px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;

}
.contact-us  .contact-image{
  background-color: rgba(248, 245, 240, 1);
  padding: 20px;
  border-bottom-left-radius: 10px  !important;
  border-top-left-radius: 10px !important;
}
.contact-us  .contact-image img{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.contact-us  .contact-image li{
  background-color: white !important;
  padding: 20px  0px;
}
.contact-us  .row form{
  height: 100%;
  border-radius: 10px;
	padding:0px;
}

/* start another pages  */

.who-us-2 .row{
  background-color: white;
  box-shadow: var(--shadow);
  border-radius: 10px;
  padding: 20px;
}
.manager .col {
  margin: 10px 0.5%;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}
.manager .col > * {
  margin-bottom: 15px;
}
.manager .col img{
width: 100%;
}

/* start project  */
.project .container {
    background-color: white;
    border-radius: 10px;
}
.project .slide img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}
.project .title-project div > * {
  margin-bottom: 20px;
}
.project .title-project ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project .title-project ul li {
display: flex;
align-items: center;
justify-content: flex-start;
margin-right: 10px;
}
.project .title-project ul li i {
  margin: 0px 10px;
  color: var(--prime);
}
.project .description div{
  margin-bottom: 40px;
}
.project .description div *{
  margin-bottom: 15px;
}
.project .description div h2{
  margin-bottom: 20px;
  color: var(--prime);
}
.project .description div ul{
  list-style-type: disc;
  padding-left: 20px;
}
.project ul li img {
    width: 130px;
    height: 100px;
	object-fit:contain;
	margin-bottom:15px;
}
.news{
	position:relative;
}
.news .bg img{
	filter: brightness(0.5);
}
.news h6{
  line-height: 30px;

}
.news .images-service img{
    width: 100% !important;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.projects .card {
display:flex;
	flex-direction:column;
/* 	height: 100%; */
}

.projects .card-body{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.projects .card-body > *{
    width: 100%;}

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

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

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: white;
  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 .logo {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
footer .logo .social {
    display: flex
;
    align-items: center;
    justify-content: center;
}
footer .logo img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

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

footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100% !important;
}

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

footer .social 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 .social li:hover i {
  background-color: var(--prime);
  color: white;
  border: solid 1px var(--prime);
}

footer .col h2 {
	font-size:20px;
}
footer .col a {
  color: var(--prime);
	font-size:14px;
}

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: white;
}

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-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: white;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer p {
  margin-bottom: 10px;
}

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

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;
  border-radius: 10px;
  height: 40px;
}

/* end footer  */

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

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

@media (min-width: 992px) {
  header .head-phone {
    display: none !important;
  }

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

@media (max-width: 992px) {
  .title h1 {
    position: relative;
    color: var(--prime);
    font-size: 25px;
    font-weight: bolder;
    text-wrap: wrap;
    padding: 0px;
    width: 75%;
  }

  /* start header  */
  .bars {
    font-size: 30px;
    color: white;
  }

  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: var(--third);
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 1s;
    z-index: 100;
  }
  header .phone-slide button {
    background-color: white;
    color: var(--prime);
  }
  header .head-phone {
    margin: 30px 0px;
  }

  header .head-phone .closes i {
    color: white !important;
    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,
  header .phone-slide button * {
    color: white !important;
  }

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

  header .head-phone .logo img {
    width: 150px !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;
  }
}

@media (max-width: 768px) {
	
  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 80%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .phone-slide {
    width: 100%;
  }
  /* start landing  */
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing h1 {
    font-size: 30px;
  }
  .landing .text-landing p,
  .landing .text-landing button {
    font-size: 11px;
    line-height: 1.6rem;
  }
  .landing .slide{
    justify-content: center;
  }
  .landing .slide .text-landing {
    width: 100% !important;
    text-align: center !important;
    align-items: center;
  }
	.who-us a {
    text-wrap: nowrap;
    font-size: 15px;
}
  /* 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 .bg img {
    object-fit: cover;
  }
  footer::after {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }

  .why-us .row .images {
    align-items: center;
  }

  section {
    overflow: hidden;
  }
  .contact-us-main .contact-image img {
    max-height: 400px;
    margin: 20px 0px;
  }
  .who-us,
  .services {
    overflow-x: hidden;
  }
  .services .col.top{
    top: 0px;
  }
/*   .who-us .option-whous{
    flex-direction: column;
  } */
  .title-project{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
	.news .images-service img{
    height: 250px;
}
	footer .footer-new ul li{
		margin:0px 0px;
	}
	.project ul li img {
    width: 85%;
    height: 80px;
    object-fit: contain;
    margin: 30px 0px;
}
	.project ul li img{
		    width: 60%;
    height: 130px;
    object-fit: contain;
    margin: 10px 0px;
	}
}

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

@media (max-width: 350px) {
  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: var(--third) !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: solid 5px var(--prime);
}

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

@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;
  }
}


input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
  -webkit-appearance: none;  /* For Chrome, Safari, Edge */
  appearance: none;          /* Standard property */
}
@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 99%;
		flex: 0 0 99%;
		max-width: 99%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 32.333333%;
		flex: 0 0 32.333333%;
		max-width: 32.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
		max-width: 24%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 15.666667%;
		flex: 0 0 15.666667%;
		max-width: 15.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%;
}

.text-primary{
color:var(--prime) !important;	
}
.btn-primary {
	background: linear-gradient(60deg, var(--prime), var(--third));
	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;
}
.autoplay,
.autoplay2,
.autoplay3{
direction:rtl;	
}

.wpcf7-response-output {
    margin: 0px !important;
    position: relative;
    bottom: 20px;
}