*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;

}
@font-face {
  font-family:Inter ;
  src: url('/site/assest/font/extras/ttf/Inter-Regular.ttf');
  font-weight: 400;

}

@font-face {
  font-family: AbhayaLibre;
  src: url('/site/assest/font/abhaya/AbhayaLibre-Bold.ttf');
}
body,html{
    width: 100%;
}
#HomePage{
  width: 100%;
}

.wapper{
  width: 100%;
  min-height: 100vh;
}

  
  
.wapper{
  width: 100%;
  height: 100vh;
}
.sec-silder{
  padding-left: 290px;
}

  
.flex-wapper-section{
  display: flex;
  width: 100%;
}
.colum-wapper-step{
  flex-basis: 50%;
 
}
.image-wapper-step img{
    width: 100%;
    min-height: 100vh;
  }
.image-wapper-step img{
  width: 100%;
  height: 100vh;
}
.form-step{
    padding: 24px 32px;
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
.group-input-form{
  /* padding: 150px 150px; */
  margin: 102px 45px !important;
    max-width: 560px;
 
}
.title-step-form{
      padding-bottom: 32px;
  font-family: AbhayaLibre;
  font-size: 48px;
  line-height: 56px;
  color: #0B202D;
}
.copy-right-step-fixed-bottom{
    position: absolute;
    bottom: 24px;
    left: 32px;
    color: #0B202D;
    font-weight: 500;
}
.back-page{
  /* position: absolute;
  left: 32px;
  top: 24px; */
  display: flex;
  align-items:center;
  cursor: pointer;
}
a{
  text-decoration: none;
}
.back-page i{
  color:#0B202D ;
  font-size: 18px;
}
.back-page span{
  margin: 0px 12px;
  color:#0B202D ;
  font-size: 18px;
}
.group {
  position: relative;
  margin: 12px 0px;
      height: 64px;
 }
 
  .input {
  font-size: 16px;
      height: 64px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CDD9E2;
  background: transparent;
 }
 
  .input:focus {
  outline: none;
 }
 
 .group .label-input {
  color: #758995d6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  /*left: 5px;*/
  top: 25px;
  transition: 0.2s ease all;

 }

 .input:focus ~ .label-input, .input:valid ~ .label-input {
  top: -3px;
  font-size: 14px;
  color: #0B202D;
 }
 .bar {
  position: relative;
  display: block;
  width: 200px;
 }
 
 /* .bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 } */
 
 .bar:before {
  left: 50%;
 }
 
 .bar:after {
  right: 50%;
 }
 
 .input:focus ~ .bar:before, .input:focus ~ .bar:after {
  width: 50%;
 }
 
 .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
 }
 
 .input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
 }
 
 @keyframes inputHighlighter {
  from {
   background: #5264AE;
  }
 
  to {
   width: 0;
   background: transparent;
  }
 }

 .but-submit button{

  margin-top: 28px;
  height: 60px;
  border-radius: 40px;
  background: #0A7CE7;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  padding: 18px 40px 18px 40px;
 }
 .sec-tank-you{
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
 }
 .sec-tank-you h3{
  font-family: AbhayaLibre;
  font-size: 45px;
  
  color: #0B202D;
 }
 .sec-tank-you h5{
  color: #0B202D;
  font-weight: 520;
  width: 85%;
  font-size: 16px;
  margin: 12px auto;
  line-height: 27px;
 }
 .link-go-home{
  margin: 30px auto;
  width: 157px;
  height: 64px;
  text-align: center;
  line-height:64px ;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #CDD9E2;
  background: #ECF1F4;
  color: #0B202D !important;
  font-weight: 520;
 }
 .header-pages{
  width: 100%;
  height: 100vh;
  background: #030F198C;
  position: relative;
  background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,.5)), url(../img/slider-image1.jpg) no-repeat;
  background-size: cover;
  
 }

 /*.nav-page{*/
 /* padding: 20px 0px;*/
 /* width: 100%;*/
 /* display: flex;*/
 /* justify-content: space-between;*/
 /* align-items: center;*/
 /* transition: all .2s ease-in;*/
 /*}*/
 
 .nav-page{
  padding: 36px 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .2s ease-in;
 }
 
 .nav-page .part-left{
  flex-basis: 50% !important;
 }
 .nav-page .part-right{
  flex-basis: 50% !important;
  display: flex;
  justify-content: flex-end;
 }
 /*.sticky{*/
 /* background: #FFFFFF;*/
 /* box-shadow: 0px 2px 6px 0px #1E232614;*/
 /* width: 100%;*/
 /* position: fixed;*/
 /* left: 0px;*/
 /* top: 0px;*/
 /* transition: all .2s ease-in;*/
 /* padding: 20px 100px;*/
 /* z-index: 5000 !important;*/
 /*}*/
 
 .sticky{
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px #1E232614;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  transition: all .2s ease-in;
  padding: 20px 48px !important;
  z-index: 5000 !important;
 }
 
 .part-left article{
  position: relative;
 }
  .part-left article::after{
  content: "";
  position: absolute;
  /*top: 10px;*/
  right: -32px;
  /*width: 2px;*/
  width: 1px;
  /*height: 25px;*/
    height: 20px;

  /*background: #CDD9E2;*/
  background: #758797;
  
 }
 .show-srcoll{
  display: none;
 }
 .sticky  .show-srcoll{
  display: block;
 }
 .sticky .hide-srcoll{
  display: none;
 }
 .part-left{
  display: flex;
  align-items: center;
 }
 .part-left img{
  /*height: 45px;*/
  /*width: 45px;*/
  /*  height: 25px;*/
  /*width: 25px;*/
  
  position: relative;

 }
 .part-left article {
  display: flex;
  align-items: center;
 }
 .part-left article label{
  color: #FFFFFF;
    font-size: 22px;

  /*font-size: 30px;*/
  font-weight: bold;
  font-family: AbhayaLibre;
  margin-right: 50px;
  /*margin-left: 20px;*/
    margin-left: 12px;

 }
.flex-header-left{
        margin: 0px 0px 0px 64px;
  display: flex;
  align-items: center;
 
}
.flex-header-left p{
  color: #FFFFFF;
      line-height: 24px;
  /*font-size: 17px;*/
    /*font-size: 12px;*/
    margin: 0px 5px 0px 0px;
  /*margin: 0px 5px;*/
  display: flex;
  align-items: center;
}
.flex-header-left img{
      align-items: center;
  
    margin: 0px 0px 0px 0px;

}
.crcile-header{
  width: 15px;
  height: 15px;
  /*  width: 9px;*/
  /*height: 9px;*/
  background: #fff;
  border-radius: 50%;
      margin-bottom: 1px;
  /*margin: 0px 3px;*/
}
.custome-head-title{
  text-transform: uppercase;
  /*font-weight: bold;*/
}

.flex-action-header-right{
  display: flex;
  align-items: center;
}
.lang-page{
  /*margin: 0px 30px;*/
  display: flex;
  align-items: center;
}
.lang-page a{
  color: #FFFFFF;
  font-size: 16px;
    /*font-size: 12px;*/
    line-height: 24px;
  font-weight: 550;
  margin: 0px 10px;
  /*width: 60px;*/
      width: 50px;
}
.link-arbic{
  font-family: "Tajawal","serif" !important;
  
}
.sticky article label{
  color: #0B202D !important;
 }
 .sticky .flex-header-left p{
  color: #0B202D !important;
 }
 .sticky .custome-head-title{
  font-weight: bold;
 }
 .sticky .crcile-header{
  background-color: #0B202D;
 }
 .lang-page a{
  position: relative;
 }
 .sticky .lang-page a{
  color: #0B202D;
  position: relative;
 }
 .sticky .but-header{
  border: 1px solid #CDD9E2;
  color: #0B202D !important;
 }
/* .active-page-lang-en{
  border-right: 1px solid #949191;
} */
.active-page-lang-en::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 1px;
  height: 20px;
  opacity: 0.32px;
  background: #758797;


}
.active-page-lang-ar::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1px;
  height: 20px;
  opacity: 0.32px;
  background: #758797;


}
.sticky .active-page-lang-ar::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1px;
  height: 20px;
  background: #CDD9E2;
  opacity: 1 !important;


}
.sticky .part-left article::after{
    content: "";
    position: absolute;
    right: -32px;
    width: 1px;
    height: 20px;
    background: #CDD9E2;
    opacity: 1 !important;
}
.sticky .active-page-lang-en::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 1px;
  height: 20px;
  background: #CDD9E2;
  opacity: 1 !important;


}
/*.active-page-lang-ar{*/
/*  border-left: 1px solid #949191;*/
/*}*/
.start-projct{
  width: 173px;
  height:48px;
  line-height: 24px;
    font-size: 16px;
  padding: 12px 32px 12px 32px;
  background: #FFFFFF;
  border-radius: 40px;
  color: #0B202D;

}


.start-projct:hover{
  background: #E0E8EE;
  color: #0B202D !important;
}
.cover-page-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.cover-page-title h1{
  color: #fff;
  /*font-size: 90px;*/
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  font-family: AbhayaLibre;
  /*width: 70%;*/
  width: 80%;
  margin: auto;
  /*line-height: 70px;*/
}
.empty-line{
    width: 100%;
    height: 1px;
    background: #CDD9E2;
        margin-top: 120px;
}
.cover-page-title .start-projct{
 height: 64px;
        width: 202px;
        border: 0px solid #E0E8EE;
        border-radius: 40px;
        background: #fff;
        font-size: 18px;
        line-height: 28px;
        margin: 32px auto;
        text-align: center;
        padding: 14px 40px 14px 40px;
        line-height: 28px;
  display: none;
}
.pos-bottom-header-page{
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.pos-bottom-header-page p{
  /*color: #fff;*/
      font-size: 18px;
    line-height: 28px;

  color: #ffffffc7;
/*    font-size: 18px;*/
}
.main-page{
  background: #ecf1f4;
  padding: 0px !important;
  padding-bottom: 100px !important;
}
/*.aboutUs{*/
/*  width: 100%;*/
/*  padding-top: 100px ;*/
/*  padding-bottom: 40px ;*/
/*  text-align: center;*/
/*}*/
.aboutUs{
  width: 100%;
  padding-top: 160px;
  text-align: center;
}
.test-about-us{
  max-width: 1096px;
  margin: auto;
  text-align: center;
}
.test-about-us h6{
  color: #4C5B65;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.test-about-us h4{
  font-weight: bold;
  font-family: AbhayaLibre;
  /*font-size: 40px;*/
  font-size: 48px;
  line-height: 56px;
  /*margin: 15px 0px;*/
  /*margin: 15px 0px 100px 0px;*/
  color: #0B202D;
}
.test-about-us a{
  /*width: 20%;*/
  /*height: 64px;*/
  /*border-radius: 40px;*/
  /*background: #fff;*/

  /*display: block;*/
    margin: 48px auto 0px auto;
  /*  text-align: center;*/
  /*line-height: 64px;*/
  color: #0B202D;
  
      height: 64px;
        font-size: 18px;
    height: 64px;
    width: 202px;
    border-radius: 40px;
    background: #fff;
    display: block;
    /* margin: 30px auto; */
    text-align: center;
    padding: 14px 40px 14px 40px;
    line-height: 36px;

}
.test-about-us a:hover{
  background: #E0E8EE;
  color: #0B202D;
  /*font-weight: 500 !important;*/
}
.test-about-us button{
  /*width: 20%;*/
  /*height: 64px;*/
  /*border-radius: 40px;*/
  /*background: #fff;*/

  /*display: block;*/
  /*  margin: 48px auto 0px auto;*/
  /*  text-align: center;*/
  /*line-height: 64px;*/
  /*color: #0B202D;*/
  
  /*    height: 64px;*/
  /*      font-size: 18px;*/
  /*  height: 64px;*/
  /*  width: 202px;*/
  /*  border-radius: 40px;*/
  /*  background: #fff;*/
  /*  display: block;*/
    /* margin: 30px auto; */
  /*  text-align: center;*/
  /*  padding: 14px 40px 14px 40px;*/
  /*  line-height: 36px;*/

    display: block;
    padding: 14px 40px 14px 40px;
    font-size: 18px;
    line-height: 28px;
    width: 202px;
    margin: 48px auto 0px auto;
    height: 64px;
    gap: 10px;
    border-radius: 40px;
    border: 0px solid #E0E8EE;
  color: #0B202D;
    /* font-weight: 600; */
    position: relative;
    background: #fff;
    transition: all .2s ease-in;
}
.test-about-us button:hover{
  background: #E0E8EE;
  color: #0B202D;
  /*font-weight: 500 !important;*/
}
/*.group-box-about-us{*/
 
/*  display: flex;*/
/*  justify-content: center;*/
  /*margin-top: 100px;*/
/*}*/
.group-box-about-us{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 120px;
  transition: all .2s ease-in;
  cursor: pointer;
}

.colum-aboutUs{
  flex-basis: 25% !important;

}
.colum-aboutUs:last-child{
  border: none !important;
}
.box-aboutUs{
  text-align: center;
  padding: 48px 40px 48px 40px;
  background: #fff;
  height: 352px;
  border-right: 1px solid #CDD9E2;
}
.customeBorder{
  border-right: none !important;
}
.colum-client:nth-child(1){
  border-left: 1px solid #2A4251;
  border-top: 1px solid #2A4251;
  border-bottom: 0.5px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(2){
 
  border-top: 1px solid #2A4251;
  border-bottom: 0.5px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(3){
  
  border-top: 1px solid #2A4251;
  border-bottom: 0.5px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(4){
  
  border-top: 1px solid #2A4251;
  border-bottom: 0.5px solid #2A4251;
  border-right:1px solid #2A4251;
}
.colum-client:nth-child(5){
  border-left: 1px solid #2A4251;
  border-right: 1px solid #2A4251;
  border-bottom: 1px solid #2A4251;
  
}
.colum-client:nth-child(6){
  
  border-right: 0.5px solid #2A4251;
  border-bottom: 1px solid #2A4251;
  
}
.colum-client:nth-child(7){
  border-right: 0.5px solid #2A4251;

  border-bottom: 1px solid #2A4251;
  
}
.colum-client:nth-child(8){
 

  border-bottom: 1px solid #2A4251;
  border-right:1px solid #2A4251;
}
.colum-client:nth-child(9){
  border-left: 1px solid #2A4251;

  border-bottom: 1px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(10){
 
  
  border-bottom: 1px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(11){
 
 
  border-bottom: 1px solid #2A4251;
  border-right:0.5px solid #2A4251;
}
.colum-client:nth-child(12){
 
  
  border-bottom: 1px solid #2A4251;
  border-right:1px solid #2A4251;
}
.box-aboutUs img{
 
  width: 48px;
  height: 48px;
}
.box-aboutUs h5{
  color: #0D2330;
  font-weight: bold;
  font-family: AbhayaLibre;
  /*font-size: 25px;*/
  font-size: 32px;
  line-height: 36px;
  
  width: 70%;
  text-align: center;
    margin: 24px auto 12px auto;
}

.box-aboutUs p{
  /*line-height: 27px;*/
  /*margin: 10px 0px;*/
  /*color: #4C5B65;*/
    font-size: 16px;
    /*font-weight: 600;*/
    line-height: 24px;
    margin: 16px auto;
    color: #4C5B65;
    /*color: #4c5b65d4*/
    
}

.sec-client{
  background: #0B202D;
  padding: 160px 80px 160px 80px ; 
  margin-top: 120px;
}
.sec-client h3{
  color: #FFFFFF;
  font-weight: bold;
  font-family: AbhayaLibre;
  line-height: 80px;
  font-size: 80px;
    width: 60%; 
 
}
.flex-all-customing table tbody tr td img{
 width: 60%;
 height: 60%;
 object-fit: contain;
}
.flex-all-customing table{
  width: 100%;
  
}

.flex-all-customing table tbody tr td{
  width: 25%;
  height: 150px;
  border: 1px solid #2A4251;
  text-align: center;
  flex-wrap: wrap !important;
}
.flex-all-customing{
  display: flex;
  /*margin: 50px 0px;*/
    margin-top: 80px;
    width: 1320px;
}

.all-tables{
  width: 83%;
}
.flex-all-customing h5 span{
  color: #CDD9E2;
  line-height: 24px;
  font-size: 16px;
  width: 90px;
}

.sec-project{
  /*padding-top: 100px;*/
  padding-top: 120px;
  
}
.custome-row-project{
  margin: 120px 0px;
}

.custome-row-project .group-project:nth-child(1),
.custome-row-project .group-project:nth-child(2),
.custome-row-project .group-project:nth-child(3){
    display: inline-block;
    margin-top: 0px !important;

}
/* .custome-row-project .group-project:last-child{
  border-bottom: none !important;
} */
.card-project-content{
  margin: 60px 0px 60px 0px;

  /*padding: 50px;*/
}
.card-project img{
  object-fit: cover;
  height: 560px;
  max-width: 700px;
  width: 100%;
}
.card-project-content h2{
  font-weight: bold;
  font-family: AbhayaLibre;
  font-size: 80px;
      line-height: 80px;
          margin-bottom: 16px;
}
.catogry-flex{
  display: flex;
  align-items: center;

}
.catogry-flex span{
  color: #4C5B65;
}
.catogry-flex .point-tip{
  width: 6px;
  height: 6px;
  background: #4C5B65;
  border-radius: 50%;
  margin: 0px 15px;
}
.card-project-content h6{
  color: #0B202D;
  font-weight: 600;
  margin: 20px 0px;
  line-height: 30px;
}
.card-project-content ul li{
  width: 70%;
  margin-top: 14px;
  color: #0B202D;
}
.items-info-card-project{
  display: flex;
  margin: 12px 0px;
}
 .number-point{
  background: #4C5B65;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.items-info-card-project span{
  margin: 0px 15px;
  color: #0B202D;
  font-weight: 550;
}
.items-info-card-project i{
  font-size: 8px;
  color: #4C5B65;
  margin-top: 8px;
}
.link-website{
  margin-top: 40px !important;
 
  display: block;
}
.link-website span{
  color: #0D2330;
  font-weight: bold;
  text-decoration: underline;
}
.link-website img{
  margin: 0px 15px;
}
.line-big{
  margin: 100px 0px;
  width: 100%;
  height: 2px;
  background: #CDD9E2;
  border-radius: 25px;
}
.but-show-more-project{
  /*margin:100px auto;*/
  /*margin-top:50px ;*/
      margin-top: 120px;

  width: 100%;
  position: relative;
  text-align: center;
}
.but-show-more-project button{
  /*display: block;*/
  /*width: 20%;*/
  /*margin: auto;*/
  /*height: 64px;*/
 
  /*gap: 10px;*/
  /*border-radius: 40px ;*/
  /*border: 1px solid #CDD9E2;*/
  /*color: #0B202D;*/
  /*position: relative;*/
  /*background: transparent;*/
    display: block;

  padding: 14px 40px 14px 40px;
     font-size: 18px;
    line-height: 28px;
  margin: auto;
  height: 64px;
 
  gap: 10px;
  border-radius: 40px ;
  border: 1px solid #CDD9E2;
  color: #0B202D;
  /*font-weight: 600;*/
  position: relative;
  background: transparent;
  transition: all .2s ease-in;
}
.but-show-more-project::after{
  /*content: "";*/
  /*position: absolute;*/
  /*top: 30px;*/
  /*left: 0px;*/
  /*width: 37%;*/
  /*background: #CDD9E2;*/
  /*height: 1px;*/
    content: "";
  position: absolute;
  top: 30px;
  left: 0px;
  width: 38.7%;
  background: #CDD9E2;
  height: 1px;
  /*height: 2px;*/
}
.but-show-more-project::before{
      content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  width: 38.7%;
  background: #CDD9E2;
  height: 1px;
  /*content: "";*/
  /*position: absolute;*/
  /*top: 30px;*/
  /*right: 0px;*/
  /*width: 37%;*/
  /*background: #CDD9E2;*/
  /*height: 2px;*/
}
.cover-image-partnership{
  /*width: 100%;*/
  /*height: 700px;*/
  /*position: relative;*/
    width: 100%;
  height: 750px;
  position: relative;
  margin-top: 200px;
  margin-bottom: 100px;
}
.cover-image-partnership img{
  width: 100%;
  height: 750px;
}
.card-partner{
  position: absolute;
  bottom: 48px;
      max-width: 460px;
  left: 48px;
  /*width: 32%;*/
  background: #fff;
  padding: 48px;
}
.card-partner h6{
  color: #4C5B65;
      line-height: 24px;
    font-size: 16px;
  /*margin: 15px 0px;*/
}
.card-partner p{
  color: #4C5B65;
      line-height: 28px;
    font-size: 18px;
  /*margin: 15px 0px;*/
}
.card-partner h3{
  color: #0B202D;
  font-weight: bold;
  margin: 8px 0px;
      line-height: 56px;
  font-family: AbhayaLibre;
  /*font-size: 30px;*/
  font-size: 48px;
}
.card-partner a{
  color: #0B202D;
  text-decoration: underline;
  margin-top: 8px;
  display: block;
}
.footer-page{
  background: #0B202D;
  /*border-bottom: 2px solid #2A4251;*/
  border-bottom: 1px solid #2A4251;
  /*padding: 70px 0px;*/
  padding: 160px 0px;
  


}
.footer-page .test-about-us h6{
  color: #758995;
      margin-bottom: 16px;
}
.footer-page .test-about-us h4{
  color: #FFFFFF;
}
.CopyRight-Footer{
  background: #0B202D;
  border-bottom: 2px solid #2A4251;
  padding: 40px 0px;
  position: relative;
}
.flex-CopyRight-Footer{
        /*margin: 20px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-CopyRight-Footer span{
        font-size: 16px;
    line-height: 24px;
  color: #ffffff;
}
.show-mobile{
  display: none !important;
}
.flex-CopyRight-Footer .lang-page{
  display: none;
}

.Silders{
  margin-top: 200px;
}
.flex-title-action-silder{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-silder{
  font-weight: bold;
  font-family: AbhayaLibre;
  font-size: 40px;
  color: #0B202D;
}
.but-silder{
  display: flex;
  align-items: center;
}
.but-silder button{
  width: 55px;
  height: 55px;
  border: 1px solid #CDD9E2;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.but-prev{
  margin: 0px 15px;
}
.but-silder button span{
  color: #0B202D;
  
  font-size: 22px;
}
.card-silder{

  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  
  
}

.row-silder{
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  overflow: hidden;
}
.colum-silder{
  flex-basis: 25% !important;
  display: none;
}
.activeCardProdut{
  display: block;
}
.card-colum-silder{
  padding: 32px;
  
  border-right: 1px solid #CDD9E2;
  height: 450px;
  background: #fff;
}
.card-colum-silder img{
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.card-colum-silder h5{
    line-height: 36px;
  color: #0B202D;
  font-weight: bold;
  font-family: AbhayaLibre;
  font-size: 32px;
  margin-top: 32px !important;
}
.card-colum-silder p{
  color: #4C5B65;
  line-height: 24px;
    /*font-weight: bold;*/
  margin-top: 8px;
}
.title-silders{
  color: #0B202D;
  font-weight: bold;
  font-family: AbhayaLibre;
  font-size: 50px;
  width: 60%;
  font-size: 80px;
  line-height: 80px;
}
.sec-silder  .flex-all-customing h5 span{
  color: #4C5B65;
  width: 79px;
}
.sec-silder  .flex-all-customing h5 .lines{
  background: #CDD9E2 !important;
      width: 101px;
}



.card__container{
  position: relative;
  height: 550px;
 
}
.swiper-button-nexts:hover{
  background: #E0E8EE;
  border: 1px solid #CDD9E2;
  color: #0B202D;
}
.swiper-button-prevs:hover{
  background: #E0E8EE;
  border: 1px solid #CDD9E2;
  color: #0B202D;
}
.but-show-more-project button:hover{
  background: #E0E8EE;
  border: 1px solid #CDD9E2;
  color: #0B202D;
}
.swiper-button-nexts{
  position: absolute;
  top: 89% !important;
  right: 5%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #CDD9E2;
  color: #0B202D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3000 !important;
}
.swiper-button-prevs{
  position: absolute;
  top: 89% !important;
  left: 84%;
  /*left: 85%;*/
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #CDD9E2;
  color: #0B202D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3000 !important;
}
.silder-group-alls{
  position: relative;
}
.show-card-mobile-partnership{
  width: 100%;
  background: #fff;  
  display: none;
}
.show-card-mobile-partnership img{
  width: 100%;
  height: 250px;

}
.show-card-mobile-partnership .card-partner-mobile{
  padding: 24px;
}
.show-card-mobile-partnership .card-partner-mobile p{
  color: #4C5B65;
  font-size: 18px;
    line-height: 28px;
        width: 92%;
}
.show-card-mobile-partnership .card-partner-mobile h6{
  color: #4C5B65;
  font-size: 16px;
    line-height: 24px;
        width: 92%;
}
.show-card-mobile-partnership .card-partner-mobile h3{
  color: #0B202D;
  font-weight: bold;
  font-family: AbhayaLibre;
  font-size: 35px;
}
.show-card-mobile-partnership .card-partner-mobile a{
  color: #0B202D;
      /*font-weight: 600;*/
          font-size: 18px;
              line-height: 28px;
    text-underline-offset: 3px;
  text-decoration: underline;
  margin-top: 30px;
  display: block;

}
.label-error{
  color: #CE3737;
  margin-top: 5px;
}
.tst-show-mobile{
  color: #4C5B65;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.row-client{
  display: flex;
 
  flex-wrap: wrap;
}
.colum-client{
  flex-basis: 25%;
}
.box-client{
  text-align: center;      
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-client img{
  width: 50%; 
  height: 50%;
  margin: auto;
  object-fit: contain;
}
.flex-all-customing h5 {
  /*width: 17% !important;*/
  display: flex;
          /*margin-top: 2px;*/

}

.silder-group-alls {

  width: 85.9%;
  min-height: 400px;

}

.custome-row-project .group-project {
  display: none;
  padding-top: 120px;


}

.line-project{
  width: 100%;
  height: 1px;
  background: #CDD9E2;
  margin-bottom:120px;
}