.old-img {
  height: 18.2vw;
}
body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
.clearfix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.wrapper {
  max-width: 1280px;
  position: relative;
  padding-top: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.innerwrapper {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
}
.header {
  padding: 10px 0;
  width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  background: #003232;
}
.khazanalogo {
  display: inline-block;
  cursor: pointer;
  float: left;
  width: 10%;
  margin-top: 1%;
}
.khazanalogo img {
  width: 100%;
}
.aalogo {
  display: inline-block;
  cursor: pointer;
  float: right;
  width: 60px;
}
.aalogo img {
  width: 100%;
}
.navbar {
  width: 66%;
  float: left;
  margin-left: 2%;
  margin-top: 0.5%;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.navbar ul li {
  display: inline-block;
  margin: 16px 9px;
  padding-bottom: 5px;
  position: relative;
}
.navbar ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-bottom: 4px;
}
.navbar ul li a:hover:after,
.navbar ul li a.active:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #f5cb29;
  border-radius: 0;
  transform: translateX(-50%);
  color: #f5cb29;
}
.navbar ul li a.active,
.navbar ul li a:hover {
  color: #f5cb29;
}
/*menu*/
#nav-icon {
  display: none;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: left;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hrightbox {
  float: right;
}
.rlogin {
  margin: 15px 42px 0 0;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 6px 7px;
  color: #ffffff;
  display: inline-block;
}
.rlogin.active {
  background: #ef1d25;
  color: #ffffff;
  border: 1px solid #ef1d25;
}
.bannerbox {
  position: relative;
}
.banner_bg {
  width: 100%;
}
.bannertxtbox {
  position: absolute;
  width: 963px;
  text-align: center;
  top: 89px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}
.bannertxtbox-inner {
  background-image: url("../images/gold-frame.png");
  background-size: contain;
  background-position: center;
  padding: 8px;
  background-repeat: no-repeat;
  display: inline-block;
}
.bannertxtbox p.pby {
  width: 530px;
  height: 75px;
  background: #fff6eb;
  border-radius: 26px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 47px;
  margin: 25px 0 27px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: normal;
  text-align: center;
  color: #000000;
}
.logo-top {
  display: flex;
  justify-content: center;
  align-items: end;
}
.logo-top hr {
  border: 2px solid #fac782;
  height: 118px;
  width: 2px;
  margin: 0 25px;
}
.Khazana-logo {
  max-height: 97px;
}
.Talent-logo {
  max-height: 133px;
}
.bannertxtbox p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 41px;
  line-height: 54px;
  text-align: center;
  color: #e9fffd;
  margin: 62px 0 28px;
  padding: 0px 90px;
}
.Combine_logo {
  width: 80%;
}
.subtitle {
  text-transform: uppercase;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  margin: 0 0 90px 0;
}
.founderbox {
  padding: 76px 0 80px;
  background: #fff;
}
.founderprofilebox {
  width: 40%;
  margin: 0 4%;
  float: left;
}
.fimage {
  width: 100%;
}
.fname {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}
.fdes {
  margin: 5px 0;
}
.fpos {
  margin: 10px 0 10px 0;
}
#plus_sapru,
#plus_pankajp {
  text-decoration: underline;
  font-weight: 700 !important;
}
.fdes,
.fpos,
#plus_sapru,
#plus_pankajp {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
.plusbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.plusbox:hover {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/h-plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.fbackarrow {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../images/b-back-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.founderdesbox {
  width: 100%;
  float: left;
}
.fimagebox {
  width: 35%;
  float: left;
  margin-right: 5%;
}
.fdetailsbox {
  width: 60%;
  float: left;
}
.fdetails {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 25px;
}
.fdetails a {
  display: inline-block;
  color: #ef1d25;
}
.themesongbox {
  position: relative;
  width: 100%;
}
.themesongimg {
  width: 100%;
}
.thmesontitle {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  margin: 0;
  font-family: "Lobster";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.playiconbtn {
  width: 70px;
  height: 70px;
  background: url(../images/play_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.playiconbtn:hover {
  width: 70px;
  height: 70px;
  background: url(../images/play_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.popupwrap {
  width: 100%;
  background: #000000;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  color: #ffffff;
  padding: 5px 0;
  display: none;
}
.pback {
  display: inline-block;
  margin: 30px 0 20px 0;
}
.videotbox {
  margin: 10px 0;
}
.themevideo {
  position: relative;
  z-index: 2;
}
.aboutusbox {
  width: 100%;
  position: relative;
  padding: 85px 0 43px;
}
.aboutleft {
  width: 36%;
  float: left;
  margin-right: 7%;
}
.aboutright {
  width: 57%;
  float: right;
}
.aboutkhazana {
  width: 100%;
  margin-bottom: 15px;
}
.infographicskhazana {
  width: 100%;
  margin-bottom: 45px;
}
.abouttxt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  margin-top: 13px;
}
.aboutleft .abouttxt {
  text-align: center;
}
.absubt {
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 54px;
  color: #000000;
}
.aboutqute {
  width: 100%;
  margin: 7% 0;
  color: #b27e04;
}
.aboutqute p {
  width: 85%;
  margin: 0 auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #b4810a;
}
.jurybox {
  width: 100%;
  position: relative;
  padding: 74px 0 30px 0;
  background: url(../images/jurybox-bg.png);
}
.jury-details {
  background: #f8e6be;
  display: flex;
  align-items: center;
  margin-left: 200px;
  margin-right: -50px;
  position: relative;
  min-height: 432px;
  padding-left: 250px;
  padding-right: 90px;
}
.jury-details img.jury-img {
  position: absolute;
  left: -200px;
  top: -71px;
  height: 575px;
  width: 406px;
}
.jrow-right,
.jrow-left {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}
.jury-detailsright {
  background: #f8e6be;
  display: flex;
  align-items: center;
  margin-right: 200px;
  margin-left: -50px;
  position: relative;
  min-height: 432px;
  padding-left: 90px;
  padding-right: 200px;
}
.jury-detailsright img.jury-img {
  position: absolute;
  right: -200px;
  top: -71px;
  height: 575px;
  width: 406;
}
.jurybox h2.subtitle {
  margin: 0 0 36px 0;
  color: #fff;
}
.details {
  max-height: 432px;
  overflow: hidden;
}
.jname {
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 54px;
  color: #000000;
}
.jtxt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #000000;
  margin: 0;
}
.founderbox .subtitle:before,
.aboutusbox .subtitle:before,
.partnerbox .subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background-image: url(../images/Title_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.founderbox .subtitle:after,
.aboutusbox .subtitle:after,
.partnerbox .subtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  background-image: url(../images/Title_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.founderbox .subtitle:before,
.founderbox .subtitle:after,
.aboutusbox .subtitle:before,
.aboutusbox .subtitle:after {
  width: 230px;
  height: 15px;
}
.partnerbox .subtitle:before,
.partnerbox .subtitle:after {
  width: 317px;
  height: 21px;
}
.jurybox .subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  width: 317px;
  height: 21px;
  background-image: url(../images/white_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.jurybox h2.subtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 317px;
  height: 21px;
  background-image: url(../images/white_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.jrow {
  width: 100%;
  overflow: hidden;
  margin: 5% 0;
}
.juryimgboxleft {
  float: left;
  width: 25%;
}
.juryimgboxright {
  float: right;
  width: 25%;
}
.juryimg {
  width: 100%;
}
.jurydetails {
  width: 65%;
  margin: 0 2%;
  float: left;
}
.textalignright {
  text-align: right;
}
.leftjurydetails {
  margin-left: 0;
  margin-right: 2%;
  width: 73%;
}
.partnerbox {
  width: 100%;
  margin: 82px 0 35px;
  background-color: #fff;
}
.partnerlist {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.partnerlist li {
  display: inline-block;
  margin: 0px 60px 50px;
}
.partnerlist li a {
  display: inline-block;
}
.footerbox {
  width: 100%;
  background: #003232;
  text-align: center;
  padding: 51px 0 32px;
  color: #fff;
}
.sociallist {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.sociallist li {
  display: inline-block;
  margin: 0px 15px;
}
.sociallist li a {
  display: inline-block;
}
.fb {
  width: 24px;
  height: 24px;
  background: url(../images/facebook_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.fb:hover {
  width: 24px;
  height: 24px;
  background: url(../images/facebook_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.twitter {
  width: 24px;
  height: 24px;
  background: url(../images/twitter_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.twitter:hover {
  width: 24px;
  height: 24px;
  background: url(../images/twitter_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.insta {
  width: 24px;
  height: 24px;
  background: url(../images/instagram_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.insta:hover {
  width: 24px;
  height: 24px;
  background: url(../images/instagram_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.tclink {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  color: #fff;
}
.copyright {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* entries */
.contentwrap {
  width: 100%;
  position: relative;
}
.innerwrapper.entries-innerwrapper {
  max-width: 900px;
}
.entriestitlebox {
  width: 100%;
  margin-bottom: 48px;
}
.entriestitlebox h1 {
  font-size: 55px;
  font-weight: 700;
  color: #003232;
  text-transform: uppercase;
  line-height: 55px;
  margin: 0;
  padding-top: 80px;
}
.entrieslist {
  list-style-type: none;
  margin: 0 -30px 55px;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.entrieslist li {
  display: inline-block;
  width: 27%;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
  float: left;
}
.artistimgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.artistimgbox img {
  width: 100%;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  cursor: pointer;
}
.eaplayicon {
  width: 50px;
  height: 50px;
  background: url(../images/play_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.artistimgbox:hover .eaplayicon,
.eaplayicon:hover {
  width: 50px;
  height: 50px;
  background: url(../images/play_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/*.artistimgbox img:hover  {-moz-transform: scale(1.2);-webkit-transform: scale(1.2);transform: scale(1.2);transition: All 0.5s ease;}*/
.ed1 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #000000;
}
.ed2 {
  font-size: 18px;
  margin: 5px 0;
  font-weight: 500;
  color: #4c4c4c;
}
.ed3 {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  color: #4c4c4c;
}
.esociallist {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 150px !important;
  margin: 0 auto;
}
.esociallist li {
  display: inline-block;
  margin: 5px;
  width: auto !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  float: none;
}
.esociallist li a {
  display: inline-block;
}
.entries_fb {
  width: 20px;
  height: 20px;
  background: url(../images/fb-b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entries_fb:hover {
  width: 20px;
  height: 20px;
  background: url(../images/facebook_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entries_twitter {
  width: 20px;
  height: 20px;
  background: url(../images/twitter-b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entries_twitter:hover {
  width: 20px;
  height: 20px;
  background: url(../images/twitter_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entries_insta {
  width: 20px;
  height: 20px;
  background: url(../images/insta-b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entries_insta:hover {
  width: 20px;
  height: 20px;
  background: url(../images/instagram_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*.entrieslist li:nth-child(2) {
  padding-top: 90px;
  margin-bottom: 0 !important;
}
.entrieslist li:nth-child(3) {
  padding-top: 170px;
  margin-bottom: 0 !important;
}
.entrieslist li:nth-child(5) {
  padding-top: 90px;
  margin-bottom: 0 !important;
}
 .entrieslist li:nth-child(6) {
  padding-top: 170px;
  margin-bottom: 0 !important;
} */
.entrieslist li:nth-child(3n + 2) {
  padding-top: 90px;
  margin-bottom: 0 !important;
}
.entrieslist li:nth-child(3n + 3) {
  padding-top: 170px;
  margin-bottom: 0 !important;
}
.pop_esociallist {
  display: inline-block;
  width: 200px;
}
.pop_esociallist a {
  display: inline-block;
  margin: 5px 6px;
}
.pop_entries_fb {
  width: 32px;
  height: 32px;
  background: url(../images/facebook_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop_entries_fb:hover {
  width: 32px;
  height: 32px;
  background: url(../images/facebook_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop_entries_twitter {
  width: 32px;
  height: 32px;
  background: url(../images/twitter_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop_entries_twitter:hover {
  width: 32px;
  height: 32px;
  background: url(../images/twitter_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop_entries_insta {
  width: 32px;
  height: 32px;
  background: url(../images/instagram_N.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop_entries_insta:hover {
  width: 32px;
  height: 32px;
  background: url(../images/instagram_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#popup_box {
  position: fixed;
  width: 100%;
  background: transparent;
  color: #ffffff;
  height: 100%;
  z-index: 9999;
}
.overly_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999;
}
.entries_slider {
  width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.popup_ed1 {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0 5px 0;
  color: #fff;
  line-height: 40px;
}
.popup_ed2 {
  font-size: 24px;
  line-height: 40px;
  margin: 5px 0;
  font-weight: 400;
  color: #fff;
}
.entrieDetailsnox img {
  width: 100%;
}
.slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.left_arrow {
  cursor: pointer;
  position: absolute;
  left: -80px;
  top: 45%;
  background: url(../images/past-left-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.left_arrow:hover {
  cursor: pointer;
  position: absolute;
  right: -80px;
  top: 45%;
  background: url(../images/past-left-arrow-ho.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.right_arrow {
  cursor: pointer;
  position: absolute;
  right: -80px;
  top: 45%;
  background: url(../images/past-right-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.right_arrow:hover {
  cursor: pointer;
  position: absolute;
  right: -80px;
  top: 45%;
  background: url(../images/past-right-arrow-ho.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.close {
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 2%;
}
/*loginregisterwrap*/
.login-row {
  display: flex;
  padding: 90px 0 0 0;
}
.loginregisterwrap {
  width: 100%;
  position: relative;
  padding: 0;
}
.lrbox {
  width: 450px;
  background: #ffffff;
  padding: 0 25px 20px;
  text-align: center;
}
.closebtn {
  position: relative;
  display: inline-block;
  float: right;
  top: -10px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.lrbox h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 20px 0;
  line-height: 30px;
}
.fblogin {
  text-align: center;
  display: inline-block;
  margin: 23px 0 18px;
}
.or {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0 27px;
}
.lrfrow {
  width: 100%;
  text-align: left;
  margin: 30px 0 0;
  position: relative;
}
.lrfrow label {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c;
}
.lrfrow input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  margin: 16px 0 10px;
  padding: 10px 0;
}
.lrbox.otp-top {
  padding-top: 130px;
}
.lrfrow input:focus {
  border-bottom: 1px solid #ef1d25;
}
.lrSrow {
  width: 100%;
  text-align: center;
  margin: 33px 0 10px 0;
}
.lrbtn {
  background: #ef1d25;
  border-radius: 26px;
  font-size: 20px;
  display: inline-block;
  padding: 11px 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.13px;
  color: #ffffff;
  text-transform: uppercase;
}
.lrbtn:hover {
  background: #c7060d;
}
.lrfbox {
  width: 100%;
  text-align: center;
  margin-top: 38px;
}
.lrfbox p {
  margin: 0;
  font-size: 14px;
  line-height: 29px;
  color: #4c4c4c;
  display: inline-block;
}
.lrfbox p a {
  display: inline-block;
  color: #4c4c4c;
}
.lrfbox p a:hover {
  color: #ef1d25;
}
.errormsg {
  margin: 0;
  color: #ef1d25;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.resendotp {
  color: #ef1d25;
  font-size: 14px;
  float: right;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.checkboxWrap input {
  visibility: hidden;
  width: 20px;
  font-size: 16px;
}
.checkboxWrap {
  background: url(../images/checkbx.gif) 5px 12px no-repeat;
  cursor: pointer;
  padding: 10px 5px;
  font-size: 12px;
  color: #4c4c4c;
}
.checkboxWrap.checked {
  background: url(../images/checkbx.gif) 5px -32px no-repeat;
}
.mt0 {
  margin-top: 0;
}
/*talent hunt*/
.talenthunt-header {
  background: url(../images/talent-hunt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.talenthuntlogobox {
  margin: 0;
  padding: 26px 0 0;
  text-align: center;
}
.talenthunt_tbox {
  color: #fff;
  padding: 0 0 29px;
  text-align: center;
}
.talenthunt_tbox p {
  font-size: 20px;
  margin: 0 0 11px;
  font-family: Poppins, Medium;
  font-weight: 400;
  line-height: 30px;
}
.talenthunt_tbox h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 17px;
  line-height: 42px;
  color: #f5cb29;
}
span.th-text-box {
  background: #00807b;
  padding: 11px 34px 10px;
  border-radius: 33px;
  line-height: 30px;
  font-size: 20px;
  display: inline-block;
}
.talent-hunt-form {
  padding: 106px 0 58px;
  max-width: 866px;
  margin: 0 auto;
}
.throw {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.th_left {
  width: 47%;
  margin-right: 3%;
  float: left;
}
.th_right {
  width: 47%;
  margin-left: 3%;
  float: left;
}
.profile_box {
  background: #f0f0f0;
  overflow: hidden;
  width: 100%;
  padding: 30px 32px 28px;
}
.thfupprofile {
  width: 84px;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.thfupprofile img {
  width: 100%;
}
.thfupptxt {
  float: left;
}
.thfupptxt p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 14px 0;
  color: #333333;
  line-height: 25px;
}
.fileUpload {
  background: #e8d7b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
  text-align: center;
  width: 90px;
  height: 35px;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
  background: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100px;
  height: 46px;
  cursor: pointer;
  cursor: pointer;
}
.nofile {
  display: inline-block;
  margin: 10px 0px 0 10px;
  font-size: 12px;
}
input[type="file"] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.custom-file-upload {
  border: 1px solid #4a4a4a;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.thname {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}
input.thinput {
  width: 100%;
  margin: 10px 0 10px 0;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0px 2px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
input.thinput::placeholder {
  color: #717171;
}
input.thinput:focus {
  border-bottom: 1px solid #ef1d25;
}
.col-2-padd .thname {
  margin: 0 0 30px;
}
.thlabel {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
}
.reqd {
  color: #ef1d25;
  font-weight: 600;
}
.tage {
  width: 20%;
  float: left;
  margin-right: 2%;
}
.tgender {
  width: 75%;
  float: left;
  margin-right: 2%;
}
.thupvideo {
  position: relative;
  width: 47%;
  float: left;
}
.thor {
  position: relative;
  width: 6%;
  float: left;
  text-align: center;
  line-height: 25px;
  padding-top: 25px;
  font-size: 18px;
}
.thylink {
  position: relative;
  width: 47%;
  float: right;
}
.thvideoupload {
  position: absolute;
  right: 0;
}
.thnote {
  margin: 0;
  font-size: 12px;
  color: #8c8c8c;
}
.thbtnbox {
  text-align: center;
  margin: 10px 0;
}
.thbtn {
  background: #ef1d25;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 11px 36px;
  border-radius: 23px;
}
.thbtn:hover {
  background: #c7060d;
}
.radiobox {
  position: relative;
  margin-top: 20px;
  display: flex;
}
.radiobox input[type="radio"] {
  visibility: hidden;
}
.radiobox .check {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.radiolabel:hover input ~ .check {
  background-color: #fff;
}
.radiolabel input:checked ~ .check {
  background-color: #fff;
}
.radiolabel .check:after {
  content: "";
  position: absolute;
  display: none;
}
.radiolabel input:checked ~ .check:after {
  display: block;
}
.radiolabel .check:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ed1c24;
}
.radiolabel {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: #4c4c4c;
}
/*past year artist */
.pastyearwrap {
  position: relative;
  padding: 70px 0 40px;
}
.pyalistbox {
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 13px;
  background: #e8d7b2;
}
.pyalist-carousel .owl-item {
  position: relative;
  width: 18% !important;
}
.pyalist-carousel .owl-stage .owl-item:first-child:before {
  display: none;
}
.pyalist-carousel .owl-stage .owl-item:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: -20%;
  top: 9px;
  background: #af9764;
}
.pyalist-carousel {
  width: 80%;
  margin: 0 auto;
}
.pyalist-carousel .owl-stage {
  max-width: 866px !important;
  margin: 0 auto;
}
.pyalistbox.fixed-pyalistbox {
  width: 1280px;
  position: fixed;
  left: 0;
  top: 90px;
  background: #e8d7b2;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}
.pyalist-carousel .item a {
  font-weight: 500;
  font-size: 16px;
  color: #050404;
  display: block;
}
.pyalist-carousel .item a.active,
.pyalist-carousel .item a:hover {
  color: #ef1d23;
  font-weight: 500;
}
.pt0 {
  padding: 0;
}
.pastyear-head {
  color: #003232;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  width: 76%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2%;
}
.pastyear-desc {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 26px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 75px;
}
.pastyear-dividerbox {
  padding: 2% 0;
  text-align: center;
}
.pastyear-dividerbox span {
  background: #979797;
  display: inline-block;
  width: 100px;
  height: 1px;
}
.pastyeartittle {
  position: relative;
  font-family: Cinzel;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.pastyeartittle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background-image: url(../images/Title_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 246px;
  height: 17px;
}
.pastyeartittle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background-image: url(../images/Title_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 246px;
  height: 17px;
}
.videogallerybox .pastyeartittle:before,
.videogallerybox .pastyeartittle:after {
  background-image: url(../images/white_line.png);
}
.pastwboxwrap {
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.pastwbox {
  width: 45%;
  margin: 1% 2%;
  float: left;
  text-align: center;
}
.pastwinnerimg {
  width: 100%;
}
.winnername {
  font-size: 22px;
  font-weight: 500;
  color: #303030;
  margin: 10px 0 5px 0;
}
.winnerlocation {
  font-size: 14px;
  color: #272727;
  margin: 0;
}
.performing-artistbox {
  background: #e8d7b2;
  padding: 63px 0 40px;
}
.gallery-carousel.owl-carousel.owl-loaded.owl-drag {
  padding: 34px 0 0 50px;
}
.gdetails {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #003232;
}
.gallery-carousel button.owl-prev {
  background: url(../images/past-left-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42%;
  left: 45px;
}
.gallery-carousel button.owl-prev:hover {
  background: url(../images/past-left-arrow-ho.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42%;
  left: 45px;
}
.gallery-carousel button.owl-next {
  background: url(../images/past-left-arrow.png) !important;
  -webkit-transform: rotateY(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42%;
  right: 45px;
}
.gallery-carousel button.owl-next:hover {
  background: url(../images/past-right-arrow-ho.png) !important;
  -webkit-transform: none;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42%;
  right: 42px;
}
.gallery-carousel button.owl-prev span,
.gallery-carousel button.owl-next span {
  visibility: hidden;
}
.videogallerybox {
  background-image: url(../images/videogallerybox-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 63px 0 40px;
}
.whitecolor {
  color: #fff;
}
.videogallery-carousel {
  width: 760px;
  margin: 87px auto 0;
}
.vgcbox {
  position: relative;
}
.vgartist-name {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.videogallery-carousel .item {
  text-align: center;
}
.videogallery-carousel button.owl-prev {
  background: url(../images/Video_Back_inactive.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -60px;
}
.videogallery-carousel button.owl-prev:hover {
  background: url(../images/Video_Next_active.png) !important;
  -webkit-transform: rotateY(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -60px;
}
.videogallery-carousel button.owl-next {
  background: url(../images/Video_Next_inactive.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -60px;
}
.videogallery-carousel button.owl-next:hover {
  background: url(../images/Video_Next_active.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -60px;
}
.videogallery-carousel button.owl-prev span,
.videogallery-carousel button.owl-next span {
  visibility: hidden;
}
.vgalleryclick {
  width: 70px;
  height: 70px;
  background: url(../images/play_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.vgalleryclick:hover {
  width: 70px;
  height: 70px;
  background: url(../images/play_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.mobile_show {
  display: none;
}
.jury-carousel {
  display: none !important;
}
.khazanagifbox {
  width: 100%;
  background: #000;
  text-align: center;
  margin-bottom: 45px;
}
.khazanagifbox img {
  width: 100%;
}
.tage {
  position: relative;
  width: 38%;
}
.tgender {
  width: 60%;
  margin: 0;
}
.errormsg {
  bottom: -10px;
}
.pastyear-dividerbox {
  display: none;
}

@media screen and (min-width: 1920px) {
  .pyalistbox.fixed-pyalistbox {
    top: 90px;
  }
  .wrapper {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1150px) {
  .rlogin {
    padding: 5px 10px;
    font-size: 13px;
    margin: 15px 15px 0 0;
  }
  .navbar ul li a {
    font-size: 13px;
  }
  .wrapper {
    padding-top: 75px;
  }
  .bannertxtbox p {
    font-size: 24px;
    line-height: 32px;
  }
  .profile_box {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    width: 100%;
    left: 0;
    top: 0;
    left: 0%;
    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
  }
  .pyalistbox.fixed-pyalistbox {
    width: 100%;
    position: fixed;
    left: 0;
    top: 90px;
    left: 0%;
    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
  }
}
@media screen and (max-width: 1200px) {
  .innerwrapper {
    width: 90%;
  }
  .navbar ul li {
    margin: 10px 4px;
  }
  .navbar {
    margin-top: 0.5%;
  }
  .sound-img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .navbar ul li a {
    font-size: 13px;
  }
  .rlogin {
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 20px;
  }
  .navbar {
    margin-top: 10px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .wrapper {
    padding-top: 83px;
  }
  .pyalistbox.fixed-pyalistbox {
    top: 83px;
  }
  .bannertxtbox-inner {
    padding: 10%;
  }
  .jname {
    font-size: 24px;
    line-height: 35px;
  }
  .jtxt {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 990px) {
  .navbar ul li a {
    font-size: 14px;
  }
  .pyalistbox.fixed-pyalistbox {
    top: 123px;
  }
  .navbar ul li {
    margin: 5px 5px;
  }
  .wrapper {
    padding-top: 123px;
  }
  .navbar {
    width: 100%;
    margin-top: 0;
  }
  .khazanalogo {
    width: 18%;
  }
  .talenthunt_tbox h4 {
    width: 80%;
    margin: 0 auto;
  }
  .talenthunt_tbox p {
    width: 80%;
    margin: 15px auto;
  }
  .thfupprofile {
    width: 90px;
  }
  .thfupptxt p {
    margin: 5px 0 10px 0;
  }
  .entrieslist li {
    margin: 0 3%;
  }
  .jname {
    font-size: 20px;
    line-height: 35px;
  }
  .jtxt {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .login-row {
    display: flex;
    padding: 50px 0 50 0;
  }
  .pyalist-carousel .owl-stage .owl-item:before {
    left: -14%;
  }
  .bannertxtbox {
    width: 700px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bannertxtbox p {
    margin: 20px 0 10px;
    font-size: 20px;
    padding: 0px 130px;
  }
  .Khazana-logo {
    max-height: 50px;
  }
  .Talent-logo {
    max-height: 60px;
  }
  .logo-top hr {
    border: 2px solid #fac782;
    height: 50px;
    width: 1px;
    margin: 0 15px;
  }
  img.hungama-logo {
    width: 100px;
  }
  .bannertxtbox p.pby {
    max-width: 220px;
    height: 35px;
    font-size: 13px;
    padding: 0 15px;
  }
  .jury-detailsright {
    padding-left: 20px;
  }
  .jury-details {
    padding-right: 20px;
    padding-left: 211px;
  }
}

@media screen and (max-width: 767px) {
  .mobile_show {
    display: block;
  }
  .desktop_show {
    display: none;
  }
  .navbar ul {
    width: 100%;
  }
  .navbar {
    display: none;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
  }
  .navbar ul li {
    margin: 10px 0;
    text-align: left;
    width: 100%;
  }
  .khazanalogo {
    width: 80px;
    margin-top: 7px;
  }
  .navbar ul li a {
    font-weight: 400;
  }
  .aalogo {
    width: 36px;
  }
  #nav-icon {
    display: block;
    margin-top: 8px;
    margin-right: 10px;
  }
  .wrapper {
    padding-top: 47px;
  }
  .header {
    padding: 3px 0 5px;
  }
  .pyalistbox.fixed-pyalistbox {
    top: 47px;
  }
  .bannertxtbox {
    width: 100%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bannertxtbox p {
    margin: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    padding: 5px 25% 0;
  }
  .bannertxtbox-inner {
    padding: 7%;
  }
  img.hungama-logo {
    width: 60px;
  }
  .Khazana-logo {
    max-height: 22px;
  }
  .Talent-logo {
    max-height: 30px;
  }
  .logo-top hr {
    background: #fac782;
    height: 26px;
    width: 2px;
    margin: 0 8px;
    border: none;
  }
  .bannertxtbox p.pby {
    padding: 0 8px;
    margin: 5px 0 10px;
    font-size: 8px;
    width: auto;
    height: 14px;
  }
  .rlogin {
    padding: 3px 6px 3px;
    font-size: 10px;
    margin: 8px 11px 8px 2px;
  }
  .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .founderbox .subtitle:before,
  .aboutusbox .subtitle:before {
    width: 60px;
    height: 4px;
    top: -5px;
  }
  .founderbox .subtitle:after,
  .aboutusbox .subtitle:after {
    width: 60px;
    height: 4px;
    top: 22px;
  }
  .partnerbox .subtitle:before,
  .partnerbox .subtitle:after,
  .jurybox .subtitle:before,
  .jurybox h2.subtitle:after {
    width: 60px;
    height: 4px;
  }
  .partnerbox .subtitle:before,
  .jurybox .subtitle:before {
    top: -5px;
  }
  .partnerbox .subtitle:after,
  .jurybox h2.subtitle:after {
    top: 22px;
  }
  .founderprofilebox,
  .fbackarrow {
    display: none;
  }
  .fdbox {
    display: inline-block !important;
    margin-bottom: 15px;
  }
  .fimagebox,
  .fdetailsbox {
    width: 100%;
    margin: 0;
  }
  .fname {
    font-size: 15px;
    margin: 10px 0 8px 0;
  }
  .fname,
  .fdes,
  .fpos,
  #plus_sapru,
  #plus_pankajp {
    padding-left: 0px;
  }
  .fdes {
    margin: 0px 0 0px 0;
    font-size: 10px;
  }
  .fpos {
    margin: 0px 0 5px 0;
    font-size: 10px;
  }
  .fdetails {
    font-size: 10px;
    margin: 8px 0;
    line-height: 12px;
  }
  .playiconbtn,
  .playiconbtn:hover {
    width: 35px;
    height: 35px;
  }
  .thmesontitle {
    font-size: 18px;
    line-height: 28px;
  }
  .aboutright,
  .aboutleft {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
  }
  .aboutusbox {
    padding: 40px 0 15px;
  }
  .partnerbox {
    margin: 34px 0 20px;
  }
  .khazanagifbox {
    margin-bottom: 20px;
  }
  .absubt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
  .abouttxt {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutqute {
    margin: 3% 0;
  }
  .aboutqute p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .desktop_show_jury {
    display: none;
  }
  .jurybox {
    padding: 40px 0 0px 0;
    background: url(../images/jurybox-bg.png);
    background-position: left;
  }
  .jurybox .owl-stage {
    padding: 0 0 0 20px !important;
  }
  .jrow {
    display: none;
  }
  .partnerlist {
    width: 100%;
    overflow: hidden;
  }
  .partnerlist li {
    width: 48%;
    float: left;
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    max-height: 90px;
    height: 100%;
  }
  .partnerlist li img {
    width: 60%;
  }
  .partnerlist li:last-child {
    width: 100%;
    float: left;
    margin: 2% 0;
  }
  .tclink {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
  }
  .copyright {
    margin-top: 9px;
    font-size: 10px;
    line-height: 16px;
    padding: 0 20px;
  }
  .jurybox .innerwrapper {
    width: 100%;
  }
  .jname {
    font-size: 16px;
    margin: 0px 0 10px 0;
    line-height: 20px;
    font-weight: 500;
  }
  .jurybox h2.subtitle {
    margin: 0 0 4px 0;
  }
  .jurydetails {
    width: 100%;
    margin: 0;
    padding: 20px 27px;
    background: #f8e6be;
  }
  .jtxt {
    font-size: 14px;
    line-height: 24px;
  }
  .jury-carousel .owl-item .jtxt {
    display: none;
  }
  .jury-carousel .owl-item.active .jtxt {
    display: inline-block;
  }
  .themevideo iframe {
    height: 400px;
    width: 100%;
  }
  .entriestitlebox h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 30px 0px;
  }
  .entriestitlebox {
    margin-bottom: 0;
  }
  .entrieslist {
    margin: 0 20px 60px;
  }
  .entrieslist li {
    width: 100%;
    margin: 0 0 68px;
  }
  .ed1 {
    font-size: 16px;
    line-height: 22px;
  }
  .ed2 {
    font-size: 14px;
    line-height: 20px;
  }
  .popup_ed1 {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0 0;
  }
  .popup_ed2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  .ed3 {
    font-size: 13px;
    line-height: 21px;
  }
  .esociallist li {
    margin: 2px 5px !important;
  }
  .entries_slider {
    width: 100%;
  }
  .left_arrow {
    left: 1% !important;
  }
  .right_arrow {
    right: 1% !important;
  }
  .close {
    top: 1%;
    left: 3%;
    z-index: 9;
  }
  .pop_entries_insta,
  .pop_entries_twitter,
  .pop_entries_fb {
    width: 20px;
    height: 20px;
  }
  .left_arrow,
  .left_arrow:hover {
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 45%;
    background: url(../images/past-left-arrow-ho.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .right_arrow,
  .right_arrow:hover {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 45%;
    background: url(../images/past-right-arrow-ho.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .pastyear-head {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 30px;
  }
  .pastyear-desc {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .pastwboxwrap {
    padding-top: 23px;
  }
  .pastyeartittle:before {
    top: -13px;
    width: 132px;
    height: 10px;
  }
  .pastyeartittle:after {
    bottom: -13px;
    width: 132px;
    height: 10px;
  }
  .pastyearwrap {
    padding: 30px 0 15px;
  }
  .performing-artistbox {
    padding: 35px 0 30px;
  }
  .pastyeartittle {
    font-size: 18px;
    line-height: 24px;
    margin: 13px 5px;
  }
  .gallery-carousel.owl-carousel.owl-loaded.owl-drag {
    padding: 25px 0 0 10px;
  }
  .gdetails {
    font-size: 14px;
    line-height: 16px;
  }
  .gdetails p {
    margin: 10px 0 0;
  }
  .videogallerybox {
    padding: 33px 0 27px;
  }
  .pyalist-carousel {
    width: 100%;
  }
  .pyalistbox {
    padding: 9px 0 8px;
  }
  .pyalist-carousel .item a {
    font-size: 12px;
  }
  .pyalist-carousel .owl-stage .owl-item:before {
    top: 6px;
  }
  .pastwbox {
    width: 100%;
    margin: 10px 0;
  }
  .winnername {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .winnerlocation {
    font-size: 11px;
    line-height: 17px;
  }
  .gallery-carousel button.owl-next,
  .gallery-carousel button.owl-prev,
  .gallery-carousel button.owl-next:hover,
  .gallery-carousel button.owl-prev:hover {
    width: 25px;
    height: 25px;
  }
  .gallery-carousel button.owl-prev,
  .gallery-carousel button.owl-prev:hover {
    left: 10px;
  }
  .gallery-carousel button.owl-next,
  .gallery-carousel button.owl-next:hover {
    right: 10px;
  }
  .videogallery-carousel {
    width: 80%;
    margin: 37px auto 0;
  }
  .vgalleryclick,
  .vgalleryclick:hover {
    width: 35px;
    height: 35px;
  }
  .videogallery-carousel button.owl-next,
  .videogallery-carousel button.owl-next:hover {
    width: 25px;
    height: 25px;
    right: -30px;
  }
  .videogallery-carousel button.owl-prev,
  .videogallery-carousel button.owl-prev:hover {
    width: 25px;
    height: 25px;
    left: -30px;
  }
  .vgartist-name {
    font-size: 16px;
    margin: 5px 0;
  }
  .jury-carousel {
    display: block !important;
  }
  .lrbox {
    width: 100%;
    padding: 0 20px;
  }
  .lrbox h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .login-row .login-left {
    padding: 0 20px;
  }
  .login-row {
    flex-direction: column-reverse;
    padding: 25px 0 0 0;
  }
  .login-row .checkboxWrap {
    margin: 0;
  }
  .login-row .lrbtn {
    margin-bottom: 10px;
  }
  .login-row img.sound-img {
    width: 100%;
  }
  .lrfrow input {
    font-size: 13px;
  }
  .lrbtn {
    font-size: 16px;
  }
  .lrfbox p {
    font-size: 13px;
  }
  .errormsg {
    font-size: 12px;
  }
  .talenthuntimg {
    width: 56%;
  }
  .talenthuntlogobox {
    padding: 23px 0 15px;
  }
  .talenthunt_tbox p {
    font-size: 14px;
    line-height: 18px;
    width: 85%;
    margin: 0px auto 7px;
  }
  .talenthunt_tbox h4 {
    font-size: 20px;
    line-height: 24px;
    width: 85%;
    margin: 0 auto 8px;
  }
  .talenthunt_tbox h4 br {
    display: none;
  }
  span.th-text-box {
    padding: 5;
    line-height: 18px;
    font-size: 14px;
    width: 90%;
  }
  .talent-hunt-form {
    padding: 45px 0 58px;
  }
  .th_left {
    width: 100%;
    margin: 5px 0;
  }
  .th_right {
    width: 100%;
    margin: 5px 0;
  }
  .profile_box {
    padding: 18px 12px 19px;
    margin-bottom: 20px;
  }
  .thfupptxt p {
    margin: 0px 0 5px 0;
    font-size: 13px;
  }
  .thlabel,
  .input.thinput {
    font-size: 12px;
  }
  input.thinput {
    font-size: 12px;
    margin: 10px 0 10px 0;
  }
  .col-2-padd .thname {
    margin: 0 0 15px;
  }
  .tage,
  .tgender {
    width: 100%;
    margin: 5px 0;
  }
  .thupvideo,
  .thor,
  .thylink {
    width: 100%;
  }
  .fileUpload {
    width: 70px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    height: 30px;
  }
  .thbtn {
    font-size: 16px;
    padding: 6px 23px;
  }
  .thfupprofile {
    width: 60px;
  }
  .throw {
    margin: 0;
  }
  .thor {
    padding-top: 30px;
    padding-bottom: 21px;
  }
  .throw .th_right {
    margin-bottom: 13px;
  }
  .checkboxWrap {
    margin: 30px 0;
  }
  .thfupptxt {
    width: 70%;
  }
  .lrbox.otp-top {
    padding-top: 0;
  }
  .otp-top .lrSrow {
    margin: 60px 0 10px 0;
  }
  .otp-top .lrfrow {
    margin: 36px 0 0;
  }
  .otp-top .resendotp {
    font-size: 12px;
  }
  .footerbox {
    padding: 15px 0;
  }
  .sociallist li a {
    height: 16px;
    width: 16px;
  }
  .sociallist li {
    margin: 0px 5px;
  }
  .entrieslist li:nth-child(2),
  .entrieslist li:nth-child(3),
  .entrieslist li:nth-child(5),
  .entrieslist li:nth-child(6) {
    padding-top: 0;
    margin-bottom: inherit !important;
  }
  .founderbox {
    padding: 40px 0 25px;
  }

  .old-img {
    height: 25.2vh !important;
  }
}
@media screen and (max-width: 475px) {
  .bannertxtbox-inner {
    padding: 2%;
  }
}

.artistimgbox img {
  width: 100%;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  cursor: pointer;
  height: 300px;
}

.ed1 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
