.main-title{border:2px solid #000;padding:10px 20px;font-size:30px;width:fit-content;position:relative;z-index:1;transition:1s;text-transform:uppercase}@media (max-width:767px){.main-title{font-size:12px}}.main-title:before{left:-30px}.main-title:after,.main-title:before{content:"";width:12px;height:12px;background-color:#3970a4;position:absolute;border-radius:50%;top:50%;transform:translateY(-50%)}.main-title:after{right:-30px}.main-title:hover:before{z-index:-1;animation:left-move .5s linear forwards}.main-title:hover:after{z-index:-1;animation:right-move .5s linear forwards}.main-title:hover{color:#fff;border:2px solid #fff;transition-delay:.5s}@keyframes left-move{50%{left:0;width:12px;height:12px}to{left:0;border-radius:0;width:100%;height:100%}}@keyframes right-move{50%{right:0;width:12px;height:12px}to{right:0;border-radius:0;width:100%;height:100%}}.call-now-image{animation:move-around 1s linear infinite}@keyframes move-around{0%{transform:scale(1)}to{transform:scale(1.1)}}