
.elementor-widget-elementskit-team {
	width: 100%;
}

.ekit-wid-con .profile-card, body .profile-card {
	background-color: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	padding: 40px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.ekit-wid-con .profile-card.text-center .profile-header, body .profile-card.text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .profile-card:hover, body .profile-card:hover {
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}

.ekit-wid-con .profile-card:hover .profile-body .profile-title, body .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ekit-wid-con .profile-icon, body .profile-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	background-color: #fc0467;
	border-radius: 50%;
	font-size: 22px;
	width: 60px;
	height: 60px;
}

.ekit-wid-con .profile-icon[class*=icon-align-], body .profile-icon[class*=icon-align-] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .profile-icon.icon-align-start, body .profile-icon.icon-align-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ekit-wid-con .profile-icon.icon-align-center, body .profile-icon.icon-align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ekit-wid-con .profile-icon.icon-align-end, body .profile-icon.icon-align-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .profile-icon svg, body .profile-icon svg {
	vertical-align: middle;
}

.ekit-wid-con .profile-icon > i, body .profile-icon > i {
	display: block;
	color: #fff;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-body, body .profile-body {
	padding-bottom: 20px;
}

.ekit-wid-con .profile-body .profile-title, body .profile-body .profile-title {
	font-size: 22px;
	color: #000;
	margin: 0;
}

.ekit-wid-con .profile-body .profile-title > a, body .profile-body .profile-title > a {
	color: inherit;
}

.ekit-wid-con .profile-body .profile-designation, body .profile-body .profile-designation {
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 15px;
}

.ekit-wid-con .profile-header, body .profile-header {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.ekit-wid-con .profile-header > img, body .profile-header > img {
	width: 160px;
	height: 160px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-image-card, body .profile-image-card {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .profile-image-card::before, body .profile-image-card::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .4s ease .2s;
	transition: all .4s ease .2s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .profile-image-card .hover-area, body .profile-image-card .hover-area {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 2;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ekit-wid-con .profile-image-card .hover-area .profile-title, body .profile-image-card .hover-area .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-image-card .hover-area .profile-designation, body .profile-image-card .hover-area .profile-designation {
	color: #fff;
}

.ekit-wid-con .profile-image-card .hover-area .profile-content, body .profile-image-card .hover-area .profile-content {
	color: #fff;
}

.ekit-wid-con .profile-image-card:hover .hover-area, body .profile-image-card:hover .hover-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.ekit-wid-con .profile-image-card:hover::before, body .profile-image-card:hover::before {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.ekit-wid-con .image-card-v2 .profile-image-card::before, body .image-card-v2 .profile-image-card::before {
	background-color: #123075;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}

.ekit-wid-con .image-card-v2 .profile-image-card:hover::before, body .image-card-v2 .profile-image-card:hover::before {
	opacity: .93;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ekit-wid-con .image-card-v2 .profile-image-card .hover-area, body .image-card-v2 .profile-image-card .hover-area {
	padding-left: 50px;
	padding-right: 50px;
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .border-hr, body .image-card-v2 .profile-image-card .profile-body .border-hr {
	background-color: rgba(255, 255, 255, .6);
	margin-bottom: 25px;
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .profile-content, body .image-card-v2 .profile-image-card .profile-body .profile-content {
	color: #fff;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::before, body .image-card-v2.style-circle .profile-image-card::before {
	border-radius: inherit;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::after, body .image-card-v2.style-circle .profile-image-card::after {
	content: " ";
	display: block;
	padding-bottom: 100%;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card > img, body .image-card-v2.style-circle .profile-image-card > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ekit-wid-con .image-card-v3 .profile-image-card::before, body .image-card-v3 .profile-image-card::before {
	display: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card::after, body .image-card-v3 .profile-image-card::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	pointer-events: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card .hover-area, body .image-card-v3 .profile-image-card .hover-area {
	top: inherit;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover .hover-area, body .image-card-v3 .profile-image-card:hover .hover-area {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover::after, body .image-card-v3 .profile-image-card:hover::after {
	opacity: .8;
}

.ekit-wid-con .image-card-v3.tiny-gutters, body .image-card-v3.tiny-gutters {
	margin-left: -3px;
	margin-right: -3px;
}

.ekit-wid-con .image-card-v3.tiny-gutters > [class^=col-], body .image-card-v3.tiny-gutters > [class^=col-] {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.ekit-wid-con .profile-square-v .profile-card, body .profile-square-v .profile-card {
	padding: 20px 20px 40px;
	z-index: 1;
}

.ekit-wid-con .profile-square-v .profile-card::before, body .profile-square-v .profile-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .profile-square-v .profile-card .profile-header, body .profile-square-v .profile-card .profile-header {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.ekit-wid-con .profile-square-v .profile-card .profile-content, body .profile-square-v .profile-card .profile-content {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v .profile-card:hover::before, body .profile-square-v .profile-card:hover::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-designation, .ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-title, body .profile-square-v .profile-card:hover .profile-body .profile-designation, body .profile-square-v .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-content, body .profile-square-v .profile-card:hover .profile-content {
	color: #fff;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card::before, body .profile-square-v.square-v2 .profile-card::before {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover, body .profile-square-v.square-v2 .profile-card:hover {
	background-color: #fff;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title, body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation, body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
	color: #656565;
}

.ekit-wid-con .profile-square-v.square-v3 .profile-card:hover, body .profile-square-v.square-v3 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card, body .profile-square-v.square-v4 .profile-card {
	max-height: 380px;
	overflow: hidden;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card::before, body .profile-square-v.square-v4 .profile-card::before {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header, body .profile-square-v.square-v4 .profile-card .profile-header {
	margin-bottom: 0;
	max-width: 255px;
	max-height: 255px;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-left .profile-header img, body .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-right .profile-header img, body .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body, body .profile-square-v.square-v4 .profile-card .profile-body {
	margin-bottom: 0;
	padding: 35px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body::before, body .profile-square-v.square-v4 .profile-card .profile-body::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list, body .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover, body .profile-square-v.square-v4 .profile-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body, body .profile-square-v.square-v4 .profile-card:hover .profile-body {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body::before, body .profile-square-v.square-v4 .profile-card:hover .profile-body::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list, body .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list {
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card, body .profile-square-v.square-v5 .profile-card {
	padding-bottom: 50px;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body, .ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-header, body .profile-square-v.square-v5 .profile-card .profile-body, body .profile-square-v.square-v5 .profile-card .profile-header {
	padding-bottom: 0;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body, body .profile-square-v.square-v5 .profile-card .profile-body {
	padding: 32px 60px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card, body .profile-square-v.square-v6 .profile-card {
	padding-bottom: 35px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card::after, body .profile-square-v.square-v6 .profile-card::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #2965f1;
	opacity: .2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body, .ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-header, body .profile-square-v.square-v6 .profile-card .profile-body, body .profile-square-v.square-v6 .profile-card .profile-header {
	margin-bottom: 0;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body, body .profile-square-v.square-v6 .profile-card .profile-body {
	padding: 40px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover, body .profile-square-v.square-v6 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover::after, body .profile-square-v.square-v6 .profile-card:hover::after {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::after, body .profile-square-v.square-v6.square-v6-v2 .profile-card::after {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::before, body .profile-square-v.square-v6.square-v6-v2 .profile-card::before {
	opacity: 0;
	background-size: 101% 101%;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content, .ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
	color: #fff;
}

.ekit-wid-con .profile-info-text, body .profile-info-text {
	padding-right: 30px;
}

.ekit-wid-con .profile-info-text .info-title, body .profile-info-text .info-title {
	font-size: 48px;
	margin-bottom: 23px;
}

.ekit-wid-con .profile-info-text p, body .profile-info-text p {
	margin-bottom: 37px;
}

.ekit-wid-con .small-gutters .profile-card, body .small-gutters .profile-card {
	padding: 10px 10px 40px;
}

.ekit-wid-con .no_gutters .profile-card, body .no_gutters .profile-card {
	padding: 0;
}

.ekit-wid-con .style-circle .profile-image-card, body .style-circle .profile-image-card {
	width: 255px;
	height: 255px;
	border-radius: 50%;
}

.ekit-wid-con .style-circle .profile-image-card.text-center, body .style-circle .profile-image-card.text-center {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .text-center .profile-header, body .text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .popup-modal, body .popup-modal {
	display: inline-block;
}

.ekit-wid-con .elementskit-portfolio-thumb img, body .elementskit-portfolio-thumb img {
	width: 100%;
}

.ekit-wid-con .ekit-team-style-default::before, body .ekit-team-style-default::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: -1;
}

.ekit-wid-con .ekit-team-style-default:hover::before, body .ekit-team-style-default:hover::before {
	opacity: 1;
}

.ekit-wid-con .ekit-team-style-long_height_hover > img, .ekit-wid-con .ekit-team-style-overlay > img, .ekit-wid-con .ekit-team-style-overlay_details > img, body .ekit-team-style-long_height_hover > img, body .ekit-team-style-overlay > img, body .ekit-team-style-overlay_details > img {
	display: block;
}

.ekit-wid-con .ekit-team-style-long_height_details, body .ekit-team-style-long_height_details {
	overflow: hidden;
}

.ekit-wid-con .ekit-team-style-hover_info .ekit-team-img, body .ekit-team-style-hover_info .ekit-team-img {
	padding-top: 0 !important;
}

.ekit-wid-con .ekit-team-style-centered_style_details .profile-designation, .ekit-wid-con .ekit-team-style-long_height_details .profile-designation, .ekit-wid-con .ekit-team-style-long_height_details_hover .profile-designation, body .ekit-team-style-centered_style_details .profile-designation, body .ekit-team-style-long_height_details .profile-designation, body .ekit-team-style-long_height_details_hover .profile-designation {
	margin-bottom: 30px;
}

.ekit-wid-con .ekit-team-style-hover_info .profile-designation, body .ekit-team-style-hover_info .profile-designation {
	margin-bottom: 25px;
}

.ekit-wid-con .ekit-team-style-overlay_circle_hover .profile-designation, .ekit-wid-con .ekit-team-style-overlay_details .profile-designation, body .ekit-team-style-overlay_circle_hover .profile-designation, body .ekit-team-style-overlay_details .profile-designation {
	margin-bottom: 12px;
}

.ekit-wid-con .ekit-team-img > img, body .ekit-team-img > img {
	margin-left: auto;
	margin-right: auto;
	border-radius: inherit;
}

.ekit-wid-con .ekit-team-img.profile-header > img, body .ekit-team-img.profile-header > img {
	-o-object-fit: cover;
	object-fit: cover;
}

.ekit-wid-con .ekit-team-img.profile-image-card > img, body .ekit-team-img.profile-image-card > img {
	width: 100%;
}

.ekit-wid-con .ekit-team-modal.mfp-bg, body .ekit-team-modal.mfp-bg {
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap::before, body .ekit-team-modal.mfp-wrap::before {
	opacity: .8;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.mfp-ready::before, body .ekit-team-modal.mfp-wrap.mfp-ready::before {
	opacity: 1;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.ekit-promo-popup::before, body .ekit-team-modal.mfp-wrap.ekit-promo-popup::before {
	background-color: #555;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap > .mfp-container, body .ekit-team-modal.mfp-wrap > .mfp-container {
	padding: 60px 15px;
	overflow: auto;
}

.ekit-wid-con .ekit-team-modal-close, body .ekit-team-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #656565;
	background-color: rgba(255, 255, 255, 0);
	border-width: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 1;
	outline: 0;
	z-index: 1;
}

.ekit-wid-con .ekit-team-modal-title, body .ekit-team-modal-title {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
	font-size: 22px;
}

.ekit-wid-con .ekit-team-modal-position, body .ekit-team-modal-position {
	margin-bottom: 35px;
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
}

.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
	width: 100%;
	margin-bottom: 30px;
}

.ekit-wid-con .ekit-team-modal-img > img, body .ekit-team-modal-img > img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width:481px) {
	.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-bottom: 0;
	}
}

.ekit-wid-con .ekit-team-modal-info, body .ekit-team-modal-info {
	width: 100%;
}

.ekit-wid-con .ekit-team-modal-info .ekit-team-social-list > li > a, body .ekit-team-modal-info .ekit-team-social-list > li > a {
	line-height: 32px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width:481px) {
	.ekit-wid-con .ekit-team-modal-info.has-img, body .ekit-team-modal-info.has-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 30px;
	}
}

@media screen and (min-width:992px) {
	.ekit-wid-con .ekit-team-modal-info.has-img, body .ekit-team-modal-info.has-img {
		padding-left: 50px;
	}
}

.ekit-wid-con .ekit-team-modal-content, body .ekit-team-modal-content {
	margin-bottom: 22px;
}

.ekit-wid-con .ekit-team-modal-content p:not(:last-child), body .ekit-team-modal-content p:not(:last-child) {
	margin-bottom: 10px;
}

.ekit-wid-con .ekit-team-modal-list, body .ekit-team-modal-list {
	margin-bottom: 25px;
	padding-left: 0;
	list-style: none;
	color: #656565;
	font-size: 15px;
}

.ekit-wid-con .ekit-team-modal-list > li, body .ekit-team-modal-list > li {
	padding: 19px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.ekit-wid-con .ekit-team-modal-list > li:last-child, body .ekit-team-modal-list > li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.ekit-wid-con .ekit-team-modal-list strong, body .ekit-team-modal-list strong {
	font-weight: 600;
	padding-right: 18px;
}

.ekit-wid-con .ekit-team-modal-list a, body .ekit-team-modal-list a {
	color: inherit;
}

.ekit-wid-con .ekit-team-modal-list a:hover, body .ekit-team-modal-list a:hover {
	color: #2575fc;
}

.ekit-wid-con .ekit-team-popup, body .ekit-team-popup {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup, body .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup, body .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.ekit-wid-con .elementskit-team-popup .modal-content, body .elementskit-team-popup .modal-content {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border: 0;
	border-radius: 0;
}

.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .modal-header .mfp-close, body .modal-header .mfp-close {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-left: auto;
}

.ekit-wid-con .ekit-promo-popup > .mfp-container, body .ekit-promo-popup > .mfp-container {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .ekit-promo-popup > .mfp-container > .mfp-content, body .ekit-promo-popup > .mfp-container > .mfp-content {
	max-width: 920px;
}

.ekit-wid-con .ekit-team-social-list, body .ekit-team-social-list {
	list-style: none;
}

.ekit-wid-con .ekit-team-social-list > li, body .ekit-team-social-list > li {
	display: inline-block;
}

.ekit-wid-con .ekit-team-social-list > li:not(:last-child), body .ekit-team-social-list > li:not(:last-child) {
	margin-right: 10px;
}

.ekit-wid-con .ekit-team-social-list > li > a, body .ekit-team-social-list > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 12px;
	background-color: #000;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit-team-social-list > li > a:hover, body .ekit-team-social-list > li > a:hover {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 50%;
}

.ekit-wid-con .ekit-team-social-list > li > a:hover > i::before, body .ekit-team-social-list > li > a:hover > i::before {
	-webkit-animation: iconTranslateY .4s forwards;
	animation: iconTranslateY .4s forwards;
}

.ekit-wid-con .ekit-team-social-list > li > a:hover > svg, body .ekit-team-social-list > li > a:hover > svg {
	-webkit-animation: iconTranslateY .4s forwards;
	animation: iconTranslateY .4s forwards;
}

.ekit-wid-con .ekit-team-social-list > li > a > i, body .ekit-team-social-list > li > a > i {
	overflow: hidden;
}

.ekit-wid-con .ekit-team-social-list > li > a > i::before, body .ekit-team-social-list > li > a > i::before {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit-team-img-block > img, body .ekit-team-img-block > img {
	display: block;
}

.ekit-wid-con .ekit-team-img-fit > .profile-image-card > img, body .ekit-team-img-fit > .profile-image-card > img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (max-width:991px) {
	.ekit-wid-con .profile-image-card-group > li, body .profile-image-card-group > li {
		margin-bottom: 0;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-entry-content, body .fullwidth-profile-card .profile-entry-content {
		padding-left: 30px;
		padding-right: 25px;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-img, body .fullwidth-profile-card .profile-img {
		display: block;
	}
	
	.ekit-wid-con .owl-carousel .owl-item .profile-header img, body .owl-carousel .owl-item .profile-header img {
		width: 100%;
	}
	
	.ekit-wid-con .team-slider-wraper, body .team-slider-wraper {
		overflow: hidden;
		position: relative;
	}
	
	.ekit-wid-con .single-preview .entry-content, body .single-preview .entry-content {
		background-size: 100%;
	}
	
	.ekit-wid-con .team-sync-thumb, body .team-sync-thumb {
		overflow: visible;
		margin-bottom: 30px;
	}
	
	.ekit-wid-con .team-sync-thumb .owl-item, body .team-sync-thumb .owl-item {
		-webkit-transform: none !important;
		transform: none !important;
	}
	
	.ekit-wid-con .team-sync-prev .owl-stage-outer, body .team-sync-prev .owl-stage-outer {
		padding-bottom: 50px;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .team-slider, body .team-slider {
		padding: 0;
	}
	
	.ekit-wid-con .team-slider, body .team-slider {
		overflow: visible;
	}
	
	.ekit-wid-con .team-slider .owl-stage-outer, body .team-slider .owl-stage-outer {
		padding: 50px 0;
	}
	
	.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header, body .profile-square-v.square-v4 .profile-card .profile-header {
		max-height: 380px;
	}
	
	.ekit-wid-con .profile-square-v.square-v4 .profile-card, body .profile-square-v.square-v4 .profile-card {
		max-height: 500px;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-entry-content, body .fullwidth-profile-card .profile-entry-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .profile-image-card-group.five-col > li, .ekit-wid-con .profile-image-card-group.four-col > li, body .profile-image-card-group.five-col > li, body .profile-image-card-group.four-col > li {
		width: 100%;
	}
	
	.ekit-wid-con .vintage-style-2 .vintage-profile-card .profile-group, body .vintage-style-2 .vintage-profile-card .profile-group {
		padding: 62px 29px;
	}
	
	.ekit-wid-con .profile-info-text, body .profile-info-text {
		padding-right: 0;
	}
	
	.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
		display: block;
		padding: 60px 25px 40px;
	}
}

body .elementskit-team-popup svg {
	width: 1rem;
	height: 1rem;
}
