/* Who We Are Section */
.wwa .title-section h2 {
	color: #b6b6b6;
	font-family: 'Roboto';
	font-size: 129px;
	font-weight: 800;
	line-height: .45;
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.wwa .title-section h2 {
		font-size: 90px;
		line-height: .5;
		padding-top: 50px;
	}
}
@media (min-width: 768px) {
	.wwa .title-section h2 {
		font-size: 150px;
		line-height: .45;
	}
}
.wwa .subtitle-section h3 {
	color: #000;
	display: inline-flex;
	font-family: 'Roboto';
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.wwa .subtitle-section h3 {
		font-size: 35px;
	}
}
@media (min-width: 768px) {
	.wwa .subtitle-section h3 {
		font-size: 50px;
	}
}
.wwa .subtitle-section h3 .circle-separate {
	background: #faa61a;
	border-radius: 3em;
	height: 20px;
	margin: auto 5px;
	width: 20px;
}
.content-section p {
	color: #575757;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 300;
}
/* Our Team */
.btn-team button {
	align-items: center;
	background: #faa61a;
	border: 0;
	border-radius: 3em;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	margin: 0 auto 50px;
	position: relative;
	text-transform: uppercase;
	transition: background .3s ease;
	width: 250px;
}
.btn-team button::before,
.btn-team button::after {
	transition: all .3s;
	content: "";
}
.btn-team button:hover {
	background: #ffbc4c;
}
.btn-team button:hover::before {
	border: 1px solid #ffbc4c;
	border-radius: 3em;
	bottom: 0;
	content: "";
	height: 65px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 265px;
}
.btn-team button:hover::after {
	background: #ffbc4c;
	border-radius: 3em;
	content: "";
	height: 10px;
	margin: auto;
	left: 0;
	position: absolute;
	top: -12px;
	right: 0;
	width: 10px;
}
.team {
	display: none;
}
.team-content {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 25px auto;
	position: relative;
}
.team-content:hover .team-info {
	opacity: 1;
}
.team-content:hover img {
	border-color: #faa61a;
}
.team-content img {
	border-radius: 100%;
	border: 5px solid transparent;
	height: 250px;
	object-fit: cover;
	width: 250px !important;
}
.team-content::before,
.team-content::after {
	transition: all .3s;
	content: "";
}
.team-content:hover::before {
	border: 1px solid #ffbc4c;
	border-radius: 100%;
	bottom: 0;
	content: "";
	height: 265px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 265px;
}
.team-content:hover::after {
	background: #ffbc4c;
	border-radius: 3em;
	content: "";
	height: 10px;
	margin: auto;
	left: 15%;
	position: absolute;
	top: 10%;
	width: 10px;
}
.team-content .team-info {
	align-items: center;
	background: rgba(0,0,0,.3);
	border-radius: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 240px;
	justify-content: flex-end;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	transition: all .3s;
	top: 0;
	right: 0;
	width: 240px;
}
.team-content .team-info .first-name {
	font-size: 40px;
	line-height: 30px;
}
.team-content .team-info .last-name {
	font-size: 34px;
	line-height: 45px;
}
.team-content .team-info .charge {
	color: #faa61a;
	font-size: 18px;
	padding-bottom: 25px;
}
.team-content .team-info .first-name,
.team-content .team-info .last-name,
.team-content .team-info .charge {
    text-align: center;
	text-transform: uppercase;
}
.team-name {
	font-family: 'Quicksand';
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.parthners .container {
	border-top: 1px solid #faa61a;
}
.parthners .parthner-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 320px) {
    .parthners .parthner-section {
        justify-content: center;
    }
}

@media (min-width: 512px) {
    .parthners .parthner-section {
        justify-content: space-between;
    }
}
.parthners h1 {
	color: #bcbdbd;
	font-size: 50px;
	margin: 25px 0;
}
.parthners-logo {
	position: relative;
	margin: 25px 0;
	width: 206px;
}
.parthners-logo img {
	border: 5px solid transparent;
	border-radius: 100%;
	transition: all .3s;
}
.parthners-logo:hover img {
	border: 5px solid #faa61a;
	border-radius: 100%;
}
.parthners-logo:hover::before {
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, .1);
	border-radius: 100%;
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 95%;
}