/************************************Success stories Page******************************************/
/***************** IMG SEQ STYLES*******************/
.img-cont-div{
    display: inline-block;
    position: relative;
    width: 100%;
   height: 110vh;
  }
  
  
  
  .imgseqLp{ pointer-events: none;
    position: absolute !important;
    width: 100%;
    height: 110vh;
    z-index: -1;
  object-fit:cover;
  }
  
  .imgseq{ pointer-events: none;
    position: fixed;
    width: 100%;
    height: 110vh;
    z-index: -1;
    object-fit:cover;
    object-position: center;
    transition: transform 2s;
  
  }
  

.succ-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  .btn-succ-div{
    display: flex;
    align-items: flex-start;
    flex-direction: column;

  }
  .content-succ{margin-right: 25%;}

  @media(max-width:991px){

    .succ-container{
      height: 100%;
      display: flex;
      align-items: center;
  justify-content: center;
  flex-direction: column;

    }
  
    .btn-succ-div{

  margin-bottom: 5%;
    }
    .btn-succ-div button{
      margin: auto;
      display: block;
    }


    .content-succ{margin-right: 0%;}

    .content-div p{
      display: block !important;
      text-align: center !important;
      margin-right: 0% !important;
    }

    .content-div button{
      display: block !important;
      text-align: center !important;
      margin-right: 0% !important;
      margin: auto !important;

    }


  }

/*   
  .case-content{
    height:1300px ; 
    width: 100%;
    z-index: 1;
  }
  .case-content div{
    position:absolute;
    top: 90vh;
    left: 25%;
    border: rgb(211, 211, 211) .5px solid;
  } */
  
  /******************** navs buttons group**********************/
  .btns-group button{ margin-right: 110px;
  }
  
  
  
  
  .navs{
  background-color: rgba(0,0,0,0);
  border: none;
  color: white;
  }
  
  .cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
  }
  
  .cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1.5px;
    background: rgb(255, 255, 255);
    transition: width .3s;
  }
  
  .cool-linkk::after{
    width: 100%;
  }
  
  
  .cool-link2 {
  display: inline-block;
  color: #000;
  text-decoration: none;
  }
  
  .cool-link2::after {
  content: '';
  display: block;
  width: 0;
  height: 1.5px;
  background: rgb(0, 0, 0);
  transition: width .3s;
  }
  
  .cool-linkk2::after{
  width: 100%;
  }
  
    
.modal-section{
  margin-bottom: 5%;
}
  .modal-section h4{
    font-weight: 400;

  }
  .modal-section p{
font-size: 14px;
  }
  .modal-content{
    background-size: cover;
    background-position:center;
  }

  @media(min-width:991px){
.modal-container{
  width: 80%;
  margin: auto;
  display: block;
}

  }
.case-img{
width: 100%;
height: 40vh;
object-fit: cover;
object-position: top;

}

  /* .modal-dialog {
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    padding-right: 0px !important;

  }
  
  .modal-content {
    height: auto;
    min-height: 100%;
width: 100vw;
    border-radius: 10px;
  } */
