/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  font-family:'Poppins' !important;
}

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 


}
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family:'Poppins' !important;
}

.text-black {
  color: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.form-control {
  height: 43px;
  border-radius: 0;
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #30e3ca; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2em 0; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background:#0F3261;

}
  @media (min-width: 768px) {
    .site-footer {
      padding: 2em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #fff; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      color: #000; }
  .site-footer ul li {
    margin-bottom: 10px;
  
  }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #30e3ca; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.caption {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 30px !important;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  opacity: 0.85;


}
  @media (max-width: 767.98px) {
    .site-navbar {
      top: 0; } }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    top: -5px;
    text-transform: uppercase; }
    .site-navbar .site-logo a {
      font-size: 20px;
      font-weight: 900; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #1c6ed6;
      border-radius: 30px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu .cta {
      margin-left: 30px; }
      .site-navbar .site-navigation .site-menu .cta span {
        padding: 12px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        color: #000;
        text-decoration: none !important;
     padding: 15px 15px;
        display: inline-block;
        font-size: 16px; 
        font-weight: 400;
      }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #876db8;
          border-radius: 30px;
          display: inline-block; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 30px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #30e3ca;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #30e3ca !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #30e3ca; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #30e3ca; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #30e3ca; }
    .site-mobile-menu .site-nav-wrap .cta {
      margin-left: 0px; }
      .site-mobile-menu .site-nav-wrap .cta span {
        padding: 12px 20px; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 18px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    /* .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); } */
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 500px;
    height: calc(30vh); }
  .site-blocks-cover h1 {
    font-size: 70px;
    font-weight: 500;
    color: #fff;
     line-height: 45px;
  }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }


  .site-blocks-cover p {

    color: #F3F3F3;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  
  }

  .fandom_p {

     color: #000 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
  }


  /*****************start inner background**************/

/* Blocks */
.site-blocks-cover-two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover-two.overlay {
    position: relative; }
    /* .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); } */
  .site-blocks-cover-two .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover-two, .site-blocks-cover-two > .container > .row {
    min-height: 100%;
     }
  .site-blocks-cover-two.inner-page-cover, .site-blocks-cover-two.inner-page-cover > .container > .row {
    min-height: 100%;
     }
  .site-blocks-cover-two h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover-two h1 {
        font-size: 2rem; } }


  .site-blocks-cover-two p {

    color: rgba(255, 255, 255, 1);
    font-size: 4.2rem;
    line-height: 1.5;
  
  }


  /***********************end****************************/

.bg-lightdark {
  background: #F0F6FF;
 }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #495057;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }
      .block-13 .owl-nav .owl-prev:hover, .block-13 .owl-nav .owl-next:hover, .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
        color: #30e3ca; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }
  @media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
      display: none; } }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.slide-one-item .owl-dots {
  text-align: center; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .slide-one-item .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dee2e6; }
    .slide-one-item .owl-dots .owl-dot.active span {
      background: #30e3ca; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.h-entry img {
  margin-bottom: 0px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    font-weight: 700 !important; }
  /* .border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #2477E6;
 } */
  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.person h3 {
  font-size: 18px; }

.custom-pagination a, .custom-pagination span {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #30e3ca;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.custom-pagination .more-page {
  background: none; }

.form-search-wrap {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  padding: 20px; }
  .form-search-wrap .form-control {
    border: none; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .form-control {
        height: 55px; } }
  .form-search-wrap .btn {
    padding: 10px 30px; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .btn {
        width: 100% !important;
        display: block; } }

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  top: 0;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    margin-bottom: 10px; }
    .popular-category .icon > span {
      line-height: 0;
      font-size: 45px; }
  .popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: normal; }
  .popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category:hover {
    background: #30e3ca;
    -webkit-box-shadow: 0 5px 30px -5px rgba(48, 227, 202, 0.5);
    box-shadow: 0 5px 30px -5px rgba(48, 227, 202, 0.5);
    top: -10px; }
    .popular-category:hover .caption {
      color: #fff; }
    .popular-category:hover .icon {
      color: #fff; }
    .popular-category:hover .number {
      background: #1bc5ad;
      color: #fff; }

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }

  .listing-item:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  
  }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .listing-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .listing-item .listing-item-content {
    position: absolute;
    top: 40%;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%; }
    .listing-item .listing-item-content .category {
      font-size: 12px;
      display: inline-block;
      padding: 5px 30px;
      background: #30e3ca;
      border-radius: 30px;
      color: #fff; }
    .listing-item .listing-item-content h2 {
      font-size: 32px;
      line-height: 32px; }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px;
    line-height: 22.5px; }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #f23a2e; }
      .listing-item .bookmark:hover span {
        color: #fff; }

.accordion-item[aria-expanded="true"] {
  color: #30e3ca; }

.listing {
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 7px;
  position: relative;
  background: #fff; }
  @media (min-width: 992px) {
    .listing {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; } }
  .listing .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px; }
    @media (max-width: 767.98px) {
      .listing .img {
        height: 250px;
        margin-right: 0;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0px; } }
  .listing .category {
    font-size: 11px;
    display: inline-block;
    padding: 5px 20px;
    background: #e9ecef;
    border-radius: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold; }
  .listing .lh-content {
    padding: 20px;
    position: relative;
    width: 100%; }
    .listing .lh-content .bookmark {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-block;
      background: rgba(0, 0, 0, 0.03);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      font-size: 16px; }
      .listing .lh-content .bookmark span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .listing .lh-content .bookmark:hover {
        background: #f23a2e; }
        .listing .lh-content .bookmark:hover span {
          color: #fff; }
  .listing address, .listing .review {
    font-size: 13px; }
  .listing h3 {
    font-size: 16px !important; }
  .listing.vertical {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block !important; }
    .listing.vertical .img {
      height: 150px;
      margin-right: 0;
      border-top-right-radius: 7px;
      border-bottom-left-radius: 0px; }

.rangeslider.rangeslider--horizontal {
  margin-bottom: 10px;
  height: 7px;
  background: #e9ecef;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .rangeslider.rangeslider--horizontal .rangeslider__fill {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 7px;
    background: #30e3ca; }

.rangeslider .rangeslider__handle {
  height: 14px;
  width: 14px;
  top: -3px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .rangeslider .rangeslider__handle:after {
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #30e3ca;
    border-radius: 50%;
    height: 20px;
    width: 20px; }

.range-output {
  font-weight: bold; }
  .range-output:after {
    content: "Km";
    font-weight: normal; }

.overlap-category {
  z-index: 20;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: -120px; }
  .overlap-category .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.newsletter h2 {
  color: #fff;
  font-size: 18px; }

.newsletter p {
  color: rgba(255, 255, 255, 0.7); }
  .newsletter p:last-child {
    margin-bottom: 0; }

.newsletter .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 0; }
  .newsletter .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }



.newsletter .btn {
  padding-left: 15px;
  padding-right: 15px; }
  .newsletter .btn:hover {
    color: #fff;
    background: #000; }



    .border-right {
      border-left: 1px solid #dee2e6!important;
  }

  .title_border {
      /* padding-left: 24px;
      padding-right: 24px;
      padding-top: 12px;
      padding-bottom: 12px; */
      border-radius: 20px;
      justify-content: center;
      align-items: center; 
      gap: 4px;
      position: absolute;
      bottom: 15%;
      left: 27%;
      background: #2477E6;
  }

  .shop_list {

    color: #F3F3F3;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
  }

  .title_border:hover {
    background-color: #2477E6; 
   }

   .title_border-left {

    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 20px;
    border: 0.50px #2477E6 solid;
    justify-content: center;
    align-items: center; 
    gap: 4px;
    position: absolute;
    bottom: 15%;
    left: 4%;
    /* width: 130px; */
   }

   .title_border-left:hover {
    background-color: #2477E6; 
   }

   .title_border-right:hover {
    background-color: #2477E6; 
   }

   .title_border-right {

    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 20px;
    border: 0.50px #2477E6 solid;
    justify-content: center;
    align-items: center; 
    gap: 4px;
    position: absolute;
    bottom: 15%;
    right: 4%;
    /* width: 180px; */
   }

   .shop_list-new {

    color: #F3F3F3;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
   }

   .btn-primary {
    color: #212529;
    background-color: #2477E6;
    border-color: #2477E6;
    border-radius: 25px !important;
   }

   .btn-primary:hover {

    border-color: #000;
    background-color: #000;
    color:#fff;
   } 

.title_academy {

  text-align: center; 
  color: #F3F3F3;
   font-size: 64px; 
   font-family: 'Poppins';
    font-weight: 600;
     line-height: 80px;
   word-wrap: break-word;
}

.title_academy-h5 {
    color: #F3F3F3;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.h-entry {

   position: relative;
}

.position-absolute {
  position: absolute;
  bottom: 0;;
  width: 100%;
  float: left;

}

.Mercendise_title{
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  padding-left: 15px;
  color: #fff;
  margin-bottom: 0px !important;
}

.Mercendise_title-academics {


color:#0066AF;
font-size: 28px;
font-weight: 500;
line-height: 32px;
letter-spacing: 0em;
padding-top: 20px;

}

.Mercendise_title-paragraph {

font-size: 15px;
font-weight: 400;
line-height: 23px;
letter-spacing: 0em;
text-align: left;
color: #A8A8A8;

}

.Mercendise_title span {
    padding-left: 12em;
}




@media(min-width:320px){
 
 .btn-value {
  border-radius: 25px;
  background-color:rgba(240, 246, 255, 1);
  color: #A8A8A8;
  margin:5px;

}

}
@media(min-width:690px){
 
 
 .btn-value {
  border-radius: 25px;
  background-color:rgba(240, 246, 255, 1);
  color: #A8A8A8;
  margin:5px;

}
}
  @media(min-width:1020px){

  .btn-value {
  border-radius: 25px;
  background-color:rgba(240, 246, 255, 1);
  color: #A8A8A8;
  margin:5px;

}


}








.train_value {
    color: #2477E6;
    float:right;
}

.academics-height p {
    color:#A8A8A8 !important;
    font-size: 15px!important;
    line-height: 22.5px!important;
}

/*.dropdown-menu {*/
/*  width: 340px;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  border-top-left-radius: 0;*/
/*  border-top-right-radius: 0;*/
/*  z-index: 9999 !important;*/
/*}*/

/*.dropdown {*/

/*   width: 100% !important;*/
/*   text-align: center;*/
/*}*/

.button {

    width: 100%;
    text-align: center;
}

.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}

.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
 
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
   border-bottom: none;
}

.dropdown.open ul {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.dropdown-menu li {
 
     line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
    font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
  
}

.dropdown-menu li:hover {
  background-color: #ccc;
}

#dLabel {
  width: 350px;
border-radius: 20px;
background-color: #fff;
border: solid 1px #cccccc;
text-align: left;
padding: 7.5px 15px;
color: #ccc;
letter-spacing: 0.7px;
margin-top: 25px;


}


.btn-mod.btn-border{
  color: #fff;
  border-radius: 25px;
  background-color: #2477E6;
  border-color: #2477E6;
  margin: 7px;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
  color: #fff;
  border-color: transparent;
  background: #000;
}

.btn-mod.btn-border-c{
  color: #e41919;
  border: 2px solid #e41919;
  background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus{
  color: #fff;
  border-color: transparent;
  background: #e41919;
}

.btn-mod.btn-border-w{
  color: #fff;
  border: 2px solid rgba(255,255,255, .75);
  background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-w{
  color: #111;
  background: rgba(255,255,255, .8);
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus{
  color: #111;
  background: #fff;
}

.btn-mod.btn-w-color{
  color: #e41919;
  background: #fff;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus{
  color: #151515;
  background: #fff;
}

.btn-mod.btn-gray{
  color: #777;
  background: #e5e5e5;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus{
  color: #444;
  background: #d5d5d5;
}

.btn-mod.btn-color{
  color: #fff;
  background: #e41919;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus{
  color: #fff;
  background: #e41919;
  opacity: .85;
}

.pb-5 {

   padding-bottom: 5em;
}

.listing-item .listing-item-content-second {
  position: absolute;
  top: 10%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 50%;

}

  .listing-item-content-second .address {
     color: #fff;
  }

  .text-primary {
     color: #2477E6 !important;
  }

  .fandom_events {

    position: absolute;
    top: 50%;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 50%;
     
  }

  .fandom_events-academics {

    position: absolute;
    top: 35%;
    padding-left: 20px;
    padding-right: 20px;
    left: 45%;
    z-index: 2;
     
  }

  .newsletter {
    padding: 20px 0;

    }
    
    .newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    .newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px; }

    .newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:25px;
    background-color:#EBEBEB ;
    padding-left: 25px;

    }


    .newsletter .content .btn:hover {
    box-shadow: none;
    background-color:  #243c4f;
    }
    .newsletter .content .btn {
    min-height: 44px; 
    border-radius:25px;
    background: #2477E6;
    color: #fff;
    font-weight:500;
    }

    .tb1 {
    color: 0090ff !important;
    }

    .fa-arrow-circle-right:hover {
       color: #2477E6;
    }

    .Mercendise_title a {
       color: #fff !important;
    }

     .Mercendise_title-academics a {
       color: #fff !important;
    }

    .addressmechandise {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-left: 5em;
    padding-right: 5em;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    }

    .para_title {
       font-weight: 400;
       font-size: 15px;
       line-height: 22.5px;
       text-align: center;
       padding-top: 40px;
       padding-top: 40px;
       color: #636363;
    }
    
     .para_title_1 {
         
       font-weight: 400;
       font-size: 15px;
       line-height: 22.5px;
       text-align: center;
       padding-top: 20px;
       padding-bottom: 20px;
       color: #f3f3f3;

    }

    .para_title-one {
      font-weight: 600;
      text-align: center;
      
    }

    .para_title-small {
        text-align: center;
        color: #216CD1;
        font-size: 15px;
        line-height: 22.5px;
    }

    .para_academy-title-small {
        font-size: 15px;
        line-height: 22.5px;
        color: #2477E6;
    }

    .para_title-academics {

        font-weight: 400;
        font-size: 15px;
        line-height: 22.5px;
        color:#F3F3F3;
        /*padding-top: 25px;*/
        text-align: center;
    }

    .btn-learn {

      position: absolute;
      right: 35%;
      top: 40%;
    }

    .section-2-title {

    font-family: Poppins;
    font-size: 70px;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: 0em;
    text-align: left;

    }

  .frame {

  border-radius:30px;
  padding:16px 32px 16px 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 16px 0px rgba(72, 72, 72, 0.08);
  margin-bottom: 10px;
  }

  

  .frameacademics {

      border-radius:10px;
  padding:24px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 80px;
  }

  .para_title-academics {

  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: center;
  color: #202020;

  }

  .ourlocation-title {

  color: #A8A8A8;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;

  }

   .addressmechandiseacdemies {
    text-align: center;
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 2em;
    color: #000;
    width: 100%;;
    }

    .address-academics {
      color: #202020;
      font-size: 70px;
      font-weight: 500;
      line-height: 85px;
      letter-spacing: 0em;
      text-align: center;
    }

    .title-fandom-event-h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    }

    #exclusivekit {
        background: rgba(243, 243, 243, 1);
        padding: 50px 0 0 50px;
    }

    .exclusivekith2  {

        color: rgba(33, 108, 209, 1);
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;
    }

    #exclusivekit .btn {

      min-height: 35px; 
    border-radius:25px;
    background: #2477E6;
    color: #fff;
    font-weight:500;

    }

   
    .p-title{
      color:#2477E6;
    }
.white-btn{
         border: 1px solid blue;
    border-radius: 20px;
    color:blue;
}
.regi-btn{
  color:white;
 }
.schedule-title{
font-weight:500;
size:28px;
line-height:75px;
}
.sub-btns{
     background: #ebe6e6;
    padding: 25px;
    margin-bottom: 28px;
 }
.btns{
  width:80%;
}
 
  .btn-1{
        padding: 0 10px 0px 0px !important;
    

  }
  .btn-1 button{
    padding: 5px 11px 5px 11px;
    font-size: 13px;
  }
  .btn-2 button{
    padding: 5px 11px 5px 11px;
    font-size: 13px;
  }
.btn-2{
      padding: 0 !important;
    
}
.hr-btn1 {
  width: 70%;
}
.hr-btn2 {
  font-size: 0px;
  font-weight: 500;
  width: 39%;
  padding-top: 16px
}
.hr-btn-3 {
  width: 60%;
}
.hr-btn-4{
  width: 40%;
}
.hr-btn1 h4{
  font-weight: bold;
}
.hr-btn-4 p{
  font-weight: bold;
  font-size: 20px;
}
.hr-btn-5{
  font-weight: bold;
  color:#2477E6;
  font-size:28px;
  padding-bottom:25px;
}
.hr-btn-3 h4{
  font-weight: bold;
}
.hr-btn-3 p{
  font-size: 14px;
  color: #A4A4A4;
}
.hr-btn1 p{
  font-size: 15px !important;
  color: #A4A4A4;
}
.hr-btn1 h4{
  font-size: 30px !important;
}
.hr-btn2{

font-size: 35px;
    font-weight: 500;
   width:20%;
}
.hr-btn2 p{
  font-size: 25px;
  font-weight: bold;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.boxes{
  margin:10px;
padding:40px;
background-color: #f4f4f4;
}
.active{
  color:blue;
}
.play-options{
list-style:none;
line-height:60px;
font-size:20px;
}
@media(min-width:320px){
  .btn-1 button{
    padding: 4px 4px 4px 4px;
    font-size: 11px;
  }
  .btn-2 button{
    padding: 4px 4px 4px 4px;
    font-size: 11px;
  }
  .hr-btn1 h4{
    font-size: 25px !important;
  }
  .hr-btn1 p{
    font-size: 10px !important;
  }
}

@media(min-width:690px){
  .btn-1 button{
    padding: 5px 6px 5px 6px;
    font-size: 10px;
  }
  .btn-2 button{
    padding: 5px 6px 5px 6px;
    font-size: 10px;
  }
  .hr-btn1 h4{
    font-size: 28px !important;
  }
  .hr-btn1 p{
    font-size: 13px !important;
  }
}
@media(min-width:1020px){
  .btn-1 button{
    padding: 5px 11px 5px 11px;
    font-size: 14px;
  }
  .btn-2 button{
    padding: 5px 11px 5px 11px;
    font-size: 14px;
  }
  .hr-btn1 h4{
    font-size: 30px !important;
  }
  .hr-btn1 p{
    font-size: 15px !important;
  }
}
.hr-btn-2{
  font-size: 14px;
  font-weight: 900;
  width: 60%;
  padding-top: 25px;
}
@media(min-width:320px){
  .hr-btn-2{
    font-size: 10px;
    font-weight: 900;
    width: 40%;
    } 
}
@media(min-width:690px){
 .hr-btn-2{
  font-size: 14px;
  font-weight: 900;
  width: 60%;
  padding-top: 25px;
}
}
  @media(min-width:1020px){

 .hr-btn-2{
    font-size: 14px;
    font-weight: 900;
    width: 60%;
    padding-top: 25px;
  }
}
.week{
  font-size:23px;
}


/****************academic landing page **************/

 .site-blocks-cover span {
    font-size: 20px;
    color: #A8A8A8;
    line-height: 28px;
 }

 .img-col-split {

    float: left;
    padding-right: 10px;
 }

 .academics h3 {

    padding-top: 20px !important;
 }


/***********************end*************************/
    /* .location {

        background-color: #fff;
        border-radius: 25px;
        
    } */


     .site-blocks-cover-two{
      height: 100vh;
    }
    .container-2{
      width: 70%;
      margin: auto;
    }
    .academics-section{
      margin-top: -130px;
      z-index: -30px;
      position: relative;
    }
    .academics-section-full{
      background-color: rgba(240, 246, 255, 1);
      padding: 30px;
    }
    .academics-head h3{
        font-weight: bold;
        color: #0066AF;
        font-size: 68px;
        line-height: 72px;
    }
    .academics-head{
      padding-top: 25px;
    }
   .academics-head p{
      color: #A8A8A8;
      font-size: 16px;
      line-height: 24px;
   }
   .academics-head-1 h4 {
    /*padding-top: 25px;*/
    font-size: 32px;
    line-height: 48px;
  }
  .academics-head-1 a{
    color: #0066AF !important;
  }
  .academics-head-1 p {
    color: #A8A8A8;
    font-size: 16px;
    line-height: 24px;
  }
   .academics-head-2{
    color :rgba(168, 168, 168, 1); 
   }
   .academics-head-2 p {
    font-size: 16px;
    line-height: 24px;
  }
   .academics-head-2 button {
    background-color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #2477E6;
    color: #2477E6;
    border-radius: 10px;
    line-height: 15px;
   }
   .academics-head-2 h4{
    font-size: 32px;
    line-height: 48px;
    color: #A8A8A8;
   }
   .academics-button button {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #2477E6;
    background-color: #2477E6;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}
.academics-button button:hover{
  color: #fff;
  background-color: #000;
}
   .academics-height{
    padding-top: 30px;
   }
   .academics-button{
    padding-top: 40px;
   }
   .academics-last {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }
  .event-first{
    font-size: 15px;
    line-height: 22.5px;
  }
  .para_title-one {
    font-size: 64px;
    /*line-height: 85px;*/
    color: #202020;
  }
  .listing-item .listing-item-content-second {
    width: 50%;
    position: absolute;
    padding-top: 0px;
  }
  .fandom_events {
    top: 50%;
    position: absolute;
  }
  .listing-item-content-second .address {
    color: #fff;
  }
  .update{
    font-size: 64px;
    line-height: 80px;
  }
  .update-1{
    font-size: 20px;
    line-height: 30px;
  }
  .newsletter .content .form-control{
    width: 70%;
    padding-top: 10px;
  }
  .input-group span{
    width: 30%;
    padding-top: 0px;
    margin: 2px 0px 0px -167px;
    z-index: 50;
  }
  .input-group{
    padding: 10px;
  }
  .academics-heights{
    padding: 5px;
  }
  .event-last{
    font-size: 20px;
    line-height: 30px;
  }
  .value-color{
    color: #5092EB;
    font-size: 15px;
    line-height: 22.5px;
  }

                                                                            /*  */
                                                                            /*  */
                                                                            /*  */
   @media(min-width:320px){
    .container-2{
      width: 100%;
    }
    .Mercendise_title span {
      padding-left: 12em;
    }  
    .academics-head h3{
          font-size: 38px;
          line-height: 72px;
    }
    .addressmechandise{
        font-size: 13px;
    }
    .academics-section {
      margin-top: 0px;
    }
    .academics-head-2{
      border-left: none;
     }
     .title_academy {
      font-size: 25px;
      line-height: 60px;
     }
   .title_academy-h5 {
    font-size: 15px;
   }
   .title-fandom-event-h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .site-blocks-cover p {
    font-size: 35px;
    line-height: 45px;
  }
  .para_title-one {
    font-size: 26px;
    /*line-height: 55px;*/
  }
  .listing-item .listing-item-content-second {
    width: 100%;
    position: inherit;
    padding-top: 20px;
  }
  .fandom_events {
    position: inherit;
    top: 68%;
    width: 100%;
    padding: 10px;
}
.listing-item-content-second .address {
  color: #000;
}
.update{
  font-size: 30px;
  line-height: 50px;
}
.update-1{
  font-size: 15px;
}
.newsletter .content .form-control{
  width: 100%;
}
.input-group span{
  width: 100%;
  padding-top: 10px;
  margin: -57px 0px 0px 165px;
}
.position-absolute{
  width: 100%;
}
   }
   @media(min-width:690px){
    .container-2{
      width: 90%;
    }
    .Mercendise_title span {
      padding-left: 12em;
    } 
    .academics-head h3{
      font-size: 45px;
      line-height: 72px;
   }
    .addressmechandise{
      font-size: 15px;
    }
    .academics-section {
      margin-top: 0px;
    }
    .academics-head-2{
      border-left: none;
     }
     .title_academy {
     font-size: 20px;
     line-height: 70px;
   }
   .title_academy-h5 {
    font-size: 11px;
   }
   .title-fandom-event-h2{
    font-size: 35px;
    line-height: 70px;
   }
   .site-blocks-cover p {
    font-size: 70px;
    line-height: 70px;
  }
  .para_title-one {
    font-size: 45px;
    /*line-height: 60px;*/
  }
  .listing-item .listing-item-content-second {
    width: 50%;
    position: inherit;
    padding-top: 20px;
  }
  .fandom_events {
    top: 50%;
    position: inherit;
    width: 100%;
    padding: 10px;
  }
  .listing-item-content-second .address {
    color: #000;
}
.update{
  font-size: 55px;
  line-height: 60px;
}
.update-1{
  font-size: 14px;
}
.newsletter .content .form-control{
  width: 100%;
}
.input-group span{
  width: 100%;
  padding-top: 10px;
  margin: -58px 0px 0px 385px;
}
.position-absolute{
  width: 59%;
}
  }
   @media(min-width:1020px){
    .container-2{
      width: 70%;
    }
    .Mercendise_title span {
      padding-left: 9em;
    } 
    .academics-head h3{
      font-size: 68px;
      line-height: 72px;
   }
    .addressmechandise{
      font-size: 13px;
    }
    .academics-section {
      margin-top: -100px;
    }
    .academics-head-2{
      border-left: 1px solid #dee2e6!important;
     }
     .title_academy {
     font-size: 64px;
     line-height: 80px;
   }
   .title_academy-h5 {
    font-size: 20px;
   }
   .title-fandom-event-h2{
    font-size: 64px;
    line-height: 80px;
   }
   .site-blocks-cover p {
    font-size: 20px;
    line-height: 30px;
  }
  .para_title-one {
    font-size: 35px;
    /*line-height: 85px;*/
  }
  .listing-item .listing-item-content-second {
    width: 50%;
    position: absolute;
    padding-top: 0px;
  }
  .fandom_events {
    top: 35%;
    position: absolute;
    width: 50%;
    padding: 10px;
  }
  .listing-item-content-second .address {
    color: #fff;
}
.update{
  font-size: 64px;
  line-height: 80px;
}
.update-1{
  font-size: 20px;
}
.newsletter .content .form-control{
  width: 70%;
}
.input-group span{
  width: 30%;
  margin: 2px 0px 0px -167px;
  padding-top: 0px;
}
.position-absolute{
  width: 100%;
  margin-left:0 !important;
  margin-right:0 !important;
}
  }

                                                                          /*  */
                                                                          /*  */
                                                                          /*  */
                                                                          /*  */
.value-top{
  padding: 10px;
}
.frame h3{
  color: #2477E6;
  font-size: 20px;
  line-height: 30px;
}
.academy-head{
  font-size: 20px;
  line-height: 33.6px;
}
.frame p{
  font-size: 16px;
  color: #A8A8A8;
  line-height: 22.4px;
}
@media (min-width: 320px){
.section-2-title {
  font-size: 40px;
  line-height: 50px;
}
.academies-register {
  font-size: 35px !important;
  line-height: 55px !important;
}
.frame h3{
  font-size: 24px;
  line-height: 33.6px;
}
.frame p{
  font-size: 10px;
}
.para_title-academics {
  font-size: 18px;
  /*line-height: 45px;*/
}

 .para_title-academics span {
      
      font-size: 28px;
      
  }

.address-academics {
  font-size: 25px;
  line-height: 40px;
}
.exclusivekith2 {
  font-size: 30px;
  line-height: 35px;
}
#exclusivekit .btn {
  min-height: 35px;
}
#exclusivekit {
  padding: 30px 0 0 10px;
}
.site-section {
  padding: 1.5em 0;
}
.addressmechandiseacdemies {
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
}
}
@media (min-width: 690px){
.section-2-title {
  font-size: 45px;
  line-height: 60px;
}
.academies-register {
  font-size: 60px;
  line-height: 65px;
}
.frame h3{
  font-size: 24px;
}
.frame p{
  font-size: 13px;
}
.para_title-academics {
  font-size: 30px;
  /*line-height: 65px;*/
}
.address-academics {
  font-size: 35px;
  line-height: 50px;
}
.exclusivekith2 {
  font-size: 36px;
  line-height: 45px;
}
#exclusivekit .btn {
  min-height: 35px;
}
#exclusivekit {
  padding: 40px 0 0 30px;
}
.site-section {
  padding: 2.5em 0;
}
.addressmechandiseacdemies {
  padding-right: 5em;
  padding-left: 5em;
  padding-top: 2em;
}
  }
  @media (min-width: 1020px){
  .section-2-title {
    font-size: 50px;
    line-height: 70px;
  }
  .academies-register {
    font-size: 70px;
    line-height: 85px;
}
.address-academics {
  font-size: 70px;
  line-height: 85px;
}
  .frame h3{
    font-size: 24px;
  }
  .frame p{
    font-size: 16px;
  }
  .para_title-academics {
    font-size: 35px;
    /*line-height: 35px;*/
  }
  
  .para_title-academics span {
      
      font-size: 30px;
      
  }
  
  .address-academics {
    font-size: 50px;
    line-height: 60px;
}
  .exclusivekith2 {
    font-size: 40px;
    line-height: 60px;
  }
  #exclusivekit .btn {
    min-height: 35px;
  }
  #exclusivekit {
    padding: 50px 0 0 50px;
  }
  .site-section {
    padding: 3.5em 0;
 }
 .addressmechandiseacdemies {
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 2em;
}
    }
                                                                          /* Group coaching */
                                                                          /* Group coaching */
                                                                          /* Group coaching */
                                                                          /* Group coaching  */
.beginer-button button{
  font-size: 10px;
  color: #2477E6;
  border: 1px solid #2477E6;
  border-radius: 20px;
  padding: 5px 11px 5px 11px;
}
.beginer-button{
  padding: 5px;
}
.intermediate-button{
  padding: 5px;
}
.intermediate-button button{
  border-radius: 20px;
  font-size: 10px;
  color :rgba(168, 168, 168, 1);
  border: 1px solid rgba(168, 168, 168, 1);
  padding: 5px 11px 5px 11px;
}
                                                                          /* Popup */
                                                                          /* Popup */
                                                                          /* Popup  */
                                                                          /* Popup  */
.popup-body-3{
  height: 3px;
  width: 50px;
  background-color: #0066AF;
  color: #0066AF;
}
.popup-image img{
  width: 100%;
}
.popup-body-1 h2{
  padding-top: 25px;
  font-size:25px;
  line-height:28px;
}
.popup-body-1 p{
    
   font-size:16px;
  line-height:28px;
}
.popup-body-2 p{
  padding-top: 35px;
   font-size:20px;
  line-height:28px;
}
.popup-body-3{
  margin: 50px 0px 30px 0px;
}
.popup-last-body{
  padding-left: 15px;
}

.popup-last-head h3{
 
  font-size:28px;
  line-height:28px;
}
.popup-last-body ul{
   font-size:20px;
    line-height:28px;
}

.popup-body-4{
  color: #a8a8a8;
   font-size:20px !important;
    line-height:28px!important;
}
/*@media(min-width:320px){*/
/*  .popup-image img {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
/*@media(min-width:690px){*/
/*  .popup-image img {*/
/*    max-width: 80%;*/
/*  }*/
/*}*/
/*@media(min-width:1020px){*/
/*  .popup-image img {*/
/*    max-width: 60%;*/
/*  }*/
/*}*/
                                                                          /* academies-landing */
                                                                          /* academies-landing */
                                                                          /* academies-landing */
                                                                          /* academies-landing  */
.landing-top-1{
  padding: 5px;
}
.text-primary-academics {
  color:#216CD1;
  font-size: 15px;
  line-height: 22.5px;
}
.academies-register{
  font-size: 70px;
  line-height: 85px;
}
.frameacademics p{
  font-size: 20px;
  line-height: 30px; 
  color: rgba(32, 32, 32, 1);

}

.frameacademics-title {
    color: #A8A8A8 !important;
}
.testimonial-para{
  color: #202020 !important;
}
.frameacademics span{
  font-size: 14px;
  color: #A8A8A8;
}

.mt-paddingtop {
    
    margin-top:8em;
}

@media(min-width: 320px){
.site-blocks-cover h1 {
    line-height: 25px;
    font-size: 18px;
}
}
@media (min-width: 690px){
  .site-blocks-cover h1 {
      line-height: 35px;
      font-size: 25px;
  }
  }
  @media (min-width: 1020px){
    .site-blocks-cover h1 {
        line-height: 60px;
        font-size: 30px;
        font-weight:500;
    }
    }

  @media (min-width: 1020px){
    .site-blocks-cover h2 {
        line-height: 85px !important;
        font-size: 70px!important;
        color:#f3f3f3!important;
    }
    }


    
@media(min-width: 320px){
.site-blocks-cover h2 {
    line-height: 41px;
    font-size: 35px;
    color:#fff;
}
}
@media (min-width: 690px){
  .site-blocks-cover h2 {
      line-height: 41px;
      font-size: 35px;
  }
  }










                                                                          /* Hover effect */
                                                                          /* Hover effect */
                                                                          /* Hover effect */
                                                                          /* Hover effect  */
@media(min-width:320px){
  .title_border {
    bottom: 15%;
    left: 25%;
  }
}
@media(min-width:690px){
  .title_border {
    bottom: 15%;
    left: 35%;
  }
}
@media(min-width:1020px){
  .title_border {
    bottom: 15%;
    left: 27%;
  }
}
                                                                          


/*.listing-item-11{*/
/*  opacity: 0;*/
/*}*/
/*.listing-item-11:hover{*/
/*  opacity: 1;*/
/*}*/


.input-group input::placeholder {
  color: #9D9D9D !important;
}


/* .h-entry img{
  background-color: linear-gradient(#000000db,#000000db);
} */



.h-entry{
  position:relative;
}


.h-entry::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgb(0 0 0 / 30%) 30%, rgba(0, 0, 0, 0.3) 100%);
}

.image-index{
  z-index: 10;
}

.img-fluid-1{
  opacity: 1;
}

.listing-item-12{
  opacity: 0;
}

.listing-item:hover .img-fluid-1 {
  opacity: 1;
}
.listing-item:hover .listing-item-12 {
  opacity: 1;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  opacity:1 !important;
}

#navlist ul {
  float: right;
  display: block;
  text-align: center;
  font-size: 17px;
}
.sticky {
  position: fixed;
  top: 0;
  /* max-width: 100%; */
  /* background-color: #fff; */
  /* opacity: 1; */
  /* border-radius: 0px !important; */
}
.nav-center{
  justify-content: space-between;
}

/*.main {*/
/*  height: 160vh;*/
/*}*/

.sidebar {
  height: 25vh;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.academics-img-last-1 i{
  color: #2477E6;
  padding: 5px 10px 5px 5px;
  font-size: 20px;
}

#exclusivekit .btn:hover {
  color: #fff;
  background-color : #000;
}
.frame:hover{
  background-color:#e9f5e8;
}

.academics-head-2 h4:hover {
   color: #0066AF !important;
   cursor: pointer;
}
.academics-height .btn-value:hover{
  color: #fff !important;
  background-color: #0d0e0e2e;
}









.academics-heights span{
  font-size: 7px;
}
@media (min-width: 320px){
.site-blocks-cover-two{
  height: 120vh;
}
}
@media (min-width: 690px){
.site-blocks-cover-two{
  height: 120vh;
}
}
@media (min-width: 1020px){
.site-blocks-cover-two{
  height: 130vh;
}
}
.last-button-final{
  background-color: #2477E6;
  border-color: #2477E6;
  color: #fff !important;
  padding: 7px;
  border-radius: 25px;
}
.title_border-1 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 15%;
  left: 13%;
  background: #2477E6;
}

@media (min-width: 320px){
.title_border-1 {
    bottom: 15%;
    left:12%;
}
}
@media (min-width: 690px){
.title_border-1 {
    bottom: 15%;
    left: 25%;
}
}
@media (min-width: 1020px){
.title_border-1 {
    bottom: 15%;
    left: 20%;
}
}

.finish-button{
  text-align: center !important;
}



.super-image{
  width: 13%;
}
.super-text{
  width: 87%;
}
.super-text h4{
  font-size: 17px;
  color:  #216CD1;
}
.super-text p{
  font-size: 15px;
  color: #A8A8A8;
}
.super-back{
  background-color: #F0F6FF;
  border-radius: 8px;
  Padding:10px
}
.super-back-1{
  margin: 10px;
}
.finish-button{
  text-align: center !important;
}
.final-image{
  padding-left: 42px;
}
@media(min-width:320px){
  .final-image{
    padding-left: 54px;
  }
}
@media(min-width:690px){
  .final-image{
    padding-left: 56px;
  }
}
@media(min-width:1020px){
  .final-image{
    padding-left: 13px;
  }
}
@media(min-width:320px){
  .Mercendise_title {
    font-size: 16px;
  }
}
@media(min-width:690px){
  .Mercendise_title {
    font-size: 16px;
  }
}
@media(min-width:1020px){
  .Mercendise_title {
    font-size: 15px !important;
  }
}
@media(min-width:320px){
  .h-entry::before {
    width: 100%;
  }
}
@media(min-width:690px){
  .h-entry::before {
    width: 100%;
  }
}
@media(min-width:1020px){
  .h-entry::before {
    width: 100%;
  }
}






/***********registeration code**************/



ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(207, 208, 215, 1);
  color: #000;
  /* border-radius: 25px; */
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}


ul.ks-cboxtags li label {
    padding: 8px 10px;
    cursor: pointer;
}

/* ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
} */

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #2477e5;
    background-color: #2477e6;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}

/******************end*************************/



/***academics and academics landing css style*******************/

.academies-first-logo img{
  width: 40%;
}
.superkings-banner{
  /*height: 548px !important;*/
  padding-top: 170px;
}
.superkings-banner h1{
  color: #0166af;
}
.finish-button :hover{
  background-color: #000;
  color: #fff;
}
@media(min-width:320px){
  .academies-first-logo img{
    width: 75%;
  }
  .superkings-banner{
    padding-top: 100px;
  }
  .sidebar {
    position: static;
    height: 65vh;
}

}
@media(min-width:690px){
  .academies-first-logo img{
    width: 40%;
  }
  .superkings-banner{
    padding-top: 170px;
  }
  .sidebar {
    position: sticky;
    height: 50vh;
}

}
@media(min-width:1020px){
  .academies-first-logo img{
    width: 50%;
  }
  .superkings-banner{
    padding-top: 110px;
  }
  .sidebar {
    position: sticky;
    height: 50vh; 
  }
  

}

fandom_p-1 {
  color: #F3F3F3 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
@media(min-width:320px){
  .fandom_p-1 {
    font-size: 17px !important;
    line-height:27px !important;
  }
}
@media(min-width:690px){
  .fandom_p-1 {
    font-size: 20px !important;
  }
}
@media(min-width:1020px){
  .fandom_p-1 {
    font-size: 20px !important;
  }
}
/****************end ********************************************/


/*******************event gallery *****************/

.coursel-section{
  margin-top: 150px;
}
.coursel-img img{
  max-width: 100%;
  padding-bottom: 20px;
}

.coursel-img video{
  max-width: 100%;
  padding-top: 25px;
}

.coursel-title-one h2{
  font-size: 2em !important;
}
@media(min-width:320px){
  .coursel-title-one h2{
    font-size: 1.3em !important;
  }
}
@media(min-width:690px){
  .coursel-title-one h2{
    font-size: 1.5em !important;
  }
}
@media(min-width:1020px){
  .coursel-title-one h2{
    font-size: 2em !important;
  }      
}
.coursel-title-two h3{
  font-size: 1.75rem;
}
@media(min-width:320px){
  .coursel-title-two h3{
    font-size: 1rem;
  }
}
@media(min-width:690px){
  .coursel-title-two h3{
    font-size: 1.35rem;
  }
}
@media(min-width:1020px){
  .coursel-title-two h3{
    font-size: 1.75rem;
  }
}
.coursel-title h1{
  font-size: 2.5em;
}
@media(min-width:320px){
  .coursel-title h1{
    font-size: 1.7em;
  }
}
@media(min-width:690px){
  .coursel-title h1{
    font-size: 2em;
  }
}
@media(min-width:1020px){
  .coursel-title h1{
    font-size: 2.5em;
  }
}

.listing-item-content-second p{
  font-size: 16px;
}
@media(min-width:320px){
  .listing-item-content-second p{
    font-size: 15px;
  }
}
@media(min-width:690px){
  .listing-item-content-second p{
    font-size: 13px;    
  }
}

@media(min-width:1020px){
  .listing-item-content-second p{
    font-size: 16px;
  }
}




.home-page-title h1{
  font-size: 40px !important;
  line-height: 50px !important;
}
@media(min-width:320px){
  .home-page-title h1{
    font-size: 30px !important;
    line-height: 50px !important;
  }
}
@media(min-width:690px){
  .home-page-title h1{
    font-size: 33px !important;
    line-height: 50px !important;
  }
}
@media(min-width:1020px){
  .home-page-title h1{
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.fandom_p-2 {
  color: #F3F3F3 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
/* @media(min-width:320px){
  .fandom_p-2 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
@media(min-width:690px){
  .fandom_p-2 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
}
@media(min-width:1020px){
  .fandom_p-2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
} */
/***********************end**************************/


/***********about and contact page styles************/


.about-us-section{
  margin-top: 125px;
}
.about-us-icon{
  padding: 9px;
  font-size: 12px;
}
.about-us-gap{
  padding-left: 20px;
}


.contact-us-section{
  margin-top: 125px;
}
.contact-us-icon{
  padding: 9px;
  font-size: 12px;
}
.contact-us-size{
  padding: 10px;
}
.contact-us-button{
  background-color: #393939;
  color: #fff;
  border-radius: 5px;
}
.contact-us-star{
  color: #ff0000;
}
.contact-us-gap{
  padding-left: 20px;
}

.modal-body{
  background-color: #fff !important;
}



/**************************end *************************/