.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-slider-wrapper {
  height: 100vh;
}

.main-nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  padding-right: 11px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: none;
}

.hero-slider {
  height: 100%;
}

.slide-1 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Banner-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Banner-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/1-Main-Page-Banner-Rajasthan-WEBRES.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/1-Main-Page-Banner-Rajasthan-WEBRES.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo-wrapper {
  display: block;
  height: 17vh;
  min-width: 120px;
  margin-top: 3px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Le-Magnifique-Logo-Red-gold.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-wrapper.w--current {
  height: 12vh;
  background-image: url('../images/lemag-logo.svg');
}

.hero-text {
  font-family: Lato, sans-serif;
  color: #aa8c56;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.jpeg {
  width: 130px;
  height: 130px;
  background-image: url('../images/Invitation-Box.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective-origin: 156% 50%;
  perspective-origin: 156% 50%;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 1px solid #000;
}

.slider-heading {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: -1px;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.slider-button {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Italianno, sans-serif;
  color: #dbc27d;
  font-size: 28px;
  font-weight: 200;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-wrapper.plan {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
}

.navlink:hover {
  color: #fffaec;
}

.navlink.w--current:hover {
  color: #fff5e4;
}

.navlink.plan {
  height: 100%;
  padding: 9px 16px;
  color: #79510e;
  font-weight: 400;
}

.navlink.plan:hover {
  color: #a27d40;
}

.navlink.plan.w--current {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navlink.plan.w--current:hover {
  color: #a27d40;
}

.navlink.drop-down {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 400px;
  background-repeat: repeat, repeat;
}

.ornament {
  width: 150px;
  height: 30px;
  margin-top: 5px;
  background-image: url('../images/ornament2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-head-ornament {
  width: 19px;
  height: 107px;
  background-image: url('../images/ornament4-left.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-head-ornament.right {
  background-image: url('../images/ornament4-right.svg');
  background-position: 0px 50%;
  background-size: contain;
}

.slide-nav {
  display: block;
  font-family: 'Aref Ruqaa', sans-serif;
  color: #dbc27d;
  font-size: 6px;
  line-height: 14px;
}

.slide-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-button-ornament {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/ornament-5right.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-button-ornament.right {
  background-image: url('../images/ornament-5left.svg');
  color: #030201;
}

.slide-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us-ornament {
  width: 30px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Ornament1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-ornament.second {
  width: 227px;
  height: 89px;
  margin-top: -45px;
  background-image: url('../images/ornament2.svg');
}

.section-heading {
  position: relative;
  z-index: 100;
  margin-top: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-weight: 400;
}

.section-heading.contact-page {
  color: #dac198;
}

.section-heading.plan-wedding {
  color: #dbc27d;
}

.section-heading.recentwork {
  color: #dbc27d;
}

.about-us-para {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.about-us-para.second {
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Quicksand, sans-serif;
  color: #a27d40;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.small-underline {
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #dbc27d;
}

.about-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/IB153706-SM511856.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/IB153706-SM511856.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.our-services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.about-image-border {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #dbc27d;
}

.services-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 42px 15% 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.services-link-wrapper.destinations {
  padding-top: 28px;
  padding-right: 17%;
  padding-left: 17%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 236px;
  min-height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dbc27d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.service-link-block:hover {
  border-color: #dac198;
  background-color: rgba(218, 193, 152, 0.16);
  color: #ffecb9;
}

.service-link-block.view-button {
  width: 80%;
  min-height: 41px;
  margin-top: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #a27d40;
  color: #a27d40;
}

.wedding-location-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.destination-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  margin-bottom: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Indian-destinations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Indian-destinations.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.destination-link-wrapper:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/Indian-destinations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/Indian-destinations.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.destination-link-wrapper.international {
  height: 500px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.35))), url('../images/Intenational-destinations.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35)), url('../images/Intenational-destinations.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 72px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 400px;
}

.destination-link-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #dbc27d;
}

.destination-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.destination-link-label {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.explore-text {
  margin-bottom: -6px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Italianno, sans-serif;
  color: #dbc27d;
  font-size: 26px;
}

.explore-text.view-gallery {
  color: #a27d40;
}

.plan-your-wedding-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Plan-Your-Wedding---Banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Plan-Your-Wedding---Banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  font-family: Italianno, sans-serif;
  color: #dbc27d;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.plan-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.plan-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #f3e8d6;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.plan-links:hover {
  color: #dac198;
}

.plan-links.w--current {
  color: #dbc27d;
}

.plan-links.scroller {
  padding-right: 19px;
  padding-left: 19px;
  font-family: Italianno, sans-serif;
  color: #dbc27d;
  font-size: 19px;
  letter-spacing: 1px;
}

.plan-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2d3bb;
}

.plan-nav-bar.homepage {
  z-index: 1000;
  margin-top: -50px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #79510e;
  text-decoration: none;
}

.banner-main-label {
  margin-bottom: 20px;
  padding: 4px 16px 13px;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 34px;
  font-weight: 400;
}

.plan-wedding-services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 400px;
}

.plan-wedding-services-section.choreographers {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-section-header {
  margin-top: 0px;
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.services-section-para {
  width: 50%;
  font-family: Quicksand, sans-serif;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.services-section-ornament {
  width: 45px;
  height: 40px;
  margin-bottom: 10px;
  background-image: url('../images/Ornament1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-section-image {
  height: 500px;
  margin-top: 120px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/3-Bride--Groom-Designer-Wear.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.services-section-image.wedding-invites-img {
  background-image: url('../images/4--Bespoke-Wedding-Invites.jpg');
  background-size: cover;
}

.services-section-image.make-up-img {
  background-image: url('../images/5--Bridal-Makeup--Hair.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section-image.photgrapher-img {
  background-image: url('../images/6--Wedding-Photographer.jpg');
  background-size: cover;
}

.services-section-image.decor-img {
  background-image: url('../images/7-Wedding-Decor.jpg');
  background-size: cover;
}

.services-section-image.mandap-img {
  background-image: url('../images/IB153706-SM413080.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.services-section-image.lighting-img {
  background-image: url('../images/8--Floral-Designs--Lighting.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-section-image.dance-floor-img {
  background-image: url('../images/IB153706-SM387104.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.services-section-image.heritage-img {
  background-image: url('../images/heritage-img.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section-image.catering-img {
  background-image: url('../images/catering-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section-image.celebrity-img {
  background-image: url('../images/9--Celebrity-Wedding-Performers.jpg');
  background-size: cover;
}

.services-section-image.logistics-img {
  background-image: url('../images/10--Entire-Logistic.jpg');
  background-size: cover;
}

.services-section-image.honeymoon-img {
  background-image: url('../images/honeymoon-img.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo {
  width: 300px;
  height: 216px;
  margin-right: 87px;
  background-image: url('../images/lemag-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.menu-dropdown.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.drop-icon {
  margin-right: -1px;
}

.menu-dropdown-list.w--open {
  top: -8px;
  right: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 97px;
  padding-top: 0px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.51);
}

.menu-dropdown-list.plan.w--open {
  top: 0px;
  right: -7px;
  margin-top: 43px;
  margin-left: -5px;
  background-color: #fff7e0;
}

.destination-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 400px;
}

.destination-page-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Cinzel, sans-serif;
  color: #dac198;
  font-size: 26px;
  font-weight: 400;
}

.destination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.destination-wrapper.reverse-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.destination-wrapper.indonesia {
  height: 100vh;
}

.left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 213, 188, 0.84)), to(rgba(228, 213, 188, 0.84))), url('../images/background-1.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(228, 213, 188, 0.84), rgba(228, 213, 188, 0.84)), url('../images/background-1.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 400px, auto;
}

.right-div.reverse {
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/background-1.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/background-1.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 400px, auto;
}

.destination-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/11--Udaipur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.destination-image.jaipur {
  background-image: url('../images/12-Jaipur.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.destination-image.jodhpur {
  background-image: url('../images/13-Jodhpur.jpg');
  background-size: cover;
}

.destination-image.jaisalmer {
  background-image: url('../images/14--Jaisalmer.jpg');
}

.destination-image.goa {
  background-image: url('../images/15--GOA.jpg');
}

.destination-image.kerala {
  background-image: url('../images/16--Kerala.jpg');
}

.destination-image.agra {
  background-image: url('../images/17--AGRA.jpg');
}

.destination-image.andaman {
  background-image: url('../images/18--Andaman--Nicobar-Islands.jpg');
}

.destination-image.indonesia {
  background-image: url('../images/19--Indonesia.jpg');
}

.destination-image.srilanka {
  background-image: url('../images/20--Srilanka.jpg');
}

.destination-image.thailand {
  background-image: url('../images/21--Thailand.jpg');
}

.destination-image.maldives {
  background-image: url('../images/22--Maldives.jpg');
}

.destination-label {
  margin-top: 0px;
  font-family: Cinzel, sans-serif;
  color: #a27d40;
  font-weight: 400;
}

.destination-para {
  font-family: Quicksand, sans-serif;
  color: #a27d40;
  text-align: justify;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px none #dac198;
}

.footer-links {
  font-family: Cinzel, sans-serif;
  color: #a27d40;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer-links.label {
  padding-right: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Quicksand, sans-serif;
  color: #c4ab82;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
}

.footer-links.label.contact-page {
  color: #c4ab82;
}

.footer-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fooer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-label {
  margin-bottom: 9px;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.input-field {
  margin-bottom: 0px;
  border: 1px solid #dac198;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  text-align: left;
}

.form-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-submit-button {
  background-color: #dac198;
  font-family: Cinzel, sans-serif;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.form-sub-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #c4ab82;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.footer-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact-wrapper.contact-page {
  margin-top: 20px;
  margin-bottom: -6px;
}

.sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbc27d;
  border-radius: 100px;
  background-color: transparent;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #c4ab82;
  font-size: 18px;
  text-decoration: none;
}

.scroller-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.seperator {
  width: 1px;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/1-Main-Page-Banner-Indonesia-WEBRES.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/1-Main-Page-Banner-Indonesia-WEBRES.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/1-Main-Page-Banner-SRILANKA-WEBRES.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/1-Main-Page-Banner-SRILANKA-WEBRES.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Contact-Us.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Contact-Us.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.contact-page-para.sub {
  font-size: 15px;
}

.contact-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 107px;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3f2f0;
}

.contact-form-wrapper {
  margin-bottom: 0px;
}

.contact-input-field {
  margin-bottom: 23px;
  padding-bottom: 14px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dac198;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-form-submit-button {
  width: 80px;
  height: 80px;
  margin-bottom: -33px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #f3f2f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-weight: 400;
}

.contact-form-submit-button:hover {
  background-color: #ece5d2;
  color: #a27d40;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: -34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #f3f2f0;
  font-family: Cinzel, sans-serif;
  color: #c4ab82;
  font-weight: 400;
  text-align: center;
}

.contact-form-sub-label {
  margin-top: -18px;
  margin-bottom: 23px;
  font-family: Cinzel, sans-serif;
  font-size: 13px;
  text-align: center;
}

.footer-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.copyright-text {
  font-family: Quicksand, sans-serif;
  color: #c4ab82;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-sub-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adore-int-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 20px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/symbols_gold_on_white_bevelled.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link-2 {
  margin-left: 5px;
  color: #b69d76;
}

.logo-icon {
  width: 27px;
  height: 27px;
  margin-right: 4px;
  padding-left: 4px;
  background-image: url('../images/logo-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.test-slidewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), to(transparent)), url('../images/Screenshot-2020-04-20-at-12.08.52-AM.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent), url('../images/Screenshot-2020-04-20-at-12.08.52-AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.video-wrapper.second {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), to(transparent)), url('../images/Screen-Shot-2017-12-21-at-4.09.28-AM.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent), url('../images/Screen-Shot-2017-12-21-at-4.09.28-AM.png');
  cursor: pointer;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.72);
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 40px;
  line-height: 12px;
  text-decoration: none;
}

.testimonial-slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-left: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #607d8b;
  font-size: 15px;
}

.testimonial-slide-arrow.hidden {
  display: none;
}

.testimonial-quote {
  margin-top: 9px;
  font-family: Cinzel, sans-serif;
  color: #a27d40;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.slide-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.23);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.slide-icon:hover {
  background-color: #00bfa5;
  box-shadow: -4px 4px 13px 0 rgba(0, 191, 165, 0.57);
}

.test-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.test-slider {
  width: 100vw;
  height: 500px;
  background-color: transparent;
}

.small-line {
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #00bcd4;
}

.small-line.white {
  background-color: #fff;
}

.testimonials-clientsname {
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.video-close-button {
  position: absolute;
  left: -19px;
  top: -15px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0px 0px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #79510e;
  font-family: Lato, sans-serif;
  color: #dbc27d;
  font-size: 24px;
  cursor: pointer;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 8px 41px 0 rgba(0, 0, 0, 0.16);
}

.section-heading-2 {
  margin-bottom: 20px;
}

.section-heading-2.centered {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading-2.centered.white {
  font-family: Cinzel, sans-serif;
  color: #dbc27d;
}

.testvideo-modal-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.74);
  opacity: 0;
}

.test-video-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.83);
  opacity: 1;
}

.test-video-wrapper {
  position: relative;
  width: 80%;
  height: 80%;
}

.right-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.37);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.right-arrow-icon:hover {
  background-color: #00bfa5;
  box-shadow: 4px 4px 13px 0 rgba(0, 191, 165, 0.57);
  color: #fff;
}

.testimonial-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.private-event-page-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.92))), url('../images/10-Years-Celebration13.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.92)), url('../images/10-Years-Celebration13.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.private-event-page-banner.grover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.36))), url('../images/2_MG_7090.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.36)), url('../images/2_MG_7090.jpg');
  background-position: 0px 0px, 50% 83%;
}

.page-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  margin-bottom: 5px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-page-banner-sub-label {
  margin-top: 50px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #dbc27d;
  font-family: Cinzel, sans-serif;
  color: #c1a059;
  font-weight: 400;
  text-align: left;
}

.event-page-banner-label {
  margin-top: 12px;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Cinzel, sans-serif;
  color: #dac198;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.event-page-description {
  margin-top: 4px;
  padding: 9px 5px;
  font-family: Quicksand, sans-serif;
  color: #a27d40;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.lightbox-link {
  margin: 0px 0px 1px 1px;
}

.div-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.75))), url('../images/1_MG_7083.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.75)), url('../images/1_MG_7083.jpg');
}

.wedding-video-lb {
  width: 60%;
  height: 500px;
  margin-top: 58px;
  margin-bottom: 58px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.thumbnail-img.hide {
  display: none;
}

html.w-mod-js *[data-ix="expandale-links-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="sticky-menu"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (min-width: 1440px) {
  .logo-wrapper.w--current {
    min-width: 180px;
  }
  .about-section {
    min-height: auto;
  }
  .wedding-location-section {
    padding-top: 40px;
  }
  .destination-link-wrapper.international {
    margin-top: 50px;
  }
  .video-wrapper {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), to(transparent)), url('../images/Video-thumbnail.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent), url('../images/Video-thumbnail.jpg');
  }
  .test-slider {
    height: 600px;
  }
  .wedding-video-lb {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .main-nav-bar {
    padding-right: 0px;
    padding-left: 9px;
  }
  .logo-wrapper.w--current {
    min-width: 100px;
    margin-top: 5px;
  }
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .navlink.w--current {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
    line-height: 18px;
  }
  .navlink.plan {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 9px;
  }
  .section-heading {
    font-size: 28px;
  }
  .about-us-para {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .about-us-para.second {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .service-link-block {
    font-size: 14px;
  }
  .footer-section {
    padding-right: 43px;
    padding-left: 17px;
  }
  .explore-text.view-gallery {
    font-size: 26px;
  }
  .plan-links.scroller {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 17px;
    letter-spacing: 0px;
  }
  .footer-logo {
    width: 500px;
    margin-right: 18px;
  }
  .drop-icon {
    display: none;
  }
  .destination-wrapper {
    height: 90vh;
  }
  .right-div {
    padding: 23px 14px;
  }
  .right-div.reverse {
    padding-right: 42px;
    padding-left: 42px;
  }
  .destination-para {
    font-size: 13px;
    line-height: 15px;
  }
  .footer-link-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
  }
  .footer-links.label {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
  .form-label {
    font-size: 16px;
  }
  .form-submit-button {
    font-size: 13px;
  }
  .form-sub-label {
    font-size: 10px;
    line-height: 12px;
  }
  .footer-contact-wrapper {
    margin-bottom: 9px;
  }
  .footer-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .copyright-text {
    font-size: 8px;
  }
  .testimonial-slide-arrow {
    width: 15%;
  }
  .testimonial-quote {
    font-size: 15px;
  }
  .testimonial-wrapper {
    width: 70%;
  }
  .right-arrow-icon {
    margin-right: 2px;
  }
  .testimonial-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wedding-video-lb {
    width: 90%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .flex-body {
    overflow: hidden;
    width: 100vw;
  }
  .hero-slider-wrapper {
    height: 80vh;
  }
  .main-nav-bar {
    padding-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-content-wrapper {
    padding-bottom: 51px;
  }
  .slider-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .slide-head-ornament {
    height: 73px;
  }
  .section-heading {
    font-size: 26px;
  }
  .about-us-para {
    width: 96%;
  }
  .about-us-para.second {
    width: 74%;
  }
  .about-image {
    padding-bottom: 17px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .services-link-wrapper {
    padding: 20px 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .service-link-block {
    width: 166px;
    min-height: 43px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 18px;
  }
  .footer-section {
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .plan-your-wedding-banner {
    margin-top: auto;
  }
  .plan-link-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .plan-links {
    font-size: 13px;
  }
  .banner-main-label {
    margin-top: 17px;
    margin-bottom: 0px;
  }
  .plan-wedding-services-section {
    padding-top: 42px;
  }
  .services-section-para {
    width: 75%;
  }
  .services-section-image {
    height: 300px;
    margin-top: 64px;
  }
  .services-section-image.make-up-img {
    margin-top: 64px;
  }
  .footer-logo {
    width: 200px;
    height: 200px;
    margin-right: 0px;
  }
  .drop-icon {
    position: static;
    margin-left: 5px;
  }
  .destination-banner {
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .destination-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .destination-wrapper.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .destination-wrapper.indonesia {
    height: auto;
  }
  .left-div {
    width: 100%;
    height: 60vh;
  }
  .right-div {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-link-wrapper {
    margin-top: 23px;
    margin-bottom: 23px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer-links.label {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #bea274;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .form-label {
    color: #a27d40;
  }
  .form-footer {
    margin-top: 38px;
  }
  .form-sub-label {
    color: #a27d40;
  }
  .footer-contact-wrapper {
    margin-bottom: 16px;
  }
  .page-banner {
    margin-top: 0px;
  }
  .contact-form-container {
    width: 97%;
  }
  .footer-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-text {
    color: #a27d40;
  }
  .footer-sub-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .mobile-menu-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 0%;
    height: 100vh;
    padding-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.96), rgba(252, 231, 198, 0.98)), url('../images/background-1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
  }
  .mobile-menu-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    background-image: url('../images/Le-Magnifique-Logo-Red-gold_1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobile-menu-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(196, 171, 130, 0.37);
    font-family: Cinzel, sans-serif;
    color: #79510e;
    text-decoration: none;
  }
  .mobile-menu-link.w--current {
    font-size: 12px;
  }
  .mobile-menu-link.dropdown {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-menu-link.close {
    width: 70px;
    height: 70px;
    margin-top: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(162, 125, 64, 0.23);
    border-radius: 100px;
    background-color: #f3e7c7;
    line-height: 14px;
  }
  .mobile-menu-link.plan {
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #79510e;
    font-size: 12px;
  }
  .mobile-menu-link.text {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .mobile-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-text {
    position: static;
  }
  .mobile-dropdown-list.w--open {
    margin-top: 89px;
  }
  .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #a27d40;
    font-size: 18px;
    font-weight: 400;
  }
  .mobile-nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 125, 64, 0.15)), to(rgba(162, 125, 64, 0.15)));
    background-image: linear-gradient(180deg, rgba(162, 125, 64, 0.15), rgba(162, 125, 64, 0.15));
  }
  .mobile-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    overflow: hidden;
    width: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .expandable-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(196, 171, 130, 0.37);
  }
  .expandable-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-line {
    width: 7px;
    height: 1px;
    margin-top: 3px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #79510e;
  }
  .testimonial-slide-arrow {
    width: 10%;
  }
  .testimonial-quote {
    font-size: 16px;
    line-height: 19px;
  }
  .testimonial-wrapper {
    width: 90%;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.testimonials {
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }
  .page-body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wedding-video-lb {
    height: 300px;
    margin-top: 33px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider-wrapper {
    height: 80vh;
  }
  .main-nav-bar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/Banner-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/Banner-1.jpg');
    background-position: 0px 0px, 20% 50%;
  }
  .logo-wrapper.w--current {
    min-width: 100px;
  }
  .slide-content-wrapper {
    padding-bottom: 83px;
  }
  .slider-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .section-heading {
    font-size: 24px;
  }
  .about-us-para {
    width: 90%;
    font-size: 11px;
    line-height: 14px;
  }
  .about-us-para.second {
    width: 90%;
    font-size: 11px;
    line-height: 14px;
  }
  .services-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .services-link-wrapper.destinations {
    padding-right: 5%;
    padding-left: 5%;
  }
  .service-link-block {
    width: auto;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .service-link-block.view-button {
    width: 100%;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .plan-your-wedding-banner {
    margin-top: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .plan-link-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .plan-links {
    min-width: 100px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .plan-links.w--current {
    min-width: 100px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .plan-links.scroller {
    margin-bottom: 16px;
  }
  .banner-main-label {
    padding-bottom: 4px;
    font-size: 20px;
  }
  .plan-wedding-services-section {
    padding-top: 32px;
  }
  .services-section-header {
    font-size: 20px;
  }
  .services-section-para {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }
  .services-section-ornament {
    width: 30px;
    height: 25px;
  }
  .services-section-image {
    height: 350px;
    margin-top: 50px;
  }
  .services-section-image.honeymoon-img {
    background-position: -28px 0px;
  }
  .footer-logo {
    margin-right: 0px;
    margin-bottom: 29px;
  }
  .destination-banner {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .destination-page-label {
    color: #a27d40;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }
  .left-div {
    height: 60vh;
  }
  .right-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .right-div.reverse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .destination-label {
    font-size: 20px;
  }
  .destination-para {
    font-size: 12px;
    line-height: 16px;
  }
  .form-footer {
    margin-top: 31px;
  }
  .footer-contact-wrapper {
    margin-bottom: 10px;
  }
  .scroller-button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-menu-link.close {
    width: 50px;
    height: 50px;
  }
  .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    margin-right: 9px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #bb985f;
    text-align: center;
  }
  .video-wrapper {
    width: 100%;
  }
  .play-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .testimonial-slide-arrow {
    width: 64px;
  }
  .testimonial-quote {
    margin-top: 5px;
    margin-bottom: -1px;
  }
  .testimonial-wrapper {
    width: 90%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-block {
    width: 100%;
    height: auto;
    padding-top: 23px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .section.testimonials {
    height: auto;
    padding-top: 19px;
    padding-bottom: 7px;
  }
  .private-event-page-banner {
    height: 25vh;
  }
  .page-body {
    margin-top: -76px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .event-page-banner-sub-label {
    padding-left: 7px;
  }
  .event-page-banner-label {
    padding-right: 10px;
    padding-left: 7px;
    font-size: 20px;
  }
  .event-page-description {
    padding-right: 13px;
    padding-left: 13px;
  }
  .lightbox-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wedding-video-lb {
    height: 200px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}