.ar{
  direction: rtl;
}
.ar  .iti--allow-dropdown{
  direction: ltr;
}
/* Global Style */
body{
    padding: 0;
    margin: 0;
}

:root{
    --brand-default-color:#ED1C28;
    --brand-secondary-color:#000000;
    --white-color:#FFF;

}
@font-face {
    font-family:"Tajawal-Bold";
    src: url(../fonts/Tajawal-Bold.ttf);
    font-display: swap;

}
@font-face {
    font-family:"Tajawal-medium";
    src: url(../fonts/Tajawal-Medium.ttf);
    font-display: swap;

}
@font-face {
    font-family:"Tajawal-ExtraBold";
    src: url(../fonts/Tajawal-ExtraBold.ttf);
    font-display: swap;

}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--brand-default-color); 
    border-radius: 12px;
  }

.special-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-family:"Tajawal-ExtraBold",sans-serif;
    font-size: 70px;
    font-weight: bold;
    color: var(--brand-secondary-color);
   

    
}
.special-heading::before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 140px;
    height: 6px;
    border-radius: 12px;
    background-color: var(--brand-default-color);
   

    
}


@media (max-width:576px){
  .special-heading {

    font-size: 35px;

   
  }
    
}
@media (min-width:576px) and (max-width:1200px){
  .special-heading {

    font-size: 50px;

  
    
}
}

.special-heading-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Tajawal-medium';
  font-size: 60px;
  font-weight: bold;
  color: #000;
 

  
}
.special-heading-centered::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 140px;
  height: 5px;
  border-radius: 10px;
  background-color: var(--brand-default-color);
 

  
}


@media (max-width:576px) {
  .special-heading-centered .special-design{
      display: none;
  }
  .special-heading-centered >span:last-of-type{

      font-size: 35px;

  }

}


/* Global Style */


  /* Start Owl Carousel Style */
  .owl-carousel {
    direction: ltr;
}

.disabled {
    display: none !important;
}

  
  /* fix blank or flashing items on carousel */

  
  /* end fix */
  
.owl-carousel .owl-stage-outer {
    position: relative;
    padding:40px 0 20px 0;
}

.owl-nav i {
    font-size: 52px;
}

  .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 55.5px;
    height: 57.1px;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 50% !important;
    filter: drop-shadow(0px 2px 2px rgba(28,41,90,0.04 ));
    visibility: hidden;
    transition: all .4s ease-in-out;
    background: var(--secondary-color) !important;
    opacity: 0;
}

 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 55.5px;
    height: 57.1px;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 50% !important;
    filter: drop-shadow(0px 2px 2px rgba(28,41,90,0.04 ));
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: var(--secondary-color) !important;
}

 .owl-carousel:hover .owl-nav .owl-prev {
    left: -35px;
    visibility: visible;
    opacity: 1;
    z-index: 99;

}

 .owl-carousel:hover .owl-nav .owl-next {
    right: -35px;
    visibility: visible;
    opacity: 1;
    z-index: 99;

}




.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 5px !important;
  margin: 30px 3px !important;
  background: var(--secondary-color) !important;
  transition:all .4s ease-in-out;

}
  .owl-theme .owl-dots .owl-dot.active span {
  width: 30px !important;

  background: var(--brand-color) !important;

}
@media (max-width: 850px) {
    .owl-nav {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
     .owl-nav .owl-next,  .owl-nav .owl-prev {
        position: static;
        transform: translateY(0);
        width: 55.5px;
        height: 30px;
        filter: drop-shadow(0px 2px 2px rgba(28, 41, 90, .04));
        transition: .4s ease-in-out;
        visibility: visible;
        opacity: 1;
        background: var(--secondary-color) !important;
        border: 1px solid var(--secondary-color) !important;
        border-radius: 5px !important;
    }
   
}

 
   
  /* End Owl Carousel Style */


.wave-top{
  position: absolute;
  top:-3px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.wave-top  svg {
  width: calc(100% + 1.3px);
  height: 140px;
}
.wave-bottom  {
  position: absolute;
  bottom:-35px;
  left: 0;
  width: 100%;
  overflow: hidden;
}


.wave-bottom  svg {
  width: calc(100% + 1.3px);
  /* heigt: 140px; */
}

@media (max-width:768px){
  .wave-top  svg {
      /* height: 70px; */
      display: none;
  }
  .wave-bottom  svg {
      /* height: 70pxpx; */
      display: none;
  }
}

/* Start Header */

header#header{
  padding-top: 30px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-image:linear-gradient(30deg, #000000da 0%, #000000 100%), url(../images/main_banner.webp);

}
#header .main-banner .content{
  margin-top: 100px;
  text-align: center;
}
#header .animation-shapes span{
  position: absolute;
}
#header .animation-shapes .shape1{
  width: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 10%;
  animation: header_shapes_moving 10s linear 0s infinite;
  z-index: 1;
}
#header .animation-shapes .shape2{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 20%;
  animation: header_shapes_moving 10s linear 1s infinite;
  z-index: 1;
}
#header .animation-shapes .shape3{
  width: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 50%;
  animation: header_shapes_moving 10s linear 3s infinite;
  z-index: 1;
 
}
#header .animation-shapes .shape4{
  width: 50px;
  height: 50px;
  border-radius:10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 30%;
  animation: header_shapes_moving 10s linear 2s infinite;
  z-index: 1;
}
#header .animation-shapes .shape5{
  width: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 70%;
  animation: header_shapes_moving 10s linear 5s infinite;
  z-index: 1;
}
#header .animation-shapes .shape6{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 80%;
  animation: header_shapes_moving 10s linear 4s infinite;
  z-index: 1;
}
#header .animation-shapes .shape7{
  width: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #ffffff12;
  bottom: -100px;
  left: 90%;
  animation: header_shapes_moving 10s linear 2s infinite;
  z-index: 1;
}
@keyframes header_shapes_moving {
  0%{
    transform: rotate(0);
    bottom: 0;
  }
  100%{
    transform: rotate(360deg); 
    bottom: 700px;
    opacity: 0;
  }
  
}
@media (max-width:992px) {
 
  #header .main-banner .content .actions{
      display: flex;
      justify-content: center;
  }
}
#header .main-banner .content h1{
  font-size:70px;
  font-weight: bold;
  color:#FFF;
  font-family:'Tajawal-medium',sans-serif;   
  margin-bottom: 20px; 
}

@media (min-width:500px) {
  #header .main-banner .content h1 .highlight{
     font-size: 50px;
  }
  
  
}
#header .main-banner .content p{
  font-size:20px;
  color: #8d8d8d;
  font-family: 'Tajawal-medium';   

}
#header .main-banner .content p.call-me{
  font-size:20px;
  color: var(--brand-color);
  font-family: 'Tajawal-medium';   

}
#header .main-banner .content ul{
  margin: 0;
}
#header .main-banner .content ul li{
  font-size:18px;
  color: #8d8d8d;
  font-family: 'Tajawal-medium';   

}
#header .main-banner .image{
  position: relative;
  z-index: 1;
 

}



header .hamburger {
  transition: all 4.s ease-in-out;
  cursor: pointer;
  display: none;

}

header   .hamburger span{
  display: block;
  width: 30px;
  height: 4px;
  background-color: #FFF;
  margin-bottom: 6px;
  border-radius: 12px;
  transition: all .4s ease-in-out;

}
header .hamburger span:first-of-type{
  width: 20px;
 

}
header  .hamburger span:last-of-type{
  width: 25px;


}
header   .hamburger.active span:nth-of-type(2){
  transform: rotate(45deg);

}
header   .hamburger.active span:nth-of-type(1){
  width: 30px;
  transform: rotate(-45deg) translate(-8px, 7px);

}
header   .hamburger.active span:nth-of-type(3){
  display: none

}
header nav{
  position: relative;
  padding: 5px 0;
  z-index: 99;
  transition: all 0.9s ease-in-out;
  font-family: 'Tajawal-medium';  
  /* background: #FFF; */
  
}
header nav .navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

header nav .navbar > ul li {
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.1rem;
  color: var(--secondary-color) ;

}
header nav .navbar ul li a{
  text-decoration: none;
  color: var(--secondary-color) ;
}
header nav.sticky-nav .navbar ul li {
  color: var(--secondary-color) ;
}
header nav.sticky-nav .navbar ul li a{
  color: var(--secondary-color) ;
}
header nav .logo img{
  width: 200px;
  max-width: 200px;
}
header nav .logo .main{
  display: block;
}
header nav .logo .sticky{
  display: none;
}
header  nav.sticky-nav .logo .main{
  display: none;
}
header  nav.sticky-nav .logo .sticky{
  display: block;
}
header nav .navbar .dropdown{
  position: relative;
}


header .hamburger {
  display: none;
  color: var(--brand-color);
}

header nav.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bg-color);
  backdrop-filter: blur(1px);
  box-shadow: 0 0 17px #cecdcde6;
  animation: stickyHeaderAnimation .5s ease-in-out;
  z-index: 9;
  border-radius: 0px; 

}
header .navbar .close-aside{
  display: none;
  

}
@keyframes stickyHeaderAnimation {
  0%{
      margin-top: -150px;

  }
  100%{
      margin-top: 0;
  }
  
}
header .dropdown {
  cursor: pointer;

}
header .dropdown .arrow img.default{
  display: block;
}
header .dropdown .arrow img.sticky{
  display: none;
}
header nav.sticky-nav .dropdown .arrow img.sticky {
  display: block;
}

header nav.sticky-nav .dropdown .arrow img.default {
  display: none;
}
header .dropdown:hover .arrow {
  transform: rotate(180deg);
}
header .dropdown .arrow {
  transition: all .4s ease-in-out;
}
header nav .navbar .dropdown-menu {
  position: absolute;
  top: 100px;
  left: 0;
  width:max-content;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: var(--secondary-color);
  border-radius: 12px;
  transition: all .4s ease-in-out;
  color: var(--brand-color);
  z-index: -2;
  visibility: hidden;
  transition: all .4s ease-in-out;
  display: block;
}
header  nav.sticky-nav .navbar .dropdown-menu {
  position: absolute;
  top: 100px;
  left: 0;
  width:max-content;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: var(--third-color);
  border-radius: 12px;
  transition: all .4s ease-in-out;
  color: var(--brand-color);
  z-index: -2;
  visibility: hidden;
  transition: all .4s ease-in-out;
  display: block;
  box-shadow: 0 0 17px #c7c7cbbd;
}
header nav ul.dropdown-menu li{
  display: block;
  cursor: pointer;
  padding: 10px;
  transition: transform .2s ease-in-out;

}

header nav .navbar .dropdown:hover .dropdown-menu {
  top: 55px;
  visibility: visible;
  z-index: 9999;
}
header nav .navbar .dropdown .dropdown-menu li:hover {
  transform: translateX(-5px);
}
@media (max-width:992px){
  body{
      margin-top: 62px;
  }
  header nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color:#FFF;
   
  }
  header .hamburger{
      display: block;
  }
  header nav .logo img {
      width: 120px;
  }
  header  nav.sticky-nav .logo .main{
      display: block;
  }
  header  nav.sticky-nav .logo .sticky{
      display: none;
  }
  header .hamburger span{
      background-color: var(--brand-color);
  }

  header nav .navbar{
      
      visibility: hidden;
      z-index: -1;
      transition: all .4s ease-in-out;
  }
  header nav.sticky-nav {
      animation: none;
      background-color: #FFF;
  }

  
  header nav .navbar.show{
      position: fixed;
      top:62px;
      left: 0;
      background-color: rgb(0 0 0 / 49%);
      width: 100%;
      height:calc(100dvh - 62px) ;
      visibility: visible;
      z-index: 99999;
     
  }
  header nav .navbar >ul {
      position: fixed;
      top: 62px;
      right: -300px;
      width:300px;
      height: calc(100dvh - 62px);
      padding: 40px 10px;
      background-color: var(--secondary-color);
      display: block !important;
      transition: all .4s ease-in-out;
      overflow-y: scroll;

  }
  header nav .navbar.show ul {
      right: 0;
  }
 
  header nav .navbar ul li {
     color: #FFF;
     padding: 15px 20px;
     display: block;
  }
  header nav .navbar ul li:not(:last-of-type) {
      border-bottom: 1px solid #f6f5f62e;

  }
  header nav .navbar ul li a{
     color: #FFF;
     display: block;
  }
  header .dropdown img.default{
      display: none;
  }
  header .dropdown img.sticky{
      display: block;
  }
  header nav.sticky-nav .dropdown img.default{
      display: none;
  }
  header nav.sticky-nav .dropdown img.sticky{
      display: block;
  }
  header nav.sticky-nav .navbar ul li a{
      color:#FFF ;
  }
  header .dropdown{
      position: static;
      background: transparent;
      border: none;
      padding: 15px 20px !important;
      color:#FFF;
      cursor: pointer;
      box-shadow: none;
  }

  header nav.sticky-nav .dropdown{
      position: static;
      background: transparent;
      border: none;
      border-radius: 50px;
      padding: 10px 20px !important;
      color: #FFF;
      cursor: pointer;
      box-shadow: none;

    
  }

  header nav .navbar .dropdown-menu{
      position: relative;
      width: 100%;
      list-style: none;
      padding: 10px 0;
      margin: 0;
      background: none;
      border-radius: 12px;
      transition: all .4s ease-in-out;
      color: var(--brand-color);
      z-index: -2;
      visibility: hidden;
      transition: all .4s ease-in-out;
      top: 30px;
      height: 0;
      overflow: hidden;
  }
  header nav .navbar .dropdown-menu li{
      cursor: pointer;
      padding: 0;
  
    
  }
  header .dropdown .dropdown-menu li a{
      color:#FFF;
      padding: 10px;
  }
  header .dropdown .dropdown-menu li:not(:last-of-type){
      border-bottom: 1px solid #f6f5f62e;
  }
  header nav .navbar  .dropdown:hover .dropdown-menu{
      top:0;
      height: auto;
      visibility: visible;
      z-index: 9999;
  
  }
  header .dropdown .arrow{
      transition: all .4s ease-in-out;
  }
  header .dropdown:hover .arrow{
      transform: rotate(180deg);
  }
  header nav.sticky-nav .dropdown .dropdown-menu{
  
      box-shadow: none    ;
  }
}

  header .select-languag span{

  }
  header .select-language .wrapper{
  min-width: 120px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #eee;
  border-radius: 20px;
}
header .select-language .wrapper ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
header .select-language .wrapper li.dropdown_menu  {
  cursor: pointer;
  font-family:"Tajwal-medium",sans-serif !important;
  padding: 10px 20px;
  min-width: 120px;


}
header .select-language .wrapper li a {
  text-decoration: none;
  color:#333;
}
header .select-language .wrapper li ul {
  display: none;
}
header .select-language .wrapper li:hover ul {
  position: absolute;
  top:35px  ;
  right:2px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  min-width: 120px;
}
.ar header .select-language .wrapper li:hover ul {
  position: absolute;
  top:35px;
  right:unset;
  left:2px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
header .select-language .wrapper li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.ar header .select-language .wrapper li:hover .triangle {
  position: absolute;
  top: 15px;
  right: unset;
  left: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}


header .select-language .wrapper li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
header .select-language .wrapper li ul li:last-of-type {
  padding-bottom: 15px;
}
header .select-language .wrapper li ul li span {
  padding-left: 5px;
}




/* End Header Style */

/* Start Fill Application Section */
.application-form{
    padding:0 0 80px 0 ;
    margin-top:-200px;
    font-family: 'Tajawal-medium';
    overflow: hidden;
    position: relative;

}

 .application-form .description {
   margin-bottom: 30px;

   }
  
  .application-form .wave-bottom{
    z-index: -1;
  }
 .application-form .form-wrapper{
  position: relative;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    /* transform: translateY(-100px); */
    box-shadow:0px 1px 45px rgba(0, 0, 0, 0.07);
    padding: 60px 30px;
    position: relative;
    z-index: 9

   }


   
   .sending-data-succeed {
    display: none;
   }

   .application-form .form-wrapper .other-country {
    display: none;
   }
   .application-form .form-wrapper .other-country.active {
    display: block;
   }
   .application-form .form-wrapper .Germany-company {
    display: none;
   }
   .application-form .form-wrapper .Germany-company.active {
    display: block;
   }
   .application-form .form-wrapper .other-company-type {
    display: none;
   }
   .application-form .form-wrapper .other-company-type.active {
    display: block;
   }
   
.application-form .form-wrapper .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
   }
   .application-form .form-wrapper .form-group{
    width: 100%;
    font-family: 'Tajawal-medium';
    margin-bottom: 20px;

   }
   .application-form .form-wrapper .form-group .error-message{
     color: rgb(218, 31, 31);
     font-family: "Tajawal-Medium", sans-serif;
   }
   .application-form .form-wrapper .input-container{
    width: 100%;
    position: relative;
    min-height: 50px;

   }
   .application-form .form-wrapper .textarea-container{
    font-family: 'Tajawal-medium';
    width: 100%;
    position: relative;
    height:130px

   }


   .application-form .form-wrapper .input-container input,
   .application-form .form-wrapper .input-container select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    font-size: 17px;
    color: #666;
    border-radius: 10px;
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3e5;
    box-shadow:none;
    transition: all .4s ease-in-out;
    font-family: 'Tajawal-medium';

   }
   .iti__search-input{
    background-color: #FFF !important;
   }
   .application-form .form-wrapper .input-container input:not(#phoneNum){
    padding: 0 20px;

   }

   .iti.iti--allow-dropdown {
    width: 100%;
}
   
   .application-form .form-wrapper textarea {
    position: relative;
    width: 100%;
    height:150px;
    padding:  20px;
    outline: none;
    font-size: 17px;
    color: #666;
    border-radius: 10px;
    border: 2px solid #ebebeb;
    background-color: #f3f3f3e5;

    transition: all .4s ease-in-out;
    font-family: 'Tajawal-medium';
    resize: none;
   }
   .application-form .form-wrapper  label{
   
    font-size:18px;
    color:var(--text-color);
    background-color: #FFF;
    margin-bottom:5px;
    transition: all .2s ease-in-out;
   }
   
   .application-form .form-wrapper .input-container input:focus,
   .application-form .form-wrapper .input-container input:not(:placeholder-shown),
   .application-form .form-wrapper .input-container select:focus,
   .application-form .form-wrapper .input-container select:valid{
    border-color: #ebebeb;
   }
   .application-form .form-wrapper .input-container select:focus ,
   .application-form .form-wrapper  textarea:focus ,
   .application-form .form-wrapper .input-container input:focus{
    border-color:#0e069a;
   }
   .application-form .form-wrapper .input-container input:focus + label,
   .application-form .form-wrapper .input-container input:not(:placeholder-shown) + label,
   .application-form .form-wrapper .input-container select:focus + label,
   .application-form .form-wrapper .input-container select:valid + label,
   .application-form .form-wrapper  textarea:focus + label,
   .application-form .form-wrapper  textarea:not(:placeholder-shown) + label{
    color:#000;
    height: 30px;
    line-height: 30px;
    transform: translate(-1px,-40px) scale(0.88);
   




   }
   .application-form .form-wrapper .input-container select:focus + label,
   .application-form .form-wrapper  textarea:focus + label,
   .application-form .form-wrapper .input-container input:focus + label{
    color:#0e069a;
    
   }
   .application-form .form-wrapper .form-group .option{
    display: inline-block;
   }
   .application-form .form-wrapper .form-group .option input[type='checkbox'],
   .application-form .form-wrapper .form-group .option input[type='radio']{
    display: none;
   }
   .application-form .form-wrapper .form-group .option input[type='checkbox'] + label,
   .application-form .form-wrapper .form-group .option input[type='radio'] + label{
    padding: 10px;
    min-width: 100px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3e5;


   }
   .application-form .form-wrapper .form-group .option input[type='checkbox']:checked + label,
   .application-form .form-wrapper .form-group .option input[type='radio']:checked + label{
    background-color: #130e7b21;
    border: 2px solid #0e069a;
   }
   .application-form .form-wrapper .action{
    text-align: center;
    padding: 20px 0;
    font-family: 'Tajawal-medium';

   }
   .application-form .form-wrapper .action .main_btn{
    padding: 15px;
    outline: none;
    border: none;
    width: 100%;
    font-size: 1rem;
    background-color: var(--brand-default-color);
    color: #FFF;
    border-radius: 10px;
    margin: auto;
    font-family: 'Tajawal-medium';
    cursor: pointer;
    transition: all .4s ease-in-out;

   }
   .application-form .form-wrapper .action .main_btn:hover{
    background-color: var(--brand-secondary-color);
   }
   .application-form .form-wrapper .action .main_btn .animation span{
    
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #FFF;
    border-radius: 50%;
  
   }
   .application-form .form-wrapper .action .main_btn .animation span:nth-of-type(1){
    animation: moving 1s linear 0s infinite;
   }
   .application-form .form-wrapper .action .main_btn .animation span:nth-of-type(2){
    animation: moving 1s linear 0.3s infinite;
   }
   .application-form .form-wrapper .action .main_btn .animation span:nth-of-type(3){
    animation: moving 1s linear .6s infinite;
   }

   @keyframes moving {
    0%{
      transform: translateY(0);
    }
    50%{
      transform: translateY(-15px);
    }
    0%{
      transform: translateY(0);
    }
    
   }
   @media(max-width:992px) {
    .application-form .form-wrapper .flex-box{
        display: block;
    }
    .application-form .form-wrapper .flex-box .form-group{
        width: 100% !important;
    }
    
   }
 @media (max-width:500px) {
  input::-webkit-input-placeholder {
    visibility: hidden;
}
  
 }
   @media (max-width:992px){
    .application-form .form-wrapper{
        width: 100%;
        padding: 50px 10px;

    }
    .application-form .form-wrapper::after,
    .application-form .form-wrapper::before {
      display: none;
    }
    .application-form .form-wrapper .action .main_btn{
      width: 100% !important;
    }
  
   }
  

   

/* End Fill Application Section */



/* Start Our customers Section */
.our-customers{
  padding: 100px 0;
  background-color:#feeff0;
  overflow: hidden;


}
@media (max-width:767px) {
  .our-customers{
      padding: 60px 0 ;
      
  }
}

.our-customers .owl-carousel .owl-stage-outer{
  padding:  20px 0;
}
.our-customers .owl-carousel .item .box{
  background-color: #FFF;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px #EEE;
}
.our-customers .owl-carousel .item .box img{
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin: auto;
}
/* End Our customers Section */


/* Start testimonials section */
.testimonials{
  padding: 80px 0;
  margin-bottom: -200px;
}
.testimonials *{
  font-family: 'Tajawal-medium';

}

.testimonials .container{
  overflow: hidden;
  position: relative;
  background-color: #FFF;
  border-radius: 50px;
  padding: 40px ;
  box-shadow: 0 14px 48px #35327c26;
  z-index: 2
}
@media (max-width:992px) {
  .testimonials{
      padding: 50px 0 ;
  }
  .testimonials .container{
      padding: 20px;
  }
}
.testimonials .special-heading{
      overflow: hidden;
  }
.testimonials .box {
  background-color: #FFF;
  border: 1px solid #d2d3d6;
  padding: 10px;
  border-radius: 16px;
  transition: all .4s ease-in-out;
  position: relative;

}
.testimonials .box .qoutes {
  position: absolute;
  top: -30px;
  right: 20px;
  background-color: var(--brand-default-color);
  padding: 20px;
  border-radius: 20px;

}
html:lang(ar) .testimonials .box .qoutes{
  position: absolute;
  top: -30px;
  left: 20px;
  right: unset;
  background-color: var(--brand-default-color);
  padding: 20px;
  border-radius: 20px;

}
.testimonials .box .qoutes img{
  width: 50px;
}
@media (max-width:450px) {
  .testimonials .box .qoutes {
      position: absolute;
      top: -38px;
      left: 10px;
      background-color: var(--brand-default-color);
      padding: 20px;
      border-radius: 20px;
    
  }
  .testimonials .box .qoutes img{
      width: 30px;
      height: 30px;
  }
  
}

/* .testimonials .box::after {
  content:"";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  background-image: url(../images/quotes.webp);
  background-size: 100%;


} */
.testimonials .box:hover {
  background-color: #f0f5fe;
  border: 1px solid #f0f5fe;
  transform: translateY(-10px);


}

.testimonials .box .customer-profile  {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px dashed #35327c5c;

}

.testimonials .box .customer-profile .customer-picture img{
  width: 70px;
  border-radius: 50%;


}
.testimonials .box .customer-profile .customer-data .name{
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 600;


}
.testimonials .box .customer-profile .customer-data .reviews img{
 width: auto;


}
.testimonials .box .customer-comment{
  padding: 15px 0 0 0;
  min-height: 120px;
}
.testimonials .box .customer-comment p{
  color: #585454;
}
@media (max-width: 850px) {
  .testimonials .owl-nav {
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center;
      gap: 10px;
  }
  .testimonials  .owl-nav .owl-next, .testimonials  .owl-nav .owl-prev {
      position: static;
      transform: translateY(0);
      width: 55.5px;
      height: 30px;
      filter: drop-shadow(0px 2px 2px rgba(28, 41, 90, .04));
      transition: .4s ease-in-out;
      visibility: visible;
      opacity: 1;
      background: var(--secondary-color) !important;
      border: 1px solid var(--secondary-color) !important;
      border-radius: 5px !important;
  }
 
}

.add-review{
  text-decoration: none;
  padding: 15px;
  outline: none;
  border: none;
  font-size: 1rem;
  background-color: var(--brand-default-color);
  color: #FFF;
  border-radius: 10px;
  margin: auto;
  font-family: 'Tajawal-medium';
  cursor: pointer;
  transition: all .4s ease-in-out;

 }
.add-review:hover{

  color: #FFF;


 }
/* End Testimonials */

/* Start CopyRights Style */
.copyrights{
    background-color:  var(--brand-secondary-color);
    font-family:"Tajawal-Medium",sans-serif;
    color: #FFF;
    padding: 200px 0 10px 0 ;

}
.copyrights p{
  margin:0;
  font-family:"Tajawal-Medium",sans-serif;
  color: #FFF;
 
}
/* End CopyRights Style */






/* Start pop up alert message section */

.pop-up-alert-message{
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    padding:15px 10px;
    color: #FFF;
    text-align: center;
    z-index: 9999999;
    font-family: 'Tajawal-medium';
    transition: all .6s ease-in-out;
    border-radius: 10px;


}
.pop-up-alert-message .flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-up-alert-message .flex-box >span:first-of-type{
    width: 80%;
    display: flex;
    align-items: center;

}
.pop-up-alert-message .flex-box >span:first-of-type span{
    padding: 0 5px;
    font-family: 'Tajawal-medium';

}
.pop-up-alert-message .flex-box >span:last-of-type{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
    
}

   .pop-up-alert-message.active{
    bottom: 100px;
}
   .pop-up-alert-message.success{
    background-color: #1bc95a;
}
   .pop-up-alert-message.error{
    background-color: #ea4545;
}

   .pop-up-alert-message .close-alert{
      cursor: pointer;
   }

@media (max-width:576px) {

    .pop-up-alert-message{
        width: 80%;
    }
    .pop-up-alert-message.active{
      bottom: 40px;
  }
    }

/* end pop up alert message section */
.actions .main_btn{
  text-decoration: none;
  padding: 15px;
  outline: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  background-color: var(--brand-default-color);
  color: #FFF;
  border-radius: 10px;
  margin: auto;
  font-family: 'Tajawal-medium';
  cursor: pointer;
  transition: all .4s ease-in-out;

 }
  .action .main_btn:hover{
  background-color: var(--brand-secondary-color);
 }