* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url(../font/Gilroy-ExtraBold.otf);
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url(../font/Gilroy-Light.otf);
}

body {
    font-family: 'Gilroy-Light';
    -webkit-font-smoothing: antialiased;
    background: #141313;
}

/* Magnific Popup Custom Css */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

img {
    max-width: 100%;
}

.btn-primary:hover {
    background: #b32fca;
    border-color: #b32fca;
    box-shadow: 1px 1px 20px 1px #000;
}

section {
    padding: 80px 0;
}

.xqbic-logo img {
    width: 110px;
}

.banner-cnt {
    padding: 203px 0 185px;
}

header {
    position: absolute;
    /* background: red; */
    top: 0;
    z-index: 1;
    width: 100%;
}

.navbar-brand img {
    height: 100px;
}

.top-menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menubar li {
    display: inline-block;
}

.menubar li a i {
    margin-left: 6px;
    color: #000;
    font-weight: 700;
}

.menubar li a {
    padding: 0px 16px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.topbar-btn a {
    padding: 5px 20px;
    height: 37px;
    line-height: 22px;
    background: #ff2d55;
    color: #fff;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    border-bottom-left-radius: 20px;
    right: 0;
    top: 0;
}

.menubar li a:hover,
.menubar li:hover a i {
    color: #7b13a4;
    text-decoration: none;
}

/* Header menu end  */

/************************************************/

/****************** NAVIGATION ******************/

/************************************************/

nav {
    background: #9c27b0;
    color: #1d1f20;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

/*** INPUT ***/

nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/

nav label {
    cursor: pointer;
    display: flex;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.5em;
    align-items: center;
    justify-content: space-between;
}

/* Hamburger Icon */

#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #fff;
    border-radius: 0.05em;
    height: 0.2em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}

/* Close Icon */

nav input[type='checkbox']:checked+label #menu-icon {
    background: transparent;
}

nav input[type='checkbox']:checked+label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

nav input[type='checkbox']:checked+label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}

/*** MENU ***/

/* Overlay */

nav label img {
    width: 120px;
}

nav input:checked~#overlay {
    background: #e5e5e5;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */

nav ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

nav input:checked~ul {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
}

nav ul>li {
    margin: 0.5em 0;
}

nav ul a {
    color: #1d1f20 !important;
    text-decoration: none;
    font-size: 30px;
}

nav ul a:hover {
    text-decoration: underline;
}

nav ul#social-media>li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.5em;
}

/* Mobile Nav End  */

.xqbic-banner {
    background: url(../images/digital-filmmaking-workshop-slider.png) no-repeat;
    position: relative;
    background-size: cover;
}

.xqbic-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.production-bnr-content .section_wrapper {
    max-width: 1210px;
}

.hero-banner-image {
    border-radius: 50%;
    margin-right: -80px;
    width: 650px;
    height: 650px;
}

.hero-banner-image img {
    border-radius: 50%;
}

.hero-banner-content {
    width: 650px;
    height: 650px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin-left: -80px;
}

.production-banner-content {
    display: flex;
    position: relative;
}

.hero-banner-content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    background-color: #7b13a4;
    opacity: 0.85;
}

.hero-banner-content .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding: 120px;
}

.hero-banner-content h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
}

.hero-banner-content .content p {
    color: #fff;
}

.btn-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.default-btn {
    text-transform: uppercase;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 400;
    background: #000;
    color: #fff;
    font-weight: 800;
    transition: all 0.3s ease;
}

.btn-box .default-btn:hover {
    background: #9c27b0;
    color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 20px 1px #00000052;
}

.video-btn {
    margin-left: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

.video-btn:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

.video-btn i {
    margin-right: 10px;
}

/*.invisible-pain {
    margin-top: -190px;
}*/

.invisible-pain_info {
    background: url(../images/invisible-pain.webp) no-repeat center center;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}

.invisible-pain_info .view-more-btn {
    margin-top: 7px;
}

.invisible-pain_info:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(271deg, #141313db, #141313bd, transparent);
    right: 0;
    top: 0;
    z-index: 0;
}

.invisible-pain_info h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    font-size: 50px;
}

.invisible-pain_info .content {
    width: 50%;
    text-align: end;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.invisible-pain_info .content p {
    font-size: 19px;
}

.btn {
    padding: 10px 30px;
    border-radius: 0;
}

.invisible-pain_info .content label {
    background: #7b13a4;
    text-align: center;
    padding: 3px 10px;
    /* border: 4px solid #5b2471; */
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 12px 6px #2a262c70;
}

.invisible-pain_info .modal-dialog,
.watch-btns .modal-dialog {
    max-width: 900px;
    background: #000;
}

.invisible-pain_info .modal-content,
.watch-btns .modal-content {
    background: #000;
    border: transparent;
}

.invisible-pain_info .modal-header {
    border-bottom: 0;
    padding: 20px 30px 0;
}

/*men will be men file**/

.men-will-be-men {
    margin-top: 20px;
    -190px;
}

.men-will-be-men_info {
    background: url(../images/menwillbemen1.jpg?v=2.0) no-repeat center center;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}

.men-will-be-men_info .view-more-btn {
    margin-top: 7px;
}

.men-will-be-men_info:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(271deg, #141313db, #141313bd, transparent);
    right: 0;
    top: 0;
    z-index: 0;
}

.men-will-be-men_info h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    font-size: 50px;
}

.men-will-be-men_info .content {
    width: 50%;
    text-align: end;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.men-will-be-men_info .content p {
    font-size: 19px;
}

.btn {
    padding: 10px 30px;
    border-radius: 0;
}

.men-will-be-men .content label {
    background: #7b13a4;
    text-align: center;
    padding: 3px 10px;
    /* border: 4px solid #5b2471; */
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 12px 6px #2a262c70;
}

.men-will-be-men_info .modal-dialog,
.watch-btns .modal-dialog {
    max-width: 900px;
    background: #000;
}

.men-will-be-men_info .modal-content,
.watch-btns .modal-content {
    background: #000;
    border: transparent;
}

.men-will-be-men_info .modal-header {
    border-bottom: 0;
    padding: 20px 30px 0;
}

/*****men will be men css ends****/

.play-btn {
    width: 200px;
    margin: 0px 0 0 140px;
    background: none;
    border: none;
}

.play-btn i {
    color: #ff1100c2;
    font-size: 70px;
    text-align: center;
}

.section-title .sub-title {
    color: #9c27b0;
    /* font-weight: 500; */
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.section-title h2 {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 600;
}

.short_flims_area {
    background: url(../images/ezgif.png) no-repeat center center;
    background-size: cover;
    height: 770px;
    padding-bottom: 0;
}

.blog-area {
    padding-top: 0;
    margin-top: -80px;
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto;
}

.side-content {
    background: #1d1b1b;
}

.side-content .content {
    padding: 60px 40px;
}

.side-content .content h2 a {
    font-weight: 700;
    font-family: 'Gilroy-ExtraBold';
    color: #fff;
}

.side-content .content p {
    color: #fff;
}

.owl-carousel .owl-item img {
    height: 100%;
}

.xqbic-slider {
    position: relative;
}

.side-content .content .sub-title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
    display: inline-block;
    /* border: 2px solid #7937b2; */
    padding: 5px 20px;
    /* width: 160px; */
    background: #7b13a4;
    letter-spacing: 1px;
    box-shadow: 1px 1px 15px 3px #0000003b;
}

.side-content .content .read-more-btn {
    color: #fff;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.side-content .content .read-more-btn i {
    margin-left: 10px;
    background: #9f54bd85;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 9px;
    left: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7b13a4 !important;
}

.single-blog-post-box {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 27px 0 rgb(14 8 18 / 50%);
    box-shadow: 0 10px 27px 0 rgb(14 8 18 / 50%);
    background-color: #1f1625;
    height: 100%;
}

.single-blog-post-box .post-image a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.single-blog-post-box .post-content {
    padding: 28px 0 0 28px;
}

.single-blog-post-box .post-content .post-meta {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.single-blog-post-box .post-content .post-meta li {
    display: inline-block;
    /* margin-right: 30px; */
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.single-blog-post-box .post-content .post-meta li::before {
    width: 2px;
    height: 12px;
    position: absolute;
    left: -28px;
    top: 3px;
    content: '';
    background-color: #9c27b0;
}

.single-blog-post-box .post-content .post-meta li i {
    margin-right: 10px;
}

.single-blog-post-box .post-content .post-meta li a {
    color: #fff;
    font-size: 12px;
}

.single-blog-post-box .post-content h3 {
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

.single-blog-post-box .post-content h3 a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.single-blog-post-box .post-content .read-more-btn {
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #adadad;
}

.single-blog-post-box .post-content .read-more-btn i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.view-more-btn {
    margin-top: 80px;
    background: #9c27b0;
    color: #fff;
    border: 1px solid transparent;
    letter-spacing: 1px;
}

.love-care-banner {
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.love-care-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.inner-banner {
    padding: 200px 0 0 0;
}

.film-img {
    margin-bottom: -80px;
}

.film-img img {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px #000000d6;
    border: 1px solid #5b5b5b;
}

.flim-content {
    padding: 170px 70px 0;
}

.flim-content h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
}

.flim-content p {
    color: #fff;
}

.watch-btns,
.watch-btns a {
    display: flex;
    align-items: center;
    color: #fff;
}

.watch-btns a:first-child {
    border-right: 1px solid #fff;
    height: 20px;
    padding-right: 23px;
    margin-right: 23px;
}

.watch-btns a .icon {
    width: 30px;
    height: 30px;
    /* display: flex; */
    /* align-items: center; */
    margin-right: 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
}

.watch-btns a .icon i {
    font-size: 10px;
}

.watch-btns {
    margin-top: 40px;
}

.movie-info {
    margin-top: 100px;
}

.trailer-hading {
    /* background: #9c27b0; */
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    /* border-bottom: 1px solid #9c27b0; */
}

.trailer-hading h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    color: #fff;
    /* font-family: 'Gilroy-ExtraBold'; */
    margin: 0;
}

.trailer-hading h3 i {
    margin-right: 19px;
    color: #9c27b0;
}

.cast-crew-area {
    background: url(../images/vvvvvvv.png) no-repeat center center;
    background-size: cover;
}

.cast-crew li {
    color: #fff;
    list-style: none;
    padding: 16px 30px;
    border: 1px solid #cccccc4a;
    margin-bottom: 30px;
    position: relative;
    background: #0000008c;
}

.cast-crew li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 22%;
    background: #9c27b0;
    left: 0;
}

.cast-crew-profile .subtitle {
    color: #9c27b0;
    font-size: 20px;
    font-family: 'Gilroy-ExtraBold';
}

.cast-crew-profile h4 {
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 23px;
}

.addiction-banner {
    background: url(../images/zidd-hai1.jpg) no-repeat center right -770px, #030000;
    background-size: cover;
    position: relative;
}

.addiction-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.the-invisible-pain-banner {
    background: url(../images/the-invisible-pain.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.the-invisible-pain-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.men-will-be-men-banner {
    background: url(../images/men-will-be-men.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.men-will-be-men-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.inner-banner-2 {
    padding: 160px 0;
}

.privacy-content {
    color: #fff;
}

.privacy-content ul li {
    padding: 10px 0;
}

/* Footer Css */

footer {
    background: #0a0d14;
    padding: 20px 0;
}

.footer-menu {
    margin: 0;
}

.footer-content,
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content .logo a img {
    width: 150px;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    padding: 10px 13px;
}

.footer-menu li a {
    color: #cedbf8;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer-menu li a i {
    margin-right: 5px;
}

.copyright-area {
    background: #06090f;
    padding: 20px 0;
    color: #727272;
}

.copyright-area p {
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
    color: #ffffff5e;
    letter-spacing: 1px;
}

.copyright-area a {
    color: #b479ee;
    padding: 0px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    border-right: 1px solid;
}

.copyright-area a:last-child {
    border-right: 1px transparent;
}

.movies-main-page {
    background: url(../images/movie-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.about-main-page {
    background: url(../images/about-inner-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.movies-main-page::before,
.news-main-page:before,
.about-main-page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.aboutus-banner-heading {
    color: #fff;
    font-size: 65px;
}

.banner-heading {
    color: #fff;
    font-size: 70px;
}

.main-movie-title {
    margin-top: 40px;
    text-align: center;
}

.main-movie-detail a img {
    box-shadow: 1px 1px 20px 1px #000;
}

.main-movie-title h3 {
    color: #fff;
    font-size: 20px;
}

.main-movie-detail a:hover {
    text-decoration: none;
}

.main-movie-title .sub-title {
    background: #9c27b0;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    margin-top: 14px;
    position: relative;
    letter-spacing: 1px;
}

.main-movie-title .sub-title:before {
    content: '';
    position: absolute;
    border: 10px solid;
    border-color: transparent transparent #9c27b0 transparent;
    top: -20px;
    left: 40%;
}

.news-main-page {
    background: url(../images/news.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.xq-content {
    margin-top: 30px;
}

.xq-content p {
    color: #fff;
}

.xq-content a {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Gilroy-ExtraBold';
    font-size: 30px;
}

.xq-article-list .post-meta li {
    list-style: none;
    color: #9e9e9e;
}

.xq-article-list .post-meta li i {
    margin-right: 10px;
}

.news-date li {
    color: #fff;
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

.news-date li span {
    margin-right: 10px;
    color: #9c27b0;
}

.news-date {
    border-top: 1px solid;
    padding: 17px 0;
    border-bottom: 1px solid;
}

.news-detail-cnt iframe,
.news-detail-cnt img {
    margin: 30px 0;
}

.news-detail-cnt p {
    text-align: left;
    color: #9e9e9e;
}

.news-detail-cnt h2 {
    margin-bottom: 30px;
    color: #fff;
}

.inner-news-updates h5 {
    /* margin-top: 30px; */
    color: #fff;
    background: #330132;
    padding: 10px;
}

.about-img {
    position: relative;
}

.about-img img {
    box-shadow: 1.25rem 1.375rem 4.75rem 0 rgba(0, 0, 0, 0.92) !important;
}

.about-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #ffa07c;
    left: -30px;
    top: -30px;
    z-index: -1;
}

.about-content {
    background: url(../images/letter-2.svg) no-repeat top center;
    padding: 0px 0px 0 60px;
    height: 560px;
    height: 750px;
}

.about-content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    word-spacing: 0px;
}

.about-name {
    text-align: right;
    color: #fff;
    font-size: 19px;
    margin-top: 40px;
    position: relative;
}

.about-name:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    border: 1px solid rgba(201, 172, 140, 1);
    left: 263px;
    top: 20px;
}

.about-banner-heading {
    padding: 140px 0 120px;
    color: #fff;
    font-size: 100px;
}

.contact-us .form-control {
    background: #fff9 !important;
    padding: 13px 20px;
    border-radius: 0;
    color: #000 !important;
    box-shadow: 0px 0px 5px 0px #0000001f;
}

.contact-info input,
.contact-info textarea {
    background: #ffffff26;
    border: 1px transparent;
    padding: 29px 20px;
}

.contact-details {
    color: #fff;
    margin-left: 40px;
}

.contact-details h4 {
    font-size: 18px;
    color: #9c27b0;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-details ul {
    list-style: none;
    margin: 0;
}

.contact-details ul li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.contact-details ul li a i {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #a522de;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
}

@media (min-width: 1199px) {}

@media (max-width: 991px) {

    /* Header css  */
    header {
        display: none;
    }

    nav {
        display: block;
    }

    .hero-banner-content {
        margin: 0;
    }

    .banner-cnt {
        padding: 30px 0 170px;
    }

    .default-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .hero-banner-content .content {
        padding: 0 90px;
    }

    .invisible-pain_info:before {
        width: 100%;
    }

    .play-btn {
        z-index: 1;
        margin: 0;
    }

    .side-content .content {
        padding: 30px 40px;
    }

    .blog-area {
        margin-top: 250px;
    }

    .footer-content {
        display: block;
        text-align: center;
    }

    .footer-bottom-content {
        display: block;
        text-align: center;
    }

    .copyright-area p {
        margin-bottom: 12px;
    }

    .about-content {
        margin-top: 90px;
    }

    .flim-content {
        padding: 120px 0;
    }

    .about-banner-heading {
        padding: 40px 0 0;
    }

    .contact-details {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-image {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .hero-banner-content {
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        height: auto;
    }

    .hero-banner-content .content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        z-index: 1;
        text-align: center;
        padding: 30px 20px;
    }

    .hero-banner-content::before {
        border-radius: 0;
    }

    .hero-banner-content h1,
    .invisible-pain_info h2 {
        font-size: 28px;
        margin-bottom: 12px;
        line-height: 30px;
    }

    .invisible-pain_info {
        display: block;
        position: relative;
        padding: 20px;
        text-align: center;
    }

    .invisible-pain_info a {
        position: relative;
    }

    .invisible-pain_info .content {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .section-title {
        text-align: center;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        left: 40%;
    }

    .blog-area {
        margin-top: 50px;
    }

    .about-content {
        padding: 0 4px;
        height: auto;
        margin-top: 50px;
    }

    .about-name:before {
        left: 0;
        width: 45%;
    }

    .inner-banner-2 {
        padding: 40px 0;
    }

    .main-movie-title {
        border: 1px solid #cccccc4d;
        padding: 20px;
        margin-top: 10px;
    }

    .inner-banner {
        padding: 40px 0 0;
    }

    .watch-btns {
        display: block;
        margin: 0;
    }

    .watch-btns a:first-child {
        border: none;
        padding: 0;
    }

    .film-img {
        margin: 0;
    }

    .flim-content {
        padding: 40px 0;
    }

    .watch-btns a {
        padding: 19px 0;
    }

    .men-will-be-men_info {
        padding: 80px 0;
    }

    .men-will-be-men_info .content {
        width: 100%;
        text-align: center;
    }

    section {
        padding: 13px 0 !important;
    }

    .about-banner-heading {

        font-size: 55px !important;
    }

    .durga-puja-banner-info {
        padding: 40px 20px !important;
    }

    .durga-puja-banner-info .content {
        width: 100% !important;
        text-align: center !important;
    }

    .men-will-be-men_info h2 {
        color: #fff;
        font-family: 'Gilroy-ExtraBold';
        font-size: 30px;
    }

    .men-will-be-men_info::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(271deg, #141313db, #141313bd, transparent);
        right: 0;
        top: 0;
        z-index: 0;
    }
}

@media (max-width: 575px) {
    .video-btn {
        font-size: 14px;
    }

    .about-img:before {
        left: 7px;
        top: 10px;
    }

    .footer-menu li {
        display: block;
        border-bottom: 1px solid;
    }

    .bottom-links {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .movie-info {
        margin-top: 0;
    }

    .cast-crew-area {
        padding: 0;
    }

    .trailer-hading h3 i {
        margin: 10px;
    }

    .cast-crew-profile h4 {
        font-size: 15px;
    }

    .cast-crew li {
        padding: 10px 15px;
    }

    .flim-content h2 {
        font-size: 20px;
    }

    .men-will-be-men_info {
        padding: 80px 0;
    }

    .men-will-be-men_info .content {
        width: 100%;
        text-align: center;
    }

    .men-will-be-men_info h2 {
        color: #fff;
        font-family: 'Gilroy-ExtraBold';
        font-size: 30px;
    }

    .men-will-be-men_info::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(271deg, #141313db, #141313bd, transparent);
        right: 0;
        top: 0;
        z-index: 0;
    }


}

.followus li {
    list-style: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 1%;
}

.followus li a {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}

.followus a:hover {
    color: #9c27b0;
    tran
}

.followus-section h4 {
    color: #fff;
}

/*.durga-puja-banner **/

.durga-puja-banner {
    margin-top: -190px;
}

.durga-puja-banner-info {
    background: url(../images/zidd-hai-home1.jpg) no-repeat top left;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}

.durga-puja-banner-info .view-more-btn {
    margin-top: 7px;
}

.durga-puja-banner-info:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(271deg, #141313db, #141313bd, transparent);
    right: 0;
    top: 0;
    z-index: 0;
}

.durga-puja-banner-info h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
}

.durga-puja-banner-info .content {
    width: 50%;
    text-align: end;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.durga-puja-banner-info .content p {
    font-size: 19px;
}


.durga-puja-banner-info .content label {
    background: #7b13a4;
    text-align: center;
    padding: 3px 10px;
    /* border: 4px solid #5b2471; */
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 12px 6px #2a262c70;
}

.durga-puja-banner-info .modal-dialog,
.watch-btns .modal-dialog {
    max-width: 900px;
    background: #000;
}

.durga-puja-banner-info .modal-content,
.watch-btns .modal-content {
    background: #000;
    border: transparent;
}

.durga-puja-banner-info .modal-header {
    border-bottom: 0;
    padding: 20px 30px 0;
}

.durga-puja-in-banner {
    background: url(../images/durga-puja.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.durga-puja-in-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}






.lightbox-gallery {

    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}


.movies-main-page1 {
    background: url(../images/movie-bg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}





.durga-puja-banner1 {
    margin-top: 20px;
    -190px;
}

.durga-puja-banner1-info {
    background: url(../images/durga-puja.jpg?v=2.0) no-repeat top left;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}

.durga-puja-banner1-info .view-more-btn {
    margin-top: 7px;
}

.durga-puja-banner1-info:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(271deg, #141313db, #141313bd, transparent);
    right: 0;
    top: 0;
    z-index: 0;
}

.durga-puja-banner1-info h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
}

.durga-puja-banner1-info .content {
    width: 50%;
    text-align: end;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.durga-puja-banner1-info .content p {
    font-size: 19px;
}


.durga-puja-banner1-info .content label {
    background: #7b13a4;
    text-align: center;
    padding: 3px 10px;
    /* border: 4px solid #5b2471; */
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 12px 6px #2a262c70;
}

.durga-puja-banner1-info .modal-dialog,
.watch-btns .modal-dialog {
    max-width: 900px;
    background: #000;
}

.durga-puja-banner1-info .modal-content,
.watch-btns .modal-content {
    background: #000;
    border: transparent;
}

.durga-puja-banner1-info .modal-header {
    border-bottom: 0;
    padding: 20px 30px 0;
}

.durga-puja-in-banner1 {
    background: url(../images/durga-puja.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.durga-puja-in-banner1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}










.ziddhai-banner1 {
    margin-top: 20px;
    -190px;
}

.ziddhai-banner1-info {
    background: url(../images/durga-puja.jpg) no-repeat top left;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}

.ziddhai-banner1-info .view-more-btn {
    margin-top: 7px;
}

.ziddhai-banner1-info:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(271deg, #141313db, #141313bd, transparent);
    right: 0;
    top: 0;
    z-index: 0;
}

.ziddhai-banner1-info h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
}

.ziddhai-banner1-info .content {
    width: 50%;
    text-align: end;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.ziddhai-banner1-info .content p {
    font-size: 19px;
}


.ziddhai-banner1-info .content label {
    background: #7b13a4;
    text-align: center;
    padding: 3px 10px;
    /* border: 4px solid #5b2471; */
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 12px 6px #2a262c70;
}

.ziddhai-banner1-info .modal-dialog,
.watch-btns .modal-dialog {
    max-width: 900px;
    background: #000;
}

.ziddhai-banner1-info .modal-content,
.watch-btns .modal-content {
    background: #000;
    border: transparent;
}

.ziddhai-banner1-info .modal-header {
    border-bottom: 0;
    padding: 20px 30px 0;
}

.ziddhai-banner1 {
    background: url(../images/durga-puja.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.ziddhai-banner1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}



.ziddhai-banner1-info {
    background: url(../images/zidd-hai-home.jpg) no-repeat top left;
    background-size: cover;
    padding: 80px 60px;
    border-radius: 10px;
    box-shadow: 8px 10px 19px 1px #00000087;
    position: relative;
    border-right: 6px solid #7b13a4;
    border-left: 6px solid #7b13a4;
    display: flex;
    align-items: center;
}


.addiction-banner1 {
    background: url(../images/zidd-hai2.jpg) no-repeat center, #030000;
    background-size: cover;
    position: relative;
}