

@font-face {
font-family:'opensans_regular';
src: url("../fonts/opensans_regular.ttf") format("truetype");
}

@font-face {
font-family:'roboto_bold';
src: url("../fonts/roboto_bold.ttf") format("truetype");
}

@font-face {
font-family:'brandon_medium';
src: url("../fonts/brandon_medium.otf") format("truetype");
}

@font-face {
font-family:'roboto_medium';
src: url("../fonts/roboto_medium.ttf") format("truetype");
}

@font-face {
font-family:'roboto_black';
src: url("../fonts/roboto_black.ttf") format("truetype");
}

@font-face {
font-family:'roboto_light';
src: url("../fonts/roboto_light.ttf") format("truetype");
}

@font-face {
font-family:'roboto_regular';
src: url("../fonts/roboto_regular.ttf") format("truetype");
}

#loading {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../asset/logo/logo.svg) center no-repeat #021d29;
background-size: 200px;
}
.logos {
max-height: calc(100% - 0px);
max-width: calc(100% - 190px);
min-width: 130px;
}
.scrolling {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 122;
}
#scrollTop {
cursor: pointer;
width: 40px;
height: 40px;
background-image: linear-gradient(to right bottom, #966bd1, #8f60d7, #8755dd, #7e4ae4, #733eea, #703dee, #6d3cf1, #693bf5, #7045f7, #764ef8, #7d57fa, #835ffb);
text-indent: -9999px;
display: none;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
display: none;
}
.rupee {
font: 15px/20px 'opensans_regular',san-serif;
}