/*---------------------------------------------------------------------
Feature Circle
-----------------------------------------------------------------------*/
.iq-feature-circle-1 {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

.iq-feature-circle-1 .iq-img::before {
	content: "";
	border: 2px dotted #f2f4ff;
	-webkit-animation: anti-clockwise 25s linear 100000;
	animation: anti-clockwise 25s linear 100000;
	width: 500px;
	height: 500px;
	border-radius: 900px;
	display: inline-block;
}

.iq-feature-circle-1 .iq-img {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	position: relative;
	transition: all .4s ease;
	transform-origin: center center
}

.iq-feature-circle-1 .circle-bg {
	box-shadow: 0px 10px 20px 0px rgba(139, 118, 246, 0.4);
	width: 140px;
	text-align: center;
	position: relative;
	height: 140px;
	line-height: 140px;
	border-radius: 900px;
}

.iq-feature-circle-1 .dot-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.iq-feature-circle-1 .effect-circle:before {
	background: url('../img/circle.png');
	width: 210px;
	height: 210px;
	display: inline-block;
	content: "";
}

.iq-feature-circle-1 .effect-circle {
	width: 210px;
	height: 210px;
	border-radius: 900px;
	border: 1px solid rgba(255, 106, 92, 1);
	-webkit-animation: rotate-center 25s linear 100000;
	animation: rotate-center 25s linear 100000;
}

.iq-feature-circle-1 .main-circle {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin-right: -50%;
}

.iq-feature-circle-1 .iq-img ul li .feature-info {
	position: absolute;
	margin: 0 auto;
	text-align: center;
}

.iq-feature-circle-1 .iq-img ul li .feature-info .feature-img {
	font-size: 30px;
	color: var(--color-theme-white);
	height: 75px;
	width: 75px;
	line-height: 75px;
	border-radius: 90px;
	background: var(--color-theme-white);
	text-align: center;
	margin: 0 auto 5px;
}

.iq-feature-circle-1 .iq-img ul li .feature-info .feature-img img {
	width: 100%;
	border-radius: 90px;
	border: 2px solid var(--color-theme-white);
}

.iq-feature-circle-1 .iq-img ul li:nth-child(1) .feature-info {
	top: -38px;
	left: -16px;
	right: 0;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(2) .feature-info {
	top: 10%;
	left: 4%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(3) .feature-info {
	top: 10%;
	right: 4%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(4) .feature-info {
	top: 44%;
	right: -6%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(5) .feature-info {
	top: 44%;
	left: -6%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(6) .feature-info {
	top: 78%;
	left: 8%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(7) .feature-info {
	top: 78%;
	right: 8%;
}

.iq-feature-circle-1 .iq-img ul li:nth-child(8) .feature-info {
	bottom: -6%;
	left: 43%;
}

/*style 2*/

/*feature circle*/
.iq-feature-circle-2 {
	position: relative;
	overflow: hidden;
}

.iq-feature-circle-2 .main-circle {
	margin: 0 auto;
	text-align: center;
}

.iq-feature-circle-2 .main-circle .circle-bg {
	margin-top: 25%;
	text-align: center;
	border-radius: 90px;
}

.iq-feature-circle-2 .main-circle .circle-bg .fancy-list-img {
	border-radius: 90px;
}

.iq-feature-circle-2 .dot-circle {
	border-radius: 100%;
	height: 950px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	border: 1px solid #fff;
	opacity: 0.3;
}

.iq-feature-circle-2 .effect-circle {
	border-radius: 100%;
	height: 600px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	border: 1px solid #fff;
	opacity: 0.3;
}

.iq-feature-circle-2 .iq-img ul li .feature-info {
	text-align: center;
	height: auto;
	border-radius: 100%;
	background: var(--color-theme-white);
	width: 150px;
	padding: 20px;
}

.iq-feature-circle-2 .iq-img ul li {
	position: absolute;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(1) {
	left: 3%;
	top: 50%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(2) {
	left: 20%;
	top: 15%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(3) {
	right: 20%;
	top: 15%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(4) {
	right: 3%;
	top: 58%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(5) {
	left: 20%;
	bottom: 15%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(6) {
	left: 24%;
	top: 40%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(7) {
	right: 40%;
	top: 25%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(8) {
	right: 20%;
	top: 45%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(9) {
	right: 20%;
	bottom: 10%;
}

.iq-feature-circle-2 .iq-img ul li:nth-child(1) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(2) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(3) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(4) .feature-info {
	height: auto;
	width: 130px;
}

.iq-feature-circle-2 .iq-img ul li .feature-info .feature-img {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: initial;
}

@keyframes circle {
	0% {
		transform: rotate(0deg)
	}

	15% {
		transform: rotate(2deg)
	}

	33% {
		transform: rotate(4deg)
	}

	66% {
		transform: rotate(2deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

/*----------------------------------------
    animation rotate-center
  ----------------------------------------*/
@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes anti-clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes anti-clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@media(max-width:1024px) {
	.iq-feature-circle-2 .main-circle, .iq-feature-circle-2 .dot-circle {
		display: none;
	}

	.iq-feature-circle-2 .iq-img ul li {
		position: relative;
		margin: 0 15px 30px;
		vertical-align: middle;
	}

	.iq-feature-circle-2 .iq-img ul li:nth-child(1), .iq-feature-circle-2 .iq-img ul li:nth-child(2), .iq-feature-circle-2 .iq-img ul li:nth-child(3), .iq-feature-circle-2 .iq-img ul li:nth-child(4), .iq-feature-circle-2 .iq-img ul li:nth-child(5), .iq-feature-circle-2 .iq-img ul li:nth-child(6), .iq-feature-circle-2 .iq-img ul li:nth-child(7), .iq-feature-circle-2 .iq-img ul li:nth-child(8), .iq-feature-circle-2 .iq-img ul li:nth-child(9), .iq-feature-circle-2 .iq-img ul li:nth-child(10), .iq-feature-circle-2 .iq-img ul li:nth-child(11), .iq-feature-circle-2 .iq-img ul li:nth-child(12) {
		left: 0;
		top: 0;
		right: 0;
	}

	.iq-feature-circle-2 .iq-img ul li .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(1) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(2) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(3) .feature-info, .iq-feature-circle-2 .iq-img ul li:nth-child(4) .feature-info {
		height: 140px;
		width: 140px;
	}
}

@media(max-width:767px) {

	/*Feature Circle*/
	.iq-feature-circle-1 {
		height: 450px;
		width: 450px;
		display: block;
	}

	.iq-feature-circle-1 .iq-img::before, .iq-feature-circle-1 .iq-img {
		height: 400px;
		width: 400px;
	}
}

@media(max-width: 514px) {

	/*Feature Circle*/
	.iq-feature-circle-1 {
		height: 300px;
		width: 300px;
	}

	.iq-feature-circle-1 .iq-img::before, .iq-feature-circle-1 .iq-img {
		height: 250px;
		width: 250px;
	}

	.iq-feature-circle-1 .dot-circle {
		display: none;
	}

	.iq-feature-circle-1 .iq-img ul li .feature-info .feature-img {
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 24px;
	}

	.iq-feature-circle-1 .circle-bg {
		height: 100px;
		line-height: 100px;
		width: 100px;
	}

	.iq-feature-circle-1 .circle-bg img {
		width: 60px;
	}

	.iq-feature-circle-1 .iq-img ul li:nth-child(1) .feature-info {
		top: -24px;
	}

	.iq-feature-circle-1 .iq-img ul li:nth-child(2) .feature-info {
		left: -15px;
	}

	.iq-feature-circle-1 .iq-img ul li:nth-child(3) .feature-info {
		right: -15px;
	}
}

@media (max-width: 340px){
.iq-feature-circle-1 {
    height: 300px;
    width: 275px;
}
}