
	  .holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 0 auto; position: relative; }


.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: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    z-index: 3;
    cursor: pointer;
    border: 2px dashed #004650;
    background: #f6fbff;
    color: #004650;



}

.title-box .title small{
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.round2 {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 630px;
    height: 630px;
    border: 1px dashed #fff;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
    opacity: .4;
}



.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 #fff; 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 #fff; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 430px; height: 430px; border: 1px dotted #004650; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
	
	
	
background: #004650 ;
color: #fff
	
}





.dotCircle .itemDot:hover, .dotCircle .itemDot.active > i, .dotCircle .itemDot:hover, .dotCircle .itemDot.active > [class*=" flaticon-"]:before, .dotCircle .itemDot:hover, .dotCircle .itemDot.active > [class^="flaticon-"]:after, .dotCircle .itemDot:hover, .dotCircle .itemDot.active > [class*=" flaticon-"]:after {
   color:#fff;
}






.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #fff; position: relative; top: 150px; 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-size: 15px;
     width: 100%; height: 100%; top: 0; right: 0; 
     margin: auto; line-height: 150px; }



.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #fff; opacity: 0.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) { }
  .title-box .title { font-weight: 600; letter-spacing: 2px; position: relative; z-index: -1;margin-top: 20px;font-size: 20px;margin-bottom: 10px; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #57585c; }
        .title-box p {font-size:18px; line-height: 1.2em; color:#57585c}



section.iq-features.moveUp {
    margin-bottom: 50px;
}