h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}


hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    padding-top: 0px;
}
.banner{
	width:100%;
	background:url(../images/banner.jpg) top left no-repeat;
	height:100vh;
	    position: relative;
}
header{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.banner-txt{
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:0px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
canvas{
	opacity:.6;
	width:100% !important;
}
.banner-txt h1{
    font-size: 147px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0px;
	opacity: 0;
}
.banner-txt h5{
    font-size: 20px;
    color: #fff;
    letter-spacing: 4.4px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
	    margin-top: 130px;
}
.banner .col-md-6{
	text-align:center;
}
.iconbx{
    width: 100%;
    position: absolute;
    top: 85%;
    transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    left: 0px;
}
.iconbx .col-md-6 img {
    vertical-align: middle;
    border-style: none;
    margin: 0px 35px;
}
.cast{
width: 100%;
    background: #94782c;
    float: left;
    padding: 50px 0px;
    height: 420px;
}
.cast h2{
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
}
.cast .col-md-9
	{
    text-align: right;
}
.cast h2 span{
	    font-size: 46px;
    display: block;
    color: #343434;
}
.cast p{
	    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .75px;
    margin: 25px 0px;
}
.production{
    width: 100%;
    background: #111;
    float: left;
    padding: 25px 0px 0px;
}
.production .col-md-9 {
    padding: 83px 0px 20px;
}
.production .col-md-3 img{
    margin-left: -50px;	
}
.production .col-md-9 img{
    margin-left: -30px;	
}
.production h2{
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: -75px;
    letter-spacing: 10px;
    margin-top: 0px;
}
.production h2 span{
	    font-size: 46px;
    display: block;
    color: #92762a;
}
.production p{
font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .75px;
    margin: 25px 0px 0px -70px;
    width: 70%;
}
.iffb{
    width: 100%;
    background: url(../images/iffb.jpg) top left no-repeat;
    float: left;
    padding: 45px 0px 0px;
	position:relative;
}
.iffb h2{
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: right;
    margin-right: -10px;
}
.iffb h2 span{
	    font-size: 46px;
    display: block;
    color: #92762a;
}
.iffb-in{
width: 100%;
    position: relative;
    padding-bottom: 100px;
}
.iffb-in::before{
    content: "";
    width: 60%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 205, 66, .55);
}
.iffb-in p{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15px;
    margin: 60px 0px 0px 0px;
}
.iffb-in .row {
    margin-bottom: 0px;
}
.iffb-in img{
    margin-top: 65px;
}


.v-carousel{
    float: left;
    width: 100%;
    margin-top: -50px;
    background: #111;
}
.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel img {
  height: auto;
  width: 100%;
}
.multi-item-carousel .carousel-control.left, 
.multi-item-carousel .carousel-control.right {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}
.carousel-inner > .item.next, 
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev, 
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.item__third {
  float: left;
  width: 33.33333333%;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0px;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

.filmbg .row{
    background: rgba(255, 205, 66, 0.75);
    padding:100px;
}
.tttt img{
    float: right;
    width: 80%;
}
h6.nnn{
    float: right;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
@media screen and (max-width:1366px){
.filmbg .row {
    padding: 70px;
}    
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.film{
    width: 100%;
    background: #111;
    float: left;
    padding: 25px 0px 0px;
}
.film .col-md-9 {
    padding: 83px 0px 20px;
	    position: relative;
    z-index: 99;
}
.film .col-md-3 img{
    margin-right: -50px;	
}
.film .col-md-9 img{
    margin-right: -30px;	
}
.film h2{
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-right: -75px;
    letter-spacing: 10px;
    margin-top: -55px;
    text-align: right;
}
.film h2 span{
	    font-size: 46px;
    display: block;
    color: #92762a;
}
.film p{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .75px;
    margin: 25px -62px 0px 0px;
    width: 70%;
    text-align: right;
    float: right;
}
.film .col-md-9 p a {
    color: #ffffff;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: bold;
    text-transform: uppercase;
}
.footer{
    width: 100%;
    background: #000;
    float: left;
    padding: 0px 0px 0px;
    position: relative;
}
.footer h2{
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: right;
    margin-right: -10px;
}
.footer h2 span{
	    font-size: 46px;
    display: block;
    color: #92762a;
}
.footer-in{
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}
.footer-in::before{
    content: "";
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    background: rgba(255, 205, 66, .55);
}
.footer-in p{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15px;
    margin: 0px 0px 0px 0px;
}
.footer-in .row {
    margin-bottom: 0px;
}
.footer-in img{
    margin-top: 65px;
}
.footer h3{
	    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    margin: 65px 0px 20px 0px;
}
.footer ul {
    padding: 0px;
    margin: 0px;list-style-type:none;
}
.footer .col-md-2 li{
padding: 0px 0px 0px 30px;
    margin: 0px;
	list-style-type:none;
	line-height:32px;
	background:url(../images/arw.png) center left no-repeat;
}
.footer .col-md-2 ul li a{
	    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15px;
	text-transform:uppercase;
}
.footer-in .col-md-6 img {
    margin-top: 0px;
}
.footer .col-md-6 ul li{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15px;
    margin: 0px 0px 20px 0px;
}
.footer .col-md-6 ul{
    margin-top: 40px;
}
.fa {
    color: #fff;
    font-size: 33px !important;
    margin-right: 25px;
}
.copy{
    margin-top: 50px !important;
}
.item__third:nth-child(1) img{
    height: 460px;
    margin-top: 50px;
}
.item__third:nth-child(3) img{
    height: 460px;
    margin-top: 50px;
}
.multi-item-carousel .carousel-control.left, .multi-item-carousel .carousel-control.right {
    background: rgba(255, 255, 255, 0);
    width: 25%;
}
body{
	    overflow-x: hidden;
}
#menuToggle
{
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
position: absolute;
    width: 400px;
    margin: -77px 0 0 0;
    padding: 50px;
    padding-top: 95px;
    right: -55px;
    background: #fecd42;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 100vh;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
      font-family: 'Oswald', sans-serif;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
.subheader{
	height:470px;
	width:100%;	    position: relative;
}
.submission{
	background:url(../images/submission-header.jpg) top left no-repeat;
	background-size:cover;

}
.subheader .banner-txt h1 {
font-size: 80px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0px;
    opacity: 1;
    font-family: 'Oswald', sans-serif;
}
.gray{
    width: 100%;
    float: left;
    background: #111111;
    padding: 55px 0px 50px;}
.gray h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: left;
    margin-right: -10px;
}
.gray h2 span {
    font-size: 46px;
    display: block;
    color: #92762a;
}
.gray p{
	    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .75px;
    margin: 25px 0px;
}
	.yellow{
    width: 100%;
    float: left;
    background: #94782c;
    padding: 55px 0px 50px;}
	.yellow h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: left;
    margin-right: -10px;
}
.yellow h2 span {
    font-size: 46px;
    display: block;
    color: #111;
}
.yellow p{
	    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .75px;
    margin: 25px 0px;
}
.yellow form{
    width: 90%;
}
.yellow form p{
margin:0px 0px 20px;	
font-size:14px;
}
.yellow select{
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 22px;
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
.yellow select option{
	color: #111;
}
.yellow textarea.text1{
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 22px;
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    height: 100px;
}
.yellow textarea.text2{
    width: 100%;
    padding: 15px 15px;
    margin-bottom:0px;
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    height: 130px;
}
.yellow input[type="submit"]{
	 
    background: #111;
    border: none;
    padding: 11px 40px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
textarea::-webkit-input-placeholder {
color: #fff;font-family: 'Josefin Sans', sans-serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  font-family: 'Josefin Sans', sans-serif;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  font-family: 'Josefin Sans', sans-serif;
}

textarea:-ms-input-placeholder {
color: #fff;  font-family: 'Josefin Sans', sans-serif;
}
.vf p.mj{
	margin-top:0px;
}
.pic .col-md-6 img{
	width:100%;
}
.pic .col-md-6 a{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px 40px;
    margin: 0px auto;
    display: table;
    border: #8c7124 1px solid;
	text-decoration:none;
}
.pic .col-md-6 p{
	text-align:center;
}
.fmarket{
	background:url(../images/film_market_bg.jpg) top left no-repeat;
	background-size:cover;

}
.weproduce{
	background:url(../images/new/we-produce-banner.jpg) top left no-repeat;
	background-size:cover;

}
.festival{
	background:url(../images/submission-header.jpg) top left no-repeat;
	background-size:cover;

}
.contact{
	background:url(../images/submission-header.jpg) top left no-repeat;
	background-size:cover;

}
.film{
	background:url(../images/film.jpg) top left no-repeat;
	background-size:cover;

}
.gray1 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 62px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: center;
}
.gray1 h2 span {
    font-size: 25px;
    display: block;
    color: #92762a;
}
.gray1 p{
	 text-align: center;
}
.ln{
    width: 200px;
    height: 4px;
    background: #94782c;
    margin: 20px auto 40px;
}
.fmarketbg{
	background:url(../images/marketbg.jpg) top left no-repeat;
	background-size:cover;
	padding:120px 0px;
}
.festivalbg{
	background:url(../images/banner.jpg) top left no-repeat;
	background-size:cover;
	padding:120px 0px;
}
.filmbg{
	background:url(../images/film2.jpg) top left no-repeat;
	background-size:cover;
	padding:120px 0px;
}
.yellow1 .col-md-12{
    background: rgba(255, 205, 66, .55);
    padding: 150px;
}
.yellow1 h2{
	    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #111;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 0px;
    letter-spacing: 5px;
    margin-top: 0px;
    text-align: left;
}
.black {
    width: 100%;
    float: left;
    padding: 120px 0px;
    background: #1b1b1b;
}
.black img{
width:100%;
margin-bottom:30px;}
.ln2{
    width: 150px;
    height: 4px;
    background: #111;
    margin: 15px 0px 40px;
}
.yellow1 p{
	    font-family: 'Josefin Sans', sans-serif;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .75px;
    margin: 25px 0px;
}
.wepro{
	background:url(../images/banner.jpg) top left no-repeat;
	background-size:cover;
	padding:120px 0px;
}
.webg{
    background: url(../images/new/we-produce-content-bg2.jpg) top left no-repeat;
    background-size: cover;
    padding: 120px 0px;
}
.inter{
    padding: 0px;
    display: flex;
}
.inter .col-md-6{
	padding:0px;
	float:left;
}
.inter .col-md-6.rt {
    background: #eac55b;
    padding: 80px;
   
}
.inter .col-md-6.rt h2{
font-size:40px; color: #111;
}
.inter .col-md-6.rt p{
color: #111;
font-weight:normal;
}
.map{
	width:100%;
	float:left;
}
.yellow1.yellow2 .col-md-12 {
    background: rgba(255, 205, 66, .55);
    padding: 50px;
}
.yellow1.yellow2 .col-md-12 .col-md-6 {
    float: left;
}
.yellow1.yellow2 label{
	    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #111;width:100%;
}
.yellow1.yellow2 input[type="text"]{
    width: 100%;
    padding: 5px 20px;
    border: 1px #111 solid;}

.yellow1.yellow2 input[type="email"]{
    width: 100%;
    padding: 5px 20px;
    border: 1px #111 solid;
}
.yellow1.yellow2 textarea{
    width: 100%;
    padding: 5px 20px;
    border: 1px #111 solid;
	height:100px;
}
.yellow1.yellow2 form{
    padding-left: 100px;
}
.yellow2 input[type="submit"]{
	 
    background: #111;
    border: none;
    padding: 11px 40px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
.yellow2 .col-md-12{
	position:relative;
}
.yellow2 .col-md-12::before{
	width:4px;
	height:180px;
	background:#111;
	content:"";
	position:absolute;
	left:53%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
#menu a {
    color: #000;
    text-decoration: none;
}
#menu a:hover {
    color: #fff;
    text-decoration: none;
}
#menu a.active {
    color: #fff;
    text-decoration: none;
}
.map {
    width: 100%;
    float: left;
    height: 600px;
}
.con_details li, .con_details li a{
    list-style-type: none;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
	text-decoration:none;
	    padding-bottom: 30px;
}
.con_details li:nth-child(2) img{float:left;
margin-right:10px;
margin-top:8px;
}
.con_details li:nth-child(3) img{float:left;
margin-right:10px;
margin-top:5px;
}
.con_details li:nth-child(1) img{float:left;
margin-right:10px;
margin-top:0px;
}
.footer-in ul a{color:#fff;}

.jury_box:nth-child(1){background:url(../images/jury_pic2.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 5px;
}
.jury_box:nth-child(2){background:url(../images/jury_pic1.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 5px;
}
.inbox_row .jury_box:nth-child(2){background:url(../images/jury_pic3.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 5px;
}
.inbox_row .jury_box:nth-child(1){background:url(../images/jury_pic4.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 5px;
}
.jury_box:nth-child(3){background:url(../images/umada.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 0px;
}
.inbox_row .jury_box:nth-child(3){background:url(../images/giridhar_jha.jpg) no-repeat;
float:left;
height:700px;
padding:0px;
    position: relative;
	width: 33%;
    margin-right: 0px;
}
.jury_in{
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
}
.inbox_row{
width: 1424px;
    margin: 0px auto;
}
.jury_inbox{
    width: 1424px;
    margin: 0px auto;
}
.jury_box .box_in h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    text-align: center;
    line-height: 50px;
	margin: 0px;
}
.jury_box .box_in p{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
	margin: 0px;
}
.jury_box .box_in{
    width: 99.4%;
    height: 250px;
    background: rgba(0, 0, 0, 0.62);
	text-align:center;
	    padding-top: 20px;
		    position: absolute;
    bottom: 0px;
	transition:.5s;
}
.jury_box .box_in img{
    margin-bottom: 30px;
}
.jury_box a .box_in:hover{
    width: 99.4%;
    height: 700px;
    background: rgba(254, 205, 66, 0.77);
    text-align: center;
    padding-top: 250px;
    position: absolute;
    bottom: 0px;
	transition:.5s;
}
.jury_box .box_in h1{
    font-size: 140px;
    letter-spacing: 40px;
    text-align: center;
    margin: 0px;
    font-family: adobe arabic;
    font-weight: 600;
float:left;
    line-height: 0px;
    margin-bottom: 50px;
    margin-top: 70px;
    color: #fff;
}
.jury_box .box_in div {
    width: 100%;
    min-height: 20px;
    text-align: center;
    float: left;
    padding-left: 105px;
}
.jury_box .box_in div{width:100%;}
.jury_box a .box_in:hover h2{
color:#000;
}
.jury_box a .box_in:hover p{
color:#000;
}
.jury_box a .box_in:hover h1{
color:#000;
}
.yellow1.wepro h2{
	color:#fff;
}
.yellow1.wepro p{
	color:#fff;
}
.festival{
	background:url(../images/prbg.jpg) top left no-repeat;
	background-size:cover;
}
.jury_page{
    background: url(../images/jury-banner.jpg) top left no-repeat;
    background-size: cover;
}
.fmarket{
	background:url(../images/fmmr.jpg) top left no-repeat;
	background-size:cover;
}
.contact{
	background:url(../images/conhd.jpg) top left no-repeat;
	background-size:cover;
}
.castt, .submission{
	background:url(../images/we_cast_banner.jpg) top left no-repeat;
	background-size:cover;
}
.vf iframe{
	width:100% !important;
}
.pic .col-md-3 img{
	width:100%;
}
.pic .col-md-3 {
    margin-bottom: 25px;
}
.cast a {
    color: #ffffff;
    font-weight: bold;
    padding: 7px 15px;
    margin: 20px 0px;
    float: right;
	text-decoration:underline;
}
.production a {
    color: #ffffff;
    font-weight: bold;
    padding: 7px 15px;
    margin: 20px 0px;
    float: right;
	text-decoration:underline;
}
.another_button h2{
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 220px;
    text-align: center;
    height: 55px;
}
.another_button{
    width: 550px;
    float: left;
    height: auto;
}
.another_button a{
    float: left;
}
.yellow1 .col-md-12 {
    background: rgba(255, 205, 66, 0.75);

}
.rr{
	float:right !important;
}
.inter{
	display:block;
}
.fest {
    background: #eac55b;
}
.fest img{
	width:100%;
}
iframe{
    border: none;
    height: 480px;
    width: 88%;
    float: right;
}
.sub iframe {
    border: none;
    height: 490px;
    width: 90%;
    float: left;
}
.sub .caldera-grid textarea.form-control {
    padding-right: 4px;
    height: auto;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 22px;
    background: transparent;
    border: 1px #fff solid;
    color: #fff !IMPORTANT;
    font-family: 'Josefin Sans', sans-serif;
    height: 100px;
}
.sub select{
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 22px;
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    height: auto;
}
.yellow2 .col-md-12::before {
    content: "";
    left: 49%;
}
.sub p{
    margin: 0px 0px 20px;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-style: italic;
}
.overlay {
position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.overlay iframe {
    border: none;
    height: 490px;
    width: 100%;
    float: right;
}
.pic .col-md-3 span{
    color: #ffffff;
    font-weight: bold;
    float: right;
}
.contactbg{
	width:100%;
	background:url(../images/cont_img.jpg) top left no-repeat;
	height:100vh;
	    position: relative;
}
.sub p {
    display: table;
}
@media screen and (max-width:1366px){
	.banner-txt h1 {
    font-size: 105px;
    margin: 20px 0px;
}
.banner-txt h5 {
    font-size: 14px;
}
.container {
    max-width: 90%;
}
.cast h2 {
    font-size: 65px;
    line-height: 50px;
}
.cast h2 span {
    font-size: 36px;
}
.cast p {
    font-size: 16px;
    margin: 15px 0px;
}
.cast .col-md-3 img{
    width: 100%;
}
.cast {
    height: 370px;
}
.production .col-md-9 img {
    margin-left: -15px;
    width: 100%;
}
.production .col-md-3 img {
    margin-left: 0px;
    width: 100%;
}
.production h2 {
    font-size: 65px;
    line-height: 50px;
}
.production h2 span {
    font-size: 36px;
}
.production p {
    font-size: 16px;
    margin: 15px 0px 0px -74px;
}
.iffb h2 {
    font-size: 65px;
    line-height: 50px;
}
.iffb h2 span {
    font-size: 36px;
}
.iffb-in img {
    width: 50%;
}
.iffb-in p {
    font-size: 14px;
}
.item__third:nth-child(1) img {
    height: 340px;
    margin-top: 30px;
}
.item__third:nth-child(3) img {
    height: 340px;
    margin-top: 30px;
}
.film .col-md-9 {
    padding: 40px 15px 20px;
}
.film .col-md-9 img {
    margin-right: 0px;
    width: 100%;
}
.film .col-md-3 img {
    margin-right: 0px;
    width: 100%;
}
.footer-in img {
    float: right;
    width: 80%;
}
.footer-in .col-md-6 img {
    margin-top: 4px;
    width: 17px;
    float: left;
    margin-right: 10px;
}
.fa {
    font-size: 27px !important;
    margin-right: 25px;
}
.copy {
    margin-top: 25px !important;
}
.footer h3 {
    font-size: 26px;
    margin: 65px 0px 15px 0px;
}
.film h2 {
    font-size: 65px;
    line-height: 50px;
}
.film h2 span {
    font-size: 36px;
}
.film p {
    font-size: 14px;
}
.footer .col-md-2 li {
    padding: 0px 0px 0px 25px;
    line-height: 27px;
    background-size: 12px;
}
.footer .col-md-2 ul li a {
    font-size: 13px;
}
.footer-in p {
    font-size: 14px;
}
.footer .col-md-6 ul li {
    font-size: 14px;    margin: 0px 0px 15px 0px;
}
.iconbx .col-md-6 img {
    width: 85px;
}
.iconbx {
    top: 89%;
}
.con_details li, .con_details li a {
    list-style-type: none;
    font-size: 16px;
    line-height: 26px;
}
#menu {
    padding-top: 75px !important;
	width: 306px;
}
#menu li {
    padding: 8px 0;
    font-size: 18px;
}
.navbar-brand img {
    max-height: 100px;
}
#menu img{
    max-height: 100px;
}
.gray1 h2 {
    font-size: 50px;
}
.jury_box a .box_in:hover {
    width: 100%;
	padding-top: 190px;
}
.jury_box .box_in{
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.62);
	text-align:center;
	    padding-top: 0px;
		    position: absolute;
    bottom: 0px;
	transition:.5s;
}
.jury_box .box_in div {
    padding-left: 25px !important;
}
.jury_box .box_in div {
    padding-left: 0;
    text-align: center;
}
.jury_box .box_in h1 {
    font-size: 100px;
    letter-spacing: 20px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 70px 0px 0px 0px;
}
.jury_box:nth-child(1) , .jury_box:nth-child(2), .jury_box:nth-child(3){
    height: 562px;
    background-size: contain;
}
.jury_box a .box_in:hover {
    height: 562px;
}
.jury_inbox {
    width: 1140px;
    margin: 0px auto;
}
.jury_inbox {
    width: 1140px;
    margin: 0px auto;
}
.inbox_row {
    width: 1140px;
    margin: 0px auto;
	height: 562px !important;
}
.inbox_row .jury_box{
    background-size: contain !important;
	height: 562px !important;
}

.inbox_row .jury_box a .box_in:hover {
    width: 100%;
    padding-top: 190px;
    height: 562px !important;
}
.inbox_row .jury_box .box_in{
    height: 200px !important;
	    padding-top: 0px;
}
.jury_box .box_in h2 {
    line-height: 40px !important;
}
iframe {
width:675px !important;
height:399px !important;	
}
.item__third:nth-child(3) iframe {
height: 399px !important;
    margin-top: 0px;
    width: 675px !important;
}
.item__third:nth-child(1) iframe {
height: 399px !important;
    margin-top: 0px;
    width: 675px !important;
}
.item__third:nth-child(1) , .item__third:nth-child(3){
	height: 339px !important;
    margin-top: 30px;
	overflow:hidden;
}
.item__third:nth-child(1) img {
    height: 360px;
    margin-top: 20px;
}
.item__third:nth-child(3) img {
    height: 360px;
    margin-top: 20px;
}
.ghg img{
	width:100%;
}
.webg {
padding: 70px 0px 50px;
}
.yellow1 .col-md-12 {
    padding: 100px;
}
.subheader {
    height: 330px !important;
	    background-size: 100% !important;
}

.fmarketbg {
    padding: 70px 0px 50px;
}
.banner {
    background-size: cover;
}
.iffb {
    background-size: cover;
}
.iffb-in::before {
    height: 100%;
}
.iffb-in img {
    margin-top: 70px;
	    width: 40% !important;
}
.iffb-in p {
    margin: 25px 0px 0px 0px;
}
.iffb-in {
    padding-bottom: 66px;
}
.fest .col-md-6.rt {
    padding: 70px;
}
.fest .col-md-6.lt img {
    width: 100%;
}
.jury_page {
    background-size: cover !important;
}
.cont_bg {
    background-size: cover;
}
.production p {
    margin: 5px 0px 0px -57px;
}
.production h2 {
    margin: 15px 0px 0px -59px;
}
.iffb h2{
    margin-left: 0px;
}
.v-carousel {
    margin-top: -40px;
}
.overlay iframe {
    border: none;
    height: 490px !important;
    width: 100% !important;
    float: right;
}
.popup {
    margin: 70px auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}
.sub iframe {
    border: none;
    height: 490px !important;
    width: 90% !important;
    float: left;
}
.fmarketbg iframe {
    border: none;
    height: 480px !important;
    width: 88% !important;
    float: right;
}
}
@media screen and (max-width:1280px){
	.item__third:nth-child(1) img {
    height: 315px;
    margin-top: 30px;
}
	.item__third:nth-child(3) img {
    height: 315px;
    margin-top: 30px;
}
.con_details li, .con_details li a {
    list-style-type: none;
    font-size: 15px;
    line-height: 25px;
}
.jury_box:nth-child(1) {
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}
.jury_box:nth-child(2) {
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}
.jury_box:nth-child(3) {
    margin-right: 0px;
    width: 33%;
    max-width: 33%;
}
.inbox_row .jury_box:nth-child(1) {
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}
.inbox_row .jury_box:nth-child(2) {
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}
.inbox_row .jury_box:nth-child(3) {
    width: 33%;
    max-width: 33%;
	margin-right: 0px;
}
.jury_inbox {
    width: 1224px;
    margin: 0px auto;
    margin-left: 21px;
}
.inbox_row {
    width: 1224px;
    margin: 0px auto;
    margin-left: 21px;
}
.footer-in .col-md-6 img {
    margin-top: 3px;
}
iframe{
	width:631px !important;
	height:373px !important;
}
.vf iframe{
	width:100% !important;
}
.ghg img{
width:100%;	
}
.jury_inbox ,.inbox_row{
    width: 90%;
    margin: 0px auto;
    margin-left: auto;
}
iframe {
width:631px !important;
height:373px !important;	
}
.item__third:nth-child(3) iframe {
    height: 373px !important;
    margin-top: 0px;
    width: 631px !important;
}
.item__third:nth-child(1) iframe {
    height: 373px !important;
    margin-top: 0px;
    width: 631px !important;
}
.item__third:nth-child(1) , .item__third:nth-child(3){
	    height: 333px;
    margin-top: 20px;
    overflow: hidden;
}
.pic .col-md-6 a {
 margin-bottom: 50px;
}
.iffb h2 {
    font-size: 55px;
    line-height: 45px;
}
.iffb-in::before {
    height: 91%;
}
.iffb-in p {
    font-size: 12px;
	margin: 45px 0px 0px 0px;
}
.iffb-in img {
    margin-top: 55px;
    margin-bottom: 45px;
}
.production h2 {
    margin: 5px 0px 0px -59px;
    font-size: 55px;
    line-height: 45px;
}
.film h2 {
    font-size: 55px;
    line-height: 45px;
}
.subheader {
    height: 309px !important;
    background-size: 100% !important;
}
.webg {
    padding: 70px 0px 50px;
    background-size: 100% !important;
}
.yellow1 .col-md-12 {
    padding: 74px !important;
}
.fest .col-md-6.rt {
    padding: 55px;
}
.v-carousel {
    margin-top: -71px;
}

}
@media screen and (max-width:1024px){
	.cast {
    height: 248px;
    background-size: contain;
	    padding: 40px 0px;
    height: 268px;
}
.cast h2 {
    font-size: 45px;
    line-height: 40px;
}
.cast h2 span {
    font-size: 30px;
}
.cast p {
    font-size: 16px;
    margin: 10px 0px;
}
.iffb h2 {
    font-size: 40px;
    line-height: 33px;
}
.footer h3 {
    font-size: 25px;
}
.gray h2 {
    text-align: center !important;
}
.gray p {
    text-align: center;
	font-size: 13px !important;
}
.gray p {
    margin: 0px 0px;
}
.weproduce {
    background-size: contain !important;
    height: 248px;
}
.subheader{
    background-size: 100% !important;
    height: 246px !important;
}
.fest .col-md-6.lt img {
    width: 100%;
}
.fest .col-md-6.rt {
    background: #eac55b;
    padding: 15px;
}
.fest .ln2 {
    margin: 10px auto 25px;
}
.sub iframe {
    height: 247px !important;
}
.subheader .banner-txt h1 {
    font-size: 50px;
}
.gray1 h2 {
    font-size: 35px;
}
.yellow h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
}
.yellow h2 span {
    line-height: 47px;
    font-size: 36px;
}
.fmarketbg h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
}
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) {
    height: 422px !important;
    width: 32.9%;
    max-width: 32.9%;
    background-size: contain !important;
}
.jury_box .box_in {
    height: 230px;
    width: 100%;
}
.jury_box:nth-child(1) .jury_box .box_in {
    width: 100%;
    height: 230px;
}
.jury_inbox{
    width: 100%;
}

.inbox_row .jury_box .box_in {
    height: 230px;
    width: 100%;
}

.inbox_row {
    width: 100%;
	height: 498px !important;
}
.inbox_row .jury_box {
background-size: contain !important;
    height: 498px !important;
}
.inbox_row .jury_box a .box_in:hover {
    width: 100%;
    padding-top: 150px;
    height: 498px !important;
}
.jury_box a .box_in:hover {
    height: 498px !important;
}
.cont_bg {
    background-size: 100% !important;
}
.yellow1 .col-md-12 {
    padding: 25px !important;
}
.cont_bg {
    padding: 43px 0px 19px !important;
}

.navbar-brand img {
    max-height: 75px !important;
}
.footer-in img {
    margin-top: 75px !important;
}
.gray1 h2 span {
    font-size: 20px;
    line-height: 42px;
}
.ln {
    margin: 10px auto 30px;
}
.jury_inbox {
    width: 85% !important;
}
.jury_box a .box_in:hover {
    height: 422px !important;
}
.inbox_row .jury_box a .box_in:hover {
    height: 422px !important;
}
.inbox_row {
    width: 85% !important;
	    height: 422px !important;
}
.inbox_row .jury_box .box_in {
    height: 175px !important;
    width: 100%;
}
.jury_box .box_in {
    height: 175px !important;
    width: 100%;
}
.jury_box .box_in h1 {
    font-size: 80px !important;
    margin: 60px 0px 0px 0px !important;
}
.box_in h2 {
    line-height: 38px !important;
    font-size: 18px !important;
}
.inbox_row .jury_box{height: 422px !important;
width: 32.9% !important;
    max-width: 32.9% !important;
	margin-right: 5px;
    background-size: contain !important;
}
.inbox_row .jury_box:nth-child(3){
	margin-right: 0px;
}
.jury_box a .box_in:hover {
    padding-top: 130px;
}
.inbox_row  .jury_box a .box_in:hover {
    padding-top: 130px;
}
.yellow h2 {
    font-size: 42px;
	    line-height: 42px;
}
.yellow h2 span {
    line-height: 40px;
    font-size: 32px;
}
.yellow p {
    font-size: 15px;
    letter-spacing: 0.45px;
    margin: 20px 0px;
}
.vf p.mj {
    margin-top: 20px;
}
.another_button h2 {
    font-size: 22px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 220px;
    text-align: center;
    height: 35px;
}
.ghg p {
    font-size: 15px !important;
    letter-spacing: 0.45px;
    margin: 0px 0px;
}
.cont_bg h2 {
    font-size: 32px;
    line-height: 39px;
}
.footer-in .col-md-6 img {
    margin-top: 4px !important;
	margin-bottom: 20px !important;
}
.footer h3 {
    margin: 25px 0px 15px 0px !important;
}
.fest .col-md-6.rt h2 {
    font-size: 25px;
    color: #111;
    line-height: 35px;
    margin-top: 20px;
}
.footer-in {
    padding-top: 40px;
}
.banner .banner-txt h5 {
    margin-top: -40px;
}
.iconbx .col-md-6 img {
    margin: 0px 15px;
}
.production h2 {
    margin: 5px 0px 0px -49px;
    font-size: 45px;
    line-height: 35px;
}
.production p {
    margin: 15px 0px 0px -49px;
    width: 100%;
}
.production h2 span {
    font-size: 30px;
    letter-spacing: 5px;
}
.iffb-in::before {
    height: 100%;
}
.iffb-in {
    padding-bottom: 24px;
}
.iffb {
    background-size: cover;
    background: url(../images/iffb.jpg) top right no-repeat;
}
.iffb-in img {
    margin-top: 50px;
    margin-bottom: 45px;  
	width: 50% !important;
}
.film h2 {
    font-size: 45px;
    line-height: 37px;
    letter-spacing: 5px;
}
.film p {
    margin: 10px -62px 0px 0px;
}
.iffb-in p {
    font-size: 12px;
    margin: 45px 0px 80px 0px;
}
.film h2 span {
    font-size: 32px;
}
iframe {
    width: 503px !important;
    height: 283px !important;
}
.item__third:nth-child(3) iframe {
    height: 283px !important;
    margin-top: 0px;
    width: 503px !important;
}
.item__third:nth-child(1) iframe {
    height: 283px !important;
    margin-top: 0px;
    width: 503px !important;
}
.item__third:nth-child(1) , .item__third:nth-child(3){
    height: 243px !important;
    margin-top: 20px;
    overflow: hidden;
}
}
@media screen and (max-width:768px){
.filmbg .col-md-6 {
    flex: 0 0 100%  !important;
    max-width: 100% !important;
} 
.tttt img {
    width: 100% !important;
}
    
}
@media screen and (max-width:736px){
	.cast {
    height: auto;
}
.production .col-md-9 img {
    margin-left: 0px;
}
.production h2 {
    margin: 5px 0px 0px 0px;
}
.production p {
    margin: 15px 0px 0px 0px;
}
.iffb-in p {
    margin: 45px 0px 40px 0px;
}
.iffb-in img {
    margin-top: 0px;
}
.iffb {
    background-size: cover !important;
}
iframe {
    width: 368px !important;
    height: 209px !important;
}
.item__third:nth-child(1) iframe {
    margin-top: 0px;
    width: 368px !important;
    height: 209px !important;
}
.item__third:nth-child(3) iframe {
    margin-top: 0px;
    width: 368px !important;
    height: 209px !important;
}
.item__third:nth-child(1), .item__third:nth-child(3){
	    height: 189px !important;
		    margin-top: 10px;
			overflow:hidden;
}
.v-carousel {
    margin-top: -10px;
}
.film h2 {
    margin-right: 0px;
}
.film p {
    margin: 10px 0px 0px 0px;
}
#menu {
    right: -50px;
	display:none;
}
#menuToggle input:checked ~ ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
	display:block;
}
.iffb h2 {
    font-size: 40px;
    line-height: 40px;
}
.subheader {
    background-size: cover !important;
}
.ghg p {
    margin: 20px 0px 20px;
}
.webg {
    background-size: cover !important;
    background-position: top center;
}
.sub iframe {
    margin-top: 20px;
    margin-bottom: 20px;
}
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) ,.inbox_row .jury_box {
    height: 916px !important;
    width: 100%!important;
    max-width: 100%!important;
    margin-right: 0px!important;
    overflow: hidden;
    margin-bottom: 20px;
}
.jury_box a .box_in:hover ,.inbox_row .jury_box a .box_in:hover {
    height: 100% !important;
}
.con_details{
    padding: 0px;	
}
.yellow1.yellow2 form {
    padding-left: 0px;
    width: 100%;
}
.yellow2 .col-md-12::before {
    width: 4px;
    height: 180px;
    background: #111;
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	display:none;
}
.yellow form {
    width: 100%;
}
.cont_bg {
    background-size: cover !important;
}
#menu {
    height: auto;
}
}
@media screen and (max-width:667px){
iframe {
    width: 333px !important;
    height: 190px !important;
}
.item__third:nth-child(1) iframe {
    margin-top: 0px;
    width: 333px !important;
    height: 190px !important;
}
.item__third:nth-child(3) iframe {
    margin-top: 0px;
    width: 333px !important;
    height: 190px !important;
}
.item__third:nth-child(1), .item__third:nth-child(3){
	    height: 170px !important;
		    margin-top: 10px;
			overflow:hidden;
}
}
@media screen and (max-width:640px){
iframe {
    width: 311px !important;
    height: 180px !important;
}
.item__third:nth-child(1) iframe {
    margin-top: 0px;
    width: 311px !important;
    height: 180px !important;
}
.item__third:nth-child(3) iframe {
    margin-top: 0px;
    width: 311px !important;
    height: 180px !important;
}
.item__third:nth-child(1), .item__third:nth-child(3){
	    height: 160px !important;
		    margin-top: 10px;
			overflow:hidden;
}
}
@media screen and (max-width:568px){
iframe {
    width: 274px !important;
    height: 162px !important;
}
.item__third:nth-child(1) iframe {
    margin-top: 0px;
    width: 274px !important;
    height: 162px !important;
}
.item__third:nth-child(3) iframe {
    margin-top: 0px;
    width: 274px !important;
    height: 162px !important;
}
.item__third:nth-child(1), .item__third:nth-child(3){
	    height: 142px !important;
		    margin-top: 10px;
			overflow:hidden;
}
}
@media screen and (max-width:414px){
		#three-container{
	display:none;}
	.banner {
     background-position: top center;
	 height: 60vh;
}
	.banner-txt h1 {
    opacity: 1;
    font-size: 39px;
}
	.cast {
    height: auto;
}
.production .col-md-9 img {
    margin-left: 0px;
}
.production h2 {
    margin-left: -3px;
    margin-top: 10px;
    font-size: 50px;
}
.production p {
    margin: 15px 0px 0px 0px;
    width: 100%;
}
.production h2 span {
    font-size: 30px;
}
.iffb-in p {
font-size: 16px;
    margin: 45px 0px 0px 0px;
}
.iffb-in img {
    width: 100% !important;
}
.cast h2 {
    font-size: 50px;
    line-height: 50px;
}
.cast h2 span {
    font-size: 30px;
}
.iffb h2 {
    font-size: 50px;
    line-height: 50px;
}
.iffb h2 span {
    font-size: 30px;
}
.iffb-in::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 205, 66, .55);
}
.iffb {
    background-size: cover;
}
.iffb-in img {
    width: 100%;
	margin-top: 30px;
}
.item__third img {
    height: 207px;
    margin-top: 0px;
	height:122px;
}
.item__third iframe {
    height: 207px;
    margin-top: 0px;
	height:122px;
}
.film h2 {
    font-size: 50px;
    line-height: 50px;
}
.film h2 span {
    font-size: 30px;
}
.film p {
    margin: 25px 0px 0px 0px;
    width: 100%;
}
.film h2 {
    margin-right: -3px;
    margin-top: -35px;
}
.footer-in::before {
    content: "";
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    background: rgba(255, 205, 66, .55);
}
.iffb-in img {
    margin-top: 50px;
    margin-bottom: 45px;
    width: 100% !important;
}
.item__third:nth-child(1) iframe {
    height: 122px !important;
    margin-top: 0px;
    width: 207px !important;
}
.item__third:nth-child(2) iframe {
    height: 122px !important;
    margin-top: 0px;
    width: 207px !important;
}
.item__third:nth-child(3) iframe {
    height: 122px !important;
    margin-top: 0px;
    width: 207px !important;
}
.item__third:nth-child(1) img {
    height: 122px;
    margin-top: 0px;
}
.item__third:nth-child(2) img {
    height: 122px;
    margin-top: 0px;
}
.item__third:nth-child(3) img {
    height: 122px;
    margin-top: 0px;
}
.subheader {
    height: 225px !important;
    background-size: cover !important;
}
.ghg p {
    margin: 20px 0px 20px;
    text-align: left;
}
.webg {
    background-size: cover !important;
    background-position: 78% 23%;
}
#menu {
    right: -50px;
	display:none;
}
#menuToggle input:checked ~ ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
	display:block;
}
header {
    z-index: 99999;
}
.inter {
    display: block;
}
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) {
    height: 505px !important;
    width: 100%;
    max-width: 100%;
    background-size: contain !important;
    margin-right: 0px;
	margin-bottom: 20px;
}
.jury_box a .box_in:hover {
    height: 100% !important;
}
.inbox_row .jury_box {
    width: 100% !important;
    max-width: 100% !important;
}
.inbox_row .jury_box a .box_in:hover {
    height: 100% !important;
}
.cont_bg {
    background-size: cover !important;
}
.con_details{
    padding: 0px;	
}
.yellow1.yellow2 form {
    padding-left: 0px;
    width: 100%;
}
.yellow2 .col-md-12::before {
    width: 4px;
    height: 180px;
    background: #111;
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	display:none;
}
.yellow form {
    width: 100%;
}
.v-carousel {
    margin-top: 0px;
}
.item__third:nth-child(1), .item__third:nth-child(3) {
    height: auto !important;
    margin-top: 0px;
    overflow: hidden;
}
.fmarketbg iframe {
    border: none;
    height: 480px !important;
    width: 100% !important;
    float: right;
}
.popup {
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
}
.sub.subb iframe {
    border: none;
    height: 510px !important;
    width: 100% !important;
    float: left;
}
.banner-txt h1 {
    margin-top: -10px;
}
.banner .banner-txt h5 {
    margin-top: 0px;
}
.filmbg .row {
    padding: 10px !important;
}
}
@media screen and (max-width:375px){
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) {
    height: 475px !important;
}
}
@media screen and (max-width:360px){
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) {
    height: 437px !important;
}
}
@media screen and (max-width:320px){
.jury_box:nth-child(1), .jury_box:nth-child(2), .jury_box:nth-child(3) {
    height: 387px !important;
}
}