@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.95); transform: scale(0.95) ;  }
    10% { -webkit-transform: scale(0.95);  transform: scale(0.95) ;  }
    50% { -webkit-transform: scale(1); transform: scale(1) ;  }
    100% { -webkit-transform: scale(0.95); transform: scale(0.95);  }
}
@keyframes pulse {
    0% { -webkit-transform: scale(0.95); transform: scale(0.95);  }
    10% { -webkit-transform: scale(0.95); transform: scale(0.95);  }
    50% { -webkit-transform: scale(1); transform: scale(1);  }
    100% { -webkit-transform: scale(0.95); transform: scale(0.95);  }
}


.banner_top_circle>div {
  background: -o-radial-gradient(#86868621 40%, #ffffff75) !important;
  background: radial-gradient(#86868621 40%, #ffffff75) !important;
  border: 1px solid #eaeaeaa3 !important;
 
  -webkit-animation: pulse 2s ease-in-out infinite; 
  animation: pulse 2s ease-in-out infinite;
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.t-bgimg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.t-bgimg ~ div[class$="_filter"],
.div[class$="artboard"] div[class$="_filter"] {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.2) 1px) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.2) 1px) !important;
  background-size: 1px 2px;
  background-attachment: fixed;
}

.t-btn {
  clip-path: polygon(6% 0, 0 100%, 100% 100%, 94% 100%, 100% 0);
   -webkit-clip-path: polygon(6% 0, 0 100%, 100% 100%, 94% 100%, 100% 0);
}
