.code1721296565 {
    
margin-top: 10%;
}

.code1721296565 .mhead {
    
}

.code1721296565 .mtitle {
    
}

.code1721296565 .mdesc {
    
}

.code1721296565 .mbody {
    
}

.code1721296565 .mcontent {
    text-align:center;
}

/*Module specific style*/
.code1721296565 .rotate {
  transform: rotate(45deg);
  animation: spin 6s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.code1721296565 .rrotate {
  transform: rotate(45deg);
  animation: rspin 10s infinite linear;
}
@keyframes rspin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}