/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

.holderCircle {
	width: 550px;
	height: 550px;
	border-radius: 100%;
	position: relative;
	background: url(../images/arrrow-bg.png) center no-repeat;
	background-size: 445px 445px;
}



.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.dotCircle .itemDot {
	display: block;
	width: 105px;
	height: 105px;
	position: absolute;
	background: #ddd;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	border-radius: 30px;
	overflow: hidden;
}

/* Fade levels */
.itemDot::after {
	content: '';
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.4s ease;
	background: none;
}

.itemDot.fade-1::after {
	background-color: transparent;
}

.itemDot.fade-2::after {
	background-color: rgba(255, 255, 255, 0.85);
}

.itemDot.fade-3::after {
	background-color: rgba(255, 255, 255, 0.85);
}

.itemDot.fade-4::after {
	background-color: rgba(255, 255, 255, 0.85);
}

.itemDot.fade-5::after {
	background-color: rgba(255, 255, 255, 0.85);

}

.itemDot.fade-6::after {
	background-color: rgba(255, 255, 255, 0.85);

}

.itemDot.fade-7::after {
	background-color: rgba(255, 255, 255, 0.25);
}

.itemDot.fade-8::after {
	background-color: rgba(255, 255, 255, 0.25);
}

.dotCircle .itemDot.active {
	border: 2px solid #28348A;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.dotCircle .itemDot.active::before {}

.dotCircle .itemDot img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.dotCircle .itemDot.active {
	background: #34495e;
	color: #fff;
	transition: 0.5s;
}

.dotCircle .itemDot.active::before {
	border-color: #34495e;
}

.dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.dotCircle .itemDot .forActive::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 3px solid #FE9290;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
	content: '';
	width: 6px;
	height: 6px;
	filter: blur(5px);
	top: -15px;
	position: absolute;
	transform: rotate(-45deg);
	border: 6px solid #F48E2A;
	right: -39px;
}


.dotCircle .itemDot.active .forActive {
	display: block;
}


.dotCircle .itemDot:hover {
	background: #34495e;
	color: #fff;
	transition: 0.5s;
}

.dotCircle .itemDot:hover::before {
	border-color: #34495e;
}






.contentCircle {
	width: 250px;
	height: 250px;
	color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}

.nav-cri {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.contentCircle .CirItem h4 {
	color: #28348A;
	text-align: center;
	font-size: 23.483px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}

.contentCircle .CirItem p {
	color: #000;
	text-align: center;
	font-size: 15.655px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.578px;
	/* 150.613% */
}

.nav-cri {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.nav-cri>div {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DBDBDB;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.4s;
}

.nav-cri>div svg path {
	transition: all 0.4s;
}

.nav-cri>div:hover {
	background-color: var(--e-global-color-primary);
}

.nav-cri>div:hover svg path {
	fill: #fff;
}

.about-us .elementor-flip-box__image img.size-full {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 16px;
}

/* @media(max-width:767px) {
	.holderCircle {
		height: unset;
		background: none;
		width: 100%;
	}

	.dotCircle .itemDot {
		width: 65px;
		height: 65px;
	}

	.contentCircle {
		width: 100%;
		height: 320px;
		color: #fff;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.contentCircle {
		position: static;
		transform: unset;
		height: 320px;
	}

	.dotCircle {
		display: none;
	}

	.contentCircle .CirItem {
		height: unset;
	}
} */