#team-carousel .owl-nav button{
  font-size: 60px;
  color: #33adff;
}

#team-carousel .owl-nav button span{
  line-height: 50%;
  display: block;
  padding-bottom: 10px;
}

#team-carousel .owl-nav button:hover{
  background: none;
  color: #0099ea;
}

#team-carousel .owl-nav .owl-prev{
  position: absolute;
  left: -40px;
  bottom: 50%;

}

#team-carousel .owl-nav .owl-next{
  position: absolute;
  right: -40px;
  bottom: 50%;
}

#team-carousel .owl-nav{
  margin-top: -15px;
}

#team-carousel .owl-dots{
  margin-top: 30px;
}

#team-carousel .owl-dot.active span{
    background: #33adff;
}

  #team-carousel .hovereffect h2{
top: 27px;
    margin: 0;
  }


/*
MEDIA MAX WIDTH 1200px
*/
@media only screen and (max-width: 1200px) {

  #team-carousel .hovereffect h2{
top: -22px;
  }




}

/*
MEDIA MAX WIDTH 992px
*/
@media only screen and (max-width : 992px){

  #team-carousel .hovereffect a.info{
    transform: scale(1);
    opacity: 1;
  }

  #team-carousel .hovereffect h2{
    transform: none;
    margin: 0;
    top: auto;
  }

  #team-carousel .hovereffect .overlay{
position: relative;

  }

  #team-carousel .hovereffect img {
    max-height: unset;
}


#team-carousel .owl-nav .owl-prev{
left: unset;
  right: 45px;
  bottom: 0;
background: #33adff;
  color: #fff;
  width: 40px;
  height: 45px;
}

#team-carousel .owl-nav .owl-next{
  right: -5px;
  bottom: 0;
  background: #33adff;
  color: #fff;
    width: 40px;
  height: 45px;
}

#team-carousel .owl-nav{
  margin-top: 0;
  height: 60px;
}

#team-carousel .owl-nav button:hover{
  background: #0099ea;
  color: #fff;
}





}


/*
MEDIA MAX WIDTH 768px
*/
@media only screen and (max-width : 768px) {



}




