.mtt-social .mtt-social-icon-one svg, .mtt-social .mtt-social-icon-two svg, .mtt-social .mtt-social-icon-three svg, .mtt-social .mtt-social-icon-four svg {
	inline-size: 16px;
}

.mtt-team-style-style33-area .slick-dots {
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: 0;
	inset-inline-end: 0;
	text-align: center;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.mtt-team-style-style33-area .slick-dots li {
	display: inline-block;
	margin-block: 0px;
	margin-inline: 5px;
	line-height: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.mtt-team-style-style33-area .slick-dots li.slick-active button {
	background-color: #09ebaf;
	inline-size: 30px;
}

.mtt-team-style-style33-area .slick-dots li button {
	font-size: 0;
	line-height: 0;
	block-size: 7px;
	inline-size: 14px;
	background-color: #353434;
	border: 0;
	border-radius: 3px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	padding-block: 0 !important;
	padding-inline: 0 !important;
	position: relative;
	inset-block-start: 5px;
}

.mtt-team-style-style34-area .slick-dots {
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: -15px;
	inset-inline-end: 0;
	text-align: center;
}

.mtt-team-style-style34-area .slick-dots li {
	display: inline-block;
	margin-block: 0px;
	margin-inline: 5px;
	line-height: 0;
}

.mtt-team-style-style34-area .slick-dots li.slick-active button {
	background-color: #333;
	color: #fff;
}

.mtt-team-style-style34-area .slick-dots li button {
	inline-size: 35px;
	block-size: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #333;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	outline: none;
	padding-block: 0 !important;
	padding-inline: 0 !important;
	position: relative;
	inset-block-start: 3px;
}

.mtt-team-style-style34-area .slick-dots li.slick-active button, .mtt-team-style-style34-area .slick-dots li button {
	padding-block: 0px;
	padding-inline: 0px;
	background: #014470;
	border-color: transparent;
}

@-webkit-keyframes animate {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes animate {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}