*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}
body{
    background-image: url(Images/bg.jpeg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.active{
    color: blue !important;
  }
.logo{
    position:relative;
    top: 35px;
}
.section2{
    width: 100%;
    height: 100vh;
    background-image: url(Images/banner1.png);
    background-size: cover;
}
.section2contact{
    width:100%;
    height: 60vh;
    background-image: url(Images/contactbg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec2div1{
    height: 100%;
}
.sec2div1 h1{
    line-height: 130%;
}

.contactfile{
    background-color: #D0DCED;
    border: 2px dashed blue;
}
.sec11p1{
    text-align: justify;
}

/* ----------------------------------media query---------------------------------- */
@media only screen and (max-width:767px) and (min-width: 0px) {
  .section9{
  display: none;
  }

} 
@media only screen and (max-width:2000px) and (min-width: 768px) {
  .section9a{
  display: none;
  }

} 
