

:root {
  --main_color:#7f00ff;
  --content_color:#fff;
  --white_color:#fff;
  --font-size: 17px;
  --transition:.4s;
  --content_foorm:#666;
  --content_zsyf:#30ff01;
}





.ptb-100 {
  padding: 100px 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

img {
  max-width: 100%;
  height: auto;
}



/*================================================
Team Area CSS
=================================================*/




.team-area .image-item {
  width: 100%;
  height: auto;
  position: relative;

display: flex;

}

.team-area .image-item img{

border-radius: 20px;
}

.team-area .image-item::before {

  position: absolute;
  content: "";
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  transition: var(--transition);
}
.team-area .image-item .hover-content {
	position: absolute;
	content: "";
	bottom: 15px;
	transition: var(--transition);
	opacity: 1;
	right: 20px;

}
.team-area .image-item .hover-contentbt {
	position: absolute;
	opacity: 1;

background-color: rgba(40, 75, 216, 0.5);
	width: 100%;
height: 100%;
border-radius: 20px;
}

.team-area .image-item:hover .hover-contentbt {
	position: absolute;
	opacity: 1;
	background-color: rgba(40, 75, 216, 0);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all 0.2s linear;
	
}

.team-area .image-item:hover .hover-contentbt p{

	color: #284bd8;

}




.team-area .image-item .hover-contentbt p{
	font-size: 30px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-top: 55%;
}



.team-area .image-item .hover-content h4 {
	position: relative;
	font-size: 18px;
	color: #FFF;
}
.team-area .image-item .hover-content h4::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--white_color);
  position: absolute;
  bottom: -5px;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.team-area .image-item .hover-content ul {
  list-style: none;
  padding: 0;
}
.team-area .image-item .hover-content ul li {
  display: inline-block;
  margin-right: 6px;
}
.team-area .image-item .hover-content ul li a {
  color: var(--white_color);
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  background: #000;
  line-height: 38px;
  border-radius: 4px;
  transition: var(--transition);
}
.team-area .image-item .hover-content ul li a:hover {
  background: var(--main_color);
}
.team-area .image-item:hover .hover-content h4::before {
  width: 100%;
  left: 0;
  right: auto;
}
.team-area .image-item p {
	color: #FFFFFF;
}
.team-area .owl-theme .owl-nav [class*=owl-].owl-next {
	right: 0% !important;
	position: absolute;
}
.team-area .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 2% !important;
	position: absolute;
}
.team-area .owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	content: "";
	top: 42%;
	transition: var(--transition);
	right: 20px;
	width: 100%;
}
.team-area .owl-carousel .owl-nav button.owl-next, .team-area .owl-carousel .owl-nav button.owl-prev, .team-area .owl-carousel button.owl-dot {
  font-size: 60px !important;
  color: var(--white_color);
}
.team-area .owl-theme .owl-nav [class*=owl-]:hover {
  background: initial;
  color: var(--white_color);
  text-decoration: none;
}

@media (max-width: 575px) {
	
.team-area .owl-theme .owl-nav [class*=owl-].owl-next {
	right: -20% !important;

	color: #666;
}
.team-area .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -20% !important;

	color: #666;
}
.team-area .owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	content: "";
	top: 42%;
	transition: var(--transition);
	right: 0px;
	width: 30%;
	left: 0px;

	margin-right: auto;
	margin-left: auto;
}
	
	.team-area  {
  width: 100%;
  height: auto;
  position: relative;

display: flex;

}
.team-area .image-item .hover-content {
	position: absolute;
	content: "";
	bottom: 15px;
	transition: var(--transition);
	opacity: 1;

	margin: 0px;
	padding: 0px;
}
.team-area .image-item .hover-contentbt p{
	font-size: 20px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	margin-top: 53%;
}
	}