body{margin: 0; font-size: 18px; padding: 0; font-family:'Source Sans Pro', sans-serif;}
a{text-decoration: none;}
.gsc-input{border: 1px solid #ccc; padding: 5px 10px; width: 80%;}
.header{padding: 20px 0;}
.menu{ min-height: 50px; font-family: 'Fredoka One', cursive; margin-top: 20px;}

a.nav-links {

    border-radius: 100px;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    margin:0 10px;
}
.mcolor{color:#e01077; font-weight: 700;}
a.nav-links.active {
   
    border-radius: 100px;
    padding: 10px 20px;
}
.search_icon{cursor: pointer; margin-top: 20px;}
.search_icon {
  height:50px; width:50px;
  background-color: #828282;
  -webkit-mask: url(../images/search.svg) no-repeat center;
  mask: url(../images/search.svg) no-repeat center;
  background-size: 50px 50px;
}
.green{color: #30af6b; border: 2px solid #30af6b;}
.blue{color: #349bd8; border:2px solid #349bd8}
.org{color:#f15f2f; border:2px solid #f15f2f}
.prpl{color: #67248e; border:2px solid #67248e}

.green:hover{background-color: #30af6b; color: #fff;  -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
  transition: background 1s; /* For modern browsers */}
.blue:hover{background-color: #349bd8; color: #fff;  -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
  transition: background 1s; /* For modern browsers */}
.org:hover{background-color:#f15f2f; color: #fff;  -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
  transition: background 1s; /* For modern browsers */}
.prpl:hover{background-color: #67248e; color: #fff;  -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
  transition: background 1s; /* For modern browsers */ 
}
  .close_icon{position: absolute; right: 30px; top: 30px; color: #fff; cursor: pointer;}
  
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#30af6b;
  background-color:#30af6b;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.gsc-control-cse{width: 30% !important;  margin: 80px auto !important; border-radius: 100px;
  overflow: hidden; padding: 10px 20px !important;}
  table#gs_id50{border: 0px solid #fff !important;}
  .gsib_a {
    padding: 10px 9px 10px 9px !important;
}
.h1-extra {
    color: #ffcc00;
    font-size: 30px;
    font-family: 'Fredoka One', cursive;
    font-weight: 700;
}
.h2 {
    color: #000000;
    font-size: 20px;
    font-family: 'Concert One', cursive;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase  ;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
}
}
.h1-extra span {
  font-family: 'Fredoka One', cursive;
    color: #e01077;
    font-weight: 700;
    font-size: 30px;
}
.rhymesbox img{border-radius: 10px;}
.rhymesbox .col-sm-3 .col-sm-12{overflow: hidden;}
.welcome-txt p{font-size: 18px; color: #2d2d2d;}
.main-video-box {
    padding: 38px 0 30px 0;
    background-image: url(../images/mv-bg.jpg);
    background-repeat: repeat-x;
    margin-top: 70px;
    color: #fff;
    background-color: #25bdd2;
}
.read{color:#0C5BA6; font-family: 'Fredoka One', cursive; cursor: pointer;}
.read:hover{color: #FD48A3;}
.footer-social-link ul li{list-style: none; display:contents !important;}
.footer-social-link ul li img{margin: 26px 5px !important;
  width: 41px;}
  .footer-social-link ul{padding-left: 0; margin-left: 0;}
.fmain a:hover{color: #FD48A3;}
.most-popular a, .new-songs a{color: rgb(42, 42, 42); font-family: 'Concert One', cursive;}
.most-popular li:hover{background-color: #e01077;}
.most-popular li:hover a{color: #fff;}
.gameboxinner{}
.new-songs li:hover{background-color: #835cad;}
.new-songs li:hover a{color: #fff;}
.gameboxmain{display: block; overflow: hidden; height: 232px; width: 223px; padding-top:10px ; border-radius: 20px; margin-bottom: 20px;}
.gameboxmain:hover{ background: #fff; box-shadow: 0 6px 9px 0px #2289c9 ; -webkit-transition: background 0.5s;  transition: background 0.5s; -webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(1.05)!important;transform:scale(1.05)!important; }

.homegame{display: block; overflow: hidden; height: 232px; width: 223px; padding-top:10px ; border-radius: 20px; margin-bottom: 20px;}
.homegame:hover{ background: #fff; box-shadow: 0 6px 9px 0px #bb94aa ; -webkit-transition: background 0.5s;  transition: background 0.5s; -webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(1.05)!important;transform:scale(1.05)!important; }


.gameboxmain:hover .gamedes{color: #e01077;}
.rhymes-title{padding: 17px 5px; text-align: center; font-size: 18px; color: #5a5a5a; margin-bottom: 0px !important; font-family: 'Fredoka One', cursive; position: relative;}
.playbtn{width: 50px; height: 50px; background: #ff0c38; border-radius: 100px;position: absolute; top: 29%; right: 43%;}
.playbtn img {
  margin: 13px 0 0 6px;
}
.gamesection{background: url('../images/bg_ourgames.png'); background-repeat: no-repeat; background-size: cover; padding-top: 40px;
  padding-bottom: 60px;}
h1{font-size: 30px; text-transform: uppercase; font-weight: 700; font-family: 'Concert One', cursive;}
.video-btn{background: #fff; padding: 15px 20px; border-radius: 50px; text-decoration: none; color: #000; font-size:20px; font-family: 'Fredoka One', cursive;}
.view-more{background: #fb6a47; color: #fff; text-decoration: none; padding: 15px 30px; margin: 0 auto;  display: inline-block; border-radius: 50px; font-family: 'Fredoka One', cursive; font-size:20px}
.view-more:hover{color:#fff}
.nr_section{ background-repeat: no-repeat;
    background-size: cover; padding-top: 40px;
    padding-bottom: 60px;}
    .most-popular{font-size: 18px; color: #fff; overflow: hidden; border-radius: 10px; border: 5px solid #e01077; }
    .most-popular .title{background: #e01077; padding: 10px; font-family: 'Concert One', cursive;}
    .most-popular ul li{width: 100%; border-bottom: 1px solid #e01077; padding: 10px; list-style: none; text-align: left; color: #000;}
    .most-popular ul{margin: 0; padding: 0;}
.most-popular ul li, .new-songs{text-transform: lowercase;}
.most-popular ul li:first-letter, .new-songs ul li:first-letter{text-transform: uppercase;}

.rhymes-title{text-transform: lowercase;}
.rhymes-title::first-letter{text-transform: uppercase;}

.visiblediv {
  display: block;
}

.hiddendiv {
  display: none;
}
    .new-songs{font-size: 18px; color: #fff; overflow: hidden; border-radius: 10px; border: 5px solid #835cad; }
    .new-songs .title{background: #835cad; padding: 10px; font-family: 'Concert One', cursive;}
    .new-songs ul li{width: 100%; border-bottom: 1px solid #835cad; padding: 10px; list-style: none; text-align: left; color: #000;}
    .new-songs ul{margin: 0; padding: 0;}
.gamebox{border: 1px solid #f1f1f1; border-radius: 20px; }
.gameImg{border-radius: 20px; overflow: hidden; height: 192px;}
.homepage .gameImg{border-radius: 20px; overflow: hidden; height: 166px;}
.gamedes{width: 100%; padding: 10px 0; font-size: 16px; font-family: 'Concert One', cursive; color: #fff; text-transform: uppercase;}
.home{color: #e01077;}
.title{text-transform: uppercase !important;}
.innerfooter span{color: #e84545; font-weight: bold;}
.footercopy{ background-repeat: no-repeat;
    background-size: cover; padding-top:0px;
    padding-bottom: 60px; text-align: left;}
    .loadmore a{text-align: center !important; color: #fff; width: 100%;
      display: block;}
.suggestion{width: 100%; height: 300px; border:2px solid #e01077; border-radius: 20px;}
.contentBox{width: 100%; border: 8px solid #e01077; border-radius: 20px; padding: 20px;}
.aboutBox{width: 100%;  border-radius: 20px; padding: 20px 0;}
.allvideos h1{font-family: 'Fredoka One', cursive; color: #f15f2f; }
.lyricsbox{width: 100%; }
.yvideo{border-radius: 20px;}
.subscribeBtn{background: #000; font-size: 16px; padding: 8px 20px 10px 20px; border-radius: 50px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; color: #fff !important; text-transform: capitalize;}
 .ltitle{width: 44%; display: inline-block; margin-right: 40px;}
.ltitle a{border-bottom: 2px solid #e01077;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-family: 'Concert One', cursive;
  color: #e01077;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 38px;}
.ltitle a:hover{background: #e01077; color: #fff;}
.videobox{position: relative;}
.videobox:hover{-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(1.05)!important;transform:scale(1.05)!important; box-shadow: 0 6px 9px 0px #2289c9 ;}
.hvideobox:hover{-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(1.05)!important;transform:scale(1.05)!important; box-shadow: 0 6px 9px 0px #ccc;}
.pagination li a.active{background: #e01077;}
.hvideobox .rhymes-title{color: #fff;}
.innerfooter{border:5px solid #e84545; padding: 20px; border-radius: 20px;}
 /* Mega Dropdown*/
 .mega-dropdown {
    position: static !important;
  }
  .mega-dropdown-menu {
      padding: 20px 0px;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > li > ul > li {
    list-style: none;
  }
  .mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
  }
  .mega-dropdown-menu > li ul > li > a:hover,
  .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
  }
  .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
  }
  
  .carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
  
  }
  .left.carousel-control {
    right: 30px;
    left: inherit;
  }
  .carousel-control .glyphicon-chevron-left, 
  .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
  }
 /* End Mega Dropdown*/
 .gsc-search-button-v2{background: #fff !important; color: #fff !important; border: 0 !important; padding: 11px 28px !important;}
 .search.col-sm-4 {
  padding: 10px;
}
.gsc-search-button-v2 svg {
  fill: #000 !important;
}
.gsc-input{border: 0px !important;}
.social{margin: 0;}
.social li{list-style: none; display: inline-block;}
.socialicon{background: url('../images/social-icons-min.png') no-repeat; height: 53px;}
.youtube .socialicon{width: 50px;
  height: 50px;
  display: block;
 }
 .facebook .socialicon{width: 50px;
  height: 50px;
  display: block;
  background-position: -52px 0px;
 }
 .twitter .socialicon{width: 50px;
  height: 50px;
  display: block;
  background-position: -150px 0px;
 }
 .insta .socialicon{width: 50px;
  height: 50px;
  display: block;
  background-position: -200px 0px;
 }
 .pin .socialicon{width: 50px;
  height: 50px;
  display: block;
  background-position: -250px 0px;
 }
 .headerbtn{margin: 0 auto;display: table;margin-top: 22px;}
 #myVideo {
  max-width: 100%;
  width: 100%;
  transition: 1s opacity;
  display: block;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
.banner{margin-top: 0px;  background: #fff; height: 538px; overflow: hidden;
  position: relative;}
  .video .title{font-size: 27px;font-weight: 800;color: #000;width: 100%;text-align: center;/* margin-top: 100px; */font-family: 'Fredoka One', cursive;/* padding: 28px; */}
  .video p{font-size: 17px;font-weight: 800;text-align: center;color: #000;padding: 0;}
  .banner .video{position: absolute;bottom: 130px;left: 112px;width: 32%;padding: 30px;}

.subscribe input{
  border-radius: 100px; padding: 10px 20px; background: #f1f1f1; 
}
.newsletter-text {
  font-size: 25px;
  color: #0C5BA6;
  text-align: center;
  font-family: 'Fredoka One', cursive;
}
.heding_s {
  font-size: 45px;
  text-align: center;
  color: #0C5BA6;
  font-family: 'Titan One', cursive;
  margin-top: 0;
  text-transform: uppercase;
}
.newsletter-button {
  font-size: 26px;
  background: #FD48A3;
  color: #fff;
  border: 0;
  font-family: 'Fredoka One', cursive;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 30px;
}
.newsletter-inut {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #666;
  border: 0;
  font-family: 'Fredoka One', cursive;
  outline: none;
  display: block;
  margin: 0 auto;
  background: #D6D6D6;
  border-radius: 25px;
  padding-left: 15px;
  text-align: center;
}
.div-center{margin: 0 auto;}
table.gsc-search-box td.gsc-input{padding: 0 !important;}
.gsc-input-box {
  border: 0px solid #fff !important;
  background: #fff;
}
.gsc-control-cse {
  padding: 0em !important;
}
.horizontal{width: 100%;}
.divlinks{background: #fff; width: 100%; display: block; text-align: left; }
.footerbg{ background-repeat: no-repeat; background-size: cover; height: 571px; }
.footer-item {
 
  font-family: 'Fredoka One', cursive;
}
.footer-item.footer-service p {
  font-size: 21px;
  color: #fff;
  margin-top: 30px;
}
.footer-item p {
  line-height: 1.7;
  margin: 0;
}
.footer_logo .footer-item.footer-service p.bottom-text {
  margin-top: 0;
}
.footer-item.footer-service p {
  font-size: 21px;
  color: #fff;
  
  margin-top: 30px;
}
.footer-item p {
  line-height: 1.7;
  margin: 0;
}
.footer-item h2 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 30px;
  color: #0C5BA6;
  text-transform: uppercase;
  padding-top: 13px;
  position:relative;
  display:inline-block;
}

.footer-item h2:after{
  content: '';
  position: absolute;
  left: 0;
 
  top: 76%;
  margin: 10px auto;
  width: 50px;
  height: 5px;
  background: #FD48A3;
}
.footer-item ul li {
  margin-bottom: 5px;
  list-style-type: none;
  padding-left: 0!important;
  background: none!important;
}
.footer-item ul li a {
  font-size: 22px;
  font-weight: 400;
  color: #0C5BA6;
  transition: all 0.4s;
  padding-left: 0;
}
.videopage h1, .videopage p{color: #fff;}
.footer_logo {
  margin-right: 127px;
}
.fmain{margin: 0; padding: 0;}
.last_footer {
  margin-top: 0 !important;
}
.last_footer h2 {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  color: #0C5BA6 !important;
}
.btm-brdr{border-bottom: 1px solid #f1f1f1; background: #fff; z-index: 9999;}
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
}
.pagination{width: 100%;;}
.pagination li{display: contents;}
.pagination li a{padding: 0px 8px; background: #30af6b; color: #fff; margin: 5px; border-radius: 5px;}
.load-more{
  background: #fb6a47; color: #fff; text-decoration: none; padding: 15px 30px; margin: 0 auto;  display: inline-block; border-radius: 50px; font-family: 'Fredoka One', cursive; font-size:20px; width: 200px;
}
.load-more:hover{
  cursor: pointer;
  
}
.newsl{position:relative}
.newslettermain{
  position: absolute;
  top: 228px;
  width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow:0 1px 66px 0px #545050;
}

.sticky + .content {
  padding-top: 102px;
}
.sticky .logo img{width: 57%; -webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.sticky .menu{margin-top: 0 ; -webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.sticky .search_icon{height: 18px; -webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.tablinks{background: #e01077; color: #fff; border-radius: 100px; border: 0; padding: 10px 20px;}
.tablinks.active{background: #67248e;}
.mobileNav img {
  width: 30px;
}
.mobileNav {
  position: absolute;
  right: 20px;
  top: 20px;

}
.desktop{display: block;}
.mobileNav{display: none;}
.mobileMenu{display: none;}
.mobile{display: none;}
@media only screen and (max-width: 600px) {
    .gameImg img {
    width: 100%;
    height: auto;
}
.gameImg {
    border-radius: 20px;
    overflow: hidden;
    height: 152px;
}
  .mobile{display: block;}
  .desktop{display: none;}
  .mobileNav{display: block;}
  .mobileMenu{display: block;}
  .mobileMenu ul {
    list-style: none;
    background: #30af6b;
    height: 100vh;
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    padding-top: 70px;
}
.heding_s {
  font-size: 29px;
}
.flogo{
  width: 100px;
}
.gameboxmain{width: 175px; height:auto;}
.ltitle{width: 100%;}
.newsletter-text {
  font-size: 14px;
}
.footerbg{height: auto;}
.newslettermain{
   position: initial;
  top: 228px;
  width: 93%;
  text-align: center;
  width: 100%;
  margin-top: -80px;
}
.mobileMenu ul li a {
  color: #fff;
  padding: 10px 10px 10px 30px;
  display: block;
  border-bottom: 1px solid #fff;
}
.closebtn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 60px;
  color: #fff;
}
.overlayMenu {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#30af6b;
  background-color:#30af6b;
  overflow-x: hidden;
  transition: 0.5s;
}
.logo.col-sm-2 img {
  width: 100px;
}
.banner .video {
  position: absolute;
  bottom: 130px;
  left: 10px;
  width: 50%;
  padding: 0px;
}
.video .title {
  font-size: 17px;
  line-height: 18px;
}
.banner .video {
  top: 33px;
}
.banner{height: auto;}
.banner .video p{display: none;}
.headerbtn {
  margin: 0 auto;
  display: table;
  margin-top: 5px;
  font-size: 12px;
}
.view-more{padding: 7px 30px;}
.homegame{width: 50%;}
.new-songs, .most-popular{margin-bottom: 30px;}
}/*mobile media query */
.breadcrumb{font-size: 12px;}
.morefun{margin-top: 50px; border-top: 1px solid #ccc; padding: 20px 0;}
.sketchs{position: relative;}
a.links {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.morefun{display:none;}
.new-songs a, .most-popular a{display:block;}

.blog h3.card-title{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.blog .card-body{
  color: #000;
  font-size: 14px;
}
.blog .card{
  overflow: hidden;
}
.date{
  font-size: 12px;
  color: #ccc;
}
.blogImg{
  width: 100%;
  margin-bottom:30px;
}
