
.index-aboutus-content {
  display: flex;
  margin: 80px 0;
;
}
.index-aboutus-content:nth-child(1){
  flex-direction: row-reverse;
}


.img-aboutus {
  /* max-width: 580px; */
  
  width: 50%;
  position: relative;
  overflow: hidden;
 
}.img-aboutus img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.img-aboutus:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.index-aboutus-info-small {
  text-transform: uppercase;
 
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #1D2089;
  margin-bottom: 10px;
}
.index-aboutus-info-lager {
  color: #333333;
 
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-transform: capitalize;
}
.index-aboutus-dec {
  color: #333333;
 
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 39px;
}.index-aboutus-info {
  /* flex: 1; */
  width: 50%;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex
;padding: 20px 50px 20px 0;
  flex-direction: column;
  justify-content: space-between;}


  .ser-info{
    padding: 20px 0 20px 50px;
  }




  .weKan{
    text-align: center;    margin: 100px auto 20px;
  }
  .weKan .wea{
    text-transform: uppercase;
   
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #1D2089;
    margin-bottom: 10px;
  }
  
  .weKan .web{
    color: #333333;
   
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    text-transform: capitalize;
  }
  
  .weKan .wec{
    color: #333333;

  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 39px auto 0 ;
  width: 100%;
  max-width: 1000px;
  }
  

  .application_s {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}.application_r {
  width: 48.5%;text-align: center;margin-bottom: 20px;
}.application_w {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
}.application_w img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all .3s;
}.application_w:hover img {
  transform: scale(1.05);
}.applings_e {

  font-weight: 400;
  font-size: 30px;
  color: #3e6edd;font-weight: 600;
  margin-top: 25px;
  margin-bottom: 5px;
}.applings_er {

  font-weight: 400;
  font-size: 18px;
  color: #696969;
  line-height: 30px;
}

.learn_more_btn {
  width: 180px;
  height: 50px;display: block;
  line-height: 50px;text-align: center;
  background: #1D2089;
  color: #fff;
 

  margin-top: 20px;
  
}
.learn_more_btn:hover {
  background: #1D2089;
  color: #fff;
  
}





@media only screen and (max-width: 950px) {
  .application_t {
      width: 100%;
  }
  .application_r {
    width: 100%;}
    .index-aboutus-content{
      display: block;
    }
    .img-aboutus img{
      position: relative;
    }
    .img-aboutus{
      width: 100%;
    }.index-aboutus-info{
      width: 100%;
    }
    .index-aboutus-info{
      padding-left: 0;
      padding-right: 0;
    }
}