@font-face {
  font-family: Pacifico;
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-weight: 400;
}
a {
  text-decoration: none;
}
#page-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.65);
}
#success-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0 0;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  border-radius: 5px;
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#error-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0 0;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  border-radius: 5px;
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#warning-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0 0;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  border-radius: 5px;
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#error-message,
#success-message,
#warning-message {
  font-size: 19px;
  padding-top: 5px;
}
#loading-box {
  width: 210px;
  background: #fff;
  position: fixed;
  z-index: 99999999;
  padding: 15px 0 0;
  height: 70px;
  opacity: 0.9;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  display: none;
  border-radius: 5px;
  top: calc(50% - 35px);
  left: calc(50% - 105px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  /* line-height: 0; */
}
.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.nbs-flexisel-item img:hover {
  filter: grayscale(0%);
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  display: none;
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 60%;
  transform: translateY(-50%);
  color: grey;
  font-weight: 500;
  font-size: 27px;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.background_video {
  object-fit: cover;
  width: 100%;
  height: 99vh;
  top: 0;
  left: 0;
}
.container {
  /* height: 100vh; */
  /* width: 100%; */
  /* background-image: url(https://res.cloudinary.com/eventgraphia/image/upload/v1529486142/portfolio-v2/web/Slider/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  position: relative;
}
.main__text {
  width: 100%;
  position: absolute;
  background-color: rgb(0 0 0 / 45%);
  top: 0px;
  height: 99vh;
  margin: 0 auto;
}
.main__test-container {
  padding-top: 280px;
}
.main__test-container h1 {
  text-align: center;
  font-size: 35px;
  line-height: 4rem;
  color: #fff;
  font-family: Montserrat, serif;
  font-weight: 400;
}
.main__test-container h1 span {
  display: block;
}

.header__form {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 3rem;

  box-sizing: border-box;
}

.header__form form input {
  outline: 0;
  font-size: 1.8rem;
  width: 100%;
  height: 4.8rem;
  border: none;
  border-radius: 1px;
  padding: 1.8rem;
}
.header__form input::placeholder {
  font-size: 1.6rem;
  font-family: Montserrat;
  color: #746868;
  letter-spacing: 0.04em;
}
.clearout {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 20px;
}
.portfolio {
  max-width: 100%;
  margin: 0 auto;
  padding: 9rem 0;
}
.portfolio__heading {
  color: #1b1a1a;
  text-align: center;
  font-family: Taviraj, serif;
  font-size: 4.4rem;
  font-weight: 400;
}

.portfolio__text {
  max-width: 95%;
  margin: 0 auto;
}

.portfolio__text h1 {
  text-align: center;
  font-size: 25px;
  line-height: 4rem;
  color: #1b1a1a;
  font-family: Montserrat, serif;
  font-weight: 400;
}
.portfolio__text h1 span {
  display: block;
}
.wedding {
  text-align: center;
  padding-top: 5rem;
}
.wedding h1 {
  display: inline-block;
  font-family: Taviraj;
  font-weight: 400;
  text-align: center;
  font-size: 3.6rem;
  padding-bottom: 0.7rem;
}
.underline__text {
  background-image: linear-gradient(#00bfa5, #00bfa5);
  background-position: bottom center;
  background-size: 60% 2px;
  background-repeat: no-repeat;
}
.wedding__gallery {
  padding-top: 5rem;
}
.more__content {
  display: flex;
  padding: 0 64px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.content {
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
  width: 300px;
  height: 70px;
  overflow: hidden;
}
.content__text {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  align-self: center;
  padding-left: 15px;
}
.content__text a {
  text-decoration: none;
  color: inherit;
}
.content:hover {
  cursor: pointer;
  color: #00bfa5;
}
.showcase__container1 {
  width: 95%;
  height: 100%;
  height: 100vh;
  width: 100%;
  background-image: url(https://assets.graphia.in/site_media/homepage_assets/slider/pre-wedding/d.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.showcase__container1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.showcase__container2 {
  width: 95%;
  height: 100%;
  height: 100vh;
  width: 100%;
  background-image: url(https://assets.graphia.in/site_media/homepage_assets/slider/pre-wedding/b.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.showcase__container2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.showcase__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showcase__content h1 {
  text-align: center;
  font-size: 30px;
  line-height: 5rem;
  color: #fff;
  font-family: Taviraj, serif;
  font-style: italic;
  font-weight: 550;
}
.showcase__content h1 span {
  display: block;
}
.showcase__content p {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #feed93;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-align: center;
}
.instagram__post {
  background-color: #fafafa;
  padding-top: 4rem;
}
.instagram__post h1 {
  text-align: center;
  font-family: Taviraj, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #1b1a1a;
}
.instagram__pictures {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 10px;
  row-gap: 15px;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 0 auto;
}
.instagram__pictures img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
.blogs {
  max-width: 95%;
  margin: 0 auto;
  padding: 5rem 0;
}
.blogs h1,
.customers__review h1,
.our__clients h1 {
  font-family: Taviraj, serif;
  color: #1b1a1a;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.featured__on,
.our__clients {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
}

.featured__on--subtext {
  padding-top: 10px;
  width: 480px;
  text-align: center;
  margin: 0 auto;
  font-family: Taviraj;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  color: #1b1a1a;
}
.featured__on h1 {
  font-family: Taviraj, serif;
  color: #1b1a1a;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.featured__on img {
  width: 200px;
  height: 100px;
}
#clients {
  padding-top: 5rem;
}
#Featured {
  padding-top: 4rem;
}
.featured__on ul {
  display: none;
}
.customers__review {
  width: 78%;
  margin: 0 auto;
  padding-top: 5rem;
}
.application {
  background-color: #fafafa;
}
.app__content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.app__info {
  padding-top: 100px;
}
.app__info h1 {
  font-family: Taviraj, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #1b1a1a;
}
.app__info ul {
  list-style-type: none;
}
.app__info ul li {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1b1a1a;
}
.app__info span {
  padding-right: 10px;
  font-weight: 600;
}
.app__photo img {
  height: 500px;
}
.andriod__link img {
  width: 200px;
  margin-top: -12px;
}
.ios__link img {
  width: 177px;
}
.app__links {
  display: flex;
  flex-direction: row;
}
#belowbar {
  border: 1px solid #ddd;
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 0;
  margin: 0;
  height: max-content;
  display: none;
}
#belowbar p {
  font-size: 14px;
  font-family: Montserrat;
  padding: 15px;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  flex-basis: 50%;
}
#belowbar p i {
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #d9d8d8;
  color: #746868;
}
#belowbar p:hover {
  background: #f1f1f1 !important;
}
.below-bar {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.test_container-1 {
  height: 350px;
}
#test_container {
  padding-top: 30px;
}
.testimonial {
  display: flex;
  /* padding-left: 100px; */
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  width: 500px;
  font-style: normal;
}
.testimonial_text {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  min-height: 160px;
  line-height: 25px;
}
.testimonial__info {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}
.testimonial::before {
  content: "";
}
.testimonial__info img {
  margin-left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.testimonial__info p {
  font-family: Taviraj, serif;
  font-weight: 550;
  font-size: 16px;
  /* margin-top: 25px;
  margin-left: 15px; */
}
.rating_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 20px;
}
.rating {
  text-align: left;
  /* margin-left: -126px !important;
  margin-top: 38px !important; */
}
.checked {
  color: orange;
}
.why__eventgraphia_container {
  background-color: white;
}
.why__eventgraphia {
  padding-top: 90px;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 26px;
}
.why__heading {
  font-family: Taviraj, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  grid-column: span 6;
}
.why__content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
}
.why__image img {
  width: 100px;
  height: 100px;
}
.why__info {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
}
.why__text {
  padding-left: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.wedding__vid {
  padding-top: 100px;
  margin: 0 auto;
}
.vid__content {
  min-height: 381px;
  display: flex;
  flex-direction: column;
  grid-column: span 6;
}
.vid__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 10px;
}
.vid__heading {
  font-family: Taviraj;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  align-content: flex-start;
}
.vid__subtext {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.topnav a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}
.topnav a.scrolled {
  color: #000 !important;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  font-weight: 600;
  outline: 0;
  color: #fff;
  padding: 14px 15px;
  background-color: inherit;
  font-family: Montserrat, sans-serif;
  margin: 0;
}
.dropdown .dropbtn.scrolled {
  color: #000;
}
#wed {
  background-color: #9F7A66;
  color: #fff;
}
.book__btn {
  background-color: #fff !important;
  color: #000 !important;
}

.break__line-2 {
  margin-top: 10px !important;
  width: 82%;
  margin: 0 auto;
  border: 1px solid #d9d8d8;
}

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  z-index: 99;
}
header.scrolled {
  background: rgb(226, 226, 226, 0.7);
}
.navbar-default {
  transition: 0.5s ease;
  background: 0 0;
}
.navbar-default.scrolled {
  background: #fff;
  z-index: 99999999;
}
.navmenu {
  display: none;
}

#page-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.65);
}
.grid-container {
  margin: 0 8% 0 8%;
  max-width: 1920px;
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}

.grid-container .twelve-col {
  grid-column: span 12;
}
.grid-container .eleven-col {
  grid-column: span 11;
}
.grid-container .ten-col {
  grid-column: span 10;
}
.grid-container .nine-col {
  grid-column: span 9;
}
.grid-container .eight-col {
  grid-column: span 8;
}
.grid-container .seven-col {
  grid-column: span 7;
}
.grid-container .six-col {
  grid-column: span 6;
}
.grid-container .five-col {
  grid-column: span 5;
}
.grid-container .four-col {
  grid-column: span 4;
}
.grid-container .three-col {
  grid-column: span 3;
}
.grid-container .two-col {
  grid-column: span 2;
}
.grid-container .one-col {
  grid-column: span 1;
}
img {
  width: auto;
}
#examples,
.aaaa,
.all-themes-switch,
.callbacks,
.callbacks + p,
.dialog,
.disable-destroy,
.scrollTo,
.show-hide {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.aaaa {
  overflow: auto;
  position: relative;
  /* padding: 20px;
  margin: 10px; */
  max-width: 100%;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aaaa.hidden {
  display: none;
}
.aaaa.light {
  background-color: #ddd;
  color: #333;
}
.aaaa hr {
  margin-bottom: -10px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}
.aaaa.light hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.aaaa p {
  margin: 30px 0;
}
.aaaa p:last-child {
  margin-bottom: 5px;
}
.aaaa p:nth-child(odd),
.aaaa.light p:nth-child(odd) {
  background: #444;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.aaaa p:nth-child(3n + 3) {
  color: #bbb;
  background: 0 0;
  padding: 0;
}
.aaaa.light p:nth-child(odd) {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.aaaa.light p:nth-child(3n + 3) {
  color: #666;
}
.aaaa p.full:nth-child(3n + 3),
.aaaa p.full:nth-child(odd),
.aaaa p.half:nth-child(3n + 3),
.aaaa p.half:nth-child(odd) {
  background: 0 0;
  padding: 0;
}
.aaaa h2 {
  font-size: 200%;
  line-height: 130%;
}
.aaaa h2:first-child {
  margin-top: 5px;
}
.aaaa:nth-child(odd) h2 {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  font-style: normal;
}
hr + .aaaa:nth-child(odd) h2 {
  font-family: "Lobster Two", Georgia, serif;
  font-weight: 700;
  font-style: italic;
}
.aaaa.light h2 {
  color: inherit;
}

.aaaa img {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.aaaa.light img {
  background: rgba(255, 255, 255, 0.4);
}
.aaaa textarea {
  min-height: 80px;
  width: 70%;
}
.aaaa .half img {
  max-width: 48%;
  margin: 0 0 2% 2%;
}
.aaaa .half img:nth-child(odd) {
  margin: 0 2% 2% 0;
}
#demo.showcase {
  min-width: 740px;
}

.showcase #aaaa-1.aaaa {
  height: 620px;
}
.showcase #aaaa-2.aaaa {
  height: 620px;
}
.showcase #aaaa-2.aaaa h2 {
  color: #333;
}
.showcase #aaaa-3.aaaa {
  background-color: #412626;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC);
  margin-right: 40px;
  width: 310px;
}
.showcase #aaaa-3.aaaa h2 {
  color: #eb3755;
}
.showcase #aaaa-4.aaaa {
  background-color: #1c383f;
}
.showcase #aaaa-4.aaaa h2 {
  color: #ddd;
}

.showcase #aaaa-7.aaaa {
  height: 620px;
}
.showcase #aaaa-8.aaaa {
  width: 670px;
  height: 580px;
  padding: 0;
  background-color: #151515;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQIW2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3f8oLcQAAAABJRU5ErkJggg==);
  border: 5px solid rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  margin-bottom: 50px;
}
.showcase #aaaa-8.aaaa h2 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.showcase #aaaa-8.aaaa p {
  width: 710px;
  float: left;
  margin: 15px 20px;
}
.showcase #aaaa-8.aaaa hr + p {
  margin-top: 30px;
}
.showcase #aaaa-8.aaaa p:nth-child(3n + 1) {
  width: 1460px;
  clear: both;
}
.showcase #aaaa-9.aaaa {
  height: 620px;
  background-color: #c2beb2;
  padding: 5px;
}
.showcase #aaaa-9.aaaa .mCSB_container {
  margin-right: 21px;
}
.showcase #aaaa-9.aaaa h2 {
  height: 85px;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 180%;
  color: #333;
}
.showcase #aaaa-9.aaaa img {
  padding: 0;
  vertical-align: bottom;
}
/* #iframe-container {
  width: 90%;
  max-width: 1110px;
  background: #000;
  overflow: hidden;
} */

.vid__content iframe {
  height: 381px;
}
#infinite-scroll .offset {
  display: block;
  width: 100%;
  height: auto;
  color: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#infinite-scroll .offset p {
  margin-bottom: 60px;
}
#infinite-scroll .offset .indicator {
  display: block;
  width: 100%;
  height: 100px;
  background: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#examples.resizable {
  background: #444;
  padding-bottom: 30px;
}
#resizable.aaaa {
  overflow: hidden;
  width: 640px;
  max-width: 80%;
  -webkit-box-sizing: aaaa-box;
  -moz-box-sizing: aaaa-box;
  box-sizing: aaaa-box;
}
#resizable.aaaa h2 {
  color: #444;
}
#resizable.aaaa p {
  width: 1000px;
}
.aaaa.fluid {
  width: 90%;
  max-width: 1680px;
}
.aaaa.fluid h2 {
  color: #eb3755;
  font-family: "Lobster Two", Georgia, serif;
  font-weight: 700;
  font-style: italic;
}
.aaaa.nested {
  height: 600px;
}
.aaaa.nested .nested {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  height: 400px;
}
#aaaa-1.aaaa.nested {
  margin-bottom: 40px;
}
#aaaa-1.aaaa.nested p {
  width: 1000px;
}
#aaaa-1.aaaa.nested .nested {
  margin: 20px;
  width: 600px;
  height: 300px;
}
.aaaa.zero-height {
  height: 0;
}
.aaaa.zero-width {
  width: 0;
}
.init-hidden #examples {
  min-height: 420px;
}
.full-page .aaaa {
  height: 800px;
}
.full-page-alt #mCSB_1_container {
  width: 97% !important;
  min-width: 480px;
}
.full-page-alt #mCSB_1_scrollbar_vertical {
  position: fixed;
  margin-right: 30px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.full-page-alt #mCSB_1_scrollbar_horizontal {
  position: fixed;
  margin-bottom: 30px;
  margin-left: 16px;
  margin-right: 16px;
}
.full-page-alt .outer.aaaa {
  width: 960px;
}
.full-page-alt .horizontal-images.aaaa {
  height: 275px;
  width: 100%;
  margin: 20px auto 10px auto;
}
.full-page-alt .horizontal-images.aaaa img {
  height: 200px;
}
.aaaa table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #666;
  border-left: 1px dashed #666;
  border-right: 1px dashed #666;
  background: rgba(0, 0, 0, 0.1);
}
.aaaa table tr {
  border-bottom: 1px dashed #666;
}
.aaaa table td {
  padding: 10px 20px 9px 20px;
}
.sortable {
  min-width: 800px;
}
#sortable ul {
  margin-top: 20px;
  margin-bottom: 10px;
}
#sortable li {
  margin: 10px 40px;
  background: #444;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sortable .ui-sortable-helper,
#sortable li:active {
  background: #eb3755;
}
#examples.accordion,
#examples.autocomplete,
#examples.tabs {
  padding: 5px 20px 20px 20px;
  background-color: #333;
}
#examples.accordion h3,
#examples.tabs h3 {
  color: #222;
  font-family: inherit;
  font-style: inherit;
}
#tabs {
  margin-bottom: 20px;
}
#accordion,
#tabs,
#tabs-2 {
  width: 600px;
  max-width: 95%;
}
#examples.tabs .ui-widget-aaaa {
  background-image: none;
}
#autocomplete {
  border: none;
  background: #fff;
  min-height: 20px;
  padding: 5px 8px;
  font-size: inherit;
  font-family: inherit;
  color: #222;
  margin-top: 15px;
}
#autocomplete:focus {
  outline: 0;
}
.ui-menu a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mCSB_container {
  width: auto;
}
.ui-menu .mCSB_container {
  padding: 2px;
}
.ui-menu .mCSB_scrollTools {
  right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.bootstrap #examples {
  background: 0 0;
}
.bootstrap #myModal-2 .modal-body {
  max-height: 340px;
  -webkit-box-sizing: aaaa-box;
  -moz-box-sizing: aaaa-box;
  box-sizing: aaaa-box;
  margin-bottom: -15px;
}
.bootstrap #myTab {
  max-width: 600px;
}
.bootstrap #myTab .tab-pane {
  padding: 15px 5px 15px 15px;
}

.textarea-example .aaaa .textarea-wrapper .mCSB_scrollTools {
  margin: 10px 5px;
}
.scrollTo-demo .aaaa {
  height: 290px;
}
.scrollTo-demo .demo-y {
  height: 600px;
}
.scrollTo-demo .demo-x {
  width: 660px;
  background-color: #252525;
}
.scrollTo-demo .demo-x p {
  float: left;
  width: 300px;
  margin-left: 30px;
  height: auto;
  padding: 5px 10px;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scrollTo-demo .demo-x hr + p {
  margin-left: 0;
}
.scrollTo-demo .demo-yx {
  background-color: #424242;
}
.scrollTo-demo .demo-yx p {
  width: 1000px;
}
.scrollTo {
  font-size: 12px;
}
.scrollTo + .scrollTo {
  margin-top: 20px;
}
.scrollTo ul li:first-child span {
  display: block;
  padding: 3px 15px;
}
#test-id {
  background-color: #eb3755;
  color: #fff;
}
.rtl-demo #aaaa-1 {
  width: 500px;
}
.rtl-demo #aaaa-1 p {
  width: 1000px;
}
.transitions #examples {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.transitions .aaaa {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.line-break {
  width: 64px;
  height: 1px;
  margin: 15px auto;
  background-color: #feed93;
}

#loadOverlay {
  display: none;
}

/************* Login Modal *************/
#g-login {
  width: 80%;
  cursor: pointer;
  height: 40px;
  color: white;
  margin: 15px auto;
  background: #4285f4;
  transition: all ease-in-out 0.3s;
}
#g-login:hover {
  box-shadow: 0px 0px 4px 3px rgba(66, 133, 244, 0.5);
}
#fb-login {
  width: 80%;
  cursor: pointer;
  height: 40px;
  color: white;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #3b5998;
  transition: all ease-in-out 0.3s;
}
#fb-login:hover {
  box-shadow: 0px 0px 4px 3px rgba(59, 89, 152, 0.5);
}
#g-login span,
#fb-login span {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#fb-login span:first-child {
  float: left;
  background: #fff;
  color: #3b5998;
  height: 38px;
  padding: 7px 13.5px;
  font-size: 20px;
  margin: 1px;
}
#g-login span:first-child {
  float: left;
  background: #fff;
  height: 38px;
  margin: 1px;
}
#show-nav-option,
#show-primary-menu {
  color: white;
  font-size: 20px;
  float: right;
  padding: 16px;
  cursor: pointer;
  display: none;
}
#prompt-box {
  width: 450px;
  background: #eee;
  position: fixed;
  z-index: 99999999;
  padding: 15px 0px 0px;
  height: 160px;
  opacity: 0.95;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  display: none;
  /*overflow-y: hidden;*/
  border-radius: 5px;
  /*overflow-y: scroll;*/
  top: calc(50% - 80px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#prompt-box a {
  width: 100px;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background: #333;
  color: #fff;
  border-radius: 5px;
  margin: 10px 20px;
  transition: all ease-in-out 0.3s;
}
#prompt-box a:hover {
  background: #000;
}
#success-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0px 0px;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  /*overflow-y: hidden;*/
  border-radius: 5px;
  /*overflow-y: scroll;*/
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#error-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0px 0px;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  /*overflow-y: hidden;*/
  border-radius: 5px;
  /*overflow-y: scroll;*/
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#warning-message-box {
  width: 450px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999999;
  padding: 15px 0px 0px;
  height: 100px;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  display: none;
  /*overflow-y: hidden;*/
  border-radius: 5px;
  /*overflow-y: scroll;*/
  top: calc(50% - 50px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#error-message,
#success-message,
#warning-message {
  font-size: 19px;
  padding-top: 5px;
}
#loading-box {
  width: 210px;
  background: white;
  position: fixed;
  z-index: 99999999;
  padding: 15px 0px 0px;
  height: 70px;
  opacity: 0.9;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  display: none;
  /*overflow-y: hidden;*/
  border-radius: 5px;
  /*overflow-y: scroll;*/
  top: calc(50% - 35px);
  left: calc(50% - 105px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#logo {
  display: block;
  margin-top: 4px;
}
#logo img {
  height: 55px;
}

#login-prgrss text,
#booking-prgrss text {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
}
#booking-prgrss svg {
  width: 90%;
}
#login-box {
  width: 500px;
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  text-align: center;
  padding: 35px 0px 0px;
  height: auto;
  display: none;
  overflow: hidden;
  border-radius: 7px;
  top: calc(50% - 270px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#login-box h1 {
  font-weight: 300;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  margin: 0.6em 0;
}
#login-box h2 {
  font-weight: 300;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  margin: 15px !important;
}
#login-box input[type="text"],
#login-box input[type="number"],
#login-box input[type="email"],
#login-box input[type="password"] {
  padding: 10px 16px !important;
  width: 80% !important;
  margin: 10px auto !important;
  float: none !important;
  outline: none !important;
  border: 1px solid #e6e6e6;
  font-family: Montserrat;
  border-radius: 3px;
  height: 50px;
}
#s-phone-cont {
  width: 80%;
  height: 50px;
  margin: 0 auto;
}
#s-phone-cont #s-phone {
  width: 60% !important;
  float: right !important;
}
#s-cc {
  width: 35%;
  padding: 9px;
  color: #777;
  outline: none;
  border: 1px solid #e6e6e6 !important;
  background: white;
  float: left;
  margin: 10px auto;
}
.abcRioButtonIcon {
  padding: 10px !important;
}
.abcRioButton {
  width: 230px !important;
  height: 40px !important;
  margin: 0 auto;
}
.abcRioButtonContents {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 15px !important;
  line-height: 38px !important;
}
.login-social {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin: 10px 0px;
}
#forgot-p,
#chNum {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  margin: 10px auto;
  text-align: left;
  width: 80%;
  font-family: Montserrat;
  text-decoration: none;
}
#fp-box {
  width: 450px;
  background: white;
  position: fixed;
  z-index: 9999991;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0px 0px;
  height: 260px;
  text-align: center;
  display: none;
  /*overflow: hidden;*/
  top: calc(50% - 130px);
  left: calc(50% - 225px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#fp-box input {
  padding: 10px 16px;
  border: none;
  width: 80%;
  margin: 10px 0;
  text-align: left;
  outline: none;
  border: 1px solid #ccc;
}
#fp-c {
  position: relative;
}
#fp-box h1 {
  margin: 10px 0px 30px;
  font-weight: 300;
}
#login-submit,
#signup-submit,
#phone-submit,
#otp-submit,
#gt-dash {
  background: #00bfa5;
  color: white;
  border-bottom: 1px solid #008c79;
  text-decoration: none;
  padding: 12px 22px;
  display: block;
  font-size: 18px;
  width: 80%;
  margin: 29px auto;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  font-family: Montserrat;
}
#login-submit {
  margin: 15px auto 20px auto;
}
#login-submit:hover,
#signup-submit:hover,
#phone-submit:hover,
#otp-submit:hover,
#gt-login:hover {
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#l-usr,
#l-psd {
  margin-top: 20px;
}
a#gt-signup {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 12px 22px;
  border-bottom: 1px solid #000;
  width: 80%;
  font-family: Montserrat;
  display: inline-block;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}
a#gt-signup:hover {
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#signup-login {
  background: #000000;
  width: 100%;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  bottom: 0;
}
#close-box,
#close-eic,
#close-qosp-box,
#close-qosv-box,
#close-payment-box,
#close-be-box,
#close-fp-box,
#close-bd-box,
#close-events-box,
#close-cp-box,
#close-sm-box,
#close-ab-box,
#close-rate-box,
#close-dg,
#close-summ-box {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
#close-qosp-box,
#close-qosv-box {
  display: none;
}
#signup-modal,
#phone-modal,
#otp-modal,
#signup-success-modal {
  display: none;
}
#strike-text {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
#strike-text:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  z-index: -1;
}
#strike-text span {
  background: #fff;
  color: #746868;
  padding: 0 15px;
  font-size: 14px;
}
#login-prgrss {
  text-align: center;
  margin: 16px 0px;
}
#login-prgrss svg:nth-child(even) {
  width: 100px;
}
.request_password_heading {
  font-size: 26px;
  font-family: Montserrat;
  margin: 0px auto;
}
#request-fp {
  background: #00bfa5;
  color: white;
  border-bottom: 1px solid #008c79;
  text-decoration: none;
  padding: 12px 22px;
  display: block;
  font-size: 18px;
  width: 80%;
  margin: 29px auto;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  font-family: Montserrat;
}
.box-footer {
  font-size: 16px;
}

/******* FAQ Page ********/
.faq_main_container {
  margin-top: 65px;
}
.faq_heading {
  background-color: black;
  width: 100%;
  height: 25vh;
  position: relative;
}
.faq_heading_text {
  font-family: Taviraj;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124.4%;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_faq {
  margin: 0 auto;
  padding: 2.8rem;
  margin-top: 65px;
  width: 60%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  color: #1b1a1a;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;

  /* border: 1px solid #03b5d2; */
}
.accordion button .accordion-title {
}
.accordion-title {
  font-family: Taviraj;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 124.4%;
  color: #1b1a1a;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 9px;
  width: 2px;
  height: 16px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 50em;
  transition: all 300ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  margin: 10px;
}
.accordion-content ul li {
  margin-left: 20px;
}
.accordion-content td {
  padding: 5px;
}

@media screen and (min-width: 2300px) {
  .grid-container {
    margin: 0 auto;
  }
}
/* @media screen and (max-width: 1024px) {
  .grid-container {
    grid-column-gap: 24px;
    grid-template-columns: repeat(8, 1fr);
  }
} */

@media (max-width: 768px) {
  .vid__content {
    grid-column: span 4;
  }
  .test_container-1 {
    height: 390px;
  }
  .testimonial {
    width: auto;
  }
  .testimonial_text {
    text-align: center;
    min-height: 275px;
  }
}
@media (max-width: 500px) {
  .testimonial_text {
    text-align: center;
    min-height: 250px;
  }
  .vid__content iframe {
    height: 250px;
  }
  .main__text {
    height: 100vh;
  }
  .accordion-title {
    font-size: 19px;
  }
  .background_video {
    display: none;
  }
  .background_video_container {
    height: 100vh;
    width: 100%;
    /* background-image: url(https://res.cloudinary.com/eventgraphia/image/upload/v1529486142/portfolio-v2/web/Slider/2.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* .container {

    position: relative;
  } */
  #login-box {
    left: 0 !important;
    width: 100% !important;
  }
  .main__test-container {
    width: 95%;
    margin: 0 auto;
  }
  .header__form form {
    margin: 0 auto;
    width: 95%;
  }
  .instagram__pictures {
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(3, 100px);
    justify-content: center;
    margin: 0px auto;
  }
  .instagram__pictures img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
  .ios__link img {
    width: 144px;
  }
  .andriod__link img {
    width: 170px;
  }
  .app__info ul {
    width: 85%;
    margin: 0 auto;
  }
  .navbar__elements div {
    padding: 1.5rem 0.8rem;
  }
  .navbar__logo {
    text-align: center;
  }
  .instagram__pictures {
    width: 100%;
  }

  .app__info h1 {
    text-align: center;
    padding: 0 50px;
  }

  .app__footer {
    margin-top: 25px;
  }
  .why__eventgraphia_container {
    display: none;
  }
}
@media only screen and (min-width: 1229px) {
  /* .showcase .horizontal-images.aaaa {
    width: 1060px;
  } */
}
@media only screen and (min-width: 1629px) {
  /* .showcase .horizontal-images.aaaa {
    width: 700px;
  } */
}
@media screen and (max-width: 600px) {
  .dropdown .dropbtn,
  .topnav a {
    display: none;
  }
  .topnav a.scrolled {
    color: #fff !important;
  }
  header.scrolled {
    background: rgb(226, 226, 226, 0.7);
  }
  .faq_heading_text {
    width: 66%;
  }
  .container_faq {
    width: 90%;
    padding: 0;
  }
  #belowbar {
    height: auto;
  }
  .below-bar {
    flex-direction: column;
  }
  .grid-container {
    grid-column-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
  .featured__on--subtext {
    display: none;
  }
  .navmenu {
    display: inline;
  }
  .testimonial {
    /* padding-left: 50px !important;
    width: 380px !important; */
  }
  .main__test-container {
    padding-top: 256px;
  }
  .main__test-container h1 {
    text-align: center;
    font-size: 20px;
    line-height: 3rem;
  }

  .portfolio__text h1 {
    font-size: 18px;
    line-height: 3rem;
  }

  /* .aaaa {
    padding: 4px;
  } */

  .showcase__content {
    width: 100%;
  }
  .showcase__content h1 {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .accordion-title {
    font-size: 15px;
  }
  .accordion button {
    padding: 7px;
  }
}

.booking__modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.booking__modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

