/*--------------------------------------------------------------
  == Testimonial
  --------------------------------------------------------------*/

.tmpcoder-testimonial-carousel .slick-slider {
	cursor: drag;
}

.tmpcoder-testimonial-carousel .slick-track {
	display: -webkit-box !important;
	display: flex !important;
	display: -ms-flexbox !important;
}

.tmpcoder-testimonial-carousel .slick-slide {
	height: inherit !important;
}

.tmpcoder-testimonial-carousel-wrap .slick-list {
	padding-right: 1px !important;
}

.tmpcoder-testimonial-nav-position-default .tmpcoder-testimonial-arrow-container {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tmpcoder-testimonial-nav-position-default .tmpcoder-testimonial-arrow {
	position: static;
}

.tmpcoder-testimonial-nav-position-default .tmpcoder-testimonial-prev-arrow {
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
}

.tmpcoder-testimonial-nav-position-default .tmpcoder-testimonial-next-arrow {
	-ms-transform: translateY(0) rotate(180deg);
	transform: translateY(0) rotate(180deg);
	-webkit-transform: translateY(0) rotate(180deg);
}

.tmpcoder-testimonial-nav-align-top-center .tmpcoder-testimonial-arrow-container,
.tmpcoder-testimonial-nav-align-bottom-center .tmpcoder-testimonial-arrow-container {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tmpcoder-testimonial-arrow {
	position: absolute;
	z-index: 120;
	top: 52%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.tmpcoder-testimonial-arrow i {
	display: block;
	line-height: inherit;
}

.tmpcoder-testimonial-prev-arrow {
	left: 2%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tmpcoder-testimonial-next-arrow {
	right: 2%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.tmpcoder-testimonial-nav-fade .tmpcoder-testimonial-arrow {
	opacity: 0;
}

.tmpcoder-testimonial-dots {
	display: inline-table;
	position: absolute;
	z-index: 110;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tmpcoder-testimonial-dots ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tmpcoder-testimonial-dots li {
	float: left;
	width: auto !important;
	margin: 0 !important;
}

.tmpcoder-testimonial-dot {
	display: block;
	cursor: pointer;
}

.tmpcoder-testimonial-dots li:last-child .tmpcoder-testimonial-dot {
	margin: 0 !important;
}

.tmpcoder-testimonial-social-media {
	display: inline-block;
}

.tmpcoder-testimonial-social {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 45px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.tmpcoder-testimonial-social i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
}

.tmpcoder-testimonial-social:last-child {
	margin-right: 0 !important;
}

.tmpcoder-testimonial-rating i {
	display: inline;
	position: relative;
	font-family: "eicons";
	font-style: normal;
	line-height: 1;
	overflow: hidden;
}

.tmpcoder-testimonial-rating i:before {
	content: '\e934';
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: inherit;
	font-family: inherit;
	overflow: hidden;
}

.tmpcoder-testimonial-rating-style_2 .tmpcoder-testimonial-rating i:before {
	content: '\002605';
}

.tmpcoder-testimonial-rating i:last-of-type {
	margin-right: 0 !important;
}

.tmpcoder-rating-icon-empty:before {
	display: none !important;
}

.elementor-widget-tmpcoder-testimonial-carousel .tmpcoder-testimonial-content-wrap .tmpcoder-testimonial-title {
	font-size: 18px;
	font-weight: 700;
}

.tmpcoder-testimonial-content {
	position: relative;
	font-size: 15px;
}

.tmpcoder-testimonial-content p {
	position: relative;
	z-index: 5;
	margin: 0;
}

.tmpcoder-testimonial-content .tmpcoder-testimonial-icon {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.tmpcoder-testimonial-date {
	font-size: 10px;
}

.tmpcoder-testimonial-content-inner {
	position: relative;
	background-color: #f9f9f9;
}

.tmpcoder-testimonial-triangle-yes .tmpcoder-testimonial-content-inner:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-style: solid;
	border-top-width: 15px;
}

.tmpcoder-testimonial-meta-position-top.tmpcoder-testimonial-meta-align-center .tmpcoder-testimonial-content-inner:before,
.tmpcoder-testimonial-meta-position-bottom.tmpcoder-testimonial-meta-align-center .tmpcoder-testimonial-content-inner:before {
	right: calc(50% - 15px);
}

.tmpcoder-testimonial-meta-position-top.tmpcoder-testimonial-meta-align-left .tmpcoder-testimonial-content-inner:before,
.tmpcoder-testimonial-meta-position-bottom.tmpcoder-testimonial-meta-align-left .tmpcoder-testimonial-content-inner:before {
	margin-left: -15px;
}

.tmpcoder-testimonial-meta-position-top.tmpcoder-testimonial-meta-align-right .tmpcoder-testimonial-content-inner:before,
.tmpcoder-testimonial-meta-position-bottom.tmpcoder-testimonial-meta-align-right .tmpcoder-testimonial-content-inner:before {
	margin-right: -15px;
}

.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner:before,
.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner:before {
	margin-top: -7.5px;
}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-content-inner:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-content-inner {
	margin-top: 15px;
}

.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner {
	margin-right: 15px;
}

.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner {
	margin-left: 15px;
}

.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-content-inner:before {
	bottom: -15px;
}

.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-content-inner {
	margin-bottom: 15px;
}

.tmpcoder-testimonial-meta-position-extra .tmpcoder-testimonial-content-inner:before {
	display: none;
}

.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner:before {
	left: -22px;
}

.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner:before {
	right: -22px;
}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-content-inner:before {
	top: -15px;
}

.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-content-inner:before {
	bottom: -15px;
}

.tmpcoder-testimonial-image {
	overflow: hidden;
}

.elementor-widget-tmpcoder-testimonial-carousel .tmpcoder-testimonial-meta .tmpcoder-testimonial-name {
	font-size: 14px;
	font-weight: 700;
}

.elementor-widget-tmpcoder-testimonial .tmpcoder-testimonial-carousel,
.elementor-widget-tmpcoder-post-grid .slick-slider,
.elementor-widget-tmpcoder-woo-grid .slick-slider {
	overflow: hidden;
}

.tmpcoder-testimonial-logo-image {
	display: block;
	overflow: hidden;
}

.tmpcoder-testimonial-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tmpcoder-testimonial-meta-position-extra .tmpcoder-testimonial-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-meta,
.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-meta {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 480px) {

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-item,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner {
		margin-left: 0 !important;
	}

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-meta,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-meta {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-content-inner:before,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-content-inner:before {
		display: none;
	}
}

.tmpcoder-testimonial-job {
	font-size: 10px;
}

.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-meta-inner>div,
.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-meta-inner>div {
	display: inline-block;
	vertical-align: top;
}

.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-image,
.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-logo-image img,
.tmpcoder-testimonial-image-position-center.tmpcoder-testimonial-meta-align-left .tmpcoder-testimonial-meta img {
	float: left;
}

.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-image,
.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-logo-image img,
.tmpcoder-testimonial-image-position-center.tmpcoder-testimonial-meta-align-right .tmpcoder-testimonial-meta img {
	float: right;
}

.tmpcoder-testimonial-meta-align-left .tmpcoder-testimonial-meta,
.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-meta-content-wrap {
	text-align: left;
}

.tmpcoder-testimonial-meta-align-center .tmpcoder-testimonial-meta {
	text-align: center;
}

.tmpcoder-testimonial-meta-align-right .tmpcoder-testimonial-meta,
.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-meta-content-wrap {
	text-align: right;
}

.tmpcoder-testimonial-meta-align-center .tmpcoder-testimonial-meta img {
	margin: 0 auto;
}

.tmpcoder-testimonial-meta-position-extra .tmpcoder-testimonial-meta img {
	display: inline-block;
}

.tmpcoder-testimonial-meta-inner {
	display: inline-block;
}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-meta-content-wrap,
.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-meta-content-wrap {}

.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-logo-image img,
.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-logo-image img,
.tmpcoder-testimonial-meta-position-top .tmpcoder-testimonial-social-media,
.tmpcoder-testimonial-meta-position-bottom .tmpcoder-testimonial-social-media {
	float: none !important;
	display: inline-block !important;
}

@media screen and (min-width: 480px) {

	.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-image {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 480px) {

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-meta-content-wrap,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-meta-content-wrap {
		display: block !important;
		float: none !important;
		text-align: center !important;
	}

	.tmpcoder-testimonial-meta-position-left.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-meta-position-right.tmpcoder-testimonial-image-position-left .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-meta-position-left.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-image,
	.tmpcoder-testimonial-meta-position-right.tmpcoder-testimonial-image-position-right .tmpcoder-testimonial-image {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-image img,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-image img,
	.tmpcoder-testimonial-meta-position-left .tmpcoder-testimonial-logo-image img,
	.tmpcoder-testimonial-meta-position-right .tmpcoder-testimonial-logo-image img {
		display: inline-block !important;
		float: none !important;
	}
}/** Widgets: testimonial **/