/* The base code for this - from the HTML template site - is a bit of a mess. I don't have time to fix it all though. Sigh. - Dawn


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 24px;
    font-family: 'Poiret One', cursive;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.emphasis {
    font-weight: 400;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
    font-weight: 400;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.clear {
    clear: both;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 0px 0px 20px 0px;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #000;
    opacity: .9;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #EDE0C2;
    padding: 10px 20px;
}

.menu_main li a:hover {
    color: #000;
    background-color: #CB9F39;
}

.menu_main li a.cta {
    color: #CB9F39;
}

.menu_main li a.cta:hover {
    color: #000;
    background-color: #CB9F39;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-image: url(../images/header-bg.png);
    background-size: 100%;
    padding: 10px 0px 0px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 200px;
/*    padding-bottom: 305px;*/
}

.banner_section .carousel {
    background: #000;
    padding: 80px 0;
}

.banner_section .dragon {
    background: url('../images/dragon.png') no-repeat;
    display: block;
    position: absolute;
    height: 1000px;
    width: 670px;
    z-index: 1;
    right: -250px;
    top: 0;
}

.banner_section .carousel-item.active {
    z-index: 3;
}

.banner_title {
    width: 100%;
    float: left;
    font-size: 5.5rem;
    color: #f8eed8;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-bottom: 0;
}

.banner_subhead {
    width: 100%;
    float: left;
    font-size: 1.9rem;
    margin-bottom: 1rem;
    color: #b9984b;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
}

.banner_date {
    color: #b9984b;
    text-align: center;
    font-family: 'Poiret One', cursive;
    font-size: 1.6em;
}   

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 30px rgb(0, 0, 0, 1);
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    background-color: #8b7032;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #ffffff;
    color: #141414;
}


/* banner section end */


/* Shows */

.shows_section {
    width: 100%;
    padding: 50px;
    background: #FFF8E8;
}

.shows_title {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.shows_text {
    width: 100%;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    max-width: 80ch;
}

.shows_section_2 {
    width: 100%;
    margin-top: 60px;
}

.shows_img {
    width: 100%;
}

.shows h4 {
    display: inline-block;
    margin-top: 1em;
}

.shows .row .col-md-4 {
    padding-bottom: 80px;
}

.shows li {
    list-style: disc;
    margin-left: 1em;
}

.performers {
    margin-top: 4em;
}

.performers-mobile {
    display: none;
}

.btn_main {
    text-align: center;
    width: calc(100% - 30px);
    margin: 30px auto;
/*    position: absolute;*/
    bottom: 0;
}

.btn_main a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: #122C2D;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #8b7032;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}

/* end Shows */

/* Workshops - built on Shows section */

.workshops.shows_section {
    background: #000;
}

.workshops .row .col-md-6 {
    padding-bottom: 80px;
}

.workshops .shows_title,
.workshops h3,
.workshops h4,
.workshops h5 {
    color: #FFF8E8;
}

.workshops h4 {
    display: inline-block;
    margin-top: 1em;
}

.workshops .shows_text,
.workshops p {
    color: #ada89e;
}

.workshops p a {
    color: #FFF8E8;
}

.workshops p a:hover {
    color: #fff;
}

.workshops .btn_main a {
    background-color: #8b7032;
    color: #fff;
}

.workshops .btn_main a:hover {
    color: #ffffff;
    background-color: #122C2D;
}

.workshops .btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}

/* end Workshops */

/* Contact - built on Shows section */

.contactus.contactus_section {
   
}

.contactus .row .col-md-6 {
    padding-bottom: 80px;
}

.contactus .shows_title,
.contactus h3,
.contactus h4,
.contactus h5 {
    color: #FFF8E8;
}

.contactus h4 {
    display: inline-block;
    margin-top: 1em;
}

.contactus .shows_text,
.contactus p {
    color: #ada89e;
}

.contactus p a {
    color: #FFF8E8;
}

.contactus p a:hover {
    color: #fff;
}

.contactus .btn_main a {
    background-color: #8b7032;
    color: #fff;
}

.contactus .btn_main a:hover {
    color: #ffffff;
    background-color: #122C2D;
}

.contactus .btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}

/* end Contact */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_title_main {
    width: 100%;
    padding-right: 100px;
}

.about_title_secondary {
    width: 100%;
    padding-left: 100px;
}

.about .row:nth-of-type(2) {
  margin-top: 2em;
}

.producer_img {
    margin-left: -15px;
    padding-bottom: 2em;
}

.producer_profile {
    max-width: 150px;
    float: left;
    margin: 0 1em 0 0;
}

.producer_img_small {
    margin: 2em auto;
}

.about_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.about h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    padding-top: 40px;
}

.about_img {
    width: 100%;
    float: left;
}


/* contact section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_title {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}
.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}
.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}
/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background: #000;
    height: auto;
    padding: 30px 0;
    background-size: 100% 100%;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #122c2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text span {
    font-size: .8em;
    opacity: .5;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}