@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;700&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
font-family: inherit;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
white-space: normal;
text-align: left;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
display: block;
}

body {
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

input:focus {
outline: none;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

.right {
float: right;
}

.left {
float: left;
}

.clear {
clear: both;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc);
}

.container {
max-width: 1106px;
margin: 0 auto;
}

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
content: "";
display: table;
clear: both;
}

.row {
padding-bottom: 0em;
margin: 0 -10px;
}

.col {
display: block;
float: left;
padding: 0 10px;
}

body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}

.span_1 {
width: 8.33333333333%;
}

.span_2 {
width: 16.6666666667%;
}

.span_3 {
width: 25%;
}

.span_4 {
width: 33.3333333333%;
}

.span_5 {
width: 41.6666666667%;
}

.span_6 {
width: 50%;
}

.span_7 {
width: 58.3333333333%;
}

.span_8 {
width: 66.6666666667%;
}

.span_9 {
width: 75%;
}

.span_10 {
width: 83.3333333333%;
}

.span_11 {
width: 91.6666666667%;
}

.span_12 {
width: 100%;
}

@font-face {
font-family: "Mexcellent3D";
src: url("../fonts/Mexcellent3D.eot?#iefix") format("embedded-opentype"),
url("../fonts/Mexcellent3D.woff") format("woff"),
url("../fonts/Mexcellent3D.ttf") format("truetype"),
url("../fonts/Mexcellent3D.svg#Mexcellent3D") format("svg");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Budmo Jiggler";
src: url("../fonts/BudmoJiggler.eot");
src: url("../fonts/BudmoJiggler.eot?#iefix") format("embedded-opentype"),
url("../fonts/BudmoJiggler.woff2") format("woff2"),
url("../fonts/BudmoJiggler.woff") format("woff"),
url("../fonts/BudmoJiggler.ttf") format("truetype"),
url("../fonts/BudmoJiggler.svg#BudmoJiggler") format("svg");
font-weight: normal;
font-style: normal;
}

/*-----------------------------------------------------------------------------*/

header {
width: 100%;
background: #181818;
position: sticky;
top: 0;
z-index: 99;
}

.innerWrapper ul {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
align-items: center;
padding: 10px;
}

.innerWrapper ul li a {
text-decoration: none;
color: #fff;
font-size: 13px;
font-family: 'Manrope', sans-serif;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}

.innerWrapper ul li a img {
display: block;
width: 96px;
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.homeBanner {
background-repeat: no-repeat;
/* height: calc(100vh + 72px); */
position: relative;
}
.homeBanner.item img {
    width: 100%;
}


.homeContent {
position: absolute;
left: 50%;
top: 44%;
transform: translate(-50%, -50%);
}

.homeContent > h5 {
color: #fff;
text-align: center;
font-family: 'Manrope', sans-serif;
font-weight: 200;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 4px;
margin-bottom: 34px;
}

.homeContent h1 {
font-family: Mexcellent3D;
color: #fff;
font-size: 65px;
letter-spacing: 24px;
}

.countingYears {
margin-top: 40px;
}

.homeContent .countingYears ul li {
display: inline-block;
width: 160px;
position: relative;
}

.homeContent .countingYears ul li:first-child:after {
display: none;
}

.homeContent .countingYears ul li:first-child:before {
display: none;
}

.homeContent .countingYears ul li:after {
content: "";
display: block;
width: 1px;
height: 100px;
background: #fff;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.homeContent .countingYears ul li:before {
content: "";
display: block;
width: 8px;
height: 70px;
background: #ff6400;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.homeContent .countingYears ul li h5 {
color: #fff;
text-align: center;
font-size: 40px;
font-family: 'Manrope', sans-serif;
font-weight: 600;
margin-bottom: 12px;
}

.homeContent .countingYears ul li p {
color: #fff;
font-family: 'Manrope', sans-serif;
font-weight: 400;
text-align: center;
font-size: 18px;
}

.logoPosition {
display: flex;
justify-content: center;
position: relative;
top: -32px;
}

.logoPosition img {
display: block;
width: 120px;
}

.neitherlands {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
background: #fff;
max-width: 800px;
margin: 0 auto;
}

.neitherlandsTitle {
display: flex;
text-transform: uppercase;
font-weight: 200;
font-family: 'Manrope', sans-serif;
font-size: 23px;
color: #612d0d;
letter-spacing: 3px;
}

.neitherlandsHead {
display: flex;
text-transform: uppercase;
font-weight: 100;
padding: 24px;
font-family: Mexcellent3D;
font-size: 45px;
color: #692a0a;
}

.neitherlandsPara {
display: flex;
font-weight: 200;
text-align: center;
line-height: 26px;
font-family: 'Manrope', sans-serif;font-size: 16px;
color:#000;
}

.bgTransit {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #f46026;
justify-content: center;
}

.transitMain {
display: flex;
flex-direction: column;
width: 100%;
position: relative;
}

.transitMain:before {
content: "";
display: block;
background: #692a0a;
width: 100%;
height: 240px;
transform: rotate(-2deg);
transition: 0.5s all;
}

.transitMain:hover:before {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

.transitContent {
max-width: 1106px;
margin: 0 auto;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}

.transitLogo {
display: flex;
justify-content: center;
width: 60px;
height: 60px;
padding: 10px;
border-radius: 50%;
background: #fff;
margin: 0 auto;
}

.transitLogo img {
display: block;
width: 36px;
height: 36px;
}

.transitInner {
display: flex;
flex-direction: column;
align-items: center;
}

.transitInner h5 {
text-transform: uppercase;
color: #fff;
font-family: 'Manrope', sans-serif;
font-weight: 200;
font-size: 23px;
letter-spacing: 2px;
padding: 10px 0px;
}

.transitInner h4 {
text-transform: uppercase;
color: #fff;
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 23px;
padding-bottom: 8px;
letter-spacing: 2px;
}

.transitInner p {
color: #fff;
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 16px;
padding-bottom: 5px;
}

.transitInner p span {
font-weight: 600;
}

.posterWrapper {
padding: 4rem 0px;
position: relative;
}

.posterMain {
display: flex;
justify-content: space-between;
align-items: top;
position: relative;
}

.posterWrapper:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 50%;
border-left: 1px solid #ddd;
transform: translateX(-50%) translateY(0);
height: 80%;
content:none;
}

.posterInner {
width: calc(50% - 5rem);
text-align: center;
}
.posterInner.homecomingsoon{
margin: auto;
}
.posterInner ul {
display: flex;
justify-content: space-between;
align-items: center;
}

.posterInner h4 {
font-family: Mexcellent3D;
font-size: 35px;
color: #666;
letter-spacing: 1px;
text-align: center;
margin-bottom: 40px;
}

.posterInner ul li img {
max-width: 200px;
width: 100%;
display: block;
}

.posterInner ul li h5 {
  font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 17px;
color: #333;
text-transform: uppercase;
padding: 6px 0px 0px 0px;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
text-align: center;
margin-top: 0px;
}

.posterInner ul li > a {
-webkit-transition: 0.5s all;
transition: 0.5s all;
font-family: 'Manrope', sans-serif;
font-weight: 200;
letter-spacing: 1px;
cursor: pointer;
font-size: 13px;
text-align: center;
padding: 3px 10px 6px 10px;
text-transform: uppercase;
display: block;
color: #333;
border-top: transparent;
border-bottom: transparent;
text-align: center;
margin: 0px;
}

.posterInner a {
-webkit-transition: 0.5s all;
transition: 0.5s all;
font-family: 'Manrope', sans-serif;
font-weight: 400;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
cursor: pointer;
font-size: 13px;
text-align: center;
padding: 6px 10px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
color: #333;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: 20px;
}

.whyChooseWrapper {
margin-top: 3rem;
}

.whyChooseMain {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: 0 auto;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.whyChooseContent h5 {
  font-family: 'Manrope', sans-serif;
font-weight: 200;
font-size: 23px;
color: #333;
text-transform: uppercase;
-webkit-letter-spacing: 2px;
-moz-letter-spacing: 2px;
-ms-letter-spacing: 2px;
letter-spacing: 2px;
text-align: center;
}

.whyChooseContent h4 {
font-family: Mexcellent3D;
font-size: 45px;
color: #692a0a;
margin: 24px 0px;
text-align: center;
}

.whyChooseContent p {
text-align: center;
line-height: 30px;
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 16px;
color: #333;
padding: 0px 12rem;
}

.whyChooseWrapperBG {
background-image: url(../images/bgMap.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
padding-bottom: 8rem;
}

.whyChooseImage {
display: flex;
align-items: center;
margin-top: 50px;
}

.whyChooseImage img {
max-width: 360px;
margin: 0 auto;
}

.partnerLogo ul {
text-align: center;
}

.partnerLogo ul li {
display: inline-block;
width: 158px;
}

.partnerLogo ul li img {
width: 100%;
display: block;
}

.partnerLogoMain .container {
text-align: center;
}

.partnerLogoMain .container > a {
-webkit-transition: 0.5s all;
transition: 0.5s all;
font-family: 'Manrope', sans-serif;
font-weight: 400;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
cursor: pointer;
font-size: 13px;
text-align: center;
padding: 6px 10px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
color: #333;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: 20px;
}

.ourFriendsInMain {
background-image: url(../images/fifthbackground.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 460px;
width: 100%;
display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
position: relative;
}

.ourFriendsContent {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
text-align: center;
}

.ourFriendsContent h4 {
  font-family: 'Manrope', sans-serif;
font-weight: 100;
font-size: 23px;
text-transform: uppercase;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
color: #fff;
text-align: center;
}

.ourFriendsContent h5 {
font-family: Mexcellent3D;
font-size: 45px;
text-transform: uppercase;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
color: #fff;
text-align: center;
margin: 28px 0px;
}

.friendsLogo {
display: flex;
width: 300px;
-webkit-box-pack: space-around;
-webkit-justify-content: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 20px 0px;
}

.friendsLogo .first {
max-width: 90px;
display: block;
}

.friendsLogo .second {
max-width: 155px;
display: block;
margin: 0px 20px;
}

.friendsLogo img.third {
max-width: 90px;
display: block;
}

.ourFriendsContent > a {
-webkit-transition: 0.5s all;
transition: 0.5s all;
font-family: 'Manrope', sans-serif;
font-weight: 400;
-webkit-letter-spacing: 1px;
-moz-letter-spacing: 1px;
-ms-letter-spacing: 1px;
letter-spacing: 1px;
cursor: pointer;
font-size: 13px;
text-align: center;
padding: 6px 10px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
color: #fff;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: 20px;
}

.newsletter h5 {
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 17px;
text-transform: uppercase;
color: #333;
text-align: center;
margin-bottom: 10px;
}

.newsletterBox {
display: flex;
flex-direction: column;
align-items: center;
}

.newsletterBox input {
width: 360px;
margin: 5px 0px;
height: 46px;
padding: 4px 8px;
border: 1px solid #ccc;
font-size: 14px;
font-family: sans-serif;
}

.newsletterBox input::-webkit-input-placeholder {
letter-spacing: 2px;
text-align: center;
opacity: 0.5;
}

.newsletterBox .subbtn {
background: #692b02;
color: #fff;
text-transform: uppercase;
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
cursor: pointer;
}

.socialMedia {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30px;
}

.socialMedia h5 {
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 17px;
color: #333;
text-transform: uppercase;
}

.socialMedia ul {
display: flex;
justify-content: space-between;
align-items: center;
width: 100px;
margin-top: 10px;
}

.socialMedia ul li {
width: 30px;
height: 30px;
border: 1px solid #333;
border-radius: 50%;
font-size: 12px;
color: #333;
text-align: center;
line-height: 34px;
}

.socialMedia ul li i.fa {
font-size: 18px;
color: #666;
}

footer {
margin-bottom: 3rem;
}

.moviesBanner {
background-repeat: no-repeat;
height: 400px;
}

section.runningTheatersMain {
margin-bottom: 5rem;
}

.titleHeading h5 {
font-family: 'Manrope', sans-serif;
font-weight: 200;
font-size: 23px;
color: #333;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}

.titleHeading {
margin-bottom: 30px;
}



.titleHeading h3 {
font-family: "Budmo Jiggler";
font-size: 45px;
color: #692a0a;
margin: 24px 0px;
text-align: center;
}

.runningTheaters ul {
display: flex;
margin: 0px -20px;
}

.runningTheaters ul li {
padding: 0px 20px 0px 0px;
width: 33.33%;
}
.runningTheaters ul li:nth-child(4n) {
padding: 0px 0px 0px 0px;

}
.runningTheaters ul li:nth-child(4n+1) {
clear:both;

}

.runningTheaters ul li .posterImage {
position: relative;
}

.runningTheaters ul li .playIcon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.playIcon {
max-width: 40px;
}

.playIcon img {
width: 100%;
display: block;
}

.runningTheaters ul li img {
width: 100%;
display: block;
}

.posterDetail h5 {
font-family: 'Manrope', sans-serif;font-weight: 600;
font-size: 17px;
color: #333;
text-transform: uppercase;
padding: 0px 0px;
letter-spacing: 1px;
text-align: left;
margin-top: 15px;
}

.posterDetail p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 14px;
color: #333;
text-transform: initial;
padding: 0px 0px 6px 0px;
letter-spacing: 1px;
text-align: left;
line-height: 20px
}

.posterDetail p span {
font-family: 'Manrope', sans-serif;font-weight: 500;
}

.webImage img {
width: 100%;
display: block;
}

section.upcomingMain {
border-top: 1px solid #ccc;
padding-top: 5rem;
}

.factsMain > ul > li:nth-child(2) img {
filter: grayscale(90%);
}

.filmThumbnail ul li img {
max-width: 130px;
}

.filmThumbnail ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 0px 30px;
}

.filmThumbnail ul li {
width: 50%;
text-align: center;
margin-bottom: 14px;
}

.factsMain > ul {
display: flex;
align-items: center;
justify-content: space-between;
}

.factsMain > ul > li {
margin-top: 3rem;
padding-top: 1rem;
border-left: 1px solid #ccc;
}

.factsMain > ul > li:last-child {
border-right: 1px solid #ccc;
}

.factsMain > ul > li h5 {
text-align: center;
display: block;
margin-bottom: 50px;
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
}

section.pastMovies {
margin-top: 8rem;
}

.pastMovieDetail ul {
flex-wrap: wrap;
}

.runningTheaters.pastMovieDetail ul li {
max-width: 382px;
margin-bottom: 40px;
}

.thinkBollywood {
text-align: center;
}

.thinkBollywood img {
max-width: 70px;
}

.thinkBollywood h5 {
text-align: center;
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 23px;
letter-spacing: 1px;
margin-top: 30px;
margin-bottom: 10px;
color: #682a12;
}

.thinkBollywood h5 span {
font-weight: 600;
}

.thinkBollywood p {
text-align: center;
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
color: #682a12;
}

section.getInTouchBG {
text-align: center;
padding: 30px 0px 60px;
width: 100%;
background: #682a12;
margin-top: 3rem;
margin-bottom: 3rem;
}

.getInTouch h5 {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 23px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}

.getInTouch h3 {
font-family: "Budmo Jiggler";
font-size: 36px;
color: #fff;
margin: 20px 0px;
text-align: center;
letter-spacing: 10px;
}

.getInTouch {
text-align: center;
}

.getInTouch a {
text-align: center;
display: inline-block;
color: #682a12;
text-decoration: none;
font-family: 'Manrope', sans-serif;font-weight: 200;
font-size: 14px;
background: #fff;
text-transform: uppercase;
cursor: pointer;
padding: 12px 36px;
letter-spacing: 2px;
}

.reachBanner {
background-repeat: no-repeat;
height: 400px;
}

.bannerMainContent {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, 0%);
}

.bannerMainContent h5 {
font-family: 'Manrope', sans-serif;font-weight: 200;
font-size: 23px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
}

.bannerMainContent h3 {
font-family: "Budmo Jiggler";
font-size: 42px;
color: #fff;
margin: 20px 0px;
text-align: center;
letter-spacing: 10px;
line-height:initial;
}

.reachBGMap {
background: url(../images/bgMap.png) center center / cover;
background-repeat: no-repeat;
}

.reachContent {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.reachContent p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
color: #333;
text-transform: initial;
letter-spacing: 0px;
text-align: center;
line-height: 26px;
margin-bottom: 30px;
}

.countryDetail {
text-align: center;
}

.countryDetail > img {
max-width: 96px;
margin-top: 0px;
}

.reachContent h3 {
font-family: "Budmo Jiggler";
font-size: 36px;
color: #666;
margin: 20px 0px;
text-align: center;
letter-spacing: 0px;
}

.reachContent h5 {
font-family: "Budmo Jiggler";
font-size: 26px;
color: #666;
margin: 20px 0px;
text-align: center;
letter-spacing: 0px;
}

.countryDetail .logoGroup {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}

.countryDetail .logoGroup img {
margin: 0px 20px;
max-width: 200px;
display: block;
}

.countryDetail .logoGroup img.patheIcon {
max-width: 110px;
}

.bothWrapper {
border-bottom: 1px solid #ccc;
padding-bottom: 5rem;
}

.bothWrapper:last-child {
padding-top: 5rem;
border-bottom: none;
}

.titleHeading p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
color: #333;
text-transform: initial;
letter-spacing: 0px;
text-align: center;
line-height: 26px;
margin-bottom: 30px;
margin-top: 30px;
padding: 0px 10rem;
}

.filmPartnerLogo ul {
margin: 0px -10px;
display: flex;
flex-wrap: wrap;
}

.filmPartnerLogo ul li {
width: 225px;
padding: 0px 10px;
margin-bottom: 30px;
}

.filmPartnerLogo ul li img {
width: 100%;
display: block;
}

.filmPartnerLogo ul li p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
color: #333;
text-transform: initial;
letter-spacing: 0px;
text-align: left;
margin-top: 10px;
}

.ourPartnersIn {
margin: 4rem 0px;
padding: 4rem 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.ourPartnersIn .logoGroup {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}

.ourPartnersIn .logoGroup img {
margin: 0px 20px;
max-width: 200px;
display: block;
}

.ourPartnersIn .logoGroup img.patheIcon {
max-width: 110px;
}

.aboutUsMainWrapper h4 {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 23px;
color: #333;
text-transform: initial;
letter-spacing: 2px;
text-align: center;
position: relative;
}

.aboutUsMainWrapper h4:after {
content: "";
display: block;
position: absolute;
width: 200px;
height: 1px;
background: #333;
left: 50%;
top: 45px;
transform: translateX(-50%);
}

.aboutUsMainWrapper .titleHeading p {
margin-top: 3rem;
}

.countingInnerWrap {
display: flex;
align-items: flex-start;
}

.leftCountingWrap {
display: flex;
flex-direction: column;
width: 50%;
padding-right: 10px;
}

.rightCountingWrap {
width: 50%;
padding-left: 10px;
}

.leftTopWrap ul {
display: flex;
align-items: center;
justify-content: space-between;
}

.leftBottomWrap img {
width: 100%;
display: block;
}

.leftTopWrap ul li h4 {
font-family: 'Manrope', sans-serif;font-weight: 600;
font-size: 32px;
color: #682a12;
text-transform: initial;
text-align: center;
margin-bottom: 10px;
}

.leftTopWrap ul li {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 20px;
color: #682a12;
text-transform: initial;
width: calc(100% / 3);
text-align: center;
border-right: 1px solid #ccc;
}

.leftTopWrap ul li:last-child {
border-right: none;
}

.rightCountingWrap p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
color: #333;
text-transform: initial;
line-height: 26px;
margin-bottom: 15px;
}

.leftTopWrap {
border: 1px solid #ccc;
padding: 30px 20px;
margin-bottom: 20px;
}

section.aboutUsCountingWrapper {
margin: 4rem 0px 8rem 0px;
}

.posterWrapper.aboutUsPoster:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
border-left: 1px solid #ddd;
transform: translateX(-50%) translateY(-50%);
height: 70%;
}

section.contactUs {
margin: 3rem 0px 8rem;
}

.contactUs .col {
display: flex;
justify-content: center;
}

.oldWay {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.oldWay h4 {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 30px;
color: #333;
margin-bottom: 20px;
}

.oldWay h4 span {
font-family: 'Manrope', sans-serif;font-weight: 600;
font-size: 30px;
color: #fe6300;
}

.emailDesign {
display: flex;
align-items: center;
justify-content: flex-start;
}

.emailDesign h5 {
font-size: 24px;
color: #666;
border: 1px solid #ccc;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 50%;
}

.emailDesign p {
margin-left: 5px;
font-family: 'Manrope', sans-serif;font-weight: 500;
color: #333;
font-size: 16px;
}

.emailDesign p a {
font-family: 'Manrope', sans-serif;
font-weight: 200;
color: #333;
font-size: 16px;
text-decoration: none;
cursor: pointer;
}

.sendMessage h4 {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 30px;
color: #333;
margin-bottom: 20px;
}

.sendMessage h4 span {
font-family: 'Manrope', sans-serif;font-weight: 600;
font-size: 30px;
color: #fe6300;
}

.sendMessage input {
width: 100%;
height: 40px;
appearance: none;
border: 1px solid #999;
margin-bottom: 20px;
padding: 10px 20px;
}

.sendMessage textarea {
width: 100%;
height: 120px;
appearance: none;
border: 1px solid #999;
margin-bottom: 20px;
padding: 10px 20px;
}

.sendMessage input::-webkit-input-placeholder {
font-family: 'Manrope', sans-serif;font-weight: 200;
letter-spacing: 1px;
text-align: left;
opacity: 0.8;
text-transform: capitalize;
}

.sendMessage textarea {
  font-family: 'Manrope', sans-serif;font-weight: 200;letter-spacing: 1px;
text-align: left;
opacity: 0.8;
text-transform: capitalize;
}

.sendMessage {
max-width: 70%;
}

.contactUs .col.border {
position: relative;
border-left: 1px solid #ccc;
}

.either {
position: absolute;
left: -12px;
top: 50%;
}

.either p {
font-family: 'Manrope', sans-serif;font-weight: 400;
font-size: 16px;
color: #333;
}

.buttonSend {
width: 120px;
height: 34px;
background: #682a12;
display: block;
text-align: center;
line-height: 28px;
font-family: 'Manrope', sans-serif;font-weight: 500;
color: #fff;
float: right;
cursor: pointer;
appearance: none;
border: none;
}




.innerWrapper ul >li >ul {
display: none !important; 
position: absolute;
width: 250px;
background: #181818;
padding-top: 25px;
}
.innerWrapper ul >li >ul >li {
padding-top: 4px;
padding-bottom: 4px;
}
.innerWrapper ul >li:hover ul {
display: block !important;
}
.movie_list_image img {
object-fit: cover;
} 

.runningTheaters ul li img{
object-fit: cover;
object-position: bottom;
}

.releaseddatewrapper ul{
display: block;
}


.releaseddatewrapper ul li{
float: left;
}

.releaseddatewrapper .runningTheaters ul li:nth-child(4n+1) {
clear: none;
}



.releaseddatewrapper .runningTheaters ul li:nth-child(4n) {
padding: 0px 20px 0px 0px;
} 
.contactimage {
  margin-top: 20px;
  padding-right: 100px;
}
.either p {
 background:#fff;
  padding: 10px 0px;
  font-size: 12px;
}
.either{
top: 40%;
}
section.contactUs .row {
  margin: 0px;
}
.released-page .posterDetail p  , .forthcoming-page .posterDetail p {
  letter-spacing: 0.01em;
}
.released-page .posterDetail , .forthcoming-page .posterDetail {
  min-height: 200px;
}

.releaseddatewrapper ul li , .forthcoming-page ul li{
  width: 25%;
}

@media screen and (min-width: 768px) {

.mobilemenu {
  display: none;
}
}




.posterInner.homecomingsoon{
  width: calc(50% - -4rem);
}



.posterInner.homecomingsoon ul li img {
  max-width: 100%;
  height: auto !important;
}

.posterInner.homecomingsoon ul li {
  text-align: center;
  width: 50%;
  padding: 0px 10px;
} 
.posterInner.homecomingsoon ul li h5{
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  .titleHeading h3{
    font-size: 30px;
  }
  .logoPosition {
    
    top: -21px;
}
.logoPosition img{
  width: 90px;
}
.bannerMainContent h3{
  font-size: 32px;
}
.bannerMainContent{
  width: 100%;
}
.reachContent h3{
  font-size: 27px;
}
.reachContent{

  padding: 0px 10px;
}
  .runningTheaters ul {
    width: 100%;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
}
.runningTheaters ul li{
  width: 298px;
  display: inline-block;
  vertical-align: top;
}
.posterDetail p{
  letter-spacing: 0px;
}

.countryDetail .logoGroup img{
  max-width: 90px;
}
.countryDetail .logoGroup{
  margin-top: 30px;
}
.bothWrapper{
  padding-bottom: 50px;
}
.bothWrapper:last-child {
  padding-top: 50px;
  
}

.getInTouch h3 {

  font-size: 28px;
  letter-spacing: 2px;
}

.reachContent h5{
  line-height: 34px;
}
.bannerMainContent h3{
  letter-spacing: 4px;
}

.titleHeading p{
  padding: 0px 20px;
} 

.filmPartnerLogo ul {
  margin: 0px -10px;
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}
.filmPartnerLogo ul li{
  display: inline-block;
  vertical-align: top;
  width: 166px;
}

.filmPartnerLogo ul li{
  padding: 0px 6px;
}
.filmPartnerLogo ul li p{
  line-height: 17px;
}
.contactUs .col {
  display: block;
  justify-content: center;
  width: 100%;
  padding: 0px;
}
.sendMessage {
  max-width: 100%;
}
.contactUs .col.border{
  padding-right: 0px;
  border: none;
}
section.contactUs {
  padding: 0px 20px;
}
.either{
  display: none;
}

.oldWay h4 , .sendMessage h4 span , .sendMessage h4{
  font-size: 25px;
}
.contactimage{
  padding-right: 0px;
}
.contactimage{
  padding-right: 0px !important;
}
.titleHeading h3{
  line-height: 34px;
}

.countingInnerWrap{
  display: block;
}
.leftCountingWrap{
  width: 100%;
}
.leftCountingWrap{
  width: 100%;
}
.leftTopWrap ul li{
  font-size: 14px;
  line-height: 16px;
}
.leftTopWrap ul li h4{
  font-size: 25px;
}
.rightCountingWrap , .leftCountingWrap{
  width: 100%;
  padding: 0px;
}
section.aboutUsCountingWrapper {
  margin: 20px 0px 30px 0px;
  padding-left:20px;
  padding-right:20px;
}
.leftTopWrap {
  
  padding: 20px 10px;
  margin-bottom: 20px;
}
.leftBottomWrap {
  margin-bottom: 30px;
}
.aboutUsMainWrapper h4 {
  
  letter-spacing: 1px;
  
}
.thinkBollywood h5{
  font-size: 18px;
}
.ourPartnersIn{
  margin: 30px 0px;
  padding: 30px 0px;
}


header .innerWrapper {
  background: #000;
  z-index: 999;
  position: absolute;
  width: 70%;
  height: 100vh;
  display: none;
}

header .innerWrapper ul {
  display: block;

}

header .innerWrapper ul li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.posterMain{
  display: block;
}
.posterInner.homecomingsoon{
  width: 100%;
}
.homeContent h1{
  font-size: 38px;
    letter-spacing: 12px;
}
.homeContent .countingYears ul li {
  width: 32%;
 
  vertical-align: top;
}
.homeContent .countingYears ul li h5{
  font-size: 28px;
}
.homeContent .countingYears ul li p{
  line-height: 20px;
}
.homeContent{
  text-align: center;
}
.homeContent h1{
  text-align: center;
}
/* .homeBanner{
  height: calc(100vh);
} */
.neitherlandsTitle{
  font-size: 19px;
  letter-spacing: 2px;
}

.transitInner p{
  text-align: center;
}
.transitInner{
  padding: 0px 10px;
}
.transitInner h5 , .transitInner h4{
  font-size: 18px;
}
.partnerLogo ul li img{
  width: 80%;
}

.friendsLogo .first {
  max-width: 66px;
}
.friendsLogo img.third {
  max-width: 71px;
}
.set-footer{
  padding-top: 30px;
}
.ourFriendsInMain{
  background-position: center;
}
.transitMain:hover:before{
  -webkit-transform: none;
  transform: none;
}
.neitherlandsHead{
  font-size: 35px;
}
.posterInner.homecomingsoon{
  padding: 0px 10px;
}
.posterWrapper .posterMain{
display: block;
}

.homeContent{
  width: 100%;
}
.homeContent .countingYears ul li:before{
  width: 4px;
}
.homeContent .countingYears ul li p{
  font-size: 14px;
}
.posterInner.homecomingsoon ul li , .posterInner.homeintreater ul li {
  padding: 0px 20px 0px 0px;
}
.posterInner.homecomingsoon  ul  , .posterInner.homeintreater ul{
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}

.posterInner.homecomingsoon ul li , .posterInner.homeintreater ul li{
  display: inline-block;
}
.posterWrapper{
  padding: 40px 0px;
}
.whyChooseContent h4{
  font-size: 36px;
}
 ul.released-page li{
  width: 100%;
   
    padding-right: 0px;
}
.runningTheaters ul{
  margin: 0px;
}
.runningTheatersMain.releaseddatewrapper {
  padding: 0px 40px;
}
.releaseddatewrapper .runningTheaters ul li:nth-child(4n) {
  padding: 0px 0px 0px 0px;
}
.released-page .posterDetail, .forthcoming-page .posterDetail {
  min-height: auto;
  margin-bottom: 30px;
}
.mobilemenu {
  padding: 10px;
  display: flex;
}

.mobilemenu img {
  height: 24px;
  display: block;
}


a.mboilelogo {
  margin-left: 30px;
}
.logomiddle{
  display: none !important;
} 
.runningTheatersMain {
  padding: 0px 10px;
}
.innerWrapper ul >li >ul{
  position:static;
}
section.runningTheatersMain {
  margin-bottom: 50px;
}
.socialMedia h5{
  font-size: 12px;
}
.socialMedia ul li{
  line-height: 26px;
  width: 25px;
    height: 25px;
}
.innerWrapper ul >li >ul{
  padding-top: 0px;
  padding-bottom: 0px;
}
.innerWrapper ul >li >ul >li{
  padding-top: 0px;
  padding-bottom: 0px;
}

.innerWrapper ul >li >ul >li a{
  font-size: 12px;
}


.posterInner.homecomingsoon ul li{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

} 

.container.newswrapper {
  margin-top: 40px;
}

.container.newswrapper .isotope .isotope-item{
  padding: 0px 10px;
}
.container.newswrapper h2.post-title{
  line-height: 23px;
}
.newswrapper h2.post-title a.link_title{
  line-height: 19px !important;
    font-family: 'Manrope', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #000;
}

.container.newswrapper .read_more a {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'Manrope', sans-serif;
font-weight: 400;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #333;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 20px;
    background: none;
}
.container.newswrapper .read_more{
  background: none;
}
.container.newswrapper .entry-content {
margin-top:20px;
}

.container.newswrapper .entry-content p{
  font-weight: 300;
    line-height: 21px;
    font-family: 'Manrope', sans-serif;
        font-size: 14px;
    color: #333;
}
.blogwrapper .entry-content p em{
  font-style: italic;
}
.blogwrapper .entry-content h4 strong{
font-weight: bold;
}


.blog .post-thumb-img-wrapper.shadows , .blogwrapper .image_wrapper.shadows{
  width: 100%;
}
.post-template-default .blogwrapper .main-content.vc_col-sm-9{
  margin: auto;
  width: 100%;
  padding: 0px 10%;
}
.movies-template-default .event_list_item .title, .event_list_item .info{
  font-family: 'Manrope', sans-serif;
}
.movies-template-default .event_list_item .title {
  font-weight: 600;
}
.movies-template-default .event_list_item:before{
  float: left;
}

@media screen and (max-width:600px){
  
  .post-template-default .blogwrapper .main-content.vc_col-sm-9{
    padding: 0px 20px;
  }

  .post-template-default .blogwrapper .title-and-utility .page_title{
    font-size: 30px;
    line-height: 40px;
  }
  .container.newswrapper{
    padding: 0px 10px;
  }

}


