/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.background-masker {
    background-color: #fff;
    position: absolute;
  }
  .animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    position: relative;
  }
  .btn-divide-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 5%;
  }
  @keyframes placeHolderShimmer {
    0% {
      background-position: -800px 0
    }
    100% {
      background-position: 800px 0
    }
  }
  
  
  
  @media (min-width: 1034px) {
    .hero:after {
      position: absolute;
      content: "";
      width: 48%;
      background-color: #671a43;
      top: 0;
      bottom: 0;
    }
  }
  
  @media (max-width: 1034px) {
    .hero:before {
      position: absolute;
      content: "";
      background: rgba(27, 47, 69, 0.6);
      inset: 0;
    }
  }
  
  .hero .container-fluid {
    z-index: 9;
    padding: 0 60px;
  }
  .logoRight {
    padding: 0 15px;
  }
  
  @media (min-width: 1365px) {
    .hero {
      background-attachment: fixed;
    }
  }
  canvas {
    display: block;
  }
  /* ---- tsparticles container ---- */
  .dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 308px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
  }
  dsu-form {
    z-index: 9999 !important;
  }
  .dsu-form {
    top: 8rem;
  }
  .form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 39%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
  }
  .form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #000;
    background: #ffd700;
  }
  .frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #000;
  }
  .frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
  }
  
  
  #tsparticles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 9;
  }
  .hero h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-default);
  }
  
  .course-name,.naac-institute {
    font-size: 59px !important;
    color: var(--color-secondary) !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    font-weight: 700;
    text-align: center;
  }
  
  .digital-markt {
    color: #ffea84 !important;
  }
  
  .sub-heading {
    color: #fff;
    padding-left: 20px;
    font-size: 23px;
    font-family: var(--font-default);
    border-left: 10px solid var(--color-secondary);
    margin: 20px 0;
    border-radius: 5px;
  }
  
  .btn-get-started {
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block !important;
    padding: 12px 30px;
    border-radius: 10px;
    transition: 0.5s;
    background: var(--color-secondary);
    font-weight: 700;
    width: 285px;
    color: #000;
  }
  .right-arrow {
    position: absolute;
    top: 10px;
    width: 45px;
    right: 15px;
  }
  
  .hero .btn-get-started:hover {
    background: #e9b823;
  }
  
  @media (max-width: 640px) {
    .hero h2 {
      font-size: 36px;
      line-height: 1;
    }
  }
.mobile_form{
    display: none;
}
@media screen and (min-width: 340px) and (max-width: 768px)  {
    .formsec .dsu-form {
        display:none;
    }
    .mobile_form{
        display: block;
    }
}