/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 08:22:20 */
.relative{position:relative;}
.relativebtn > .e-con-inner{position:relative;}
.static{position:static}
@keyframes rotateText {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
  .enrollink{position: absolute;z-index: 1;
    width: 150px;
    height: 150px;}

    .enrollink1{position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    left: -73px;
    margin: auto;
    top: 0;
    bottom: 0;}

    .floatingbg{position: absolute;
    background: #F86414;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;}
    a.enrollink:hover .floatingbg, a.enrollink1:hover .floatingbg{background:#fff;}
    .arow{z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: auto;}
    .roundtext{z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 86%;
    height: auto;
    animation: rotateText 10s linear infinite;
    transform-origin: center;}