#nav li{
display: inline-block;
list-style-type: none;
padding-right: 15px;
padding-left: 15px;
padding-bottom:30px;
float: right;
text-align:center;
border: none !important;
}
#nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.allcircles {
    margin-top: 20px;
    text-align: center;
    position: relative;

}

.addcircles{background:#fff;}
.imgblend{mix-blend-mode: multiply; border-radius:50%; height:118px; width: 118px;}
.circlebox:hover .imgblend{-webkit-animation: rotation 1s;}
.circletype1{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;   
}
.circletype2{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;    
}
.circletype3{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;    
}
.circletype4{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;    
}
.circletype5{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;   
}
.circletype6{
  border-radius: 50%;
border: 1px solid #ff7b3b;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}    

/* grayscale for hover*/

/*.circletype6:hover{*/

/* transform: scale(1.2);*/
/*}*/

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.circle--head {
    display: none; 
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10px;
    border-bottom: solid 1px #dadada;
}
@media (max-width: 578px){
.circle--head {
    display: flex !important;
    justify-content: space-between;
}
.showall--circle{
    color: #3c53c7;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.showall--circle i{
    margin-right: 5px;
}
#sp-circle{
    padding: 0 !important;     
}
#nav {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow: auto !important;
    padding-right: 15px !important;  
}
#nav::-webkit-scrollbar{
    display: none;
}
#nav li {
    padding-right: 0 !important; 
    padding-bottom: 0 !important; 
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
}

#nav li a {
    width: fit-content;
    display: flex;
}    
.imgblend {
    width: auto !important;
    height: auto !important;
}  
.eff-cir .eff-txt p {
    font-size: 12px !important;
    margin: 0 !important;
}
.eff-cir .eff-txt {
    background: rgb(0 0 0 / 33%) !important;
}
}
@media (max-width: 300px){
#nav li {
    width: 42%;
    max-width: 42%;
    flex: 0 0 42%;
}
}
