

-------------------------------------------------
*/
/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Roboto:300,400,700,900|Titillium+Web:300,400,600,700&display=swap");

  @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@700&family=Noto+Sans+Arabic:wght@700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300&family=Noto+Sans:wght@300&display=swap');
/* line 34, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

body {
  font-family: 'El Messiri', sans-serif;/* Use the font family name you defined */
  /* background-color:#ffffff;
  background-color:#ffffff; */
  /* background-color:#FCFAEB; */
  background-color: rgb(252, 248, 244);
}
.open-sans {
  font-family: 'El Messiri', sans-serif;
}
/* line 37, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 74, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.section-bg1 {
  background: #13151b;
}

/* line 78, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.gray-bg {
  background: #f7f7fd;
}

/* line 81, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 84, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.black-bg {
  background: #16161a;
}

/* line 87, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.theme-bg {
  background: #7092dc;
}

/* line 90, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.brand-bg {
  background: #f1f4fa;
}

/* line 93, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 99, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.white-color {
  color: #ffffff;
}

/* line 102, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.black-color {
  color: #16161a;
}

/* line 105, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_color.scss */
.theme-color {
  color: #7092dc;
}

/*------------------- Responsive --------------------------*/
/*
	@include transition(.4s);
	color:$theme-color;
*/

/* line 80, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_variables.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 83, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_variables.scss */
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
/* line 4, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
/* line 22, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 27, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 32, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 37, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 42, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 47, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 52, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 57, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 62, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_overlay.scss */
[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 1. Theme default css */
/* line 4, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
body {
  font-family: 'El Messiri', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 9, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

/* line 23, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
p {
  font-family: 'El Messiri', sans-serif;
  color: #10285d;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* line 34, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.single-brand.slick-slide {
  outline: 0;
}

/* line 37, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.slick-initialized .slick-slide {
  outline: 0;
}


/* line 53, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 57, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.f-left {
  float: left;
}

/* line 60, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.f-right {
  float: right;
}

/* line 63, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.fix {
  overflow: hidden;
}

/* line 66, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.clear {
  clear: both;
}

/* line 70, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 74, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 79, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a {
  color: #635c5c;
}

/* line 82, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a:hover {
  color: #fff;
}

/* line 85, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 91, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a,
button {
  color: #fff;
  outline: medium none;
}

/* line 96, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

/* line 97, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 101, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 108, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 112, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 121, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 125, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
li {
  list-style: none;
}

/* line 129, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */



/* line 164, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 168, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2e2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 181, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 185, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.separator {
  border-top: 1px solid #f2f2f2;
}

/* line 189, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 189, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 189, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 45px;
  }
}
.bord{
  width: 80px;
  height: 2px;
  background-color: #eab6a0;
  margin: auto;
}

/* line 253, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */


.btn {
  position: relative;
  background: transparent;  
  padding: 20px 115px;
  border-radius: 50px ;
  font-family: 'El Messiri', sans-serif;
  box-shadow: 2px 2px 8px #eab6a0, -1px -2px 8px #eab6a0; 
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin: 10px;
  transition: color 0.4s linear;
  
  z-index: 1;
  border: 3px solid #fcfcfc;
  overflow: hidden;
}
.btbt{
  padding: 8px 0px;

}

.btn .a2{
  margin-right: 180px;
  color: #000000 ;

}
.btn .a2 a{
 
  color: #000000 ;

}
.btn .a1{
  margin-left: 380px;
  padding-top: 10px;
  background-color:#eab6a0;
  width: 40px;
  height: 40px;
}
.btn .a11{
  margin-left: 430px;
  padding-top: 10px;
  background-color:#eab6a0;
  width: 40px;
  height: 40px;
}
 .bbtn{
  padding: 20px 115px;
} 
.bbtn1{
  padding: 20px 115px;
}
 .bbtn2{
  padding: 20px 115px;
} 
 .bbtn3{
  padding: 8px 70px;
}  

/* line 279, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #eab6a0;
  color: #ffffff !important;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}
.h{
  width: 20px;
}
.line{
  width: 1px;
  height: 35px;
  background-color: #eab6a0;
  right: 90px;
}
.bg-greeen{
  color: #4F6855;
}
@media (max-width: 767px) {
  .btn {
    background: transparent;  
    padding: 20px 115px;
    border-radius: 50px ;
    color: #080101;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 2px solid #eab6a0;
    overflow: hidden;
    margin: 0;
  }
  .sp1{
    /* margin-left: 50px; */
    right: 8px;
    
  }
  .sp2{
    margin: 0px 20px 0 20px;
    right: -38px;
  }
  .sp3{
  /* padding-right: 0px;
  margin-left: 30px; */
  position: absolute;
  left: 38px;
  }



  /* ---------------------- */
  .btbt{

    
    padding: 20px 115px;

  }
  .sp11{
   
    /* margin-left: 60px; */
    right: 0px;
    
  }
  .sp22{

    margin: 0 20px 0 20px;
    right: -38px;
  }
  .sp33{

  /* padding-right: 0px;
  margin-left: 10px; */
  left: 22px;
  }
  /* -------------------- */


  .bbtn{
    padding: 20px 115px;
  }.sp111{
    /* margin-left: 50px; */
    right: 26px;
    
  }
  .sp222{
    margin: 0 20px 0 20px;
    right: -38px;
  }
  .sp333{
  /* padding-right: 0px;
  margin-left: 30px; */
  left: 55px;
  }
/* ----------------- */




  .bbtn1{
    padding: 20px 115px;
  }
}
/* --------------------------------------------
----------------------------------- */


.sp1{
  /* margin-left: 50px; */
  right: 10px;
  
}
.sp2{
  margin: 0px 20px 0 20px;
  right: -38px;
}
.sp3{
/* padding-right: 0px;
margin-left: 30px; */
position: absolute;
left: 40px;
}


.sp111{
   
  /* margin-left: 60px; */
  right: 10px;
  
}
.sp222{

  margin: 0 20px 0 20px;
  right: -38px;
}
.sp333{

/* padding-right: 0px;
margin-left: 10px; */
position: absolute;

left: 42px;
}

.sp1111{
  /* margin-left: 50px; */
  right: 29px;
  
}
.sp2222{
  margin: 0 20px 0 20px;
  right: -38px;
}
.sp3333{
/* padding-right: 0px;
margin-left: 50px; */
left: 75px;
}
/* -------------------------- */








  .bbtn2{
    padding: 20px 115px;
  }
.sp11111{
  /* margin-left: 70px; */
  right: 48px;
}
.sp22222{
  margin: 0 20px 0 20px;
  right: -38px;
}
.sp33333{
/* padding-right: 0px;
margin-left: 60px; */
left: 60px;
}
/* ---------------------- */





  .bbtn3{
    padding: 20px 115px;
  }
.sp111111{
  /* margin-left: 50px; */
  right: 38px;
  
}
.sp222222{
  margin: 0 20px 0 20px;
  right: -38px;
}
.sp333333{
/* padding-right: 0px;
margin-left: 50px; */
left: 70px;
}
  
/* ------------------------------- */



  .high{
    font-size: 20px;

  }
  .high2{
    font-size: 25px;
    font-weight: bold;
  }
  .btn .a2{
    margin-right: 100px;
    color: #000000 ;
  
  }
  .btn  h5{
    margin-left: -50px;
    font-size: 14px;
   
  
  }
  .btn .a2 a{
   
    color: #000000 ;
  
  }
  .btn .a1{
    margin-left: 10px;
    padding-top: 10px;
    background-color:#eab6a0 ;
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .btn .a11{
    margin-left: 10px;
    padding-top: 10px;
    background-color:#eab6a0 ;
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .line{
    width: .5px;
    height: 35px;
    background-color: #eab6a0;
    right: 90px;
  }
  .tex{
    font-size: 14px;
  }
 

}

/* background-color: #eab6a0; */







.high{
  font-size: 16px;
 
}
/* line 298, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.btn:hover::before {
  transform: scaleX(1);
  color: #7092dc !important;
  z-index: -1;
}

/* line 303, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
a:hover {
  color: #000000;
}



  .icon-text {
    margin-right: 10px; 
    white-space: nowrap; 
  }
  
  @media screen and (max-width: 768px) {
    .icon-text {
      display: none; 
    }
  }
  /*  start cotact whatsapp */
.contact .button {
	background-color: #ffffff;
	border: none;
	color: rgb(81, 105, 226);
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
 
  

}
.contact2 .button {
	background-color: rgb(81, 105, 226);
	border: none;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
  
  

}
.contact-3 {
	position: fixed;
	left: 20px;
	bottom: 0%;
	transform: translateY(-50%);
  z-index: 444444444;

	}
	
	.contact-3 button {
	position: relative;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	}
	@media (max-width: 767px) {
		.contact-3 {
		  position: fixed;
		  left: 40px;
		  bottom: 25px;
		  transform: none;
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		}
   
		.contact-3 button {
		  margin: 10px 0;
		}
	  }
	  
	.whatsapp-icon {
	background-color: #25D366;
	color: #fff;
	font-size: 30px;
	}
	
	.call-icon {
	background-color: #0077B5;
	color: #fff;
	font-size: 30px;

	}
	
	.contact-3 button:hover {
	transform: scale(1.1);
	}
	
	.contact-3 button:focus {
	outline: none;
	}
	
	.contact-3 button.white-text {
	color: #fff;
	z-index: 1;
	}
	
	
	
	
	.contact-3 .whatsapp-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25D366;
	}
	
  @media (max-width: 767px) {
    .nav-item-order-1 { order: 1; }
    .nav-item-order-2 { order: 2; }
    .nav-item-order-3 { order: 3; }
}
	.contact-3 .call-icon i, .contact-3 .whatsapp-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	
	.contact-3 .call-icon i:before {
	content: "\f095";
	}
	
	.contact-3 .whatsapp-icon i:before {
	content: "\f232";
	}


.icon-text {
  display: flex;
  align-items: center;
  padding-left: 70px;
}

/* قاعدة الوسائط للشاشات الصغيرة (عرض أقل من 768 بكسل) */
@media screen and (max-width: 768px) {
  .icon-text {
      flex-direction: column; /* تغيير اتجاه العناصر ليكونوا في عمود واحد */
      align-items: flex-start; /* تحديد توجيه النص إلى اليسار */
      text-align: left; /* تحديد توجيه النص إلى اليسار */
      font-size: 20px;
  }

  .whatsapp-icon {
      margin-top: 5px; /* تعديل المسافة بين الأيقونة والنص */
  }
}
.ico-color{
  color: #000;
}
  /*  end cotact whatsapp */

  .b{
    top: 5px;
  }
  /* @media (main-width: 768px){
    .im{
      width: 400px;
    }
  } */

  .carousel-caption  .logo {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-bottom: 0px ;
    
  }
     @media (max-width: 768px) {
      .carousel-caption  .logo {
       
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-left: auto;
        margin-bottom: 0px;
      }
  } 
 

   .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center; /* يمكنك تغيير قيمة الـ center إلى أي قيمة تناسب توجيه الصورة */
  }
     /* تخفي الصور الكبيرة على الهواتف المحمولة */
     @media (max-width: 767px) {
      .desktop-image {
        display: none;
      }
    }

    /* تخفي الصور الموبايل على الكمبيوتر */
    @media (min-width: 768px) {
      .mobile-image {
        display: none;
      }
    }
   