 
/* ================= 
fonts 
==================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url(http://allfont.net/allfont.css?fonts=agency-fb);



/* ------------------------------------------------
    1. Default stylesheets
------------------------------------------------ */
*{ padding:0; margin:0;}
body { -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;font-family: 'Poppins', sans-serif;
       overflow-x:hidden;
}

a{ text-decoration:none !important;}
ul{ padding-left:0px; margin-bottom:0px;}
li{ list-style:none;}
button:focus {outline: 0px dotted;}
.container-fluid {padding:0;}
h1, h2, h3, h4, h5{
    margin:0px;
    font-family: 'Lato', sans-serif;
}
h1{ }
/*h2{ font-size:25px; font-weight:400; letter-spacing:0.5px; color:#037684; line-height:25px; padding-bottom: 25px; 
    text-align:center;}*/
/*h3{ font-size:25px; font-weight:400; letter-spacing:1px; color:#037684; line-height:20px; padding-bottom: 10px;}*/
p {
    color: #7a7979;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.sec-pad{ padding:40px 0;}

/*==================================================
  Header
  ==================================================*/
.sec_padding{padding:35px 0;}
section{ width:100%; float:left;/*  padding:35px 0; */} 
.logo-change {
    width: 120px;
    /*margin-top:15px;*/
}
/* header-top */
.header-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    padding: 35px 0 10px;
    width: 100%;
}
.header-top h3 {
    color: #fff;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    margin: 0;
}
.header-right{ float:right;}
.header-right ul li{ display:inline-block; color:#fff; margin-left: 7px;}
.header-right ul li i{color:#23afe3;padding-right:2px;}
.header-right a {
    border: 1px solid #23afe3;
    border-radius: 4px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
}
.header-right a i{color: #23afe3;
                  font-size: 15px;
                  font-weight: 500;}
/* header  */
header {
    width: 100%;
    z-index: 99;
    position:absolute;
    top:-20px;
    left:0;
}
header.affix.fadeInDown {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeInDown !important;
    animation-play-state: running;
    animation-timing-function: ease;
}
header .fadeInDown {animation-name: none !important;}
/*header.affix .top-wrapper {display: none;}*/

@-webkit-keyframes fadeInDown {
    from {opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
    }
    to {opacity: 1;
        -webkit-transform: none;
        transform: none;
    }}
@keyframes fadeInDown {
    from {opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
    }
    to {opacity: 1;
        -webkit-transform: none;
        transform: none;
    }}

.logo-wrapper {
    float: left;
    padding: 26px 0 2px;
    width: 100%;

}
.affix .logo-wrapper {
    padding: 15px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
    background: #fff;
    border-bottom: 0px;
	background: #171717;
}
.affix .navbar-nav > li > .dropdown-menu {margin: 26px 0 0;}

/* 7. Navigation */
.navbar-default {background-color: inherit;border-color: inherit;}
.navbar-default .navbar-collapse {float: left; padding: 0;}
.navbar {border-radius: 0;
         min-height: auto;
         margin: 20px 50px 0 0;
         border: none;
}
/*.navbar-collapse {padding: 0;}*/
.navbar-brand {padding: 11px 0 0;height: auto;display: none;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.affix .navbar-default .navbar-nav > li > a {
    color: #fff;

}
.navbar-default .navbar-nav > li > a > i {
    bottom: -24px;
    left: 50%;
    position: absolute;
}
/*.navbar-nav > li {border-right: 1px solid #b5b5b7;}*/

/*.navbar-nav > li > a {padding: 0 20px;}*/

/*.navbar-default .navbar-nav.nav li:hover > a, .navbar-default .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .nav .open > a, .navbar-default .nav .open > a:focus, .navbar-default .nav .open > a:hover, .side-nav li > a:focus {
        background-color: inherit;
}*/
.dropdown-menu > li > a {color: #000;margin: 0;padding: 10px 20px;font-size: 14px;font-weight: 400;display: block;text-transform: capitalize;}

.navbar-nav > li > .dropdown-menu {top: 100%;padding: 0;margin: 38px 0 0 0;box-shadow: none;font-size: 16px;text-transform: uppercase;
                                   border-radius: 0;
                                   border-top: none;
}
.navbar-nav > li > .dropdown-menu li {border-bottom: solid 1px #d7d7d7;}

.navbar-nav > li > .dropdown-menu li:last-child {border-bottom: none;}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {text-decoration: none;background: #eaeaea !important;color: #000 !important;}

.navbar-default 

.navbar-nav.nav li:hover > a, 
.navbar-default .navbar-nav li.active > a:hover, 
.navbar-default .navbar-nav li.active > a:focus,

.navbar-default .navbar-nav li.active > a, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 

.navbar-default .nav .open > a, 
.navbar-default .nav .open > a:focus, 
.navbar-default .nav .open > a:hover, 

.side-nav li > a:focus {color: #ec1c24;}

.cart-signup li .sign-up {background: #fd4326;}
.menu-fb {
    color: #3a6ccc;
    font-size: 24px;
}

/* =========================== 
search-button
================================= */
/*h4 {
    text-align: center;
    letter-spacing: 0.5px;
    transform: scale(0);
    transition: all 0.3s;
    position: relative;
    top: -25px;
    margin: 0;
    font-weight: normal;
}
h4.show {
    animation: alert 0.18s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes alert {
    0%{
        transform: scale(0);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
form {
    transition: all 0.15s;
}
form.explode {
    transform: scale(1.4);
    opacity: 0;
}

form {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
}
input[type="submit"]{
    display: none !important;
}
input {
    width: 100%;
}
input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #a5ca0d;
    border-radius: 20px;
    box-sizing: border-box;
    color: #cccccc;
    font-size: 13px;
    padding: 3px 6px 5px;
    position: relative;
    z-index: 2;
}
input:focus {
    outline: none;
}
.after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1;
}
form.open .after {
    cursor: pointer;
}
.after:before, .after:after {
    background-color: #a5ca0d;
    border-radius: 3px;
    content: "";
    height: 3px;
    position: absolute;
    transform-origin: 100% 100% 0;
    width: 19px;
}
.after:after{
    bottom: -3px;
    right: -3px;
    transform: rotate(45deg);
}
.after:before {
    top: -3px;
    right: -3px;
    transform: rotate(-45deg);
    opacity: 0;
}
form,
form .after,
form .after:before,
form .after:after {
    animation-duration: 1.1s;
    animation-fill-mode: forwards;
}
form.in {
    animation-name: expand;
}
form.in .after:before {
    animation-name: beforemagic;
}
form.in .after:after {
    animation-name: aftermagic;
}

form.close,
form.close .after,
form.close .after:before,
form.close .after:after {
    animation-direction: reverse;
}
form.close {
    animation-name: expand;
}
form.close .after:before {
    animation-name: beforemagic;
}
form.close .after:after {
    animation-name: aftermagic;
}

 Hold final focused state
 ***************************
form.open {
    width: 250px;
    color: #fff;
}
form.open .after {
    z-index: 3;
}
form.open .after:before {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1;
}
form.open .after:after {
    width: 20px;
    bottom: 10px;
    right: 15px;
}

@keyframes aftermagic {
    0%   {}
    10% {
        width: 24px;
        bottom: -10px;
        right: -10px;
    }
    15%{
        opacity: 1;
    }
    35% {
        width: 13px;
        bottom: -3px;
        right: -3px;
        opacity: 0;

    }
    25% {
        opacity: 0;
    }
    64% {
        opacity: 0;
    }
    65% {
        opacity: 1;
        width: 13px;
        bottom: -2px;
        right: -3px;
    }
    75% {
        width: 30px;
        bottom: 4px;
        right: 10px;
    }
    90% {
        width: 20px;
        bottom: 10px;
        right: 15px;
    }
    100% {
        width: 20px;
        bottom: 10px;
        right: 15px;
    }
}
@keyframes beforemagic {
    0%   {}
    50% {
        opacity: 0;
    }
    55% {
        opacity: 1;
        width: 13px;
        top: -4px;
        right: -3px;
    }
    65% {
        width: 30px;
        top: 6px;
        right: 10px;
    }
    80% {
        width: 20px;
        top: 9px;
        right: 13px;
    }
    100% {
        width: 20px;
        top: 9px;
        right: 13px;
        opacity: 1;
    }
}
@keyframes expand {
    0%   {
        color: transparent;
    }
    20% {
        width: 36px;
    }
    45% {
        width: 250px;
    }
    99% {
        color: transparent;
    }
    100% {
        width: 250px;
        color: #fff;
    }
}*/
/*/ expendable-search /*/
.custom-search input {background: url("https://image.flaticon.com/icons/svg/126/126474.svg") no-repeat scroll right center / 30px 18px #fff;float: right;padding-right: 20px;transition: all 0.5s ease 0s;width: 30px;}.custom-search input:focus {width: 100%;}.bg-black {background: #999 none repeat scroll 0 0;display: inline-block;width: 100%;}.custom-search {position: absolute;right: 18px;top: 14px;}

/* ============ active menu ============== */
/*.navbar-nav li.active{
        border-bottom:2px solid #000000;
        padding-bottom:20px;}*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: transparent;
    padding-bottom:5px;
}
.upcoming{
    /*border: 1px solid #c3c3c3;*/
    /*display: -webkit-flex;*/ 
    /*display: flex;*/
    width:100%;
    over-flow:auto;
}
.upcoming-event{
    -webkit-flex-grow: 0; 
    -webkit-flex-shrink: 0; 
    -webkit-flex-basis: 25%; 
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
}

@media (min-width: 992px) and (max-width: 1024px) {

    .navbar-nav > li > a {padding: 0 12px;}
    .navbar {margin: 22px 0 0;}
    .navbar-nav > li > .dropdown-menu {margin-top: 34px;}
}

@media (min-width: 768px) and (max-width: 991px) {

    nav.pull-right {float: left !important;}

    .navbar-nav > li > a {padding: 0 12px;}

    .navbar-nav > li:first-child > a {padding-left: 0;}

    .affix .navbar-nav > li > .dropdown-menu {margin: 32px 0 0;}

    .navbar {margin-top: 20px;}

    .navbar-nav > li > .dropdown-menu {margin-top: 30px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 55vh;

    }
}

@media (max-width: 790px) {

    .navbar-default .navbar-collapse {float: none;border: none;}

    nav.navbar.navbar-default.pull-right {float: left !important;width: 100%;}


    .navbar {margin: 0;}

    .navbar-brand {display: block;}

    .navbar-toggle {margin-top: 18px;margin-right: 0;}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: inherit;}

    .navbar-nav {background: #fff;float: left;margin: 10px 0 0;width: 100%;padding: 5px 0 10px 0;}

    .navbar-nav > li > a {padding: 10px 20px;}

    .navbar-default .navbar-nav > li > a {color: #000;}

    .navbar-default .navbar-nav > li > a > i {position: static;}

    .navbar-nav > li {border-right: none;}

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {padding: 10px 15px 10px 25px;}
    .navbar-default 

    .navbar-nav.nav li:hover > a, 
    .navbar-default .navbar-nav li.active > a:hover, 
    .navbar-default .navbar-nav li.active > a:focus,

    .navbar-default .navbar-nav li.active > a, 
    .navbar-default .navbar-nav > li > a:focus, 
    .navbar-default .navbar-nav > li > a:hover, 

    .navbar-default .nav .open > a, 
    .navbar-default .nav .open > a:focus, 
    .navbar-default .nav .open > a:hover, 

    .side-nav li > a:focus {color: #fff;background:#e54149;}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
        padding-bottom:0px;}
    nav.navbar.navbar-default.pull-right {
        padding-bottom: 2px;
    }
    .navbar-collapse{ box-shadow: none;}

    .logo-wrapper {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
        border-bottom: 0px;
		padding-top:2px;
		background: #171717;
    }



} 

/******** Slider *********/
.main-slider{ padding:0;}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 68px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .prev { margin-left:  -90px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -90px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;   
} 

/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 100vh;
    line-height: 1;
    width: 100%;
}

.carousel-caption2{
    /*background:rgba(29,33,24,0.5);*/
    left:10%;
    top:22%;
    right:auto;
    bottom:auto;
    padding:32px 32px 35px;
    max-width:500px;
    text-align:left;
}
.carousel-caption2 p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    max-width: 400px;
    padding-top: 10px;
    padding-bottom:20px;
}
.carousel-caption2 p span {
    color: #eebe00;
}

.carousel-caption2 h3 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
}

.carousel-caption2 ul li{
    position:relative;
    padding-left:25px;
    color:#f1efef;
    font-size: 16px
}
.carousel-caption2 ul li:after{
    position:absolute;
    display:block;
    content:"\f111";
    font-family:"FontAwesome";
    font-size:13px;
    color:#fff;
    left:0;
    top:3px;
}
.carousel-caption2 button{background: transparent;
                          padding: 3px 21px 8px;
                          border: 2px solid #00aeef;
                          border-radius: 5px;
                          margin-top: 30px;
                          font-size: 17px;}

.carousel-caption2 button:hover{
    background:#00aeef;
    color:#fff;
}


/* expendable-search */

.custom-search input {
    background: url("https://image.flaticon.com/icons/svg/126/126474.svg") no-repeat scroll right center / 30px 18px #fff;
    float: right;
    padding-right: 20px;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.custom-search input:focus {
    width: 100%;
}

.bg-black {
    background: #999 none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}

.custom-search {
    position: absolute;
    right: 18px;
    top: 14px;
}


/* my-css	 */
.heading_pad{padding:45px 0 33px 0;}	
.overlay_header{width:100%;background:rgba(0, 0, 0, 0.7);height:100%;}	
.slider-bg{background: url("img/banner/1.jpg") no-repeat scroll 0 0 / 100% 100% rgba(115, 13, 13, 0.7);height:700px; position:relative;}
.slider-caption{position:absolute;top:50%;left:0;right:0;text-align:center;margin:0 auto;transform:translateY(-50%);}
.slider-caption h3 {
    color: #fdaeb1;
    font-family: "Agency FB",arial;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 3.5px;
    line-height: 34px;
    padding-bottom: 28px;
}
.slider-caption h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-bottom: 22px;
}
.slider-caption p {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 26px;
    line-height: 27px;
}
.cmn-btn {
    background: none repeat scroll 0 0 #e54149; 
    border: 0 none;
    border-radius: 11px;
    color: #ffffff;
    letter-spacing: 1.5px;
    padding: 10px 26px;
    text-transform: uppercase;
    border:1px solid #e54149;
    font-family: 'Agency FB', arial;
}
/* .cmn-btn:before {
        position:absolute;
        top:0;
        left:0;
        right:0;
        width:100%;
        height:50%;
        content:"";
        background:blue;
        border-top-left-radius:11px;
        border-top-right-radius:11px;
          z-index:-1;
        
}
.cmn-btn:after {
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        width:100%;
        height:50%;
        content:"";
        background:blue;
        border-bottom-left-radius:11px;
        border-bottom-right-radius:11px;
          z-index:-1;
        
}
 .cmn-btn:hover .cmn-btn:before{
        height:0;
        top:-20px;
} */
.cmn-btn:hover{
    background:none;
    color:#fff;
    border:1px solid #e54149; 
}

/* ========================== 
latest-area 
============================== */
.latest-area {
    background: url("img/ev-bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
}

.back-sub-title{position:relative;margin-bottom:55px;}
.back-sub-title h2{color:#797878;font-size:50px;line-height:30px;font-weight:400;text-align:center;opacity:0.2;letter-spacing:1.9px;position:relative;text-transform: uppercase;}
.back-sub-title h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.5px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    text-transform: uppercase;
}
.single-team {
    margin-top:18px;
    overflow:hidden;
    transition:0.5s;
}
.single-team img{
width: 100%!important;
    border-radius: 5px;
height: auto;
object-fit: cover;
    background: #000;
height: auto;
max-height:500px;

}
.team-cont{padding:10px 9px;background:#fff;}
.team-cont{padding:10px 9px;background: #4a4a4a;text-align: center;}
.team-cont h3 {
    color: #fff;
    font-family: "Agency FB",arial;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 22px;
    padding-bottom: 6px;
    text-transform: uppercase;
    height:auto;
}
.team-cont p{}
.team-spe {
    padding-bottom: 8px;
}
.team-spe ul li {
    color: #7a7979;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    padding-right: 7px;
}
.team-spe ul li i{padding-right:5px;}
.late-btn {
    background: none repeat scroll 0 0 #e54149;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 8px;
    padding: 6px 28px;
}
.click-btn-area{text-align:center;}
.click-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
    margin-top: 30px;
    padding: 7px 26px;
}
.click-btn:hover{background:#e54149;}
.late-btn:hover{color:#e54149}


.list-quotes {
    background: transparent;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
    border: none;
    transition:0.5s;
}
.list-quotes
{
    -webkit-transition:0.5s;
    transition:0.5s;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.1);
/*    opacity: 0.5;*/
    transition:0.5s;
}
.list-quotes:hover{
    box-shadow: 0 0 5px 2px rgba(51,153,153, 0.5);
    transition:0.5s;
}
.single-team-img{ transition:0.5s;}
.view-btn-clr {
    background: none repeat scroll 0 0 #2ba501;
    border: 1px solid #2ba501;
    padding: 6px 20px;
}
.view-btn-clr:hover{border:1px solid #2ba501;color:#2ba501;}
/* ========================== 
Artist-area 
============================== */
.artist-area{background:#040404;}
.single_item{position:relative;overflow:hidden;}
.item_img{}
.item_img img{width:100%;height: 350px;object-fit: cover;}
.item_info {
    bottom: 0;
    color: #ffffff;
    height: 35%;
    padding:0 11px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.item_info:before{position:absolute;content:"";background:transparent;opacity:0.7;width:100%;height:100%;left:0;}
.inner_content{position:relative;top:50%;transform:translateY(-50%);}
.item_title {
    margin-bottom: 12px;
    margin-top: 60px;
    padding: 0 7px 0 0px;
    position: relative;
}
.item_title h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 4px;
    text-align: left;
}
.item_title span {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-align: left;
    color: #c5fcfe;
    display: block;
    margin-top: 15px;
}
.item_icon{position:relative;
           bottom:-35px;
           transition:0.5s;
           text-align:left;
}
.item-cont p {
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-align: justify;
    font-size:12px;
}
.item_icon > a {
    font-size: 13px;
    padding-top: 3px;
    padding-right: 5px;
    color: #fff;
}
.item_icon a:hover i{color:red;}
.single_item:hover .item_title{margin-top:0px;}
.single_item:hover .item_info{height:100%;}
.single_item:hover .item_icon{bottom:0px;}
.single_item:hover .item_info{background: #ee1226; /* Old browsers */
                              background: -moz-linear-gradient(top, #ee1226 0%, #d62862 49%, #d62862 52%, #d62862 52%, #082f85 100%, #2989d8 100%, #2989d8 100%); /* FF3.6-15 */
                              background: -webkit-linear-gradient(top, #ee1226 0%,#d62862 49%,#d62862 52%,#d62862 52%,#082f85 100%,#2989d8 100%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
                              background: linear-gradient(to bottom, #ee1226 0%,#d62862 49%,#d62862 52%,#d62862 52%,#082f85 100%,#2989d8 100%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1226', endColorstr='#2989d8',GradientType=0 );opacity:0.7;}
.artist-area .col-xs-3{padding-left:0px;padding-right:0px;}

/* ========================== 
footer-area 
============================== */
.footer-area{background:#171717;}
.frst-ft-cont{padding: 0 30px;}
.frst-ft-cont h3 {
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 25px;
}
.frst-ft-cont p {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;
    max-width: 290px;
}
.ft-social ul{}
.ft-social ul li {
    display: inline-block;
    padding-right: 13px;
}
.ft-social ul li a i {
    background: none repeat scroll 0 0 #515151;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 6px;
    color:#171717;
}
.ft-social ul li a i:hover{color:#e54149;}
.ft-del ul{}
.ft-del ul li {
    color: #ffffff;
    position:relative;
    margin-bottom:14px;
}
.ft-del ul li p{padding-top:4px;color:#797878;font-size:11px;padding-bottom:5px;}
.ft-del ul li:before {
    position:absolute;
    content:"";
    width:100px;
    height:1px;
    background:#fff;
    left:0;
    bottom:0;

}
.ft-single-img{width:100%;overflow:hidden;transition:0.5s;}
.ft-single-img:hover{transform:scale(1.1);}
.ft-single-img img{width:100%;overflow:hidden;height: 80px;}
.ft-gal .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
    overflow:hidden;
    margin-bottom:15px;
}

/* ==================== 
copy-area 
=================================*/
.copy-area{background:#020202;padding:9px 0; }
.copy-cont{text-align:center;}
.copy-cont p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    color:#fff;
}

/* ===========================
event-list-area 
==================================*/
/* .overlay_header{width:100%;background:rgba(0, 0, 0, 0.6);height:100%;} */	
.event-list-area{background:url("img/ev-list.jpg") no-repeat;background-size:100% 100% !important;}
/* .heading_pad {
  padding: 80px 0 17px;
} */
.header_pad {
    padding: 200px 0 17px;
}
.latest-ev-list{ background: url("img/ev-list-bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);background-size:100% 100%;}
.team-cont{position:relative;z-index:11;}
.team-cont-style{position:absolute;content:"";left:0;top:0;width: 0;
                 height: 0;
                 border-style: solid;
                 border-width: 253px 200px 0 0;
                 border-color: #f5c2c5 transparent transparent transparent;
                 z-index:-1;
}
.eve-lis-team p {
    font-size: 11px;
    line-height: 16px;
}
.eve-lis-team h3 {
    font-size: 18px;
    height: 50px;
    line-height: 22px;
}
/* =======================
event-area 
============================*/
.event-area{background:url("img/event.jpg") 7;background-size:100% auto; min-height:400px;}
.sec-heading h2 {
    color: #ffffff;
    padding-bottom: 25px;
}
/* band-area-start */
.band-area{background:#24242f;}
.band-area-left img{/*width:100%;*/ height: 100%}
.band-area-right {
    background: none repeat scroll 0 0 #272832;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.band-cont{width:80%;margin:0 auto;}
.band-cont h3 {
    color: #ffffff;
    font-family: "Agency FB",arial;
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-bottom: 26px;
    text-transform: uppercase;
}
.single-band-cont-list {
    float: left;
    padding: 25px 0;
    width: 100%;
}
.item-border {
    border-top: 1px solid #474646;
}
.single-band-cont-list h5 {
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.single-band-cont-list p {
    color: #ffffff;
    float: right;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.counting-area {
    border-bottom: 1px solid #474646;
    border-top: 1px solid #474646;
    float: left;
    padding: 20px 5px 10px;
    width: 100%;
}
.counting-area ul li{display:inline-block;width:20%;}
.counting-area ul li {
    display: inline-block;
    text-align: center;
    width: 24%;
    font-size: 39px;
    font-weight: 600;
    line-height: 36px;
    color:#fff;
}
.counting-area ul li p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding-top: 6px;
}
.band-btn {
    margin-left: 10%;
    margin-top: 37px;
    padding: 9px 38px;
    border-radius: 20px;
}
/*========================= 
about-event-start 
=============================*/
.about-event{background:#24242f;}
.about-event p{font-size: 13px;
               font-weight: 300;
               letter-spacing: 0.5px;
               line-height: 21px;
               color:#fff;
}
.about-event h3 {
    color: #ffffff;
    font-family: "Agency FB",arial;
    font-size: 30px;
    line-height: 26px;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.about-event h3 span{
    font-weight:600;
}

/* ==========================
albu-area
==============================*/
.albu-area{background:url("img/album.jpg") no-repeat;background-size:100% 100%;}
.album-content{background:#24242f;}

.gallery-item{transition:0.3s;position:relative; overflow:hidden;}
.galary-hover{transition:0.5s;transform:scale(0);
              top:0;
              right:0;
              bottom:0;
              left:0;
              position:absolute;
              text-align:center;
              background:rgba(0,0,0,0.5);
              color:#fff;
              z-index:5;
              overflow:hidden;
}
.gallery-item:hover .galary-hover{
    transform:scale(1);
    cursor:pointer;
}
.galary-hover i {
    font-size: 24px;
    margin-top: 30%;
}

.list-inline > li{ padding:0px;}
.img-thumbnail{padding:0px;}

.single-people-del p {
    font-size: 13px;
    font-weight: 500;
    line-height:19px;
    letter-spacing: 0.5px;
    min-height:40px;
    transition:0.5s;
}
.single-people-del{padding:19px 7px;transition:0.5s;}
.single-people-del:hover{background: linear-gradient(to bottom, #ffffff 0%, #9933ff 100%);}
.single-people-del:hover p{color:#fff;}
.mb-0{margin-bottom:0px;}

.team-members{margin-bottom:25px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transition:0.5s;}
.team-members:hover{
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15); 
    transform: translateY(-10px);

}
/* .single-people-tab{}
.single-people-tab ul{}
.single-people-tab ul li{display:inline-block;}
.single-img-tab{position:relative;overflow:hidden;}
.single-overlay-tab{position:absolute;top:100%;left:0;}
.single-img-tab:hover .single-overlay-tab{top:0px;}
.single-img-tab:hover .single-img-tab img{display:none;} */
.active-cont {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
    max-width: 530px;
    letter-spacing: 0.5px;
}
.activity-style{text-align:left;}
.activity_img img{width:100%;object-fit:cover;}
.activity_img {margin-bottom:25px;}
.current-para{margin:0 auto;text-align:left;}
.idio_current-para {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 13px;
}
.current-del{margin-bottom:20px;}
.current-del h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 23px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.current-del-title {
    color: #000;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 37px;
    position: relative;
    text-transform: uppercase;
}
.current-del-title:before{ position:absolute;left:0;content:"";background:cyan;width:50px;height:2px;bottom:0;}
.current-del h4 {
    padding-bottom: 18px;
    color:#000;
}
.current-del-para{color:#000;text-align:left;}
.current-del p > span {
    color: #673ab7;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-right: 10px;
}
.current-del-list {
    color: #000;
    padding-bottom: 12px;
    padding-left: 23px;
    position: relative;
    text-align: left;
}
.current-del-list:before {
    color: cyan;
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    left: 0px;
    position: absolute;
    top: 0;
}
.current-del ul{padding-top:20px;}
.highlight-cont p {
    background: none repeat scroll 0 0 #673ab7;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 18px;
    padding: 8px 10px;
    letter-spacing: 0.5px;
    text-align:center;
}



/* ========= 
linker-tab 
===================== */ 
.linker-tab{max-width:800px;margin:0 auto;}
.single-people-tab{position:relative;overflow:hidden;width:80px;}
.single-people-tab img{width:100%;}
.single-overlay-img img{position:absolute;top:100%;left:0;transition:0.3s;width:100%;right:0;text-align:center;margin:0 auto;}
.single-people-tab:hover .single-overlay-img img{top:0px;}
.single-tab-cont p {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    padding: 11px 0;
    color:#673ab7;
}
.people-tab{text-align:center;}
.people-tab ul li{display:inline-block;padding:0px 32px;}



#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}
.thumbnail-style{border:0px solid;border-radius:0px;background:none;padding:0px;}
.activity-area .col-sm-3{padding-left:8px;padding-right:8px;}
.pb-25{padding-bottom:25px;}
.text-center1 {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color:#000;
}
.current-tab-pane{float:left;}
.mb-15{margin-bottom:15px;}
.pb-0{padding-bottom:0px;}
.pb-40{padding-bottom:40px;}
.board{
    width: 75%;
    margin:0 auto;
    height: 370px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board h4{
    margin:0px;
    padding:20px 0 0;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom:0px solid;

}

.board > div.board-inner{
    /*  background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); */
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
    line-height:25px;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:40%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color:#673ab7;border: 1px solid #ddd;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 1px solid #ddd;
    color: #01a69d;
}

span.round-tabs.two{
    color:#673ab7;border: 1px solid #ddd;
}
li.active span.round-tabs.two{
    background: #fff !important;
    border: 1px solid #ddd;
    color: #01a69d;
}

span.round-tabs.three{
    color:#673ab7;border: 1px solid #ddd;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 1px solid #ddd;
    color: #01a69d;
}

span.round-tabs.four{
    color: #f1685e;border: 1px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 1px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 33%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.board-inner li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom:-11px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}
.nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 3px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
    position: relative;
    padding-top: 50px;
}
.tab-content .head{
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color:#000;
}
.btn-outline-rounded{
    padding: 10px 23px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 4px;
}

.btn.green{
    background-color:#673ab7;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

.ticket-image img{
    width:50% !important;
    height: 300px !important;
}



/* ====================== 
modal 
=================================== */
.mb-20{margin-bottom:20px;}
.gallery-item{transition:0.3s;position:relative; overflow:hidden;}
.galary-hover{transition:0.5s;transform:scale(0);
              top:0;
              right:0;
              bottom:0;
              left:0;
              position:absolute;
              text-align:center;
              background:rgba(219,55,53,0.7);
              color:#fff;
              z-index:5;
              overflow:hidden;
}
.gallery-item:hover .galary-hover{
    transform:scale(1);
    cursor:pointer;
}
.galary-hover i{margin-top:30%;}

.list-inline > li{ padding:0px;}
.img-thumbnail{padding:0px;width:100%;object-fit: contain;min-height: 384px !important}
.gallery-item > a{width:100%;}
.annual-day-title{position:relative;bottom:0;left:0;}
.galary-item-title h3 {

    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 16px;
    padding: 8px 15px;
}
.galary-item-title h3 span{
    display:block;
}
.galary-item-title {
    float: left;
    padding: 9px 0 5px;
    width: 100%;
    margin-bottom: 15px;
}
.galary-para {
    padding-left: 65px;
}

.galary-para h5 {
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-bottom: 6px;
}
.galary-para p{
    color:#777777;
}
.img-thumbnail {
    border: 0px solid #dddddd;
    border-radius: 0;
    background: #121111;
}
.carousel-inner .item img{height:100%;}
.modal-body .carousel-control {
    font-size: 50px;
    top:45%;
}
.gal-hovi{transition:0.4s;}
.gal-hovi:hover .galary-item-title .galary-para h5{color:#e03d45;}
.gal-hovi:hover .galary-item-title h3{border-color:#e03d45;}
.galary-hover > p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 7px;
    text-transform: uppercase;
}

/* ===================
blog-area-start 
=============================*/
.blog-area{background:url("img/blog.jpg") no-repeat;background-size:100% 100%;}
.blog-cont{background:#24242f;}
.single-blog{display:table;position:relative;background:#e54149;width:100%;margin-bottom:22px;}
.single-blog .single-blog-img{display:table-cell;width:30%; background: url("img/blog-1.jpg") no-repeat; background-size:cover;padding: 35px 0 8px;}
.single-blog-img.single-1{background: url("img/blog-2.jpg") no-repeat;background-size:cover;padding: 35px 0 8px;}
.single-blog-img.single-2{background: url("img/blog-3.jpg") no-repeat;background-size:cover;padding: 35px 0 8px;}
.single-blog-img.single-3{background: url("img/blog-4.jpg") no-repeat;background-size:cover;padding: 35px 0 8px;}
.single-blog-img.single-4{background: url("img/blog-5.jpg") no-repeat;background-size:cover;padding: 35px 0 8px;}
.single-blog-img.single-5{background: url("img/blog-6.jpg") no-repeat;background-size:cover;padding: 35px 0 8px;}
.single-blog-cont {
    display: table-cell;
    padding: 35px 7px 8px 9px;
    width: 70%;
}



.single-blog-cont a i{
    padding-right:5px;
}
.time p {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 15px;
    color:#fff;
}
.time p i{padding-right:5px;}
.blog-bg{background:#5a2023;}

/* ============= 
artical 
==================*/
.blog-cont .feature {
    background-color: #e54149;
}
.feature.left {
    flex-direction: row;
}
.feature {
    align-items: center;
    display: flex;
    margin-bottom: 3em;
    position:relative;
    transition:0.3s;
}
.feature .image {
    width: 30%;
}
.image {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.feature .image img {
    width: 100%;
}
.image img {
    border-radius: 0;
    display: block;
}
.feature .content {
    padding: 5px 8px 0px 20px;
    width: 72%;
}
.content h3 {
    color: #ffffff;
    font-family: "Agency FB",arial;
    font-size: 32px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.content p{color: #ffffff;
           font-size: 13px;
           font-weight: 300;
           letter-spacing: 0.5px;
           line-height: 18px;
}
.content a {
    bottom: 13px;
    color: #ffffff;
    float: right;
    font-size: 12px;
    padding-top: 13px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
}
.mt-0{margin-top:0px;}

.feature:before {
    background: linear-gradient(to left, #3333cc 0%, #ff0066 100%);
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    right: 6px;
    top: 7px;
    transition: all 0.8s ease 0s;
    width: 0;
}
.feature_red:before {
    background: linear-gradient(to left, darkblue 0%, skyblue 100%) !important;
}

.feature:after {
    background:linear-gradient(to bottom, #3333cc 0%, #ff0066 100%);
    /* background:red; */
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 6px;
    top: 9px;
    transition: all 0.8s ease 0s;
    width: 2px;
}
.feature_red:after {
    background: linear-gradient(to bottom, darkblue 0%, skyblue 100%) !important;
}
.feature:hover:before {
    opacity: 1;
    width: 60%;
}
.feature:hover:after {
    height: 70%;
    opacity: 1;
}





/* ================
blog-details-area-strat 
==============================*/
.blog-deli-area{background:url("img/blog-detail.jpg") no-repeat;background-size:100% 100%;}
.blog-details-area{background:#24242f;}
.blog-main-cont{max-width:1000px;margin:0 auto;width:100%}
.blog-cont-img{width:100%;}
.blog-cont-img img{width:100%;}
.blog-para h3 {
    color: #fff;
    font-size: 31px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 18px;
}
.blog-para p {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 11px;
    text-align: justify;
}
.blog-para h5{
    font-size: 15px;
    padding-bottom: 15px;
    color: #c1c1c1;
}
.blog-para span {
    color: #ffffff;
    font-weight: 500;
}
.blog-comment-area img{float:left;width:60px;border-radius:50%;}
.blog-comment-area > span {
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-bottom: 13px;
}
.comnt-info {
    padding-left: 71px;
}
.comnt-info > h5 {
    color: #ff0000;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 7px;
}
.comnt-info > p {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 18px;
}
.comnt-info .reply-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    font-size: 13px;
    margin-top: 3px;
    padding: 3px 19px;
}
.post-area{text-align:center;max-width:800px;margin:0 auto;width:100%;margin-top:50px;}
.post-cont {
    margin-top: 20px;
}

.post-area > span {
    color: #ffffff;
}
textarea.form-control.form-style {
    height: 169px;
}
.post-cont .form-control.form-style {
    background: none repeat scroll 0 0 #363645;
    border: 1px solid #363645;
    font-size: 10px;
    color:#fff;
}
.form-control.form-style:focus {
    border-color: transparent;
    outline: 0 none;
    box-shadow: none;
}
.content a i{padding-right:4px;} 
.blog-cont .feature.block-bg{background:#5a2023;}
.mt-5{margin-top:5px;}
/* ==================
contact-area 
==========================*/
.contact-area{background:url("img/cont.jpg") no-repeat;background-size:100% 100%;}
.contact-info{background:#24242f;}
.contact-info .cont-feature{ background-color: #e54149;}
.cont-feature.cont-left {
    flex-direction: row;
}
.cont-feature{
    align-items: center;
    display: flex;
    margin-bottom: 3em;
}
.cont-feature .image {
    width: 50%;
}
.image {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.cont-feature .image iframe {
    height: 595px;
    width: 100%;
}
.image iframe {
    border-radius: 0;
    display: block;
}
.cont-feature .contact-content {
    padding: 27px 16px;
    width: 50%;
}
.cont-list {
    padding: 21px 0;
}
.cont-list li i{padding-right:8px;color:#fff;}
.cont-list > li {
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 8px;
}
.cont-list li span {
    display: block;
    padding-left: 18px;
}
.contact-content h5 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 16px;
}
.contact-content .col-xs-6{padding-left:0px;}
.contact-content .col-xs-12{padding-left:0px;}
.contact-content .form-group {
    margin-bottom: 7px;
}
textarea.form-control.form-style1 {
    height: 100px;
}
.form-control.form-style1 {
    background: none repeat scroll 0 0 #722024;
    border-color: #722024;
    font-size: 10px;
    color:#fff;
    border-radius:0px;
}
.sendi-btn{background:#fff;color:#e54149;float:right;
           font-size: 13px;
           margin-right: 15px;
           margin-top: 11px;
           padding: 7px 26px;
}
.sendi-btn:hover{background:#fff;color:#e54149;}
.mb-10{margin-bottom:10px;}

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

/* ============== media ================ */

@media (max-width: 1299px){
    .carousel-control .prev {
        margin-left: -20px;
    }
    .carousel-control .next{
        margin-right: -20px;}	
}

@media (max-width: 1199px){

    /* 08-11-2017 */		
    .eve-lis-team h3 {
        font-size: 14px;
        height: 43px;
        line-height: 19px;
    }	
}

@media (min-width: 992px) and (max-width: 1024px) {

    .navbar-nav > li > a {padding: 0 12px;}
    .navbar {margin: 22px 44px 0 0;}
    .navbar-nav > li > .dropdown-menu {margin-top: 34px;}
}

@media (min-width: 768px) and (max-width: 991px) {

    nav.pull-right {float: left !important;}

    .navbar-nav > li > a {padding: 0 12px;}

    .navbar-nav > li:first-child > a {padding-left: 0;}

    .affix .navbar-nav > li > .dropdown-menu {margin: 32px 0 0;}

    .navbar {margin-top: 20px;}

    .navbar-nav > li > .dropdown-menu {margin-top: 30px;}

    .header-top h3{ font-size:17px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 55vh;

    }
}

@media (max-width: 991px){
    .header-right ul li {
        font-size: 12px;
    }
    .header-top {
        padding: 36px 0 18px;
    }
    .course_bottom_cont h3 span {
        font-size: 13px;
    }
    .course_bottom_cont h3 {
        font-size: 13px;
    }
    .course_bottom_cont span {
        font-size: 11px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 0 10px;
    }
    .header-right a {
        font-size: 10px;
        padding: 5px 6px;
    }

    .artist-area .col-xs-3 {
        width: 50%;
    }
    .frst-ft-cont {
        padding: 0 1px;
    }
    .latest-area .col-xs-4{width:50%;}
    /* 08-11-2017 */

    .latest-ev-list .col-sm-3 {
        width: 50%;
    }
    .latest-ev-list .col-xs-4{width:33.3333%;padding-left:5px;padding-right:5px;}
    .latest-ev-list .row{margin-left:-5px;margin-right:-5px;}
    .team-cont h3 {
        font-size: 16px;
        height: 50px;
        line-height: 22px;
        padding-bottom: 7px;
    }
    .team-cont p {
        font-size: 11px;
        line-height: 16px; 
    }
    .band-cont h3 {
        font-size: 23px;
        line-height: 20px;
        padding-bottom: 18px;
    }
    .single-band-cont-list {
        padding: 18px 0;
    }
    .single-band-cont-list h5 {
        font-size: 12px;
    }
    .single-band-cont-list p {
        font-size: 11px;
    }
    .counting-area ul li {
        font-size: 29px;
        line-height: 25px;
    }
    .counting-area {
        padding: 15px 0 4px;
    }
    .band-btn {
        border-radius: 15px;
        margin-left: 10%;
        margin-top: 17px;
        padding: 6px 30px;
    }
    .about-event.heading_pad {
        padding: 26px 0 33px;
    }
    .galary-para h5 {

        font-size: 12px;
        line-height: 16px;
    }
    .galary-item-title h3 {
        font-size: 13px;
        padding: 7px 15px;
    }
    .galary-para {
        padding-left: 57px;
    }
    .single-blog .single-blog-img {
        padding: 10px 0 8px;
        width: 50%;
    }
    .single-blog-cont {
        padding: 10px 7px 8px 9px;
    }
    .time p {
        padding-bottom: 3px;
    }
    .single-blog-cont h3 {
        font-size: 28px;
        padding-bottom: 18px;
    }
    .single-blog-cont p {
        line-height: 19px;
        padding-bottom: 30px;
    }
    .content h3 {
        font-size: 27px;
        padding-bottom: 7px;
    }
    .content p {
        font-size: 12px;
        line-height: 17px;
    }
    .feature .image {
        width: 36%;
    }




}



@media (max-width: 767px){
    .navbar-default .navbar-nav > li > a {
        padding: 12px 20px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        padding-bottom: 12px;
    }
    .team-cont {
        background: none repeat scroll 0 0 #ffffff;
        padding: 6px 6px;
    }
    .team-cont h3 {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 7px;
    }
    .team-cont p{
        color: #7a7979;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 14px;
    }
    .team-spe {
        padding-bottom: 1px;
    }
    .team-spe ul li {
        font-size: 10px;
        padding-right: 7px;
    }
    .late-btn {
        font-size: 10px;
        margin-top: 6px;
        padding: 4px 9px;
    }
    .back-sub-title {
        margin-bottom: 26px;
    }
    .back-sub-title h2 {
        font-size: 32px;
    }
    .back-sub-title h3 {
        color: #ffffff;
        font-size: 22px;

    }
    .heading_pad {
        padding: 21px 0;
    }
    .slider-bg {
        height: 544px;
    }
    .slider-caption h3 {
        font-size: 23px;
        padding-bottom: 11px;
    }
    .slider-caption h2 {
        font-size: 30px;
        padding-bottom: 13px;
    }

    /* 08-11-2017 */
    .team-cont h3 {
        font-size: 13px;
        line-height: 18px;
        padding-bottom: 2px;
        height: 55px;
    }
    .team-cont p {
        font-size: 10px;
        line-height: 14px;
    }
    .band-btn {
        letter-spacing: 1.5px;
        margin-top: 16px;
        padding: 7px 24px !important;
    }
    .custom-search {
        top: 0;
    }
    .navbar-toggle {
        margin-top: 41px;
    }
    .navbar-toggle {
        margin-right: 2px !important;
        margin-top: 10px;
        padding: 8px 6px;
    }
    .affix .logo-wrapper {
        padding: 29px 0 2px;
    }
    .single-blog-cont p {
        line-height: 16px;
        padding-bottom: 0px;
        font-size: 12px;
    }
    .single-blog-cont p {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 0;
    }
    .single-blog-cont h3 {
        font-size: 23px;
        padding-bottom: 8px;
    }
    .single-blog-cont a {
        font-size: 11px;
    }
    .feature.left .image {
        width: 100%;
    }
    .feature.left {
        flex-direction: column;
    }
    .feature .content {
        width: 100%;
    }
    .feature .image img {
        width: 100%;
    }
    .cont-feature.cont-left {
        flex-direction: column;
    }
    .cont-feature .image {
        width: 100%;
    }
    .cont-feature .contact-content {
        padding: 27px 16px;
        width: 100%;
    }
    .cont-feature .image iframe {
        height: 360px;
        width: 100%;
    }
    .blog-para h3 {
        font-size: 28px;
    }
    .feature .content {
        padding: 5px 8px 15px 20px;
    }

    .content a {
        bottom: 3px;
        font-size: 11px;
        right: 9px;
    }

    .feature:hover:after {
        opacity:0;
        width: 0;
    }

    .feature:hover:before {
        opacity: 0;
        width: 0;
    }











}
/* ===========09-11-2017 ============*/
@media( max-width : 585px ){

    .board {
        width: 90%;
        height:auto !important;
    }
    span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding:12px 20px;
    }
}
@media (max-width:567px){
    .latest-area .col-xs-4{width:100%;}	
    .artist-area .col-xs-3{width:100%;}	
    .slider-bg {
        height: 390px;
    }
    .slider-caption h3 {
        font-size: 19px;
    }
    .slider-caption h2 {
        font-size: 22px;
        padding-bottom: 13px;
    }
    .slider-caption p {
        font-size: 15px;
        line-height: 15px;
    }
    .slider-caption {
        top: 55%;
        transform: translateY(-45%);
    }
    .cmn-btn {
        padding: 6px 14px;
    }
    .footer-area .col-xs-4{width:100%;margin-bottom:15px;}
    .frst-ft-cont p {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 13px;
    }
    .frst-ft-cont {
        text-align: center;
    }
    .frst-ft-cont h3 {
        font-size: 21px;
        padding-bottom: 9px;
    }
    .ft-social ul li a i {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .ft-del ul li:before {
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    .ft-gal {
        padding: 5px 44px;
    }
    .item_icon {
        bottom: -57px;
    }
    .copy-cont p {
        font-size: 10px;
    }

    /* 08-11-2017 */

    .latest-ev-list .col-sm-3 {
        width: 100%;
    }
    .single-blog .single-blog-img {
        display: block;
        padding: 281px 0 8px;
        width: 100%;
    }
    .single-blog-cont {
        width: 100%;
        display: block;
    }
    .single-blog-cont h3 {
        padding-bottom: 9px;
    }
    .contact-content .col-xs-6 {
        width: 100%;
    }
    .blog-para h3 {
        font-size: 23px;
        margin-bottom: 9px;
    }
    .blog-para h5 {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .blog-para p {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 5px;
        text-align: justify;
    }
    .blog-comment-area > span {
        font-size: 16px;
        line-height: 15px;
        padding-bottom: 10px;
    }
    .comnt-info > h5 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 5px;
    }
    .comnt-info > p {
        font-size: 13px;
        line-height: 17px;
    }
    .post-area {
        margin: 24px auto 0;
    }
    textarea.form-control.form-style {
        height: 126px;
    }



}
@media (max-width:480px){

    /* 08-11-2017 */

    .band-cont {
        width: 100%;
    }
    .single-band-cont-list {
        padding: 18px 4px;
    }
    .heading_pad {
        padding: 14px 0;
    }
    .header_pad {
        padding: 159px 0 17px;
    }
    .album-content .col-xs-6{width:100%;}
    .content h3 {
        font-size: 22px;
    }
    .content p {
        font-size: 12px;
        line-height: 16px;
    }
    .cont-feature .contact-content {
        padding: 16px 7px;
        width: 100%;
    }
    .cont-list {
        padding: 5px 0;
    }

    .cont-list > li {
        font-size: 12px;
        padding-bottom: 7px;
    }
    .cont-feature .image iframe {
        height: 262px;
    }
    .post-cont .col-xs-6 {
        width: 100%;
    }
    .comnt-info > h5 {
        line-height: 20px;
    }




}



/*=================== 09 :: 12 :: 17===================*/

/* 06-12-2017 */
.tab-pane.deb-tab-pan{padding-top:5px;}
.forget-pass{text-align:center;}
.forget-pass p {color:#000;font-weight:500;}
.forget-pass p i{padding-right:4px;color:#3FA1DA;}
.log-in-btn{text-align:center;margin-top: 20px}
.modal-login {
    background: none repeat scroll 0 0 #0679a5;
    border: 1px solid #0679a5;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    margin-top: 2px;
    padding: 7px 19px;
    width: 100%;
    font-size: 14px;
}
.deb-nav-tabs{border-bottom:0px;}
.deb-nav-tabs > li > a{background:none;border:0px;height:auto;margin-bottom:15px;color:#000;}
.deb-tab-pan .form-style1{background:#fff;border:1px solid #CCCCCC}
.deb-tab-pan .input-group{margin-top:21px;}
.deb-tab-pan .input-group i{color:#000;font-size:14px;}
.deb-nav-tabs .active a{color:red;}
.deb-nav-tabs > li.active > a, .deb-nav-tabs > li.active > a:hover, .deb-nav-tabs > li.active > a:focus {
    color: #e54149;
    cursor: default;
}
.nav-tabs.deb-nav-tabs > li a {
    height: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.modal-header.deb-modal-header{padding:20px 15px;border-bottom:0px;border-bottom:1px solid #E5E5E5;}
.modal-body.deb-mdal-pad{padding:28px 18%;}
.deb-mdal-pad .tab-content .input-group input{color:#000;}
.deb-bs-tabs {
    padding-top: 10px 7% 0;
}
.deb-modal-header h4{color:#3A5BA2;}
.modal-foot-pad{padding:12px 0 0;}
.modal-foot-pad a{font-size:12px;}



/*///22-03-2018//*/
/* our-happy-partners */
.partners-banner-area{
    /*background:url("img/partner-banner.jpg") no-repeat;*/
    background-size:cover;
    background-position:center;
}
.our-happy-partners{
    padding:30px 0;
    background:#24242f;
}
.partners-describe {
    margin-bottom: 30px;
    text-align: center;
}
.single-partners {
    text-align: center;
    margin-bottom: 20px;
}
.partners-describe p{
    color:#cfcbcb;
}
.partners-img {
    width: 190px;
    height: 190px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #ee1c24;
}
.partners-img  img{
    width: 116px;
    object-fit: contain;
}
.single-partners h4 {
    color: #fff;
    min-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 7px;
    position: relative;
    line-height: 19px;
}
.single-partners h4:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    width:50px;
    height:2px;
    background:#15a4d3;
    margin:0 auto;
}

.banner-area{ position:relative;}

.banner-content{ position:relative;}
.banner-content img {
    height: 500px;
    width: auto;
    object-fit: contain;
    background: #000;
    margin: auto;
    max-width: 100%;
}
/*.banner-content img{ min-height:400px; width:100%;}*/
.banner-content .overlay{ 
    position:absolute;top:0; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.5);
    color:#fff; 
   display:flex; 
    box-sizing:padding-box; 
    align-items:center;
    justify-content:center;
    min-height:400px;
    padding-top:0;
 text-align:center;
}

.banner-content .overlay h4{
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 7px;
}

.bann-contbg h3{
    text-transform: uppercase;
    color: #fdaeb1;
    font-family: "Agency FB",arial;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3.5px;
    line-height: 34px;
    padding-bottom: 6px;
}
.banner-content .overlay p{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 17px;
} 

.single_item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.upcoming .owl-nav{
    display:none;
}

@media (max-width:991px){
    .partners-img {
        width: 150px;
        height: 150px;
    }
    .partners-img img {
        max-width: 70px;
    }



}
@media (max-width:500px){
.our-happy-partners .col-xs-3 {
        width: 50%;
    }
}
@media (max-width:767px){
    
    .banner-content img {
        min-height: auto;
        object-fit: contain;
    }
    .team-cont{
        background:transparent;
    }
    .single-team img {
        max-height: 500px;
        height: auto;
    }
    .latest-area .col-xs-3{
        width:50%;
        margin-bottom: 15px;
    }
    header {
        position: static;
    }
    
    .logo-change {
        width: 90px;
    }
    .banner-content img {
        height: 220px;
    }    
}
@media (max-width:480px){
    .partners-img img {
        width: 60px;
    }
    .partners-img {
        width: 100%;
        height: 130px;
    }
    .single-partners h4 {
        min-height: 35px;
        font-size: 11px;
        line-height: 14px;
    }
    .latest-area .col-xs-3{
        width:100%;
    }
    .logo-change {
        width: 77px;
    }
    .affix .logo-wrapper {
        padding: 29px 0 2px;
    }
	.navbar-brand {
	display: block;
	padding-top: 0px;
}
}

