/*----Variables----*/
/*----Common Styling----*/
html {
  font-size: 10px; }

body {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #525c65;
  font-weight: 300; }

p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.5rem; }
  p.lead {
    font-size: 1.8rem; }

ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  list-style-type: circle; }

.pt-lg {
  padding-top: 10rem; }

.pb-lg {
  padding-bottom: 10rem; }

a {
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in; }
  a:hover, a:focus {
    text-decoration: none; }
.btn {
  border-radius: .5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  min-width: 16rem;
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in; }
  .btn.bordered-btn {
    border: 0.1rem solid #13527c;
    color: #13527c; }
    .btn.bordered-btn:focus, .btn.bordered-btn:hover {
      background: #13527c;
      color: #a3d9d8;
      outline: none;
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  .btn.solid-btn {
    background: #13527c;
    color: #a3d9d8;
    text-transform: uppercase;
    box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18); }
    .btn.solid-btn:focus, .btn.solid-btn:hover {
      background: transparent;
      border-color: #13527c;
      color: #13527c;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
  .btn.white-btn {
    background: #a3d9d8;
    color: #13527c;
    text-transform: uppercase;
    box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18); }
    .btn.white-btn:hover, .btn.white-btn:focus {
      background: transparent;
      border-color: #a3d9d8;
      color: #a3d9d8;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }

.page-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #13527c; }

.page-heading {
  display: table;
  margin: 0 auto;
  margin-bottom: 4rem !important;
  padding-top: 4.8rem;
  font-family: "Playfair Display", serif;
  text-align: center;
  background: url(../jlf-images/heading-top.png);
  background-position: center top;
  background-size: auto 4.4rem;
  background-repeat: no-repeat; }
  .page-heading h2 {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 5rem;
    color: #13527c;
    position: relative;
    line-height: 1; }
    .page-heading h2:before, .page-heading h2:after {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 1rem);
      width: 2rem;
      height: 2rem;
      background: url("../jlf-images/heading-star.png");
      background-repeat: no-repeat;
      background-size: contain; }
    .page-heading h2:after {
      right: 0;
      left: auto; }
  .page-heading h4 {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #cda687;
    margin-bottom: 0; }

.coming-soon-heading {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 5rem;
  color: #13527c;
  position: relative;
  line-height: 1; }

.light-bg {
  background: #f9f9f9; }

.white-text {
  color: #ffffff; }

.relative-box {
  position: relative; }

.mylable{
    background: #13527c;
    padding: 5px;
    pointer-events: none;
    border-radius:4px;
  }
#myspnote {
    padding: 6px;
    pointer-events: none;
    cursor: default;
    z-index: 1000;
    font-size: 12px;
    border-radius: 4px;}
  #mywatchlink{
    background: #13527c;
    position: absolute;
    right: -7%;
    padding: 6px;
    cursor: pointer;
    bottom: -4px;
    z-index: 1000;
    font-size: 12px;
    border-radius: 4px;}
    .right-div{
      float:right;
    }
   
#dateDD--{
    width:150px;
    position: relative;
    top: -3px;
  }
.time-zone{
    height: 2rem;
    border-radius:2px;
    margin-left: 5px;
    border: none;
    font-size: 1.2rem;
    color: #525c65;
    text-align: center;
    width: 30%;
    padding: 0 10px;
    cursor: pointer;
  }
  .filter-up{
    margin-bottom:52px;
  }
.label_date {
background-color: #13527c;
border-radius: 4px;
padding: 5px;
position: relative;
top: 10px;
font-size: 16px;
font-weight: 400;
color: #fff;
margin-top: 20px;
display: inline-block;
}

#jbm_mob_tab {
    color: #525c65;
    background: #fff;
    margin-left: 15px;
}
.jbm_btn{
  background: #fff;
}
.jmc_btn{
  width:50px;;
}
/*--------Header--------*/
nav.navbar {
  background: #ffffff;
  padding-left: 5rem;
  padding-right: 5rem;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  nav.navbar .navbar-brand img {
    width: 10rem;
    position: relative;
    top: 6px; }
  nav.navbar ul.navbar-nav li a.nav-link {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 3.5rem 1.8rem;
    color: #13527c;
    position: relative; }
    nav.navbar ul.navbar-nav li a.nav-link:hover {
      color: #76aeae; }
  nav.navbar ul.navbar-nav .dropdown:hover .dropdown-menu {
    display: block; }
  nav.navbar ul.navbar-nav ul.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    min-width: 22rem;
    left: 0;
    /*transform: translateX(calc(-50% + 2rem));
    -moz-transform: translateX(calc(-50% + 2rem));
    -webkit-transform: translateX(calc(-50% + 2rem));*/
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
    nav.navbar ul.navbar-nav ul.dropdown-menu:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      z-index: 2222;
      right: 5rem;
      box-sizing: border-box;
      border: 0.7rem solid #ffffff;
      border-color: #ffffff #ffffff transparent transparent;
      transform-origin: 0 0;
      transform: rotate(-45deg);
      box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05); }
    nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item {
      font-size: 1.4rem;
      padding: 0 1.5rem; }
      nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item:active {
        background: transparent;
        color: #0d6d8c; }
      nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item a.nav-link {
        color: #13527c;
        padding: 1rem 1.2rem;
        text-transform: none;
        border-bottom: .1rem solid #eeeeee;
        white-space: break-spaces; }
      nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item .dropdown-menu {
        display: none;
        top: 0;
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%); }
        nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item .dropdown-menu::before {
          top: 25px;
          right: auto;
          left: -1rem;
          border-color: #ffffff transparent transparent #ffffff;
          box-shadow: -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
          -moz-box-shadow: -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
          -webkit-box-shadow: -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05); }
      nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item:hover .dropdown-menu {
        display: block; }
  nav.navbar ul.navbar-nav .mega-menu-toggle {
    position: static; }
  nav.navbar ul.navbar-nav .mega-menu-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
    nav.navbar ul.navbar-nav .mega-menu-wrapper.dropdown-menu {
      background: transparent;
      padding: 0;
      margin: 0; }
    nav.navbar ul.navbar-nav .mega-menu-wrapper .container {
      position: relative; }
    nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu {
      background: #ffffff;
      position: relative;
      margin-top: -1rem;
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
      nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item {
        border-right: .1rem solid #eeeeee; }
        nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item ul {
          padding: 1.5rem 0;
          margin: 0;
          position: relative; }
          nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item ul li.dropdown-item {
            padding: 0; }
            nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item ul li.dropdown-item a.nav-link {
              padding: 1rem;
              text-transform: none; }
        nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item:last-child ul {
          border-right: none; }
      nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        z-index: 2222;
        left: 42rem;
        box-sizing: border-box;
        border: 0.7rem solid #ffffff;
        border-color: #ffffff #ffffff transparent transparent;
        transform-origin: 0 0;
        transform: rotate(-45deg);
        box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05); }
  nav.navbar ul.buttons-nav {
    padding-left: 3rem; }
    nav.navbar ul.buttons-nav li.nav-item {
      padding: 0 1rem;
      border-right: .1rem solid #eeeeee; }
      nav.navbar ul.buttons-nav li.nav-item:last-child {
        padding-right: 0; }
      nav.navbar ul.buttons-nav li.nav-item.search-btn {
        padding-top: 1.5rem;
        border-right: none;
        color: #13527c; }
        nav.navbar ul.buttons-nav li.nav-item.search-btn i.im {
          font-size: 2rem; }

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13527c;
  z-index: 9999;
  opacity: 0;
  transition: 0.8s cubic-bezier(1, 0.01, 0, 0.99);
  -moz-transition: 0.8s cubic-bezier(1, 0.01, 0, 0.99);
  -webkit-transition: 0.8s cubic-bezier(1, 0.01, 0, 0.99);
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }
  .search-form form {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .search-form form .form-group {
      margin: 0; }
      .search-form form .form-group .form-control {
        background: transparent;
        border: none;
        border-bottom: 0.2rem solid #ffffff;
        height: 4rem;
        color: #ffffff;
        font-size: 1.4rem;
        border-radius: 0; }
        .search-form form .form-group .form-control:focus {
          outline: none; }
        .search-form form .form-group .form-control::-webkit-input-placeholder {
          color: #ffffff; }
        .search-form form .form-group .form-control:-ms-input-placeholder {
          color: #ffffff; }
        .search-form form .form-group .form-control::placeholder {
          color: #ffffff; }
  .search-form i.im {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #ffffff; }
  .search-form.search-open {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0); }

.breadcrumb-wrapper {
  width: 100%;
  max-width: 3.5rem;
  z-index: 100; }

.search-box {
  width: 7rem; }

.breadcrumb {
  width: 2.5rem;
  height: 2.2rem;
  background: transparent;
  position: relative;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .breadcrumb span {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #13527c;
    border-radius: .2rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .breadcrumb span:nth-child(1) {
      top: 0px; }
    .breadcrumb span:nth-child(2), .breadcrumb span:nth-child(3) {
      top: 1rem;
      width: 70%; }
    .breadcrumb span:nth-child(4) {
      top: 2rem; }
  .breadcrumb.open span {
    background: #ffffff; }
    .breadcrumb.open span:nth-child(1) {
      top: 1.8rem;
      width: 0%;
      left: 50%; }
    .breadcrumb.open span:nth-child(2), .breadcrumb.open span:nth-child(3) {
      width: 100%; }
    .breadcrumb.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .breadcrumb.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .breadcrumb.open span:nth-child(4) {
      top: 1.8rem;
      width: 0%;
      left: 50%; }

.nav-mobile-devices {
  display: none; }
  .nav-mobile-devices .mobile-collapsable-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    padding: 6rem 2rem;
    z-index: 99; }
  .nav-mobile-devices .swiper-menu .swiper-slide a {
    font-size: 1.2rem;
    color: #13527c;
    border-radius: .4rem;
    padding: 1rem 0.8rem;
    display: block;
    word-break: break-all;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border: 0.1rem solid #13527c; }
    .nav-mobile-devices .swiper-menu .swiper-slide a:hover, .nav-mobile-devices .swiper-menu .swiper-slide a.active {
      background: #13527c;
      color: #ffffff; }
  .nav-mobile-devices .header-tagline {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #13527c;
    text-transform: uppercase; }

/*--------Slider Section--------*/
.home-slider-section {
  position: relative; }
  .home-slider-section .home-slider .item {
    padding-bottom: 0rem; }
  .home-slider-section .home-slider .owl-nav button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #13527c;
    color: #ffffff;
    width: 3.6rem;
    height: 4rem;
    font-size: 2rem; }
    .home-slider-section .home-slider .owl-nav button.owl-next {
      right: 0;
      left: auto; }
    .home-slider-section .home-slider .owl-nav button:focus {
      outline: none; }

.slider-content-wrapper {
  position: absolute;
  width: 100%;
  /* top: 35rem;*/
  bottom:6rem;
  z-index: 2; }
  .slider-content-wrapper .slider-content {
    /*background: #a3d9d8;*/
    color: #13527c;
    border-radius: 0.6rem;
    padding: 10rem 5rem;
    text-align: center;
    /*a.btn{
        background: #acacac;
        color: $white-color;
        padding: 1.8rem 3rem;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 500;
        display: table;
        margin-top: .5rem;
        border-radius: .5rem;
    }*/ }
    .slider-content-wrapper .slider-content h2 {
      font-size: 2.5rem;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0;
      padding-bottom: 1rem;
      font-family: "Playfair Display", serif;
     /* margin-top: -60px;*/
      color: #324396; }

    .slider-content-wrapper .slider-content p {
      font-size: 1.8rem;
      line-height: 24px;
      font-weight: 500;
      max-width: 400px;
      margin: 0 auto 20px;
      font-family: "Playfair Display", serif; }

    .slider-content-wrapper .slider-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-weight: 500;
      text-transform: uppercase; }
      .slider-content-wrapper .slider-content ul li {
        padding-bottom: 1.4rem; }
        .slider-content-wrapper .slider-content ul li i {
          margin-right: 2.5rem;
          display: inline-block;
          vertical-align: middle;
          font-size: 2.2rem; }

/*---------Festival & News Section--------*/
.festival-news-section .festival-box-wrapper {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 1rem; }
  .festival-news-section .festival-box-wrapper:nth-child(1n) .festival-box .image-wrapper {
    border-color: #ef6463; }
  .festival-news-section .festival-box-wrapper:nth-child(2n) .festival-box .image-wrapper {
    border-color: #00afec; }
  .festival-news-section .festival-box-wrapper:nth-child(3n) .festival-box .image-wrapper {
    border-color: #fcd395; }
  .festival-news-section .festival-box-wrapper:nth-child(4n) .festival-box .image-wrapper {
    border-color: #5fc5c5; }
  .festival-news-section .festival-box-wrapper:nth-child(5n) .festival-box .image-wrapper {
    border-color: #bc2857; }
.festival-news-section .festival-box .icon {
  display: table;
  margin: 0 auto;
  margin-top: -3.6rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2; }
.festival-news-section .festival-box .image-wrapper {
  position: relative;
  border-radius: .8rem;
  padding: 2rem;
  padding-top: 0;
  border: .3rem solid #eeeeee;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2); }
  .festival-news-section .festival-box .image-wrapper h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align: center;
    min-height: 5.2rem;
    padding-top: 1.5rem; }
    .festival-news-section .festival-box .image-wrapper h3 a {
      color: #13527c; }
      .festival-news-section .festival-box .image-wrapper h3 a:hover, .festival-news-section .festival-box .image-wrapper h3 a:focus {
        color: #0d6d8c; }
.festival-news-section .blog-list-article h3 {
  font-size: 1.6rem;
  font-weight: 400; }
  .festival-news-section .blog-list-article h3 a {
    color: #13527c; }
    .festival-news-section .blog-list-article h3 a:hover, .festival-news-section .blog-list-article h3 a:focus {
      text-decoration: none;
      color: #0d6d8c; }
.festival-news-section .blog-list-article p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }
.festival-news-section .blog-list-article .blog-meta {
  font-size: 1.2rem; }
  .festival-news-section .blog-list-article .blog-meta span.date {
    padding-right: 1.8rem; }
  .festival-news-section .blog-list-article .blog-meta i {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.7rem;
    color: #13527c; }
  .festival-news-section .blog-list-article .blog-meta strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-top: 0.1rem;
    color: #0d6d8c; }
.festival-news-section .blog-list-article .blog-list-wrapper {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  .festival-news-section .blog-list-article .blog-list-wrapper .blog-list-content {
    padding: 1.5rem;
    padding-right: 3rem; }
.blog-list-wrapper .blog-list-images{
	overflow: hidden;
}
.blog-list-wrapper .blog-list-images img{
	height: 100%;
    max-height: 175px;
    max-width: none;
}

/*----------CTA Section----------*/
.cta-section {
  background: url(../jlf-images/cta-thumb.jpg);
  background-size: cover;
  background-attachment: fixed; }
  .cta-section h2 {
    font-size: 4.6rem;
    font-weight: 600;
    color: #13527c;
    font-family: "Playfair Display", serif; }
  .cta-section p {
    font-weight: 400;
    font-size: 1.6rem; }

/*---------Session Video Section--------*/
.session-video-section .page-title {
  line-height: 1; }
.session-video-section a.arrow-btn {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #13527c; }
  .session-video-section a.arrow-btn i {
    font-size: 1.4rem;
    margin-left: 1rem;
    vertical-align: middle; }
  .session-video-section a.arrow-btn:hover {
    color: #76aeae; }
.session-video-section .session-video-box {
  max-width: 18rem;
  background: #ffffff;
  height: 100%;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  .session-video-section .session-video-box .video-play-thumb {
    position: relative; }
    .session-video-section .session-video-box .video-play-thumb a {
      display: block; }
      .session-video-section .session-video-box .video-play-thumb a i {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #13527c;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
  .session-video-section .session-video-box h4 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem;
    color: #13527c; }
  .session-video-section .session-video-box p {
    font-size: 1.2rem;
    font-weight: 400; }

/*----------Strength in Number---------*/
.session-review-section .counter-box {
  text-align: center; }
  .session-review-section .counter-box i {
    font-size: 4.8rem;
    color: #76aeae; }
  .session-review-section .counter-box .counter-wrap {
    padding-top: 1.2rem;
    font-size: 3rem;
    font-weight: 500;
    color: #13527c; }
  .session-review-section .counter-box p {
    font-weight: 500;
    margin-bottom: 0;
    color: #13527c; }
.session-review-section .review-slider .icon {
  width: 8rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -4rem; }
.session-review-section .review-slider .review-box {
  padding: 2rem;
  border-radius: .5rem;
  text-align: center;
  background: #ffffff;
  padding-top: 8rem;
  height: calc(100% - 3.5rem);
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  .session-review-section .review-slider .review-box .user-info {
    padding-top: 3rem; }
    .session-review-section .review-slider .review-box .user-info h3 {
      color: #13527c; }
    .session-review-section .review-slider .review-box .user-info p {
      color: #0d6d8c; }
  .session-review-section .review-slider .review-box .review-content {
    padding: 0 1rem; }
    .session-review-section .review-slider .review-box .review-content .user-info h3 {
      color: #13527c; }
    .session-review-section .review-slider .review-box .review-content .user-info p {
      color: #76aeae;
      margin-bottom: 0; }
.session-review-section .review-slider.owl-carousel .owl-stage-outer {
  padding-bottom: 1.5rem; }
.session-review-section .review-slider.owl-carousel .owl-stage {
  display: flex; }
.session-review-section .review-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; }
.session-review-section .review-slider.owl-carousel .item {
  padding: .4rem;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem; }
.session-review-section .review-slider.owl-carousel .owl-dots {
  display: table;
  margin: 0 auto;
  margin-top: 4rem; }
  .session-review-section .review-slider.owl-carousel .owl-dots button.owl-dot {
    width: 1.2rem;
    height: 1.2rem;
    background: #76aeae;
    border-radius: 50%;
    margin-right: 1rem;
    border: 0.1rem solid #76aeae; }
    .session-review-section .review-slider.owl-carousel .owl-dots button.owl-dot:last-child {
      margin-right: 0; }
    .session-review-section .review-slider.owl-carousel .owl-dots button.owl-dot.active {
      background: transparent;
      border-color: #13527c; }
    .session-review-section .review-slider.owl-carousel .owl-dots button.owl-dot:focus {
      outline: none; }

.become-a-mentor-section .become-a-mentor-wrapper {
  background: #a3d9d8;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: .8rem;
  border-top-left-radius: .8rem; }
  .become-a-mentor-section .become-a-mentor-wrapper h3 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #0d6d8c; }
  .become-a-mentor-section .become-a-mentor-wrapper p {
    font-size: 1.5rem;
    color: #0d6d8c; }

.about-twa p.tagline {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .3rem;
  color: #0d6d8c; }

.mobile-blog-meta {
  display: none; }

.guidelines-right {
  display: inline-block;
  float: right;
  color: #a3d9d8; }

.contest-page a {
  color: #13527c; }
  .contest-page a:hover, .contest-page a:focus {
    color: #0d6d8c; }

.programme_quote  {
    color: #0d6d8c;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .04rem;
    margin: 20px 0px -10px;
    font-weight: 700;}
.programme-section-wrapper.programme-section-wrapper-archive {
  padding-top: 0; }

.programme-section-wrapper.programme-section-wrapper-archive .nav-tabs.volunteer-tabs li.nav-item select {
  padding: 1rem; }

.programme-section-wrapper.programme-section-wrapper-archive .nav-tabs.volunteer-tabs li.nav-item .nav-link {
   font-size: 1.3rem; }

.programme-section-wrapper.archive-page {
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.show-on-mobile {
  display: none; }

.festival-bazaar-box {
  border-radius: .5rem;
  padding: 2rem;
  height: 100%;
  background: #ffffff;
  border: .4rem solid #eee;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1); }
  .festival-bazaar-box .icon {
    text-align: center;
    padding-bottom: 1rem; }
  .festival-bazaar-box h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #13527c; }
  .festival-bazaar-box p {
    text-align: center;
    font-weight: 400;
    margin-bottom: 2rem; }
  .festival-bazaar-box ul {
    list-style: none;
    padding: 0; }
    .festival-bazaar-box ul li {
      padding-left: 2.2rem;
      padding-bottom: .5rem;
      position: relative; }
      .festival-bazaar-box ul li i.im {
        font-size: 1.6rem;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: .4rem; }

.festival-slider {
  position: relative; }
  .festival-slider .owl-dots {
    margin: 0 auto;
    display: table;
    margin-top: -3rem;
    position: relative; }
    .festival-slider .owl-dots .owl-dot {
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem;
      border-radius: 50%;
      background: transparent;
      border: 0.1rem solid rgba(255, 255, 255, 0.6); }
      .festival-slider .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .festival-slider .owl-dots .owl-dot.active {
        background: rgba(255, 255, 255, 0.6); }

.festival-bazaar-boxes {
  top: -22rem;
  position: relative; }
  .festival-bazaar-boxes h3.title {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    padding-bottom: 2.5rem; }

.festival-bazaar-cont {
  margin-bottom: 6rem; }

.festival-bazaar-cont:nth-child(1n) .festival-bazaar-box {
  border-color: #bc2857; }

.festival-bazaar-cont:nth-child(2n) .festival-bazaar-box {
  border-color: #5fc5c5; }

.festival-bazaar-cont:nth-child(3n) .festival-bazaar-box {
  border-color: #ef6463; }

.festival-bazaar-cont .register-box {
  background: #f9f9f9;
  padding: 2.5rem;
  text-align: center;
  border-radius: .5rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  .festival-bazaar-cont .register-box i.im {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: .4rem; }
  .festival-bazaar-cont .register-box a:not(.btn) {
    color: #13527c; }
    .festival-bazaar-cont .register-box a:not(.btn):hover {
      text-decoration: none;
      color: #0d6d8c; }

.festival-bazaar-video-wrapper {
  transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%); }
  .festival-bazaar-video-wrapper h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 0; }

.festival-bazaar-tnc .accordion .card {
  border: none;
  margin-bottom: 2rem;
  background: transparent; }
  .festival-bazaar-tnc .accordion .card .card-header {
    padding: 0;
    border: none;
    border-radius: 0.3rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
    .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link {
      color: #a3d9d8;
      background: #13527c;
      display: block;
      width: 100%;
      border-radius: 0.3rem;
      border: none;
      padding: 1.2rem 1.4rem;
      text-align: left;
      font-size: 1.4rem; }
      .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link:hover, .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link:focus {
        text-decoration: none; }
      .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link span {
        display: inline-block;
        float: right; }
        .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link span i.im {
          font-size: 1.2rem;
          vertical-align: middle; }
          .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link span i.im.im-plus {
            display: none; }
      .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link.collapsed span i.im.im-minus {
        display: none; }
      .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link.collapsed span i.im.im-plus {
        display: block; }

.partners-section .nav-tabs {
  display: table;
  margin: 0 auto;
  margin-bottom: 4rem; }
  .partners-section .nav-tabs li.nav-item {
    display: inline-block; }
    .partners-section .nav-tabs li.nav-item a.nav-link {
      border: none;
      font-size: 1.6rem;
      font-weight: 400;
      background: #13527c;
      border-radius: 0;
      padding: 1.2rem 2rem;
      color: #ffffff; }
      .partners-section .nav-tabs li.nav-item a.nav-link.active {
        background: #0d6d8c; }
.partners-section .partners-grid .partner-row a {
    display: inline-block;
    padding: 0 3px; }
  .partners-section .partners-grid .partner-row a img {
    max-width: 17rem;
    margin-bottom: 30px;}
.partners-section .partners-grid .partner-row h4 {
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 2rem; }

.rolls-credits-wrapper {
  position: relative;
  padding: 4rem 8rem;
  padding-top: 10rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
.rolls-credits-wrapper ol, .rolls-credits-wrapper ul{
	font-size: 1.4rem;
	line-height: 1.6;
}
  .rolls-credits-wrapper .side-tag {
    position: absolute;
    left: 0;
    top: 3rem;
    color: #a3d9d8;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem;
    padding-left: 3.5rem;
    padding-right: 2rem;
    text-transform: uppercase;
    background: #13527c;
    background: -moz-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: -webkit-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: linear-gradient(to right, #13527c 0%, #0d6d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13527c', endColorstr='#0d6d8c',GradientType=1 ); }
    .rolls-credits-wrapper .side-tag:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 3.1rem solid #0d6d8c;
      border-right: 3rem solid transparent;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%); }
  .rolls-credits-wrapper .rools-credits-row {
    border-bottom: .1rem solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
    .rolls-credits-wrapper .rools-credits-row:last-child {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .rolls-credits-wrapper .rools-credits-row ul {
      list-style: none;
      padding-left: 0;
      color: #0d6d8c; }
	  
.job-openings .job-opening-para{
	text-align: center;
    font-weight: 400;
	margin-bottom: 40px;
}
.job-openings .job-opening-para p{
	font-size: 1.6rem;
}

.job-openings ul li {
	margin-bottom: 0;
    font-size: 1.4rem;
    padding-right:10px;
    padding-left:10px;
}

.job-openings ol li{
    font-size:1.4rem;
    line-height:2.4rem;
}

.job-openings p {
    padding-right:15px;
    padding-left:15px;
}
.job-openings .footer-section p{
	font-size: 1.8rem;
}
.job-openings .footer-section .mail-link{
	background: #5b63ab;
    padding: .4rem;
    color: #ffffff;
}
.heritage-row .heritage-left-box {
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0 0.6rem 0.7rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.6rem 0.7rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.6rem 0.7rem rgba(0, 0, 0, 0.1); }
.heritage-row .heritage-right-cont {
  border-radius: .5rem;
  padding: 2rem;
  margin-left: -6rem;
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #ffffff;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2); }
  .heritage-row .heritage-right-cont h3 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #13527c; }
  .heritage-row .heritage-right-cont h4 {
    color: #525c65; }
  .heritage-row .heritage-right-cont img.logo {
    width: 10rem; }
.heritage-row:nth-child(2n + 2) .heritage-right-cont {
  margin-left: 0; }
.heritage-row:nth-child(2n + 2) .heritage-left-box {
  margin-left: -6rem; }

.live-video .live-video-wrapper.full-height {
  height: 100%; }

.search-btn {
  padding-top: 2rem;
  border-right: none; }

.festival-stall-slider {
  display: none !important; }

.welcome-modal .modal-content{
  border-radius: 0;
  border: none;
}
.welcome-modal .modal-body{
  padding: 0;
  border-radius: 0;
}
.welcome-modal button.close{
  position: absolute;
right: 20px;
top: 10px;
color: #13527c;
opacity: 1;
text-shadow: none;
}
.welcome-modal button.close span{
  		font-size: 2.5rem;
  width: 2rem;
  height: 2rem;
  display: block;
}
.welcome-modal .modal-popup img{
  width: 100%;
}
.welcome-modal .popup-content{
	 position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	text-align: left;
	width: 100%;
	color: #13527c;
	max-width: 450px;
}
.welcome-modal .popup-content h2{
  font-size: 16px;
  font-family: "Playfair Display", serif;
}
.welcome-modal .popup-content h2>small {
	 margin-bottom: 5px;
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	font-weight: 600
}
.weekend-accordion .card{
  margin-bottom: 3rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
}
.weekend-accordion .card .card-header{
  background: #00bff0;
  padding: 0;
}
.weekend-accordion .card .card-header button {
  color: #12547d;
  width: 100%;
  text-decoration: none !important;
  text-align: left;
}
.weekend-accordion .card:nth-child(2) .card-header{
  background: #fcd395;
}
.weekend-accordion .card:nth-child(3) .card-header{
  background: #ef6e7e;
}
.weekend-accordion .card .card-body{
  font-size: 1.6rem;
    padding: 1rem 2rem;
	    position: relative;
}
.weekend-accordion .card .card-body .arrow-btn{
	padding-left: 15px;
	margin-top: 10px;
}
.weekend-accordion .card .card-body .arrow-btn a{
	display: table;
    margin: 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background: #eeeeee;
    color: #13527c;
    text-align: center;
}
.weekend-accordion .card .card-body .arrow-btn a i{
	margin-top: .7rem;
    font-size: 1.4rem;
}
.weekend-accordion .card .card-body .date span{
  display: block;
  padding-top: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}
.weekend-accordion .card .card-body .pricing{
  font-size: 2.4rem;
  font-weight: 400;
  color: #13527c;
}
.weekend-accordion .card .card-header button i.im {
  font-size: 1.2rem;
  float: right;
  margin-top: .5rem;
}
.weekend-accordion .card .card-header button.collapsed i.im.im-plus {
  display: table;
}
.weekend-accordion .card .card-header button.collapsed i.im.im-minus, .weekend-accordion .card .card-header button i.im.im-plus {
  display: none;
}

/*----------Footer----------*/
footer.footer {
  background: #13527c; }
  footer.footer h4 {
    color: #76aeae;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1rem;
    margin: 0;
    padding-bottom: 1.8rem; }
  footer.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2; }
    footer.footer ul li a {
      color: #a3d9d8;
      transition: .4s linear;
      -moz-transition: .4s linear;
      -webkit-transition: .4s linear; }
      footer.footer ul li a:hover, footer.footer ul li a:focus {
        text-decoration: none; }
    footer.footer ul.footer-social li {
      padding-bottom: 0.5rem; }
      footer.footer ul.footer-social li a i.im {
        font-size: 1.2rem;
        margin-right: 0.5rem; }
  footer.footer .footer-copy {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 2rem; }
    footer.footer .footer-copy p {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0;
      color: #a3d9d8; }
      footer.footer .footer-copy p a {
        color: #a3d9d8; }
        footer.footer .footer-copy p a:hover {
          color: #a3d9d8;
          text-decoration: none; }
  footer.footer .footer-widget {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.apply-now-volunteer{
  position: fixed;
  right: 0;
  top: 50%;
  border-radius: 0;
  min-width: auto;
  font-size: 1.2rem;
  transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}
.apply-now-volunteer.active{
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

/*----------------
    Mobile Screens
----------------*/
/*#navicon {
    position: relative;
    top: 0;
    left: 0;
    width: 3.5rem;
    .bar {
        width: 3.5rem;
        height: .2rem;
        background-color: $dark-blue-color;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        &:nth-of-type(1){
            width: 2.6rem;
        }
        &:nth-of-type(2) {
            margin-top: -1.5rem;
        }
        &:nth-of-type(3) {
            margin-top: 2.2rem;
        }
    }
    &.active{
        .bar{
            -webkit-animation-fill-mode: forwards;
            -mox-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            &:nth-of-type(1) {
                -webkit-animation: dissappear 0.5s ease;
                -moz-animation: dissappear 0.5s ease;
                -o-animation: dissappear 0.5s ease;
                animation: dissappear 0.5s ease;
            }
            &:nth-of-type(2) {
                -webkit-animation: squishTop 0.5s ease;
                -moz-animation: squishTop 0.5s ease;
                -o-animation: squishTop 0.5s ease;
                animation: squishTop 0.5s ease;
            }
            &:nth-of-type(3) {
                -webkit-animation: squishBottom 0.5s ease;
                -moz-animation: squishBottom 0.5s ease;
                -o-animation: squishBottom 0.5s ease;
                animation: squishBottom 0.5s ease;
            }
        }
    }
    &.inactive{
        .bar{
            -webkit-animation-fill-mode: forwards;
            -mox-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            &:nth-of-type(1) {
                -webkit-animation: dissappearRev 0.5s ease;
                -moz-animation: dissappearRev 0.5s ease;
                -o-animation: dissappearRev 0.5s ease;
                animation: dissappearRev 0.5s ease;
            }
            &:nth-of-type(2) {
                -webkit-animation: squishTopRev 0.5s ease;
                -moz-animation: squishTopRev 0.5s ease;
                -o-animation: squishTopRev 0.5s ease;
                animation: squishTopRev 0.5s ease;
            }
            &:nth-of-type(3) {
                -webkit-animation: squishBottomRev 0.5s ease;
                -moz-animation: squishBottomRev 0.5s ease;
                -o-animation: squishBottomRev 0.5s ease;
                animation: squishBottomRev 0.5s ease;
            }
        }
    }
}

@-moz-keyframes squishBottom {
    0% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@-webkit-keyframes squishBottom {
    0% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@-o-keyframes squishBottom {
    0% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@keyframes squishBottom {
    0% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@-moz-keyframes squishTop {
    0% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes squishTop {
    0% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-o-keyframes squishTop {
    0% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes squishTop {
    0% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-moz-keyframes dissappear {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes dissappear {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes dissappear {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dissappear {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes squishBottomRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes squishBottomRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes squishBottomRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes squishBottomRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes squishTopRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes squishTopRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes squishTopRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes squishTopRev {
    0% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        margin-top: -3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        margin-top: -20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes dissappearRev {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes dissappearRev {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes dissappearRev {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes dissappearRev {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/
#navicon {
  position: relative;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3rem; }
  #navicon .bar {
    width: 3.5rem;
    height: .2rem;
    background-color: #13527c;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    #navicon .bar:nth-of-type(2) {
      margin-top: -1.5rem; }
    #navicon .bar:nth-of-type(3) {
      margin-top: 2.4rem; }
  #navicon.active .bar:nth-of-type(1) {
    -webkit-animation: dissappear 0.5s ease;
    -moz-animation: dissappear 0.5s ease;
    -o-animation: dissappear 0.5s ease;
    animation: dissappear 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #navicon.active .bar:nth-of-type(2) {
    -webkit-animation: squishTop 0.5s ease;
    -moz-animation: squishTop 0.5s ease;
    -o-animation: squishTop 0.5s ease;
    animation: squishTop 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #navicon.active .bar:nth-of-type(3) {
    -webkit-animation: squishBottom 0.5s ease;
    -moz-animation: squishBottom 0.5s ease;
    -o-animation: squishBottom 0.5s ease;
    animation: squishBottom 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #navicon.inactive .bar:nth-of-type(1) {
    -webkit-animation: dissappearRev 0.5s ease;
    -moz-animation: dissappearRev 0.5s ease;
    -o-animation: dissappearRev 0.5s ease;
    animation: dissappearRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #navicon.inactive .bar:nth-of-type(2) {
    -webkit-animation: squishTopRev 0.5s ease;
    -moz-animation: squishTopRev 0.5s ease;
    -o-animation: squishTopRev 0.5s ease;
    animation: squishTopRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #navicon.inactive .bar:nth-of-type(3) {
    -webkit-animation: squishBottomRev 0.5s ease;
    -moz-animation: squishBottomRev 0.5s ease;
    -o-animation: squishBottomRev 0.5s ease;
    animation: squishBottomRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    -mox-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-moz-keyframes squishBottom {
  0% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
@-webkit-keyframes squishBottom {
  0% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
@-o-keyframes squishBottom {
  0% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
@keyframes squishBottom {
  0% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
@-moz-keyframes squishTop {
  0% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-webkit-keyframes squishTop {
  0% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-o-keyframes squishTop {
  0% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes squishTop {
  0% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-moz-keyframes dissappear {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dissappear {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes dissappear {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes dissappear {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-o-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: 32px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-moz-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-o-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-moz-keyframes dissappearRev {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dissappearRev {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes dissappearRev {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dissappearRev {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mobile-device {
  display: none;
  background: #f7f7f7; }

.enter-screen {
  padding-bottom: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-left: .1rem;
  padding-right: .1rem;
  background: #f9bf94;
  z-index: 9999;
  overflow: auto;
  transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -webkit-transition: .6s ease-in-out; }
  .enter-screen.hide-enter-screen {
    display: none;
    height: 0; }

.enter-screen-logo {
  padding-bottom: 3rem; }
  .enter-screen-logo img {
    max-width: 18rem; }

.important-links-section {
  padding-top: 3rem; }
  .important-links-section .imp-links-wrapper {
    padding: 0;
    width: 33.3%; }
  .important-links-section h4 {
    text-align: center;
    text-transform: uppercase;
    color: #0d6d8c;
    margin-bottom: 0;
    padding-bottom: 1.5rem; }
  .important-links-section .important-link-box {
    background: transparent;
    padding: 2rem 1.2rem;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    display: block;
    height: 100%;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    border: .1rem solid #fbcba8;
    margin-right: -.1rem;
    margin-bottom: -.1rem; }
    .important-links-section .important-link-box .icon {
      padding-bottom: 1rem; }
      .important-links-section .important-link-box .icon img {
        min-width: 4.5rem; }
    .important-links-section .important-link-box h3 {
      text-transform: uppercase;
      margin: 0;
      font-size: 1.4rem;
      padding-top: 1rem;
      color: #293895; }
    .important-links-section .important-link-box:hover {
      text-decoration: none; }

.enter-website-link {
  margin: 0 auto;
  margin-top: 2rem;
  display: table;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  color: #293895; }
  .enter-website-link i.im {
    vertical-align: middle;
    line-height: 1;
    margin-top: -.3rem; }

.homepage .mobile-slider {
  position: relative; }
  .homepage .mobile-slider .slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .homepage .mobile-slider .slide-content h2 {
      font-size: 3.2rem;
      font-weight: 900;
      color: #0d6d8c;
      letter-spacing: .1rem;
      text-transform: uppercase;
      font-family: "Playfair Display", serif; }
    .homepage .mobile-slider .slide-content p {
      margin: 110px 0 0;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 500;
      color: #0a436c; }

/*------------About Page------------*/
.about-twa-section .about-twa {
  background: #525c65;
  color: #ffffff;
  padding: 6rem 4.5rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2); }
.about-twa-section .page-title {
  font-size: 2.8rem;
  color: #ffffff; }
.about-twa-section h3 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 1.5rem; }

/*-----------Contest Page-----------*/
.contest-header-wrapper {
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25); }
  .contest-header-wrapper .header-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 10rem;
    color: #ffffff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .contest-header-wrapper .header-content .date {
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: .2rem;
      padding-bottom: 1rem; }
    .contest-header-wrapper .header-content h2 {
      font-size: 3rem;
      margin: 0;
      padding-bottom: 2.5rem; }
    .contest-header-wrapper .header-content p {
      font-size: 1.4rem;
      font-weight: 400; }
      .contest-header-wrapper .header-content p.header-content-para-mob {
        display: none; }

.rules-highlight {
  padding: 2.5rem 0; }
  .rules-highlight .highlight-box {
    text-transform: uppercase;
    padding: .5rem 0;
    border-right: .1rem solid #dddddd; }
    .rules-highlight .highlight-box h4 {
      font-size: 1.4rem;
      color: #13527c; }
    .rules-highlight .highlight-box p {
      font-size: 1.6rem;
      font-weight: 600;
      color: #0d6d8c;
      margin-bottom: 0; }
  .rules-highlight .highlight-box-wrapper:last-child .highlight-box {
    border: none; }

.theme-section-wrapper {
  padding: 5rem;
  position: relative;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1); }
  .theme-section-wrapper .side-tag {
    position: absolute;
    left: 0;
    top: 3rem;
    color: #a3d9d8;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem;
    padding-left: 4.5rem;
    padding-right: 2rem;
    text-transform: uppercase;
    background: #0d6d8c;
    background: -moz-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: -webkit-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: linear-gradient(to right, #13527c 0%, #0d6d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue-color', endColorstr='$blue-color',GradientType=1 ); }
    .theme-section-wrapper .side-tag:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 3.1rem solid #0d6d8c;
      border-right: 3rem solid transparent;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%); }
  .theme-section-wrapper .nav-tabs.volunteer-tabs .solid-btn {
    margin-top: 0.7rem; 
    font-size: 21px;
    min-width: 20rem;}
  .theme-section-wrapper p.contest-tag {
    font-size: 1.6rem;
    font-weight: 400;
    color: #76aeae; }
  .theme-section-wrapper .contest-accordion a {
    color: #13527c; }
    .theme-section-wrapper .contest-accordion a:hover, .theme-section-wrapper .contest-accordion a:focus {
      color: #0d6d8c; }

.theme-collapse {
  padding-right: 0; }

.theme-sidebar .submit-banner {
  border-radius: .5rem;
  padding: 3rem 3rem;
  text-align: left;
  border-top: 0.4rem solid #0d6d8c;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1); }
  .theme-sidebar .submit-banner h3 {
    font-size: 2.8rem;
    color: #0d6d8c;
    margin: 0;
    padding-bottom: 3rem; }
.theme-sidebar .creative {
  margin-top: 5rem; }

  ol.long-listing {
    padding: 0 0 0 18px;
    /* font-size: 16px; */
    font-size: 1.5rem;
    font-weight: 400;
    color: #525c65;
}
ol.long-listing > li {
    padding: 0 0 6px 10px;
}
.theme-topics {
  padding-right: 8rem; }
  .theme-topics ul.topics-list {
    list-style: none;
    padding: 0; }
    .theme-topics ul.topics-list li {
      border-bottom: .1rem solid #ebebeb;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .theme-topics ul.topics-list li h4 {
        font-size: 1.8rem;
        color: #13527c; }
      .theme-topics ul.topics-list li p {
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 400;
        color: #525c65; }

.theme-collapse {
  padding-right: 8rem; }
.contest-page .theme-collapse {
  padding-right: 3rem; }
  .theme-collapse .guidelines-list {
    list-style: none;
    padding-left: 0; }
    .theme-collapse .guidelines-list li {
      padding-left: 4rem;
      font-weight: 400;
      position: relative;
      padding-bottom: 2rem;
      line-height: 1.4;
      border-left: 0.1rem solid #0d6d8c; }
      .theme-collapse .guidelines-list li:before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #0d6d8c;
        left: -.5rem;
        top: .5rem; }
      .theme-collapse .guidelines-list li:last-child {
        padding-bottom: 0; }
        .theme-collapse .guidelines-list li:last-child:before {
          display: none; }
  .theme-collapse .card {
    border: none; }
    .theme-collapse .card .card-header {
      padding: 0;
      background: transparent;
      border: none; }
      .theme-collapse .card .card-header h2 button.btn-link {
        display: block;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.4rem;
        color: #0d6d8c;
        margin: 0;
        padding-bottom: 1.5rem; }
        .theme-collapse .card .card-header h2 button.btn-link:hover, .theme-collapse .card .card-header h2 button.btn-link:focus {
          text-decoration: none; }
        .theme-collapse .card .card-header h2 button.btn-link .im.im-minus {
          display: inline-block; }
        .theme-collapse .card .card-header h2 button.btn-link .im.im-plus {
          display: none; }
        .theme-collapse .card .card-header h2 button.btn-link.collapsed .im.im-minus {
          display: none; }
        .theme-collapse .card .card-header h2 button.btn-link.collapsed .im.im-plus {
          display: inline-block; }
        .theme-collapse .card .card-header h2 button.btn-link i {
          font-size: 1.2rem; }
        .theme-collapse .card .card-header h2 button.btn-link.collapsed .hide-details {
          display: none; }
        .theme-collapse .card .card-header h2 button.btn-link.collapsed .title {
          display: inline-block; }
        .theme-collapse .card .card-header h2 button.btn-link .hide-details {
          display: inline-block; }
        .theme-collapse .card .card-header h2 button.btn-link .title {
          display: none; }
    .theme-collapse .card h3 {
      text-transform: uppercase;
      font-size: 1.4rem;
      color: #0d6d8c;
      margin: 0;
      padding-bottom: 1.5rem; }

/*-----------Speakers Page------------*/
.speakers-box {
  border-radius: .5rem;
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
  .speakers-box:hover {
    box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.15); }
  .speakers-box .speaker-image {
    border-radius: .6rem;
    overflow: hidden; }
  .speakers-box .speaker-content {
    padding: 1rem 1.5rem; }
    .speakers-box .speaker-content h3 {
      font-size: 1.2rem;
      margin-bottom: 0;
      text-align: center; }
      .speakers-box .speaker-content h3 a {
        color: #13527c; }
    .speakers-box .speaker-content p {
      margin-bottom: 0;
      font-style: italic;
      color: #acacac;
      font-weight: 400; }

   .speakers-btn>button {
	border: none;
	background-color: transparent;
	}
	.speakers-btn {
	text-align: center;
	padding-bottom: 40px;
	}
  .pagination-section.pb-lg {
    padding-bottom: 5rem;
  }
.festival-boxes {
  flex-wrap: wrap; }

.video-player {
  background: #0d6d8c;
  padding: 1rem; }
  .video-player .embed-responsive {
    height: 100%; }
  .video-player ul.play-list {
    list-style: none;
    padding: 0;
    overflow: auto;
    max-height: 41.1rem;
    background: #13527c; }
    .video-player ul.play-list li {
      padding: 1.5rem 2rem;
      font-size: 1.2rem;
      border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); }
      .video-player ul.play-list li a {
        color: #ffffff;
        display: block; }
        .video-player ul.play-list li a span {
          display: block; }
        .video-player ul.play-list li a img {
          float: left;
          max-width: 8rem;
          margin-right: 1rem; }
      .video-player ul.play-list li.active {
        border-left: 0.4rem solid #76aeae;
        background: rgba(0, 0, 0, 0.1); }
      .video-player ul.play-list li h4 {
        font-size: 1.3rem; }

/*------------Pagination------------*/
.pagination-section .pagination li.page-item {
  padding: 0 .4rem; }
  .pagination-section .pagination li.page-item a {
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #13527c;
    border: .2rem solid transparent;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in; }
    .pagination-section .pagination li.page-item a.active, .pagination-section .pagination li.page-item a:hover {
      border-color: #0d6d8c;
      text-decoration: none; }
  .pagination-section .pagination li.page-item.prev a, .pagination-section .pagination li.page-item.next a {
    width: auto;
    padding: 0 1rem;
    border-radius: 2rem;
    text-transform: uppercase;
    border-color: #13527c; }
    .pagination-section .pagination li.page-item.prev a.active, .pagination-section .pagination li.page-item.prev a:hover, .pagination-section .pagination li.page-item.next a.active, .pagination-section .pagination li.page-item.next a:hover {
      border-color: #13527c;
      text-decoration: none; }
.pagination-section .pagination li.popover-pagination {
  position: relative; }
  .pagination-section .pagination li.popover-pagination.popover-active a {
    border-color: #13527c; }
  .pagination-section .pagination li.popover-pagination.popover-active .popover-open {
    display: table; }
    .pagination-section .pagination li.popover-pagination.popover-active .popover-open ul li a:hover {
      background: rgba(0, 0, 0, 0.2);
      color: #13527c; }
  .pagination-section .pagination li.popover-pagination .popover-items {
    position: absolute;
    width: 10rem;
    display: none;
    left: 50%;
    bottom: -2rem;
    transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%); }
    .pagination-section .pagination li.popover-pagination .popover-items:before {
      content: '';
      width: 0;
      height: 0;
      left: calc(50% - 4px);
      top: -5px;
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 5px solid #525c65; }
    .pagination-section .pagination li.popover-pagination .popover-items ul {
      list-style: none;
      padding: 0;
      background: #525c65;
      border-radius: .5rem;
      overflow: hidden; }
      .pagination-section .pagination li.popover-pagination .popover-items ul li a {
        width: 100%;
        height: auto;
        border: none;
        color: #ffffff;
        padding: 0.5rem;
        border-radius: 0; }

/*-----------Single Speakers Page-----------*/
.single-speaker-section {
  text-align: center; }

.single-speakers-box .speaker-image {
  border-radius: .6rem;
  overflow: hidden;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
.single-speakers-box .speaker-content h3 {
  text-transform: uppercase;
  color: #0d6d8c;
  font-size: 2rem;
  margin-bottom: 0; }
.single-speakers-box .speaker-content p {
  font-size: 1.4rem;
  font-weight: 400; }
  .single-speakers-box .speaker-content p.designation {
    font-weight: 400;
    font-style: italic; }
.single-speakers-box .share-icons {
  list-style: none;
  padding: 2rem 0;
  text-align: center;
  border-top: .1rem solid #eeeeee;
  border-bottom: .1rem solid #eeeeee; }
  .single-speakers-box .share-icons li {
    display: inline-block;
    vertical-align: middle; }
    .single-speakers-box .share-icons li a {
      width: 4rem;
      display: block;
      color: #13527c; }
      .single-speakers-box .share-icons li a:hover {
        color: #0d6d8c; }
      .single-speakers-box .share-icons li a i {
        line-height: 4rem;
        font-size: 1.8rem; }
    .single-speakers-box .share-icons li.share-tag {
      font-weight: 500;
      color: #525c65; }

.speaker-slider.owl-carousel .item {
  padding-bottom: 1rem;
  padding-top: 1rem; }
.speaker-slider.owl-carousel .owl-nav {
  display: table;
  margin: 0 auto;
  margin-top: 3rem; }
  .speaker-slider.owl-carousel .owl-nav button {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: #0d6d8c;
    color: #ffffff;
    font-size: 2.2rem;
    margin-right: 1rem; }
    .speaker-slider.owl-carousel .owl-nav button:focus {
      outline: none;
      box-shadow: none; }
    .speaker-slider.owl-carousel .owl-nav button:last-child {
      margin-right: 0; }

/*-------------Heritage Event-------------*/
.heritage-event-box {
  padding: 2rem;
  border-radius: 0.6rem;
  text-align: center;
  height: 100%;
  border: .4rem solid transparent;
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1); }
  .heritage-event-box:hover, .heritage-event-box:focus {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3); }
  .heritage-event-box .heritage-image {
    padding-bottom: 1.5rem;
    border-bottom: .1rem solid #eee; }
  .heritage-event-box h3 {
    font-size: 1.8rem;
    font-weight: 400;
    padding-top: 1.5rem;
    margin-bottom: 0; }
    .heritage-event-box h3 a {
      color: #525c65; }
  .heritage-event-box p.venue {
    color: #959595;
    font-weight: 400; }
  .heritage-event-box p.date {
    color: #545454;
    font-weight: 400; }
  .heritage-event-box p.caption {
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 2rem; }
    .heritage-event-box p.caption.mobile-device-caption {
      display: none; }
    .heritage-event-box p.caption a {
      float: right;
      font-size: 1.4rem;
      color: #0d6d8c; }

.heritage-event-box-wrapper:nth-child(1n) .heritage-event-box {
  border-color: #bc2857; }
.heritage-event-box-wrapper:nth-child(2n) .heritage-event-box {
  border-color: #5fc5c5; }
.heritage-event-box-wrapper:nth-child(3n) .heritage-event-box {
  border-color: #fcd395; }
.heritage-event-box-wrapper:nth-child(4n) .heritage-event-box {
  border-color: #ef6463; }

/*-----------Review Page-----------*/
.review-box-wrapper {
  margin-bottom: 6rem; }
  .review-box-wrapper .review-box {
    position: relative;
    border-radius: 0.5rem;
    height: 100%;
    padding: 2rem 0;
    border-top: .4rem solid;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1); }
    .review-box-wrapper .review-box .review-image {
      max-width: 8rem;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      top: -6rem; }
    .review-box-wrapper .review-box .review-content {
      text-align: center; }
      .review-box-wrapper .review-box .review-content p {
        padding: 2rem;
        padding-top: 0;
        padding-bottom: 3rem;
        margin: 0;
        font-weight: 400; }
      .review-box-wrapper .review-box .review-content .review-footer {
        padding-top: 1.5rem;
        border-top: .1rem solid #eeeeee; }
        .review-box-wrapper .review-box .review-content .review-footer h4 {
          text-transform: uppercase;
          margin: 0;
          padding-bottom: 1rem; }
        .review-box-wrapper .review-box .review-content .review-footer h5 {
          margin-bottom: 0; }
  .review-box-wrapper:nth-child(1n) .review-box {
    border-color: #00bff0; }
  .review-box-wrapper:nth-child(4n - 2) .review-box {
    border-color: #fcd395; }
  .review-box-wrapper:nth-child(4n - 1) .review-box {
    border-color: #5fc5c5; }
  .review-box-wrapper:nth-child(4n) .review-box {
    border-color: #ef6e7e; }

/*------------Delegate Page-----------*/
.delegate-header-wrapper {
  position: relative; }
  .delegate-header-wrapper .header-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #ffffff;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .delegate-header-wrapper .header-content .date {
      font-size: 1.6rem;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 1rem; }
    .delegate-header-wrapper .header-content h2 {
      font-size: 4.2rem;
      font-weight: 600;
      margin-bottom: 0;
      padding-bottom: 1.5rem;
      font-family: "Playfair Display", serif; }
    .delegate-header-wrapper .header-content p {
      font-size: 1.6rem;
      margin-bottom: 0; }

.owl-carousel.delegate-slider .item {
  padding: 1rem; }
.owl-carousel.delegate-slider .delegate-include-box {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  .owl-carousel.delegate-slider .delegate-include-box .deleagate-include-image {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    overflow: hidden; }
  .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content {
    display: block;
    padding: 2.5rem; }
    .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content a {
      display: block;
      font-weight: 400;
      font-size: 1.4rem;
      color: #13527c; }
      .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content a i {
        float: right;
        color: #0d6d8c; }
.owl-carousel.delegate-slider .owl-dots {
  display: table;
  margin: 0 auto;
  padding-top: 3rem; }
  .owl-carousel.delegate-slider .owl-dots button {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: .5rem;
    background: #0d6d8c;
    border: 0.1rem solid #0d6d8c; }
    .owl-carousel.delegate-slider .owl-dots button:focus {
      outline: none;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
    .owl-carousel.delegate-slider .owl-dots button.owl-dot.active {
      background: transparent; }
    .owl-carousel.delegate-slider .owl-dots button:last-child {
      margin-right: 0; }

.pricing-list-wrapper ul.day-booking {
  list-style: none;
  padding: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .pricing-list-wrapper ul.day-booking li {
    display: table;
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 1.5rem; }
    .pricing-list-wrapper ul.day-booking li .day-booking-box {
      overflow: hidden;
      border-radius: .5rem;
      box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
      .pricing-list-wrapper ul.day-booking li .day-booking-box .title {
        background: #13527c;
        padding: 1.2rem;
        color: #13527c;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 2rem; }
      .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing {
        background: #ffffff;
        padding: 3rem 1rem;
        font-size: 2.6rem;
        font-weight: 400;
        color: #13527c; }
      .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing a {
		display: table;
		margin: 0 auto;
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3.2rem;
		border-radius: 50%;
		background: #eeeeee;
		color: #13527c;
	  }
      .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing a i {
		margin-top: .7rem;
		font-size: 1.4rem;
	  }
    .pricing-list-wrapper ul.day-booking li:nth-child(1n) .day-booking-box .title {
      background: #00bff0; }
    .pricing-list-wrapper ul.day-booking li:nth-child(2n) .day-booking-box .title {
      background: #fcd395; }
    .pricing-list-wrapper ul.day-booking li:nth-child(3n) .day-booking-box .title {
      background: #5fc5c5; }
    .pricing-list-wrapper ul.day-booking li:nth-child(4n) .day-booking-box .title {
      background: #ef6e7e; }
    .pricing-list-wrapper ul.day-booking li:nth-child(5n) .day-booking-box .title {
      background: #00bff0; }
.pricing-list-wrapper .last-day-pricing {
  background: #13527c;
  color: #a3d9d8;
  padding: 2rem;
  height: 100%;
  border-radius: .5rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  .pricing-list-wrapper .last-day-pricing h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  .pricing-list-wrapper .last-day-pricing p {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.8rem; }
  .pricing-list-wrapper .last-day-pricing .pricing {
    font-size: 2.8rem;
    font-weight: 400; }
    .pricing-list-wrapper .last-day-pricing .pricing small {
      font-size: 1.6rem; }
.pricing-list-wrapper .pricing-cta {
  background: #ffffff;
  border-radius: .5rem;
  padding: 2.4rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  .pricing-list-wrapper .pricing-cta h3 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #13527c; }
  .pricing-list-wrapper .pricing-cta p {
    margin-bottom: 0; }
  .pricing-list-wrapper .pricing-cta a.nav-link {
    font-size: 1.5rem;
    padding: 1.5rem 1.8rem; }
.pricing-list-wrapper .page-title {
  font-size: 3.2rem; }

/*-----------Hotels CTA-----------*/
.festival-hotels-cta {
  background: url("../jlf-images/festival-hotes-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .festival-hotels-cta h2 {
    font-size: 4.8rem;
    color: #ffffff;
    font-weight: 600;
    font-family: "Playfair Display", serif; }
  .festival-hotels-cta p {
    color: #ffffff;
    font-size: 1.6rem; }

.prev-delegates-section .review-box-wrapper {
  margin-bottom: 0; }

/*--------Registration Page-------*/
.registration-box {
  padding: 2rem;
  border-radius: 0.6rem;
  height: 100%;
  border: .4rem solid transparent;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1); }
  .registration-box h3 {
    font-size: 2.4rem;
    font-weight: 300; }
    .registration-box h3 .mobile-pricing {
      display: none; }
  .registration-box .registration-label {
    font-weight: 600;
    font-size: 1.4rem;
    padding-top: .4rem;
    color: #15c26b; }
  .registration-box .reg-btn-mob {
    display: none; }

/*----------Volunteer Page-----------*/
.nav-tabs.volunteer-tabs {
  background: #f9f9f9;
  border: none;
  padding: 0 5rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15); }
  .nav-tabs.volunteer-tabs .nav-link {
    padding: 2.2rem 1.2rem;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #13527c;
    border-radius: 0;
    border-right: .1rem solid #eeeeee; }
    .nav-tabs.volunteer-tabs .nav-link:last-child {
      border-right: none; }
    .nav-tabs.volunteer-tabs .nav-link span {
      display: block;
      text-transform: none;
      font-size: 1.3rem;
      font-weight: 600; }

    .nav-tabs.volunteer-tabs .nav-link img {
      padding-right: 1rem;
      filter: grayscale(50%);
      -webkit-filter: grayscale(50%);
      -moz-filter: grayscale(50%); }
    .nav-tabs.volunteer-tabs .nav-link.active {
        color: #02b4e2;
        font-weight: 500;
        background-color: #f0f0f0;
       }
      .nav-tabs.volunteer-tabs .nav-link.active img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0); }

.volunteer-tabs-content {
  padding: 4rem 5rem; }
  .volunteer-tabs-content .tab-pane h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #0d6d8c; }
  .volunteer-tabs-content .tab-pane p {
    margin-bottom: 2.2rem; }

.volunteer-page .theme-section-wrapper {
  padding: 0;
  padding-top: 10rem; }
.volunteer-page #terms-condtions ul {
  line-height: 2; }

.modal-open .modal.course-modal {
  padding-right: 0 !important; }
  .modal-open .modal.course-modal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem; }
    .modal-open .modal.course-modal .modal-dialog .modal-header {
      border-bottom: none; }
      .modal-open .modal.course-modal .modal-dialog .modal-header button.close {
        background: #0d6d8c;
        color: #ffffff;
        width: 4rem;
        height: 4rem;
        opacity: 1;
        font-size: 2rem; }
    .modal-open .modal.course-modal .modal-dialog .modal-content {
      min-height: 100%; }
      .modal-open .modal.course-modal .modal-dialog .modal-content p strong {
        font-weight: 500; }
      .modal-open .modal.course-modal .modal-dialog .modal-content .col-lg-8 h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        text-decoration: underline; }

/*------------Hotel Page-----------*/
.hotels-section .hotel-box {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1); }
  .hotels-section .hotel-box .hotel-image {
    position: relative; }
    .hotels-section .hotel-box .hotel-image img {
      width: 100%; }
  .hotels-section .hotel-box .price-box {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff; }

    .hotel-info-wrapper .price-box p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    }

    .hotel-info-wrapper .price-box {
    text-align: right;
    }

    .hotels-section .hotel-box .price-box small {
      display: block;
      font-size: 1.2rem; }
  .hotels-section .hotel-box .hotel-content {
    padding: 1.8rem;
    font-weight: 400;
    position: relative; }
    .hotels-section .hotel-box .hotel-content h3 {
      font-size: 2rem;
      color: #13527c; }
    .hotels-section .hotel-box .hotel-content p {
      margin-bottom: 0; }
    .hotels-section .hotel-box .hotel-content a.btn.solid-btn {
      position: absolute;
      right: 1.8rem;
      top: 1.8rem;
      padding: 1rem 2.5rem;
      min-width: auto;
      color: #a3d9d8;
      /*remove*/
      /*pointer-events: none;
      opacity: .65; */}

      .hotels-section .hotel-box .hotel-content a.btn.solid-btn:hover {
        color: #13527c; }

      .hotel-info-wrapper .hotel-content a.btn.solid-btn.virtual-tour {
      position: static !important;
      margin-top: 10px;
      }
      .hotels-section .hotel-box .hotel-content.trpj-content>p {
        margin: 0 0 10px;
      }

/*----------Programme Page---------*/
.programme-section-wrapper {
  padding-top: 8rem;
  position: relative;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1); }
  .programme-section-wrapper .side-tag {
    position: absolute;
    left: 0;
    top: 3rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem;
    padding-left: 4.5rem;
    padding-right: 2rem;
    text-transform: uppercase;
    background: #0d6d8c;
    background: -moz-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: -webkit-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: linear-gradient(to right, #02b3e4 0%, #02ccba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b3e4', endColorstr='#02ccba',GradientType=1 ); }
    .programme-section-wrapper .side-tag:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 3.1rem solid #02cabc;
      border-right: 3rem solid transparent;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%); }
  .programme-section-wrapper .nav-tabs.volunteer-tabs {
    padding: 0 4rem; }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item select {
      height: 100%;
      border: none;
      text-transform: uppercase;
      color: #13527c;
      border-right: .1rem solid #eeeeee;
      background: transparent; 
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item select option {
    color: #02b4e2;
    color: #13527c; 
  }

.program-btn a.prg-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #0d6d8c;
    background: -moz-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: -webkit-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: linear-gradient(to right, #02b3e4 0%, #02ccba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b3e4', endColorstr='#02ccba',GradientType=1 );
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*a.prg-btn:hover {
    border-color: #02b3e4;
    background: transparent;
    color: #02b3e4;
}
*/
.program-btn {
    position: absolute;
    right: 30px;
    top: 12px;
}
  .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item select:hover,
  .programme-section-wrapper ul#volunteerTab li:first-child:hover i {
    color: #02b4e2;
  }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item .btn.solid-btn {
      min-width: 12rem;
      margin-top: 1rem; }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item .nav-link {
         padding: 21px 20px 10px;
    height: 100%;
    }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item a#baithak-tab {
    padding-top: 2.2rem;
  }
  .yt-video-section .header-section.col-md-12>strong {
      margin-bottom: 20px !important;
      display: block;
  }
    ul#volunteerTab .nav-link span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    }
    .programme-section-wrapper  ul#volunteerTab li:first-child {
      position: relative;
    }
   .programme-section-wrapper  ul#volunteerTab li:first-child i {
      position: absolute;
      top: 26px;
      right: 20px;
    }
  .nav-tabs.volunteer-tabs .nav-link:hover {
    color: #02b4e2; 

  }
  a#baithak-tab span.menu-space {
    display: none;
}
  .programme-row-header .venue-wrapper i {
    display: none;
  }
  ul#volunteerTab li.active .nav-link span {
    font-weight: 500;
  }
  .programme-row-header .venue-wrapper {
    font-weight: 500;
    color: #0d6d8c;
  }
  .programme-row-header .venue-wrapper br {
    display: none;
  }
  .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item:last-child:nav-link {
      border-right: none; }
  .programme-section-wrapper .programme-row {
    margin-top: 3rem;
       box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);}
    .programme-section-wrapper .programme-row:nth-child(2n) {
      background: #f9f9f9; }
    .programme-section-wrapper .programme-row .programme-row-header {
      padding: 1rem 5rem;
      border-bottom: .1rem solid #eee;
      font-size: 1.4rem;
      font-weight: 400; }
      .programme-section-wrapper .programme-row .programme-row-header .venue-wrapper span {
        font-weight: 500;
        color: #13527c; }
        .programme-section-wrapper .programme-row .programme-row-header .venue-wrapper span:nth-child(2) {
          font-weight: 300; }
      .programme-section-wrapper .programme-row .programme-row-header i {
        font-size: 1.4rem;
        color: #0d6d8c;
        margin-right: 0.5rem;
        vertical-align: middle; }
    .programme-section-wrapper .programme-row .programme-row-body {
      padding: 1rem 5rem;
      cursor: pointer; }
      .programme-section-wrapper .programme-row .programme-row-body h3 {
        color: #0d6d8c;
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: .04rem;
        margin-bottom: 0; }
      .programme-section-wrapper .programme-row .programme-row-body p {
        font-weight: 400;
        margin-bottom: 1rem;
        padding-left: 0; 
      }
      p.present-change {
      color: red;
      font-style: italic;
      }
        .programme-section-wrapper .programme-row .programme-row-body p.presented-by {
          font-weight: 500;
          color: #0d6d8c; }
        .programme-section-wrapper .programme-row .programme-row-body p.keynote strong {
          color: #0d6d8c; }
        .programme-section-wrapper .programme-row .programme-row-body p:last-child {
          margin-bottom: 0; }
        .programme-section-wrapper .programme-row .programme-row-body p a {
          color: #13527c; }
          .programme-section-wrapper .programme-row .programme-row-body p a:hover {
            color: #0d6d8c; }
      .programme-section-wrapper .programme-row .programme-row-body .video-link {
        font-size: 1.2rem;
        font-weight: 500;
        color: #0d6d8c;
        line-height: 1;
        margin-left: 2rem;
        display: table;
        margin-bottom: .5rem;
        text-transform: uppercase; }
        .programme-section-wrapper .programme-row .programme-row-body .video-link i {
          font-size: 1.2rem;
          vertical-align: middle; }
  .programme-section-wrapper .tab-pane {
    padding: 0 4rem;
    padding-bottom: 3rem; }
  .programme-section-wrapper .collapse-content {
    padding: 1rem 5rem;
    border-top: .1rem solid #eeeeee; }
    .programme-section-wrapper .collapse-content p:last-child {
      margin-bottom: 0; }
    .programme-section-wrapper .collapse-content p a {
      color: #13527c; }
      .programme-section-wrapper .collapse-content p a:hover {
        color: #0d6d8c; }

/*-----------Archive Page----------*/
.archive-box-wrapper {
  padding: 4rem 2rem; }

.archive-page ul.nav-tabs {
  background: #f9f9f9;
  border: none;
  padding: 0 4rem;
  padding-left: 1rem;
  box-shadow: 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
  .archive-page ul.nav-tabs li {
    border-right: .1rem solid #eeeeee; }
    .archive-page ul.nav-tabs li:last-child {
      border-right: none; }
  .archive-page ul.nav-tabs select {
    height: 100%;
    border: none;
    padding: 2.4rem 3rem;
    text-transform: uppercase;
    color: #13527c;
    background: transparent; }
    .archive-page ul.nav-tabs select:focus {
      outline: none; }
  .archive-page ul.nav-tabs .btn.solid-btn {
    margin-top: 1rem; }
.archive-page .archive-box .archive-image {
  border-radius: .6rem;
  overflow: hidden;
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in; }
  .archive-page .archive-box .archive-image:hover, .archive-page .archive-box .archive-image:focus {
    border-radius: 0; }
.archive-page .archive-box .archive-cont h3 {
  font-size: 1.6rem;
  padding-top: 1rem;
  margin-bottom: 0; }
  .archive-page .archive-box .archive-cont h3 a {
    color: #525c65;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in; }
    .archive-page .archive-box .archive-cont h3 a:hover, .archive-page .archive-box .archive-cont h3 a:focus {
      color: #13527c; }
.archive-page .archive-box .archive-cont p {
  color: #acacac;
  font-style: italic;
  margin-bottom: 0; }

/*----------Video Page----------*/
.yt-video-embed {
  border-radius: .4rem;
  margin-bottom: 10rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.3); }

.yt-videos-wrapper h3 {
  padding-bottom: 1.5rem;
  margin: 0;
  color: #13527c; }
  .yt-videos-wrapper h3 a {
    display: inline-block;
    float: right;
    color: #13527c; }
    .yt-videos-wrapper h3 a i {
      font-size: 2.2rem; }
.yt-videos-wrapper .yt-video-box {
  border-radius: .5rem;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  .yt-videos-wrapper .yt-video-box .yt-video-cont {
    padding: 1rem; }
    .yt-videos-wrapper .yt-video-box .yt-video-cont h3 {
      font-size: 1.4rem;
      line-height: 1.4;
      padding-bottom: 0.5rem; }
    .yt-videos-wrapper .yt-video-box .yt-video-cont p {
      font-size: 1.2rem;
      font-weight: 400;
      color: #76aeae; }

.yt-videos-sidebar {
  background: #ffffff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
  .yt-videos-sidebar h2 {
    padding: 2rem;
    margin: 0;
    color: #13527c; }
  .yt-videos-sidebar .accordion {
    border: none; }
    .yt-videos-sidebar .accordion .card {
      border: none;
      margin-bottom: -.1rem;
      border-bottom: .1rem solid #eeeeee;
      border-top: .1rem solid #eeeeee; }
      .yt-videos-sidebar .accordion .card .card-body {
        padding: 2rem;
        padding-top: 0; }
        .yt-videos-sidebar .accordion .card .card-body ul {
          list-style: none;
          padding: 0; }
          .yt-videos-sidebar .accordion .card .card-body ul li {
            font-weight: 500;
            padding-bottom: 1rem; }
            .yt-videos-sidebar .accordion .card .card-body ul li:last-child {
              padding-bottom: 0; }
            .yt-videos-sidebar .accordion .card .card-body ul li label.form-check-label {
              position: relative;
              display: block; }
              .yt-videos-sidebar .accordion .card .card-body ul li label.form-check-label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: .1rem solid #dddddd;
                width: 2rem;
                height: 2rem;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 1rem; }
            .yt-videos-sidebar .accordion .card .card-body ul li input {
              display: none; }
              .yt-videos-sidebar .accordion .card .card-body ul li input:checked + label.form-check-label:after {
                content: '';
                display: block;
                position: absolute;
                top: .8rem;
                left: .6rem;
                width: .8rem;
                height: .8rem;
                background: #76aeae;
                border-radius: 50%; }
  .yt-videos-sidebar .card-header {
    padding: 0;
    background: #ffffff;
    border: none; }
    .yt-videos-sidebar .card-header h3 button {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.4rem;
      font-weight: 500;
      color: #0d6d8c; }
      .yt-videos-sidebar .card-header h3 button:hover, .yt-videos-sidebar .card-header h3 button:focus {
        text-decoration: none; }

/*-----------Partners Page----------*/
.partners-row a {
  margin-left: -.1rem;
  margin-bottom: -.1rem;
  display: inline-block;
  max-width: 17rem; }

/*----------FAQs Page---------*/
.faqs-wrapper .card {
  margin-bottom: 2rem;
  border: none; }
  .faqs-wrapper .card .card-header {
    padding: 0;
    border: none;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1); }
    .faqs-wrapper .card .card-header button {
      display: block;
      width: 100%;
      text-align: left;
      text-transform: none;
      font-size: 1.8rem;
      color: #a3d9d8;
      background: #13527c;
      font-weight: 400; }
      .faqs-wrapper .card .card-header button:hover, .faqs-wrapper .card .card-header button:focus {
        text-decoration: none; }
  .faqs-wrapper .card .card-body {
    padding: 2rem; }
    .faqs-wrapper .card .card-body p {
      margin-bottom: 1rem; }
      .faqs-wrapper .card .card-body p:last-child {
        margin-bottom: 0; }
      .faqs-wrapper .card .card-body p strong {
        font-weight: 500;
        color: #0d6d8c; }
    .faqs-wrapper .card .card-body ul.social-share {
      margin-top: 1.5rem; }
      .faqs-wrapper .card .card-body ul.social-share li {
        display: inline-block;
        margin-right: 0.6rem; }
        .faqs-wrapper .card .card-body ul.social-share li a {
          width: 3rem;
          height: 3rem;
          line-height: 3.4rem;
          border-radius: 50%;
          display: block;
          text-align: center;
          background: #13527c;
          color: #ffffff; }
          .faqs-wrapper .card .card-body ul.social-share li a i {
            font-size: 1.2rem; }
          .faqs-wrapper .card .card-body ul.social-share li a:hover {
            background: #0d6d8c; }
    .faqs-wrapper .card .card-body .article-review {
      font-size: 1.4rem;
      font-weight: 400;
      margin-top: 1.5rem; }
      .faqs-wrapper .card .card-body .article-review span {
        margin-right: 3rem;
        color: #13527c; }
      .faqs-wrapper .card .card-body .article-review a {
        padding: .8rem 1.5rem;
        border: 0.1rem solid #13527c;
        border-radius: .4rem;
        color: #13527c;
        line-height: 1;
        margin-right: 1.5rem; }
        .faqs-wrapper .card .card-body .article-review a i {
          font-size: 1.2rem;
          margin-right: .5rem;
          vertical-align: middle; }
    .faqs-wrapper .card .card-body .article-review-request {
      padding-top: 1rem;
      margin-top: 1rem;
      border-top: .1rem solid #eeeeee;
      font-weight: 400; }
      .faqs-wrapper .card .card-body .article-review-request a {
        color: #13527c;
        border-bottom: 0.1rem solid #13527c; }

/*-----------Blog Page-----------*/
.years-list {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  border-bottom: .1rem solid #eeeeee; }
  .years-list li {
    display: inline-block;
    padding: 0 1rem; }
    .years-list li:first-child {
      padding-left: 0; }
    .years-list li:last-child {
      padding-right: 0; }
    .years-list li a {
      font-weight: 500;
      padding: 1.8rem 0.5rem;
      padding-top: 1rem;
      display: block;
      color: #13527c;
      position: relative; }
      .years-list li a.active:after {
        content: '';
        position: absolute;
        width: 100%;
        height: .1rem;
        background: #0d6d8c;
        left: 0;
        bottom: -.1rem; }

.article-wrapper .article-image {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3); }
.article-wrapper .article-content {
  padding: 1.5rem 0.8rem;
  padding-bottom: 0; }
  .article-wrapper .article-content h3 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem; }
    .article-wrapper .article-content h3 a {
      color: #13527c;
      font-weight: 400; }
      .article-wrapper .article-content h3 a:hover {
        color: #0d6d8c;
        text-decoration: none; }
  .article-wrapper .article-content .article-meta {
    font-size: 1.2rem;
    color: #0d6d8c;
    font-weight: 400;
    padding-top: .5rem;
    line-height: 1; }
    .article-wrapper .article-content .article-meta i {
      font-size: 1.2rem;
      display: inline-block;
      vertical-align: middle; }

/*---------Single Blog Page---------*/
.single-blog-article .article-thumb {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); }
.single-blog-article .article-content h2 {
  font-weight: 400;
  margin: 0;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  color: #13527c;
  padding-top: 1.5rem;
  padding-bottom: 1rem; }
.single-blog-article .article-content .article-meta {
  font-size: 1.4rem;
  color: #0d6d8c;
  font-weight: 400;
  padding-bottom: 1rem; }
  .single-blog-article .article-content .article-meta i {
    font-size: 1.2rem;
    margin-right: .3rem;
    vertical-align: middle; }
.single-blog-article .article-meta a {
  color: #13527c; }
  .single-blog-article .article-meta a:hover {
    color: #0d6d8c; }
.single-blog-article .blog-tags {
  font-size: 1.4rem;
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: .1rem solid #eeeeee;
  border-bottom: .1rem solid #eeeeee; }
  .single-blog-article .blog-tags a {
    color: #13527c; }
    .single-blog-article .blog-tags a:hover {
      color: #0d6d8c; }
.single-blog-article .article-meta-mobile {
  display: none; }

.articles-section .share-icons {
  padding: 0;
  list-style: none; }
  .articles-section .share-icons li {
    display: table;
    margin: 0 auto;
    margin-bottom: 1.5rem; }
    .articles-section .share-icons li a {
      background: #13527c;
      color: #ffffff;
      display: block;
      width: 4.2rem;
      height: 4.2rem;
      text-align: center;
      border-radius: 50%;
      transition: .4s linear;
      -moz-transition: .4s linear;
      -webkit-transition: .4s linear; }
      .articles-section .share-icons li a i {
        font-size: 1.4rem;
        line-height: 4.2rem; }
      .articles-section .share-icons li a:hover, .articles-section .share-icons li a:focus {
        background: #0d6d8c; }

.widget.search-widget input {
  height: 5rem;
  background: #f9f9f9;
  font-size: 1.4rem;
  padding: 1rem; }
.widget.tag-title-widget {
  position: relative;
  padding-top: 5rem; }
  .widget.tag-title-widget .side-tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem;
    padding-left: 2rem;
    padding-right: 1.4rem;
    text-transform: uppercase;
    background: #13527c;
    background: -moz-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: -webkit-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: linear-gradient(to right, #13527c 0%, #0d6d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue-color', endColorstr='$blue-color',GradientType=1 ); }
    .widget.tag-title-widget .side-tag:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 3.1rem solid #0d6d8c;
      border-right: 3rem solid transparent;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%); }
.widget .related-article {
  clear: both;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: .1rem solid #eeeeee; }
  .widget .related-article .img-thumb {
    width: 30%;
    float: left;
    overflow: hidden; }
    .widget .related-article .img-thumb img {
      width: calc(100% + 25px); }
  .widget .related-article h3 {
    width: 70%;
    float: left;
    padding-left: 1rem;
    font-size: 1.8rem; }
    .widget .related-article h3 a {
      color: #13527c;
      transition: .4s ease-in;
      -moz-transition: .4s ease-in;
      -webkit-transition: .4s ease-in; }
      .widget .related-article h3 a:hover, .widget .related-article h3 a:focus {
        color: #0d6d8c; }
  .widget .related-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.widget .submit-banner {
  border-radius: .5rem;
  text-align: center;
  padding: 4rem 2.5rem;
  border-top: 0.4rem solid #0d6d8c;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1); }
  .widget .submit-banner h3 {
    font-size: 2.6rem;
    color: #0d6d8c;
    margin: 0;
    padding-bottom: 3rem; }
  .widget .submit-banner .btn.solid-btn {
    padding: 1.5rem 2rem; }
.widget .categories-list {
  max-height: 32rem;
  overflow: auto; }

.subscribe-box-spacing {
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  display: none;
  opacity: 0; }

.subscribe-box-wrapper {
  position: fixed;
  bottom: 7rem;
  left: 15rem;
  width: 35%;
  z-index: 99;
  transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  display: none;
  opacity: 0; }

.subscribe-box {
  background: rgba(118, 174, 174, 0.9);
  border-radius: .5rem;
  padding: 2.5rem;
  position: relative; }
  .subscribe-box .email-icon {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .subscribe-box .subscribe-form {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 1rem; }
  .subscribe-box i.im {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    font-size: 1.8rem;
    color: #13527c;
    cursor: pointer; }
  .subscribe-box .subscribe-form h3 {
    color: #13527c;
    font-size: 1.8rem;
    margin-bottom: 1rem; }
  .subscribe-box .subscribe-form input[type=text] {
    height: 5.6rem;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    width: 26rem;
    max-width: 100%;
    margin-right: 1.5rem;
    background: #a3d9d8;
    border: none; }
    .subscribe-box .subscribe-form input[type=text]:focus {
      outline: none;
      box-shadow: none;
      border: none; }

.press-widget {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2); }
  .press-widget .press-panel {
    display: block;
    background: #fbfbfb;
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2rem 1.5rem;
    color: #13527c; }
    .mediareg-wrap ul li {
    font-weight: 700;
    }
    .press-widget .press-panel i.im {
      font-size: 1.4rem;
      margin-left: 1.5rem; }
  .press-widget .card.card-body {
    border: none;
    border-radius: 0;
    background: #fbfbfb;
    border-top: .1rem solid #eeeeee; }
    .press-widget .card.card-body ul.press-links {
      list-style: none;
      padding: 0; }
      .press-widget .card.card-body ul.press-links li {
        padding: 1rem;
        margin-bottom: 1rem;
        border-bottom: .1rem solid #eeeeee; }
        .press-widget .card.card-body ul.press-links li a {
          color: #525c65;
          font-weight: 500;
          display: block;
          line-height: 1.5;
          font-size: 1.4rem; }
          .press-widget .card.card-body ul.press-links li a:hover, .press-widget .card.card-body ul.press-links li a:focus {
            color: #0d6d8c; }
          .press-widget .card.card-body ul.press-links li a.btn.solid-btn {
            color: #a3d9d8; }
            .press-widget .card.card-body ul.press-links li a.btn.solid-btn:hover {
              color: #13527c; }
        .press-widget .card.card-body ul.press-links li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }

.media-kit-widget {
  background: #13527c;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2); }
  .media-kit-widget h3 {
    color: #a3d9d8;
    padding: 3rem;
    margin: 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
  .media-kit-widget ul {
    list-style: none;
    padding: 0; }
    .media-kit-widget ul li a {
      display: block;
      padding: 2rem 3rem;
      font-size: 1.5rem;
      font-weight: 500;
      color: #ffffff;
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
      .media-kit-widget ul li a .media-kit-text {
        color: #76aeae; }
      .media-kit-widget ul li a span {
        font-size: 1.3rem;
        display: block;
        color: #a3d9d8;
        line-height: 1;
        padding-top: .4rem; }
      .media-kit-widget ul li a i {
        font-size: 1rem;
        width: 2.2rem;
        height: 2.2rem;
        line-height: 2rem;
        text-align: center;
        color: #76aeae;
        border: 0.2rem solid #76aeae;
        border-radius: 50%;
        opacity: 0; }
      .media-kit-widget ul li a:hover {
        background: #0d6d8c; }
        .media-kit-widget ul li a:hover i {
          opacity: 1; }

.query-info-box {
  background: #13527c;
  border-radius: .5rem;
  padding: 3.5rem; }
  .query-info-box p {
    font-weight: 400;
    color: #a3d9d8;
    font-size: 1.6rem;
    line-height: 1.4; }
  .query-info-box h3 {
    font-size: 1.6rem;
    color: #a3d9d8;
    margin-bottom: 0; }
  .query-info-box a {
    color: #a3d9d8;
    font-size: 1.5rem;
    margin-bottom: .8rem;
    display: block; }

.news-sidebar {
  padding-left: 6rem; }

.news-box .news-article {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: .1rem solid #eeeeee; }
  .news-box .news-article h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem; }
    .news-box .news-article h3 a {
      color: #13527c;
      transition: .4s ease-in;
      -moz-transition: .4s ease-in;
      -webkit-transition: .4s ease-in; }
      .news-box .news-article h3 a:hover {
        color: #0d6d8c; }
  .news-box .news-article .news-meta {
    color: #525c65;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase; }

.contact-section .form-group {
  position: relative;
  margin-bottom: 3rem; }
  .contact-section .form-group label {
    position: absolute;
    top: 1rem;
    left: 0;
    cursor: text;
    transition: .25s ease;
    -moz-transition: .25s ease;
    -webkit-transition: .25s ease;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    color: #525c65; }
.contact-section .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #0d6d8c;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #525c65; }
  .contact-section .form-control:focus, .contact-section .form-control:valid, .contact-section .form-control:not(:empty) {
    outline: none;
    box-shadow: none; }
    .contact-section .form-control:focus ~ label, .contact-section .form-control:valid ~ label, .contact-section .form-control:not(:empty) ~ label {
      color: #0d6d8c;
      top: -1.6rem; }
.contact-section textarea.form-control {
  min-height: 8rem; }
.contact-section ::-webkit-input-placeholder {
  color: #525c65; }
.contact-section ::-moz-placeholder {
  color: #525c65; }
.contact-section :-ms-input-placeholder {
  color: #525c65; }
.contact-section :-moz-placeholder {
  color: #525c65; }
.contact-section .contact-info {
  padding-top: 1rem; }
.contact-section .contact-info-row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: .1rem solid #eeeeee;
  font-weight: 400; }
  .contact-section .contact-info-row i.im {
    color: #13527c;
    font-size: 3.6rem;
    margin-right: 1rem; }
  .contact-section .contact-info-row p {
    font-size: 1.6rem;
    margin-bottom: 0; }
    .contact-section .contact-info-row p a {
      color: #525c65; }
      .contact-section .contact-info-row p a:hover {
        color: #0d6d8c; }
  .contact-section .contact-info-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }

.request-tnc .modal-body {
  padding: 3rem; }
  .request-tnc .modal-body .form-group {
    position: relative;
    margin-bottom: 3rem; }
    .request-tnc .modal-body .form-group .form-control {
      background: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #0d6d8c;
      height: 3.5rem;
      margin-bottom: 1rem;
      font-size: 1.3rem;
      color: #525c65; }
      .request-tnc .modal-body .form-group .form-control ~ label {
        font-size: 1.3rem;
        font-weight: 400;
        margin: 0;
        color: #525c65;
        position: absolute;
        left: 0;
        top: 0.8rem;
        transition: .25s ease;
        -moz-transition: .25s ease;
        -webkit-transition: .25s ease; }
      .request-tnc .modal-body .form-group .form-control:focus, .request-tnc .modal-body .form-group .form-control:valid, .request-tnc .modal-body .form-group .form-control:not(:empty) {
        outline: none;
        box-shadow: none; }
        .request-tnc .modal-body .form-group .form-control:focus ~ label, .request-tnc .modal-body .form-group .form-control:valid ~ label, .request-tnc .modal-body .form-group .form-control:not(:empty) ~ label {
          color: #0d6d8c;
          top: -1.6rem; }
    .request-tnc .modal-body .form-group textarea.form-control {
      min-height: 8rem; }
    .request-tnc .modal-body .form-group ::-webkit-input-placeholder {
      color: #525c65; }
    .request-tnc .modal-body .form-group ::-moz-placeholder {
      color: #525c65; }
    .request-tnc .modal-body .form-group :-ms-input-placeholder {
      color: #525c65; }
    .request-tnc .modal-body .form-group :-moz-placeholder {
      color: #525c65; }

    .schedule-tabs li.nav-item a i.im {
      display: none;
      height: 100%;
      line-height: 4.5rem;
    }
  .date-selector.mobile-date-selector{
    display: none !important;
  }
  .date-selector.mobile-date-selector select{
    font-size: 1.4rem;
    border: none;
    width: 100%;
    height: 4rem;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  }
a#hindi-btn:hover {
    color: #13527c !important;
    cursor:pointer;
}
/*Heritage page*/
.common-heading-title h3 {
    text-align: center;
    color: #13527c;
    position: relative;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-family: "Playfair Display", serif;
}
.common-heading-title {
    padding-top: 20px;
}
.heritage-info-wrapper {
    text-align: center;
}
.heritage-row .heritage-count-first {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px;
}

#session-partners .partner-row.text-center:nth-child(7)>a {
    max-width: 123px;
}

/*.slider-content-wrapper .slider-content .solid-btn {
  margin: 0 auto;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100px !important;
}*/


.slider-content-wrapper .slider-content ul > li {
    max-width: 220px;
    margin: 0 auto 25px;
    background-color: #e21689;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 10px;
    letter-spacing: 2px;
}





.slider-content-wrapper>.container {
  position: relative;
}
.slider-content.bnw-slider {
  text-align: center;
  max-width: 477px;
  margin: 145px auto 0;
}
.slider-content.bnw-slider>p {
  margin: 0;
}
.slider-content.bnw-slider>p:first-child {
    font-size: 21px;
    max-width: 456px;
    margin: 0 auto 5px;
    line-height: normal;
    color: #375281;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.bravenew-world-top .slider-content.bnw-slider>p:first-child{
  margin-bottom: 10px;
}

.slider-content.bnw-slider>p:first-child+p {
    color: #d18030;
    margin-top: 10px;
    font-size: 16px;
}





/*Digital begin */
.bravenew-world-top {
    background-color: #e3e3e3;
    position: relative;
}
.bnw-content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.bnw-content-wrap>.container>.row {
    margin-left: 0;
    margin-right: 0;
}
.bw-top-inner h1 {
    font-size: 55px;
    color: #030303;
    font-weight: 700;
    line-height: 55px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.bw-top-inner {
    padding: 0 0px 0 35px;
}
.bw-top-inner p {
    font-size: 25px;
    color: #030303;
    font-weight: 300;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.bw-btn {
    border: 1px solid #9e9c9c;
    background-color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 500;
    padding: 15px 40px;
    transition: all 0.4s;
    cursor: pointer;
    color: #030303;
    margin: 5px 0 0;
    border-radius: 4px;
    display:inline-block;
}
.bw-btn:hover,
.bw-btn:focus {
    background-color: #c03f65;
    color: #fff;
    border-color:#c03f65;
}
.bw-btn:hover i,
.bw-btn:focus i {
    padding-left: 5px;
    color: #fff;
}
.bw-btn i {
  padding-left: 10px;
  transition: all 0.4s;
  color: #030303;
}
.bw-title {
    margin: 0 0px 50px;
    font-size: 30px;
    color: #030303;
    font-weight: 400;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.session-item>.container>.row {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}
.bw-speaker-wrap {
    padding: 100px 0;
}
.bw-title:after {
    background-color: #030303;
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
}
.bw-speaker-wrap .item {
    width: 20%;
    margin: 0 0 50px;
    padding:0 15px;
}
.speaker-content h3 {
    font-size: 14px;
    color: #030303;
    font-weight: 400;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 10px 0px;
    height: 40px;
}
.session-item>.container>.row>div.session-left {
    width: 70%;
}
.session-item>.container>.row>div.session-right {
    width: 30%;
    text-align: right;
}
.bw-session-wrap {
    padding: 0 0 100px;
}
.session-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
/*.session-left-inner {
  padding: 0 0 0 25px;
}*/
.session-left-inner>p {
    margin: 0 0 5px;
}
.session-left-inner>p,
.session-left-inner>time {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
}
.session-left-inner h5 {
    font-style: italic;
    font-size: 15px;
    line-height: normal;
    color: #3551a3;
    margin: 0 0 10px;
}
.session-left h2 {
    font-size: 24px;
    color: #262626;
    font-weight: 400;
    line-height: 27px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.speaker-image {
    position: relative;
    overflow: hidden;
}
.speakers-box-dl img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item:hover .speakers-box-dl img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.bw-speaker-wrap .item:hover{
  cursor: pointer;
}
.bw-speaker-wrap .item:hover .speaker-image:after {
    opacity: 0.1;
}
.bw-speaker-wrap .item:hover .speaker-content h3 {
  color: #c03f65;
}
.speaker-content h3 {
    transition: all 0.4s;
}
.session-date {
    font-size: 14px;
    line-height: 27px;
    color: #262626;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}
/*
.bnw-banner {
    margin-top: 83px;
}
*/

/*BNW NEW*/
.evnt-top-sec {
  border-top: 1px #063758 solid;
  padding: 0 0 20px;
}
.evnt-top-sec h4 {
  background: #063758;
  color: #a6d4d3;
  padding: 1.1rem 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.evnt-top-sec h4.evnt-place {
  background-color: transparent;
  color:#632f60 !important;
}
.evnt-top-sec {
  padding: 0 0 20px;
}
.evnt-title {
  color: #b51977;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.08rem;
  padding: 0;
  margin: 0 0 10px;
  
}
.evnt-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  color: #555;
  margin: 0 0 10px;
  font-style: italic;
}
.evnt-datetimevenue {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: normal;
  color: #555;
}
.evnt-eventnote {
  font-size: 1.5rem;
  font-style: italic;
  padding: 15px 0;
}
.evntbtn-wrap .btn {
  background:#063758;
  color: #e2e2e2;
  border: 0.2rem solid #063758 !important;
  font-size: 1.4rem;
  border-radius: 0;
  font-weight: 500;
  padding: 1.4rem 3rem;
}
.evntbtn-wrap .btn:hover {
  background: transparent;
  border: 0.2rem solid #063758 !important;
  color: #063758;
}
.open-event-share.fa-stack {
  font-size: 1.8rem;
  margin: 0;
  color: #c03f65;
}
.social-bnw-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.event-share ul li a {
  font-size: 1.6rem;
  margin: 0 25px 0 0;
  color: #b51977;
}
.event-share ul li a:hover,
.open-event-share.fa-stack:hover {
  color:#063758;
}
.share-with-bnw h5 {
    margin: 0 15px 0 0;
    color: #b51977;
    font-size: 16px;
}
.video-img-wrap {
    position: relative;
}
.upcm-spkr:hover .speaker-content a {
    color: #632f60;
}
.speaker-content a {
    color: #b51977;
}
.video-img-wrap:after {
    background: url(../jlf-images/playicon.svg) top center no-repeat;
    background-size: auto 50px;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    height: 50px;
    /* opacity: 0; */
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    top: 40px;
    width: 100%;
    z-index: 100;
}
.eventitem {
    margin: 0 0 50px;
}
.speakers-tab-wrap {
    padding: 100px 0;
}
.speakers-tab-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
#allSpeakrs.container {
    padding-left: 0;
    padding-right: 0;
}
.speakers-inner-content {
    border: 1px solid #f1f1f1;
}
.nav-tabs.speakers-tab {
  border-bottom: 0;
}
.nav-tabs.speakers-tab .nav-item  .nav-link {
  border: 1px solid transparent;
  border-right-color: #969595;
  padding: 20px;
  background-color:#13527c;
  border-radius: 0;
  color: #a6d4d3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.nav-tabs.speakers-tab .nav-item .nav-link:hover,
.nav-tabs.speakers-tab .nav-item .nav-link.active{
    background-color:#063758;
    color: #e2e2e2;
}
.nav-tabs.speakers-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.nav-tabs.speakers-tab .spkr-btn-item3 .nav-link {
  border-right-color: transparent;
}
/*.nav-tabs.speakers-tab .spkr-btn-item2 .nav-link {
  background-color: #8a6788;
}
*/
.readmore-bnw {
  background-color: transparent;
  color: #063758 !important;
  border: 0;
  padding: 0 !important;
  font-style: italic;
  font-weight: 600;
  border-bottom: 1px solid #063758;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
}
.readmore-bnw:hover,
.readmore-bnw:focus {
  background-color: transparent;
  color: #b51977 !important;
  box-shadow: none;
  border-color: #b51977;
}
.evnt-open .evnt-dots {
    display: none;
}
.upcoming-spkr-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
 /* flex-wrap: wrap;*/
}
.upcoming-spkr-wrap>div {
  padding: 0 20px;
  margin-bottom: 10px;
}
.upcm-spkr img{
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.upcm-spkr a{
  overflow: hidden;
  display: block;
}
.upcm-spkr:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}



.about-page-styling .slider-content-wrapper>.container>.row>div {
  width: 100%;
  max-width: 500px;
  margin: 80px auto 50px;
  text-align: center;
}
.about-page-styling .slider-content-wrapper .slider-content .solid-btn {
    position: static;
}
.festbazar-btn .btn.solid-btn {
    padding: 5px 20px;
}
.festbazar-btn .btn.solid-btn img {
    margin-left: 10px;
}

.fixed-social-icons ul {
  margin: 0;
  padding: 0;
  background-color: #13527c;
  padding: 23px 8px 0;
  list-style: none;
  border-radius: 0 4px 4px 0px;
}
.fixed-social-icons ul li a {
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.fixed-social-icons ul li a i {
  font-size: 17px;
}
.fixed-social-icons ul li a:hover {
    color: #cecece;
}
.fixed-social-icons {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 99;
}
.partners-section .container {
    max-width: 1280px;
}
.slider-content-wrapper .slider-content a {
  margin: 0 5px;
  font-size: 1.4rem;
  padding: 1.4rem 2rem;
}
@media (min-width: 768px) {
  .evntContent.collapse {
      display: block !important;
  }
  .video-wrap {
    float: right;
  }
  .evnt-dots {
    display: none;
  }
}



@media all and (max-width: 991px) {
 /* .bnw-banner {
    margin-top: 68px;
  }*/
  .session-right .bw-btn {
      font-size: 17px;
      padding: 15px 20px;
      margin: 0;
  }
  .session-item>.container>.row>div.session-left {
      width: 74%;
      padding-right: 25px;
  }
  .session-item>.container>.row>div.session-right {
      width: 25%;
  }
}
@media all and (min-width: 768px) {
  .bnw-img-mob{
    display: none;
  }

}
@media all and (max-width: 767px) {
  .programme-section-wrapper .programme-row .programme-row-header{
    border-bottom: 0rem solid #eee;
  }
  .bnw-img-desk{
    display: none;
  }
  .session-item>.container>.row>div.session-right {
      width: 100%;
      text-align: left;
      padding-top: 20px;
  }
  .session-item>.container>.row>div.session-left {
      width: 100%;
      padding-right: 0;
  }
  .bw-speaker-wrap .item {
    width: 33.33%;
  }
  .bw-top-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .session-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .session-item>.container>.row {
    margin-right: 0;
    margin-left: 0;
  }
  .bw-top-inner {
    padding-left: 25px;
    width: 70%;
  }
  .bw-top-inner p {
    font-size: 18px;
  }
  .bw-btn {
    font-size: 20px;
    padding: 12px 25px;
  }
  .bw-session-wrap{
    padding-bottom: 30px;
  }
  .session-item:last-child {
    border-bottom: 0;
  }
  .evnt-top-sec h4.evnt-place {
    padding-left: 0;
    padding-right: 0;
  }
  .evnt-top-sec {
    padding-bottom: 25px;
  }
  .readmore-bnw {
    margin: 10px 0 30px;
  }
  .evnt-show-content{
  display: none;
  }
  .evnt-datetimevenue {
    font-size: 1.4rem;
  }
  .evnt-subtitle {
    font-size: 1.5rem;
  }
  .eventitem {
    margin-bottom:35px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 35px;
  }
  .nav-tabs.speakers-tab .nav-item .nav-link {
    font-size: 15px;
    line-height: 18px;
  }
  .speakers-tab-wrap {
    padding-bottom: 0;
  }
  .eventitem:last-child {
    border-bottom: 0;
  }
  .upcoming-spkr-wrap>div {
    padding: 0;
    width: 46%;
  }
  .upcoming-spkr-wrap{
    justify-content: space-between;
  }
  #upcomingSpeakers .social-bnw-wrap{
    margin-top:0;
  }
}
@media all and (max-width: 575px) {
  /*.bnw-banner {
      margin-top: 63px;
  }*/
  .programme-section-wrapper .jbm-tag{
    margin: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem;
    padding-right: 2rem;
    text-transform: uppercase;
    background: #0d6d8c;
    background: -moz-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: -webkit-linear-gradient(left, #02b3e4 0%, #02ccba 100%);
    background: linear-gradient(to right, #02b3e4 0%, #02ccba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b3e4', endColorstr='#02ccba',GradientType=1 ); }
}
@media all and (max-width: 480px) {
  .session-left h2 {
      font-size: 20px;
    }
    .session-item>.container>.row {
      margin-right: 0;
      margin-left: 0;
      
  }

  .session-left h2 {
      font-size: 20px;
  }

  .bw-speaker-wrap .item {
      width: 50%;
      padding: 0 7.5px;
  }
  .bw-speaker-wrap>.container>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .session-left-inner {
      padding: 0;
  }
  .session-item>.container>.row>div.session-right {
      padding-left: 0;
  }
  .bw-speaker-wrap {
      padding: 60px 0;
  }
  .bw-top-inner h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .bw-top-inner p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .bnw-logo {
      max-width: 85px;
  }
  .bw-top-inner .bw-btn {
    padding: 18px 30px;
    line-height: 20px;
    font-size: 18px;
  }
  .bw-title {
    font-size: 25px;
  }
  .nav-tabs.speakers-tab .nav-item .nav-link {
    font-size: 13px;
  }
    
}

/*Digital end */

@media only screen and (min-width: 2500px) {
  .slider-content-wrapper {
     bottom: 20rem;
  }
}

@media only screen and (max-width: 1680px) {
  .slider-content-wrapper {
     bottom: 4rem;
  }
}
@media only screen and (max-width: 1370px) {
 .slider-content-wrapper {
     bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
 .slider-content-wrapper {
     bottom: 2rem;
  }
}


@media only screen and (max-width: 767px) {
  
  .bravenew-world-top .slider-content.bnw-slider>p:first-child{
    font-size: 19px;
    margin-bottom: 5px;
  }
  .slider-content-wrapper .slider-content h2 {
    color: #13527c;
  }
  

 
}
@media only screen and (max-width: 575px) {
  .slider-content-wrapper .slider-content .solid-btn {
      top: 225px;
  }
  .online-reg-now {
  margin: 85px 0 0;
  }
  .reg-online-btn {
  padding:6px 6px;
  background-color: #ed297b;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  }
  .reg-online-btn:hover {
  background-color: #13527c;
  color: #fff;
  }

}

@media only screen and (max-width: 1880px) {
  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 26rem; } }
@media only screen and (max-width: 1440px) {
  .slider-content-wrapper .slider-content {
    padding: 5rem 6.5rem; }

  .subscribe-box .subscribe-form input[type=text] {
    width: 20rem; }

  .subscribe-box .btn.solid-btn {
    min-width: auto; }

  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 3.5rem 1.3rem;
        font-size: 1.2rem; }
  nav.navbar ul.buttons-nav li.nav-item>a {
  padding: 1rem 1rem;
  min-width: 12rem;
  font-size: 1.4rem;
  }
  nav.navbar ul.buttons-nav {
    padding-left: 0rem;
}

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 23rem; }

  .festival-bazaar-boxes {
    top: -14rem; }

  .festival-bazaar-video-wrapper {
    transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%); } }
@media only screen and (max-width: 1360px) {
 /* .slider-content-wrapper {
    top: 6rem; }*/

  .cta-section h2 {
    font-size: 3.6rem; }

  .page-title {
    font-size: 3.6rem; }

  .delegate-header-wrapper .header-content .date {
    padding-bottom: 0.5rem; }

  .delegate-header-wrapper .header-content h2 {
    font-size: 3.6rem;
    padding-bottom: 1.2rem; }

  .delegate-header-wrapper .header-content p {
    font-size: 1.5rem; }

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 20rem; }

  .page-heading h2 {
    font-size: 3.6rem; } }
@media only screen and (max-width: 1280px) {
  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 3rem 1rem; }

  nav.navbar ul.buttons-nav {
    padding-left: 0; }
    nav.navbar ul.buttons-nav .btn {
      min-width: 14rem; }

  nav.navbar ul.buttons-nav li.nav-item {
    padding: 0 1rem; }

  .btn {
    padding: 1.2rem 1.8rem; }

  .pb-lg {
    padding-bottom: 8rem; }

  .pt-lg {
    padding-top: 8rem; }

  /*.slider-content-wrapper {
    top: 5rem; }*/

  .slider-content-wrapper .slider-content {
    padding: 5rem 6rem; }

  .slider-content-wrapper .slider-content p {
    margin-bottom: 1rem; }
  .slider-content-wrapper .slider-content ul > li {
    max-width: 300px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
  }
  .slider-content-wrapper .slider-content h2 {
    font-size: 2.1rem;
  }

  .delegate-header-wrapper .header-content .date {
    font-size: 1.5rem; }

  .delegate-header-wrapper .header-content h2 {
    font-size: 3.2rem; }

  .festival-hotels-cta h2 {
    font-size: 4.2rem; }

  .review-box-wrapper .review-box {
    padding-top: 0; }

  .review-box-wrapper .review-box .review-content p {
    padding-bottom: 3rem; }

  .review-box-wrapper .review-box .review-content .review-footer {
    padding-top: 1.5rem; }

  .review-box-wrapper .review-box .review-content .review-footer h4 {
    padding-bottom: 0; }

  .review-box-wrapper .review-box .review-image {
    top: -4rem; }

  .subscribe-box-wrapper {
    width: 42%;
    bottom: 2rem; }

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 32rem; }

  .festival-bazaar-video-wrapper {
    transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%); }

  .festival-bazaar-boxes {
    top: -12rem; }

  .festival-bazaar-box ul li {
    line-height: 1.5; } }
@media only screen and (max-width: 1199px) {
  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 20rem; }

  /*.slider-content-wrapper {
    top: 3rem; }*/

  .slider-content-wrapper .slider-content p {
    margin-bottom: 2rem; }

  .slider-content-wrapper .slider-content ul li {
    padding-bottom: 2rem; }

  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 2.5rem 1.5rem; }

  .page-title {
    font-size: 3.2rem; }

  .prev-delegates-section .review-box-wrapper {
    margin-bottom: 6rem; }

  .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing {
    font-size: 2.2rem; }

  .pricing-list-wrapper .pricing-cta h3 {
    font-size: 2rem; }

  .pricing-list-wrapper .pricing-cta p {
    line-height: 1.5; }

  .pricing-list-wrapper .pricing-cta a.nav-link {
    font-size: 1.4rem;
    padding: 1.2rem 1.4rem; }

  .festival-hotels-cta h2 {
    font-size: 3.6rem; }

  .programme-section-wrapper .nav-tabs.volunteer-tabs {
    padding: 0 4rem;
    font-size: 1.2rem; }
    .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item .btn.solid-btn {
      min-width: 10rem;
      font-size: 1.3rem; }
    .programme-section-wrapper .nav-tabs.volunteer-tabs .nav-link {
      padding: 2rem 1rem; }

  .become-a-mentor-section .become-a-mentor-wrapper h3 {
    font-size: 2rem; }

  .festival-news-section .blog-list-article h3 {
    font-size: 1.4rem; }

  .festival-news-section .festival-box .image-wrapper h3 {
    font-size: 1.6rem; }

  .festival-news-section .blog-list-article h3 {
    font-size: 1.6rem; }

  .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item select {
    max-width: 10rem;
    padding-left: 1rem; }

  .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item .nav-link {
       padding: 30px 24px 10px;}

  .programme-section-wrapper .programme-row .programme-row-header, .programme-section-wrapper .collapse-content {
    padding: 1rem 4rem; }

  .programme-section-wrapper .programme-row {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .programme-section-wrapper .programme-row .programme-row-body {
    padding: 1.5rem 4rem; }

  .programme-section-wrapper .nav-tabs.volunteer-tabs {
    padding: 0; }

  .programme-section-wrapper .tab-pane {
    padding: 0; }

  .widget .submit-banner .btn.solid-btn {
    padding: 1.2rem 1.6rem; }

  .widget .submit-banner {
    padding: 3rem 2rem; }
    .widget .submit-banner h3 {
      font-size: 2rem; }
    .widget .submit-banner .btn.solid-btn {
      padding: 1.2rem 1.6rem; }

  .subscribe-box .subscribe-form input[type=text] {
    width: 18rem; }

  .subscribe-box .btn.solid-btn {
    font-size: 1.3rem;
    padding: 1.7rem 1rem; }

  .subscribe-box {
    padding: 2rem; }

  .faqs-wrapper .card .card-body .article-review span {
    margin-right: 1rem; }

  .faqs-wrapper .card .card-body .article-review a {
    padding: .8rem 1.2rem;
    margin-right: 1rem; }

  .widget .related-article h3 {
    font-size: 1.5rem; }

  .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content {
    padding: 2rem; }

  .news-box .news-article h3 {
    font-size: 2rem; }

  .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link {
    padding: 1.2rem 1rem;
    font-size: 1.2rem; }

  .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link span i.im {
    font-size: 1rem; }

  .heritage-row .heritage-right-cont img.logo {
    width: 8rem; }

  .heritage-row .heritage-right-cont h3 {
    font-size: 2rem; }

  .heritage-left-box img {
    width: 100%; }

  .heritage-row .heritage-right-cont {
    padding: 2.5rem;
    margin: 0;
    margin-top: 2rem; }

  .page-heading h4 {
    font-size: 2rem; }

  .heritage-row:nth-child(2n + 2) .heritage-left-box {
    margin-left: 0;
    margin-top: 3rem; }

  .nav-tabs.volunteer-tabs {
    padding: 0 3rem; }

  .nav-tabs.volunteer-tabs .nav-link {
    padding: 1.2rem 0.6rem;
    font-size: 1.2rem; }

  .nav-tabs.volunteer-tabs .nav-link img {
    width: 2.5rem;
    padding-right: 0.5rem; }

  .theme-section-wrapper .nav-tabs.volunteer-tabs .solid-btn {
    min-width: auto;
    font-size: 1.2rem; }

  .theme-section-wrapper .nav-tabs.volunteer-tabs .solid-btn {
    margin-top: 0;
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
   .contest-header-wrapper .header-content {
      height: 40vh;
      overflow-y: scroll;
    }
} 
@media only screen and (max-width: 767px) and (min-width: 576px) {
   .contest-header-wrapper .header-content {
      height: 29vh;
      overflow-y: scroll;
    }
} 


@media only screen and (max-width: 1024px) {
  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 24rem; }

  nav.navbar ul.buttons-nav {
    padding-left: 0; }

  .slider-content-wrapper .slider-content {
    padding: 4rem 4.2rem; }

  .slider-content-wrapper .slider-content h2 {
    font-size: 2.2rem; }

  .slider-content-wrapper .slider-content ul li {
    padding-bottom: 1.5rem; }

  .slider-content-wrapper .slider-content ul li i {
    font-size: 2rem; }

  .slider-content-wrapper .slider-content p {
    margin-bottom: 1rem; }

  .about-twa-section .about-twa {
    padding: 3rem 3.5rem; }

  .delegate-header-wrapper .header-content h2 {
    font-size: 3.6rem; }

  .delegate-header-wrapper .header-content p {
    font-size: 1.4rem;
    line-height: 1.5; }

 /* .slider-content-wrapper {
    top: 6rem; }*/

  .cta-section h2 {
    font-size: 3.2rem; }

  .become-a-mentor-section .become-a-mentor-wrapper h3 {
    font-size: 2rem; }

  .festival-news-section .blog-list-article h3 {
    font-size: 1.8rem; }

  nav.navbar ul.buttons-nav .btn {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
    min-width: 12rem; }

  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 2.5rem 1rem;
    font-size: 1.3rem; }

  nav.navbar ul.buttons-nav li.nav-item {
    padding: 0 1.5rem; }

  .session-review-section .review-slider .review-box .review-content {
    padding: 0; }

  .heritage-row.pt-lg {
    padding-top: 5rem; }

  .festival-news-section .festival-box-wrapper {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 1rem;
    margin-top: 5rem; } }
@media only screen and (max-width: 991px) {
  nav.navbar ul.navbar-nav .mega-menu-wrapper .container {
    max-width: 100%; }

  nav.navbar {
    padding-left: 3rem;
    padding-right: 3rem; }

  .footer-widget {
    margin-bottom: 2rem; }

  footer.footer h4 {
    padding-bottom: 1rem; }

  .pricing-list-wrapper ul.day-booking li .day-booking-box .title {
    padding: 0.6rem 0.5rem;
    font-weight: 400;
    font-size: 1.6rem; }

  .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing {
    font-size: 1.7rem;
    padding: 2rem 0.5rem; }

 /* .slider-content-wrapper {
    position: absolute;
    top: 3rem; }*/

  .pb-lg {
    padding-bottom: 8rem; }

  .pt-lg {
    padding-top: 8rem; }

  .page-title {
    padding-bottom: 2rem; }

  .cta-section h2 {
    font-size: 3.6rem; }

  .session-review-section .review-slider .review-box {
    padding: 1rem;
    padding-top: 6rem; }

  .session-review-section .review-slider .review-box .user-info {
    padding-top: 0; }

  .become-a-mentor-section .become-a-mentor-wrapper h3 {
    font-size: 1.8rem; }

  .become-a-mentor-section .become-a-mentor-wrapper p {
    line-height: 1.4; }

  .become-a-mentor-wrapper .btn.solid-btn {
    font-size: 1.4rem;
    min-width: auto; }

  .btn {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem; }

  .pricing-list-wrapper .last-day-pricing {
    margin-bottom: 3rem; }

  .pricing-list-wrapper .pricing-cta a.nav-link {
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
    margin-top: 1rem; }

  .registration-box .btn.solid-btn {
    max-width: 100%;
    min-width: auto; }

  .heritage-event-box-wrapper {
    margin-bottom: 3rem; }

  nav.navbar ul.buttons-nav li.nav-item {
    padding: 0 1.5rem; }

  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 2.5rem 2px;
    font-size: 1.3rem; }

  .nav.buttons-nav .btn {
    min-width: auto; }

  .festival-news-section .festival-box .image-wrapper h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0.4rem; }

  .cta-section h2 {
    font-size: 3.2rem; }

  .theme-section-wrapper.pricing-list-wrapper {
    padding-left: 6rem;
    padding-right: 6rem; }

  .pricing-list-wrapper .page-title {
    font-size: 2.8rem; }

  .widget.tag-title-widget .side-tag {
    font-size: 1.2rem; }

  .widget.tag-title-widget .side-tag:after {
    border-top: 2.8rem solid #0d6d8c;
    border-right: 2.4rem solid transparent; }

  .widget .related-article h3 {
    font-size: 1.4rem; }

  .press-widget .press-panel {
    font-size: 1.4rem;
    padding: 1.2rem 1.4rem; }
    .press-widget .press-panel i.im {
      font-size: 1.4rem;
      margin-left: 1rem; }

  .widget .submit-banner {
    padding: 2.2rem 1.4rem; }
    .widget .submit-banner h3 {
      font-size: 1.6rem;
      padding-bottom: 1.5rem; }
    .widget .submit-banner .btn.solid-btn {
      padding: 1.2rem 1rem;
      min-width: auto;
      font-size: 1.2rem; }

  .query-info-box {
    padding: 1.5rem;
    word-break: break-all; }

  .media-kit-widget ul li a {
    padding: 1.5rem 2rem; }

  .media-kit-widget h3 {
    padding: 2rem; }

  .news-box .news-article h3 {
    font-size: 1.8rem;
    margin-bottom: 0; }

  .contest-header-wrapper .header-content {
    padding: 0 8rem; }

  .faqs-wrapper .card .card-body .article-review span {
    margin-right: 0.6rem; }

  .faqs-wrapper .card .card-body .article-review a {
    padding: .5rem 1rem;
    margin-right: 0.5rem; }

  .contact-section .contact-info-row i.im {
    font-size: 2.6rem; }

  .contact-section .contact-info-row p {
    font-size: 1.5rem; }

  .contest-header-wrapper .header-content h2 {
    font-size: 3rem;
    padding-bottom: 0; }

  .pricing-list-wrapper .last-day-pricing {
    height: 100%; }

  .pricing-list-wrapper .pricing-cta h3 {
    font-size: 1.8rem; }

  .review-box-wrapper .review-box .review-content p {
    padding: 1rem;
    padding-top: 0;
    font-size: 1.2rem; }

  .review-box-wrapper .review-box .review-content .review-footer {
    padding-top: 1rem; }

  .review-box-wrapper .review-box .review-content .review-footer h4 {
    font-size: 1.4rem; }

  .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content a {
    font-size: 1.2rem; }
    .owl-carousel.delegate-slider .delegate-include-box .delegate-include-content a i {
      font-size: 1.2rem; }

  .hotels-section .hotel-box .hotel-content a.btn.solid-btn {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0.5rem; }

  .hotels-section .hotel-box .price-box {
    bottom: 1.5rem;
    right: 1.5rem; }

  .hotels-section .hotel-box .hotel-content h3 {
    font-size: 1.8rem; }

  .partners-section .partners-grid .partner-row a img {
    max-width: 15rem; }

  .fest-bazaar-boxes-bg {
    display: none; }

  .festival-bazaar-boxes {
    top: 0; }

  .festival-bazaar-cont h3 {
    color: #0d6d8c; }

  .festival-bazaar-video .video-image {
    display: none; }

  .festival-bazaar-video-wrapper {
    padding-bottom: 5rem;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }

  .festival-bazaar-video-wrapper h3 {
    color: #13527c; }

  .page-heading h2 {
    font-size: 3.2rem; }
    .theme-sidebar {
       margin-bottom: 20px;
    }

  .registration-box h3 {
    font-size: 2rem; }

    .heritage-row .heritage-count-first {
      max-width: 100%;
    }

   
    .slider-content-wrapper .slider-content p {
      font-size: 1.2rem;
      line-height: 15px;
    }
    .slider-content-wrapper .slider-content ul > li {
        max-width: 195px;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 18px;
    }
    .slider-content-wrapper .slider-content h2 {
      font-size: 1.5rem;
    }
    .slider-content-wrapper a.btn.solid-btn {
      padding: 8px;
      font-size: 12px;
    }  
    .slider-content-wrapper a.btn.solid-btn {
      padding: 8px;
      font-size: 12px;
    }

  .fixed-social-icons {
    top: 19%;
  }
  .fixed-social-icons ul li a i {
    font-size: 12px;
  }
  .fixed-social-icons ul li a {
    margin-bottom: 10px;
  }
  .fixed-social-icons ul {
    padding: 10px 5px 0;
  }
  .fixed-social-icons ul li:last-child a {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 991px) and (min-width: 768px){
  .slider-content-wrapper .slider-content ul li {
      padding-bottom: 1rem;
  }
 
  .slider-content-wrapper .slider-content p {
    font-size: 1.4rem;
  }
}


@media only screen and (max-width: 768px) {
  nav.navbar ul.buttons-nav li.nav-item {
    padding: 0 1rem; }

  nav.navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    nav.navbar ul.navbar-nav li a.nav-link {
      padding: 2.5rem 0.8rem;
      font-size: 1.2rem; }

  nav.navbar ul.buttons-nav .btn {
    font-size: 1.2rem;
    min-width: auto;
    padding: 1rem 0.8rem; }

  .slider-content-wrapper .slider-content {
    padding: 3rem 4.2rem; }



  .slider-content-wrapper .slider-content ul li {
    padding-bottom: 1rem; }

  .slider-content-wrapper .slider-content ul li i {
    font-size: 1.8rem; }

  nav.navbar .navbar-brand img {
    width: 8rem;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in; }

  .page-title {
    font-size: 2.8rem; }

  .session-review-section .counter-box .counter-wrap {
    font-size: 2.6rem;
    padding-top: 0.8rem; }

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 18rem; }

  .festival-bazaar-boxes {
    top: 0; }

  .festival-bazaar-video-wrapper {
    padding-bottom: 3.5rem;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }

  .festival-bazaar-boxes {
    padding-bottom: 3rem; }

  .festival-stall-slider {
    display: block !important; }

  .fest-hide-mob {
    display: none; }

  .festival-stall-slider .festival-bazaar-box .icon img {
    width: auto;
    display: table;
    margin: 0 auto; }

  .festival-bazaar-cont {
    margin-bottom: 5rem; }

  .festival-stall-slider .owl-nav {
    font-size: 2.4rem;
    margin: 0 auto;
    display: table; }
    .festival-stall-slider .owl-nav button {
      width: 3rem;
      height: 3rem;
      line-height: 3rem !important;
      background: #13527c !important;
      color: #ffffff !important;
      margin-right: 1rem; }
      .festival-stall-slider .owl-nav button:last-child {
        margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .programme-section-wrapper .nav-tabs.volunteer-tabs li.nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .programme-section-wrapper ul#volunteerTab li:first-child i {
    top: 14px;
  }

  a#hindi-btn {
    margin: 40px 5px 40px 0 !important;
    float: right;
  }
  .pt-lg {
    padding-top: 4rem; }

  .pb-lg {
    padding-bottom: 4rem; }

  .home-slider-section .home-slider .item {
    padding-bottom: 2rem; }

  h3.page-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.8rem; }

  .speaker-box {
    text-align: center; }
    .speaker-box h4 {
      padding-top: .8rem;
      font-weight: 500; }
      .speaker-box h4 a {
        color: #404040; }
        .speaker-box h4 a:hover {
          color: #0d6d8c; }
    .speaker-box .speaker-image {
      border-radius: .6rem;
      overflow: hidden;
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }

  .speaker-slider.owl-carousel .owl-stage {
    padding-left: 0 !important; }

  .delegate-banner {
    background: #ffffff;
    padding: 3rem;
    margin-top: 3rem;
    position: relative;
    border-radius: .5rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .delegate-banner h3 {
      font-family: "Playfair Display", serif;
      color: #0d6d8c;
      font-size: 2.2rem;
      font-weight: 700;
      text-transform: uppercase; }
    .delegate-banner p {
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 1.5rem; }
    .delegate-banner .price-box {
      font-size: 1.4rem;
      font-weight: 600;
      color: #0d6d8c; }
    .delegate-banner .register-link a {
      color: #0d6d8c;
      font-size: 1.4rem;
      margin-top: 1rem;
      display: table; }
      .delegate-banner .register-link a i {
        font-size: 1.4rem;
        vertical-align: middle; }
    .delegate-banner .delegate-vector {
      position: absolute;
      right: -1.4rem;
      bottom: -.8rem;
      width: 15rem;
      z-index: 0; }

  .festivals-slider.owl-carousel h4 {
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 1.6rem; }
    .festivals-slider.owl-carousel h4 a {
      color: #525c65; }
  .festivals-slider.owl-carousel .owl-stage {
    padding-left: 0 !important; }

  .videos-sessions .session-iframe {
    border-radius: .7rem;
    overflow: hidden; }

  .mobile-blog .blog-article {
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .mobile-blog .blog-article .article-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 1rem; }
      .mobile-blog .blog-article .article-content h3 {
        font-size: 1.6rem;
        margin: 0;
        padding: 1.5rem 0;
        border-bottom: .1rem solid #fff; }
        .mobile-blog .blog-article .article-content h3 a {
          color: #ffffff; }
      .mobile-blog .blog-article .article-content .article-meta {
        font-size: 1.4rem;
        color: #ffffff;
        padding-top: 1rem; }
        .mobile-blog .blog-article .article-content .article-meta .share-box i.im {
          font-size: 1.4rem;
          vertical-align: middle;
          margin-left: .4rem; }

  .popular-articles-slider .festival-box .festival-image {
    border-radius: .5rem;
    overflow: hidden;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in; }
    .popular-articles-slider .festival-box .festival-image:hover {
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .popular-articles-slider .festival-box .festival-image a {
      display: block; }
  .popular-articles-slider .festival-box h4 {
    font-size: 1.4rem;
    padding-top: 0.8rem; }
    .popular-articles-slider .festival-box h4 a {
      color: #525c65; }
  .popular-articles-slider .owl-stage-outer .owl-stage {
    padding-left: 0 !important; }

  footer.footer .footer-widget {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  /*.slider-content-wrapper {
    position: relative;
    top: 0;
    padding-top: 4rem; }*/

  .session-videos-wrapper {
    padding-top: 5rem; }

  .become-a-mentor-section .become-a-mentor-wrapper {
    border-radius: .5rem;
    padding: 2rem;
    text-align: center; }
    .become-a-mentor-section .become-a-mentor-wrapper .become-a-mentor-image {
      text-align: center;
      padding-bottom: 1.5rem; }
    .become-a-mentor-section .become-a-mentor-wrapper p {
      padding-bottom: 1rem; }

  .speakers-box .speaker-content h3 {
    font-size: 1.3rem; }

  .registration-box h3 {
    padding-top: 1rem; }

  .pricing-list-wrapper ul.day-booking li .day-booking-box .title {
    padding: 0.8rem;
    font-size: 1.4rem; }

  .pricing-list-wrapper ul.day-booking li .day-booking-box .pricing {
    font-size: 1.5rem;
    padding: 1.8rem 1rem;
    font-weight: 500; }

  .article-wrapper .article-content h3 {
    margin-bottom: 0.8rem; }

  .archive-page .side-tag {
    top: 4rem;
    z-index: 2; }

  .archive-page ul.nav-tabs {
    padding: 0 1.5rem;
    margin-top: 4rem;
    padding-top: 3rem; }
    .archive-page ul.nav-tabs li {
      width: 33.2%;
      border-bottom: .1rem solid #eeeeee;
      border-right: none; }
      .archive-page ul.nav-tabs li:last-child {
        border: none; }
      .archive-page ul.nav-tabs li select {
        width: 100%; }
    .archive-page ul.nav-tabs .btn.solid-btn {
      width: 100%;
      margin-bottom: 2rem; }

  .archive-box-wrapper {
    padding: 2rem 0; }

  .programme-section-wrapper.archive-page {
    padding-bottom: 0; }

  .archive-page .archive-box .archive-cont h3 {
    font-size: 1.6rem; }

  .news-sidebar {
    padding-left: 1.5rem; }

  .article-meta span {
    display: block;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: .1rem solid #eeeeee; }
    .article-meta span:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .article-meta span.seperator {
      display: none; }

  .articles-section .share-icons {
    margin: 0 auto;
    display: table; }
    .articles-section .share-icons li {
      float: left;
      margin-right: 1rem; }

  .contest-header-wrapper .header-content .date {
    padding-bottom: 0;
    font-size: 1.6rem; }

  .contest-header-wrapper .header-content h2 {
    padding-bottom: 0;
    font-size: 3.2rem; }
  .contest-header-wrapper .header-content p {
    font-size: 1.4rem; }

  .theme-collapse {
    padding-right: 0; }

  .theme-topics {
    padding-right: 0; }

  .theme-sidebar .creative {
    margin: 0 auto;
    margin-top: 5rem;
    display: table; }

  .faqs-wrapper .card .card-header button {
    font-size: 1.6rem;
    padding: 1rem 1.2rem; }

  .nav-mobile-devices .header-tagline {
    margin-bottom: 0.5rem;
    font-size: 1.3rem; }
  .nav-mobile-devices nav.navbar .navbar-brand img {
    width: 7rem; }
  .nav-mobile-devices .swiper-menu .swiper-slide a {
    padding: 0.8rem 0.2rem; }

  nav.navbar ul.navbar-nav li a.nav-link {
    padding: 2.5rem 0.2rem;
    font-size: 1.1rem; }

  nav.navbar ul.navbar-nav ul.dropdown-menu li.dropdown-item a.nav-link {
    font-size: 1.2rem; }

  nav.navbar ul.buttons-nav .btn {
    font-size: 1.1rem;
    padding: 1rem 0.6rem; }

  .session-video-section .session-video-box h4 {
    font-size: 1.3rem; }

  .article-wrapper .article-content {
    padding: 1rem 1.2rem;
    padding-bottom: 0; }
    .article-wrapper .article-content h3 {
      font-size: 1.6rem; }

  .theme-sidebar .creative {
    display: none; }

  .rules-highlight .highlight-box h4 {
    font-size: 1.1rem; }

  .rules-highlight .highlight-box p {
    font-size: 1.3rem; }

  .theme-section-wrapper .side-tag {
    top: 1.5rem; }

  .theme-section-wrapper.pricing-list-wrapper {
    padding-top: 6rem; }

  .pricing-list-wrapper ul.day-booking li {
    width: 33.3%;
    margin-bottom: 3rem; }

  .pricing-list-wrapper .last-day-pricing {
    height: auto; }

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-item ul {
    padding-bottom: 0; }

  nav.navbar ul.navbar-nav .mega-menu-wrapper .mega-menu:after {
    left: 29rem; }

  .festival-bazaar-cont {
    margin-bottom: 3rem; }

  .festival-bazaar-box {
    height: auto; }

  .live-video .live-video-wrapper.full-height {
    height: auto; }
  .live-video .col-lg-5, .live-video .col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }
  .live-video .d-flex {
    flex-wrap: wrap; }

  .contest-header-wrapper .header-content h2 {
    font-size: 2.4rem; }

  .contest-header-wrapper .header-content .date {
    font-size: 1.4rem; }

  .contest-header-wrapper .header-content {
    padding: 0 3rem; }

  .contest-header-wrapper .header-content p {
    margin-bottom: 0; }

  .rules-highlight {
    padding-bottom: 0; }

  .volunteer-tabs-content {
    padding: 4rem 3rem; }

  .video-player ul.play-list li h4 {
    font-size: 1.2rem; }

  .video-player ul.play-list li a span {
    font-weight: 500; }

  .rolls-credits-wrapper {
    padding: 3rem 5rem;
    padding-top: 8rem; }

  nav.navbar ul.buttons-nav li.nav-item.search-btn i.im {
    font-size: 1.8rem; }

    .show-on-mobile a.mobile-entry-btn.disabled {
      pointer-events: none;
      background: #3f788b;
      text-transform: uppercase;
      box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
      -webkit-box-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.18);
      color: #a9d6d5;
    }

   }
@media only screen and (max-width: 575px) {
  body {
    background: #f7f7f7; }

  .large-device {
    display: none; }

  .mobile-device {
    display: block;
    width: 100%; }

  .nav-mobile-devices {
    background: #ffffff;
    padding-bottom: 1rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .nav-mobile-devices nav.navbar {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }

  .enter-screen-logo img {
    max-width: 100%; }
	
	
.weekend-accordion .card .card-body .arrow-btn{
	position: absolute;
    bottom: 1rem;
    right: 1rem;
}

  .enter-screen-logo {
    padding-bottom: 2rem; }

  .important-links-section {
    padding-top: 2rem; }

  .nav-mobile-devices.shrink-menu nav.navbar .navbar-brand img {
    width: 6rem; }

  .nav-mobile-devices .swiper-menu .swiper-slide a {
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in; }

  .nav-mobile-devices.shrink-menu .swiper-menu .swiper-slide a {
    padding: 0.7rem 0.8rem; }

  .navbar-nav {
    text-align: left; }

  .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    background: transparent; }
    .navbar-nav .dropdown-menu .dropdown-item {
      font-weight: 300;
      padding: 0; }

  .registration-box {
    padding: 1.5rem;
    padding-top: 0.5rem; }

  .registration-box .btn.solid-btn {
    margin-top: 0;
    padding: 1rem 1.2rem; }

  .search-box input {
    border-radius: 0;
    border: none;
    border-bottom: .2rem solid #dddddd;
    font-size: 1.3rem; }
    .search-box input:focus {
      border: none;
      box-shadow: none;
      border-bottom-color: #13527c; }

  .speakers-filter {
    padding-top: 1rem; }
    .speakers-filter .select-filter {
      height: 4rem;
      border: none;
      font-size: 1.4rem;
      color: #525c65;
      text-align: center; 
      width: 100%;
      padding: 0 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
    }
    .select-filter-wrap {
    position: relative;
    }

    .select-filter-wrap i {
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 20px;
    }
    .speakers-filter .search-filter {
      background: #ffffff;
      border-right: .1rem solid #dddddd; }
      .speakers-filter .search-filter input {
        color: #525c65;
        border: none;
        height: 3.8rem;
        font-size: 1.4rem; }
    .speakers-filter.sticky-speakers-filter {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 9; 
      background:#0d6d8c;
    }
      .speakers-filter.sticky-speakers-filter .select-filter {
        color: #a3d9d8;
        background: #0d6d8c;
        /*border-right: 0.1rem solid rgba(255, 255, 255, 0.2);*/ }
        .speakers-filter.sticky-speakers-filter .search-filter {
        background: #0d6d8c;
        color: #a3d9d8; }
      .speakers-filter.sticky-speakers-filter .search-filter {
        background: #0d6d8c;
        color: #a3d9d8; }
        .speakers-filter.sticky-speakers-filter .search-filter input {
          background: #0d6d8c;
          color: #a3d9d8; }
          .speakers-filter.sticky-speakers-filter .search-filter input::-webkit-input-placeholder {
            color: #a3d9d8; }
          .speakers-filter.sticky-speakers-filter .search-filter input:-ms-input-placeholder {
            color: #a3d9d8; }
          .speakers-filter.sticky-speakers-filter .search-filter input::placeholder {
            color: #a3d9d8; }
          .speakers-filter.sticky-speakers-filter #jbm_mob_tab{
             background: #0d6d8c;
          }

  .page-title {
    font-size: 2.6rem; }

  .speakers-box {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .speakers-box:hover {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
    .speakers-box .speaker-content {
      padding: 0;
      padding-top: 1rem; }
      .speakers-box .speaker-content h3 {
        font-size: 1.6rem;
        color: #0d6d8c; }

  .single-speakers-box .speaker-image {
    border-radius: 50%;
    max-width: 200px;}
 

  .speakers-listing-section .speaker-wrapper {
    padding: 0 1rem;
    margin-bottom: 1.8rem !important; }

  footer.footer .footer-widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

 
  .programme_quote {
      margin: 20px 0px 0px;
      font-size: 1.4rem;
  }
  #myspnote {
    margin-top: 10px;
    display: inline-block;
  }
  .space{
    margin:10px 0px;
  }
  #mywatchlinkmob {
    background: #13527c;
    padding: 6px;
    cursor: pointer;
    z-index: 1000;
    font-size: 12px;
    border-radius: 4px;} 
  .label_date {
     font-size: 14px;
  }
  .programme-section-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 4rem;
    padding-top: 1rem; }
    .programme-section-wrapper .programme-row {
      border-radius: .6rem;
      margin-top: 1.5rem;
      background: #ffffff; /* Before it is background: #ffffff!important;*/
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
      .programme-section-wrapper .programme-row .card {
        background: transparent;
        border: none; }
      .programme-section-wrapper .programme-row .card-header {
        background: transparent;
        border: none;
        padding: 0; }
      .programme-section-wrapper .programme-row .programme-row-header {
        padding: 0.6rem 1.2rem;
        font-weight: 500;
        font-size: 1.2rem; }
        .programme-section-wrapper .programme-row .programme-row-header i {
          font-size: 1.2rem;
          margin-right: 0.3rem; }
        .programme-section-wrapper .programme-row .programme-row-header .programme-venue {
          float: right;
          text-align: center !important; }
      .programme-section-wrapper .programme-row .programme-body {
        padding: 1.2rem 1.5rem; }
        .programme-section-wrapper .programme-row .programme-body h3 {
          font-size: 1.4rem;
          color: #13527c; }
        .programme-section-wrapper .programme-row .programme-body p {
          margin-bottom: 0;
          font-weight: 400;
          font-size: 1.3rem; }
        .programme-section-wrapper .programme-row .programme-body a.video-link {
          font-size: 1.3rem;
          color: #13527c;
          font-weight: 500;
          margin-top: .8rem;
          margin-bottom: .2rem;
          display: table; }
          .programme-section-wrapper .programme-row .programme-body a.video-link i.im {
            font-size: 1.3rem;
            margin-right: .3rem;
            vertical-align: middle; }
      .programme-section-wrapper .programme-row .content-panel {
        border-top: .1rem solid #eeeeee; }
        .programme-section-wrapper .programme-row .content-panel .card-body {
          font-size: 1.3rem;
          padding: 0.8rem 1rem; }
          .programme-section-wrapper .programme-row .content-panel .card-body p {
            margin: 0; }
            .programme-section-wrapper .programme-row .content-panel .card-body p a {
              color: #13527c;
              font-size: 1.3rem; }

  .registration-box .registration-icon {
    display: none; }
  .registration-box h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #13527c;
    padding-bottom: 2rem;
    border-bottom: .1rem solid #eeeeee;
    margin-bottom: 1.5rem; }
    .registration-box h3 span.mobile-pricing {
      float: right;
      font-size: 1.2rem;
      color: #13527c;
      display: inline-block;
      vertical-align: middle;
      max-width: 135px; }
  .registration-box .registration-label {
    display: none; }
  .registration-box .registration-button a {
    color: #13527c; }
  .registration-box .registration-button .solid-btn {
    display: none; }
  .registration-box .registration-button .reg-btn-mob {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 5.2rem;
    text-align: center;
    background: #eeeeee;
    border-radius: 50%; }

    .registration-box .registration-button .reg-btn-mob.disabled {
    opacity: .65;
    pointer-events: none;
  }
  .nav-large-devices {
    display: none; }

  .nav-mobile-devices {
    display: block; }

  .videos-sessions .more-videos {
    padding: 1.5rem;
    background: #ffffff;
    border-radius: .6rem;
    margin-top: 2rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .videos-sessions .more-videos .more-videos-header {
      padding-bottom: 1rem; }
      .videos-sessions .more-videos .more-videos-header span {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: #13527c; }
        .videos-sessions .more-videos .more-videos-header span:nth-child(2) {
          float: right; }
        .videos-sessions .more-videos .more-videos-header span a {
          color: #13527c; }
    .videos-sessions .more-videos .more-video-thumb {
      border-radius: .5rem;
      overflow: hidden;
      display: table;
      float: left;
      width: 22%; }
    .videos-sessions .more-videos .more-video-cont {
      display: table;
      float: left;
      width: 70%;
      padding-left: 1.5rem; }
      .videos-sessions .more-videos .more-video-cont h4 a {
        color: #525c65; }
      .videos-sessions .more-videos .more-video-cont p {
        margin-bottom: 0;
        font-weight: 500;
        color: #0d6d8c; }
    .videos-sessions .more-videos .more-videos-box {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: .1rem solid #eeeeee; }
      .videos-sessions .more-videos .more-videos-box:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none; }

  .delegate-card {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .delegate-card h3 {
      margin: 0;
      color: #ffffff;
      font-size: 1.8rem;
      /*transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);*/ }
	  .delegate-card p{
		  font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 0;
	  }
.delegate-card .delegate-card-content{
      position: absolute;
      left: 0;
      top: 50%;
      padding: 2rem;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
}
.delegate-card-image img{
	width: 100%;
}
  .delegate-box {
    background: #ffffff;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .delegate-box .delegate-content h4 {
      padding: 1rem;
      font-size: 1.4rem;
      margin: 0; }
      .delegate-box .delegate-content h4 a {
        color: #525c65; }

  .delegate-exp-mob-package {
    background: #ffffff;
    border-radius: .5rem;
    padding: 2rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .delegate-exp-mob-package h3 {
      font-size: 1.8rem;
      color: #0d6d8c; }
    .delegate-exp-mob-package p {
      font-size: 1.5rem;
      font-weight: 300; }
    .delegate-exp-mob-package .exp-mob-package-list {
      list-style: none;
      padding: 0; }
      .delegate-exp-mob-package .exp-mob-package-list ol{
        padding-left: 0;
      }
      .delegate-exp-mob-package .exp-mob-package-list li {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: .1rem solid #eeeeee; }
        .delegate-exp-mob-package .exp-mob-package-list li span {
          font-size: 1.6rem;
          color: #525c65;
          font-weight: 500; }
          .delegate-exp-mob-package .exp-mob-package-list li span:last-child {
            float: right;
            color: #13527c; }

  .mob-review-slider .item {
    padding: 2rem; }
    .mob-review-slider .item .mob-review-image {
      width: 8rem;
      height: 8rem;
      margin: 0 auto;
      margin-bottom: -4rem;
      border-radius: 50%;
      overflow: hidden; }
  .mob-review-slider .mob-review-box {
    background: #ffffff;
    padding: 3rem;
    padding-top: 6rem;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .mob-review-slider .mob-review-box .quote-img {
      width: auto;
      margin: 0 auto;
      margin-bottom: 1rem; }
    .mob-review-slider .mob-review-box p {
      font-weight: 400;
      font-size: 1.6rem; }
    .mob-review-slider .mob-review-box h5 {
      font-size: 1.6rem;
      color: #13527c; }

  .nav-mobile-devices .mobile-collapsable-menu {
    display: block;
    padding: 6rem 0;
    padding-top: 10rem;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    background: #13527c;
    background: -moz-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: -webkit-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
    background: linear-gradient(to right, #13527c 0%, #0d6d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue-color', endColorstr='$blue-color',GradientType=1 ); }
    .nav-mobile-devices .mobile-collapsable-menu .navbar-brand {
      position: absolute;
      top: 0.5rem;
      left: 50%;
      padding: 0;
      color: #ffffff;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .nav-mobile-devices .mobile-collapsable-menu .navbar-brand img {
        max-width: 7rem; }
      .nav-mobile-devices .mobile-collapsable-menu .navbar-brand p {
        font-size: 1.2rem;
        color: #ffffff;
        padding-top: 0.5rem;
        margin: 0; }
    .nav-mobile-devices .mobile-collapsable-menu .navbar-nav {
      border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
      max-height: 100%;
      position: relative;
      z-index: 1; }
    .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0); }
      .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li a {
        font-size: 1.4rem;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 1;
        padding: 1.6rem 1.5rem; }
        .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li a.dropdown-toggle::after {
          display: inline-block;
          margin-left: .8rem;
          vertical-align: middle;
          float: right;
          display: inline-block;
          border: none;
          font: normal normal normal 24px/1 'iconmonstr-iconic-font';
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0.9rem;
          transition: .2s ease-in;
          -moz-transition: .2s ease-in;
          -webkit-transition: .2s ease-in;
          content: '\e001'; }
        .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li a.register-btn i {
          font-size: 1.3rem;
          vertical-align: middle;
          margin-right: .4rem; }
        .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li a.register-btn {
          background: rgba(0, 0, 0, 0.2);
          font-weight: 700;
          letter-spacing: 0.1rem; }
      .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li .dropdown-item a {
        font-size: 1.4rem;
        text-transform: none; }
      .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .navbar-nav li.dropdown.show a.dropdown-toggle:after {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg); }
    .nav-mobile-devices .mobile-collapsable-menu ul.social-icons {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
      padding-top: 0.5rem;
      z-index: 2;
      background: #13527c;
      background: -moz-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
      background: -webkit-linear-gradient(left, #13527c 0%, #0d6d8c 100%);
      background: linear-gradient(to right, #13527c 0%, #0d6d8c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue-color', endColorstr='$blue-color',GradientType=1 ); }
      .nav-mobile-devices .mobile-collapsable-menu ul.social-icons li {
        display: inline-block;
        padding: 1rem 2rem;
        line-height: 1; }
        .nav-mobile-devices .mobile-collapsable-menu ul.social-icons li a {
          color: #ffffff; }
          .nav-mobile-devices .mobile-collapsable-menu ul.social-icons li a i {
            font-size: 1.6rem; }

  .owl-carousel.festivals-slider .owl-nav {
    display: table;
    margin: 0 auto;
    margin-top: 1rem; }
    .owl-carousel.festivals-slider .owl-nav button {
      width: 4rem;
      height: 4rem;
      margin-right: 1rem;
      color: #ffffff;
      font-size: 2.4rem;
      background: #13527c; }
      .owl-carousel.festivals-slider .owl-nav button:last-child {
        margin-right: 0; }

  .single-speakers-box .speaker-content h3 {
    text-transform: none; }

  .contest-header-wrapper .header-content {
    padding: 25px 1.2rem; }
    /*.contest-header-wrapper .header-content {
    position: static;
    color: #525c65;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;}*/
    .contest-header-wrapper .header-content .date {
      font-size: 1.6rem;
      letter-spacing: .2rem;
      padding-bottom: 0; }
    .contest-header-wrapper .header-content h2 {
      font-size: 2.6rem;
      text-transform: uppercase;
      padding-bottom: 0.5rem; }
    .contest-header-wrapper .header-content p {
      font-size: 1.4rem;
      margin-bottom: 0;
      line-height: 1.5; }
      .contest-header-wrapper .header-content p.lead {
        font-size: 1.6rem;
        padding-bottom: 2rem; }

  .highlight-box-wrapper:nth-child(2) {
    display: none; }
  .highlight-box-wrapper:last-child .highlight-box {
    border: none; }

  .theme-section-wrapper {
    padding: 5rem 3rem; }

  .theme-sidebar .submit-banner {
    background: #ffffff; }

  .theme-collapse {
    padding-right: 0;
    margin-top: 3rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }

  .theme-sidebar .creative {
    max-width: 30rem;
    margin: 0 auto;
    margin-top: 3rem; }

  .theme-collapse .card .card-header h2 button.btn-link {
    border-radius: 0;
    border-bottom: .1rem solid #eeeeee; }

  .theme-collapse .card {
    border-bottom: .1rem solid #eeeeee; }

  .theme-section-wrapper {
    background: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .contest-header-wrapper .header-image {
    height: 25rem; }
    .contest-header-wrapper .header-image img {
      height: 100%;
      max-width: none; }

  .contest-header-wrapper .header-content p.header-content-para-mob {
    display: block; }

  .theme-topics {
    padding-right: 0; }

  .heritage-event-box-wrapper .heritage-event-box {
    border: none !important;
    padding: 1rem;
    text-align: center; }

  .heritage-event-box p.caption {
    padding-top: 0; }
    .heritage-event-box p.caption.mobile-device-caption {
      display: block; }
    .heritage-event-box p.caption.large-device-caption {
      display: none; }

  .heritage-event-box .heritage-image {
    padding-bottom: 0;
    border: none; }

  .heritage-event-box h3 {
    padding-top: 0.5rem; }

  .heritage-event-box p.venue {
    margin-bottom: 0; }

  .heritage-event-box p.date {
    margin-bottom: 0; }

  .jms-banner {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .jms-banner .banner-bg img {
      width: 100%; }
    .jms-banner .jms-content {
      position: absolute;
      left: 0;
      top: 50%;
      width: 60%;
      padding: 2rem;
      color: #ffffff;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      .jms-banner .jms-content p {
        font-weight: 400;
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin-bottom: 0; }

  .jms-banner .jms-content {
    padding: 1.2rem; }
    .jms-banner .jms-content .jms-logo img {
      width: 9rem; }
    .jms-banner .jms-content p {
      font-size: 1.2rem;
      line-height: 1.4; }
    .jms-banner .jms-content .btn.white-btn {
      min-width: auto;
      font-size: 1.2rem;
      font-weight: 500;
      padding: 0.6rem 1.2rem; }

  .heritage-single-wrapper {
    padding: 1.5rem;
    background: #ffffff;
    border-radius: .5rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
    .heritage-single-wrapper .heritage-header {
      position: relative;
      margin-bottom: 2rem; }
      .heritage-single-wrapper .heritage-header .header-image {
        border-radius: .5rem;
        overflow: hidden;
        padding: 2rem; }
        .heritage-single-wrapper .heritage-header .header-image img {
          max-width: 12rem; }
        .heritage-single-wrapper .heritage-header .header-image.an-majestic-evening {
          background: #be2356; }
        .heritage-single-wrapper .heritage-header .header-image.heritage-evening {
          background: #3969d7; }
        .heritage-single-wrapper .heritage-header .header-image.nahargarh-dinner {
          background: #ffae72; }
        .heritage-single-wrapper .heritage-header .header-image.jaipur-music-stage {
          background: #f36b61; }
    .heritage-single-wrapper .header-content {
      position: absolute;
      left: 0;
      top: 50%;
      padding: 2rem;
      color: #ffffff;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      .heritage-single-wrapper .header-content h3 {
        margin-bottom: 0; }
      .heritage-single-wrapper .header-content p {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0; }
      .heritage-single-wrapper .header-content .invite-tag {
        text-transform: uppercase;
        font-size: 1.1rem;
        padding-top: 4rem; }
    .heritage-single-wrapper .caption-image-wrapper {
      position: relative;
      border-radius: .5rem;
      overflow: hidden;
      margin-bottom: 1rem;
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
      .heritage-single-wrapper .caption-image-wrapper .caption-content {
        position: absolute;
        bottom: 0;
        color: #ffffff;
        padding: 0 1.5rem;
        padding-bottom: 1rem; }
        .heritage-single-wrapper .caption-image-wrapper .caption-content h3 {
          font-size: 1.5rem;
          margin-bottom: 0; }
        .heritage-single-wrapper .caption-image-wrapper .caption-content p {
          font-size: 1.2rem;
          font-weight: 400;
          margin-bottom: 0; }
    .heritage-single-wrapper .heritage-content-para p {
      font-weight: 400; }

  .article-wrapper .article-content {
    padding: 1.2rem 1rem; }
    .article-wrapper .article-content h3 {
      font-size: 1.6rem;
      margin-bottom: 0.5rem; }
    .article-wrapper .article-content .article-meta {
      color: #525c65; }
      .article-wrapper .article-content .article-meta i {
        font-size: 1.2rem; }

  .top-footer {
    display: none; }

  .years-list li {
    padding: 0 .4rem; }

  .news-box .news-article h3 {
    font-size: 1.8rem; }

  .subscribe-box-wrapper {
    display: none !important; }

  .articles-section .share-icons li {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    float: left; }
    .articles-section .share-icons li:last-child {
      margin-right: 0; }

  .articles-section .share-icons {
    margin: 0 auto;
    display: table; }

  .sidebar {
    margin-top: 2rem; }

  .sidebar .widget {
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08); }
    .sidebar .widget.populer-article-widget {
      padding-top: 6rem; }

  .widget.tag-title-widget .side-tag {
    top: 1rem; }

  .single-blog-article .article-thumb {
    position: relative; }

  .article-meta-mobile {
    display: block; }

  .articles-section .share-icons {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: .4rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2); }
    .articles-section .share-icons li {
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .articles-section .share-icons li a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem; }
        .articles-section .share-icons li a i {
          font-size: 1.3rem; }

  .mobile-blog-meta {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.5rem;
    color: #ffffff; }
    .mobile-blog-meta h2 {
      font-size: 1.8rem; }
    .mobile-blog-meta .article-meta {
      font-size: 1.4rem;
      line-height: 1.3; }
      .mobile-blog-meta .article-meta i.im {
        font-size: 1.3rem; }

  .single-blog-article .article-content .article-meta {
    display: none; }
  .single-blog-article .article-content h2 {
    display: none; }
  .single-blog-article .article-thumb {
    margin-bottom: 1rem; }
  .single-blog-article .article-author {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
    .single-blog-article .article-author span {
      display: none; }

  .speaker-box h4 {
    font-size: 1.3rem; }

  .speaker-slider.owl-carousel .owl-nav button, .owl-carousel.festivals-slider .owl-nav button {
    width: 3rem;
    height: 3rem;
    font-size: 2rem; }

  .single-blog-article .article-thumb {
    position: relative; }
    .single-blog-article .article-thumb:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }

  .highlight-box-wrapper:nth-child(2) {
    display: none; }

  .rules-highlight .highlight-box h4 {
    font-size: 1.2rem; }

  .show-on-mobile {
    display: block; }

  a.mobile-entry-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    background: #0d6d8c;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .05rem; }


  .about-twa-image {
    padding-top: 2rem; }

  .registration-button i.im {
    font-size: 1.6rem; }

  .owl-carousel.delegate-slider .owl-dots {
    padding-top: 1rem;
    padding-bottom: 2rem; }

  .buy-del-btn {
    width: 100%;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;
    z-index: 9;
    padding: 1rem 1.2rem; }
    .buy-del-btn:hover, .buy-del-btn:focus {
      background: #13527c; }

  .delegate-exp-mob-package .exp-mob-package-list li:last-child {
    padding: 0;
    margin: 0;
    border: none; }

  .mob-review-slider .owl-nav {
    display: table;
    margin: 0 auto;
    margin-top: 1rem; }
    .mob-review-slider .owl-nav button {
      width: 3rem;
      height: 3rem;
      background: #13527c !important;
      color: #ffffff !important;
      margin-right: 0.5rem; }
      .mob-review-slider .owl-nav button:last:child {
        margin-right: 0; }

  .page-heading {
    padding-top: 3.6rem;
    margin-bottom: 2rem !important;
    background-size: auto 3.4rem; }

  .page-heading h2 {
    font-size: 3rem;
    padding: 0 3rem; }
    .page-heading h2:before, .page-heading h2:after {
      width: 1.5rem;
      height: 1.5rem; }

  .important-links-section {
    padding-left: 0 !important;
    padding-right: 0 !important; } 
  .apply-now-volunteer.active, .apply-now-volunteer {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    top: auto;
    width: 100%;
    font-size: 1.5rem;
    padding: 1.4rem !important;
  }
  /*.volunteer-page-styling{
    padding-bottom: 5rem;
  }*/
  .archive-page ul.nav-tabs li .date-selector{
    width: 100%;
  }
  .archive-page ul.nav-tabs li .date-selector #dateDD{
    width: 100%;
    display: block;
    max-width: none;
    margin: 0 auto;
  }
  .schedule-tabs.nav-tabs{
    margin-top: 1rem !important;
  }
  .schedule-tabs.nav-tabs > li {
    display: none; }

  .schedule-tabs.nav-tabs > li.active, .schedule-tabs.nav-tabs > li.prev, .schedule-tabs.nav-tabs > li.next {
    display: block; }

  .schedule-tabs.nav-tabs > li.prev > a {
    -webkit-transition: none;
    transition: none; }

  .schedule-tabs.nav-tabs > li.prev > a .relative-box div {
    display: none; }

  .schedule-tabs.nav-tabs li.nav-item.prev, .schedule-tabs.nav-tabs li.nav-item.next {
    width: 16%; }

  .schedule-tabs.nav-tabs li.nav-item {
    width: 68%;
    float: left;
    padding: 0; }

  .schedule-tabs.nav-tabs li.nav-item.active:nth-child(2) {
    margin-left: 16%; }
  .schedule-tabs.nav-tabs li.nav-item .relative-box {
    height: 100%; }
  .schedule-tabs.nav-tabs li.nav-item.next .relative-box div, .schedule-tabs.nav-tabs li.nav-item.prev .relative-box div {
    display: none; }
  .schedule-tabs.nav-tabs li.nav-item.next i.im-angle-right {
    display: inline-block !important; }
  .schedule-tabs.nav-tabs li.nav-item.prev i.im-angle-left {
    display: inline-block !important; }

  .nav-tabs.schedule-tabs li a.nav-link {
    font-size: 1.2rem; }
  .schedule-tabs.nav-tabs li.nav-item.date-selector{
    display: none !important;
  }
  .date-selector.mobile-date-selector{
    display: block !important;
  }
  .exp-mob-package-list .card{
    border: none;
    border-bottom: .1rem solid #eeeeee;
  }
  .exp-mob-package-list .card .card-header{
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  .exp-mob-package-list .card button.btn-link{
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
  }
  .exp-mob-package-list .card button.btn-link:hover, .exp-mob-package-list .card button.btn-link:focus{
    text-decoration: none;
  }
  .exp-mob-package-list .card button.btn-link span{
    font-size: 1.6rem;
    color: #525c65;
    font-weight: 500;
  }
  .exp-mob-package-list .card button.btn-link span:nth-child(2){
    float: right;
    color: #13527c;
  }
  .exp-mob-package-list .card button.btn-link i.im{
    font-size: 1rem;
    margin-left: .5rem;
    color: #13527c;
  }
  .exp-mob-package-list .card button.btn-link.collapsed i.im{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    }
    .hotel-info-wrapper .hotel-content p>span {
    display: block;
    }
    .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu .dropdown-menu .dropdown-item:hover a,
    .nav-mobile-devices .mobile-collapsable-menu.open-mobile-menu  .dropdown-item:focus a {
       color: #13527c;
    }
}
@media only screen and (max-width: 480px) {
  .nav-mobile-devices .swiper-menu .swiper-slide a {
    padding: 0.8rem 1rem;
    font-size: 1.1rem; }

  .nav-mobile-devices.shrink-menu .swiper-menu .swiper-slide a {
    padding: 0.6rem 1rem; }

  .delegate-banner h3 {
    font-size: 2rem; }

  .single-speaker-section {
    top: -8rem; }

  .single-speakers-box .share-icons {
    padding: 1.5rem 0; }

  .speakers-box .speaker-content h3 {
    font-size: 1.4rem; }

  .registration-box {
    padding-top: 0;
    padding-bottom: 0; }

  .registration-box h3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 0.8rem; }

  .registration-box p {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 1.3rem; }

  .registration-box .btn.solid-btn {
    padding: 0.8rem 1rem; }

  .article-wrapper .article-content .article-meta {
    font-size: 1.2rem; }
    .article-wrapper .article-content .article-meta i {
      font-size: 1rem; }

  .news-box .news-article h3 {
    font-size: 1.8rem; }

  .contest-header-wrapper .header-content .date {
    font-size: 1.4rem; }

  .contest-header-wrapper .header-content h2 {
    font-size: 2.6rem;
    padding-bottom: 0.5rem; }

  .contest-header-wrapper .header-content p {
    line-height: 1.4; }

  .theme-collapse .guidelines-list li {
    padding-left: 2rem; }

  .faqs-wrapper .card .card-body .article-review {
    font-size: 1.3rem; }

  .festivals-slider.owl-carousel h4 {
    font-size: 1.4rem; }

  .archive-page ul.nav-tabs li {
    width: 50%; }

  .archive-page ul.nav-tabs select {
    padding: 2.4rem 1rem; }

  .mobile-blog-meta h2 {
    font-size: 1.5rem; }

  .hotels-section .hotel-box .hotel-content h3 {
    font-size: 1.6rem; }

  .partners-section .partners-grid .partner-row a img {
    max-width: 13rem; }

  .partners-section .nav-tabs li.nav-item a.nav-link {
    padding: 0.8rem 1rem;
    font-size: 1.4rem; }

  .slider-content-wrapper .slider-content ul li i {
    margin-right: 0.8rem; }

  .rules-highlight {
    text-align: center; }

  .nav-tabs.volunteer-tabs {
    padding: 0 2rem; }

  .partners-grid .container {
    padding: 0; }
    .nav-tabs.volunteer-tabs .nav-link{
      padding: 1.5rem .5rem;
      margin-bottom: 0;
      font-size: 1.3rem;
      margin-right: 15px;
    }
    .theme-section-wrapper .nav-tabs.volunteer-tabs .solid-btn {
      font-weight: 700;
    }
    .nav-tabs.volunteer-tabs .nav-item.volunteer-btn-tab{
      margin-left:auto !important;
    }
    .nav-tabs.volunteer-tabs .nav-link.active{
      border-bottom: .1rem solid #13527c;
    }
    .nav-tabs.volunteer-tabs .nav-link img{
      display: none;
    }
    .welcome-modal .popup-content{
  		max-width: 335px;
		padding: 0 20px !important;
	    top: 63%;
    }
    .welcome-modal .popup-content h2 {
      font-size: 13px;
    }
    .welcome-modal button.close{
      right: 10px;
      top: 10px;
    }
    .welcome-modal .popup-content h2>small {
	    font-size: 16px;
	}

    .partners-grid>.container>.partner-row {
      margin: 0 0 15px;
    }

    .festival-director-title h3 {
      font-size: 1.7rem;
    }

}
@media only screen and (max-width: 425px) {
  .homepage .mobile-slider .slide-content h2 {
    font-size: 2.6rem; }

  .speakers-box .speaker-content h3 {
    font-size: 1.2rem; }

  .important-links-section .important-link-box {
    padding: 1.5rem 1rem; }
    .important-links-section .important-link-box h3 {
      font-size: 1.2rem;
      padding-top: 0.5rem; }

  .nav-mobile-devices .swiper-menu .swiper-slide a {
    padding: 0.8rem 0.2rem; }

  .nav-mobile-devices.shrink-menu .swiper-menu .swiper-slide a {
    padding: 0.5rem 0.4rem; }

  .nav-mobile-devices .header-tagline {
    font-size: 1.2rem; }

  .delegate-box-wrapper .delegate-image img {
    width: 100%; }

  .delegate-box .delegate-content h4 {
    padding: 1.5rem; }

  .programme-section-wrapper .programme-row .programme-row-header {
    font-size: 1.1rem; }

  .heritage-event-box-wrapper {
    margin-bottom: 2rem; }

  .heritage-event-box h3 {
    font-size: 1.4rem; }

  .heritage-event-box p.venue {
    font-size: 1.2rem; }

  .heritage-event-box-wrapper .heritage-event-box {
    padding: 1rem; }

  .article-wrapper .article-content {
    padding: 1rem 0; }

  .article-wrapper .article-content .article-meta span {
    display: block;
    padding-bottom: .5rem;
    border-bottom: .1rem solid #eeeeee;
    margin-bottom: .5rem; }
    .article-wrapper .article-content .article-meta span.seperator {
      display: none; }

  .yt-video-image img {
    width: 100%; }

  .blog-wrapper-box {
    margin-bottom: 1rem !important; }

  .faqs-wrapper .card .card-body .article-review {
    display: block !important; }
    .faqs-wrapper .card .card-body .article-review span {
      display: block;
      width: 100%; }
    .faqs-wrapper .card .card-body .article-review a {
      display: block;
      width: 40%;
      float: left; }

  footer.footer .footer-copy {
    padding: 1rem; }

  .mobile-blog-meta .article-meta {
    font-size: 1.3rem;
    line-height: 1.3; }

  .contest-header-wrapper .header-content {
    padding: 0 0.5rem; }

  .contest-header-wrapper .header-content h2 {
    font-size: 2.2rem; }

  .contest-header-wrapper .header-content p.lead {
    font-size: 1.5rem;
    padding-bottom: 1rem; }

  .theme-topics ul.topics-list li h4 {
    font-size: 1.6rem; }

  .theme-section-wrapper .side-tag {
    font-size: 1.2rem; }
    .theme-section-wrapper .side-tag:after {
      border-top: 2.8rem solid #0d6d8c; }

  .rolls-credits-wrapper {
    padding: 0 2rem;
    padding-top: 10rem; }

  .slider-content-wrapper .slider-content {
    padding: 2.8rem 2.2rem; }

  .single-speaker-section {
    top: -7rem; }

  .rules-highlight .highlight-box {
    border-right: none; }

  .nav-tabs.volunteer-tabs .nav-link {
    font-size: 1.1rem; }

  .volunteer-btn-tab {
    margin-left: 0 !important; }

  .volunteer-tabs-content {
    padding: 2.5rem 3rem; }

  .rolls-credits-wrapper .rools-credits-row {
    margin-bottom: 2rem;
    padding-bottom: 0; } }
@media only screen and (max-width: 375px) {
  .page-heading h2 {
    font-size: 2.8rem; }

  .speakers-listing-section .speaker-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .speakers-listing-section .speaker-wrapper .speakers-box .speaker-content h3 {
      font-size: 1.4rem; }

  .imp-links-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .mob-review-slider .item {
    padding: 1rem; }

  .mobile-blog .blog-article .article-content h3 {
    font-size: 1.4rem;
    padding: 1rem 0; }

  .heritage-single-wrapper {
    padding: 1rem; }

  .popup-video-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .homepage .mobile-slider .slide-content h2 {
    font-size: 2.2rem; }

  .homepage .mobile-slider .slide-content p {
    font-size: 1.3rem;
    font-weight: 700;
     }

  .festivals-slider.owl-carousel h4 {
    font-size: 1.2rem;
    padding: 1rem 0; }

  .news-box .news-article h3 {
    font-size: 1.6rem; }

  .article-wrapper .article-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0; }

  .archive-page .archive-box .archive-cont h3 {
    font-size: 1.4rem; }

  .archive-page .archive-box .archive-cont p {
    font-size: 1.3rem; }

  .rules-highlight .highlight-box p {
    font-size: 1.2rem; }

  .hotel-box-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .festival-bazaar-tnc .accordion .card .card-header h2 button.btn-link {
    font-size: 1.1rem; }

  .review-box-wrapper {
    margin-bottom: 6rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .more-video-cont h4 {
    font-size: 1.2rem; }

  .mob-review-slider .item {
    padding: 0; } }
@media only screen and (max-width: 320px) {
  .heritage-event-box-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  footer.footer .footer-widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .heritage-event-box-wrapper .heritage-event-box {
    text-align: center; } }



/*# sourceMappingURL=styles.css.map */
