.text-center{
  text-align: center;
}
.s_chain {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.s_chain .s_chainleft {
  position: relative;
}
.s_chain .s_chainleft img {
  width: 100%;
}

.s_chain .s_chainrgt {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.s_chainrgt_des {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
}

/*heading*/

.head1 {
  position: relative;
}
.head1::before {
  content: url(../img/Abstract-Line.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  width: 100px;
  height: 100px;
}

.head2 {
  position: relative;
  z-index: 9;
}
.head2::before {
  content: url(../img/TITAL-VECTOR-02.png);
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  top: -5px;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.head3 {
  position: relative;
  z-index: 9;
}
.head3::before {
  content: url(../img/tital-vector3.png);
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  top: -5px;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.cta_line {
  position: relative;
}
.cta_line img {
  width: 100%;
  position: absolute;
  top: -60px;
}
.cta_line2 {
  position: relative;
}
.cta_line2 img {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 40%;
}

.client_lgo {
  width: 100%;
  background: #1c4a5f;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero_para {
  color: #fff;
  text-align: center;
  width: 68%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 35px;
}

.cta {
  padding-top: 100px;
}

.btom {
  padding-bottom: 150px;
}

/*about*/

.about_hero {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.about_hero .about_box {
  width: 100%;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.about_heading {
  width: 80%;
  margin: 0 auto;
}
.about_heading h2 {
  color: #000;
  font-family: "Lufga-Medium";
}
.about_heading h2 span {
  color: #1c4a5f;
}

.about_des {
  width: 60%;
  margin: 0 auto;
}
.about_des p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Lufga-Regular";
}

.about_ve1 {
  position: relative;
}
.about_ve1 img {
  position: absolute;
  width: 100%;
  top: -50px;
}
.about_ve2 {
  position: relative;
}
.about_ve2 img {
  position: absolute;
  width: 100%;
  top: -350px;
}
.about_stat {
  flex-direction: row;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.about_stat h3{
   font-family: 'Lufga-Medium';
  color: #000;
  font-weight: 600;
  margin: 0;
}
.about_stat p{
  font-family: 'Lufga-Regular';
}


.storage {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.storage .storage_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column: 30px;
}
.storage .storage_main .storage_left {
  text-align: center;
}
.storage_des {
  margin-top: 30px;
  font-size: 20px;
  color: #000;
}

.pur {
  background: #e8eaff;
}
.green {
  background: #e4fff7;
  margin-left: 40px;
}
.blue {
  background: #dff0ff;
  margin-left: 80px;
}
.orange {
  background: #fff1e1;
  margin-left: 120px;
}
.pink {
  background: #fde5ff;
  margin-left: 150px;
}
.storage_box {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  border-radius: 10px;
  height: 120px;
  grid-column-gap: 50px;
  margin-bottom: 20px;
  /*
  -webkit-box-shadow: 3px 0px 10px 0px rgba(179,168,179,1);
-moz-box-shadow: 3px 0px 10px 0px rgba(179,168,179,1);
box-shadow: 3px 0px 10px 0px rgba(179,168,179,1);
*/
}
.storage_box .storage_icon {
  display: flex;
  justify-content: center;
  align-content: center;
}
.storage_box .storage_icon img {
  width: 50%;
  object-fit: contain;
}
.storage_box .storage_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.storage_box .storage_num h3 {
  margin: 0;
   font-family: 'Lufga-Regular';
  font-weight: 300;
}
.storage_box .storage_num p {
  margin: 0;
}
.cold_icon {
  padding-top: 10rem;
}
.cold_icon img {
  width: 70%;
  margin: 0 auto;
}
.value_img{
  padding-top: 60px;
}
.value_img img {
	width: 80%;
}
/*about*/


.ind_hero{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 15rem;
}

.ind_hero .ind_box{
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.ind_hero .ind_box .ind_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ind_hero .ind_box .ind_left .ind_heading{}
.ind_hero .ind_box .ind_left .ind_heading h2{
  font-family: 'Lufga-Medium';
  color: #000;
}
.ind_hero .ind_box .ind_left .ind_heading h2 span{
  color: #1c4a5f;
}
.ind_hero .ind_box .ind_left .ind_des{
  width: 80%;
  margin-top: 30px;
}
.ind_hero .ind_box .ind_left .ind_des p{
   font-family: 'Lufga-Regular';
}

.ind_hero .ind_right{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_hero .ind_right img{
  width: 100%;
}


.ind_ve1 {
  position: relative;
}
.ind_ve1 img {
  position: absolute;
  width: 100%;
  top: 150px;
}


.con_step{
    width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.con_step .con_step_main{
 width: 80%;
  margin: 0 auto; 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; 
}
.con_step .con_step_main .con_step_left{}
.con_step .con_step_main .con_step_left .con_step_heading{}
.con_step .con_step_main .con_step_left .con_step_heading h2{
   font-family: 'Lufga-Medium';
}
.con_step .con_step_main .con_step_left .con_step_heading h2 span{
  color: #4AA0C5;
}
.con_step .con_step_main .con_step_right{
  display: flex;
  justify-content: center;
  align-items: center;
}
.con_step .con_step_main .con_step_right .con_step_des{}
.con_step .con_step_main .con_step_right .con_step_des p{
   font-family: 'Lufga-Regular';
  line-height: 35px;
  font-size: 18px;
  color: #000;
  
}


.step{
    width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.step .step_main{

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  /*grid-row-gap: 50px; */
 
  
}
.step .step_main .step_box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
   
}
.step .step_main .step_box .step_count{}
.step .step_main .step_box .step_count h3{
  font-size: 5rem;
  color: #1c4a5f;
    font-family: 'Lufga-Medium';
}
.step .step_main .step_box .step_title{
  border-bottom: 1px solid #ccc;

}
.step .step_main .step_box .step_title h2{
  color: #5FC3ED;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Lufga-Medium';
} 
.step .step_main .step_box .step_des{}
.step .step_main .step_box .step_des p{
  font-family: 'Lufga-Regular';
  line-height: 30px;
}


.partner{
   width: 100%;
  background: #5FC3ED;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.partner .partner_main{
  
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}
.partner .partner_main .partner_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.partner .partner_main .partner_left .partner_head{}
.partner .partner_main .partner_left .partner_head h3{
  color: #fff;
  font-family: 'Poppins-Medium'
}
.partner .partner_main .partner_left .partner_des{
  width: 70%;
}
.partner .partner_main .partner_left .partner_des p{
  font-family: 'Lufga-Regular';
   color: #1c4a5f;
  font-size: 18px;
}
.partner .partner_main .partner_right{}

.w40{
  width: 15rem;
  /*width: 40%;*/
}
/*carrer*/
.why_work{
  width: 100%;
  padding-top: 4rem;
}
.why_work .why_workmain{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
 
}
.why_work .why_workmain .why_workbox{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
   border: 1px solid #1c4a5f;
 

  /*height: 150px;*/
  
}
.why_work .why_workmain .why_workbox .why_worktitle{}
.why_work .why_workmain .why_workbox .why_worktitle h4{
  font-size: 18px;
  font-family: 'Lufga-Medium';
  color: #000;
}
.why_work .why_workmain .why_workbox .why_workdes{}
.why_work .why_workmain .why_workbox .why_workdes p{
   font-family: 'Lufga-Regular';
}

.carr_form{
  width: 100%;
  padding-top: 4rem;
}

/*carrer*/


@media only screen and (max-width:1366px){
  .about_ve2 img{
    top: -200px;
  }
}

@media only screen and (max-width:991px){
    .about_des{
        width: 80%;
    }
    .storage .storage_main{
        grid-template-columns: 1fr;
    }
    .storage_box{
        width: 100%;
    }
    .green{
        margin-left: 0;
    }
    .blue{
        margin-left: 0;
    }
    .orange{
        margin-left: 0;
    }
    .pink{
        margin-left: 0;
    }
    ._2gris{
        grid-template-columns: 1fr;
    }
  .ind_hero{
      padding-bottom: 2rem;
  }
  .ind_hero .ind_box{
    width: 100%;
    grid-template-columns:1fr;
  }
  .con_step .con_step_main{
    width: 100%;
      grid-template-columns:1fr;
  }
  .step .step_main{
    grid-template-columns:1fr;
    grid-row-gap:50px;
  }
  .partner .partner_main{
     grid-template-columns:1fr;
  }
  .ind_ve1{
    display: none;
  }
  .partner .partner_main .partner_left .partner_des{
    width: 100%;
  }
  .w40{
    width: 100%;
  }
}


@media only screen and (max-width:767px){
  .about_ve1{
    display: none;
  }
  .about_ve2 img{
    display: none;
  }
}