/*header*/
.navbar{
    position: fixed!important;
    width: 100%;
    z-index: 99;
}
.nav-link{
    font-style: italic;
    font-size: 18px;
    font-family: "mountains";
    letter-spacing: 4.5px;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.navbar-light .navbar-nav .nav-link{
    color: #ffffff!important;
    font-weight: 600;
}
.nav-link:hover, .nav-link:active, .nav-link:visited, .nav-link:focus{
    background-color: transparent!important;
    font-size: 20px;
    font-weight: bold;
}
.navbar-toggler {
    margin-top: 15px;
}
.left-nav{
    float: right;
}
.bg-trans{
    transition:500ms ease;
    background:transparent;
}
.bg-trans.scrolled{
    background:#D60241;
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 80px;
    box-shadow: 0 0 20px #0000002e;
}
#events{
  overflow: hidden;
  height: auto;
  padding-bottom: 50px;
}
.margin-5{
    margin-right: 3rem;
}
.marb-5{
    margin-bottom: 3rem;
}



/*Home page*/
.slick-prev {
    left: 25px!important;
    z-index:9999;
}
.slick-next {
    right: 25px!important;
}
.slick-dots {
    bottom: -10px!important;
}
.hero-slide {
    height: 800px!important;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-color: #0000001c;
}
.banner-content {
    width: 100%;
    display: block;
    position: inherit;
    top: 300px!important;
}
.slide-message {
    margin-bottom: 20px;
}
.pslide-message{
    font-size: 60px;
    /*background-image: linear-gradient(to left, #2647a0, #0e7c3c);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;*/
    color: #ffffff;
    text-transform: uppercase;
}
.pslide-content{
    font-size: 25px;
    font-weight: 100;
    color: #ffffffdb;
    text-transform: capitalize;
    letter-spacing: 6px;
}
.pslide-btn{
    background-color: #533b2a;
    border: none!important;
    padding: 12px 30px!important;
    font-size: 14px!important;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #5f443140;
}
.pslide-btn:hover, .pslide-btn:focus, .pslide-btn:visited{
    font-weight: bold;
    color: #ffffff!important;
    border: none!important;
    text-decoration: none;
}
.para{
    font-size: 16px;
}
.next-event-slider .entry-content{
    padding: 0!important;
}
.the-complete-lineup-artists{
    margin-top: 50px;
}
.the-complete-lineup-artists .artist-single h2 {
    margin-top: 0px;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    /*background-color: #533b2a;*/
    background-color:#0F377F;
    /* background-image: linear-gradient(#524da15e, #524da163, #ef3e6f7a, #f5923a6e); */
}
.theme_hding{
   color: #5e4431;
    /* background-image: linear-gradient(#524da1, #524da1, #ef3e6f, #f5923a); */
    /* -webkit-background-clip: text; */
    -moz-background-clip: text;
    background-clip: text;
    /* color: transparent; */
    text-transform: uppercase;
    font-size: 20px;
}


/*about page*/
.page-title {
    position: relative;
    padding: 200px 0px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-title:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.75);*/
}
.page-title .content {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #dea35c;
}
.page-title .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.abt-vismis {
    position: relative;
    padding: 80px 0px 80px;
    background-image: url(../imgs/abt-sep.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color;
    background-color: #32a14075;
}
.sec-title.centered {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .title {
    position: relative;
    font-size: 15px;
    background-image: linear-gradient(#524da1, #524da1, #ef3e6f, #f5923a);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    /*color: #ffffff;*/
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-title h2 {
    position: relative;
    background-color: #5f4431;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    /*color: #ffffff;*/
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
}
.sec-title.centered h2:after {
    left: 50%;
    margin-left: -30px;
}
.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #2647a0;
}
.vismis {
    position: relative;
}
.vismis .inner-box {
    position: relative;
    text-align: center;
    padding: 20px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    box-shadow: 0px 0px 20px 0px rgb(14 124 60 / 29%);
    background-color: #ffffff;
    border-radius: 10px;
}
.vismis .inner-box h6 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #2647a0;
}
.vismis .inner-box h6 a{
  color: #5f4431;
  text-decoration: none;
}
.vismis .inner-box .text {
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
    line-height: 2;
}
.vismis .inner-box:hover {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.vismis .inner-box:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 4px;
    background-color: #5f4431;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.vismis .inner-box:hover::before, .vismis .inner-box:hover::after {
    width: 100%;
}
.sec-title1.centered {
    text-align: center;
}

.sec-title1 {
    position: relative;
    margin-bottom: 20px;
}
.sec-title1 h2 {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    /*color: #ffffff;*/
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.sec-title1.centered h2:after {
    left: 50%;
    margin-left: -30px;
}
.sec-title1 h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #2647a0;
}
.sec-header h3{
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
.sec-description p{
  color: #ffffff;
  text-align: center;
  padding: 0 100px;
  line-height: 30px;
  margin-top: 30px;
}

.testimon{
  padding: 80px 0px;
}
.bg-color{
  background: #5f4431cc;
}
.blockquote-footer{
  color: #ffffff!important;
  margin-top: 15px;
}
/*.client-review-stars{
  text-align: right;
}*/

.slick-slider {
    margin-bottom: 0px!important;
}

