
/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

	.holderCircle{
		width:850px;
		height:850px;
		border-radius:100%;
		margin:0px auto;
		position:relative;
		padding-top: 670px;
		left: 10px;
	}
	


	.dotCircle{
		width:100%;
		height:100%;
		position:absolute;
		margin:auto;
		top:-450px;
		left:0;
		right:0;
		bottom:0;
		border-radius:100%;
		z-index:20;
	}

	.dotCircle  .itemDot{
		display:block;
		width:80px;
		height:80px;
		position:absolute;
		background:#ddd;
		color:#fff;
		border-radius:100%;
		text-align: center;
		line-height: 80px;
		font-size:30px;
		z-index:3;
		cursor:pointer;	
		background-size:80px 80px;
	}
	
	.dotCircle  .itemDot::after {
		content:"";
		width: 82px;
		height: 82px;
		position: absolute;
		border-radius: 100%;
		top: 0;
		left: -2;
		right: 0;
		margin: auto;
		z-index:2;
	}
	.dotCircle  .itemDot::before{}
	
	
	.dotCircle  .itemDot1{background: url(../smps8/01.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot1::after{}
	.dotCircle  .itemDot1::before{	background: url(../smps8/01.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot2{background: url(../smps8/02.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot2::after{}
	.dotCircle  .itemDot2::before{	background: url(../smps8/02.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot3{background: url(../smps8/03.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot3::after{}
	.dotCircle  .itemDot3::before{	background: url(../smps8/03.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot4{background: url(../smps8/04.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot4::after{}
	.dotCircle  .itemDot4::before{	background: url(../smps8/04.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot5{background: url(../smps8/05.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot5::after{}
	.dotCircle  .itemDot5::before{	background: url(../smps8/05.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot6{background: url(../smps8/06.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot6::after{}
	.dotCircle  .itemDot6::before{	background: url(../smps8/06.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot7{background: url(../smps8/07.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot7::after{}
	.dotCircle  .itemDot7::before{	background: url(../smps8/07.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	
	.dotCircle  .itemDot8{background: url(../smps8/08.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot8::after{}
	.dotCircle  .itemDot8::before{	background: url(../smps8/08.png) no-repeat;background-size:80px 80px;}
	
	.dotCircle  .itemDot9{background: url(../smps8/09.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot9::after{}
	.dotCircle  .itemDot9::before{	background: url(../smps8/09.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}

	.dotCircle  .itemDot10{background: url(../smps8/010.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	.dotCircle  .itemDot10::after{}
	.dotCircle  .itemDot10::before{	background: url(../smps8/010.png) no-repeat;background-size:80px 80px;
		border:3px solid #f0d09c;}
	
	
	
	
	
	.dotCircle .itemDot.active{
		 
	}
	.dotCircle .itemDot.active::before{
		border-color:#34495e;
	}	
	
	.dotCircle  .itemDot .forActive{
		width:50px;
		height:50px;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		display:none;
	}
	
	.dotCircle  .itemDot .forActive::after{
		
		width: 5px;
		height: 5px;
		border: 3px solid #FE9290;
		bottom: -31px;
		left: -14px;
		filter: blur(1px);
		position: absolute;
		border-radius: 100%;
	}
	
	.dotCircle  .itemDot .forActive::before{
		
		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;
	}
	
	

	
	
	
	
	
	.contentCircle{
		width: 200px;
		height: 530px;
		color: #fff;
		position: relative;
		margin-top: -316px;
		margin-left: 14px;
	}
	
	.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;
	}
	.CirItem.active{
		z-index:1;
		opacity:1;
		transform:scale(1);
		transition:0.5s;
	}
	
	
	.contentCircle .CirItem1{
	}
	.contentCircle .CirItem1::after,
	.contentCircle .CirItem2::after,
	.contentCircle .CirItem3::after,
	.contentCircle .CirItem4::after,
	.contentCircle .CirItem5::after,
	.contentCircle .CirItem6::after,
	.contentCircle .CirItem7::after,
	.contentCircle .CirItem8::after,
	.contentCircle .CirItem9::after,
	.contentCircle .CirItem10::after{
		content:'';
		width:50%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
	}


	
	@media only screen and (min-width: 300px) and (max-width: 599px){
	
		.holderCircle {
			width: 300px;
			height: 300px;
			margin:110px auto;
		}
		.holderCircle::after {
			width: 100%;
			height: 100%;
		}
		
		.dotCircle{
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;

		}
	
	
	}
	@media only screen and (min-width: 600px) and (max-width: 767px){
	
	}
	@media only screen and (min-width: 768px) and (max-width: 991px){
	
	}
	@media only screen and (min-width: 992px) and (max-width: 1199px){
	
	}
	@media only screen and (min-width: 1200px) and (max-width: 1499px){
	
	}
	
	@media only screen and (min-width: 1500px) {
	
	}
	
			.PartTitle2{padding:14px 0 14px 38px;height:35px;line-height:35px;position:relative;font-size:19px;font-weight:normal;color:#ab8324;background:url(../images/icon_.png) no-repeat left center;border-bottom:1px solid #5e5f64;}
	.PartTitle2 span{font-size:13px;font-family:'times new roman', times, serif;color:#ff950d;text-transform:uppercase;}
	.PartTitle2 .more{position:absolute;font-size:12px;color:#fff;right:5px;padding-right:27px;background:url(../images/icon_more.png) no-repeat right center;}
	.PartTitle2 .more:hover{color:#ab882a;}
.ml10{margin-left:10px;}
.m5{width:100%;height:auto;overflow:hidden;padding-bottom:100px;padding-top:300px;background: url(../images/footb1g.png) bottom no-repeat; z-index:999999; }
.zb{width:1281px;height:auto;overflow:hidden;margin:0 auto;padding:10px 00px 00px 00px;padding-top:10px;padding-top:10px;padding-bottom:10px;}


.zb_3bg{
	padding:10px 10px 10px;
	width:398px;
	height:inherit;
	overflow:hidden;
	float:left;
	background: url(../images/bg06.jpg);
	position:relative;
	border:1px solid #4d3b2d;
}
.zb_3{
	padding:10px 10px 10px 10px;
	width:378px;
	height:inherit;
	overflow:hidden;
	float:left;
	position:relative;
	overflow:hidden;
	background-color:#000000;
	border:1px solid #fedea0;
	box-shadow:0 0px 14px rgba(0,0,0,0.84) inset;
}
.zb_3_t{width:378px;height:41px;float:left;background:#132325;line-height:41px;color:#bda575;text-align:center;font-size:16px;font-weight:bold;}
.zb_3_d{width:378px;height:0px;float:left;background:#ece8e5;position:relative}
.zb_3 .role-itemst{
	width:368px;
	height:inherit;
	position:relative;
}
.zb_3 .role-itemst img{
	/* [disabled]width:368px; */
	height:inherit;
	overflow:hidden;
	display:block;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	padding:5px;
}
#footer {
	clear:both;
	background: #333;
	padding-bottom: 10px;
	height:100px;
}
