/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
    --theme-color-primary: #385a57;
    --theme-color-secondary: #152120;
}


body {
    font-family: 'Oswald', sans-serif;
}

.header-top {
    padding: 15px 0;
    font-weight: 300;
}
.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top ul li {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}
.header-top ul li span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.header-top ul li span i {

    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: #999999;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto 3px auto auto;
}
.header-top ul li a {
    color: #999999;
    text-decoration: none;
}

.main-header {
    /* background: #ea0b3c; */
    background: #182121;
}
.main-header ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-header ul li {

    padding: 0 10px;
    position: relative;
}
.main-header ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.5s ease 0s;
}
.main-header ul li a i {
    color: #ffffff;
    margin: 0 2px;
}
.main-header .dropdown-menu {
    background-color: #182121;
}
.main-header ul li .active{
    color: #999999 !important;
}
.main-header ul li a:hover, .main-header ul li a:focus {
    color: #999999 !important;
}

.main-header ul li ul li:last-child {
    border-bottom: 0;
}
.main-header ul li ul li a {
    display: block;
    padding: 6px 20px;
    text-transform: none;
    transition: all 0.5s ease 0s;
    color: #ffffff !important;
}

.header-middle {
    background: #182121;
    background-size: cover;
    background-position: center;
}
.header-middle .logo-area {
    padding: 20px 0;
}
.header-middle .logo-area a {
    display: block;
    text-align: center;
}
.header-middle .logo-area a img {

}

.section-title {
    text-align: center;
}
.section-title h2 {
    position: relative;
    font-size: 30px;
    color: #385a57;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title h2:before {
    position: absolute;
    text-align: center;
    background: none;
    left: 150px;
    height: 10px;
    content: "";
    margin: auto;
    top: 20px;
    width: 150px;
}
.section-title h2:after {
    position: absolute;
    text-align: center;
    background: none;
    right: 150px;
    height: 10px;
    content: "";
    margin: auto;
    top: 20px;
    width: 150px;
}
.section-title.no-line h2:before, .section-title.no-line h2:after {
    background: none;
}
.section-title h2 span {
    text-transform: capitalize;
    color: #adb4b3;
    font-size: 40px;
}


.slider-area {
    background: url(../img/slider.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider-area .single-text {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.slider-area .single-text img {
    width: 200px;
}
.slider-area .single-text .button {
    display: inline-block;
    margin-bottom: 20px;
}
.slider-area .single-text .button a {
    background: #ffffff;
    padding: 10px 15px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    transition: transition;
    display: block;
}
.slider-area .single-text .button a:hover {
    background: #ea0b3c;
}
.slider-area .single-text .slider-content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0;
}
.slider-area .single-text .slider-content h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #182121;
}
.slider-area .single-text .slider-content p {
    color: #ffffff;
    font-size: 16px;
}
.slider-area .single-text .slider-content .ticket {
    display: inline-block;
    margin-top: 30px;
}
.slider-area .single-text .slider-content .ticket a {
    border: 2px solid #ffffff;
    border-radius: 3px;
    padding: 12px 35px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    display: block;
    text-decoration: none;
}
.slider-area .single-text .slider-content .ticket a i {
    margin-right: 10px;

}
.slider-area .single-text .slider-content .ticket a:hover {
    background: #385a57;
}



.info-area {
    padding: 100px 0;
}
.info-area .info {
    padding: 30px 5px;
    text-align: center;
}
.info-area .info .icon i {
    border-bottom: 1px solid #dddddd;
    color: #385a57;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-width: 65px;
    text-align: center;
}
.info-area .info h3 {
    font-size: 28px;
    color: #385a57;
    transition: all 0.5s ease 0s;
}



.showcase-area {
    padding: 100px 0;
    background: #f7f7f7;
}
.showcase-area .showcase-slider {
    margin-bottom: 10px;

    padding: 0 0 10px 0;

    margin-right: -30px;
}
.showcase-area .showcase-slider .single-showcase {
    margin-right: 0;

    position: relative;
    overflow: hidden;
}
.showcase-area .showcase-slider .single-showcase:hover .overlay {
    opacity: 0.9;
    transform: scale(1);
}
.showcase-area .showcase-slider .single-showcase .images img {
    width: 100%;
}
.showcase-area .showcase-slider .single-showcase .overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #999999;;
    text-align: center;
    margin: auto;
    top: 0;
    opacity: 0;
    transition: all .5s;
    transform: scale(2);
}
.showcase-area .showcase-slider .single-showcase .overlay .information {
    top: 20%;
    position: absolute;
    padding: 0 30px;
    width: 100%;
}
.showcase-area .showcase-slider .single-showcase .overlay .information h3 {
    margin-bottom: 20px;
}
.showcase-area .showcase-slider .single-showcase .overlay h3 {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    padding: 0;
    line-height: 1.5;
}
.showcase-area .showcase-slider .single-showcase .overlay span {
    color: #49290d;
}
.showcase-area .showcase-slider .single-showcase .overlay a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    font-size: 18px;
    color: #385a57;
}
.showcase-area .showcase-slider .owl-buttons .owl-prev {
    left: 28px;
    top: 40%;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 2px !important;
    background: transparent;
    transition: all 0.5s ease 0s;
}
.showcase-area .showcase-slider .owl-buttons .owl-next {
    right: 28px;
    top: 40%;
    position: absolute;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 2px !important;
    background: transparent;
    transition: all 0.5s ease 0s;
}
.showcase-area .showcase-slider .owl-buttons i {
    font-size: 50px;
    color: #ffffff;
}
.showcase-area .showcase-slider .single-showcase .actor-name {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #385a57;
}


/* team, books */
.team-person {

}
.team-person a, .book a{
    overflow: hidden;
    display: block;
}
.team-person a img, .team-person a div, .book a img, .book a div {
    transition: all 0.2s ease-in-out ;
}
.team-person a:hover > img, .book a:hover > img {
    transform: scale(1.1);
}
.team-person-container .team-person-details{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    stroke: blue;

    -webkit-font-smoothing: antialiased;

}
.team-person-container .team-person-details span, .book-container .book-details span {
    font-weight: 500;

}
.team-person a:hover .team-person-details, .book a:hover .book-details  {
    color: var(--theme-color-primary);
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
}

.book-container .book-details {
    -webkit-font-smoothing: antialiased;
}
.book-container .book-details .title {
    color: var(--theme-color-secondary);
    font-weight: 700;
    font-size: 22px;
}
.book-container .book-details .author {
    color: var(--theme-color-primary);
    font-weight: 400;
    font-size: 18px;
}

/* team */

/* team-person */
.team-person-details .person-header, .spectacle-details .spectacle-header{
    background-color: #000;
}
.team-person-details .head-image, .spectacle-details .head-image {
    position: relative;
    display: inline-block;
}
.team-person-details .head-image:before, .spectacle-details .head-image:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
}

.team-person-details .profile-image, .spectacle-details .profile-image {
    position: absolute;
    left: 0;
    bottom: -50px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
}
.team-person-details .profile-image img, .spectacle-details .profile-image img {
    max-height: 200px;
}
.team-person-details .name, .spectacle-details .name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: initial;
    text-align: right;
    z-index: 200;
}
.team-person-details h1, .spectacle-details h1 {
    font-size: 30px;
    font-weight: 300;
}
.team-person-details h2, .spectacle-details h2  {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}
/* team-person */


footer {
    background-position: center;
    background-size: cover;
    background-color: #182121;
}
footer .footer-top {
    padding: 100px 0 30px;
}
footer .footer-top .footer-logo a img {
    margin-bottom: 50px;
}
footer .footer-top .footer-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-top .footer-address ul li {
    color: #999999;
    margin-bottom: 30px;
}
footer .footer-top .footer-address ul li i {
    margin-right: 10px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    float:left;
    margin-top:5px;
}
footer .footer-top .footer-address ul li p {
    overflow:hidden;
    color:#E0CBAC;
}
footer .footer-top .footer-address ul li a {
    display: block;
    margin: 10px 0;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
footer .footer-top .footer-address ul li a:hover {
    color: #ea0b3c;
}
footer .footer-bottom-area .footer-bottom {
    border-top: 1px solid #605340;
}
footer .footer-bottom-area .footer-bottom .copyright p {
    padding: 10px 0 !important;
    color: #cbb79a;
    margin-bottom: 0;
}
footer .footer-bottom-area .footer-bottom .copyright p i {
    color: #72634E;
    font-weight: 800;
    margin: 0 4px;
}
footer .footer-bottom-area .footer-bottom .footer-social ul {
    margin: 0;
    padding: 10px 0 !important;
    list-style: none;
    text-align: right;
}
footer .footer-bottom-area .footer-bottom .footer-social ul li {
    display: inline-block;
    margin: 0 3px;
}
footer .footer-bottom-area .footer-bottom .footer-social ul li a {
    display: block;
    margin: 0 5px;
    color: #CBB79B;
    transition: all 0.5s ease 0s;
}
footer .footer-bottom-area .footer-bottom .footer-social ul li a:hover {
    color:#fff;
}
footer .widget h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #605340;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
footer .widget .media .pull-left {
    margin-right: 10px;
}
footer .widget ul {
    list-style: none;
    padding: 0;
}
footer .widget .media .media-body {
    font-size: 14px;
}
footer .widget .media img {
    width: 100%;
}
footer .widget .media .media-body a {
    text-decoration: none;
}
footer .widget .media .media-body h4 {
    font-size: 16px;
    color: #ffffff;
}
footer .widget .media .media-body p {
    color: #e0cbac;
}
footer .widget p {
    color: #ffffff;
}
footer .widget form .form-group input {
    width: 100%;
    background: transparent;
    padding: 10px;
    margin: 0;
    color: #ffffff;
    border-radius:0;
    border: 1px solid #877F74;
}
footer .widget form .form-group textarea {
    width: 100%;
    background: transparent;
    padding: 10px;
    margin: 0;
    color: #ffffff;
    border: 1px solid #877F74;
}
footer .widget form .form-group a {
    background: #999999 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 30px;
    transition: all 0.5s ease 0s;
    border:none;
}
footer .widget form .form-group a:focus {
    box-shadow: none;
}
footer .widget form .form-group a:hover {
    background: #ea0b3c;
}
footer .widget .fliker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .widget .fliker ul li {
    display: inline-block;
    margin: 5px;
    width: 70px;
}
footer .widget .fliker ul li a {
    display: block;
    position:relative;
}
footer .widget .fliker ul li a img {
    width: 100%;
}
footer .widget .fliker ul li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F26D7F;
    opacity: .7;
    transition: .5s;
    transform: scaleY(0);
}
footer .widget .fliker ul li:hover a:before {
    transform: scaleY(1);
}

footer .navbar-nav {
    color: #fff;
}


.page-container {
    padding:55px 0 40px;
}
.page-title {
    border-bottom: 2px solid #efefef;
    padding: 15px 0;
    margin-bottom:30px;
}
.page-title h2, .page-title h3 {
    font-weight: 400;
    color: #182121;
    margin: 0;
}



.news-area {
    padding: 100px 0;
    color: #182121;
}

.news-area .news-item {
    position: relative;
}


.news-area .news-item .images img {
    width: 100%;
    transition: all .5s;
}
.news-area .news-item .images img:hover {
    transform: scale(1.3);
}
/*
.news-area .news-item .images span_ {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #385a57;

    color: #ffffff;
    padding: 3px 10px;
    font-size: 18px;
    border-radius: 5px;
    z-index: 9999;
}
.news-area .news span_ {
    background: #385a57;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 18px;
    border-radius: 5px;
}

 */
.news-area .news-item .news-item-details h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.news-area h1 {
    color: #182121;
}
.news-area .news-item .news-item-details h3 a {
    color: #182121;
    text-decoration: none;
    font-size: 26px;
}
.news-area .news-item .news-item-details p {
    color: #182121;
    margin-bottom: 10px;
}
.news-area .news-item .news-item-details .check-show {
    margin-top: 20px;
}
.news-area .news-item .news-item-details .check-show a {
    background: #999999 none repeat scroll 0 0;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
    transition: all .5s;
    text-decoration: none;
}
.news-area .news-item .news-item-details .check-show a:hover {
    background: #385a57;
}
.news-area .owl-controls .owl-buttons .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #444444;
    border-radius: 0;
    color: #444444;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 30px;
    top: -80px;
    width: 20px;
    margin: 0 1px;
    transition: all 0.5s ease 0s;
}
.news-area .owl-controls .owl-buttons .owl-prev:hover {
    border: 1px solid #ea0b3c;
    color: #ea0b3c;
}
.news-area .owl-controls .owl-buttons .owl-next {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #444444;
    border-radius: 0;
    color: #444444;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: -80px;
    width: 20px;
    transition: all 0.5s ease 0s;
}
.news-area .owl-controls .owl-buttons .owl-next:hover {
    border: 1px solid #ea0b3c;
    color: #ea0b3c;
}

.news-area .news {

}


@media (max-width: 575.98px) {
    body { #border:10px solid red;}
}
@media (min-width: 576px) {
    body { #border:10px solid blue;}

    .slider-area .single-text { text-align: right; padding: 70px 0; }
    .slider-area .single-text img { width: 150px; }

    .showcase-area .showcase-slider .single-showcase { margin-left: 15px; margin-right: 15px;}
}
@media (min-width: 768px) {
    body { #border:10px solid green; }
    .header-top ul li{
        width: initial;
    }
    .header-top ul li span{
        display: initial;
        width: initial;
        text-align: initial;
    }
    .header-middle .logo-area a { text-align: left; }

    .slider-area .single-text { text-align: right; padding: 70px 0; width: 100%}
    .slider-area .single-text img { width: 180px; }
    .slider-area .single-text .slider-content h1 { font-size: 30px; }
    .slider-area .single-text .slider-content h3 { font-size: 28px; }
    .slider-area .single-text .slider-content p { padding-left: 10%; font-size: 16px; }
}
@media (min-width: 992px) {
    body { #border:10px solid yellow; }

    .slider-area .single-text img { width: 230px; }
    .slider-area .single-text .slider-content h1 { font-size: 40px; }

    .info-area .info { text-align: initial;}
}
@media (min-width: 1200px) {
    body { #border:10px solid blueviolet; }

    .slider-area .single-text img { width: 300px; }
    .slider-area .single-text .slider-content h1 { font-size: 50px; }


    /* team */
    .team-person-container .team-person-details {
        font-size: 20px;
    }
    /* team */

    /* team-person */
    .team-person-details .profile-image img, .spectacle-details .profile-image img {
        max-height: 350px;
    }
    .team-person-details .name, .spectacle-details .name {
        left: 25%;
        right: initial;
        text-align: left;
        z-index: 200;
    }
    .team-person-details h1, .spectacle-details h1 {
        font-size: 50px;
    }
    .team-person-details h2, .spectacle-details h2  {
        font-size: 25px;
    }
    /* team-person */

}
@media (min-width: 1400px) {
    body { #border:10px solid brown; }

    .slider-area .single-text .slider-content h1 { font-size: 65px; }

    .section-title h2:before { background: url(../img/line.png) no-repeat; }
    .section-title h2:after { background: url(../img/line.png) no-repeat; }
}
