@media (max-width: 769px) {
  .hero-title {
    font-size: 30px;
    text-align: center;
  }

  .title-bg {
    width: 100%;
  }

  .hero-img {
    right: 10rem;
    opacity: 0.5 !important;
  }

  .feature-widget .pl-6,.feature-widget .pr-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    opacity: 0;
    display: none;
  }

  .col-xs-6  {
    width: 50%;
  }

  ._form-content .ml-10 {
    margin-left: 0 !important;
  }

  .mw-430 {
    width: 70%;
  }

  #quote {
    padding-top: 4rem !important;
  }

  .huge-title {
    font-size: 3rem;
    font-weight: 800;
  }

  .orange-tilte b {
    font-size: 2.5rem;
  }

  .hero-bg1 {
    background-image:url('../assets/images/Viet_BG_Mobile.jpg') !important;
    background-color: #339B48;
    background-position: top;
    background-size: 100%;
  }

  .hero-bg2 {
    background-image:url('../assets/images/India_BG_Mobile.jpg') !important;
    background-color: #339B48;
    background-position: top;
    background-size: 100%;

  }

  .huge-title {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
  }
  .huge-title span{
    color: white;
    -webkit-text-stroke: unset;

  }
}

@media (max-width: 993px) {
  .hero-img .main-image{
    opacity: 0;
  }

  .hero-img {
    transform: translateX(15rem) !important;
  }

  .content-img.pl-9, .content-img.pr-9 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .header-btn {
      display: none !important;
  }

  .sticky-header.scrolling.reveal-header .header-btn {
      display: block !important;
  }
}


@media (min-width: 1100px) {
  .footer-section{
    position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100%;
  }

  .main-content {
    margin-bottom: 688px;
    z-index: 1;
    position: relative;
  }
}
