
.aboutusheadertitle {
   position: relative;
   z-index 2;
}

.aboutustitle
{
    font-family: 'Quicksand', sans-serif;
    color:black;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
}

.aboutusinfo {
 text-align: center;
 margin-bottom: 30px;
}

.aboutusinfonumber {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px
}

.aboutusinfonumber strong {
    font-size: 4rem;
    line-height: 4.5rem;
    display: block;
}

.aboutusheader {
    height: 340px;
    text-align: center;
    padding-top: 130px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
    background: url('../photomode/a.jpg');
    background-size:  cover ;
    background-position: 50%;
    background-repeat: no-repeat;
}

.responsive-img{
    max-width: 100%;
    height: auto;

}

.aboutussection {
    margin-top: 120px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}


.aboutusactivity {
    display: flex;
  align-items: center
}

@media only screen and (max-width: 992px) {
.aboutusactivity {
     display: block;
}
}


.aboutusactivitypicture {
    position: relative;
    width: 45%;
}

@media only screen and (max-width: 992px){
.aboutusactivitypicture {
    width: 100%;
}
}

.aboutusactivitycontent {
    width: 45%;
    margin-left: 95px;
}


@media only screen and (max-width: 992px) {
.aboutusactivitypicture img {
    padding: 50px 50px;
}
}

.mastheadb {
  height: 15vh;
  min-height: 10px;
  background-image: url('../photomode/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-nav{
    background: white;
}

.second-nav{
    top: 40px;
}

.thumbnail {
border: 0;
}

.form-control:focus{
  border-color: #000;
  box-shadow: none;
}

.form-control{
   border: 0;
    border-bottom: 1px solid #ced4da;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}
