      /* Home page */
      .carousel-item{
        width: 100vw;
        height: 100vh;
        position: relative;
        background: black;
      }
      .slide-bg{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        opacity: 30%;
      }
      .hs{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 200px;
      }
      .coa{
        height: 60vh;
        width: 99.2vw;
        background-image: url(../Images/9.jpg);
        background-position: top;
        background-size: cover;
        background-attachment: fixed;
        opacity: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      .card-img{
          height: 40vh;
          background-position: center;
          background-size: cover;
      }
      .modal-content{
        height: 70vh;
        /* border: 4px solid #48494b !important; */
        border: 4px solid black !important;
        overflow:auto;
        /* background-color: rgb(229, 231, 235) !important; */
        background-color: rgb(255, 255, 255) !important;
      }
      .modal-header{
        background-color: rgba(225, 225, 225, 0.596) !important;
        border-bottom: 2px solid black !important;
      }
      #newsbtn{
        display: none;
      }
      .head{
        background-image: url(..//Images/logo.jpg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10%;
      }
      .founder{
        background-image: url(..//Images/Bhavesh.jpeg);
        background-size: cover;
        border-radius: 10%;
      }
      .bhead{
        background-image: url(..//Images/sohambhai.jpg);
        background-size: cover;
        background-position: center center;
        border-radius: 10%;
      }
      .rhead{
        background-image: url(..//Images/logo.jpg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10%;
      }
      @media (max-width: 995px) {
        .hs{
            padding: 175px 50px;
        }
        form input{
            flex-direction: column;
        }
        .news{
          height: 50vh !important;
        }
      }