
.flex {
    display: flex;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}


*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
*, ::before, ::after {
    box-sizing: border-box;
}



 
.self-start {

    align-self: flex-start;

}
.flex-none {
    flex: none;
}
.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.Kmore-episodes{
/*  color: #fddd32;
*/  color: #fff;
  background: #410f57;

}


.Kabout{

background: rgba(253, 221, 51, 0.6);
background: -webkit-radial-gradient(center, rgba(253, 221, 51, 0.6), rgba(253, 221, 51, 0.5));
background: -moz-radial-gradient(center, rgba(253, 221, 51, 0.6), rgba(253, 221, 51, 0.5));
background: radial-gradient(ellipse at center, rgba(253, 221, 51, 0.6), rgba(253, 221, 51, 0.5));  
}


.Kiframe-holder {
  background:url(/imgs/ajax-loader3.gif) center center no-repeat;
}


@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top:  -9999px;
    }
  div#preloader img {
    display: block;
    }
  }
@media print {
  div#preloader, 
  div#preloader img {
    visibility: hidden;
    display: none;
    }
  }


 .Grow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
}

/* Create two equal columns that sits next to each other */
.Gcolumn {
  flex: 50%;
  padding: 0 2px;
}

.Gcolumn img {
  margin-top: 2px;
  vertical-align: middle;
} 

.Kcollage{
background: rgba(206, 145, 232, 0.2);
background: -webkit-radial-gradient(center, rgba(206, 145, 232, 0.2), rgba(255, 255, 255, 0.2));
background: -moz-radial-gradient(center, rgba(206, 145, 232, 0.2), rgba(255, 255, 255, 0.2));
background: radial-gradient(ellipse at center, rgba(206, 145, 232, 0.2), rgba(255, 255, 255, 0.2));
border-radius: 5px;

}


@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-300rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 44s linear infinite;
}

img.Kticker {

}



@-webkit-keyframes fadeCycle {
  0% {
    opacity: 0;
    z-index: 2;
  }
  11.1111111111% {
    opacity: 1;
  }
  44.4444444444% {
    opacity: 1;
  }
  45.4444444444% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeCycle {
  0% {
    opacity: 0;
    z-index: 2;
  }
  11.1111111111% {
    opacity: 1;
  }
  44.4444444444% {
    opacity: 1;
  }
  45.4444444444% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
.u-fadeCycle-5, .u-fadeCycle-4, .u-fadeCycle-3, .u-fadeCycle-2, .u-fadeCycle-1 {
  -webkit-animation-duration: 34s;
          animation-duration: 34s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: fadeCycle;
          animation-name: fadeCycle;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  transition: opacity 2s ease-in;
}

.u-fadeCycle-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.u-fadeCycle-2 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.u-fadeCycle-3 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.u-fadeCycle-4 {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

.u-fadeCycle-5 {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

img.fadeCycleImg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
  border-radius: 10px ;
}


/******/




    
    .hero__text {
      padding-top: 0px;
    }
    .kpc_bgColor{
      padding-top: 155px;
      padding-bottom: 25px;
    }
    .kpc_bgColor::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(69, 42, 79, 0.82);
    }

    .KmobileMenu::first-letter{
      text-transform: uppercase;
    }

    .Ktags{
      background: rgba(206, 145, 232, 0.3);
      background: -webkit-radial-gradient(center, rgba(206, 145, 232, 0.3), rgba(255, 255, 255, 0.3));
      background: -moz-radial-gradient(center, rgba(206, 145, 232, 0.3), rgba(255, 255, 255, 0.3));
      background: radial-gradient(ellipse at center, rgba(206, 145, 232, 0.3), rgba(255, 255, 255, 0.3));

    }

    .active.Ktags {
      background: rgba(253, 221, 51, 0.3);
      background: -webkit-radial-gradient(center, rgba(253, 221, 51, 0.3), rgba(255, 255, 255, 0.3));
      background: -moz-radial-gradient(center, rgba(253, 221, 51, 0.3), rgba(255, 255, 255, 0.3);
      background: radial-gradient(ellipse at center, rgba(253, 221, 51, 0.3), rgba(255, 255, 255, 0.3));
    }



