

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

.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 */


/* horizontal menu */

img {
  max-width: 100%;
}

/*--end reset--*/

body {
  font-family: 'Merienda One' ;
  font-size: 100%;
  background: url(../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; */
  min-height: 100vh;
}


#s3 {
  font-size: 1em;
  line-height: 2;
  padding: 0.3em;
}

/*--responsive--*/


*,
*::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;
}

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

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


.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;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.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 100px;
}

.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-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-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 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;
}


@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) {

  .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:480px) {
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 8em;
  }
}

@media(max-width:414px) {
  .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) {
  .team-grids:hover .social-icon,
  .team-grids .team-row2-active .social-icon {
    padding-top: 4.5em;
  }
}