/*
	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/GE_SS_Two_Medium.otf);
}

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

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

body {
  font-family: "Cairo", "Rubik";
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  direction: rtl;
}

:root {
  --title: rgb(172, 172, 172);
/*   --prime: rgba(44, 139, 242, 1);
  --second: rgb(28, 109, 196);
  --third: rgba(159, 86, 255, 1); */
	  --prime: black;
  --second: black;
  --third: black;
  --sodark: #0d217a;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: black;
  --shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.295);
  --liner: var(--prime), var(--third);
}

.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;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-weight: 800;
}

p {
  font-weight: 700;
}

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

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 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: 0.8s;
/*   background: linear-gradient(50deg, rgb(57, 29, 94) 0% 5%, black 70% 100%); */
}

.loaderlodging__body {
  overflow: hidden;

}

.loaderlodging img {
/*   margin-right: 40px; */
  width: 280px !important;
  height: 120px !important;
  object-fit: contain;
}

.loaderlodging__body.afterloading {
  overflow: inherit;
}

/* .loaderlodging__body.afterloading {
  overflow: hidden;
} */

.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: 100px;
  height: 100px;
}

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

.title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 70px 0px;
}

.title h2 {
  background: linear-gradient(30deg, var(--liner));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 5px;
}

.title::before {
  content: url(assets/image/bg-title.svg);
  position: absolute;
  left: 46%;
  top: 25%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 100%;
}

.title2::before {
  display: none;
}

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

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

/* end basic */
/* start header  */

header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
	height:0px;
}

header .head {
  box-shadow: var(--shadow);
  border-radius: 70px;
  padding: 10px;
  background-color: white;
}

header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 35px;
}

header .logo img {
  width: 80px;
	height:50px;
	object-fit:contain;
  margin-top: 5px;
}

header .phone-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

header .phone-slide .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .phone-slide .links ul {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .phone-slide ul li {
  margin-right: 20px;
  text-wrap: nowrap;
}

header .phone-slide ul li {
  position: relative;
  width: 100%;
  text-align: center;
}

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

header .phone-slide ul li a:hover {
  color: var(--second);
}

header .phone-slide ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -5px;
  width: 0px;
  height: 2px;
  /* background-color: var(--second); */
  background: linear-gradient(var(--liner));
  transition: 1s;
}

header .phone-slide ul li:hover:after {
  width: 100%;
}

/* start landing  */
.landing {
  height: 100vh;
  background-color: rgba(243, 248, 252, 1);
}

.landing .container-90 {
  height: 100%;
}

.landing .row {
  height: 100%;
}

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

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

.landing .col:last-of-type {
  align-items: center;
  justify-content: center;
}

.landing .col:last-of-type img {
  width: 450px;
  height: 450px;
  object-fit: contain;
}

.landing .col p:first-of-type {
  width: 150px;
  text-align: center;
  font-weight: bolder;
  color: white;
  padding: 5px;
  border-radius: 10px;
}

.landing span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.landing h1 {
  background: radial-gradient(var(--liner));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 70px;
}

.landing img {
  height: 60px;
}

/* end landing  */
/* ///////////////////////// */
/* start about us  */
.about-us .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about-us .col img {
    width: 100%;
    height: 350px;
}
.about-us .col>* {
  margin-bottom: 15px;
  line-height: 27px;
}

.about-us .col:last-of-type {
  align-items: center;
}

.about-us .col a img {
  width: 400px;
  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: linear-gradient(var(--liner));
  color: white;
}

.about-us .special .col img {
  margin-left: 15px;
	width:50px;
	height:50px;
}

/* end about us */
/* ////////////////////////////////////////////////// */
/* start why seo  */
.why-seo .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;
}

.why-seo .col h5 {
  margin-bottom: 15px;
  color: var(--prime);
}

.why-seo .col img {
  margin-left: 25px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.why-seo .col::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
      background: linear-gradient(var(--liner));
	opacity:0.5;
  transition: 1s;
  border-radius: 10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

.why-seo .col>*,
.why-seo .col h5 {
  transition: 1s;
}

.why-seo .col:hover>*,
.why-seo .col:hover h5 {
  color: white;
}

.why-seo .col:hover::after {
  width: 100%;
  border-radius: 10px;
}

/* end why seo  */
/* ///////////////////////////////////////// */
/* start projects  */
.project .nav-tabs {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project .nav-tabs li {
  width: 139px;
  height: 50px;
  margin: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.project .nav-tabs li a {
  color: var(--prime);
  margin: 0px 5px;
  border: solid 1px rgb(172, 171, 171);
  padding: 8px 0px;
  border-radius: 5px;
  font-weight: 600;
  color: var(--prime);
  width: 150px;
  height: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.project .nav-tabs li .active {
  background: linear-gradient(80deg, var(--liner)) !important;
  color: white;
  border: none;
}

.project .row {
  margin: 70px 0px;
}

.project .col {
  position: relative;
  margin: 20px 0.5%;
  padding: 0px;

}

.project .col .bg-card>img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.project .col .float {
  position: absolute;
  left: 10%;
  bottom: 10px;
  width: 80%;
  background-color: rgba(63, 62, 62, 0.541);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 10px;
  padding: 15px;
  border-radius: 10px;
}

.project .col .float img {
  width: 30px;
}

.project .col div {
  transition: 1s;
  padding: 0px;
}

.project .col:hover>div {
  cursor: pointer;
  transform: rotate(2deg);
  filter: brightness(0.7);
}

/* end projects  */
/* ////////////////////////////////// */
/* start why us  */
.why-us .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.why-us .col:first-of-type {
  align-items: center;
}

.why-us .col:first-of-type img {
  width: 350px;
  height: 350px;
  object-fit: contain;
}

.why-us .col div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: var(--shadow);
  width: 100%;
  padding: 20px;
  margin: 20px 0px;
  border-radius: 10px;
  color: var(--prime);
  transition: 1s;
}

.why-us .col .float {
  position: absolute;
  top: 55%;
  left: 55%;
}

.why-us .col .float img {
  width: 160px;
  height: 160px;
}

.why-us .col .float img {
  animation-name: spiner;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

  50% {
    transform: rotate(180deg);

  }

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

.why-us .col div:hover {
  padding: 30px;
  cursor: pointer;
      background-color:#00000075;
  color: white;
}

.why-us .col div img {
  margin-left: 20px;
  width: 60px;
  width: 60px;
}

/* end why us  */
/* ///////////////////////////////////////////// */
/* start service */
.service .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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(--third);
  z-index: 1;
  transition: 1s;
  cursor: pointer;
  bottom: 0px;
}

.service .col::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: linear-gradient(var(--liner));
  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-right: 5px;
}

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

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

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

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

/* end service */
/* /////////////////////////////////// */
/* start package  */
.package .col {
  margin: 20px 0.5%;
}

.package .col .footer-pack,
.package .head-pack {
  background-color: var(--prime);
}

.package .col:nth-of-type(2) .footer-pack,
.package .col:nth-of-type(2) .head-pack {
  background-color: var(--third);
}

.package .col:nth-of-type(3) .footer-pack,
.package .col:nth-of-type(3) .head-pack {
  background: linear-gradient(270deg, var(--liner));
}

.package .head-pack {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 18px;
  font-weight: bolder;
  color: white;
}

.package .body-pack li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0px;
  padding: 15px;
  border-radius: 10px;
}

.package .footer-pack {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  text-wrap: nowrap;
  border-radius: 5px;
  color: white;
}

.package .footer-pack a {
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;

}

.package .body-pack li:nth-child(even) {
  background-color: rgba(187, 186, 186, 0.151);
}

.package .body-pack li i {
  margin-left: 10px;
  background: linear-gradient(30deg, var(--liner));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* end package  */
/* //////////////////////////////////// */
/* start check  */
.check .check-content ul {
  margin-bottom: 35px;
}

.check .check-content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin: 15px 0px;
}

.check .check-content ul li p {
  margin-right: 10px;
}

.check .check-content select,
.check .check-content textarea {
  background-color: rgba(228, 228, 228, 0.452);
  border-radius: 5px;
  border: none;
  width: 100%;
  margin: 10px 0px;
  margin-bottom: 20px;
  padding: 10px;
}

.check .check-content h5 {
  margin-bottom: 10px;
}

.form-content .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0px;
}

.form-content .col label {
  font-weight: bolder;
}

.form-content .col input {
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: rgba(228, 228, 228, 0.452);
  padding: 15px;
}

/* end check  */
/* start services 2 */
.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-right: 5px;
}

.service-2 .col img {
  width: 200px;
  height: 200px;
  transition: 1s;
}

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

/* end services 2 */
/* //////////////////////////////////////////////////////// */
/* start help  */
.help .blus-open-info {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--third);
  border: none;
}

.help .scrol::-webkit-scrollbar {
  display: none;
}

.help .blus-open-info span {
  font-weight: bolder;
  font-size: 20px;
  position: absolute;
  left: 45%;
  top: 5%;
  transform: rotate(90deg) !important;
  transition: 0.5s;
}

.help .blus-open-info .rotate {
  top: 0px;
  left: 40%;
  transform: rotate(0deg) !important;
}

.help .blus-open-info:hover .rotate {
  transform: rotate(90deg);
}

.help .col {
  box-shadow: 0px 0px 5px 5px rgba(51, 51, 51, 0.178);
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px 0.5%;
  height: 100%;
}

.help .collapse {
  border-top: 1px solid rgba(100, 100, 100, 0.555);
  padding-top: 20px;
  margin-top: 20px;
}

/* end help  */
/* /////////////////////////////////////////////// */
/* start clients  */
.clients {
  position: relative;
  background-color: rgba(250, 250, 250, 1);
}

.clients .coment {
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  margin: 0px 20px;
  box-shadow: var(--shadow);
}

.clients .slick-track {
  padding: 15px 0px;
}

.clients .coment>* {
  margin: 15px 0px;
}

.clients .coment .person-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients .coment p {
  font-weight: bold;
}

.clients .coment .person-client>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients .coment .person-client>div h6 {
  color: var(--third);
}

.clients .coment .person-client>div img {
  margin-left: 15px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.clients .coment .person-client ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.clients .coment .person-client ul li {
  color: rgb(255, 197, 6);
  margin: 3px;
  font-size: 25px;
}

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

.clients .slick-prev,
.slick-next {
  top: 105%;
}

.clients .slick-next {
  right: 55%;
}

.clients .slick-prev {
  /* left: 45% !important; */
  right: 40% !important;
}

.clients .bg-title-client {
  position: relative;
  margin-bottom: 30px;
}

.clients .bg-title-client h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.clients .slick-arrow {
  display: none !important;
}

.slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 30px;
  background-color: var(--third);
  border-radius: 50%;
  padding: 10px;
  transition: 1s;
  opacity: 0.5;
}

.slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 30px;
  opacity: 0.5;
  background-color: var(--third);
  border-radius: 50%;
  padding: 10px;
  transition: 1s;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  background-color: var(--third);
}

/* end clients  */
/* ////////////////////////////// */
/* start articales  */
.articales .card {
  margin: 20px 0.5%;
  border-radius: 15px;
  background-color: white;
  border: none;
  box-shadow: var(--shadow);
  position: relative;
  bottom: 0px;
  transition: 1s;
  padding: 10px;
}

.articales .card:hover {
  position: relative;
  bottom: 15px;
  cursor: pointer;
}

.articales .card .card-img-top {
  padding: 15px;
  overflow: hidden;
}

.articales .card .card-img-top img {
  width: 100%;
  height: 300px;
}

.articales .card .card-body {
  padding: 20px 15px;
	position:relative;
}
.articales .card .card-body img{
	position:absolute;
	top:-70px;
	right:30px;
width:75px;
	height:75px;
	border-radius:50%;
}
.articales .card .card-body>* {
  margin: 13px 0px;
}

.articales .card .card-body p {
  font-size: 15px;
  font-weight: 700;
}

.articales .card .card-body h5 {
  color: var(--prime);
}

.articales .card .card-body p:first-of-type {
  color: rgb(131, 130, 130);
  font-weight: 600;
}

 .artical .box-artical{
    width: 99%;
    margin: auto;
	 background-image: linear-gradient(-145deg , rgb(1 79 163 / 91%), rgb(76 42 119));
	 padding: 15px;
    border-radius: 10px;
  }
  .artical .box-artical .col > * {
	  margin: 7px 0px;
	  color:white;
	}
  .artical .col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .artical .col img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin: auto;
  }
  .artical .col ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .artical .col ul li{
    margin: 5px ;
    background-color: #00A7DC;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
  }
  .artical .col ul li i{
    font-size: 14px;
  }

/* end articales  */
/* start page add  */

.article .image-article i {
  color: var(--prime);
}

.article .image-article .content-image-article {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.article .image-article .content-image-article div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.article .image-article .content-image-article div i {
  margin-left: 10px;
}

.article .content-article>* {
  margin: 30px 0px;
}

.article .content-article div:last-of-type {
  margin-bottom: 0px;
}

.article .titles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--prime);
}

.article .titles ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.article .titles ul li {
  margin: 10px 5px;
  font-size: 13px;
  font-weight: bold;
  background-color: rgb(228, 228, 228);
  padding: 5px 20px;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
}

.article .titles ul li:hover {
  background-color: var(--third);
  color: white;
}

.article .content-image-article div {
  margin-bottom: 10px;
}

.list-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

.list-new ul {
  width: 100%;
}

.list-new .title-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--prime);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
}

.list-new li {
  box-shadow: 0px 0px 5px 5px rgba(59, 59, 59, 0.363);
  background-color: white;
  border-radius: 10px;
  transition: 1s;
}

.list-new li:hover {
  background-color: var(--prime);
}

.list-new li a {
  transition: 1s;
}

.list-new li:hover a {
  color: white !important;
}

.list-new li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0px;
  padding: 10px 5px;
  color: black !important;
  border-radius: 10px;
}

.list-new li img {
  width: 55px;
  height: 50px;
  margin-left: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.list-new li p {
  font-size: 11px;
  font-weight: bold;
}

.news .card {
  margin: 20px 0.5%;
  border-radius: 5px;
  box-shadow: var(--shadow);
  border: none;
  padding: 15px;
  padding-bottom: 0px;
  border-radius: 10px;
  transition: 1s;
  overflow: hidden;
}
.news .card:hover  {
transform: scale(1.04);
cursor: pointer;
}

.news .card .card-img-top {}

.news .card .card-img-top img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.news .card .card-body {
  padding: 15px;
  width: 100%;
}

.news .card ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.news .card ul li {
  font-size: 14px;
}

.news .card ul li i {
  margin-left: 5px;
  color: var(--third);
}

.news .card .card-body h5 {
  font-size: 14px;
}

.news .card .card-body>* {
  margin-bottom: 15px;
}

.news .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  border: solid 2px var(--prime);
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news .slick-dots .slick-active button:before {
  background-color: var(--prime);
  opacity: 0.9;
  scale: 1.2;
}

.list-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

/* new articale edit  */
.list-new .box-list {
  width: 100%;
  margin-bottom: 20px;
}

.list-new .social-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
}

.list-new .social-list li {
  margin: 0px 0px;
  box-shadow: none;
  background-color: transparent;
}

.list-new .social-list li::after {
  display: none;
}

.list-new .social-list i {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
}

.list-new .box-list .list-ser li {
  box-shadow: 0px 0px 5px 5px rgba(187, 187, 187, 0.199);
  border-radius: 5px;
  padding: 15px;
}


.list-new .box-list .list-ser li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0px;

}

.fac {
  background-color: #1877f2;
}

.ins {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.you {
  background-color: red;
}

.tw {
  background-color: black;
}





.list-new .title-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--prime);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
}

.list-new li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: var(--shadow);
  margin: 20px 0px;
  padding: 10px 5px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: 1s;
  z-index: 1;
}

.list-new li a {
  color: black !important;
  transition: 1s;

}

.list-new li:hover a {
  color: white !important;
}

.list-new li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--prime);
  border-radius: 5px;
  transition: 1s;
  z-index: -1;
}

.list-new li:hover::after {
  width: 100%;
}

.list-new li img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  object-fit: cover;
  filter: brightness(0.7);
}

.list-new li p {
  font-size: 11px;
  font-weight: bold;
}

/* start landing 2  */
.landing-2 {
  height: 60vh;
  background-color: rgba(246, 245, 250, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  position: relative;
  bottom: 30px;
  text-align: center;
}

.landing-2 h1 {
  background: radial-gradient(var(--liner));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 900;
}

.landing-2 h6 a {
  color: black;
}

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

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

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

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

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

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

.contact-us form .title-contact {
  justify-content: flex-start;
}

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

.contact-us form div input,
.contact-us form div textarea {
  width: 100%;
  border: none;
  background-color: rgba(213, 215, 215, 0.25);
  border-radius: 10px;
  padding: 10px;
}
.contact-us form  .btn-secondary {
	background-color:var(--prime);
	color:white;
	
}
.contact-us .info-contact {
  position: relative;
  width: 70%;
}

.contact-us .info-contact .info-text {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translatex(-50%);
  width: 70%;
  height: 90%;
  color: white;
  padding: 25px;
}

.contact-us .info-contact .info-text>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0px;
}

.contact-us .info-contact .info-text>div h5 {
  margin-bottom: 15px;
}

.contact-us .info-contact .info-text>div i {
  font-size: 25px;
  margin-left: 15px;
  color: var(--four);
}

.contact-us .info-contact .bg-contact {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translatex(-50%);
  width: 80%;
  height: 95%;
  z-index: -1;
    filter: brightness(0.4);
}

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

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

.contact-us {
  position: relative;
  padding: 30px;
}

.contact-us .bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}

/* .contact-us h1{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  color: white;
} */
.contact-us .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.contact-us .form {
  background-color: white;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-us form h4 {
  width: 10%;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 3px var(--third) solid;
}

.contact-us form .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0.5%;
}

.contact-us form .col label {
  font-weight: bolder;
  margin-bottom: 15px;
}

.contact-us form .col input {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(237, 241, 242, 0.6);
}
.contact-us form .col p{
	width:100%;
}
.contact-us form textarea {
  width: 99%;
  border: none;
  padding: 10px;
  background-color: rgba(237, 241, 242, 0.6);
  border-radius: 10px;
}

.contact-us form button {
  width: 99%;
}

/* start about  us  */
.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.message {
  height: 30vh;
  position: relative;
}

.message .container-90 {
  height: 100%;
}

.message .text-message {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.message .text-message h1 {
  margin-bottom: 25px;
}

.message2 {
  height: 35vh;
  padding: 30px;
}

.message2 .text-message {
  background-color: rgba(255, 255, 255, 0.233);
  color: white;
  text-align: right !important;
  align-items: flex-start;
  padding: 20px;
  border-radius: 25px;
}

.message2 .text-message h1 {
  color: white !important;
}

.message2 .text-message p {
  font-weight: normal;
  font-size: 20px;
}
.request-content{
	height:65vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.request-content img{
	width:200px;
	height:200px;
}
.request-content > *{
	margin:10px 0px;
	
}


/* start .pagination */

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
	    margin: 30px 0px;
}

.pagination span,
.pagination a {
  margin: 0px 5px;
  box-shadow: 0px 0px 5px 5px rgba(241, 241, 241, 0.74);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
  color: black;
  transition: 0.5s;
}

.pagination .active {
  background-color: var(--prime);
  color: white;
}

.pagination span:hover,
.pagination a:hover {
  background-color: var(--prime);
}

.pagination span:hover,
.pagination a:hover {
  color: white;
}

.pagination ul .arrow-page:hover a {
  background-color: var(--third);
  color: white;
}
.wpcf7-response-output{
	width:100%;
}
.project-content > div div {
  margin: 20px 0px;
  width: 100%;
}
.project-content > div h5{
  background:linear-gradient(var(--liner)) ;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  color: white;
}
.project-info .col  img{
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: contain;
}
.modal-open .modal{
	display:flex !important;
	justify-content:center;
	align-items:center;
}
.modal.show .modal-dialog{
	width:75%;
}
/* start footer */
footer {
  position: relative;
  margin-top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

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

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

footer .col h2 {
  margin-bottom: 30px;
  color: black;
  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-right: 10px;
}

footer .col li {
  margin-bottom: 10px;
  text-align: right;
  color: black;
}

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

footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

footer .logo img {
  width: 100%;
  height: 60px;
  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;
  color: black;
  background-color: var(--prime);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

footer .logo ul li i {
  font-size: 25px;
  color: white;
}

footer .col a {
  color: var(--prime);
}

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

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

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

footer .search button {
  position: absolute;
  left: 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: black;
}

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

footer .footer-new ul li a span {
  margin-left: 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: black;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

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

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

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

.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  background-color: var(--third);
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

/* end footer  */


/*--------- Responsive ----- */
@media (min-width: 768px) {
	.project .nav-tabs li {
	width:200px ;
}
.project .nav-tabs li  a{
	width:100%;
	padding:10px 0px;
}	
}

@media (max-width: 992px) {
  .title::before {
    left: 55%;
    top: 20%;
  }

  header .phone-slide {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    align-items: flex-start;
    display: none;
  }

  header .phone-slide .links {
    background: linear-gradient(50deg, rgb(57, 29, 94) 0% 10%, black 70% 100%);
    position: absolute;
    left: -100%;
    top: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0px;
    height: 100%;
    transition: 1.5s;
  }

  header .phone-slide .links ul {
    flex-direction: column;
    align-items: flex-start;
    color: white;
  }


  header .phone-slide .links ul li {
    margin-bottom: 25px;
    text-align: right;
  }

  header .phone-slide .links ul li a {
    color: white;
  }

  /* end header  */
  /* start landing  */
  .landing {
    height: 100%;
  }

  .landing .row {
    flex-direction: column-reverse;
  }

  .landing .row .col:last-of-type img {
    width: 100%;
  }

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

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

  .landing span img {
    height: 30px;
    margin-right: 10px;
  }
  .list-new li{
    padding: 10 5px !important;
  }
  .list-new li a i{
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .wp-100 {
    width: 100% !important;
  }

  header .logo img {
    width: 100px;
  }

  .title::before {
    left: 85%;
  }

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

  /* start about us  */
  .about-us .col a img {
    width: 100%;
    height: 100%;
  }
.about-us img{
	width:100%;
}
  /* start why seo  */
  .why-seo .col {
    flex-direction: column;
  }

  .why-seo .col img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  /* start why us  */
  .why-us .col:first-of-type img {
    width: 90%;
    height: 90%;
  }

  /* start clients  */
  .stars i {
    font-size: 10px;
  }

  .articales .card .card-img-top img {
    height: 225px;
  }

  /* 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 .col:last-of-type li a svg {
    margin: 25px 10px;
  }

  .contact-us .info-contact {
    height: 55vh;
  }
  .contact-us {
    padding: 0px;
  }
  .contact-us .info-contact .info-text {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-us .info-contact .info-text>div {
    margin: 10px 0px !important;
  }

  .contact-us form div {
    width: 95%;
  }

  .contact-us .info-contact .info-text > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 15px 0px !important;
  }

  .contact-us .info-contact {
    height: 100vh;
  }

  .contact-us .info-contact .info-text {
    padding: 10px;
  }

  .contact-us form {
    margin-top: 0px;
  }

  .service-2 .col {
    margin: 30px 0.5%;
  }

  .message {
    height: 110%;
  }

  .message2 {
    height: 100%;
  }

  .bg img {
    object-fit: cover;
  }
.article .image-article img {
	height:200px;
	}
	.artical .box-artical{
		width:99%;
	}
	.about-us .col img {
		height: 250px;
	}
	.modal.show .modal-dialog{
	width:100%;
	}
}

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

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

/* basic css  */
.header-fixed {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 90px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

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

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

.left-0 {
  left: 0px !important;
}

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

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}


/* toggle button  */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--prime);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: var(--third);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--third);
}

input:checked+.slider:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.article .image-article img {
  width: 100%;
  height: 550px !important;
  border-radius: 15px;
  margin-bottom: 20px;
}

.project .autoplay3 .slick-arrow ,.project .autoplay3 .slick-dots{
  display: none !important;
}