@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

/* Scss Document */

body {
  font-family: "Afacad", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
  background:#000;
  overflow-x: hidden;
  color: #b0b0b0;
  line-height: normal;
}


p {
  font-size: 20px;
  color: #b0b0b0;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #E6A635; }

a:hover { color: #fff; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

 .common-btn {
    font-size: 20px;
    background:none;
    color: #A1A1A1;
    padding: 17px 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:0px;
    font-weight: 400;
    border:1px solid #A1A1A1;
    text-transform: uppercase;
}

.common-btn:hover {
  background: #E6A635; 
  color: #000;
  border-color: #E6A635;
}

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:64px;
  font-weight:400;
  color:#fff;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius: 0px;
  padding: 1.3rem 1.5rem;
  font-size: 20px;
  height: 60px;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: rgb(255 255 255 / 10%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: rgb(255 255 255 / 30%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C9C9C9;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C9C9C9;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #C9C9C9;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

.main-header{ padding: 20px 0px; background: #000; }

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 3px;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.logo a{ text-transform: uppercase; font-size: 36px; letter-spacing: 12px; color: #fff; line-height: 1; }
.logo a:hover{ letter-spacing: 8px; }
.top-social a{ color: #fff; font-size: 20px; margin-left: 15px; }
.top-social a:hover{ color: #E6A635; }


/*-----------banner----------*/

.banner{ position: relative; padding-top:10px; }

.inner-bannersec{ display: flex; align-items: center; }
.bannercols{ max-width: 20%; flex: 0 0 20%; position: relative; overflow: hidden; transition: all 2s ease-out; transition-delay: 2s; padding: 5px; margin-top: 20px; }
.bannercols:hover { margin: 0px; transform: translateY(-20px); }
.banner-text {
  position: absolute;
  bottom: 0;
  padding:10px 20px 10px;
  z-index: 1;
  width: 100%;
}

.bannercols a:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000);
  height: 50%;
  left: 0;
  bottom: 0;
}

.banner-text h2{ text-transform: uppercase; font-size: 24px; color: #fff; font-weight: 600; }
.banner-text p{ font-size: 16px; color: #fff; margin-bottom: 0px; line-height: 20px; letter-spacing: 1px; display: none;  }
.bannercols:hover p{ display: block; }
.bannercols a {
  position: relative;
  z-index: 1;
}
.banner-pic img {
  min-height: 78vh;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 1s ease-out;
}

.bannercols:hover .banner-pic img{ filter: grayscale(0); opacity: 1; transform: translateY(-40px); }

.welcometext-sec { padding:80px 0px; }
.welcome-text{ max-width: 1000px; margin:20px auto 70px; text-align: center; width: 100%; }
.welcome-text p{ font-size: 28px; color: #fff; }
.totalnos h2{ font-size: 54px; font-weight: bold; color: #fff; margin-bottom:5px; }
.totalnos p{ font-size: 28px; color: #fff; }
.welcome-socialgrid { display: flex; justify-content: space-between; max-width: 1100px; width: 100%;  margin:60px auto 20px; }
.socialgrid1{ text-align: center; }
.socialgrid1 h3{ font-size: 54px; font-weight: bold; color: #E6A635; }
.socialgrid1 p{ font-size: 28px; color: #7E7E7E; }

.year13-col{ position: relative; }
.year-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 425px;
  line-height: 0.8;
  width: 100%;
  right: 62px;
}
.bigno {
  font-size: 700px;
  letter-spacing: -72px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.9;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 0;
}
.year-text{ font-size: 96px; font-weight: bold; color: #fff; }

.year13-pic img{ filter: grayscale(1); max-height: 620px; object-fit: cover; }

.sid-poster iframe{ width: 100%; height: 280px; }

.aboutsid-sec {
  background: #121212;
  padding: 60px 0px;
  margin-top: 130px;
}

.about-text p{ margin-bottom: 30px; }

.mobile-btn{ display: none; }

.homeblockbuster-sec{ padding:70px 0px; }
.innerblockbuster{ display: flex; align-items: center; justify-content: center; }
.blockbuster-col{ padding: 8px; flex-grow: 1; }
.blockbuster-col img{ width: 100%; }

.homeupcoming-sec{ background: #121212; padding: 60px 0px; }

.innerupcoming{ display: flex; align-items: center; justify-content: center; }
.hupcoming-col{ padding: 8px; max-width: 20%; flex: 0 0 20%; text-align: center; }
.hupcoming-col img{ width: 100%; }
.hupcoming-col h3{ font-size: 23px; font-weight: 400; color: #fff; margin-top: 20px; }
.hupcoming-col h3 small{ display: block; color: #b0b0b0; }

.liveperformace-sec{ padding:70px 0px; }
.liveperform-video video{ width: 100%; max-height: 500px; min-height: 500px; object-fit: cover; }

.liveperform-book{ background:url(../images/livebook-bg.jpg) no-repeat #BB8A35; background-size: cover; padding: 25px; height:calc(100% - 6px); }
.liveperform-book h2{ color: #fff; font-size:40px; font-weight: 600; line-height: 1; }
.liveperform-book p{ color: #fff; font-size:20px; margin:20px 0px 30px; }
.liveperform-book .common-btn{ color: #fff; border-color: #fff; }

.sidhighlighter-sec{ padding-bottom: 90px; }

.inner-sidhighlighter{ position: relative; }

.mainsid-pic {
  text-align: center;
  position: relative;
  z-index: 1;
}
.mainsid-text {
  position: absolute;
  top: 145px;
  text-align: center;
  width: 100%;
}

.mainsid-text h3.active{ color:#E6A635; -webkit-text-stroke: 2px #000; text-stroke: 2px #000; letter-spacing: 7px; }

.mainsid-text h3{ font-size: 128px; line-height: 1; text-transform: uppercase; font-weight: bold; color: transparent; -webkit-text-stroke: 2px #E6A635; text-stroke: 2px #E6A635; transition: all 0.5s ease-out; }

.sid-btns{ text-align: center; }
.sid-btns a{ margin: 0px 10px; }
.common-btn2{ background: #E6A635; color: #000; border-color: #E6A635; }

.sidhighlighter-sec .sid-btns{ margin-top: 60px; }

.homeulltor-sec{ background: #121212; padding:70px 0px; }

.homeulltor-sec .container-fluid{ padding-left: 30px; padding-right: 30px; }
.products-col{ text-align: center; }
.item-text{ margin-top: 15px; }
.item-text h3{ font-size: 20px; color: #fff; text-transform: uppercase; font-weight: 400; }

.hometwe-sec{ padding: 80px 0px 80px; }
.hometwe-sec .welcome-text{ margin: 20px auto 0px; }

.homenews-sec{ background: #121212; padding:80px 0px; }
.homenews-sec .title-col{ margin-bottom: 50px; }

.news-col a{ display: flex; background: #404040; }
.news-pic{ max-width: 35%; flex: 0 0 35%; }
.news-text{ max-width: 65%; flex: 0 0 65%; padding: 20px 30px; position: relative; }
.news-text h3{ font-size: 24px; color: #D9D9D9; font-weight: 500; }
.news-link{ color: #fff; border-bottom: 1px solid #fff; display: inline-block; position: absolute; bottom: 30px; }

.homestayup-sec{ padding: 80px 0px 80px; }
.social-widgets{ text-align: center; }

.homecontact-sec{ padding:20px 0px 100px; }

.homecontact-text {
  text-align: right;
  max-width: 500px;
  margin-left: auto;
  margin-right: 60px;
}
.homecontact-text h1{ color: #fff; font-size: 96px; text-transform: uppercase; font-weight: bold; margin-bottom:20px; }
.homecontact-text h2{ color: #fff; font-size: 40px; font-weight: 400; margin-bottom:30px; }
.homecontact-text p{ margin-bottom: 0px; }
.homecontact-text p a{ color: #A3A3A3; font-size: 32px; }
.homecontact-text p a:hover{ color: #E6A635; }

.homesocial4-sec{ padding-bottom: 60px; }
.homesocial4-sec .container-fuild{ padding-left: 30px; padding-right: 30px; }

.footersocial-block{ background: url(../images/social-bg-1.jpg) no-repeat; background-size: cover; text-align: center; padding: 25px; }
.footsocial-ico{ font-size: 54px; color: #fff; margin-bottom: 5px; }
.footersocial-block h4{ color: #fff; font-size: 24px; font-weight: 600; }
.footersocial-block p{ color: #EAEAEA; }
.follow-btn{ color: #fff; font-size: 28px; font-weight: 600; }

.homesocial4-sec .col-md-3:nth-child(2) .footersocial-block{ background: url(../images/social-bg-2.jpg) no-repeat; background-size: cover; }
.homesocial4-sec .col-md-3:nth-child(3) .footersocial-block{ background: url(../images/social-bg-3.jpg) no-repeat; background-size: cover; }
.homesocial4-sec .col-md-3:nth-child(4) .footersocial-block{ background: url(../images/social-bg-4.jpg) no-repeat; background-size: cover; }

.footersocial-block:hover { background-blend-mode: hard-light; background-color:#825200 !important; }

footer{ padding-bottom: 40px; }

.joinmail-form{ max-width: 500px; width: 100%; margin: 0 auto 40px; position: relative; }
.joinmail-form .form-control{ background: none; border: 1px solid #ccc; }
.subs-btn {
  border: 0;
  font-size: 24px;
  position: absolute;
  top:10px;
  right:15px;
  color: #fff;
  background: none;
}

.copyright{ text-align: center; margin-top: 30px; }
.copyright p{ margin-bottom: 0px; font-size: 18px; color: #A3A3A3; margin-top:10px; }


::-webkit-scrollbar{ background: #0F0F0F; width: 10px; }
::-webkit-scrollbar-thumb{ background: #555; }
::-webkit-scrollbar-thumb:hover{ background: #E6A635; }

/*---------------main menu---------------*/

.mainnav-ico{ cursor: pointer; }

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 3em 3em 3em;
  background:url(../images/menu-bg.webp)no-repeat #000;
  background-size: cover;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 12%;
  list-style-type: none;
  text-align: right;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: #E6A635;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #1e1e1e;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 5em 2em 1em;
  position: absolute;
  top: 0;
  right: calc(100vw - 624px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 624px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}

.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: black;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 624px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 624px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 624px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 624px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}


.fsclose {
  color: #fff;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 9;
  font-size: 24px;
  cursor: pointer;
}

header.main-header.is-active{ position: absolute; top: 0; width: 100%; z-index: 9999; background: none; }


/*---------------end menu-----------------*/

.inner-banner{ background:#0c090d; margin-bottom: 50px; position: relative; }
.inner-banner .container{ position: relative; }
.innerbanner-video{ max-height: 400px; overflow: hidden; }
.innerbanner-video video{ width: 100%; }
.innerbanner-title{ position: absolute; top: 50%; left: 0; z-index: 1; width: 100%; transform: translateY(-50%); }
.innerbanner-title h1{ text-transform: uppercase; color: #fff; font-size: 54px; font-weight: 400; text-align: center; letter-spacing: 5px; }

.videocol-tube{ border: 1px solid #222; margin-bottom: 30px; }
.videocol-tube iframe{ width: 100%; height: 300px; }

.inner-page{ padding-bottom: 50px; }
.videosec-2col .videocol-tube iframe{ width: 100%; height: 400px; }

.sub-title{ text-transform: uppercase; color: #eee; font-weight: 400; font-size: 30px; }

.inner-blockbustercols .row{ margin-bottom: 50px; }
.blockbusterpg-txt {
  background: #111;
  padding: 25px;
  height: 100%;
}
.blockbusterpg-txt p{ font-size: 20px; margin-top: 19px; }

.about-sec1{ padding: 30px 0px 90px; }
.about1-txt{ padding-left: 50px; }
.about1-txt .title{ margin-bottom: 20px; }
.about1-txt p{ font-size: 21px; }

.about-sec2{ 
  background-image: url("../images/about-2.jpg");
  min-height: 550px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.about-sec3{ padding: 70px 0px 30px; background: #121212; }
.about-sec3 p{ font-size: 20px; padding: 0px 20px; }

.about-page b{ color: #E6A635; font-weight: 600; }

.about-sec4{ padding: 60px 0px; }

.about-sec4 .flex-lg-row-reverse .about1-txt { padding-left:0px; padding-right: 60px; }
.about-sec4 .row{ margin-top: 70px; }

.about-sec5{ padding-bottom: 30px; padding-top: 60px; }
.gymnastic-video{ max-width: 800px; width: 100%; margin: auto; }
.gymnastic-video iframe{ width: 100%; border: 1px solid #333; }


.blog-col {
  margin-bottom: 30px;
  background: #333;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.blog-col a { display: block; }
.blog-pic { margin-bottom: 20px; }
.blog-pic img{ width: 100%; }
.blog-content { padding: 0px 25px 30px; }
.blog-date{ color:#ccc !important;  }
.blog-content h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.blog-content p {
  margin-bottom: 7px;
  font-size: 18px;
  color: #aaa;
}
.blog-content .read-link {
  background:#e5e5e5; 
  color: #000;
  font-size: 18px;
  padding:5px 14px;
  display: inline-block;
  border-radius:0px;
  margin-top:5px; 
}

.news-pic img{ min-height: 248px; max-height: 248px; object-fit: cover; width: 100%; }

.pagination-col {
  margin-top: 20px;
  width: 100%;
}
.pagination {
  justify-content: center;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius:0px;
  
}
.pagination-col .page-link {
  color: #ccc;
  font-size:20px;
  font-weight: 500;
  margin:0 6px;
  text-align: center;
  width:40px;
  height:40px;  
  background: none;
  border-color: #999;
  line-height:40px;
  padding:0px; 
}

.pagination-col .page-link i{ font-size: 12px; transform: translateY(-2px) !important; } 

.pagination-col .page-link:hover{ border-color:#aaa; }

.page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color:#f2c103;
  border-color:#f2c103;
}

.blog-detail {
  max-width: 870px;
  margin: 40px auto 0px;
  width: 100%;
}

.breadcrumb-item { font-size:18px; }
.breadcrumb-item a{ color: #fff; }
.breadcrumb-item+.breadcrumb-item::before{ color: #aaa; }
.blog-detail-title { margin-bottom:30px; }
.blog-detail-content { margin: 30px 0 0px; }

.flex-column {
  max-width:24%;
  flex: 0 0 24%;
  margin:0px 0.5%;
}

.gallery img { width: 100%; margin-bottom: 12px; }

.gallery a{ width: 100%; }

.scale {
  transform: scaleY(1.05);
  padding-top: 5px; 
}

.livevideos-pg { margin-bottom: 60px; }

.social-widgets video{ width: 100%; height: 100%; object-fit: cover; }

.social-widgets{ max-height: 520px; min-height: 520px; overflow: hidden; position: relative; height: 100%; }
.social-widgets a{ height: 100%; display: block; }
.social-widgets a img{ height: 100%; object-fit: cover; width: 100%; }
.social-widgets h4 {
  position: absolute;
  top: 6%;
  left: 0;
  font-size: 42px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px 5px #000;
  font-weight: 400;
}


/*------------------media css-----------------*/

@media (max-width:1440px){
.title{ font-size: 50px; }	
	
}

@media (max-width:1180px){
.container{ max-width: 96%; }
.title{ font-size: 48px; }
.year-text{ font-size: 70px; }
.mainsid-text h3{ font-size: 110px; }
.footersocial-block h4{ word-wrap: break-word; font-size: 21px; }
.innerbanner-video{ max-height: 300px; }
.innerbanner-title h1{ font-size: 44px; }
.homecontact-text h1{ font-size: 70px; }
.homecontact-text h2{ font-size: 32px; }

}

@media (max-width:1024px){
.banner .container-fluid{ overflow-x: auto; }
.inner-bannersec{ width: 1200px; }
.liveperform-book .common-btn{ padding: 13px 20px; }
.liveperform-book p{ font-size: 18px; }
.liveperform-book h2{ font-size: 32px; }
.mainsid-text h3{ font-size: 98px; }
.welcome-text p{ font-size: 26px; }
.hometwe-sec .welcome-text{ padding-left: 15px; padding-right: 15px; }
.social-widgets h4{ font-size: 32px; }
.footersocial-block{ height: 100%; }

}

@media screen and (max-width: 1200px) and (min-width: 490px) {
.banner-pic img{ min-height: 50vh; }
.inner-bannersec{ width: 1500px; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span{ font-size: 2.5em; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element{ height: 10%; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list{ justify-content: center; }
	
}



@media (max-width:980px){
.logo a{ letter-spacing: 4px; }
.banner-text h2{ font-size: 20px; }
.welcometext-sec{ padding-top: 40px; }
.socialgrid1 h3{ font-size: 40px; }
.socialgrid1 p{ line-height: 1; }
.year-text { font-size: 50px; }
.bigno{ font-size: 500px; }
.aboutsid-sec{ margin-top: 90px; }
.liveperform-book{ padding: 15px; }
.footersocial-block p{ font-size: 18px; }
.footsocial-ico{ font-size: 40px; }
.follow-btn{ font-size: 20px; }
.about1-pic img{ width: 100%; }
.about1-txt { padding-left: 0px; margin-top: 40px; }
.about-sec4 .flex-lg-row-reverse .about1-txt {
  padding-left: 0px;
  padding-right: 0px;
}

}


@media (max-width:768px){
.banner-pic img{ min-height: 55vh; }
.year-content{ right: 0; }
.blockbuster-col{ max-width: 33%; flex: 0 0 33%; }
.innerblockbuster{ flex-wrap: wrap; }
.hupcoming-col{ max-width: 33%; flex: 0 0 33%; }
.liveperform-video{ margin-bottom: 10px; }
.mainsid-text h3{ font-size: 10vw; }
.homecontact-text h1 { font-size: 56px; }
.homecontact-text p a{ font-size: 24px; }
.innerbanner-video { max-height: 200px; }
.homecontact-text{ margin-right: 30px; }


}

@media (max-width:767px){
.logo a{ font-size: 30px; }
.top-social a{ margin-left: 10px; }
.welcome-text p { font-size: 20px; }
.title { font-size: 40px; }
.socialgrid1 p{ font-size: 20px; }
.sid-poster{ margin-top: 24px; }
.welcometext-sec{ padding-bottom: 20px; }
.sid-poster iframe { height: 350px; }
.desk-btn{ display: none; }
.mobile-btn { display: block; }
.liveperform-book h2 { font-size: 42px; }
.liveperform-book { padding: 25px; }
.news-text h3{ font-size: 20px; }
.social-widgets{ margin-top: 24px; }
.social-widgets h4 { font-size: 40px; }
.homecontact-form{ margin-top: 30px; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list{ margin-bottom: 0px; padding-left: 0px; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span{ font-size: 1em; }
.about-sec6 .row{ padding-left: 20px; padding-right: 20px; }
.about-gal{ margin-top: 24px; }
.innerbanner-title h1 { font-size: 32px; letter-spacing: 3px; }
.homecontact-text{ text-align: center; margin-right: 0px; max-width: 100%; }
.blog-page .container{ padding: 0px; max-width: 100%; }
.flex-column{ max-width: 49%; flex: 0 0 49%; }

}


@media (max-width:520px){
.top-social{ display: none; }
.logo {
  top: 4px;
  width: 85%;
  text-align: right;
  right: 0;
  left: auto;
  transform: translateX(0px);
}
.logo a { font-size: 26px; letter-spacing: 4px; }
.logo a:hover { letter-spacing: 4px; }
.banner{ padding-top: 0px; }
.bannercols{ margin-top:0px; }
.welcome-socialgrid{ flex-wrap: wrap; justify-content: center; }
.banner-text p{ line-height: 18px; }
.banner-text h2 { font-size: 22px; }
.title { font-size: 34px; }
.socialgrid1{ margin: 0px 8%; }
.welcome-socialgrid{ margin: 30px auto 20px; }
.welcome-text{ margin-bottom: 40px; }
.bigno { font-size: 400px; }
.year-text { font-size: 40px; text-align: right; }
.aboutsid-sec { margin-top: 20px; }
.about-text { text-align: center; }
.blockbuster-col { max-width: 50%; flex: 0 0 50%; }
.hupcoming-col{ max-width: 100%; flex: 0 0 100%; }
.liveperform-book{ height: 100%; }
.sid-btns a{ width: 100%; margin-left: 0px; margin-right: 0px; }
.sid-btns a.common-btn.common-btn2{ margin-left: 0px; margin-top: 15px; }
.news-col a{ flex-direction: column; }
.news-pic { max-width: 100%; flex: 0 0 100%; }
.news-text{ max-width: 100%; flex: 0 0 100%; }
.news-text h3{  min-height:72px; }	
.news-link{ position: static; }
.homestayup-sec{ padding-bottom: 30px; }
.homecontact-sec{ padding-bottom: 30px; }
.homesocial4-sec .container-fuild {
  padding-left: 20px;
  padding-right: 20px;
}
.footersocial-block h4{ font-size: 24px; }
.homesocial4-sec { padding-bottom: 30px; }
.fsmenu .fsmenu--container{ padding: 4em 1.5em 3em; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span { font-size: 1.2em; height: auto; }
.innerbanner-title h1{ padding: 0px 15px; }
.videosec-2col .videocol-tube iframe{ height: 300px; }
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list{ justify-content: flex-start; }
.homeupcoming-sec{ padding: 60px 0px 30px; }

}












