.tt-category-featured {
	float: left;
	position: relative;
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0 0 5px 1px #e5e5e5;
	-moz-box-shadow: 0 0 5px 1px #e5e5e5;
	-webkit-box-shadow: 0 0 5px 1px #e5e5e5;
}
.tt-category-featured .ttfcat-items {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.tt-category-featured .item {
  float: left;
  width: 100%;
}
.tt-category-featured .content {
    float: left;
	width: 100%;
	overflow: hidden;
}
.tt-category-featured .tt_cat_content {
	background: #fff none repeat scroll 0 0;
	float: left;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 0 0 5px;
	text-align: center;
}
.tt-category-featured .category-feature.tt-carousel {
	position: static;
}
.tt-category-featured .image {
	padding: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	border: 2px dashed #ccc;
	height: 280px;
	width: 280px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.tt-category-featured .content:hover .image {
	border-color: #ffbe32;
}
.tt-category-featured .content .image .service-dot {
	width: 100%;
	height: 100%;
	left: 56%;
	top: 8%;
}
.tt-category-featured .content .image .service-dot:nth-child(1) {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: service-dot_1 2s infinite linear;
	-moz-animation: service-dot_1 2s infinite linear;
	-o-animation: service-dot_1 2s infinite linear;
	animation: service-dot_1 2s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.tt-category-featured .content:hover .image .service-dot:nth-child(1) {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.tt-category-featured .content .image .service-dot .dots {
	width: 15px;
	height: 15px;
	background: #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 27px;
	top: 0;
	position: relative;
}
.tt-category-featured .content:hover .image .service-dot .dots {
	background: #ffbe32;
}
@-webkit-keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes service-dot_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes service-dot_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-moz-keyframes service-dot_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-o-keyframes service-dot_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }

@keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } 
}
.tt-category-featured .image a {
    float: left;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	padding: 20px;
}
.tt-category-featured .image a img {
	display: block;
	max-width: 100%;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	width: 100%;
}
.tt-category-featured .content:hover .image a img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.tt-category-featured .caption {
	padding: 10px 0 0;
	text-align: center;
	float: left;
	width: 100%;
}
.tt-category-featured .caption .cat-title > h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.tt-category-featured .content .cat-title a {
	color: #111;
	font: 600 18px/28px "Poppins", Helvetica, sans-serif;
	margin: 0;
	text-transform: capitalize;
	white-space: nowrap;
}
.tt-category-featured .caption .cat-sub {
  float: left;
  width: 100%;
  display: none;
}
.tt-category-featured .act-btn {
	float: left;
	width: 100%;
}
.tt-category-featured .content .act-btn a {
	font: 500 13px/28px "Poppins", Helvetica, sans-serif;
	color: #666;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	padding: 0 0 3px;
}
.tt-category-featured .content .act-btn:hover a {
	letter-spacing: 1.9px;
	color: #111;
	border-bottom: 1px solid #111;
}
.tt-category-featured .caption .cat-sub ul {
	margin: 0;
}
.tt-category-featured .cat-sub li {
  list-style: outside none none;
}
.tt-category-featured .cat-sub li.more {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
.tt-category-featured .cat-sub li.more .more-menu {
	padding: 5px 0;
	float: left;
}
.tt-category-featured .cat-sub li span, .tt-category-featured .cat-sub li a {
	color: #777;
	font: 400 13px/18px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	position: relative;
	padding: 5px 0 5px 10px;
	float: left;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
}
.tt-category-featured .cat-sub li span{
	color: #000000;
}
.tt-category-featured .caption .cat-sub li a:hover, .tt-category-featured .caption .cat-sub li span:hover {
	color: #000000;
}
.tt-category-featured .caption .cat-sub li a::before , .tt-category-featured .caption .cat-sub li span::before {
  content: ".";
	font-size: 29px;
	left: 0;
	position: absolute;
	top: -3px;
}
@media (max-width: 1350px) {
	.tt-category-featured .content {
		padding: 0 10px;
	}
}
@media (max-width: 1200px) {
	.tt-category-featured .image {
		height: 250px;
		width: 250px;
	}
	.tt-category-featured .content .image .service-dot .dots {
		left: 17px;
	}
}
@media (max-width: 991px) {
	.tt-category-featured {
		padding: 15px 20px;
	}
}
@media (max-width: 543px) {
	.tt-category-featured .image a {
		border-right: none;
		width: 100%;
	}
	.tt-category-featured .ttfcat-items {
		padding: 10px 0;
	}
	.tt-category-featured .ttfcat-items {
		padding: 5px 0 0;
	}
	.tt-category-featured .caption {
		width: 100%;
	}
	.tt-category-featured .caption .cat-title > h4 {
		margin: 0;
	}
}
