/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  /* scroll-behavior: smooth; */
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #000000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  outline: none;
}

.fullwidth {
  width: 100%;
}

.clearfix, main,
.clear {
  clear: both;
}
.clearfix::after, main::after, .clearfix::before, main::before,
.clear::after,
.clear::before {
  content: "";
  clear: both;
  display: table;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.bg-primary {
  background-color: #e21a22;
}

.bg-seconday {
  background-color: #fff600;
}

/* .......................  Social media style  .........................*/
.shareboxwrp {
  display: none;
  float: left;
  width: 100%;
}

.shareboxwrpin {
  margin: 0 auto;
  display: table;
  width: 40px;
}

.social-media-main {
  width: 50px;
  height: 192px;
  float: left;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  right: 10px;
  padding-top: 60px;
  z-index: 999;
}

.shretle {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-size: 30px 62px;
  background-image: url("../images/social-share.svg");
  background-repeat: no-repeat;
  background-position: 8px -23px;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 3px 0;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  float: left;
  position: absolute;
  top: 125px;
  left: 0;
  cursor: pointer;
  transition: top 0.2s linear 0s;
}

.shretle.open {
  top: 0;
  background-position: 10px 15px;
}

.social-media-ins {
  width: 100%;
  height: 180px;
  float: left;
  margin: 0px;
}

.social-media-head {
  width: 100%;
  height: auto;
  float: left;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 110%;
}

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url("../images/social.svg");
  background-size: 50px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 5px;
}

.tw-clr {
  background-position: -4px -107px;
  background-color: #000;
}

.gl-clr {
  background-position: -4px -56px;
  background-color: #fb443e;
}

.wt-clr {
  background-position: -4px -159px;
  background-color: #13b345;
}

.fb-clr {
  background-color: #2b44a0;
  background-position: -6px -5px;
}

/* .........................  /Social media style end  .........................*/
p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
}
p:not(:last-child) {
  margin-bottom: 15px;
}
p.text-white {
  color: #fff;
}
p.lead {
  font-size: 18px;
}

main {
  max-width: 100vw;
  overflow: hidden;
}
main .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  main .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  main .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  main .container {
    width: 1170px;
  }
}

.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-section .page-section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  color: #e21a22;
  font-size: 32px;
}
.page-section .page-section-title.text-white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-section .page-section-title {
    font-size: 35px;
  }
}

.hero {
  background: #fff600 url("../images/hero_bg.jpg") center center/cover no-repeat;
}
.hero .hero-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-row .hero-column {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
.hero .hero-row .hero-column .hero-logo {
  margin: 0 auto;
  max-width: 526px;
}
.hero .hero-row .hero-column .hero-logo img {
  display: block;
  width: 526px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero-row .hero-column .date-in img {
  display: block;
  width: 694px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.hero .hero-row .hero-column .date-in figcaption {
  display: block;
  background-color: #e21a22;
  border: 1px dashed #fff600;
  padding: 15px 20px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  margin: 50px auto 0;
  max-width: 450px;
}
.hero .hero-row .hero-column .cta-button {
  width: 100%;
  max-width: 446px;
  height: auto;
  display: block;
  background: transparent url("../images/book_btn.png") center center/contain no-repeat;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  padding-top: 41.4798206278%;
  margin-top: 10px;
  transition: all 0.4s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
}
.hero .hero-row .hero-column .cta-button:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
@media screen and (min-width: 992px) {
  .hero .hero-row {
    flex-direction: row;
    align-items: center;
  }
  .hero .hero-row .hero-column {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
  }
  .hero .hero-row .hero-column .hero-label .hero-label-main {
    font-size: 80px;
    line-height: 80px;
  }
}

/* hero style end */
.about p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #fff;
}
.about .about-title {
  text-align: center;
  color: #fff600;
  font-size: 1.7rem;
  line-height: 2.38rem;
  font-weight: 700;
}
.about .about-title a {
  color: inherit;
  text-decoration: none;
}

.video-exhibitions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.video-exhibitions .v-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.video-exhibitions .v-row .v-col {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .video-exhibitions .v-row {
    align-items: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-exhibitions .v-row .v-col {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
  }
}
.video-exhibitions .video-block {
  margin: 0 auto;
  max-width: 375px;
}
.video-exhibitions .video-block video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 178%;
}
.video-exhibitions .video-block video-js.vjs-paused {
  position: relative;
  overflow: hidden;
}
.video-exhibitions .video-block video-js.vjs-paused .vjs-poster {
  background-image: url("../images/video-overlay.jpg") !important;
  display: block;
  background-position: center center;
  background-size: contain;
}
.video-exhibitions .video-exhibitions-content p {
  font-size: 1.61rem;
  line-height: 2.254rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .video-exhibitions .video-exhibitions-content {
    margin-left: 0;
    margin-right: auto;
    max-width: 375px;
  }
  .video-exhibitions .video-exhibitions-content p {
    text-align: left;
  }
  .video-exhibitions .video-block {
    margin-right: 0;
  }
}

/* video exhibitions end */
.photos {
  margin-top: 50px;
  margin-left: -5px;
  margin-right: -5px;
}
.photos a {
  display: block;
  padding: 0 5px 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.photos a img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 10px;
  border: 1px solid #eee;
}
.photos .grid-sizer {
  width: 100%;
}
@media screen and (max-width: 469.99px) {
  .photos a img {
    width: 100%;
  }
}
@media screen and (min-width: 470px) {
  .photos .grid-sizer,
  .photos .img-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .photos .grid-sizer,
  .photos .img-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .photos .grid-sizer,
  .photos .img-item {
    width: 25%;
  }
}
.photos.with-column-count {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 50px -10px 0;
  -moz-column-fill: balance;
       column-fill: balance;
}
.photos.with-column-count a {
  display: inline-block;
  padding-bottom: 10px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (min-width: 470px) {
  .photos.with-column-count {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .photos.with-column-count {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 1024px) {
  .photos.with-column-count {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.photos.with-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.photos.with-flex-box a {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.photos.with-flex-box a.item-1 {
  order: 1;
}
.photos.with-flex-box a.item-2 {
  order: 2;
}
.photos.with-flex-box a.item-3 {
  order: 3;
}
.photos.with-flex-box a.item-4 {
  order: 4;
}
.photos.with-flex-box a.item-5 {
  order: 5;
}
.photos.with-flex-box a.item-6 {
  order: 6;
}
.photos.with-flex-box a.item-7 {
  order: 7;
}
.photos.with-flex-box a.item-8 {
  order: 8;
}
.photos.with-flex-box a.item-9 {
  order: 9;
}
.photos.with-flex-box a.item-10 {
  order: 10;
}
.photos.with-flex-box a.item-11 {
  order: 11;
}
.photos.with-flex-box a.item-12 {
  order: 12;
}
.photos.with-flex-box a.item-13 {
  order: 13;
}
.photos.with-flex-box a.item-14 {
  order: 14;
}
.photos.with-flex-box a.item-15 {
  order: 15;
}
.photos.with-flex-box a.item-16 {
  order: 16;
}
.photos.with-flex-box a.item-17 {
  order: 17;
}
.photos.with-flex-box a.item-18 {
  order: 18;
}
.photos.with-flex-box a.item-19 {
  order: 19;
}
.photos.with-flex-box a.item-20 {
  order: 20;
}
.photos.with-flex-box a.item-21 {
  order: 21;
}
.photos.with-flex-box a.item-22 {
  order: 22;
}
.photos.with-flex-box a.item-23 {
  order: 23;
}
.photos.with-flex-box a.item-24 {
  order: 24;
}
@media screen and (min-width: 470px) {
  .photos.with-flex-box a {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    height: 100%;
  }
  .photos.with-flex-box a img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .photos.with-flex-box a {
    flex: 1 1 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .photos.with-flex-box a {
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
  }
}

.book-stall {
  background-color: #e21a22;
  padding-top: 60px;
  padding-bottom: 60px;
}
.book-stall .page-section-title {
  color: #fff600;
  margin-bottom: 45px;
}
.book-stall .stall-row .stall-column .stall-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.book-stall .stall-row .stall-column .stall-img img {
  display: block;
  max-width: 249px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.book-stall .stall-row .stall-column .stall-img figcaption {
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #fff;
  padding-top: 30px;
  font-weight: 700;
  text-align: center;
}
.book-stall .stall-row .stall-column .cta-button {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  background: transparent url("../images/click_here_btn.png") center center/contain no-repeat;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  padding-top: 25.3196930946%;
  transition: all 0.4s ease;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.book-stall .stall-row .stall-column .cta-button:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
}
@media screen and (max-width: 991.99px) {
  .book-stall .stall-row .stall-column {
    flex: 1 1 100%;
    height: 100%;
  }
  .book-stall .stall-row .stall-column .stall-img figcaption {
    font-size: 2.3rem;
    line-height: 3.22rem;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .book-stall .stall-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
    justify-content: center;
  }
  .book-stall .stall-row .stall-column {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .book-stall .stall-row .stall-column .stall-img {
    flex-direction: row;
    max-width: 570px;
    flex-wrap: nowrap;
  }
  .book-stall .stall-row .stall-column .stall-img img {
    flex: 1 1 170px;
    width: 170px;
    max-width: 170px;
  }
  .book-stall .stall-row .stall-column .stall-img figcaption {
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    padding-top: 0;
    padding-left: 30px;
  }
  .book-stall .stall-row .stall-column .cta-button {
    max-width: 300px;
  }
  .book-stall .stall-row .stall-column:nth-child(2) {
    flex: 0 0 330px;
    width: 330px;
    max-width: 330px;
  }
}

/* book a stall end*/
.contactus {
  background-color: #e21a22;
}
.contactus .page-section-title {
  color: #fff600;
}
.contactus .contactus-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.24rem;
  color: #fff;
}
.contactus .contactus-text a {
  color: inherit;
  text-decoration: none;
}
.contactus .contactus-text a:hover {
  color: #fff600;
}

/* contact us end*/
.main-footer {
  background-color: #e21a22;
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer .copyright-p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.68rem;
}

/* main footer end*/
@media screen and (max-width: 991.98px) {
  #goTop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  #goTop {
    position: fixed;
    display: none;
    bottom: 25px;
    right: 70px;
    z-index: 999;
    left: auto;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    transition: all 0.4s ease;
    justify-content: center;
    align-items: center;
    background-color: #e21a22;
    border: 1px solid #fff;
    cursor: pointer;
  }
  #goTop span,
  #goTop i,
  #goTop svg {
    margin: 0;
    color: #fff;
    fill: #fff;
  }
  #goTop svg {
    transform: rotate(-90deg);
  }
  #goTop:hover span,
  #goTop:hover i, #goTop:focus span,
  #goTop:focus i {
    transform: translateY(-5px);
    margin-right: 0;
  }
}

.mfp-gallery .mfp-container .mfp-arrow {
  opacity: 1;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left::before {
  border-right-color: #fff;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left::after {
  border-right-color: #fff600;
  transition: border 0.4s ease;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left:hover::after {
  border-right-color: #e21a22;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right::before {
  border-left-color: #fff;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right::after {
  border-left-color: #fff600;
  transition: border 0.4s ease;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right:hover::after {
  border-left-color: #e21a22;
}/*# sourceMappingURL=main.css.map */