body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sidebar-contact {
  position: fixed;
  top: 58%;
  right: -349px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 33px;
  background: rgba(255, 0, 0, 0.834);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 999;
}

.sidebar-contact.active {
  right: 0px;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  color: white;
}

.sidebar-contact textarea {
  height: 200px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #68a851;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: 45px;
  width: 91px;
  color: white;
  text-align: center;
  cursor: pointer;
  background: #68a851;
  top: 0;
  left: -91px;
  line-height: 48px;
}

.toggle:before {

  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}



.abcd {
  padding: 300px 0px 300px 0px;
  background-image:
    linear-gradient(45deg,
      rgba(255, 255, 255, 0.973),
      rgba(255, 255, 255, 0.959)), url('../images/a234.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.article1234 {
  background-image:
    linear-gradient(45deg,
      rgba(255, 255, 255, 0.973),
      rgba(255, 255, 255, 0.959)), url('../images/a234.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.abcd h6 {}

.abcd p {


  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 5px solid white;
  color: white;

}

.hindi h4 {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
  color: white;
}

.hindi {
  background-image:
    linear-gradient(45deg,
      rgba(255, 255, 255, 0.973),
      rgba(255, 255, 255, 0.959)), url('../images/a234.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.hindi p {
  text-align: center;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 5px solid white;
  color: white;
}

.hindi .container {

  justify-content: center;
}

.article {
  background-image:
    linear-gradient(45deg,
      rgba(255, 255, 255, 0.973),
      rgba(255, 255, 255, 0.959)), url('../images/a234.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}

.article h4 {
  color: white;
}

.nav {
  background-image:
    linear-gradient(45deg,
      rgba(255, 255, 255, 0.973),
      rgba(255, 255, 255, 0.959)), url('../images/a234.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.article ul {
  list-style: none;
  text-align: center;
}

@media(max-width: 1024px) {
  .abcd p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .abcd {

    background-color: white;
  }

  .article {
    height: 480px;
  }

  .hindi h6 {
    padding: 10px;
  }
}

@media(max-width:768) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }

  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .content {
    padding: 50px 50px;
  }
}

@media(max-width: 425px) {

  .abcd {
    margin-top: -290px;
  }

  .abcd p {
    margin-top: 7px;
    margin-bottom: 2px;

  }

  .abcd h6 {
    margin-top: 7px;
    font-size: 14px;
    margin-left: 7px;

  }
}

@media(max-width: 375px) {
  .article1234 .card {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .abcd p {
    margin-top: 7px;
    margin-bottom: 2px;

  }

  .abcd h6 {
    margin-top: 9px;
    font-size: 12px;
    margin-left: 7px;

  }
}