/*
Template Name: TeamBox - Team HTML5 Template
Description: TeamBox - Team HTML5 Template
Author: Bokhtyer
Version: 1.0
 *-------------CSS INDEX-----------
 * #-Style 1
 * #-Team Style 2
 * #-Team Style 3
 * #-Team Style 4
 * #-Team Style 5
 * #-Team Style 6
 * #-Team Style 7
 * #-Team Style 8
*/
@import url('https://fonts.googleapis.com/css2?family=Redressed&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #191919;
}
img{
	padding: 0px;
	margin: 0px;
}
.main-headding.section-bg-2 {
	background: #0800FF;
	padding: 100px 0px;
}
/*
 * #-Style 1
*/
.tb_team-style-1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	position: relative;
	-webkit-transition: all .43s ease-in-out;
	transition: all .4s ease-in-out;
	background: #fff;
}
.tb_team-style-1::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	background: #0800ff;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-1:hover::after{
	width: 100%;
}
.tb_team-style-1 .thumbnail img {
	width: 100%;
}
.tb_team-style-1 .content {
	padding: 20px 0px;
}
.tb_team-style-1 .content h4 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
}
.tb_team-style-1 .content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.tb_team-style-1 .content .social{
	margin-bottom: 10px;
}
.tb_team-style-1 .content .social ul li {
	display: inline-block;
	margin: 0px 5px;
}
.tb_team-style-1 .content .social ul li a {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	background: #0800ff;
	justify-content: center;
	color: #fff;
	border: 2px solid #0800ff;
	-webkit-transition: all .4s ease-in-out;
	transition: alll .4s ease-in-out;
	font-size: 15px;
}
.tb_team-style-1 .content .social ul li a:hover{
	color: #0800ff;
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
/*
 * #-Team Style 2
*/
.tb_team-style-2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
img{
	max-width: 100%;
}
.tb_team-style-2 img{
	width: 100%;
}
.tb_team-style-2 .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.tb_team-style-2 .content h4 {
	color: #001659;
	background: #fff;
	line-height: 1;
	padding: 14px 15px;;
	padding-right: 50px;
	text-transform: uppercase;
}
.tb_team-style-2 .content p {
	padding: 8px 25px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	background: #0800ff;
	display: inline-block;
}
.tb_team-style-2 .social {
	position: absolute;
	right: 40px;
	top: 40px;
	content: "";
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-2 .social .share {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #001659;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.tb_team-style-2 .social:hover .share{
	background: #0800ff;
	color: #fff;
}
.tb_team-style-2 .social .right {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 50px;
	float: right;
}
.tb_team-style-2 .social .top {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 50px;
}

.tb_team-style-2 .social .top a, .tb_team-style-2 .social .right a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	color: #001659;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tb_team-style-2 .social .top a:hover, .tb_team-style-2 .social .right a:hover{
	background: #0800ff;
	color: #fff;
}
.tb_team-style-2 .social:hover .top {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.tb_team-style-2 .social:hover .right {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.tb_team-style-2 .social:hover .right a{
	margin: 6px 0px;
	margin-bottom: 0px;
}
.tb_team-style-2 .social .top a{
	margin: 0px 5px;
	margin-left: 0px;
}
/*
 * #-Team Style 3
*/
.tb_team-style-3 {
	width: 100%;
	overflow: hidden;
	display: flex;
	background: #fff;
}
.tb_team-style-3 .col--6 {
	width: 50%;
	display: flex;
	align-self: center;
}
.tb_team-style-3 .col--6 .img{
	padding-right: 10px;
}
.tb_team-style-3 .col--6 .content{
	padding-left: 10px;
}
.tb_team-style-3 .col--6 .img img{
	width: 100%;
}
.tb_team-style-3 .col--6 .content h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	padding-bottom: 10px;
}
.tb_team-style-3 .col--6 .content .badeg {
	font-size: 14px;
	text-transform: capitalize;
	padding: 6px 20px;
	background: #b9dbf9;
	display: inline-block;
	border-radius: 4px;
	color: #333;
	letter-spacing: .3px;
	margin-bottom: 10px;
}
.tb_team-style-3 .col--6 .content p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}
.tb_team-style-3 .col--6 .content .social a {
	display: inline-block;
	margin: 0px 2px;
}
.tb_team-style-3 .col--6 .content .social a i{
	background: #0800ff;
}
.tb_team-style-3 .col--6 .content .social a i {
	background: #0800ff33;
	font-size: 14px;
	color: #0800ff;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #0800ff21;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-3 .col--6 .content .social a i:hover{
	color: #fff;
	background: #0800ff;
}
@media (max-width: 550px){
	.tb_team-style-3 {
		display: inherit;
	}
	.tb_team-style-3 .col--6 {
		width: 100%;
	}
	.tb_team-style-3 .col--6 .img {
		padding-right: 0px;
		width: 100%;
	}
	.tb_team-style-3 .col--6 .content{
		padding-left: 0px;
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
}
/*
 * #-Team Style 4
*/
.tb_team-style-4 .thumbanil img {
	width: 100%;
}
.tb_team-style-4 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f9f9f9;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.tb_team-style-4 .content {
	padding: 35px 40px;
}
.tb_team-style-4:hover{
	box-shadow: 6px 5px 25px rgba(0,0,0,0.08);
	background: #ffffff;
}
.tb_team-style-4 .content .social {
	margin-top: -58px;
	overflow: hidden;
}
.tb_team-style-4 .content .content-meta h4 {
	font-size: 22px;
	margin-top: 20px;
	padding-bottom: 6px;
	font-weight: 600;
}
.tb_team-style-4 .content .content-meta p {
	font-size: 15px;
	color: #555;
}
.tb_team-style-4 .content .social .social-full {
	position: relative;
}
.tb_team-style-4 .content .social .social-full .fa-share-alt {
	display: flex;
	width: 32px;
	height: 32px;
	background: #0800ff;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	float: left;
}
.tb_team-style-4 .content .social .social-full .social-list a{
	display: flex;
	width: 32px;
	height: 32px;
	background: #0800ff;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	float: left;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.tb_team-style-4 .content .social .social-full .social-list a:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tb_team-style-4 .content .social .social-full .social-list a:hover{
	background: #0f09c8;
}
/*
 * #-Team Style 5
*/
.tb_team-style-5 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.tb_team-style-5 .thumbnail img {
	width: 100%;
	border-radius: 10px;
}
.tb_team-style-5 .thumbnail {
	position: relative;
	z-index: 1;
}
.tb_team-style-5 .thumbnail::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.07);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.tb_team-style-5 .thumbnail:hover::after {
	transform: scale(1.0);
}
.tb_team-style-5 .content {
	margin: 30px;
	position: relative;
	z-index: 1;
}
.tb_team-style-5 .content .content-full {
	text-align: center;
	margin-top: -100px;
	background: #fff;
	border-radius: 11px;
	padding: 42px 0px;
	box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.07);
}
.tb_team-style-5 .content-full h4 {
	color: #2d2929;
	line-height: 32px;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 4px;
}
.tb_team-style-5 .content-full p {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.tb_team-style-5 .socila span {
	display: inline-block;
}
.tb_team-style-5 .socila span a {
	border: 1px solid #e5e7ec;
	font-size: 16px;
	color: #9799a2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 4px;
	border-radius: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-5 .socila span a:hover{
	color: #fff;
	background: #0800ff;
	border-color: #0800ff;
}
/*
 * #-Team Style 6
*/
.tb_team-style-6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.tb_team-style-6 .thumbnail{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tb_team-style-6 .thumbnail img{
	width: 100%;
}
.tb_team-style-6 .thumbnail .socila {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.tb_team-style-6 .thumbnail .socila span {
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: translateY(100px);
}
.tb_team-style-6 .socila span:nth-child(2){
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(3){
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(4){
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(5){
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.tb_team-style-6:hover .socila span {
	transform: translateY(0px);
}

.tb_team-style-6 .thumbnail .socila span a {
	color: #0800ff;
	background: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0px 2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-6 .thumbnail .socila span a:hover{
	color: #fff;
	background: #0800ff;
}
.tb_team-style-6 .content {
	text-align: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.tb_team-style-6 .content h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 10px;
}
.tb_team-style-6 .content p {
	font-size: 18px;
	font-weight: 400;
}
/*
 * #-Team Style 7
*/
.tb_team-style-7 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tb_team-style-7 img{
	width: 100%;
}
.tb_team-style-7 .team-overly {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.4);
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 0;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease;
	transform: scale(0);
	text-align: center;
}
.tb_team-style-7:hover .team-overly{
	transform: scale(1.0);
}
.tb_team-style-7 .team-overly h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}
.tb_team-style-7 .team-overly p {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
.tb_team-style-7 .social span {
	display: inline-block;
}
.tb_team-style-7 .social span a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-7 .social span a:hover{
	background: #0800ff;
	color: #fff;
}
.tb_owl_carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.tb_owl_carousel .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.tb_owl_carousel .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}

.tb_owl_carousel .owl-dots .owl-dot.active span {
	background: #0800ff;
}
.tb_owl_carousel .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #0800ff;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.tb_owl_carousel .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
/*
 * #-Team Style 8
*/
.tb_team-style-8 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.tb_team-style-8 .thumbnail {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.tb_team-style-8 .thumbnail img{
	width: 100%;
}
.tb_team-style-8 .thumbnail .team-social {
	position: absolute;
	left: 5%;
	width: 90%;
	height: 90%;
	display: flex;
	justify-content: center;
	z-index: 1;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	top: 5%;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.tb_team-style-8:hover .thumbnail .team-social{
	transform: scale(1.0);
}
.tb_team-style-8 .team-social span {
	display: inline-block;
}
.tb_team-style-8 .team-social span a {
	color: #0800ff;
	font-size: 16px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 20%;
	margin: 0px 2px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-8 .team-social span a:hover{
	color: #fff;
	background: #0800ff;
}
.tb_team-style-8 .content {
	padding-top: 25px;
	padding-bottom: 20px;
}
.tb_team-style-8 .content h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 6px;
}
.tb_team-style-8 .content p {
	font-size: 18px;
}
.main-headding h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: capitalize;
	color: #fff;
}
.section-bg {
	padding: 50px 0px;
	text-transform: capitalize;
}
.headding-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
.section-bg-2{
	background: #0800FF;
	padding: 50px 0px;
}
.section-bg-2 .headding-content h2{
	color: #fff;
}
.section-padding{
	padding: 70px 0px;
}
.section-padding-2{
	padding-top: 70px;
	padding-bottom: 40px;
}
.mb-30{
	margin-bottom: 30px;
}
.tb_owl_carousel.owl-carousel .tb_team-style-4 {
	margin-bottom: 10px;
}