.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0ef82eb:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8c33603-font-family:"Ubuntu";--e-global-typography-8c33603-font-size:3rem;--e-global-typography-8c33603-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-8c33603-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-8c33603-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#navbar-el.fixed, #navbar-mob.fixed {
      /* background: rgba(255, 255, 255, 0.9);
    color: black; */
  -webkit-animation: fadeIn 0.2s ease-out;
  -moz-animation: fadeIn 0.2s ease-out;
  -ms-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: #191919;
}


body {
    overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Futura", "Avenir next", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* background: white !important; */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*MOVE IN*/

@keyframes moveIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes moveIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes moveIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes moveIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes moveIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

/*BOUNCE*/

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*BOUNCE - R*/

@-moz-keyframes bounceR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes bounceR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-ms-keyframes bounceR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-o-keyframes bounceR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes bounceR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

/*SPIN*/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Firefox < 16 */
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Internet Explorer */
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

/* Opera < 12.1 */
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

/*PULSE ANIMATION*/

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    opacity: 0.4;
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    opacity: 0.4;
  }
  80%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*PLAYER LOADER*/
.player-loader {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0px 20px;
}
.player-loader img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.player-loader div {
  position: absolute;
  top: 17px;
  width: 5px;
  height: 5px;
  z-index: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.player-loader.inv div {
  background: rgba(255, 255, 255, 1);
}
.player-loader div:nth-child(1) {
  left: 10px;
  animation: lds-ellipsis1 0.6s infinite;
}
.player-loader div:nth-child(2) {
  left: 10px;
  animation: lds-ellipsis2 0.6s infinite;
}
.player-loader div:nth-child(3) {
  left: 18px;
  animation: lds-ellipsis2 0.6s infinite;
}
.player-loader div:nth-child(4) {
  left: 25px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8px, 0);
  }
}

.soundbars {
  height: 9px;
  position: relative;
  width: 20px;
  display: none;
  top: 3px;
}

.playing .soundbars {
  display: block;
}

.soundbars div {
  background: #ff7900;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  -moz-animation: sound 0ms -800ms linear infinite alternate;
  -ms-animation: sound 0ms -800ms linear infinite alternate;
  -o-animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
pulse
All
Use custom CSS to style your content or add the ".elementor-kit-13" prefix to target specific elements.
Need Help

  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 9px;
  }
}
@-moz-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 9px;
  }
}
@-ms-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 9px;
  }
}
@-webkit-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 9px;
  }
}
@-o-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 9px;
  }
}

.soundbars div:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}
.soundbars div:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}
.soundbars div:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}
.soundbars div:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.pulse-icon {
  height: 60px;
  width: 60px;
  margin: auto;
  position: relative;
  display: block;
  cursor: pointer;
}

.pulse-icon .inner {
  position: absolute;
  background: #ff6900c9;
  background: linear-gradient(#ff8a00c9, #ff6900c9);

  border-radius: 50%;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.pulse-icon:hover .inner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.pulse-icon .pulse-circle {
  left: -30px;
  right: 0px;
  margin: auto;
  width: 120px;
  height: 120px;
  z-index: 0;
}

.pulse-icon img {
  left: 0px;
  right: 0px;
  height: 25px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

/*WAVES BG*/
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.wave-bg {
  position: fixed;
  width: 100%;
  height: 774px;
  top: 0px;
  bottom: 0px;
  left: 100px;
  right: 0px;
  margin: auto;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
  -ms-transition: all ease 2s;
  -o-transition: all ease 2s;
  opacity: 0;
}

.radio-ui.radionav-closed .wave-bg {
  left: 0px;
}

.wave-bg.playing {
  opacity: 1;
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  top: 35%;
  margin: auto;
  opacity: 0.07;
}

.radio-ui.skin1 .waveWrapper {
  opacity: 0.04;
}

.waveWrapper.flip {
  bottom: 35%;
  transform: rotate(180deg);
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 115px;

  /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
  background: transparent;
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

/*FLASH*/
.flash {
  -webkit-animation: flash linear 6s infinite;
  animation: flash linear 6s infinite;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*/FLASH*/

.pulse-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  border-radius: 50%;
  background-color: #ff7900;
  -o-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -ms-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -moz-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulse-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;

  width: 300px;
  height: 300px;
}/* End custom CSS */