/*-----------------------------------------*/
/*            HEADER STARTS                */
/*-----------------------------------------*/
.no-header header {
	display: none;
}
header{
	height: 19vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.modal-open header {
	z-index: 9999;
}
.logo {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 20px;
}
.logo img {
	height: 9.2vh;
}
.logo a {
	font-family: 'Gotham-Thin';
	/*font-size: 9.4px;*/
	font-size: 0.9vh;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: left;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.logo a:hover{
	color: #fff;
}
.logo a span {
	display: block;
	/*font-size: 40px;*/
	font-size: 3.9vh;
	line-height: 1;
}
.text-jay {
	letter-spacing: 32px;
	margin-bottom: 5px;
}
.text-oza {
	letter-spacing: 24px;
	margin-top: 7px;
}
/* loader and modal start */

#model { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; background-color: rgba(0,0,0,0.5); display: none; }
#loader { position: absolute; z-index: 10001; text-align: center; display: none; padding: 10px; }
#loader .fa { margin-bottom: 5px; color: #F42E31 }
#loader label { font-size: 13px; color: #F42E31; display: block; margin: 0; line-height: 1; }

/* loader and modal end */
/*-----------------------------------------*/
/*            HEADER ENDS                  */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              HOME STARTS                */
/*-----------------------------------------*/

.no-header .banner-content, .no-header .page-content {
	padding-top: 0;
}
.page-content {
	height: 100vh;
	padding-top: 19vh;
	padding-bottom: 13vh;
	position: relative;
}
.banner-content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-center {
	display: flex;
	justify-content: center;
}
.banner-text {
	text-transform: uppercase;
}
.banner-text > div {
    font-size: 22px;
    letter-spacing: 5px;
    word-spacing: 4px;
    margin: 30px 0;
    text-align: left;
    margin-left: 54px;
    position: relative;
}
.banner-big-text {
	font-size: 140px;
	color: #848484;
	line-height: 1;
	position: relative;
	height: 100%;
	margin: 0 50px;
	letter-spacing: -20px;
	text-transform: uppercase;
}
.oza-text {
	margin: 0 40px;
}
.banner-big-text:hover {
	color: transparent;
}
.banner-big-text span {
	font-size: 16px;
	position: absolute;
	width: 150px;
	top: 50%;
	left: 50%;
	color: #fff !important;
	font-family: 'Gotham-Thin';
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	letter-spacing: .8px;
}
.banner-big-text:hover span {
	opacity: 1;
	visibility: visible;
}
.banner-big-text span.text-show {
	opacity: 1;
	visibility: visible;
}

.enablehovereffect{
	color: transparent
}

.enablehovereffect span{
	opacity: 1;
	visibility: visible;
}

.cus-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100vh;
}
.cus-carousel .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.all-carousel .cus-carousel {
	display: none;
}
.all-carousel .cus-carousel.active {
	display: block;
}
@media(max-width: 1799px){
	.banner-big-text {
		font-size: 100px;
	}
	.banner-text > div {
	    font-size: 18px;
	    letter-spacing: 4px;
	    word-spacing: 2px;
	}
}

@media(max-width: 767px){

	.banner-big-text {
	    font-size: 80px;
	    margin: 0px 30px;
	    letter-spacing: -13px;
	}
	.banner-text > div {
	    font-size: 10px;
	    letter-spacing: 2px;
	    word-spacing: 1px;
	    margin: 10px 0;
	    margin-left: 13px;
	}
	.banner-big-text span {
	    font-size: 8px;
	    width: 100px;
	}
	.page-content {
		height: 100%;
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.cus-carousel {
	    position: fixed;
	}
}
/*-----------------------------------------*/
/*              HOME ENDS                  */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              PROFILE STARTS             */
/*-----------------------------------------*/
.paragraph {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: justify;
}
.inner-scroll {
	height: 68vh;
	overflow: auto;
	flex-direction: column;
}
#profile .carousel-item img {
	object-position: 90% center;
}
@media(max-width: 1799px) {
	.paragraph {
	    font-size: 14px;
	}
}
@media(max-width: 767px){
	.inner-scroll {
		height: auto;
		overflow: inherit;
	}
	.paragraph {
	    font-size: 12px;
	}
}
/*-----------------------------------------*/
/*              PROFILE ENDS               */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          FEATURE FILMS STARTS           */
/*-----------------------------------------*/

.feature-film-content {
	padding: 0 100px;
	position: relative;
}
.feature-film-content:before, .feature-film-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgb(0,0,0,.9);
}
.feature-film-content:after {
	z-index: 0;
	background-color: rgb(0,0,0,.6);
}
/*.cus-owl-carousel .owl-carousel .owl-item img {
    height: 325px;
    object-fit: cover;
}

.cus-owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.cus-owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
.cus-owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
.cus-owl-carousel .owl-nav button span {
	font-size: 80px;
}*/

.slick-slider {
	z-index: 1;
}
.cus-owl-carousel .slick-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .5s all;
    -webkit-transition: .5s all;
}
.cus-owl-carousel .slick-slide img:hover {
	transform: scale(1.1);
}
.cus-owl-carousel .slick-slide a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgba(255,255,255,.5);
	position: relative;
	width: 100%;
}
.cus-owl-carousel .slick-slide a figure {
	position: relative;
	overflow: hidden;
}
/*.cus-owl-carousel .slick-slide a figure:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.cus-owl-carousel .slick-slide a figure:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}*/
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.cus-owl-carousel .slick-slide a:hover {
	color: #fff;
}
.cus-owl-carousel .slick-slide a span {
	display: inline-block;
	padding-top: 13px;
}
.slick-arrow .fa {
	font-size: 70px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	cursor: pointer;
	-webkit-text-stroke: 3px #000;
	z-index: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.slick-arrow .fa:hover {
	color: #fff;
}
.slick-arrow .fa.fa-angle-left {
	left: -50px;
}
.slick-arrow .fa.fa-angle-right {
	right: -50px;
}
@media(max-width: 1799px){
	.cus-owl-carousel .slick-slide img {
	    width: 100%;
	    height: 285px;
	}
}
@media(max-width: 1199px){
	.cus-owl-carousel .slick-slide img {
	    height: 180px;
	}
	.slick-arrow .fa {
		font-size: 50px;
	    top: 45%;
	}
}
@media(max-width: 991px) {
	.feature-film-content {
		padding: 0;
	}
	.slick-arrow .fa.fa-angle-left {
		left: 50px;
	}
	.slick-arrow .fa.fa-angle-right {
		right: 50px;
	}
	.slick-arrow .fa {
		-webkit-text-stroke: 0px #000;
	}
	.cus-owl-carousel .slick-slide img {
	    height: 260px;
	}
}
@media(max-width: 767px){
	.slick-arrow .fa.fa-angle-left {
	    left: 10px;
	}
	.slick-arrow .fa.fa-angle-right {
	    right: 10px;
	}
	.cus-owl-carousel .slick-slide figure {
		margin-bottom: 0;
	}
	.cus-owl-carousel .slick-slide img {
	    height: 330px;
	}
}
/*-----------------------------------------*/
/*           FEATURE FILMS ENDS            */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*            FILM DETAIL STARTS           */
/*-----------------------------------------*/
.movie-content {
	padding: 20px 0 20px 280px;
	position: relative;
	height: 440px;
}
.movie-thumbnail {
	position: absolute;
	top: 20px;
	left: 0;
	width: 250px;
}
.movie-description {
	width: 450px;
}
.movie-description h2 {
	 font-family: 'Gotham-Book';
	 color: #fff;
	 font-size: 16px;
	 margin-top: 0;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
.movie-description p {
	letter-spacing: 1px;
    line-height: 1.4;
}
/*.summary_text {
	height: 245px;
}*/
.cast {
	font-size: 17px;
	letter-spacing: 1px;
}
.movie-content .modal-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.film-detail-carousel .carousel-control-next, .film-detail-carousel .carousel-control-prev {
	position: static;
	width: inherit;
	opacity: 1;
}
.next-prev {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Gotham-Book';
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}
.next-prev > span {
	display: inline-block;
	margin-right: 10px;
}
.next-prev a {
	display: inline-block;
	margin: 0 10px;
}
.next-prev a:hover {
	opacity: .5;
}
.modal {
	background-color: rgba(0,0,0,.7);
}
.modal-dialog {
	max-width: 100%;
}
.cus-modal {
	height: 100%;
    display: flex;
    align-items: center;
}
.modal-content {
	background-color: transparent;
}
.cus-modal .close {
    position: absolute;
    top: -10px;
    right: -30px;
    font-size: 50px;
}
.cus-modal iframe {
	width: 1000px;
	height: 580px;
}
@media(max-width: 1799px){
	.cast {
	    font-size: 14px;
	}
	/*.summary_text {
	    height: 200px;
	}*/
	.movie-thumbnail {
	    width: 210px;
	}
	.movie-content {
	    padding: 20px 0 20px 240px;
	    height: 360px;
	}
	.next-prev {
	    font-size: 14px;
	}
	.cus-modal iframe {
		width: 750px;
    	height: 430px;
	}
}
@media(max-width: 1199px) {
	.next-prev a {
	    margin: 0 5px;
	}
	.next-prev a img {
		height: 20px;
	}
}
@media(max-width: 991px){
	.movie-description {
	    width: 100%;
	}
	.movie-content {
	    padding: 50px 0 30px 240px;
        height: 380px;
	}
	.movie-thumbnail {
	    top: 50px;
	}
	/*.summary_text {
	    height: 170px;
	}*/
	.cus-modal iframe {
	    width: 600px;
	    height: 330px;
	}
}
@media(max-width: 767px){
	.movie-thumbnail {
		position: static;
		margin-bottom: 30px;
	}
	.movie-content {
	    padding: 80px 0 130px 0;
	    text-align: center;
	    height: auto;
	}
	.movie-content .modal-btn {
	    right: 0;
	    top: inherit;
	    bottom: 60px;
	    left: 0;
	    margin: auto;
	}
	.next-prev {
	    font-size: 12px;
	    left: 50%;
	    right: inherit;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    text-align: center;
	}
	.next-prev > span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cus-modal iframe {
	    width: 100%;
	    height: 205px;
	}
	.cus-modal .close {
	    top: 0px;
	    right: -10px;
	    font-size: 30px;
	    color: #fff;
	    opacity: 1;
	}
	.cast {
	    text-align: left;
	}
}
/*-----------------------------------------*/
/*            FILM DETAIL ENDS             */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              ENQUIRY STARTS             */
/*-----------------------------------------*/


.enquiry {
	width: 500px;
	text-align: center;
}
.writemeon {
	padding-top: 30px;
	text-align: center;
}
.writemeon a {
	color: rgba(255,255,255,.8);
	letter-spacing: 2px;
    font-size: 14px;
}
.writemeon a:hover {
	color: #fff;
}
.notes {
	width: 100%;
	background-color: transparent;
    background-attachment: local;
    background-image:
        linear-gradient(to right, transparent 10px, transparent 10px),
        linear-gradient(to left, transparent 10px, transparent 10px),
        repeating-linear-gradient(transparent, transparent 49px, rgba(255,255,255,.3) 50px, rgba(255,255,255,.3) 51px, transparent 51px);
    line-height: 52px;
    border: none;
    padding-top: 12px;
    text-align: center;
    resize: none;
}
.notes:focus,.notes:active {
	 background-image:
        linear-gradient(to right, transparent 10px, transparent 10px),
        linear-gradient(to left, transparent 10px, transparent 10px),
        repeating-linear-gradient(transparent, transparent 49px, rgba(255,255,255,.3) 50px, rgba(255,255,255,.3) 51px, transparent 51px);
}
@media(max-width: 1399px){
	.writemeon {
	    padding-top: 10px;
	    font-size: 13px;
	}
	.writemeon a {
	    font-size: 12px;
	}
}
@media(max-width: 767px) {
	.enquiry {
		width: 100%;
		text-align: center;
	}
}
/*-----------------------------------------*/
/*              ENQUIRY ENDS               */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              PRESS STARTS               */
/*-----------------------------------------*/
.pressrelease-page {
	height: unset;
}
.title {
    font-size: 15px;
    color: #F42E31;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.slick-slide:focus {
	border: none;
	outline: none;
}
.award-box {
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 15px 60px 0;
}
.award-box img {
	position: absolute;
	top: 0;

}
.award-box img.leaf-L {
	left: 0;
}
.award-box img.leaf-R {
	right: 0;
}
.award-box h3 {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	font-family: 'Gotham-Book';
}
.award-box p {
	color: rgba(255,255,255,.6);
	font-size: 13px;
	letter-spacing: 1px;
	min-height: 63px;
}
.award-box p.year {
	color: #fff;
	font-family: 'Gotham-Book';
	min-height: inherit;
}
.award-carousel .slick-arrow .fa {
	top: 40%;
	font-size: 36px;
    -webkit-text-stroke: 1px #000;
}
.pressrelease p {
	font-size: 13px;
	letter-spacing: 1px;
	color: rgba(255,255,255,.5);
	display: inline-block;
}
.pressrelease p:hover {
	color: rgba(255,255,255,.7);
}
.pressrelease span {
	display: block;
	color: rgba(255,255,255,.7);
}
.pressrelease-img {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}
.pressrelease-content {
	margin-top: 50px;
}
/*.award-carousel {
	margin-top: 30px;
	max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
@media(max-width: 1799px){
	.award-box h3 {
	    font-size: 12px;
	}
	.title {
	    font-size: 13px;
	    margin-bottom: 15px;
	}
	.pressrelease-content {
		margin-top: 20px;
	}
	.pressrelease p {
	    font-size: 12px;
	}
	.award-box p {
	    font-size: 12px;
	    min-height: 63px;
	}
	.award-carousel {
		margin-top: 0;
		/*max-height: 160px;*/
	}
	/*.pressrelease {
		max-height: 150px;
		overflow-y: auto;
		overflow-x: hidden;
	}*/
}
@media(max-width: 1199px) {
	.award-box {
	    padding: 15px 50px 0;
	}
	.pressrelease p {
	    font-size: 11px;
	    margin-bottom: 15px;
	}
	.pressrelease-img {
		position: fixed;
	}
}
@media(max-width: 991px) {
	.award-carousel .slick-arrow .fa.fa-angle-right {
	    right: 0px;
	}
	.award-carousel .slick-arrow .fa.fa-angle-left {
	    left: 0px;
	}
}
/*-----------------------------------------*/
/*               PRESS ENDS                */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*            FOOTER STARTS                */
/*-----------------------------------------*/
footer {
	height: 13vh;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.footer-content {
	text-align: center;
    padding-top: 20px;
	color: rgba(255,255,255,.4);
	font-size: 11px;
}
.social-icon {
	margin-bottom: 15px;
}
.social-icon a {
	margin: 0 4px;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.social-icon a:hover {
	opacity: 1;
}
.social-icon img {
	height: 2.8vh;
}
/*-----------------------------------------*/
/*            FOOTER ENDS                  */
/*-----------------------------------------*/

/*------------HOME PAGE ALPHABETS INDICATE SHOW HIDE DIV CSS START----------------------*/
.home-runout {
	position: relative;
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}
.home-nav {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%);
}
.home-nav h5 {
	color: #848484;
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@media(min-width: 768px) {
	.home-runout {
		display: none;
	}

}
@media(max-width: 767px) {
	.home-runout .image-block {
		text-align: left;
		position: relative;
		left: -20px;
	}
	.home-nav .image-block img {
    	height: 130px;
	}
	.home-runout {
		display: none !important;
	}
}
@media(max-width: 374px) {
	.home-nav .image-block img {
    	height: 70px;
	}
	.home-nav h5 {
		font-size: 16px;
	}
}

/*------------HOME PAGE  ALPHABETS INDICATE SHOW HIDE DIV CSS END----------------------*/