.aboutbanner{Width:100%;height:200px;background-size:contain!important;}
#wrap{width:100%;margin:0px auto;padding:0px;}
.banner .caption{
	position: absolute;
    text-align: center;
    top: 50%;
	transform:translateY(-50%);
    width: 100%;
    color: #ffffff;
    z-index: 240;
	font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
	line-height: 108px;
}
.mbox{width:100%;min-height:475px;background:rgba(0, 0, 0, 0.5);padding:0 20px;margin-top: 50px;font-size: 15px;margin-bottom:20px;}
.our_values p.mt-3{font-family: 'Montserrat', sans-serif;font-size: 16px;}
.margin{padding-top:120px;}
.margin2{padding-top:100px;}
body{font-family: "Oswald", Sans-serif;}
.meet_team_bg{background:url(../images/mot2.jpg)no-repeat;width:100%;min-height:500px;background-size:cover;}
.profile {
  position: relative;
  height: 475px;
  width: 350px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  transition: box-shadow 0.3s ease-out;
  margin-top:50px;
}

.member:hover {
  box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
}

.img-member {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-out;
  z-index: 2;
}

.img-member:hover {
	cursor: pointer;
}

.member:hover .img-member {
	transform: translateY(-100px);
}

.img-member > img {
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-out;
}

.member:hover > .img-member > img {
  opacity: 0.5;
}

.social-media {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  padding: 0;
}

.social-media > li {
  list-style: none;
}

.social-media > li > a {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #FFF;
  text-align: center;
  color: #262626;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.3s ease-out;
}

.member:hover > .social-media > li > a {
  transform: translateY(0);
  opacity: 1;
}

.social-media > li > a > .fa {
  font-size: 24px;
  line-height: 50px;
  transition: transform 0.3s ease-out;
}

.social-media > li > a:hover > .fa {
  transform: rotateY(360deg);
}

.member:hover .social-media li:nth-child(1) a {
	transition-delay: 0s;
}

.member:hover .social-media li:nth-child(2) a {
	transition-delay: 0.1s;
}

.member:hover .social-media li:nth-child(3) a {
	transition-delay: 0.2s;
}

.member:hover .social-media li:nth-child(4) a {
	transition-delay: 0.3s;
}

.member:hover .social-media li:nth-child(5) a {
	transition-delay: 0.4s;
}

.user-info {
  position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
  text-align: center
}

.user-info > h2 {
  padding: 0;
  margin: 10px 0;
}

.user-info > span {
  color: #262626;
  font-size: 16px;
}

.bgimage{background:url(../images/bfimage.png)no-repeat;height:800px;margin-left:0px;margin-top:-10px;width:100%;background-size:contain;}
.our_values p{color:#737576;    font-size: 19px; padding-top: 15px;}
.flimg1,.flimg2{width:500px;height:450px;}
.flimg1{margin-left:60px;margin-top:70px;}
.flimg2{margin-top:120px;margin-left:-120px;}

@media only screen and (max-width: 992px) {
.margin {
    padding-top: 40px;
}    
.banner .caption{font-size:5vw;}    
}
