/*
	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/53442.woff2') format('woff2'),
       url('assets/FONT/53442.woff') format('woff');
}

.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: "arabic", sans-serif;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;

  direction: rtl;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(165, 113, 66, 1);
  --second: rgb(177, 129, 88);
  --third: rgba(66, 68, 81, 1);
  --four: rgb(93, 96, 116);
  --sodark: #162668;
  --border: transparent;
  --bg: rgba(248, 245, 240, 1);
  --text: white;
  --shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);

}

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

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

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

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

ul {
  list-style: none;
}

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

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 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;
  left: 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-right: 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;
  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;
}

/* 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;
  left: 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;
  left: -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: 190px;
  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;
}

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

header .head li::after {
  content: "";
  position: absolute;
  left: 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;
  right: 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 -50px 0px 0px;
  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-right-radius: 15px;
  border-top-left-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-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-left: 10px;
}

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

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

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

header .buttons-header div {
  margin-left: 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: 75vh;
}

.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 .image-slide img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
}
.landing .social-landing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.landing .social-landing li{
  margin: 5px ;
}
.landing .social-landing i{
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  border-radius: 50%;
	color:white;
}
.landing .slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 100px;
}

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

  25% {
    bottom: 5px;
  }

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

  25% {
    top: 5px;
  }

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

/* start projects  */
/* start projects */
/* start projects */
.projects{
  position:relative;
}
.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;
}
.projects .card-body{
	flex-direction:column;
	display:flex;
	justify-content:space-between;
}
.projects .card:hover .btn{
  border: white solid 1px !important;
  color: white !important;
}
.projects .card  *{
  transition: 1s;
}
.projects .card:hover .card-body  *{
  color: white !important;
}
.projects .card i   {
  color: var(--prime);
  margin-left: 10px;
}
.projects .card .btn  {
  padding: 13px;
  }
  .projects .card .btn i  {
    color: white;
    margin: 0px 5px;
    }
.projects .card:hover  i{
  transition: 1s;
}
.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;
}

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

  width: 100%;
  height: 250px;
}
.projects .card h6{
  margin-bottom:20px ;
}
/* .projects .card .card-img-top .float{
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius:50%;
width: 40px;
height: 40px;
background-color: white;
cursor: pointer;
} */
.projects .card .card-img-top .float {
    position: absolute;
    top: 20px;
    left: 0px;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    width: 75px;
    /* height: 40px; */
    background-color: var(--prime);
    cursor: pointer;
    font-size: 12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.projects .card .card-img-top .float i{
  color: var(--prime) ;
  padding: 0px;
  margin: 0px ;
  font-size: 19px;
  font-weight: normal;
  transition: 1s;
}
.projects .card .card-img-top .float:hover i{
font-weight: bolder;
}
.projects .card ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0%;
  margin-left: 1% !important;
  text-wrap: nowrap;
}
.projects  .card ul li img{
  margin-left: 15px;
}
.projects .nav-tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.projects .nav-tabs li {
  margin: 0px 10px;
}
.projects .nav-tabs li a{
  padding: 10px;
  border: solid 1px var(--prime);
  border-radius: 5px;
  color: var(--prime);
}
.projects .nav-tabs li .active{
background-color: var(--prime);
color: white;
padding: 10px 20px;
}
.projects .nav-tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.projects .nav-tabs li {
  margin: 20px 10px;
}


.projects  .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  color: white;
}



/* start page product  */
.product  {
  position: relative;
}
.product .slider img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.product .info-product a.btn-primary{
	color:white;
}
.product .info-product>* {
  margin: 10px 0px;
}

.product .info-product h1 {
  font-weight: bold;
  margin-bottom: 15px;
}

.product .info-product>p {
  color: var(--prime);
  font-weight: bold;
}

.product .info-product i {
  margin-left: 10px;
}

.product .info-product .col {
  padding: 10px;
}

.product  .col a {
color: var(--prime);
transition: 1s;
}
.product  .col a:hover{
  color: white;
}
/* .product .info-product .col div {
  padding: 5px;
  margin: 10px 0px;
} */

.product .info-product .info{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product .info-product .info img{
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
.product .info-product .col div button {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.product .tabs {
  margin: 70px 0px;
}

.product .tabs .nav-tabs {
  border-bottom: none;
  margin: 20px 0px;
}

.product .tabs .nav-tabs a {
  background-color: white;
  border-radius: 5px;
  color: var(--prime);
  border: solid 1.5px var(--prime);
  margin: 10px;
  width: 150px;
  text-align: center;
  padding: 15px;
}

.product .tabs .nav-tabs .active {
  background-color: var(--prime);
  color: white;
}

.product .splide__track--nav>.splide__list>.splide__slide {
  transition: 1s;
  opacity: 0.5;
}

.product .splide__track--nav>.splide__list>.splide__slide:hover {
  opacity: 1;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
  opacity: 1;
}

.product .splide__track {
  margin: 30px 0px;
}



#thumbnail-carousel-list {
  height: 90px;
}

#thumbnail-carousel-list .splide__slide {
  height: 100% !important;
}


/* .splide__list{
  height: 350px;
} */


.info-product .count .col{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.info-product .count .col > *{
margin-bottom: 10px;
}

/* start fields */
.map{
  background-color:rgba(42, 42, 42, 1) ;
}
.map .col {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
 .map-content{
  background-color: var(--prime);
  
}

.map-content .col h4{
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-content .col {
color: white;
margin: 10px 0px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.map-content .col h6 {
  line-height: 30px;

}
.map .col > *,
.map .col p{
  width: 100%;
  text-align: right !important;
}
.map iframe{
  width: 100%;
  border-radius: 10px;
}
/* end fields  */
.services  {
  position: relative;

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

.services .col .card-serv:hover * {
  transition: 1s;
}
.services .col .card-serv:hover * {
  color: white !important;
}
.services .col .card-serv::after {
  content: "";
  position: absolute;
  right: 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{
  background-color: rgba(42, 42, 42, 1);
}
.numbers .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px 0.5%;
}
.numbers .col *{
  margin: 15px 0px;
  text-align: right;  
}
.numbers .col h5{
  color: white;
  padding-bottom:20px ;
}
.numbers .col h1 {
  color: var(--prime);
  font-size: 40px;
}
.numbers .col p {
  font-weight: bolder;
color: white;
text-align: right;
}
/* end numbers  */
/* /////////////////////////// */
/* start company  */
.company {
  background-color: rgba(244, 243, 240, 1);
  padding: 10px 0px;
}
.company .splide__arrows {
  display: none;
}

.company .splide__track {
  padding: 25px;
}

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

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

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

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

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

/* end company  */
/* end company  */
/* ///////////////////////////////////////////// */
/* ///////////////////////////////////////// //*/
/* start contact us  */
.contact-us-main {
  position: relative;
}
.contact-us-main .title h1::after {
  display: none;
}
.contact-us-main .contact-image {
  height: 100%;
}
.contact-us-main .contact-image > p{
  font-size: 13px;
}
.contact-us-main .contact-image > *{
  margin-bottom: 20px;
}
.contact-us-main .contact-image ul  li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  background-color: var(--bg);
  padding: 20px 10px;
  border-radius: 10px;
}
.contact-us-main .contact-image ul  li 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 {
  border-radius: 5px;
  position: relative;
}
/* .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{
	text-align:right;
  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);
}
.contact-us-main form input[type="submit"] {
  background-color: var(--third);
}
.contact-us-main .bg-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* end contact us  */
/* start another pages */

.landing-2{
  height: 35vh;
}
.landing-2 .image-slide img{
  filter: brightness(0.8);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.landing-2 .image-slide::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom: solid 5px var(--prime);
}
.landing-2 .text-landing{
  width: 80% !important;
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-direction: column;
  text-align: center;
  margin: auto;
  color: var(--prime) !important;
}
.landing-2 .slide{
padding-bottom: 40px;
}
.top-section{
  position: relative;
  top: -100px;
}
.info-contact .text-contact {
  margin: 50px 0px;
}

.info-contact .text-contact * {
  margin: 20px 0px;
}

.info-contact h1 {
  font-size: 50px;
  font-weight: bolder;
  color: var(--prime);
}

.info-contact .row .col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(235, 238, 241, 1);
    margin: 10px 0.5%;
    border-radius: 10px;
    padding: 0px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.info-contact .row .col div {
  margin: 15px 10px;
}
.info-contact .row a{
	color:black;
}
.info-contact .row .col div h5 {
  /* color: var(--prime); */
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 3px;
}
.contact-us-main.contact-us .row {
  background-color: rgba(235, 238, 241, 1);
  border-radius: 15px;
  /* padding: 15px; */
padding-top: 10px;
}

.contact-us-main.contact-us input,
.contact-us-main.contact-us textarea{
background-color: white;
border: none;
}
.contact-us-main.contact-us .row  .col-sm-12 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  padding: 20px 0px;
}
.contact-us  .contact-image{
  background-color: rgba(248, 245, 240, 1);
  padding: 20px;
  border-radius: 10px;
}
.contact-us  .contact-image img{
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.contact-us  .contact-image li{
  background-color: white !important;
  padding: 20px  0px;
}
.contact-us  .row form{
  height: 100%;
  border-radius: 10px;
}



/* start modal  */
.modal-dialog{
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content{
  width: 350px;
  background-color: rgba(36, 36, 36, 1);
  border:  solid 2px var(--prime);
}
	#main-carousel .splide__track{
		height:350px;
	}
/* start footer */
footer {
  position: relative;
  margin-top: 150px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: rgba(244, 244, 244, 1);
}
footer .subscribe {
  width: 100%;
  background-color: var(--prime);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
  border: solid 2px white;
  color: white;
  position: relative;
  top: -70px;
}
footer .subscribe input {
  padding: 10px;
  border-radius: 30px;
  border: solid 1px white;
	text-align:right;
}
footer .subscribe form {
  position: relative;
  font-size: 15px;
}
footer .subscribe .btn {
    background-color: var(--prime);
    color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 5px;
    top: 23%;
    transform: translateY(-50%);
    line-height: 0px;
    font-weight: bolder;
    font-size: 45px;
    margin: auto;
    padding: 0px;
    padding-bottom: 7px;
    padding-left: 7px;
}
footer .subscribe * * {
  margin-bottom: 15px;
}

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

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

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

footer .col li {
  margin-bottom: 30px;
  text-align: right;
  /* color: black; */
}
footer .col li a i{
  color: var(--prime)
}
footer .col li a {
  color: black !important;
}

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

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

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

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

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

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

footer .social li i {
  color: var(--prime);
  border-radius: 10px;
  border: solid 1px var(--prime);
  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-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: 0px 0px 20px;
  padding: 0px;
  color: white;
}

footer .footer-new ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  color: white;
}
footer ul li p{
	font-weight:bolder !important;
}
footer .footer-new ul li img {
  width: 75px;
  height: 70px;
  padding-left: 5px;
}

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

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

footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: black;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer p {
  margin-bottom: 10px;
  color: black !important;

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

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

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

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

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

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

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

.end-footer p {
  color: white;
}

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

/* end footer  */

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

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

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

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

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

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

  header .phone {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 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;
    left: -100%;
    top: 0px;
    height: 100vh;
    width: 50%;
    margin: 0px;

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

  header .head-phone .closes i {
    color: var(--prime) !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: var(--prime) !important;
  }

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

  header .head-phone .logo img {
    width: 150px !important;
  }

  header .head .col-bars {
    display: flex !important;
    justify-content: flex-end !important;
    position: relative;
    left: 15px;
  }

  header .dropdown-menu {
    transform: translate3d(0px, 55px, 0px) !important;
  }
}

@media (max-width: 768px) {
  .container-75{
    width: 90%;
    margin: 0px 5%;
  }
  .landing-2{
    height: 35vh !important;
  }
  .slick-arrow {
    display: none !important;
  }
  #main-carousel {
    height: 250px;
    border-radius: 15px;

  }
  #main-carousel img {
    object-fit: cover;
    border-radius: 15px;
  }
  .title p {
    width: 80%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .phone-slide {
    width: 100%;
  }
  /* start landing  */
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing h1 {
    font-size: 22px;
  }
  .landing .text-landing p,
  .landing .text-landing button {
    font-size: 11px;
    line-height: 1.6rem;
  }
  .landing {
    height: 100vh;
  }
  .landing .slide{
    justify-content: center;
    padding: 0px;
  }
  .landing-2 .slide{
    justify-content: flex-end;
    padding-bottom: 40px;
  }
  .landing .slide .text-landing {
    width: 100% !important;
    text-align: center !important;
    align-items: center;
  }

  /* 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-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  footer .subscribe{
    flex-wrap: wrap;
  }

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

  section {
    overflow: hidden;
  }
  .contact-us-main .contact-image img {
    max-height: 400px;
    margin: 20px 0px;
  }
  .who-us,
  .services {
    overflow-x: hidden;
  }
  .services .col.top{
    top: 0px;
  }
  .modal-content{
    width: 95%;
  }
	p.btn.btn-success{
		font-size:15px;
		text-wrap:nowrap;
	}
}

@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 {
  left: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
	width:100%;
}
/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
