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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(231, 47, 37, 1);
  --second: rgb(138, 22, 16);
  --third: rgba(246, 139, 41, 1);
  --four: rgb(204, 115, 32);
  --sodark: #162668;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
  --shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);
}

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

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

p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0px;
	text-align:left;
}

p {
  font-weight: normal;
}

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

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

.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: 110px;
  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: 100px;
  object-fit: contain;
  /* margin-right: 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;
	font-size:20px;
}

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;
  pointer-events: none;
}
.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: center;
  flex-direction: column;
}

.landing .slide .text-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: white;
  width: 75%;
  text-align: center;
}
.landing .slide .text-landing p{
	font-size:20px;
}
.landing .slide .text-landing > * {
  margin-bottom: 20px;
}

.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 p {
	font-size:20px;
}
.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;
	object-fit:cover;
	border-radius:15px;
}
.who-us  .top-who-us img,
.who-us  .bottom-who-us img {
  height: 100%;
	width:200px;
  object-fit: cover;
}
.who-us .top-who-us {
  position: absolute;
  top: -10px;
  left: -30px;
  animation: mov2 1.5s linear infinite;
}
.who-us .bottom-who-us {
  position: absolute;
  bottom: -10px;
  left: -30px;
  animation: mov1 1.5s linear infinite;
}

@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;
} */
.services {
/*   background-color: rgba(249, 249, 249, 1); */
	position:relative;
}
.services .bg img{
	object-fit:cover;
}
.services .col {
  padding: 0px;
  margin: 10px 0.5%;
}
.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: flex-start;
/* 	height:; */
}
.services .image-serv{
	height:250px;
}
.services .col .card-serv  {
  height:100%;
}
.services .col .card-serv div:last-of-type{
	justify-content: space-between;
}
.services .col .card-serv * {
  z-index: 2;
}
.services .col .card-serv i{
	transform:rotate(180deg);
}
.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%;
}
.numbers .col * {
  margin-bottom: 10px;
	text-align:center;
}
.numbers .col img{
	width:75px;
	height:75px;
}
.numbers .col p {
  font-weight: bolder;
  color: var(--prime);
}
/* end numbers  */
/* /////////////////////////// */
/* start company  */
.company {
  background-color: rgba(60, 62, 72, 1);
  padding: 10px 0px;
}
.company .text-secondary{
	color:var(--third) !important;
}
.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: 300px;
  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-contact{
	    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
	    color: var(--third);

}
.contact-us-main .title h1::after {
  display: none;
}
.contact-us-main .contact-image {
  height: 100%;
}
.contact-us-main .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-us-main form .row {
  display: flex;
  justify-content: flex-end;
}
.contact-us-main .row-cols-lg-2 > *{
	-ms-flex: 0 0 49.5%;
        flex: 0 0 49.5%;
        max-width: 49.5%;
}
.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 input[type="submit"] {
  background-color: var(--third);
	text-align:center;
	color:white;
}
.contact-us-main .bg-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/* end contact us  */

/* end contact us  */
/* start page add  */

/* start about  us  */
.bg {
  position: absolute;
  right: 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;
	font-size:50px;
}
.message .text-message p {
	font-size:20px;
}

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

.message2 .text-message {
  background-color: rgba(255, 255, 255, 0.233);
  color: white;
  text-align: left !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: var(--prime);
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.project-info .col img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.modal-open .modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal.show .modal-dialog {
  width: 75%;
}
.about-us .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

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

.about-us .col > * {
	text-align:center;
  margin-bottom: 15px;
  line-height: 40px;
}

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

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

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

/* ////////////////////////////////////////////////// */
/* 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-right: 25px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

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

.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 {
  margin: 0px 5px;
  border: solid 1px rgb(172, 171, 171);
  padding: 8px 30px;
  border-radius: 5px;
  font-weight: 600;
  color: var(--prime) !important;
  width: 150px;
  height: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: 1s;
}

.project .nav-tabs li .active {
  background-color: var(--prime);
  color: white !important;
  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;
  filter: brightness(0.8);
}

.project .col .float {
  position: absolute;
  right: 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: rgba(126, 50, 226, 0.356);
    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(--prime);
  z-index: 1;
  transition: 1s;
  cursor: pointer;
  bottom: 0px;
}

.service .col::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0px;
  width: 100%;
  height: 0%;
  background: var(--prime);
  /*     opacity: 0.5; */
  border-radius: 20px;
  transition: 1s;
  z-index: -1;
}

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

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

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

.service .col i {
    margin-left: 5px;
    transform: rotate(180deg);
}

.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-right-radius: 15px;
  border-top-left-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-left: 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-right: 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-left: 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-left: 5px;
}

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

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

/* end services 2 */
/* //////////////////////////////////////////////////////// */
/* 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;
  right: 45%;
  top: 5%;
  transform: rotate(90deg) !important;
  transition: 0.5s;
}

.help .blus-open-info .rotate {
  top: 0px;
  right: 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-right: 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 {
  left: 55%;
}

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

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

.clients .bg-title-client h3 {
  position: absolute;
  right: 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%;
  border-radius: 10px;
  height: 300px;
}

.articales .card .card-body {
  padding: 20px 15px;
  position: relative;
}

.articales .card .card-body img {
  position: absolute;
  top: -70px;
  left: 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;
  color: var(--prime);
}

.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  */
.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-right: 30px;
}

.article .image-article .content-image-article div i {
  margin-right: 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-right: 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-right: 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;
  right: 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;
  left: 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-right: 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: 30vh;
  background-color: var(--prime);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: -1;
  position: relative;
  bottom: 30px;
  text-align: center;
}

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

.landing-2 h6 a,
.landing-2 h6 i {
  color: white !important;
}
/* start contact-us  */
.contact-us-2 {
  position: relative;
}

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

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

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

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

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

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

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

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

}

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

.contact-us-2 .info-contact {
  position: relative;
  width: 70%;
}

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

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

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

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

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

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

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

/* /////////////////////////////////////////////////////////// */

/* start footer */
footer {
  position: relative;
  /* margin-top: 50px; */
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
footer .bg img {
  filter: brightness(0.5) !important;
}

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

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

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

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

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

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

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

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

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

footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer .col:last-of-type li a i {
  margin-top: 5px;
}
footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
footer .logo p {
  color: white;
}
footer .logo img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

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

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

footer .social li {
  margin: 0px 5px;
  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 a {
  color: var(--prime);
}

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

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

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

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

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

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

footer .footer-new ul li p {
  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: 335px;
  color: white !important;
}

.end-footer p {
  color: white;
}

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

.end2 > *{
	margin:0px 5px;
}
/* end footer  */

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

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

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

@media (max-width: 992px) {
  .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(--prime);
    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;
	  text-align:left;
  }

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

  /* start landing  */
  [dir="rtl"] .slick-prev:before {
    display: none;
  }

  [dir="rtl"] .slick-next:before {
    display: none;
  }

  .w-md-100 {
    width: 100%;
  }

  .contact-us {
    height: 75vh;
  }

  .contact-us .edit-img > img {
    width: 100%;
    height: 600px;
  }

  .contact-us .form-contet {
    width: 75%;
    right: 30%;
  }
  /* 	new pages seo  */
  .list-new li {
    padding: 10 5px !important;
  }
  .list-new li a i {
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
  }
/* 	.who-us .bg-who-us > img{
		height:450px;
	} */
}

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

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

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

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

  /* header .head .col-bars{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  } */
  header .head .logo img {
    width: 150px;
    height: 100%;
  }

  .landing .bg img {
    object-fit: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .landing .text-landing {
    width: 95%;
    left: 2.5%;
    text-align: center;
  }
  .landing .text-landing > * {
    margin-bottom: 20px;
  }
  .landing .text-landing h4 {
    font-size: 15px;
  }

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

  .who-us h1 img {
    width: 80px;
    bottom: 0px !important;
  }

  .landing .text-landing p {
    font-size: 15px;
    line-height: 1.8rem;
  }

  /* start who us  */

  .who-us .col h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .who-us .nav-tabs {
    width: 100% !important;
    margin: auto;
  }

  .who-us .nav-tabs .col {
    padding: 5px;
  }

  .who-us .col .tab-pane ul {
    display: flex;
    flex-direction: column;
  }

  .who-us .col .tab-pane ul li {
    margin: 10px 0%;
    width: 100%;
  }

  .who-us .who-us-img img {
    height: 350px;
  }

  .who-us .bg-who-us > img {
    width: 100%;
    height: 375px;
    object-fit: cover;
  }
  .who-us h1 img {
    left: 10%;
  }

  @keyframes move3 {
    0% {
      bottom: 45px;
    }

    50% {
      bottom: 35px;
    }

    100% {
      bottom: 45px;
    }
  }

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

  [dir="rtl"] .slick-prev {
    left: auto;
  }

  [dir="rtl"] .slick-prev:before {
    content: url(assets/image/arrow-right-sm.svg);
  }

  [dir="rtl"] .slick-next:before {
    content: url(assets/image/arrow-left-sm.svg);
  }

  .contact-us {
    height: 100%;
  }
  .contact-us .edit-img > img {
    display: none;
  }
  .contact-us .form-contet {
    position: relative;
  }
  .contact-us .content-contact > img {
    display: none;
  }

  .contact-us .form-contet {
    right: 0%;
    top: 0%;
    width: 100%;
    padding: 20px;
  }
  /* 	new pages seo  */
  /* 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 h1 img {
  position: absolute;
  right: 80px;
  bottom: -10px;
  width: 120px;
} */
  /* start clients  */
  .stars i {
    font-size: 10px;
  }

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

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

  .contact-us-2 form div {
    width: 95%;
  }
	.contact-us-2 .info-contact .bg-contact{
		top:0px;
	}

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

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

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

	
  .contact-us-2 .info-contact .info-text > div {
    flex-direction: row;
      justify-content: flex-start;
    text-align: left;
    width: 100%;
    margin: 15px 0px !important;
	align-items: flex-start !important; 
  }
	
  .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%;
  }
  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 80%;
  }

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

  /* start landing  */
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing {
    width: 90% !important;
  }
  .landing .text-landing h1 {
    font-size: 22px;
  }
  .landing .text-landing p,
  .landing .text-landing button {
    font-size: 11px;
    line-height: 1.6rem;
  }

  /* 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;
  }
	.helper a {
    width: 100% !important;
}
	.who-us .top-who-us img, .who-us .bottom-who-us img{
		width:150px;
	}
	.helper a{
		width:100% !important;
	}
	.service-2 .col > h5{
		text-align:center;
	}
		.about-us .col > h3{
		line-height:45px;
	}
	.landing-2 h1{
		font-size:24px;
	}
}

@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(--prime) !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: solid 2px var(--prime);
}

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

@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"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Hides the arrows */
  margin: 0; /* Reset margin */
}
/* start cols english  */
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
  }

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


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

}


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

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


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

.btn-primary:hover {
  background: var(--prime);
	color:white !important;
  opacity: 0.8;
}

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

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

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

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

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

.text-secondary {
  color: var(--third) !important;
}
.fa-arrow-left{
  transform:rotateX(180deg);
  
}
footer .col i {
	margin-right:10px ;
}