@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@1,400;1,600;1,700;1,900&display=swap');*/
@font-face {
    font-family: 'calibribold_italic';
    src: url('../fonts/calibri_bold_italic.woff2') format('woff2'),
         url('../fonts/calibri_bold_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibribold';
    src: url('../fonts/calibri_bold.woff2') format('woff2'),
         url('../fonts/calibri_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriitalic';
    src: url('../fonts/calibri_italic.woff2') format('woff2'),
         url('../fonts/calibri_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibrilight_italic';
    src: url('../fonts/calibri_light_italic.woff2') format('woff2'),
         url('../fonts/calibri_light_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'calibrilight';
    src: url('../fonts/calibri_light.woff2') format('woff2'),
         url('../fonts/calibri_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri_regular.woff2') format('woff2'),
         url('../fonts/calibri_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
}
body {
  padding: 0;
	font-family: 'Calibri Regular';
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  background: url("../images/cinema_web.jpg") top center no-repeat;
  background-size: cover;
  height: 100vh;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

a,
input {
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  outline: none;
}
ul {
  list-style-type: none;
}
*:focus {
  outline: none;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clear {
  clear: both;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0px !important;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
#videoLangInfo marquee p { font-size: 16px; line-height: 25px; font-family: 'calibri regular'; font-weight: 300 !important;}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.fadeOut {
  opacity: 0;
}
.fadeIn {
  opacity: 1;
}
.fadeOutRight {
  opacity: 0;
  position: relative;
  left: 50%;
}
.fadeInRight {
  opacity: 1;
  left: 0%;
}
.fadeOutLeft {
  opacity: 0;
  position: relative;
  right: 50%;
}
.fadeInLeft {
  opacity: 1;
  right: 0%;
}
.fadeOutBottom {
  opacity: 0;
  position: relative;
  top: 50px;
}
.fadeInBottom {
  opacity: 1;
  top: 0px;
}
.fadeOutTop {
  opacity: 0;
  position: relative;
  margin-top: -50%;
}
.fadeInTop {
  opacity: 1;
  margin-top: 0%;
}

/* .addAnimate{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;} */
.addAnimate {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in-out;
}
.addAnimate2 {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in-out;
}
.transition {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.transition2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition3 {
  -webkit-transition: all 12s ease-in-out;
  -moz-transition: all 12s ease-in-out;
  -o-transition: all 12s ease-in-out;
  transition: all 12s ease-in-out;
}
.transition4 {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay8 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.video_title1 {
  width: 100%;
  border: 0px solid red;
  height: auto;
  display: block;
  padding: 0px;
  position: relative;
}
.video_title1 h2 {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  top: -45px;
  left: 105px;
}
.images_new ul li {
  color: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 5px;
  padding: 5px;
  width: 80px;
}

.container {
  padding: 0px;
  margin: 0px;
}
/*.display-part{ display: flex; margin: 10px 10% 15px 10%;}*/
.display-part {
  /*    display: flex;*/
  margin: 0;
  position: absolute;
  width: 59%;
  top: 135px;
  left: 0px;
  height: 620px;
  border: 0px solid red;
  right: 0px;
  margin: 0 auto;
}
#bgndVideo {
  padding-bottom: 50.25% !important;
}

.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -159px;
  height: 40px;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: auto;
}
.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
  bottom: 5px;
  -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: bottom 0.1s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  display: none !important;
}
.html5-video-player svg {
  pointer-events: none;
  display: none !important;
}
:not(.ytp-mweb-player) .ytp-watermark:not(.ytp-muted-autoplay-watermark) {
  right: 16px;
  display: none !important;
}
/*#bgndVideo{ background: none !important;}*/
.mbYTP_wrapper iframe {
  height: 650px !important;
}
.YTPOverlay {
  height: 650px !important;
}
.min-hight {
  min-height: 100px;
}
.player {
  padding-bottom: 43.25%;
  width: 100%;
  overflow: hidden;
}
.display-part .slider_text {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  overflow: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.display-part iframe:after {
  position: absolute;
  width: 100%;
  min-height: 80px;
  background: #000;
  display: block;
  content: "";
  border: 1px solid red;
  z-index: 99;
  top: 0px;
  left: 0px;
}
.mb_YTPUrl {
  display: none !important;
}

.display-part .slider_text h2 {
  font-size: 20px;
  padding: 0 0 15px 0px;
}
.display-part .slider_text p {
  font-size: 20px !important;
  padding: 0 0 15px 0px;
  line-height: 30px !important;
}
.display-part .slider_text ul li {
  font-size: 16px;
  padding: 5px 0 0 15px;
}
/* .display-part .slider_videos{ width:38vw; display: inline-block; vertical-align: top; background:url(../images/loader.gif) no-repeat 50% 50%; margin:28vh 0 0 1vw;}
.display-part .slider_videos iframe{ width: 100%; min-height: 384px; position: relative;}
.display-part .slider_videos iframe:after{ width: 100%; height: 80px; border: 1px solid red; background: #000; content: ""; display: block; position: absolute; bottom: 0px; left: 0px; right: 0px;}
.slider_videos { position: relative;}
.ytp-chrome-bottom {
    bottom: 0;
    height: 48px;
    width: 100%;
    z-index: 59;
    padding-top: 3px;
    text-align: left;
    direction: ltr;
    display: none;
} */
.test_part {
  width: 300px;
  height: auto;
  margin: 147px 75px 25px 0;
  float: right;
}
.test_part p {
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}
.display-part .slider_videos {
  width: 100%;
  display: block;
  vertical-align: top;
  background: url(../images/loader.gif) no-repeat 50% 50%;
  margin: 0px auto 0 auto !important;
}
.slick-initialized .slick-slide {
  display: block;
  height: 100px;
}
.display-part .slider_videos iframe {
  width: 100%;
  min-height: 564px;
  position: relative;
}
.display-part .slider_videos iframe:after {
  width: 100%;
  height: 80px;
  border: 1px solid red;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.slider_videos {
  position: relative;
}
.ytp-chrome-bottom {
  bottom: 0;
  height: 48px;
  width: 100%;
  z-index: 59;
  padding-top: 3px;
  text-align: left;
  direction: ltr;
  display: none;
}

#bgndVideo {
  background-size: contain !important;
  background-attachment: inherit !important;
}
.preloader {
  align-items: center;
  background: rgb(23, 22, 22);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
}
/*
.slider_videos:after{ width: 100%; height: 60px;  background: #000; content: ""; display: block; position: absolute; bottom: 0px; left: 0px; right: 0px; z-index: 1;}
.slider_videos:before{ width: 100%; height: 60px;  background: #000; content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; z-index: 9;}
*/

/*.scroll-text {border: 1px solid red;width: 400px; height: 4.5em; overflow: hidden;}*/
.scroll-text ul {
  width: 800px;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
  border: 1px solid red;
  width: 680px;
  height: 142px;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 700px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

.set-of-chair {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.set-of-chair ul.row1 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  z-index: 9;
}
.set-of-chair ul.row2 {
  position: fixed;
  bottom: 0px;
  left: 50px;
  right: 50px;
  z-index: 8;
}
.set-of-chair ul.row3 {
  position: fixed;
  bottom: 95px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  z-index: 7;
}
.set-of-chair ul.row4 {
  position: fixed;
  bottom: 150px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  z-index: 6;
}
.set-of-chair ul.row5 {
  position: fixed;
  bottom: 180px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  z-index: 5;
}
.set-of-chair ul.row6 {
  position: fixed;
  bottom: 220px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  z-index: 4;
}
.set-of-chair ul li {
  padding: 0 5px;
  position: relative;
}
.set-of-chair ul li:after {
    content: "";
    width: 32px;
    display: block;
    background: url(../images/play.png) no-repeat 0 0;
    height: 32px;
    position: absolute;
    top: 63px;
        left: 0;
    right: 0px;
    text-align: center;
    margin: 0 auto;
}


.set-of-chair ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: none;
  padding: 5px 10px;
  border-radius: 50%;
  border: 0px solid red;
}
.set-of-chair ul li span img {
  border-radius: 15px;
  width: 100px;
  height: 76px;
}

.set-of-chair ul li i {
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
}
iframe {
  border: none;
}
.set-of-chair ul li a.active i {
  color: #f8ff00 !important;
}
.set-of-chair ul li a.active span img {
  border: 3px solid #ff9000;
}

.resources-bg-new {
  position: relative;
}
.product_prev11,
.product_next11 {
  display: inline-block;
  margin: auto;
  z-index: 1;
  background: #bd4f5f;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
  text-indent: -99999px;
  position: absolute;
  top: 25px !important;
  left: -45px;
  cursor: pointer;
}

/* .product_prev11{ left: -145px !important;} */
.product_next11 {
  left: auto;
  right: -45px;
}
.product_next11:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/product-arrow-right.png) no-repeat 0 0;
  position: absolute;
  right: -11px;
  bottom: 7px;
  left: 0;
  margin: auto;
}
.product_prev11:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/product-arrow-left.png) no-repeat 0 0;
  position: absolute;
  right: -11px;
  bottom: 7px;
  left: 0;
  margin: auto;
}
.ytp-impression-link {
  display: none !important;
}
.display-part .bangla p {
  font-size: 15px !important;
  padding: 0 0 15px 0px;
  line-height: 30px !important;
}
.only-desktop {
  display: block !important;
}
.only-mobile {
  display: none !important;
}
.display-part a {
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  display: block;
  background: #ffc451;
  height: 43px;
  width: 140px;
  margin: 15px 0;
  float: right;
}
.display-part a {
  color: #000;
}
.eerw2 a {
  float: right;
  position: absolute;
  z-index: 999;
  padding: 10px 25px;
  border-radius: 25px;
  color: #000;
  display: block;
  background: #ffc451;
  height: 42px;
  width: 145px;
  margin: 15px 0px;
  top: 0px;
  right: 10px;
  text-align: center !important;
}
.video_images_tital {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.eerw2_new a {
  float: right;
  position: absolute;
  z-index: 999;
  padding: 10px 25px;
  border-radius: 25px;
  color: #000;
  display: block;
  background: none;
  height: 42px;
  width: auto;
  margin: 0px 0px;
  top: 0px;
  right: 0px;
  text-align: center !important;
}

.eerw3 {
  position: relative;
}
.eerw3 a.link5 {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 15px;
    margin: 5px 10px !important;
    border-radius: 5px;
    color: #000;
    display: block;
    background: #ffd966;
    height: 42px;
    width: auto;
    margin: 15px 0px;
    top: 0px;
    left: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
}

.eerw3aa {
  position: relative;
}
.eerw3aa a.link8aa {
  float: left; /*position: absolute; */
  z-index: 999;
  padding: 10px 15px;
  margin: 5px 10px !important;
  border-radius: 5px;
  color: #000;
  display: block;
  background: #ffd966;
  height: 42px;
  width: auto;
  margin: 15px 0px;
  top: 0px;
  left: inherit;
  right: 80px;
  text-align: center;
  cursor: pointer;font-size: 22px;
    line-height: 22px;
}

#menu {
  display: block;
  background-color: #a4825c;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 250px;
  display: none;
  border-radius: 15px;
  padding: 20px; z-index: 9;
}
#menu2aa {
  display: block;
  background-color: #a4825c;
  position: absolute;
  top: 57px;
  left: inherit;
  width: 250px;
  display: none;
  border-radius: 15px;
  padding: 20px;
  right: 87px;
}
marquee {
  height: 390px;
}
.slider_text article {
  /*transform: skewY(8deg);*/
  padding: 50px 0 0 0;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.row2 .tooltiptext {
  display: none;
}
.tooltiptext {
  width: 410px;
  height: auto;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 0px 0;
  z-index: 99;
  /* Position the tooltip 
  position: absolute;

  bottom: 100%;
  left: 50%;*/
  margin-left: -60px;
}
#menu ul li img {
  width: 40px;
  height: 30px;
  border-radius: 0px;
}
#menu2aa ul li img {
  width: 40px;
  height: 30px;
  border-radius: 0px;
}
.tooltiptext .img5 {
  float: left;
  width: 50%;
}
.tooltiptext .text5 {
  float: left;
  width: 49%;
  padding: 10px;
}
.tooltiptext .text5 h3 {
  font-size: 16px;
}
.tooltiptext .text5 p {
  font-size: 13px;
  line-height: 15px;
}
.set-of-chair .img5 img {
  border-radius: inherit;
  width: auto;
  height: auto;
}
.set-of-chair a.active .img5 img {
  border: 0px solid #ff9000;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.test_part {
  position: relative;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto !important;
}
#menu ul {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden; padding: 0px; margin: 0px;
}
#menu ul li {
  border-bottom: 1px solid #976e41;
  margin: 10px 0;
  padding: 4px 0;
  cursor: pointer;
}
#menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#menu ul li aside {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}
#menu ul li aside img {
  border-radius: 0px;
}
#menu ul li article {
  display: inline-block;
  width: 68%;
  padding: 0 0 0 15px;
}
#menu ul li article h3 {
  color: #000;
  padding: 0 0 5px 0;
  font-weight: 400;
  font-size: 18px; margin: 0px;
  line-height: 21px;
  font-family: "calibri regular";
}
#menu ul li article p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

#menu2aa ul {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden; padding: 0px; margin: 0px;
}
#menu2aa ul li {
  border-bottom: 1px solid #976e41;
  margin: 10px 0;
  padding: 4px 0;
  cursor: pointer;
}
#menu2aa ul li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#menu2aa ul li aside {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}
#menu2aa ul li aside img {
  border-radius: 0px;
}
#menu2aa ul li article {
  display: inline-block;
  width: 68%;
  padding: 0 0 0 15px;
}
#menu2aa ul li article h3 {
  color: #000;
  padding: 0 0 5px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px; margin: 0px; 
}
#menu2aa ul li article p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.videoInfo h2 {
  font-size: 45px;
  font-weight: 900;
  padding: 120px 0 15px 0;
  color: #000;
  text-align: center;
}
.videoInfo p {
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 15px 0 0 0;
}
#wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  z-index: 999;
  display: none;
  background: #a07950;
  height: 100vh;
  padding: 55px;
}
#wrap h2 {
  padding: 0 0 5px 0;
  color: #ffd966;
  font-weight: 400;
  padding: 0 0 15px 0;
}
#wrap p {
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

.open-call {
    padding: 10px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0px;
    background: transparent;
    border: none;
    color: #ffd966;
    font-size: 14px;
    /* font-style: italic; */
    text-decoration: underline;
    font-weight: 300;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid;
    border-radius: 5px;
}
.close-call {
  position: absolute;
  left: 24px;
  top: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}

#wrap2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  z-index: 999;
  display: none;
  background: #a07950;
  height: 100vh;
  padding: 55px 25px;
}
#wrap2 h2 {
  padding: 0 0 5px 0;
  color: #ffd966;
  font-weight: 400;
  padding: 0 0 0px 0;
}
#wrap2 p {
  padding: 0 0 15px 0;
  color: #fff;
}

.open-call2 {
   padding: 10px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0px;
	margin-left: 10px;
    background: transparent;
    border: none;
    color: #ffd966;
    font-size: 14px;
    /* font-style: italic; */
    text-decoration: underline;
    font-weight: 300;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid;
    border-radius: 5px;
}
.close-call2 {
  position: absolute;
  left: 24px;
  top: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.video_text {
  height: 100vh;
  position: relative;
  bottom: 0px;
  right: 100px;
}
.video_text article {
  position: absolute;
  bottom: 210px;
  right: 0px;
  z-index: 1;
}
.bottion_box2{ background: #000; height: 61px; width: 100%; position: absolute; bottom: -20px; left: 0px; right: 0px;}
.right_box2{background: #0d0705;height: 100%; width: 62px; position: absolute; top: 0px; right: 0px;}
#wrap2 p {
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 16px; line-height: 22px;
}
.language {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px;
}
.cont-height {
    height: 770px;
    overflow-y: scroll;
	overflow-x: hidden;
    padding: 0 15px 0 0;
}

.slide_dots {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.slide_dots li {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #d7d7d7;
  font-size: 0;
  color: transparent;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.slide_dots li.slick-active {
  background: #d73838;
  width: 16px;
}

.videoWrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}


@media screen and (max-width: 1800px) {
	.video_title1 h2 {
    display: block;
    color: #ffd966;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: -75px;
    left: 88px;
}
.video_text article {
    position: absolute;
    bottom: 185px;
    right: 0px;
    z-index: 1;
}
marquee {
    height: 345px !important;
}
.test_part {
  width: 300px;
  height: auto;
  margin: 147px 75px 25px 0;
  float: right;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 530px;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
}
@media screen and (max-width: 1600px) {
	
body {background: url(https://bengalfolkperforming.art/wp-content/uploads/2024/04/cinema_web_bng_ipad-1.jpg) center -130px no-repeat !important; background-size: initial !important;}
.set-of-chair ul li:after {
    content: "";
    width: 32px;
    display: block;
    background: url(../images/play.png) no-repeat 0 0;
    height: 32px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0px;
    text-align: center;
    margin: 0 auto;
}
#wrap2 {
    height: auto !important;
}
marquee {
    height: 325px;
}
.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: -45px;
    left: 15px;
}
.video_text article {
    position: absolute;
    bottom: 115px !important;
    right: -59px !important;
    z-index: 999;
}
.display-part {
    /* display: flex; */
    margin: 0;
    position: absolute;
    width: 59%;
    top: 100px !important;
    left: 0px;
    height: 620px;
    border: 0px solid red;
    right: 0px;
    margin: 0 auto;
}

.videoInfo h2 {
    font-size: 45px;
    font-weight: 900;
    padding: 120px 0 0px 0 !important;
    color: #000;
    text-align: center;
}
.video_text article {
    position: absolute;
    bottom: 105px !important;
    right: -70px !important;
    z-index: 999;
}
.video_text article {
    position: absolute;
    bottom: 105px !important;
    right: -90px !important;
    z-index: 999;
}
.video_text {
    height: 100vh;
    position: relative;
    bottom: 40px;
    right: 70px;
}
    .display-part {
        /* display: flex; */
        margin: 0;
        position: absolute;
        width: 59%;
        top: 40px !important;
        left: 0px;
        height: 620px;
        border: 0px solid red;
        right: 0px;
        margin: 0 auto;
    }
.test_part {
    width: 300px;
    height: auto;
    margin: 147px 0px 25px 0 !important;
    float: right;
}
.video_text article {
    position: absolute;
    bottom: 96px !important;
    right: -32px !important;
    z-index: 999;
}
}
@media screen and (min-aspect-ratio: 13 / 7) and (max-device-width: 1114px) and (orientation: landscape) {
  body:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url(../images/orientation-change.png) no-repeat 50% 50%;
    background-size: 400px;
    z-index: 9999999999;
  }
}
@media screen and (max-width: 1024px) {
  .only-desktop {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  .videoInfo {
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
  #bgndVideo {
    padding-bottom: 56% !important;
  }
  .mbYTP_wrapper iframe {
    height: auto !important;
  }
  .html5-video-player .ytp-watermark {
    display: none !important;
  }
  .eerw3 {
    position: absolute;
    top: 0;
  }
  .eerw3aa {
    position: absolute;
    top: 0;
  }
.display-part .slider_videos {
    width: 100%;
    display: block;
    vertical-align: top;
    background: url(../images/loader.gif) no-repeat 50% 50%;
    margin: 0px auto 0 auto !important;
}
.video_text {
    height: inherit;
    position: relative;
    bottom: -60px;
    right: 0;
}
.eerw3aa a.link8aa {
   margin: 0 25px !important;
}
.row {
    display: inline;
    -ms-flex-wrap: inline;
    flex-wrap: inline;
    margin-right: 0px;
    margin-left: 0px;
}
.display-part {
    /* display: flex; */
    margin: 0;
    position: absolute;
    width: 59%;
    top: 55px !important;
    left: 0px;
    height: 620px;
    border: 0px solid red;
    right: 0px;
    margin: 0 auto;
}
  .video_text {
    padding: 55px 0 0 0px;
    text-align: center;
    position: relative;
    z-index: 99;
    height: auto;
  }
  .eerw2 a {
    float: right;
    position: absolute;
    z-index: 999;
    padding: 10px 25px;
    border-radius: 25px;
    color: #000;
    display: block;
    background: none;
    height: 42px;
    width: auto;
    margin: 0px 0px;
    top: 0px;
    right: 0px;
    text-align: center !important;
  }
  .eerw3aa {
    position: absolute;
    top: 0;
    left: 110px;
  }
  .eerw3aa a.link8aa {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 25px;
    margin: 0 10px !important;
    border-radius: 25px;
    color: #000;
    display: block;
    background: #ffc451;
    height: 42px;
    width: 100px;
    margin: 15px 0px;
    top: 6px;
    left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .eerw3 {
    position: absolute;
    top: 6px;
  }
#menu ul {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#menu2aa ul {
    height: 385px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    left: 10px;
}
.video_text article {
    position: inherit !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 999;
}
.video_text {
    height: inherit;
    position: relative;
    bottom: 0px;
    right: 0;
}	
.video_text {
    padding: 0px 0 0 0px;
    text-align: center;
    position: relative;
    z-index: 99;
    height: auto;
}
.set-of-chair ul.row2 {
    position: fixed;
    bottom: 14px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8;
}
.bottion_box2{ display: none;}
.right_box2{display: none;}
#wrap2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
    background: #a07950;
    height: 100vh;
    padding: 55px 25px;
}
#wrap3 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
    background: #a07950;
    height: 100vh;
    padding: 55px 25px;
}
.video_title1 {
    width: 100%;
    border: 0px solid red;
    height: auto;
    display: block;
    padding: 0px;
    position: relative;
    z-index: 9999;
}
#menu {
    display: block;
    background-color: #a4825c;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 250px;
    display: none;
    border-radius: 15px;
    padding: 20px;
    z-index: 9999;
}

}
@media screen and (max-width: 1100px) {
	.videoInfo p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 15px 0 0 0;
}
.test_part {
    width: 223px !important;
    height: 600px;
    margin: 74px 11px 2px 0;
    float: right;
    position: relative;
}
.pptr h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 0px 0 15px 0;
    color: #ffd966;
    position: absolute;
    left: inherit;
    right: 180px;
    top: 57px;
    text-align: center;
    width: auto;
    border: 0px solid;
    float: right;
}

.open-call {
    padding: 15px 8px;
    cursor: pointer;
    margin-top: 0px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 11px !important;
    font-style: italic;
    text-decoration: underline;
    font-weight: 300;
}
.open-call2 {
    padding: 15px 8px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 300;
}
.video_text article {
    position: absolute;
    bottom: 146px !important;
    right: 0px !important;
    z-index: 999;
}
#wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
    z-index: 999;
    display: none;
    background: #a07950;
    height: 100vh;
    padding: 48px 15px;
}
#wrap p {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
}
/*
.video_text {
    padding: 21px 0 26px 0px !important;
    text-align: center;
    position: relative;
    z-index: 99;
    height: 100vh;
    position: inherit;
    right: 0 !important;
}
*/
.link_bott {
    position: inherit !important;
bottom: 54px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px 0px 0 0;
    text-align: center;
    width: 300px !important;
    border: 0px solid;
    float: inherit;
    margin: 0 auto !important;
}
}
@media screen and (max-width: 1366px) {
  .display-part {
    display: inherit;
    margin: 0;
    position: absolute;
    width: 60%;
    top: 70px;
    left: 0px;
    height: 620px;
    border: 0px solid red;
    right: 0px;
    margin: 0 auto;
  }
	.display-part .videoInfo h2 {
    font-size: 45px;
    font-weight: 900;
    padding: 150px 0 0px 0 !important;
    color: #000;
    text-align: center;
}
.display-part .slider_videos {
  width: 95%;
  display: block;
  vertical-align: top;
  background: url(../images/loader.gif) no-repeat 50% 50%;
  margin: 0px auto 0 auto !important;
}
  .test_part {
    width: 315px;
    height: 600px;
    margin: 74px 11px 2px 0;
    float: right;
    position: relative;
  }
marquee {
    height: 325px;
}
  #infoClose {
    color: #f40707;
    position: absolute;
    top: 6px;
    width: 74px !important;
    right: 0px;
    cursor: pointer;
  }
  .display-part .slider_videos iframe {
    width: 100%;
    min-height: 469px;
    position: relative;
  }
  .video_text article {
    position: absolute;
    bottom: 95px;
    right: -90px;
    z-index: 999;
  }
  .gallery_box img {
    width: 292px !important;
    margin: 0 0 15px 0;
  }
#menu2aa {
    display: block;
    background-color: #a4825c;
    position: absolute;
    top: 57px;
    /*left:  inherit;*/
    width: 250px;
    display: none;
    border-radius: 15px;
    padding: 20px;
    right: 0;
    z-index: 9999;
}
.row {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/*.video_text {padding: 21px 0 26px 0px !important; text-align: center; position: relative; z-index: 99; height: 87vh;}*/
.rrtu {padding: 21px 0 26px 0px !important;}
.test_part {
    width: 272px !important;
    height: auto;
    margin: 114px 32px 25px 0 !important;
    float: right;
}
.video_text {
    height: 100vh;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.test_part {
  width: 300px;
  height: auto;
  margin: 147px 75px 25px 0;
  float: right;
}
	body{    background: url(https://bengalfolkperforming.art/wp-content/uploads/2024/04/cinema_web_bng_ipad-1.jpg) center -87px no-repeat !important;  background-size: cover !important;}
	
	.display-part .videoInfo h2 {
    font-size: 45px;
    font-weight: 900;
    padding: 120px 0 0px 0 !important;
    color: #000;
    text-align: center;
}
	.eerw3 a.link5 {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 15px;
    margin: 5px 10px !important;
    border-radius: 5px;
    color: #000;
    display: block;
    background: #ffd966;
    height: 42px;
    width: auto;
    margin: 15px 0px;
    top: 0px;
    left: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
}
	.eerw3aa a.link8aa{font-size: 18px;
    line-height: 22px;}
	.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: -93px;
    left: 77px;
}
.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: -50px !important;
    left: 14px !important;
    color: #ffd966;
}
marquee {
    height: 225px !important;
	position: relative;
	z-index: 9;
}
.video_text article {
    position: absolute;
    bottom: 160px !important;
    right: 17px !important;
    z-index: 1;
}
#wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
    z-index: 999;
    display: none;
    background: #a07950;
    height: 100vh;
    padding: 34px;
}
.set-of-chair ul li:after {
    content: "";
    width: 32px;
    display: block;
    background: url(../images/play.png) no-repeat 0 0;
    height: 32px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0px;
    text-align: center;
    margin: 0 auto;
}
#videoLangInfo marquee p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'calibri regular';
    font-weight: 300 !important;
}
}
@media screen and (max-width: 1200px) {
	.link_bott {
    position: inherit !important;
    bottom: 24px;
    left: 0px !important;
    right: 0px !important;
    margin: 0px auto !important;
    text-align: center;
    width: 300px;
    border: 0px solid;
    float: inherit;
    text-align: center;
}
.footer_menu {
    position: absolute;
    bottom: 160px;
    left: inherit;
    right: 0px !important;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
}

}
@media screen and (max-width: 820px) {
.videoInfo img {width: 85% !important; padding: 25px 0 0 0 !important;}
  .display-part {
    display: inherit;
    margin: 0px;
    border: 0px solid #ff1;
  }
  .display-part .ytp-cued-thumbnail-overlay {
    display: inherit;
    margin: 0px;
    border: 3px solid #ff1;
  }
.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: 0px !important;
    left: 14px !important;
    color: #ffd966;
}
#menu2aa {
    display: block;
    background-color: #a4825c;
    position: absolute;
    top: 57px;
    left: 20px;
    width: 250px;
    display: none;
    border-radius: 15px;
    padding: 20px;
    right: 0;
    z-index: 9999;
}
  .display-part .slider_text {
    width: auto;
    display: block;
    vertical-align: top;
    color: #fff;
    overflow: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .display-part .slider_videos {
    width: auto;
    display: block;
    vertical-align: top;
    margin: 0;
    background: url(../images/loader.gif) no-repeat 50% 50%;
  }
  .slider_text {
    display: none;
  }
  body {
    padding: 0;
    margin: 0;
    /*    font-family: 'Dancing Script', cursive;*/
    font-size: 16px;
    line-height: 24px;
    background: #000;
    background-image: none;
    background-size: cover;
    height: 100vh;
  }
  /*.slider_text{ display: none !important;}*/
  /*.set-of-chair ul li a img{ display: none;}*/
  .set-of-chair ul li span img {
    border-radius: 15px;
    width: auto;
    height: auto;
  }
  .set-of-chair ul.row1 {
    position: inherit;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 9;
  }
  .set-of-chair ul li span {
    position: inherit;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: initial;
    padding: 12px 10px;
    border-radius: 50%;
  }
.slick-initialized .slick-slide {
    display: block;
    height: 100px;
    width: 115px !important;
}
  .product_prev11 {
    left: 0px !important;
    /*    right: 0px !important;*/
  }
  .product_next11 {
    /*    left: 0px !important;*/
    right: 0px !important;
  }
  .set-of-chair ul.row1 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 0px solid red;
    min-height: inherit !important;
    background: #102e6a;
  }
  .set-of-chair ul.row2 {
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8; padding: 0px;
  }
  .set-of-chair ul.row3 {
    position: inherit;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8;
  }
  .set-of-chair ul.row4 {
    position: inherit;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8;
  }
  .set-of-chair ul.row5 {
    position: inherit;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8;
  }
  .set-of-chair ul.row6 {
    position: inherit;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    z-index: 8;
  }
  .set-of-chair ul li {
    padding: 0 5px;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background: transparent;
    margin: 0px;
    line-height: 60px;
    text-align: center;
  }
  .set-of-chair ul li i {
    position: inherit;
    top: 55px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
  }
  .set-of-chair ul.row1 li {
    padding: 12px 5px;
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    height: inherit;
    background: none;
    margin: 0px;
  }
  .set-of-chair ul li a.active span {
    color: #f8ff00 !important;
    background: inherit !important;
  }
  .set-of-chair ul.row1 li:after {
    content: "";
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #fff;
  }
  .set-of-chair ul.row1 li:nth-child(1) {
    display: none;
  }
  .set-of-chair ul.row1 li:nth-child(2) {
    display: none;
  }
  .set-of-chair ul.row1 li:nth-child(5) {
    border-right: 0px solid #fff;
  }
  .set-of-chair ul.row1 li:nth-child(6) {
    display: none;
  }
  .set-of-chair ul.row1 li:nth-child(7) {
    display: none;
  }
  .lang {
    padding: 0 5px;
    border-right: 1px solid #14367b;
  }
  .product_prev11,
  .product_next11 {
    display: inline-block;
    margin: auto;
    z-index: 10;
    background: #32582f;
    border-radius: 0%;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    vertical-align: top;
    text-indent: -99999px;
    position: absolute;
    bottom: 40px !important;
    left: 0px;
    cursor: pointer;
  }
  .html5-video-player .video-click-tracking,
  .html5-video-player .video-stream {
    display: block;
    width: 100%;
    height: 100%;
    position: inherit;
    top: auto !important;
  }
  .set-of-chair {
    padding: 0px;
    margin: 0px;
    position: relative;
    display: flex;
  }
  .slider_videos video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: inherit !important;
    top: 0px !important;
  }
  .display-part .slider_videos iframe {
    width: 100%;
    min-height: inherit;margin: 50px 0 0 0;
  }
.slider_videos iframe {
    width: 100%;
    min-height: inherit;
    margin: 50px 0 0 0 !important;
}
.eerw3aa a.link8aa {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 25px;
    margin: 0 10px !important;
    border-radius: 25px;
    color: #000;
    display: block;
    background: #ffc451;
    height: 42px;
    width: 110 !important;
    margin: 15px 0px;
    top: 10px !important;
    left: 25px;
    text-align: center;
    cursor: pointer;
}
.video_title1 h2#devcategoryTitle {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    left: 10px;
}
  .eerw2 a {
    float: right;
    position: absolute;
    z-index: 999;
    padding: 10px 25px;
    border-radius: 25px;
    color: #000;
    display: block;
    background: transparent;
    height: 42px;
    width: auto;
    margin: 0px 0px;
    top: 0px;
    right: 10px;
    text-align: center !important;
  }
  .eerw3 a.link5 {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 25px;
    margin: 4px 5px !important;
    border-radius: 25px;
    color: #000;
    display: block;
    background: #ffc451;
    height: 42px;
    width: 120px !important;
    margin: 15px 0px;
    top: 10px !important;
    left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .eerw3aa a.link8aa {
    float: left;
    /* position: absolute; */
    z-index: 999;
    padding: 10px 25px;
    margin: 0 10px !important;
    border-radius: 25px;
    color: #000;
    display: block;
    background: #ffc451;
    height: 42px;
    width: 110 !important;
    margin: 15px 0px;
    top: 10px !important;
    left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .videoInfo h2 {
    font-size: 28px;
    font-weight: 900;
    padding: 230px 0 15px 0;
    color: #000;
    text-align: center;
  }
  .display-part {
    display: inline;
    margin: 0;
    position: inherit;
    width: auto;
    top: 0;
    left: 0px;
    height: 800px;
    border: 0px solid red;
    right: 0px;
    margin: 0 auto;
    padding: 0 25px;
  }
.videoInfo img {
    width: 84%;
}
#wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
    background: #a07950;
    height: 100vh;
    padding: 55px;
}
.slider_videos .main-slider #videoholder video {width: 390px;  height: 219px;  left: 0px; top: 130px !important;}	
.video_title1 h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: 50px;
    left: 10px;
}
/*
.video_text {
    padding: 21px 0 26px 0px !important;
    text-align: center;
    position: relative;
    z-index: 99;
    height: auto;
}
*/
.video_text article {
    position: absolute;
    bottom: -140px !important;
    right: 0px !important;
    z-index: 999;
}
.video_text {
    height: inherit;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.video_text article {
    position: absolute;
    bottom: -30px !important;
    right: 0px !important;
    z-index: 999;
}
}
@media screen and (max-width: 900px) {
	#menu ul {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bengal_folk_text{ display: none !important;}
.sukriti_logo img{ width: 70% !important;}
.general_consulate_logo img{ width: 70% !important;}
}
