<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ks_aboutus {
    padding: 50px 0;
  }
  
  .ks_aboutus_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
  }
  
  .ks_aboutus_flexleft {
    width: 50%;
  }
  
  .ks_aboutus_flexright {
    width: 50%;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  
  .hmaboutus {
    width: 100%;
    /* border: 2px dashed #684DF4;
      border-radius: 30px; */
  }
  
  .kssection {
    width: 40px;
  }
  
  .ks_spancolor {
    color: var(--theme-color);
  }
  
  .ks_aboutus_name {
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .ks_aboutus_title {
    font-size: 40px;
    font-weight: 700;
    color: #141D38;
    margin-bottom: 0px;
  }
  
  .ks_aboutus_txt {
    /* color: #737887; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  
  /* .img_box2 {
      text-align: center;
      position: relative;
      z-index: 2;
    }
    
    .img_box2:before, .img_box2:after {
      content: '';
      position: absolute;
      background-color: var(--theme-color);
      width: 100%;
      height: 100%;
      -webkit-animation: morph 10s ease-in-out infinite;
              animation: morph 10s ease-in-out infinite;
      z-index: -1;
    }
    
    .img_box2:before {
      top: -20px;
      left: -40px;
      opacity: 0.5;
      -webkit-animation-delay: 0.2;
              animation-delay: 0.2;
    }
    
    .img_box2:after {
      right: -20px;
      bottom: -40px;
      background-color: #E2E8FA;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
      z-index: -2;
    }
  
    .img_box2 .img1 .hmaboutus {
      -webkit-animation: morph 10s ease-in-out infinite;
              animation: morph 10s ease-in-out infinite;
      width: 100%;
      max-width: 760px;
    }
  
    @media (max-width: 1299px) {
      .img_box2 {
        margin-left: 0;
      }
      .img_box2:before {
        left: -20px;
      }
      .img_box2:after {
        right: -12px;
      }
    }
  
    @-webkit-keyframes morph {
      0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      }
      50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
      }
      100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      }
    }
    
    @keyframes morph {
      0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      }
      50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
      }
      100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      }
    } */
  
  .mobile_titles {
    display: none;
  }
  
  
  /* Media Queries */
  
  @media only screen and (min-width: 320px) and (max-width: 480px) {
    .ks_aboutus {
      padding: 30px 0;
    }
  
    .mobile_titles {
      display: block;
    }
  
    .ks_aboutus_flex {
      gap: 20px;
      flex-direction: column;
    }
  
    .abs_webtitles {
      display: none;
    }
  
    .kssection {
      width: 25px;
    }
  
    .ks_aboutus_name {
      font-size: 16px;
      text-align: center;
    }
  
    .ks_aboutus_title {
      font-size: 26px;
      text-align: center;
      margin-bottom: 25px;
    }
  
    .ks_aboutus_flexleft {
      width: 100%;
    }
  
    .ks_aboutus_flexright {
      width: 100%;
    }
  
    .ks_aboutus_txt {
      font-size: 12px;
    }
  }
  
  
  @media only screen and (min-width: 481px) and (max-width: 576px) {
    .ks_aboutus {
      padding: 30px 0;
    }
    .mobile_titles {
      display: block;
    }
  
    .ks_aboutus_flex {
      gap: 20px;
      margin: 0px auto;
      max-width: 380px;
      flex-direction: column;
    }
  
    .abs_webtitles {
      display: none;
    }
  
    .kssection {
      width: 25px;
    }
  
    .ks_aboutus_name {
      font-size: 16px;
      text-align: center;
    }
  
    .ks_aboutus_title {
      font-size: 26px;
      text-align: center;
      margin-bottom: 25px;
    }
  
    .ks_aboutus_flexleft {
      width: 100%;
    }
  
    .ks_aboutus_flexright {
      width: 100%;
    }
  
    .ks_aboutus_txt {
      font-size: 12px;
    }
  }
  
  
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .ks_aboutus {
      padding: 30px 0;
    }
    .mobile_titles {
      display: block;
    }
  
    .ks_aboutus_flex {
      gap: 20px;
      margin: 0px auto;
      max-width: 380px;
      flex-direction: column;
    }
  
    .abs_webtitles {
      display: none;
    }
  
    .kssection {
      width: 25px;
    }
  
    .ks_aboutus_name {
      font-size: 16px;
      text-align: center;
    }
  
    .ks_aboutus_title {
      font-size: 26px;
      text-align: center;
      margin-bottom: 25px;
    }
  
    .ks_aboutus_flexleft {
      width: 100%;
    }
  
    .ks_aboutus_flexright {
      width: 100%;
    }
  
    .ks_aboutus_txt {
      font-size: 12px;
    }
  }
  
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ks_aboutus {
      padding: 30px 0;
    }
    
    .mobile_titles {
      display: block;
    }
  
    .ks_aboutus_flex {
      gap: 20px;
      margin: 0px auto;
      max-width: 380px;
      flex-direction: column;
    }
  
    .abs_webtitles {
      display: none;
    }
  
    .kssection {
      width: 25px;
    }
  
    .ks_aboutus_name {
      font-size: 16px;
      text-align: center;
    }
  
    .ks_aboutus_title {
      font-size: 26px;
      text-align: center;
      margin-bottom: 25px;
    }
  
    .ks_aboutus_flexleft {
      width: 100%;
    }
  
    .ks_aboutus_flexright {
      width: 100%;
    }
  
    .ks_aboutus_txt {
      font-size: 14px;
    }
  }
  
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ks_aboutus {
      padding: 40px 0;
    }
    .kssection {
      width: 35px;
    }
  
    .ks_aboutus_name {
      font-size: 18px;
    }
  
    .ks_aboutus_title {
      font-size: 26px;
    }
  
    .mindev_pad {
      padding: 0px 30px;
    }
  }
  
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .ks_aboutus {
      padding: 40px 0;
    }
    .ks_aboutus_title {
      font-size: 36px;
    }
    .mindev_pad {
      padding: 0px 40px;
    }
  }</pre></body></html>