
body, header , p , span  , input[type] ,
h1, h2, h3, h4, h5 ,h6, small,
button , textarea  , select ,
option  , .form-select  {
    font-family:   'Rubik' ;
		color:  #467C65;
}

/************/
.arabic{
	direction: rtl;
  font-family:   'Rubik' ;
}

*{
  font-family:   'Rubik' ;
}
.color-1{
	color: #467C65 !important;
}

.color-2{
	color: #be2627  !important;
}

.bg-color-1{
	background-color: #467C65 !important;
}

.pattern-h1 {
	background-image: url('../images/pattern_1.png');
  background-repeat: repeat-y;
	background-size: contain;
  background-position: top left;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 30px;
  width: 80px;
  height: 100%;
	/*animation: moveBackground 40s linear infinite;*/
}

.pattern-1 {
	background-image: url('../images/pattern_1.svg');
  background-repeat: repeat-x;
	background-size: contain;
  background-position: top left;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
	/*animation: moveBackground 40s linear infinite;*/
}

@keyframes moveBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -100% 0;
	}
}

/**************/
.pattern-4{
	background-image: url('../images/background_hp.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}


.pattern-6 {
  position: fixed;
  z-index: -1;
  width: 15%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/pattern_6.png');
  top: 0;
  left: 0;
	opacity: 0.5;
}

.pattern-7 {
	position: fixed;
  z-index: -1;
  width: 15%;
  height: 330px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/pattern_7.png');
  top: 75%;
  right: 0;
  opacity: 0.5;
}

/******/
.team-crev .swiper-slide .item .info {
	opacity: 1;
	visibility: visible;
}

.team-crev .swiper-slide .img {
  border: 2px solid #467C65;
}

.filter > span,
.ul-quick-access li a {
  background-color: #467C65;
  border-radius: 10px ;
  padding: 10px 25px;
  color: #FFF;
  margin: 0 ;
  margin: 0 !important;
}

.ul-quick-access li a:hover{
  opacity: 0.8;
}
/**************/
.z-3{
	z-index: 3;
}
/************/
body , p{
  font-size: 20px;
}

/*span ,*/
.main-post .info-area .tags span,
.main-post .info-area .share-icon span,
.main-post .info-area .share-icon a{
  font-size: 16px;
}

.en{
  direction: ltr !important;
  text-align: left;
}
/*
.navbar .navbar-nav .nav-link {
  padding: 20px 5px;
}
*/
/*
.navbar{
  display: none;
}
*/
.navbar a{
  color: #FFF;
}
.nav-scroll{
  background-color: transparent !important;
  display: block;
}

.pattern-1T {
  background-image: url('../images/pattern_1.svg');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top left;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-top: 50px solid #467c65;
}



.blog{
  line-height: 1.8;
}

.text-justify{
  text-align: justify;
}

.contact-crev{
    overflow: visible;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; /* Place the video behind other content */
    overflow: hidden; /* Hide overflowing video */
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}


@media screen and (max-width: 768px) {
  .section-padding {
    padding: 40px 0;
  }
}

/*--------*/
.desktop{
  display: block;
}
.mobile {
    display: none;
}
@media (max-width: 700px) {
  .mobile {
      display: block;
  }
  .desktop{
    display: none;
  }
}



@media (max-width: 700px) {
	.blog-modern .item{
		line-height: 1;
	}

	.blog-modern .item .img .date::after {
	  content: none;
	}
	.blog-modern .item .img .date{
		position: relative;
    transform: none;
    opacity: 1;
    top: auto;
    right: auto;
		border-bottom: 2px solid #eee;
		padding: 10px 0;
	}
	.blog-modern .item .img .date img{
		width: 30px !important;
	}
  /*------------------------*/
  body.home-arch main{
    overflow: hidden;
  }
  .page-header {
    padding-bottom: 30px !important;
  }

  .navbar , .navbar.nav-scroll {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .navbar .logo ,
  .navbar.nav-scroll  .logo {
     max-width: 180px !important;
     margin-left: 20px;
     font-size: large;
   }
   .navbar.nav-scroll {
     background-color: #467C65 !important;
   }
   .navbar .search-form .search-icon ,
   .navbar.nav-scroll .search-form .search-icon   {
     padding: 0 10px;
     margin: 0 10px;
   }
   .phone-flex .d-flex{
     display: block !important;
   }
   .phone-flex .d-flex  img{
     margin: 10px 20px;
   }

   .portfolio .filtering .filter span {
     margin: 2px !important;
   }

   .blog-modern .item {
     padding-right: 5px;
   }

   .md-mb50.phone-flex {
     margin-bottom: 0 !important;
   }
   .serv-box .serv-item {
     padding: 20px 30px;
     margin-bottom: 20px !important;
     width: 100%;
   }
  /*------------------------*/
  .phone-flex .d-flex{
    text-align: center;
  }
  .icon-img-120 , .icon-img-80 , .icon-img-60{
    width: 100%;
  }
  .icon-img-120  img, .icon-img-80 img, .icon-img-60 img{
    width: 80px;
  }
  .pattern-1T {
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
  }
  .nav-scroll .pattern-1T{
    display: none;
  }
  .fz-40 {
    font-size: 30px !important;
  }
  .fz-30 {
    font-size: 20px !important;
    text-align: center;
  }
    /*----*/
    .ul-quick-access li a {
      padding: 5px 10px;
      font-size: 18px;
    }


}


.img_lab{
  display: block;
  /*overflow: hidden;*/
  position: relative;
  width: 300px;
  margin: 0 auto;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(70, 124, 101, 1);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(70, 124, 101, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(70, 124, 101, 0);
  }
}

.btn-color-1 {
  background-color: rgba(70, 124, 101, 0.4);
  animation: pulsate 1.5s infinite;
}

.btn-color-1:hover {
  background-color: rgba(70, 124, 101, 0.6);
}

.img_lab button {
  position: absolute;
  height: 20px;
  /*opacity: 0.5;*/
}

.img_lab .btn_lab_1{
  right: 0;
  top: 12%;
  width: 65px;
}
.img_lab .btn_lab_2{
  right: 0;
  top: 20%;
  height: 37px;
  width: 110px;
}
.img_lab .btn_lab_3{
  top: 45%;
  right: 0;
  width: 60px;
}
.img_lab .btn_lab_4{
  top: 66%;
  right: 0;
  width: 50px;
}
.img_lab .btn_lab_5{
  left: 0px;
  top: 49%;
  width: 150px;
}
.img_lab .btn_lab_6{
  bottom: 14%;
  width: 100px;
}



/*----------------*/

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;
  background-color: #aaa;
  box-shadow: 30px 0 0 #467c65;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite;
  background-color: #467c65;
  box-shadow: 30px 0 0 #aaa;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg) scale(0.8);
  }
  50% {
      transform: rotate(360deg) scale(1.2);
  }
  100% {
      transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
      box-shadow: 30px 0 0 #467c65;
  }
  50% {
      box-shadow: 0 0 0 #467c65;
      margin-bottom: 0;
      transform: translate(15px, 15px);
  }
  100% {
      box-shadow: 30px 0 0 #467c65;
      margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
      box-shadow: 30px 0 0 #ddd;
  }
  50% {
      box-shadow: 0 0 0 #ddd;
      margin-top: -20px;
      transform: translate(15px, 15px);
  }
  100% {
      box-shadow: 30px 0 0 #ddd;
      margin-top: 0;
  }
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
}


.swiper-button-prev::after, .swiper-button-next::after {
  line-height: 1;
  font-size: 25px;
  color: #467c65;
  opacity: 0.3;
}

.swiper-button-prev, .swiper-button-next{
  bottom: 0px;
  top: auto;
  z-index: 100;
}

.swiper-pagination-bullet-active {
  background-color: #467c65;
}

/*---------*/
.Etooltip {
  position: relative;
}

.Etooltip::after {
  content: attr(data-Etooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 200px;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: small;
  }

.Etooltip:hover::after {
  opacity: 1;
}

/*-------*/
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 20px !important;
}
.swiper-button-prev, .swiper-button-next {
  top: auto !important;
  z-index: 15 !important;
}