@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
    url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Black.woff2') format('woff2'),
        url('../fonts/Mulish-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-UltraItalic.woff2') format('woff2'),
        url('../fonts/Mulish-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-XLightItalic.woff2') format('woff2'),
        url('../fonts/Mulish-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ThinItalic.woff2') format('woff2'),
        url('../fonts/Mulish-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-XLight.woff2') format('woff2'),
        url('../fonts/Mulish-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-LightItalic.woff2') format('woff2'),
        url('../fonts/Mulish-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-MediumItalic.woff2') format('woff2'),
        url('../fonts/Mulish-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
        url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Thin.woff2') format('woff2'),
        url('../fonts/Mulish-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BoldItalic.woff2') format('woff2'),
        url('../fonts/Mulish-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BookItalic.woff2') format('woff2'),
        url('../fonts/Mulish-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Book.woff2') format('woff2'),
        url('../fonts/Mulish-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
        url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BookItalic.woff2') format('woff2'),
        url('../fonts/Mulish-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Mulish';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1200px;}

/* **** Header **** */
header{
    position:fixed;
    top: 43px;
    padding: 0;
    left: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    z-index: 5;
} 
.logobox{
    position: relative;
}
.logobox img{
    height:100px;
    margin: 0 auto;
    display: table;
    position: relative;
}
a.baric{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
a.baric i{
    font-size: 32px;
    color: #f4f4f4;
}

.sidebar-wrp{
    position: fixed;
    z-index: 6;
    background-color: #000000;
    top:-120%;
    left: 0;
    right: 0;
    height:100vh;
    overflow: auto;
    width:100%;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-wrp.expand-menu-open{
    top: 0;
}
.mobile-lg img{
    margin: 0 auto;
    height: 100px;
    display: table;
}
.slide-nav{
    padding: 45px 0;
}
.slide-nav ul li a{
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.slide-nav ul li a:hover{
    color: #f0efed;
    opacity: 0.5;
}
.closemenu{
    position: absolute;
    top: 40px;
    right:19%;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}
.closemenu:hover{
    color: #f0efed;
    opacity: 0.5;
}
/* **** End Header **** */


.videobanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0;
}

.abt-wrp{
    padding: 0;
    width: 100%;
    position: relative;   
    background: url(../images/Base.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: -10px;
}
.abt-wrp h2{
    font-size:75px;
    font-weight: normal;
    color: rgb(36, 36, 36);
    text-align: center;
    margin: 0 0 82px; 
    text-transform: uppercase;
}
.abt-wrp p{
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: normal;
    color: rgb(36, 36, 36);
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.abt-wrp p:last-child{
    margin: 0;
}
.abt-wrp-img figure{
    margin: 0;
}
.abt-wrp-data{
    max-width: 758px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.abt-wrp-data-logo{
    position: absolute;
    bottom: 61px;
}
.abt-wrp-data-logo figure{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-wrp{
    position: relative;
    overflow: hidden;
    background-color: #383738;
    padding: 140px 0 0;
}
.services-wrp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 5px;
}
.services-wrp ul li{
    width: 32.8%;
    margin: 7px 0;
}
.work-wrp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 5px;
}
.work-wrp ul li{
    width: 49.6%;
    margin: 7px 0;
}
.services-wrp .social-bx {
    padding: 35px 0;
}
.services-wrp .social-bx a figure{
    height: 35px;
}
.services-box{
    position: relative;
}
.services-box a{
    display: block;
    position: relative;
}
.services-box img{
    width: 100%;
    position: relative;
}
.services-box figure{
    position: relative;
    margin: 0;
}
.services-box figure::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161417;
    z-index: 1;
    opacity: 0.5;
}
.services-box:before{
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0.30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services-box h2{
    font-size: 52px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 42%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.project-wrp{
    padding: 45px 0;
    position: relative;
    background-color: #e8a530;
}
.project-wrp h2{
    font-size: 72px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 2px;
}
.project-box{
    position: relative;
    padding: 15px 0 80px;
}
.project-box img{
    box-shadow: 0 36px 49px rgba(51, 61, 63, 0.27);
    width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.project-wrp .slick-slide {
    margin: 0 15px;
}
.project-wrp .slick-list {
    margin: 0 -15px;
}
.project-box.slick-slide.slick-current.slick-active.slick-center img{
    transform: scale(1);
    -webkit-transform: scale(1);
    
}
.project-wrp button.slick-prev.slick-arrow,
.project-wrp button.slick-next.slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    z-index: 2;
    font-size: 0;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.project-wrp button.slick-next.slick-arrow {
    left: auto;
    right: -70px;
}

.project-wrp button.slick-prev.slick-arrow:before,
.project-wrp button.slick-next.slick-arrow:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 45px;
    border-radius: 100%;
    left: 0;
    top: -10px;
    background: url('../images/white-right.png') 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size:42px;
    color: #9b9b8e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.project-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
    left: auto;
    right: 0;
    transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
}
.project-wrp button.slick-prev.slick-arrow:hover:before,
.project-wrp button.slick-next.slick-arrow:hover:before {
    opacity: 0.70;
}

.project-sml p{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #f0efed;
    margin: 0 0 15px;
}
.project-sml .social-bx{
    padding: 0;
}
.project-detail-pop-slider-item{
    padding: 0 10px;
}
.modal{
    background-color: rgba(0, 0, 0, 0.85);
}
.modal-dialog{
    width: 100%;
    min-width: 100%;
}
.modal-content{
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.portfolio-block{
    padding: 70px 0;
}
.portfolio-block .row{
    align-items: center;
}
.portfolio-block .social-bx a figure{
    height: 35px;
}
.proj-imgbx img{
    width: 100%;
}
.proinfobx{
    padding: 0 30px;
}
.proinfobx h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 25px;
}
.proinfobx p{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
}
.proinfobx p:last-child{
    margin: 0;
}
.portfolio-block .closemenu{
    top: 25px;
}
.portfolio-block .closemenu:hover{
    color: #f0efed;
}
.portfolio-block .closemenu figure{
    margin: 0;
    width: 25px;
}
.portfolio-block .closemenu figure img{
    width: 100%;
}
.portfolio-block button.slick-prev.slick-arrow,
.portfolio-block button.slick-next.slick-arrow {
    position: absolute;
    left:0;
    top: 50%;
    z-index: 2;
    font-size: 0;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.portfolio-block button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}


.testimonail-wrp{
    padding: 120px 0;
    width: 100%;
    background-color: #383738;
    position: relative;
}
.testimonail-wrp h2{
    font-size: 72px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
    text-transform: uppercase;
}
.testimonail-block h3{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
    text-align: center;
}
.testimonail-block p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px;
    line-height: 24px;
    text-align: justify;
}
.testimonail-block{
    padding: 0 60px;
}
.testimonail-wrp button.slick-prev.slick-arrow,
.testimonail-wrp button.slick-next.slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    z-index: 2;
    font-size: 0;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.testimonail-wrp button.slick-next.slick-arrow {
    left: auto;
    right: -70px;
}

.testimonail-wrp button.slick-prev.slick-arrow:before,
.testimonail-wrp button.slick-next.slick-arrow:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 30px;
    border-radius: 100%;
    left: 0;
    top: -10px;
    background: url('../images/white-right.png') 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size:42px;
    color: #9b9b8e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.testimonail-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
    left: auto;
    right: 0;
    transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
}
.testimonail-wrp button.slick-prev.slick-arrow:hover:before,
.testimonail-wrp button.slick-next.slick-arrow:hover:before {
    opacity: 0.70;
}

footer{
    padding: 80px 0 30px;
    background-color: #383738;
}
footer h2{
    font-size: 72px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cnt-box{
    text-align: center;
    margin: 0 0 60px;
}
.cnt-box h4{
    font-size: 32px;
    font-weight: normal;
    color: #f0efed;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0 5px;
    border-bottom: 1px solid #f0efed;
    display: inline-block;
}
.cnt-box h5{
    font-size: 18px;
    font-weight: normal;
    color: #f0efed;
    line-height: 130%;
    letter-spacing: 1px;
}
.cnt-box p{
    font-size: 18px;
    font-weight: normal;
    color: #f0efed;
    margin: 0;
    line-height: 30px;
}
.cnt-box p a{
    color: #f0efed;
}
.cnt-box p a:hover{
    color: #fff;
    opacity: 0.6;
}
.sidebar-wrp .social-bx{
    margin-top: 80px;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 0;
}
.social-bx a{
    margin-right: 35px;
    font-size: 32px;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
.social-bx a:last-child{
    margin: 0 28px 0 0;
}
.social-bx a:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    right: -20px;
    top: 0;
}
.social-bx a:last-child:after{
    display: none;
}
.social-bx a:hover{
    opacity: 0.70;
}
.social-bx a figure{
    margin: 0;
    height: 50px;
}
.social-bx a figure img{
    height: 100%;
}
.copyright{
    padding: 15px 0;
    background-color: #383738;
}
.copyright p,
.copyright p a{
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #f0efed;
    line-height: 100%;
}
.copyright p a:hover{
    opacity: 0.6;
}
.copyright ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright ul li{
    padding: 15px 0;
}
.copyright ul li p{
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #fff;
}
.copyright ul li:last-child p{
    margin: 0;
    padding: 0;
    border: none;
}
.copyright h6{
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright h6 img{
    height: 30px;
    margin-left: 10px;
}

.film-box{
    position: relative;
    width: 100%;
    margin: 25px 0 0;
}
.film-box figure{
    margin: 0;
}
.film-box figure img,
.film-box figure video{
    width: 100%;
}
.film-title{
    text-align: center;
}
.film-title h2{
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    margin: 0 auto 25px;
    text-transform: uppercase;
}
.film-video-holder{
    position: relative;
    width: 100%;
}

.film-video-holder figure{
    margin: 0;
    width: 100%;
}
.film-video-holder figure img,
.film-video-holder video{
    width: 100%;
}

.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #000;
}
.btn-play:hover{
    color: #333;
}
/* **** illustration-sidebar **** */
.back-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    opacity: 0.5;
    overflow: hidden;
    cursor: pointer;
}
.back-overlay.expand-menu-open{
    visibility: visible;
    display: block;
}
.sidebar-title{
    position: relative;
}
.sidebar-title .close-icon{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.sidebar-title h2{
    font-size: 65px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    display: table;
    text-transform: uppercase;
}
.images-block ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.images-block ul li{
    width: 33.33%;
    padding: 0 8px;
    margin: 0 0 16px;
}
.images-block ul li a{
    display: block;
    box-shadow: 0 0 36px rgba(128, 128, 128, 0.2);
}
.images-block ul li a img,
.images-block ul li a video{
    max-width: 100%;
}
.images-block .behance-icon{
    display: table;
    margin: 20px auto 0;
}
.images-block .behance-icon img{
    max-width: 100%;
}
/* **** End illustration-sidebar **** */

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #383738;
}

.animation-sidebar{
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #383738;
    height: 100%;
    width: 80%;
    overflow: auto;
    z-index: 6;
    padding: 40px 75px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.animation-sidebar.expand-menu-open{
    left: 0;
}
.photography-sidebar{
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #383738;
    height: 100%;
    width: 80%;
    overflow: auto;
    z-index: 6;
    padding: 40px 75px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.photography-sidebar.expand-menu-open{
    left: 0;
}

/* PRELOADER CSS */
#back-to-up{
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #000;
    height: 45px;
    width: 45px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    border: none;
    padding: 15px 0;
    box-shadow: none;
    outline: none;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#back-to-up:hover{
    background-color: #f0efed;
    color: #313034;
}

.project-detail-pop-slider .slick-prev,
.project-detail-pop-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.project-detail-pop-slider .slick-prev:before,
.project-detail-pop-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    background: #fff;
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.project-detail-pop-slider .slick-prev {
    left:0;
    right: auto;
}
.project-detail-pop-slider .slick-prev:before {
    content: "\f053";
}
.project-detail-pop-slider .slick-prev:hover:before,
.project-detail-pop-slider .slick-next:hover:before{
    color: #fff;
    background: #20A0E2 ;
}

.film-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.film-box h3{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    z-index: 1;
    opacity:0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.film-box:hover:after{
    opacity: 0.60;
    visibility: visible;
}
.film-box:hover h3{
    opacity: 1;
    visibility: visible;
}