/*
	Theme Name: Deep Vision
	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);
}

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

a {
  color: var(--prime);
  text-decoration: none !important;
  transition: 0.5s;
}

a:hover {
  color: var(--second);
}

body {
  font-family: arabic;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  direction: rtl;
	background-color:black;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(59, 172, 189, 1);
  --second: rgb(46, 123, 134);
  --third: rgba(255, 180, 0, 1);
  --sodark: #0d217a;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
}

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

/* h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

.title {
  font-size: 18px;
}

p {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
 */
h1,
h2,
h3,
h4,
h5,
p,
h6 {
  padding: 0px;
  margin: 0px;
	color:white;
}

ul {
  margin: 0px;
}

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

ul {
  list-style: none;
}

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: .8s;
		background-color:black !important;
	
}

.loaderlodging__body {
  overflow: hidden;
/* 	background-color:black !important; */
}

.loaderlodging img {
  width: 250px !important;
  height: 100px !important;
}

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

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

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

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

.title h4 {
  margin-right: 10px;
  font-size: 30px;
}

.title img {
  width: 35px;
}
.p-desc {
  color: rgba(123, 123, 123, 1);
  line-height: 1.8rem;
  word-spacing: 1px;
  font-size: 15px;
}
.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

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


.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;
  left: 105%;
  top: 50%;
  width: 0px;
  height: 2px;
  background-color: var(--third);
  animation: title 3s infinite linear;
}

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

.title p {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
}

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

/* end basic */
/* start header  */
header {
  height: 87.6px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}

header .head {
  background-color: rgba(26, 26, 26, 0.555);
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

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

header .head .logo img {
  width: 105px;
  object-fit: cover;
  margin: 0px 20px;
}

header .head .logo svg {
  height: 43px;
}

header .head ul li {
  text-wrap: nowrap;
  margin: 0px 20px;
  color: white;
  transition: 1s;
  cursor: pointer;
  position: relative;
}

header .head ul li a {
  color: white;
}

header .head ul li:hover {
  color: var(--third);
}

header .head ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: var(--third);
  transition: 1s;
}

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

header .head ul .active {
  color: var(--third);
}

header .head ul .active::after {
  width: 100%;
}

header .head ul:hover .active {
  color: white;
}

header .head ul:hover .active::after {
  width: 0%;
}

header .head ul .active:hover {
  color: var(--third);
}

header .head ul .active:hover:after {
  width: 90%;
}

/* 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;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.landing .slide .float-slide {
	position:absolute;
	left:0px;
	bottom:0px;
}
.landing .slide .float-slide img {
	opacity:0.5;
}
.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%;
  margin-top: 50px;
  width: 50%;
  text-align: right;
  color: white;
  border-bottom: solid 1px var(--prime);
}
.landing .slide .text-landing > * {
  margin-bottom: 20px;
}

.landing .slide .text-landing h1 {
  font-weight: bolder;
  font-size: 50px;
  line-height: 75px;
}
.landing .person{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.landing .person img{
  width: 100%;
  height: 80%;
  object-fit: contain;

}
/* end landing  *//* //////////////////////////////////////////////////////////////// */
/* start who us  */
.who-us {
  position: relative;
  overflow-x: hidden;
}

.who-us .right .info-who-us {
  position: relative;
  margin-bottom: 40px;
}

.who-us .bg-who-us {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.who-us .bg-who-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-us .right .info-who-us>* {
  margin: 20px 0px;
}

.who-us .right .info-who-us .title {
  color: var(--third);
}

.who-us .right .info-who-us h2 {
  font-weight: bold;
  color: var(--prime);
}

.who-us .right .info-who-us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background-color: var(--prime);
}

.who-us .right .list-who-us {
  position: relative;
  margin-bottom: 40px;
}
.list-who-us p{
	text-wrap:wrap;
}

.who-us .right .list-who-us li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 0px;
  text-wrap: nowrap;
}

.who-us .right .list-who-us li img {
  margin-left: 3px;
}

.who-us .right .list-who-us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background-color: var(--prime);
}

.who-us .left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-us .left .image-who-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  /* 	filter:brightness(0.4); */
}

.who-us .left .image-who-us .float-who-us {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.who-us .left .image-who-us .float-who-us img {
  filter: brightness(1);
}

.who-us .veision span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px;
}

.who-us .veision span img {
  width: 75px;
  margin: auto 0px;
  margin-left: 10px;
  object-fit: cover;
}
.about-us {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 50px 0px;
}
.about-us *{
  text-align: right;
  margin-bottom: 15px;
  
}
.about-us h1 {
  position: relative;
  color: var(--prime);
  font-size: 40px;
  font-weight: bolder;
  text-wrap: wrap;
  padding: 0px;
  width: 75%;
}
.about-us ul li * {
  color: white;
}
.about-us ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0px;
  text-align: right;
}
.about-us ul li i {
  background-color: var(--prime);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-us ul li div:last-of-type {
  margin-right: 20px;
}
.about-us ul li div {
  perspective: 100px; /* Adds depth for 3D effect */
}

.about-us ul li div img {
  transform-style: preserve-3d; /* Enables 3D children */
  animation: flip 3s 1s linear infinite;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0deg);
  }
}
.about-us .col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.about-us .images  {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.about-us .images  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us .images .img-back {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-us .images .img-back img {
  object-fit: cover;
}
.about-us .images .img-front-top {

  position: absolute;
  left: 15px;
  top: 0px;
  width:40%;
  background-color: black;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 10px;
}
.about-us .images .img-front-bottom {

  position: absolute;
  left: 15px;
  bottom: 0px;
  width:40%;
  background-color: black;
    border-top-right-radius: 50px;
  border-bottom-left-radius: 10px;
}

/* end who us  */
/* /////////////////////////////////////////////////////////////// */
/* start services  */
.services .col {
  position: relative;
  padding: 0px;
  border-radius: 15px;
  margin: 20px .5%;
  overflow: hidden;
  cursor: pointer;
  transition: 1s;
}

.services .col::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: var(--second);
  transition: 1s;
  z-index: 1;
}

.services .col:hover:after {
  height: 50%;
  border-radius: 15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.services .col img {
  width: 100%;
  border-radius: 15px;
  height: 300px;
  transition: 1s;
  object-fit: cover;
  filter: brightness(0.5);
}

.services .col:hover img {
  scale: 1.2;
}

.services .col .text-serv {
  position: absolute;
  bottom: 20px;
  right: 7.5%;
  color: white;
  width: 85%;
  z-index: 2;
}

.services .col .text-serv>* {
  margin: 15px 0px;
}

.services .col .text-serv button i {
  margin-right: 5px;
}

.services .col .text-serv button {
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* start services-3  */
.services-3 .col{
  border: solid 1px var(--prime);
  padding: 0px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  border-top-left-radius: 100px;
  transition: 1s;
  margin: 15px 0.5%;
  cursor: pointer;
}
.services-3 .col .bg {
  width: 100%;
  height: 100%;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
    border-top-left-radius: 100px;
    border: none;
}
.services-3 .col .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
    border-top-left-radius: 100px;
    scale: 1.1;
    filter: brightness(0.5);
}
.services-3 .col:hover{
  background-color: var(--prime);
}
.services-3 .col h6{
  font-size: 14px;
		margin-top:30px;
}
.services-3 .col .float-num{
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50px;
  width: 25px !important;
  height: 25px !important;
  padding: 25px  !important;
  background-color: var(--prime);
}
.services-3 .col *{
  margin: 10px;
}
.services-3 .col p{
font-size: 13px;
line-height: 20px;
}
/* end fields  */
.services-3  {
  position: relative;

}
.services-3 .col {
  padding: 3px !important;
  margin: 10px 0.5%;
}
.services-3 .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;
}
.services-3 .col.top {
  position: relative;
  top: 75px;
}
.services-3 .col .card-serv {
  box-shadow: var(--shadow);
  padding: 10px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.services-3 .col .card-serv::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
}
.services-3 .col .card-serv div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.services-3 .col .card-serv * {
  z-index: 2;
}
.services-3 .col .card-serv div > * {
  margin: 5px 0px;
  color: black;
  transition: 1s;
}
.services-3 .col .card-serv h5 {
  color: var(--prime) !important;
}
.services-3 .col .card-serv img {
  width: 100%;
  height: 100%;
  max-height: 225px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
  transition: 1s;
}
.services-3 .col .card-serv:hover img {
  scale: 1.1;
}

.services-3 .col .card-serv:hover * {
  transition: 1s;
}
.services-3 .col .card-serv:hover * {
  color: white !important;
}
.services-3 .col .card-serv::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--prime);
  z-index: 1;
  border-radius: 10px;
  transition: 1s;
}
.services-3 .col .card-serv:hover:after {
  width: 100%;
}
.services-3 .col .card-serv {
  color: black;
}
/* end services  */
/* //////////////////////////////////////////////// */
/* start count  */
.count {
  position: relative;
}

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

.count .bg-count img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
  background-attachment: fixed;
}

.count .title {
  color: white;
}

.count .col {
  color: white;
}

.count .col div {
  margin: 15px;
}

.count .col div>* {
  font-weight: bold;
  margin: 5px 0px;
}

/* end count  */
/* ///////////////////////////////////////////////// */
/* start jops */
.jops .slick-slide img {
  display: block;
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.jops .jop {
  position: relative;
  color: white;
  padding: 0px;
  margin: 20px 0.2%;
  overflow: hidden;
  border-radius: 20px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  transition: 1s;
		background-color:#0000008c;
}

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

.jops .jop img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 1s;
  filter: brightness(0.5);

  transition: 1s;
}

.jops .jop:hover img {
  filter: brightness(0.1);
}

.jops .jop:hover img {
  scale: 1.2;
}

.jops .jop .float-text {
  width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    text-align: center;
}

.jops .jop .float-button {
  width: 70%;
  position: absolute;
  left: 5%;
  bottom: 20%;
}

.jops .jop .float-button a {
  width: 70%;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.336);
}

.jops .jop .float-button a {
  transition: 1s;
}

.jops .jop .float-button:hover a {
  color: black !important;
  background-color: white;
}

/* start jops  */
/* //////////////////////////////////////////////// */
/* start news  */
.news {
  position: relative;
}

.news .card {
  padding: 15px;
  margin: 20px 0.5%;
  border: none;
  box-shadow: 0px 0px 5px 5px rgba(102, 102, 102, 0.116);
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
}

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

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

.news .card:hover:after {
  height: 100% !important;
}

.news .card h4,
.news .card p {
  transition: 1s;
}

.news .card:hover h4,
.news .card:hover p {
  color: white !important;
}

.news .card img {
  width: 100%;
  height: 200px;
}

.news .bg-news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

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

.news .card div p {
  margin-top: 20px;
  color: rgba(128, 128, 128, 1);
}

.news a:hover {
  color: white !important;
}

/* end news  */
/* ///////////////////////////////////////////////// */
/* start clients  */
.clients {
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
}

.clients .client-logo {
	border: solid 2px var(--prime);
  border-bottom-right-radius: 350px;
  border-top-right-radius: 350px;
  margin: 0px 15px;
}

.clients .col {
  margin: 20px 0.5%;
}

.clients .client-logo img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}

/* end clients  */
/* 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-right-radius: 15px;
  border-bottom-left-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;
background-color: transparent;
color: white;
border: solid 1px var(--prime);
}
.projects .card i   {
  color: var(--prime);
  margin-left: 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;
  right: 0px;
  width:0px ;
  height: 0px;
  background-color: var(--prime);
  border-radius: 50%;
  border-bottom-right-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;
  padding: 10px;
}

.projects .card .card-img-top img{
border-radius: 15px;
  width: 100%;
  height: 250px;
	object-fit:cover;
}
.projects .card .card-img-top .float{
  position: absolute;
  top: 20px;
  left: 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-left: 1% !important;
  text-wrap: nowrap;
}
.projects  .card ul li img{
  margin-left: 15px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* start inter pages  */
.landing-2 {
  width: 100%;
  height: 50vh;
}

.landing-2 .bg-landing-2 {
  height: 100%;
}

.landing-2 .bg-landing-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.5) blur(5px);
}

.landing-2 .text-landing-2 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

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

.landing-2 .text-landing-2 p a,
.landing-2 .text-landing-2 p,
.landing-2 .text-landing-2 h1 {
  color: white;
  text-align: center;
}

/* start news pages  */
.new-pages .slide {
  margin: 30px 0.5%;
}

.new .bg-new img {
  height: 65vh;
  /*   object-fit: cover; */
  object-position: center bottom;
  border-radius: 10px;
  filter: brightness(0.8);
}

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

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

.new h2 {
  margin: 40px 0px;
}

.new .text-new p {
  width: 90%;
  line-height: 35px;
}

.new .new-content {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--prime);
}

.new .new-content .text-new>*,
.new .new-content .text-new li {
  margin-bottom: 20px;
}

.new .new-content .text-new b {
  margin-bottom: 5px;
}

.new-content-page {
  border: none !important;
  box-shadow: var(--shadow);
  padding: 10px;
  border-radius: 20px;
}

.new .new-share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new .new-share ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.new .new-share ul h2 {
  position: relative;
  bottom: 15px;
}

/* end news pages  */
/* start clients  */
.page-clients .col {
  margin: 50px 0.5%;
}

/* start contact us */
/* start contact  */
.contact-us form {
  width: 90%;
}

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

.contact-us form input,
.contact-us form textarea{
    width: 100%;
    padding: 15px 20px;
    /* margin-right: 5px; */
    background-color: black;
    border: solid 1px var(--prime);
}

.contact-us form .first-inp {
  margin-left: 10px;
}

.contact-us form textarea {
  /* margin: 0 10px; */
}

.contact-us form div>* {
  border: solid 1px rgba(182, 182, 182, 0.705);
  border-radius: 10px;
}

.contact-us form a {
  width: 100%;
  padding: 10px;
  font-weight: bolder;
}

.contact-us .map-contact iframe {
  width: 100%;
  height: 600px;
  border-radius: 5px;
  border-radius: 25px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  padding: 5px;
  border-bottom: solid 5px var(--prime) !important;
  border-right: solid 1px var(--prime) !important;
}

.contact-us .contact-card {
  margin-top: 30px;
  width: 100%;
}

.contact-us .contact-card .row {
  width: 100%;
  margin: auto;
}

.contact-us .contact-card img {
  margin-bottom: 10px;
  width: 27px;
  height: 27px;
}

.contact-us .contact-card .card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    background-color: black;
    border: solid 1px var(--prime);
    box-shadow: var(--shadow);
    padding: 40px 20px;
    margin: 20px 0%;
    color: white;
    text-align: center;
    border-radius: 20px;
}

.contact-us .contact-card .col {
  margin: 20px 0.5%;
}

.contact-us .contact-card .col span {
  margin: 0px 10px;
}
/* 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 h5{
  margin-bottom: 10px;
}
.contact-us-main .contact-image ul  li i{
  margin-left: 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 {
  /* background-color: var(--bg); */
  border-radius: 5px;
  position: relative;
  padding-left: 15px;
}
.contact-us-main form::after {
  content: "";
  position: absolute;
  left: 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%;
    left: 0%;
  }
  100% {
  }
}

.contact-us-main form .row {
  display: flex;
  justify-content: flex-end;
}
.contact-us-main form input,
.contact-us-main form textarea,
.contact-us-main form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: black;
  border: none;
  margin: 10px;
  color: white;
  border: solid 1px var(--prime);
}
.contact-us-main form input[type="submit"] {
  background-color: var(--prime);
}
.contact-us-main .bg-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* end contact us  */
/* /////////////////// */
/* start event  */
.event .event-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.event .info-event {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 20px;
  margin-right: 0px;
  background-color: var(--prime);
  padding: 20px;
  border-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.event .info-event i {
  font-size: 25px;
  margin-left: 16px;
  margin-top: 10px;
  color: white;
}

.event .info-event h5 {
  margin-bottom: 7px;
  font-weight: bold;
}

.autoplay2 .slide {
  /* margin: 0px 20px; */
  width: 80%;
  border-radius: 15px;
  margin: 0px 10px;
}

.autoplay2 .slide img {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  /* border-top-right-radius: 250px;
border-bottom-right-radius: 250px; */
  transition: 1s;
  object-fit: cover;
}

.autoplay2 .slide:hover img {
  filter: brightness(0.7);
}

.autoplay2 .slick-prev {
  right: 100px !important;
  left: auto;
  z-index: 20;
}

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

.autoplay2 .slick-next {
  right: auto;
  left: 125px;
}

.autoplay2 .slick-prev::before {
  content: "\f061";
}

.autoplay2 .slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  opacity: 1;
  color: rgb(255, 255, 255);
}

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

/* start service  */
.service .block-serv {
  padding: 20px 0px;
}

.service .block-serv .col {
  margin: 30px 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service .block-serv .image-who-us>img {
  width: 350px !important;
  height: 400px;
  border-radius: 15px;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
}

.service .block-serv .image-who-us-right>img {
  border-radius: 15px;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
}

.service .block-serv .float-who-us-right>img {
  transform: rotatey(180deg);
}

.service iframe {
  width: 70%;
  height: 600px;
}

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

.list-new .social-list i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
}

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

.you {
  background-color: red;
}

.tw {
  background-color: black;
}

.wh {
  background-color: #008069;
}
/* start numbers  */
/* start numbers  */
.numbers{
  position: relative;
}
.numbers .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px 0.5%;
  color: white;
}
.numbers .col p {
  font-weight: bolder;
  color: var(--prime);
  
}
.numbers .col .card-numbers {
  margin-bottom: 20px;
	
}
.card-numbers h1 {
	font-size:45px;
}
.numbers .col .card-numbers > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbers .col .card-numbers > div img{
  width: 60px;
  height: 60px;
}
.numbers .col .card-numbers > div h1{
  display: flex;
  flex-direction: row-reverse;
  margin-right: 20px;
}
/* end numbers  */
/* start company  */
/* start company  */
.company {
  padding: 10px 0px;
  background-color: #161616;
}
.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;
  border: solid 2px var(--prime);
}

.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 inter pages   */
/* ///////////////////////////////////////////////// */
/* start footer  */
footer {
  position: relative;
  margin-top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 40px;
}

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: 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-right: 10px;
}

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

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

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

footer .col li a svg {
  width: 35px;
  height: 25px;
  margin: 25px 35px;
  padding: 0px;
}

footer .col li a svg path {
  fill: white;
}

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

/* footer .logo img {
  filter: drop-shadow(2px 10px 15px #176ea3);
} */
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: 100%;
}

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;
  padding: 15px;
  color: black;
  margin-top: 40px;
  border-top: solid 1px white;
  position: relative;
}

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

/* end footer  */

/*--------- Responsive ----- */
@media (max-width: 1500px) {
  .event .info-event {
    width: 250px;
  }
	footer .search-content{
		width:90%;
	}
}

@media (max-width: 992px) {
	footer .search-content{
		width:100%;
	}
  /* start header  */
  header .head .phone {
    position: absolute;
    left: 0;
    top: 0px;
    width: 50vw;
    height: 100vh;
    /* background-color: black; */
    overflow: hidden;
    display: none;
  }

  header .head .phone-content {
    position: absolute;
    left: -100vw;
    background-color: black;
    height: 100vh;
    width: 100%;
    transition: 1s;

  }

  header .head ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }

  header .head ul li {
    margin: 20px 20px;
    width: 90%;
    transition: 1s;
  }

  .header-fixed ul li:first-of-type a {
    color: white !important;
  }

  .service iframe {
    width: 100%;
    height: 400px;
  }

  /* end header  */
  .event .info-event {
    width: 290px;
  }
}

@media (max-width: 768px) {
  header .head .phone {
    position: absolute;
    width: 100vw;
  }
	
	    .landing .slide .text-landing h1 {
        font-size: 25px;
        line-height: 30px;
    }

  .landing h1 {
    font-size: 40px;
  }
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .image-slide img {
    object-fit: cover;
	  height:100% !important;
	  object-position:left;
  }
    .landing .text-landing a {
        font-size: 10px;
    }
	
  .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;
	  margin:0px;
  }
  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 80%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .phone-slide {
    width: 100%;
  }
  /* start landing  */
  
    .landing-2{
    height: 40vh;
  }
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing h1 {
    font-size: 22px;
  }
  .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;
  }
  .why-us .row .images {
    align-items: center;
  }
  section {
    overflow: hidden !important;
  }
  .news .btn {
    width: 75% !important;
    padding: 15px !important;
  }

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

  .landing-2 .text-landing-2 {
    width: 95% !important;
  }

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

  /* start news  */
  .new .bg-new img {
    height: 100%;
  }

  /* start contact page  */
  .title-contact {
    margin-bottom: 40px;
    padding: 0px !important;
  }

  .title-contact h1 {
    text-align: center;
    font-size: 25px;
  }

  .contact-us form {
    width: 100%;
  }

  .contact-us .map-contact iframe {
    height: 300px;
  }

  .service .block-serv .image-who-us>img {
    width: 350px !important;
    height: 400px;
    border-radius: 15px;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
  }

  .service .block-serv .float-who-us-right>img {
    transform: rotatey(0deg);
  }

  .service iframe {
    width: 100%;
    height: 300px;
  }

  .event .event-content {
    justify-content: center;
    align-items: center;
  }

  .event .info-event {
    margin: 20px 10px;
  }

  .btn-serv {
    width: 75% !important;
  }

  .count .bg-count img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 15px;
    object-fit: cover;
  }

  .count .row .col {
    justify-content: flex-start !important;
    margin: 10px;
  }

  .autoplay2 .slick-prev {
    right: 30px !important;
  }

  .autoplay2 .slick-next {
    left: 50px;
  }

  .autoplay2 .slick-prev::before,
  .slick-next::before {
    font-size: 50px;
  }

  .info-who-us h2 {
    font-size: 25px;
  }

  .float-text h3 {
    font-size: 20px;
  }

  .new h2 {
    font-size: 20px;
  }

  .new h3 {
    font-size: 18px;
  }

  .landing .autoplay img {
    /* 		object-fit:cover; */
    height: 40vh;
  }
}

@media (max-width: 650px) {
  .event .event-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

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

/* start basic js  */

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

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

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

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

/* .left-50{
  left: -50vw;
} */



.header-fixed {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: black;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.header-fixed ul li:first-of-type a {
  color: var(--prime);
}

.header-fixed ul li a {
  color: white;
}

.header-fixed ul:hover li a {
  color: white;
}

.header-fixed::after {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

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

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

.nav-link {
  padding: 0px !important;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}
.relative.p-1.rounded-sm.flex.items-center.justify-center.bg-token-main-surface-primary.text-token-text-primary.h-8.w-8{
	color:white !important;
}
.col.right ul li {
color:white !important;
	line-height:30px;
}
.gizmo-bot-avatar.flex.h-8.w-8.items-center.justify-center.overflow-hidden.rounded-full{
	color:white;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:white !important;
}