

: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;

	border-radius: 20px;
	left: 40px;
	bottom: 40px;

}






.team-area .image-item .hover-contentbt p{
	font-size: 30px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-top: 25%;

}

.team-area .image-item .hover-contentbt h1{
	font-size: 20px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.team-area .image-item .hover-contentbt h2{
	font-size: 30px;
	color: #FFF;
	margin-left: 20px;
	line-height: 30px;

}



.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: 1200px) {
	
.team-area .image-item {
	width: 96%;
	height: auto;
	position: relative;
	display: flex;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.team-area .image-item img{

border-radius: 10px;
}

.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;

	left: 0px;
	bottom: 10px;

}






.team-area .image-item .hover-contentbt p{
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-top: 25%;

}

.team-area .image-item .hover-contentbt h1{
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.team-area .image-item .hover-contentbt h2{
	font-size: 20px;
	color: #FFF;
	margin-left: 20px;
	line-height: 25px;

}



.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: -60% !important;
	position: absolute;
}
.team-area .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -60% !important;
	position: absolute;
}
.team-area .owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	content: "";
	top: 12%;
	transition: var(--transition);
	right: 20px;
	width: 15%;
}
.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;
}

	}