
/** about-section **/

.about-section{
    position: relative;
    padding: 120px 0px 100px 0px;
  }
  
  #image_block_1 .image-box{
    position: relative;
    display: block;
    padding-right: 100px;
    padding-bottom: 110px;
  }
  
  #image_block_1 .image-box .image{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
  }
  
  #image_block_1 .image-box .image-1:before{
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  #image_block_1 .image-box:hover .image-1:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  #image_block_1 .image-box .image img{
    width: 100%;
  }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  #image_block_1 .image-box .image img{
    width: 100%;
  }
  
  #image_block_1 .image-box .image-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 10px solid #fff;
    box-shadow: 0 20px 30px 5px rgba(227, 230, 236, 1);
  }
  
  #content_block_1 .content-box{
    position: relative;
    display: block;
    margin-left: 40px;
    margin-top: 40px;
  }
  
  #content_block_1 .content-box h2{
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 23px;
  }
  
  #content_block_1 .content-box  p{
    margin-bottom: 26px;
  }
  
  #content_block_1 .content-box .list{
    position: relative;
    margin-bottom: 36px;
  }
  
  #content_block_1 .content-box .list li{
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 30px;
  }
  
  #content_block_1 .content-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_1 .content-box .list li:before{
    position: absolute;
    content: "\f00c";
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    left: 0px;
    top: 0px;
  }
  
  .about-section .anim-icon .icon-1{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 72px;
    height: 66px;
  }
  
  .about-section .anim-icon .icon-2{
    position: absolute;
    right: 150px;
    top: 50px;
    width: 97px;
    height: 97px;
  }
  
  .about-section .anim-icon .icon-3{
    position: absolute;
    right: 320px;
    bottom: 140px;
    width: 99px;
    height: 67px;
  }
  
  .about-section .anim-icon .icon-4{
    position: absolute;
    left: 46%;
    top: 250px;
    width: 94px;
    height: 100px;
  }
  
  .feature-section.alternate-2{
    position: relative;
    background: #ffeded;
    padding: 120px 0px;
  }
  
  .feature-section.alternate-2 .inner-container{
    margin-top: 0px;
  }
  
  .feature-section.alternate-2 .pattern-layer .pattern-1{
    position: absolute;
    left: 70px;
    top: 0px;
    width: 970px;
    height: 450px;
    background-repeat: no-repeat;
  }
  
  .feature-section.alternate-2 .pattern-layer .pattern-2{
    position: absolute;
    right: 70px;
    bottom: 0px;
    width: 960px;
    height: 440px;
    background-repeat: no-repeat;
  }
  
  
/** ourstory-section **/

.ourstory-section{
    position: relative;
    padding: 120px 0px;
  }
  
  .ourstory-section #content_block_2 .content-box{
    margin-right: 20px;
  }
  
  #content_block_2 .content-box .inner{
    position: relative;
    margin-bottom: 30px;
  }
  
  
  #content_block_2 .content-box .inner:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_2 .content-box .inner h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  
  .ourstory-section .image-box{
    position: relative;
    display: block;
    border-radius: 10px;
  }
  
  .ourstory-section .image-box img{
    width: 100%;
    border-radius: 10px;
  }
  
  .ourstory-section .anim-icon .icon-1{
    position: absolute;
    left: 100px;
    bottom: 160px;
    width: 72px;
    height: 66px;
  }
  
  .ourstory-section .anim-icon .icon-2{
    position: absolute;
    left: 550px;
    top: 35px;
    width: 97px;
    height: 97px;
  }
  
  .ourstory-section .anim-icon .icon-3{
    position: absolute;
    right: 100px;
    top: 60px;
    width: 41px;
    height: 49px;
  }
  
  .ourstory-section .anim-icon .icon-4{
    position: absolute;
    right: 210px;
    top: 220px;
    width: 94px;
    height: 100px;
  }
  
  