/* homepage common css start */

.error {
    background-color: #0d242a;
}

.bgImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.section-title {
    margin: 0 0 60px;
    font-size: 42px;
}

/* homepage common css end */

.first-section {
    position: relative;
    overflow: hidden;
}

.first-section:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #005b82;
    background: -moz-radial-gradient(center, ellipse cover, #005b82 0%, #040c0f 70%);
    background: -webkit-radial-gradient(center, ellipse cover, #005b82 0%, #040c0f 70%);
    background: radial-gradient(ellipse at center, #005b82 0%, #040c0f 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005b82', endColorstr='#040c0f', GradientType=1);
    z-index: -1;
}

.first-section:after {
    width: 100%;
    height: 40%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(4, 12, 15, 1) 100%);
    z-index: 1;
}

.bg-seats {
    width: 100%;
    margin: 40px 0 0;
    position: relative;
    filter: blur(1.5px);
    z-index: 1;
}

.globe-img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
    z-index: -1;
    transition: 600ms ease;
}

.globe-animate {
    opacity: 0;
    transform: translateY(50px)
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
}

.top-banner {
    min-width: 170px;
    max-width: 600px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-banner .btn-info {
    background-color: #31869a;
    font-size: 13px;
    font-weight: 500;
    min-width: 130px;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 0 0 3px rgba(49, 134, 154, 0.41);
}

.banner-caption h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.banner-caption h1 span, .banner-caption h1 small {
    display: block;
    font-size: 14px;
}

.banner-caption h1 span {
    font-weight: 300;
}

.banner-caption h1 small {
    font-weight: 500;
    color: #fff;
}

@media(min-width:768px) {
    .globe-img {
        bottom: 0;
    }
    .banner-caption h1 {
        font-size: 36px;
        line-height: 1.5;
    }
    .banner-caption h1 span, .banner-caption h1 small {
        font-size: 16px;
    }
    .top-banner .btn-info {
        font-size: 14px;
        min-width: 150px;
    }
}

@media(min-width:1200px) {
    .first-section {
        height: 950px;
    }
    .bg-seats {
        margin: -90px 0 0;
    }
    .globe-img {
        /*bottom: 100px;*/
        bottom: 200px;
    }
    .top-banner {
        bottom: 0;
    }
    .banner-caption h1 {
        font-size: 60px;
    }
    .banner-caption h1 span, .banner-caption h1 small {
        font-size: 24px;
    }
}

@media(min-width:1300px) {
    .globe-img {
        /*bottom: 0;*/
        bottom: 100px;
    }
}

@media(max-width: 767px) {
    .bg-seats {
        width: 700px;
        margin: 40px 0 0 -50%;
        position: relative;
        z-index: 1;
        display: block;
        transform-origin: center;
    }
}

/* bottom banner css start */

.banner-wrap {
    position: relative;
    margin: 0 0 48px;
}

.banner-wrap .tab-content {
    padding-bottom: 30.7%;
    position: relative;
}

.banner-wrap .tab-pane {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.banner-wrap .tab-pane.active {
    display: block;
    opacity: 1;
    z-index: 1;
}

.banner-nav {
    margin-bottom: 1px;
}

.blur {
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    filter: blur(45px);
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-img {
    width: calc(100% - 30px);
    height: calc(100% - 25%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
    background-position: top center;
    background-color: rgba(4, 12, 15, 0.0);
    background-blend-mode: multiply;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-title {
    color: #fff;
    font-size: 40px;
    margin: 20px 40px 100px;
    display: none;
    height: 30px;
}

/* .movie-badge {
    width: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 6px 8px;
    margin: 0 30px;
    border-radius: 3px;
    white-space: normal;
    font-weight: 500;
    background-color: #3fa4bc;
    font-size: 12px;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .5px;
} */

.movie-badge {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -20px;
    left: -30px;
    padding: 17px 0;
    font-weight: 500;
    white-space: pre-wrap;
    background-color: #00577b;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 20px 4px rgba(0, 247, 255, 0.35);
    border: 4px solid rgba(0, 213, 228, 0.6);
    color: #ffffff;
    font-size: 14px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    z-index: 1;
}

.banner-nav li {
    display: inline-block;
}

.banner-nav li:before {
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #153641;
    transition: all .75s ease;
}

.banner-nav li.active:before {
    height: 100%;
    transition: all .75s ease;
}

.banner-nav li a {
    color: #fff;
    font-weight: 600;
    padding: 12px;
    font-size: 14px;
}

.banner-nav li a:focus {
    background-color: transparent;
    color: #fff;
}

.banner-nav li a:hover {
    background-color: transparent;
    color: #3eaac3;
}

#mainSlide, #mainSlide .slick-list.draggable, #mainSlide .slick-track, #next-change, #next-change .slick-list.draggable, #next-change .slick-track {
    height: 100%;
}

#mainSlide .slick-slide, #next-change .slick-slide {
    background-size: cover;
}

#mainSlide .container {
    height: 100%;
    position: relative;
    z-index: 1;
}

#mainSlide .slick-slide .overlay, #next-change .slick-slide .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(4, 12, 15, 0.4);
}

.slick-dotted.slick-slider.slider {
    margin: 0;
}

.slider img {
    width: 100%;
}

.slide-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
}

.caption-left {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.caption-left h4 {
    font-size: 16px;
    font-weight: 500;
}

.caption-left p {
    display: none;
}

.slide-controls {
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 100%;
}

.slide-nav {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(74, 66, 61, 0.4);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-nav .slick-prev, .slide-nav .slick-next {
    right: 0;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
}

.slide-nav .slick-prev {
    top: 10px;
}

.slide-nav .slick-next {
    bottom: 40px;
    top: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    opacity: 1;
}

.slick-prev:before {
    content: "\f106";
}

.slick-next:before {
    content: "\f107";
}

.total-slides {
    position: relative;
    color: #fff;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -20px;
}

.total-slides>span {
    margin: 0;
    display: block;
    width: 20px;
    height: 20px;
}

.total-slides .slick-dots {
    position: relative;
    bottom: 0;
    width: auto;
    text-align: right;
    margin-right: 4px;
}

.total-slides .slick-dots li {
    height: auto;
    display: none;
    margin: 0;
    /*    width: auto;
        height: auto;*/
    font-size: 22px;
    /* font-size: 13px; */
    line-height: 24px;
}

.total-slides .slick-dots li.slick-active {
    display: block;
}

.total-slides .slick-dots li a {
    color: #fff;
}

.controlBtn-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.btn-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
}

@media(min-width:768px) {
    .banner-nav li a {
        padding: 20px;
        font-size: 18px;
    }
    .slide-caption {
        align-items: center;
        padding: 30px 40px;
    }
    .caption-left {
        width: calc(100% - 120px);
    }
    .caption-left h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .caption-left p {
        display: block;
    }
}

@media(min-width: 1024px) {
    .banner-img {
        height: calc(100% - 34%);
        top: 53%;
    }
    .banner-wrap .tab-content {
        min-height: 680px;
    }
}

@media(min-width:1200px) {
    .banner-wrap {
        margin: 0;
    }
    .banner-wrap .tab-content {
        padding-bottom: 0;
    }
    .slide-nav {
        min-height: 210px;
        width: 60px;
    }
    .slide-controls {
        width: auto;
        right: 40px;
        top: 56%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .movie-badge {
        top: -30px;
        left: -30px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media(max-width:1200px) {
    .slide-nav .slick-arrow {
        position: relative;
        display: inline-block !important;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 15px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 35px;
    }
    .slide-nav .slick-prev {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .slide-nav .slick-next {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .total-slides {
        margin: 0;
    }
    .controlBtn-wrap {
        position: relative;
        width: auto;
        bottom: auto;
        margin: 0 0 0 15px;
    }
}

/* bottom banner css end */

/* services css start */

.roundedLines {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* background-image: url(../img/bgCircle.png); */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.roundedLines:before, .roundedLines:after {
    width: 100%;
    content: '';
    display: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.roundedLines:before {
    height: calc(100% / 1.51);
    left: 50%;
    top: 50%;
    background-image: url(../img/bgGlow.png);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.roundedLines:after {
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bgCircle.png);
    z-index: -1;
    transition: 1s ease;
}

.roundedLines h2 {
    transform: none !important;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 400;
    transition: 500ms ease 1.5s;
    order: 1;
}

.services {
    transition: 1s ease;
    z-index: 1;
}

.roundedLines>*:nth-of-type(4), .roundedLines>*:nth-of-type(5) {
    flex-direction: row-reverse;
    text-align: left;
    justify-content: flex-end;
}

.roundedLines>div:nth-child(1) {
    order: 2;
}

.roundedLines>div:nth-child(2) {
    order: 3;
}

.roundedLines>div:nth-child(3) {
    order: 4;
}

.roundedLines>div:nth-child(4) {
    order: 5;
}

.roundedLines>div:nth-child(5) {
    order: 6;
}

.roundedLines div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 23px 30px;
}

.roundedLines div .img-wrap {
    width: 70px;
    height: 70px;
    padding: 12px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 30px;
}

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

.roundedLines div .title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    width: calc(100% - 150px);
    line-height: 20px;
    transition: 300ms ease 1s, font 0ms ease;
}

.circle-container img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: solid 5px tomato;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.circle-container img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.roundedLines>*:nth-of-type(1) .img-wrap {
    background-color: #3695ab;
}

.roundedLines>*:nth-of-type(2) .img-wrap {
    background-color: #fff;
}

.roundedLines>*:nth-of-type(3) .img-wrap {
    background-color: #3695ab;
}

.roundedLines>*:nth-of-type(4) .img-wrap {
    background-color: #a6d9e8;
}

.roundedLines>*:nth-of-type(5) .img-wrap {
    background-color: #3695ab;
}

.services a title {
    transition: 300ms ease;
}

.services a:hover .title {
    color: #3fa6be;
    transition: 300ms ease;
}

@media(min-width:768px) {
    .roundedLineswrap {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform-origin: center;
        margin: -70px 0;
    }
    .roundedLines {
        width: 626px;
        height: 626px;
        display: block;
        margin: 0 auto;
    }
    .roundedLines:before, .roundedLines:after {
        display: block;
    }
    .roundedLines>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3em;
    }
    .roundedLines>*:nth-of-type(4), .roundedLines>*:nth-of-type(5) {
        flex-direction: row;
        text-align: left;
        justify-content: center;
    }
    .roundedLines>*:nth-of-type(1) {
        -webkit-transform: rotate(-64deg) translate(21.6em) rotate(64deg);
        transform: rotate(-64deg) translate(21.6em) rotate(64deg);
        transition: 800ms ease;
    }
    .roundedLines>*:nth-of-type(2) {
        -webkit-transform: rotate(3.2deg) translate(21.6em) rotate(-3.2deg);
        transform: rotate(3.2deg) translate(21.6em) rotate(-3.2deg);
        align-items: flex-end;
        transition: 900ms ease;
    }
    .roundedLines>*:nth-of-type(2) .img-wrap {
        height: 102px;
        width: 102px;
        margin-right: 25px;
        transition: 1s ease;
    }
    .roundedLines>*:nth-of-type(2) .title {
        width: calc(100% - 127px);
    }
    .roundedLines>*:nth-of-type(3) {
        -webkit-transform: rotate(54.5deg) translate(23em) rotate(-54.5deg);
        transform: rotate(54.5deg) translate(23em) rotate(-54.5deg);
        transition: 1.1s ease;
    }
    .roundedLines>*:nth-of-type(3) .img-wrap {
        width: 102px;
        height: 102px;
        margin-right: 10px;
    }
    .roundedLines>*:nth-of-type(3) .title {
        width: calc(100% - 112px);
    }
    .roundedLines>*:nth-of-type(4) {
        -webkit-transform: rotate(162.5deg) translate(33.3em) rotate(-162.5deg);
        transform: rotate(162.5deg) translate(33.3em) rotate(-162.5deg);
        align-items: center;
        transition: 1.3s ease;
    }
    .roundedLines>*:nth-of-type(4) .img-wrap {
        width: 102px;
        height: 102px;
        margin: 0 0 0 20px;
    }
    .roundedLines>*:nth-of-type(4) .title {
        text-align: right;
        width: calc(100% - 122px);
    }
    .roundedLines>*:nth-of-type(5) {
        -webkit-transform: rotate(197.4deg) translate(42.2em) rotate(-197.4deg);
        transform: rotate(197.4deg) translate(42.2em) rotate(-197.4deg);
        align-items: center;
        transition: 1.4s ease;
    }
    .roundedLines>*:nth-of-type(5) .img-wrap {
        width: 120px;
        height: 120px;
        margin: 0 0 0 20px;
    }
    .roundedLines>*:nth-of-type(5) .title {
        text-align: right
    }
    .roundedLines div {
        margin: -3em;
    }
    .roundedLines div .img-wrap {
        width: 94px;
        height: 94px;
        padding: 0;
    }
    .roundedLines div .title {
        font-size: 20px;
        margin-top: 13px;
        line-height: 25px;
    }
    .roundedLines h2 {
        margin: 0 auto 30px;
        font-size: 48px;
    }
    /* Start For Animation Section on Scroll */
    .center-all {
        /* width: 120px; */
        height: 120px;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        margin: 0 !important;
        align-items: center;
        -webkit-transform: rotate(0) translate(-50%, -50%) !important;
        transform: rotate(0) translate(-50%, -50%) !important;
    }
    .center-all .img-wrap {
        margin: 0 !important;
    }
    .center-all span.title {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        font-size: 0;
        transition: 300ms ease 0s, font 300ms ease 1s;
    }
    .center-all+h2 {
        opacity: 0;
        transition: 400ms ease 1.5s;
    }
    .rotate.roundedLines:after {
        -webkit-transform: rotate(250deg);
        transform: rotate(250deg);
    }
    /* End For Animation Section on Scroll */
}

@media(min-width:1024px) {
    .roundedLines {
        margin: 50px auto 90px auto;
    }
}

@media(min-width:1200px) {
    .roundedLineswrap {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin: 0;
    }
}

@media(max-width: 767px) {
    .roundedLines div a {
        align-items: center;
    }
    .roundedLines>div:nth-child(4) a, .roundedLines>div:nth-child(5) a {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

/* services css end */

/* about css start */

.about-wrap {
    padding: 15px;
}

.about-wrap .abt-title {
    margin-bottom: 30px;
}

.about-wrap p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media(min-width:1200px) {
    .about-wrap {
        padding: 35px 40px;
    }
}

/* about css end */

/* event css start */

#calendar {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 0;
}

#calendar table td {
    border: none;
}

.fc-head-container.fc-widget-header {
    padding-bottom: 15px;
}

.fc-day-header span {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.fc-header-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.fc-header-toolbar .fc-left {
    order: 1;
}

.fc-header-toolbar .fc-center {
    order: 2;
}

.fc-header-toolbar .fc-right {
    order: 3;
}

.fc-header-toolbar .fc-clear {
    display: none;
}

.fc-center h2 {
    font-size: 20px;
    color: #fff;
}

.fc-button {
    height: 16px !important;
    width: 16px;
    padding: 0 !important;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
}

.fc-button .fc-icon {
    display: block;
    height: 16px;
    width: 16px;
    top: 0 !important;
    margin: 0 !important;
}

.fc-button .fc-icon:after {
    content: '' !important;
    background-image: url(../img/icons/arrow.png);
    display: block;
    top: 0;
    height: 16px;
    width: 16px;
}

.fc-button .fc-icon-right-single-arrow:after {
    transform: rotate(180deg);
}

.fc-basic-view .fc-body .fc-row {
    min-height: 5em;
}

.fc-day-number {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    padding: 0 !important;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-family: 'Ailerons';
}

.fc-day-number:after {
    content: '';
    width: 50px;
    height: 50px;
    background-color: rgb(49, 134, 154);
    border-radius: 50%;
    border: 5px inset rgba(255, 255, 255, 0.28);
    display: block;
    opacity: 0.23;
    position: absolute;
    left: 0;
    top: 0;
}

.fc-day-top.fc-other-month {
    opacity: 1;
}

.fc-other-month .fc-day-number:after {
    content: none;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
    overflow: hidden !important;
}

.fc-unthemed td.fc-today {
    background-color: transparent;
}

.fc-event {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0 11px;
    padding: 0 !important;
    border: none;
    background-color: transparent !important;
    border-color: transparent !important;
    font-family: 'Ailerons';
    font-size: 0.82em;
}

.fc-event .fc-title {
    /* background: url(../img/clapperboard.png) #0e9d39; */
    /* background-color: #0e9d39; /
    / border-color: #0e9d39; */
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    word-spacing: 0;
    margin: 7px 0 0 auto;
    padding: 0;
    word-wrap: normal;
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
}

.fc-event .fc-title span {
    display: block;
    font-size: 24px;
}

.fc-title strong {
    font-weight: normal;
    font-size: 16px;
}

.fc-title small {
    font-size: 95%;
}

tr:first-child>td>.fc-day-grid-event {
    display: block;
    margin: 0;
    width: 58.5px;
    text-align: right;
}

.fc-event .movie-date {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    background-color: #0e9d39;
    cursor:pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: -2px;
    padding: 3px 3px 0 0;
    z-index: -1;
}

.fc-title {
    word-spacing: -2px;
}

@media(min-width:1300px) {
    #calendar {
        margin: 0;
    }
}

@media(max-width:767px) {
    #calendar {
        max-width: 258px;
    }
    .fc-day-number {
        height: 40px;
        width: 40px;
        line-height: 34px;
        font-size: 14px;
    }
    .fc-day-number:after {
        width: 24px;
        height: 24px;
        left: 3px;
    }
    tr:first-child>td>.fc-day-grid-event {
        width: 45px;
    }
    .fc-event .fc-title {
        width: 25px;
        height: 25px;
        font-size: 0;
        margin: 4.2px 4.3px 0;
    }
    .fc-event .fc-title span {
        font-size: 13px;
    }
    .fc-event .movie-date {
        left: 0px;
        z-index: 0;
        width: 14px;
        height: 14px;
        font-size: 10px;
    }
}

/* event css end */

/* production css start */

#hero-section-dcn {
    position: relative;
    padding: 10% 0;
}

.productionWrap img {
    width: 76px;
    height: 76px;
    margin: 0 auto 30px auto;
}

.productionWrap h2 small {
    display: block;
    color: inherit;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width:1024px) {
    .productionWrap h2 small {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .productionWrap h2 {
        font-size: 58px;
        margin-bottom: 40px;
    }
    .productionWrap p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
    }
}

@media (max-width:1023px) {
    #hero-section-dcn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.76);
    }
}

/* production css end */

/* Testimonial */

.home-testimonial {
    background-image: url(..//img/bgAbout.jpg);
    background-size: cover, auto;
    background-position: center;
    z-index: 1;
}

.testimonial {
    min-height: 377px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 15px;
    padding: 0 25px 30px;
    text-align: center;
    z-index: 1;
}

.testimonial:after {
    width: 100%;
    height: calc(100% - 50px);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(48, 75, 86, .8);
    z-index: -1;
}

.testimonial figure {
    width: 100px;
    height: 100px;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial figure img {
    width: 100%;
}

.testimonial h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.testimonial p {
    max-height: 172px;
    margin: 0 0 15px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
}

.testimonial p.text-bold {
    font-weight: 550;
}

.btn-open-testimonial {
    width: 100px;
    height: auto;
    position: relative;
    margin: 0;
    padding: 8px 0;
    border: none;
    background-color: transparent;
}

.btn-open-testimonial:after, .btn-open-testimonial:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    transition: 300ms ease;
}

.btn-open-testimonial:after {
    border-right: 1px solid #377188;
    border-left: 1px solid #377188;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.btn-open-testimonial:before {
    border-top: 1px solid #377188;
    border-bottom: 1px solid #377188;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.btn-open-testimonial:hover:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-open-testimonial:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-open-testimonial span {
    display: inline-block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 300ms ease;
}

.btn-open-testimonial:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn-open-testimonial svg {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 300ms ease;
}

.btn-open-testimonial svg path {
    fill: #fff !important;
}

.btn-open-testimonial:hover svg {
    -webkit-transform: translate(100px, -50%);
    -moz-transform: translate(100px, -50%);
    -ms-transform: translate(100px, -50%);
    -o-transform: translate(100px, -50%);
    transform: translate(100px, -50%);
    opacity: 0;
}

/* End Testimonial */

/* get in touch css start */

#section-get-intouch h4 {
    margin: 0 0 25px;
}

.address-list {
    margin-bottom: 70px;
}

.address-list li {
    display: flex;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
}

.address-list li img {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.address-list li a {
    color: #fff;
}

.address-list li a:hover, .address-list li a:focus {
    color: #3fa6be;
}

.social-link a:not(:last-child) {
    margin-right: 10px;
}

.btn-lg {
    width: 160px;
    height: 45px;
    border-radius: 28px;
}

@media (max-width:1022px) {
    .contact-form {
        margin-bottom: 40px;
    }
    #section-get-intouch button {
        margin-bottom: 30px;
    }
    .section-title {
        margin-bottom: 20px;
    }
}

.social-link a {
    width: 20px;
    display: inline-block;
}

.social-link a img {
    width: 100%;
}

/* get in touch css end */

#featuredVideo {
    position: relative;
}

#featuredVideo img {
    width: 100%;
}

span.btn-play-video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.btn-play-video svg {
    width: 80px;
}

.btn-play-video svg path {
    fill: #fff;
}

/*--------for the section of filterof movie list--------*/

.movie-list .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.movie-list figure {
    width: 100%;
    position: relative;
    padding-bottom: 145.275%;
    box-shadow: 0px 60px 70px -70px rgb(0, 178, 255);
    overflow: hidden;
}

.filter .movie-list a {
    width: 100%;
    display: block;
    padding: 0;
    text-transform: capitalize;
}

.filter .description {
    text-align: left;
    padding: 30px 0 0 0;
    color: #31869a;
}

.filter .description h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.movie-holder {
    margin: 0 -15px;
}
.movie-holder .master-div {
    padding: 0 15px;
}

.filter .description p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

@media (max-width: 1023px) {
    .movie-list .row {
        display: flex;
        flex-wrap: wrap;
    }
}

/*--------for the section of filterof movie list--------*/

/*for the modal*/

#modal {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 1);
}

#modal.show {
    display: block;
}

.modal-background {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    box-shadow: none;
    filter: blur(12px);
    border: none;
}

.modal-content {
    height: 100%;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.modal-header {
    border: none;
}

.pop-close {
    opacity: 1;
    background-color: transparent;
    border: none;
    box-shadow: none;
    float: right;
    display: block;
    height: 40px;
    width: 40px;
}

.pop-close:hover, .pop-close:focus {
    opacity: 1;
}

.pop-close span {
    position: relative;
    opacity: 1;
}

.pop-close span::before, .pop-close span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 2px;
    height: 40px;
}

.pop-close span::before {
    transform: rotate(45deg);
}

.pop-close span::after {
    transform: rotate(-45deg);
}

.modal-body {
    position: relative;
    margin: 20px 0 0 0;
    text-align: left;
    color: #fff;
}

.modal .overlay {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
    background: rgb(45, 123, 142);
    background: -moz-linear-gradient(top, rgba(45, 123, 142, 1) 1%, rgba(9, 26, 30, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 123, 142, 1) 1%, rgba(9, 26, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(45, 123, 142, 1) 1%, rgba(9, 26, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7b8e', endColorstr='#091a1e', GradientType=0);
    opacity: 0.8;
}

.modal-body .row {
    margin-top: 0;
    margin-bottom: 0;
    column-count: 1;
}

.modal-body figure.img-pos {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 134.5%;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.52);
    background-size: 100% 100%;
}

.modal-body h2 {
    padding-bottom: 15px;
}

.modal-body span {
    display: block;
    padding-bottom: 15px;
    color: #fff;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.modal-body ul li {
    margin-bottom: 6px;
}

.modal-body ul li strong {
    min-width: 120px;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}

.modal-body .release_year {
    font-size: 20px;
    color: #fff;
}

.modal-body .release_year strong {
    font-size: 14px;
}

.modal-body .btn {
    padding: 8px 20px;
    background-color: #009ac8;
    border-radius: 28px;
    color: #fff;
    margin-top: 15px;
}

.modal-body .btn:hover {
    opacity: 1;
}

.modal-body .fa {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
}

#mcontent table {
    margin: 20px 0 0;
}

#mcontent table tr td {
    padding: 3px 0;
}

#mcontent table tr td span {
    padding: 0;
}

#mcontent table tr td span strong {
    font-weight: 500;
}

@media(min-width:768px) {
    .modal-body figure.img-pos {
        width: 50%;
        padding-bottom: 67.25%;
    }
}

@media(min-width:1024px) {
    .modal-content {
        margin: 50px 0;
    }
    .modal-body {
        margin: 80px 0 0 0;
    }
    .modal-body figure.img-pos {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 134.5%;
    }
}

span.wait {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

span.wait img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-badge {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 15px;
    right: 15px;
    padding: 22px 0;
    font-weight: 500;
    white-space: pre-wrap;
    background-color: #00577b;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 20px 4px rgba(0, 247, 255, 0.35);
    border: 4px solid rgba(0, 213, 228, 0.6);
    color: #ffffff;
    font-size: 13px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1;
}

@media(min-width:1200px) {
    .movie-badge {
        top: auto;
        left: auto;
        bottom: 15px;
        right: 15px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.filter {
    	text-align: center;
	padding-bottom:60px;
}

.filter h2.abt-title {
    text-align: left;
}
.filter .slick-next,
.home-testimonial-slider .slick-next{
	transform: rotate(-90deg) translate(0, -50%);
}
.filter .slick-prev,
.home-testimonial-slider .slick-prev{
	transform:rotate(-90deg) translate(0,50%);
}
.popup-movies {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        overflow: auto;
    }
    @media(min-width:1024px){
        .popup-movies {
            padding:105px 0;
        }
    }
.popup-movies.open{
   display:block;
}
.popup-movies .container {
    width: 1024px;
    padding:25px  50px;
    background-color:rgba(7, 57, 68, 0.72);
}
.close{
    color: #42a5bd;
    text-shadow: 0 1px 0 #a2c8d4;
    opacity:1 !important;
    padding: 10px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    /* line-height: 1px; */
    right: -20px;
    top: -60px;
}
@media(max-width:1023px){
    .popup-movies .container {
        width: 100%;
    }
    .popup-movies.sectionPad{
        padding: 0;
    }
}


.popup-movies .close:hover,
.popup-movies .close:focus{
    color:#a2c8d4 !important;
    text-shadow:0 1px 0 #42a5bd !important;
    opacity:1;
}
.popup-movies h2{
    margin:0 0 30px 0;
}

.popup-movies .img-pos{
    padding-bottom: 134.5%;
    margin:0 0 30px 0; 
    box-shadow:0px 60px 70px -70px rgb(15, 19, 20);
}