::selection {
    background: #666;
  }
  ::-moz-selection {
    background: #666; /* Firefox */
  }
  ::-webkit-selection {
    background: #666; /* Safari */
  }

  * {
    padding: 0;
    margin: 0;
    border: 0;
  }
  body {
    height: 100%;
    font-family:  Arial;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/bck1.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  a {
    color: #dc2222;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
  }
  .clear{
    clear: both;
  }
  .header{
  z-index: 100;
  width: 100%;
  text-align: center;
  margin:20px 0;
}
.logo{
  display: block;
  margin:0 auto;
  max-width: 120px;
}
.logo img{
  width: 100%;
}
  /*****About us *****/
#aboutus{
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  float: none !important;
}
.aboutus-in{
  padding:0 10px;
}
#aboutus h1 {
  color: #FF5F00;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
  font-weight: normal !important;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#aboutus .aboutus-text{
  color: #eee;
  line-height: 20px;
  font-size: 13px;
  text-align: justify;
  text-shadow:2px 2px 2px #000;
  margin-bottom: 30px;
}
#aboutus .aboutus-img{
  padding: 5px;
  background: #fff;
  margin-bottom:30px;
}
#aboutus .aboutus-img img{
  width: 100% !important;
  transform:none !important;
  margin-bottom: -5px;

}
.aboutus-row{
  margin-top: 10px;
}
.aboutus-content{
  width: 100%;
  display: inline-block;
}
.member{
  width:18%;
  margin: 1%;
  float: left;
  background: #fff;
  color: #666;
  font-size: 12px;
}
.member-in{
  padding: 5px;
}
.member img{
  width: 100%;
}
.member .info{
  padding: 5px;
}
.member .name{
  font-size: 14px;
}
.member .work{
  color: #FF5F00;
}
@media screen and (max-width: 900px){
  .member{
    width:22%;
    margin: 1.5%;
  }
}
@media screen and (max-width: 768px){
  .member{
    width:31.33%;
    margin: 1%;
  }
}
@media screen and (max-width: 480px){
  .member{
    width:48%;
    margin: 1%;
  }
}
@media screen and (max-width: 320px){
  .member{
    width:100%;
    margin: 1% 0;
  }
}