Zubin scroll-icon used on front page
I own a couple of Audioman themes and I am trying to convince my daughter to buy a Zubin theme. There is no way I can explain why I want to get the answer to this question but I think it will help me sell her:
There is an icon used to show the scroll down process on the front page of the theme. It is shown in page source as this:
.scroll-down .scroll-icon {
position: absolute;
bottom: 0;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: scrollDown 1.5s infinite;
animation: scrollDown 1.5s infinite;
box-sizing: border-box;
Can you tell me where I can find that icon to make a change to it?
Thank you.