body{background: #fff !important}

:root {
 	--body-bg-color: #fff  !important;}
#customers-teams   .owl-stage{background: transparent !important}

.teams .container-fluid{padding-left: 75px; padding-right: 75px;}
.teams .shadow-effect {
  background: #fff;
  padding: 0 0 90px 0;
   text-align: center;
  border: 1px solid #ececec;
  /*box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);*/
}
 
#customers-teams .item {
   min-height: 580px;
  text-align: center;
   margin-bottom: 40px;
  opacity: 0.2;
  /*-webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teams .owl-carousel.owl-drag .owl-item{margin-top: 115px;}
#customers-teams .item p {
  font-size: 9px; margin-bottom: 3px
}
#customers-teams .item h2 {
  font-size: 14px !important;    padding: 0 20px;
  font-weight: 500 !important;     line-height: 1.2;     cursor: move; text-transform: uppercase;
}
#customers-teams .item .title {
  font-size: 12px; line-height: 1.2; 
}
.shadow-effect{cursor: move}

#customers-teams p.fsdescription, .fsbottomlink a, .fsfdesig, .fsdescription, .title, .shadow-effect a, .shadow-effect{
   cursor: move;  pointer-events: none;
}
.fsbottomlink{display: none}
.owl-item.active.center .item .title{display: block !important; margin-bottom: 0;cursor: pointer;} 
.owl-item.active.center .fsdescription{display: block !important; line-height: 1; font-size: 9px;  margin-bottom: 0 } 
.owl-item.active.center .fsfdesig{display: block !important; color: #5B5B5B; cursor: pointer; } 
.owl-item.active.center .fsbottomlink{display: block !important; color: #fcb900; margin-bottom: 0;     cursor: pointer; } 
.owl-item.active.center .fsbottomlink .l_hp__overview_btn{ color: #fcb900; font-size: 8px !important;     pointer-events: auto; cursor: pointer;} 
.owl-item.active.center .item h2{cursor: pointer !important; pointer-events: auto;}
.owl-item.active.center .img-circle{cursor: pointer !important; pointer-events: auto;}
.owl-item.active.center .fsdescription{cursor: pointer !important; pointer-events: auto;}
.owl-item.active.center .shadow-effect a{cursor: pointer !important; pointer-events: auto;}
 #pastexp {
  margin-top: 20px;
}
#customers-teams .item h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
}
#customers-teams .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);  margin-top: 15px;
}
.teams .owl-carousel .owl-nav.disabled, .teams .owl-carousel .owl-dots.disabled{display: block !important}
.owl-item.active.center {
    z-index: 99;
}
.teams .owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  max-width: 100%;     cursor: move;
  margin: 0 auto 17px;
  transition: transform 0.5s;
}
.teams .owl-carousel .owl-nav button.owl-next{ right: 20%; height: 0; bottom: 0; text-shadow: 0px 0px 15px #000;} 

.teams .owl-carousel .owl-nav button.owl-prev{left: 20%; height: 0; bottom: 0;text-shadow: 0px 0px 15px #000;}
.teams .owl-carousel .owl-item .img-circle:hover {
  transform: scale(1);
}
#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fcb900;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-teams.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;     display: none !important;
  text-align: center;
}
#customers-teams.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-teams.owl-carousel .owl-dots .owl-dot span {
  background: #fcb900;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  margin-top: 50px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  outline: none;
  border-radius: 50% !important;
}
.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: 0 !important;
}

@media (min-width: 1921px){
	#customers-teams .item{min-height: 780px;}
}
.teams .owl-stage h2{ font-family: var(--heading-font-family);}
@media (min-width: 2200px){
	#customers-teams .item{min-height: 840px;}
}
@media only screen and (max-width: 1000px) {
  #customers-teams.owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    margin-top: 30px;
  }
}

#teamsocial {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}
#teamsocial #socialicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
#teamsocial #socialicon:hover {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}


.owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next{background: transparent !important}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.teams span {
    font-size: 70px;    
    position: relative;
    top: -15px; color: #fcb900;
}
.owl-nav button:focus {
    outline: none;
}

@media (max-width: 767.98px) {
	
	.m-people-main__top {
    margin-left: 0px !important;
}
	.teams .container-fluid{padding-left: 15px;
    padding-right: 15px; } 
	.teams .shadow-effect{padding: 15px;}
	#customers-teams .item h2 {
     
    width: 67%;
    margin: auto;
}
	#customers-teams p.fsdescription{width: 60%;
    margin: auto;}
	.teams .owl-carousel .owl-nav button.owl-prev{    left: 2%;}
	.teams .owl-carousel .owl-nav button.owl-next{right: 2%;}
}