.fl-builder-xpro-team-settings .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-builder-settings[data-type="xpro_team_social_icon_form"] .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator1 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator2 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator3 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator4 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator5 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator6 td:first-child{
	padding-left: 5px !important;
	margin-bottom: -39px;
}

.xpro-widget-separator-heading{
	margin: 5px 0 5px 5px;
	font-size: 12px!important;
	font-weight: 500!important;
}

.xpro-widget-separator-heading > hr{
	margin-top: 7px;
}


/* ===================================
 	Team
====================================== */

.xpro-team-wrapper {
	position: relative;
}

.xpro-team-content {
	padding: 30px;
}

.xpro-team-title {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b2b2b;
	position: relative;
}

.xpro-team-designation {
	font-size: 18px;
	color: #969696;
	margin-bottom: 15px;
	line-height: 1.2;
	position: relative;
}

.xpro-team-social-list {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.xpro-team-social-list > li {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

.xpro-team-social-list > li:nth-last-child(1) {
	margin-right: 0 !important;
}

.xpro-team-social-list > li:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.xpro-team-social-list > li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.xpro-team-social-list > li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.xpro-team-social-list > li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.xpro-team-social-list > li:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.xpro-team-social-list > li:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.xpro-team-social-list > li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.xpro-team-social-list > li:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.xpro-team-social-list > li:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.xpro-team-social-list > li:nth-child(10) {
	-webkit-transition-delay: .10s;
	-o-transition-delay: .10s;
	transition-delay: .10s;
}

.xpro-team-social-list .xpro-team-social-icon {
	height: 40px;
	width: 40px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #c1c1c1;
	color: #8a8a8a;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

.xpro-team-social-icon > i {
	font-size: 16px;
	line-height: 1;
}

.xpro-team-social-icon > svg {
	width: 60px;
	height: auto;
}

.xpro-team-image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.xpro-team-wrapper .xpro-team-image > img {
	width: 100%;
	height: 100%;
}

/*Layout 1*/
.xpro-team-layout-1 .xpro-team-image > img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transition: all .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.xpro-team-layout-1:hover .xpro-team-image > img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*Layout 2*/
.xpro-team-layout-2 {
	text-align: center;
}

.xpro-team-layout-2 .xpro-team-designation {
	font-size: 25px;
	font-weight: 700;
	color: #2b2b2b;
}

.xpro-team-layout-2 .xpro-team-title {
	font-size: 35px;
	margin-bottom: 15px;
}

.xpro-team-layout-2 .xpro-team-social-list {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	display: inline-block;
	margin-bottom: 50px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xpro-team-layout-2:hover .xpro-team-social-list {
	opacity: 1;
}

.xpro-team-layout-2 .xpro-team-social-list > li {
	-webkit-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.xpro-team-layout-2:hover .xpro-team-social-list > li {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xpro-team-layout-2 .xpro-team-social-list .xpro-team-social-icon {
	background-color: #fff;
	border-radius: 50px;
	border-color: transparent;
}

/*Layout 3*/
.xpro-team-layout-3 .xpro-team-social-list {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xpro-team-layout-3:hover .xpro-team-social-list {
	opacity: 1;
}

.xpro-team-layout-3 .xpro-team-social-list > li {
	margin: 0;
}

.xpro-team-layout-3 .xpro-team-social-list .xpro-team-social-icon {
	background-color: #fff;
	border-color: transparent;
}

.xpro-team-layout-3 .xpro-team-social-list > li {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.xpro-team-layout-3:hover .xpro-team-social-list > li {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xpro-team-layout-3 .xpro-team-content {
	position: relative;
	padding: 30px;
	z-index: 2;
	background-color: #eaeaea;
}

.xpro-team-layout-3 .xpro-team-description {
	display: none;
}

/*Layout 4*/
.xpro-team-layout-4 .xpro-team-image > img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.xpro-team-layout-4:hover .xpro-team-image > img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.xpro-team-layout-4 .xpro-team-content{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	padding: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
}

.xpro-team-layout-4 .xpro-team-content{
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.xpro-team-layout-4:hover .xpro-team-content{
	opacity: 1;
}

.xpro-team-layout-4 .xpro-team-social-icon{
	color: #fff;
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	border-radius: 50px;
}

/*Layout 5*/
.xpro-team-layout-5{
	text-align: center;
}

.xpro-team-layout-5 .xpro-team-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	background-color: #2b2b2ba3;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.xpro-team-layout-5:hover .xpro-team-image::before{
	opacity: 1;
}

.xpro-team-layout-5 .xpro-team-social-list{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 3;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.xpro-team-layout-5:hover .xpro-team-social-list{
	opacity: 1;
}

.xpro-team-layout-5 .xpro-team-social-list .xpro-team-social-icon{
	color: #2b2b2b;
	background-color: #fff;
	border-color: #fff;
	border-radius: 50px;
}

/*Layout 6*/
.xpro-team-layout-6 .xpro-team-content{
	padding: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 80%;
	z-index: 2;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.xpro-team-layout-6 .xpro-team-content::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: -1;
}

.xpro-team-layout-6 .xpro-team-social-list{
	margin-top: auto;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xpro-team-layout-6:hover .xpro-team-social-list{
	opacity: 1;
}

.xpro-team-layout-6 .xpro-team-social-list .xpro-team-social-icon{
	border: 1px solid #ffffff;
	color: #585858;
	background-color: #fff;
}

.xpro-team-layout-6 .xpro-team-social-list > li{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.xpro-team-layout-6:hover .xpro-team-social-list > li{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*Layout 7*/
.xpro-team-layout-7 .xpro-team-content{
	padding: 30px;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: #fff;
}

.xpro-team-layout-7 .xpro-team-description{
	display: none;
}

.xpro-team-layout-7 .xpro-team-social-list{
	display: none;
}

/*Layout 8*/
.xpro-team-layout-8 {
	text-align: center;
}

.xpro-team-layout-8 .xpro-team-inner-content {
	position: absolute;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.xpro-team-layout-8 .xpro-team-image {
	overflow: initial;
	padding-bottom: 30px;
}

.xpro-team-layout-8 .xpro-team-social-list {
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 10px 30px;
	border-radius: 50px;
	background-color: #FFC460;
}

.xpro-team-layout-8 .xpro-team-social-list .xpro-team-social-icon {
	background-color: #fff;
	border-color: #fff;
	border-radius: 50px;
	color: #2b2b2b;
}

.xpro-team-layout-8 .xpro-team-content {
	padding: 50px;
	display: none;
}

/*Layout 9*/
.xpro-team-layout-9 .xpro-team-image {
	position: relative;
	overflow: hidden;
}

.xpro-team-layout-9 .xpro-team-inner-content {
	position: absolute;
	bottom: 0;
	left: 100px;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	padding: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: #fff;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-title {
	padding-left: 30px;
}

.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-designation {
	padding-left: 30px;
	margin: 0;
}

.xpro-team-layout-9 .xpro-team-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.xpro-team-layout-9 .xpro-team-social-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	min-width: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	background-color: #F0C46B;
}

.xpro-team-layout-9 .xpro-team-social-list > li {
	margin-right: 0 !important;
	margin-bottom: 10px;
}

.xpro-team-layout-9 .xpro-team-social-list > li:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.xpro-team-layout-9 .xpro-team-social-list .xpro-team-social-icon {
	background-color: #ffffff47;
	border-color: transparent;
	color: #fff;
	border-radius: 50px;
}

.xpro-team-layout-9 .xpro-team-content {
	padding: 0 !important;
}

.xpro-team-layout-9 .xpro-team-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 50px;
}

.xpro-team-layout-9 .xpro-team-description::before {
	content: '';
	position: relative;
	width: 100px;
	height: 5px;
	display: block;
	margin-bottom: 30px;
	background-color: #F0C46B;
}

/*Layout 10*/
.xpro-team-layout-10 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.xpro-team-layout-10 .xpro-team-image{
	width: 50%;
}

.xpro-team-layout-10 .xpro-team-content {
	padding: 30px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Layout 11*/
.xpro-team-layout-11 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.xpro-team-layout-11 .xpro-team-image{
	width: 50%;
}

.xpro-team-layout-11 .xpro-team-content {
	padding: 30px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Layout 12*/
.xpro-team-layout-12 {
	text-align: center;
}

.xpro-team-layout-12 .xpro-team-content {
	background-color: #002569e8;
}

.xpro-team-layout-12 .xpro-team-social-list {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.xpro-team-layout-12:hover .xpro-team-social-list {
	opacity: 1;
}

.xpro-team-layout-12 .xpro-team-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002569e8;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.xpro-team-layout-12:hover .xpro-team-image::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xpro-team-layout-12 .xpro-team-social-list .xpro-team-social-icon {
	border: 1px solid #ffffff78;
	color: #ffffff;
	background-color: #ffffff78;
}

.xpro-team-layout-12 .xpro-team-title {
	color: #fff;
}

.xpro-team-layout-12 .xpro-team-description {
	color: #fff;
}

/*Layout 13*/
.xpro-team-layout-13::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	height: 500px;
	width: 500px;
	max-width: 90%;
	max-height: 90%;
	margin-bottom: 4%;
	margin-right: 4%;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.xpro-team-layout-13 .xpro-team-social-list {
	margin: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 50px;
	left: -40px;
	z-index: -1;
}

.xpro-team-layout-13 .xpro-team-image {
	overflow: initial;
	z-index: 0;
}

.xpro-team-layout-13 .xpro-team-social-list > li {
	margin-right: 0 !important;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.xpro-team-layout-13 .xpro-team-social-list > li:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.xpro-team-layout-13:hover .xpro-team-social-list > li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.xpro-team-layout-13 .xpro-team-social-list .xpro-team-social-icon {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	color: #fff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.xpro-team-layout-13 .xpro-team-content {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 100%;
	padding: 0;
	z-index: 2;
	padding-left: 30px;
	max-width: calc(100% - 100px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 5px solid #2b2b2b;
}


/*Layout 14*/
.xpro-team-layout-14 {
	text-align: center;
}

.xpro-team-layout-14 .xpro-team-image {
	overflow: initial;
}

.xpro-team-layout-14 .xpro-team-image > img {
	position: relative;
	z-index: 1;
}

.xpro-team-layout-14 .xpro-team-description {
	display: none;
}

.xpro-team-layout-14 .xpro-team-social-list {
	display: none;
}

/*Layout 15*/
.xpro-team-layout-15 {
	border: 1px solid #efefef;
	padding: 20px 0 20px 20px;
	border-radius: 5px;
}

.xpro-team-layout-15 .xpro-team-social-list {
	position: absolute;
	top: 0;
	-webkit-transform: none;
	right: 0;
	text-align: center;
	margin: 0;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xpro-team-layout-15 .xpro-team-social-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0 !important;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xpro-team-layout-15 .xpro-team-social-list > li:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.xpro-team-layout-15 .xpro-team-content {
	padding: 50px 0 0;
}
