
/*--reset--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  clear: both;
}

/*--start editing from here--*/

a {
  text-decoration: none;
}

.txt-rt {
  text-align: right;
}

/* text align right */

.txt-lt {
  text-align: left;
}

/* text align left */

.txt-center {
  text-align: center;
}

/* text align center */

.float-rt {
  float: right;
}

/* float right */

.float-lt {
  float: left;
}

/* float left */

.pos-relative {
  position: relative;
}

/* Position Relative */

.pos-absolute {
  position: absolute;
}

/* Position Absolute */

.vertical-base {
  vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
  vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
  display: block;
}

/* vertical menu */

nav.horizontal ul li {
  display: inline-block;
}

/* horizontal menu */

img {
  max-width: 100%;
}

/*--end reset--*/

body {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 100%;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201901/201901011/html/images/banner.jpg')no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  /* background: linear-gradient(to right, #2196F3, #02b875); */
  /* background: -webkit-linear-gradient(to right, #6887ff, #02b875); */
  /* background: -moz-linear-gradient(to right, #6887ff, #02b875); */
  /* background: -o-linear-gradient(to right, #6887ff, #02b875); */
  /* background: #ed4264; */
  text-align: center;
  min-height: 100vh;
}

h1 {
  font-size: 2.9em;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 3px;
  margin: 1em 1vw 1.5em;
  font-family: 'Ubuntu Condensed', sans-serif;
}

p {
  font-size: 1em;
  line-height: 2;
}

/*--responsive--*/

@media(max-width:1920px) {
  h1 {
    font-size: 3.5vw;
  }
}

@media(max-width:1024px) {
  h1 {
    font-size: 4.5vw;
  }
}

@media(max-width:800px) {
  h1 {
    font-size: 5vw;
  }
}

@media(max-width:480px) {
  h1 {
    font-size: 2.5em;
  }
}

@media(max-width:440px) {
  h1 {
    font-size: 2.1em;
  }
}

@media(max-width:320px) {
  h1 {
    font-size: 1.8em;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

h3.sec-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
}

/* team effect1 */

.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}

.p-top-30 {
  padding-top: 30px;
}

.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}

.text-uppercase {
  text-transform: uppercase;
}

.team-member,
.team-member .team-img {
  position: relative;
}

.team-member {
  overflow: hidden;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.58);
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-row1-active {
  opacity: 1;
}

.team-row1-active.team-hover .desk {
  opacity: 1;
  top: 35%;
}

.team-row1-active.team-hover .s-link {
  opacity: 1;
  bottom: 10%;
}

.team-member:hover .team-hover .desk {
  top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}

.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #fff;
}

.team-member:hover .team-hover .s-link {
  bottom: 10%;
}

.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #fff;
}

.team-member .s-link a {
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
}

.team-title {
  padding: 20px 0;
  letter-spacing: 2px;
  background: #333;
}

.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
}

.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}

.team-member:hover .team-title,
.team-grids:hover .team-title,
.active-row2 {
  background: #000;
}

.team-title-active {
  background: #000;
}

/* //team  effect1*/

/* team effect2*/

.team-effect,
.team-row2-active {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-text {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-effect img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-effect img:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.team-grids:hover .social-icon,
.team-grids .team-row2-active .social-icon {
  bottom: 0%;
  height: 100%;
  padding-top: 7em;
  position: absolute;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.team-effect:hover .social-icon a {
  -webkit-animation-name: translate-transition;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-name: translate-transition;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.team-text {
  background: #333;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.team-text h4 {
  color: #000;
  font-size: 2em;
}

.team-text p {
  margin-top: 0.3em;
  text-transform: capitalize;
}

.team-effect .social-icon {
  bottom: 0;
  padding: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  overflow: hidden;
  z-index: 9;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}

.social-button {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 102%;
  left: -118%;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fab {
  font-size: 1.5em;
  line-height: 40px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
  background-color: #3B5998;
}

.social-button.facebook .fab {
  color: #3B5998;
}

.social-button.twitter:before {
  background-color: #3CF;
}

.social-button.twitter .fab {
  color: #3CF;
}

.social-button.google:before {
  background-color: #DC4A38;
}

.social-button.google .fab {
  color: #DC4A38;
}

.social-button:focus:before,
.social-button:hover:before {
  top: -10%;
  left: -10%;
}

.social-button:focus .fab,
.social-button:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*-- //team effect2 --*/

.team-row {
  margin: 6em 0;
}

/* team effect3*/

.our-team {
  text-align: center;
  position: relative;
  color: #fff;
}

.our-team img {
  width: 100%;
  height: 100%;
}

.our-team .content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 16%;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.our-team:hover .content,
.our-team.active .content {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}

.our-team .content .title {
  margin: 0 0 10px;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.our-team .content .post {
  margin: 0 0 25px;
  display: block;
  font-size: 15px
}

.our-team .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  color: #eee;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
}

a.fab.fa-facebook-f {
  background: #3B5998;
}

a.fab.fa-twitter {
  background: #3cf;
}

a.fab.fa-google-plus-g {
  background: #DC4A38;
}

.our-team .social li a:hover,
.our-team.active .social li a {
  border-radius: 50%;
  text-decoration: none;
}

/* //team effect3 */

.copy-wthree {
  margin: 3em 0em;
}

/* copyright */

.copy-wthree {
  margin: 6em 0 3em;
}

.copy-wthree p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.copy-wthree p a {
  color: #fff;
}

/* copyright */

@media (min-width: 576px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media(max-width:1080px) {
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 5em;
  }
}

@media(max-width:991px) {
  .social-button {
    width: 30px;
    height: 30px;
  }
  .social-button .fab {
    font-size: 1.3em;
    line-height: 30px;
  }
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 4em;
  }
  .team-hover .desk {
    padding: 0;
  }
  .our-team .social li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

@media(max-width:800px) {
  .our-team .content {
    padding-top: 11%;
  }
}

@media(max-width:736px) {
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 11em;
  }
  .team-grids,
  .team-member {
    margin: 1em 0;
  }
  .our-team .content {
    padding-top: 25%;
  }
  .copy-wthree {
    margin: 3em 0;
  }
  .team-row {
    margin: 3em 0;
  }
}

@media(max-width:667px) {
  h3.sec-title {
    font-size: 1.8em;
  }
}

@media(max-width:600px) {
  h3.sec-title {
    font-size: 1.6em;
  }
}

@media(max-width:480px) {
  .copy-wthree p {
    font-size: 14px;
    padding: 0 1em 1em;
    line-height: 2;
  }
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 8em;
  }
}

@media(max-width:414px) {
  h1 {
    letter-spacing: 2px;
  }
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 7em;
  }
}

@media(max-width:384px) {
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 6em;
  }
}

@media(max-width:375px) {
  .our-team .content {
    padding-top: 20%;
  }
}

@media(max-width:320px) {
  h1 {
    letter-spacing: 1px;
    font-size: 1.7em;
  }
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 4.5em;
  }
}