body,
p {
  color: #000;
font-family: 'Open Sans';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Kumbh Sans'; }

h1, h2 {
  font-family: 'Kumbh Sans'; }

h1 {
  font-size: 42px;
  line-height: 36px;
  font-weight: 900; }

h2 {
  font-size: 36px;
  /*line-height: 36px;*/
  font-weight: 700; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

h5 {
  font-size: 14px;
  line-height: 24px; }

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility; }

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  padding: 0;
  margin: 0; }

a:link,
a:visited {
  text-decoration: none; }

a {
  /*color: #e7015e;*/
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

a:hover {
  text-decoration: none;
  /*color: #e7015e; */
    
}

a.read-more {
  color: #e7015e;
  font-weight: 700; }

a.read-more:hover {
  color: #222; }

.body-color {
  background: #161362;
  color: #fff; }

section,
.section-padding {
  padding: 50px 0;
  position: relative; }

.section-bg {
  background: #fafafa; }

a:focus {
  outline: 0; }


.btn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  background: #3d3e3e;
  height: 50px;
  color:#fff;
  padding: 0 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); }

/*==========================
      header area
===========================*/

.header .navbar-brand {
  padding: 0; }
.header ul.navbar-nav > li{
    padding: 0 0 0 40px;
}

.header ul.navbar-nav > li > a {
  font-weight: 700;
  font-size: 14px;
  line-height: 78px;
  display: block; }
  .header ul.navbar-nav > li > a:hover {
    color: #e7015e; }

.header ul.navbar-nav > li.header-ticket {
  margin-top: 15px; }
  .header ul.navbar-nav > li.header-ticket .ticket-btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #00c1c1;
    margin-left: 30px; }
    .header ul.navbar-nav > li.header-ticket .ticket-btn:hover {
      background: #e7015e; }
#header .navbar{
    padding: 15px 0px 15px 0px;
    margin: 0 5%;
}
.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 300px;
  margin: 0;
  border-radius: 0;
  
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none; }
  .dropdown-menu li{
      padding:10px 0px;
      /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
  }
  .header ul.navbar-nav li .dropdown-menu li a {
    padding: 12px 10px;
    font-family: 'Montserrat';
     font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 29px;
      color: #000000;}
    .header ul.navbar-nav li .dropdown-menu li a:hover {
      color: #007BFF; }
  .header ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none; }

.header.header-transparent {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #F5EDEA;}
  
  .header.header-transparent .navbar-brand {
    padding: 0; }
    .header.header-transparent .navbar-brand img {
      vertical-align: top;
      width: 100%;
    }
  .header.header-transparent ul.navbar-nav {
    position: relative;
     }
    .header.header-transparent ul.navbar-nav > li > a {
        font-family: 'Mulish';
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.08em;
        text-align: left;
        color:#000;
    }
    .header.header-transparent ul.navbar-nav > li > a:hover{
        color:#D2544F;
    }
    #navbarNavDropdown{
        justify-content:space-between;
    }
    
  .header.header-transparent.nav-border {
    border-bottom: 1px solid #363d8a;
    padding: 10px 0; }
    .header.header-transparent.nav-border .navbar {
      padding: 0px 0; }
    .header.header-transparent.nav-border ul.navbar-nav > li.header-ticket .ticket-btn {
      background: #3a6af0; }

.header.h-transparent2 {
  padding: 30px 0; }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a {
    color: #3b1d82; }
  .header.h-transparent2 button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -50px;
    padding: 8px 12px;
    font-size: 22px; }
  .header.h-transparent2 .ticket-btn.btn {
    border-radius: 36px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    color: #3b1d82;
    font-size: 14px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px; }
    .header.h-transparent2 .ticket-btn.btn:hover {
      background: #ff007a;
      color: #fff; }
  .header.h-transparent2.sticky {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02); }

.header.header-classic .navbar {
  padding: 0; }

.header.header-classic ul.navbar-nav {
  margin-top: 5px; }
  .header.header-classic ul.navbar-nav > li > a {
    color: #222222;
    line-height: 74px; }
    .header.header-classic ul.navbar-nav > li > a:hover {
      color: #e7015e; }
  .header.header-classic ul.navbar-nav > li.active > a {
    color: #e7015e; }
  .header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn {
    background: #e7015e;
    color: #fff; }
    .header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #d20055; }

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #F5EDEA; }
  .header.sticky .navbar {
    padding: 0.5rem 1rem; }
  .header.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s; }
  .header.sticky.header-classic {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0; }

.dropdown-menu.show {
  display: none; }

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none; } }

/*================================
      ts-footer
 ==================================*/
.ts-footer {
  background: #05242F;
  text-align:center;
  padding: 30px 0 30px;}

.ts-footer-social ul {
  padding: 0; }
  .ts-footer-social ul li {
    display: inline-block;
    list-style: none; }
    .ts-footer-social ul li a {
      display: block;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border: 1px solid #525164;
      text-align: center;
      color: #fff;
      font-size: 14px;
      padding: 7px 0;
      margin: 0 5px; }
      .ts-footer-social ul li a:hover {
        background: #007BFF;
        border-color: #007BFF;
        color:#fff;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }

.footer-menu ul li {
  display: inline-block; }
  .footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative; }
    .footer-menu ul li a:before {
      position: absolute;
      left: -24px;
      top: 1px;
      bottom: 0;
      margin: auto;
      content: '';
      background: #5f5e6f;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%; }
    .footer-menu ul li a:hover {
      color: #e7015e; }
  .footer-menu ul li:first-child a:before {
    display: none; }

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad; }

.ts-footer.ts-footer-item {
  background: transparent;
  padding: 0px 0; }
  .ts-footer.ts-footer-item .footer-border {
    border-top: 1px solid #2e2b72;
    padding: 60px 0; }
  .ts-footer.ts-footer-item .footer-menu ul li a {
    color: #fff; }
    .ts-footer.ts-footer-item .footer-menu ul li a:before {
      display: none; }
  .ts-footer.ts-footer-item .footer-menu ul li:first-child a {
    margin-left: 0; }
  .ts-footer.ts-footer-item .ts-footer-social ul li a {
    border-color: #464482; }
  .ts-footer.ts-footer-item .newsletter-form {
    margin-bottom: 35px;
    margin-top: -15px; }
    .ts-footer.ts-footer-item .newsletter-form .email-form-group .form-control {
      border-bottom-color: #464482; }
  .ts-footer.ts-footer-item .copyright-text p {
    color: #fff; }


/* Contact
================================================== */
.ts-contact .single-contact-feature {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0; }
  .ts-contact .single-contact-feature p strong {
    color: #222222; }
  .ts-contact .single-contact-feature span.fa {
    font-size: 20px; }

.ts-contact-form .contact-form .form-group {
  margin-bottom: 30px; }
  .ts-contact-form .contact-form .form-group .form-control {
    padding: 15px 15px;
    border-radius: 0;
    /* font-size: 14px; */
    resize: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    background: #F0F0F0;
    font-size: 16px;}

  .footer_links li{
      list-style-type:none;
  }
  .footer_links a{
    color: #000;
    font-family: 'Nunito';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style-type: none;
  }
  .footer_links li{
    padding: 15px 0px;
  }
  
  .ts-footer-socials ul {
    padding: 0; }
    .ts-footer-socials ul li {
      display: inline-block;
      list-style: none; }
      .ts-footer-socials ul li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border: 1px solid #525164;
        text-align: center;
        color: #000;
        font-size: 14px;
        padding: 7px 0;}
        .ts-footer-socials ul li a:hover {
          background: #000;
          border-color: #000;
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
        color:#fff; }