.brand {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 15px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 16px;
  text-align: left;
}

.brand.mobile {
  display: none;
}

.container {
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  float: none;
  -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: hsla(0, 0%, 100%, 0);
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #2c2c2c;
}

.section {
  display: none;
  width: 100%;
  height: 1000px;
}

.div-block {
  display: inline-block;
  width: 50%;
  height: 600px;
}

.hero-media {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1000px;
  float: left;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.hero-media.wedding {
  height: 1000px;
  background-image: none;
}

.nav-link {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 6px 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #25b0f0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #a5a5a5;
}

.nav-link.left {
  margin-left: auto;
  border-bottom-style: solid;
}

.nav-link.right {
  margin-right: auto;
}

.nav-link.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-style: none;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: rgba(0, 0, 0, .5);
}

.background-video {
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(45, 54, 59, .5), rgba(45, 54, 59, .5));
  background-image: linear-gradient(180deg, rgba(45, 54, 59, .5), rgba(45, 54, 59, .5));
}

.background-video-2 {
  height: 800px;
}

.section-2 {
  height: auto;
  margin-top: 20px;
  background-color: #1f1f1f;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.left-header {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 3px solid #fff;
}

.right-header {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: 3px solid #fff;
}

.div-block-3 {
  width: 470px;
  height: 800px;
  float: right;
}

.left-hero-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1000px;
  padding: 302px 50px 75px;
  float: right;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.paragraph {
  background-color: #4c7ea0;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
}

.right-hero-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1000px;
  padding: 300px 50px 75px;
  float: left;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0px 0px;
  background-size: auto;
}

.html-embed {
  height: 800px;
  font-size: 60px;
}

.div-block-4 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 160px;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #fff;
}

.div-block-4.weddings {
  border-style: none;
}

.heading {
  margin-bottom: 20px;
  padding-right: 17px;
  padding-left: 17px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading.weddings {
  height: 160px;
  margin-top: 50px;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: none;
}

.button {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-bottom: 100px;
  -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(37, 176, 240, .77);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.go-wed {
  background-color: rgba(240, 37, 199, .63);
}

.paragraph-2 {
  position: relative;
  z-index: 999;
  width: 500px;
  padding-right: 20px;
  padding-left: 20px;
  color: #eee;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.paragraph-2._50p {
  display: inline-block;
  width: 50%;
}

.paragraph-2._50p.dark {
  float: left;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
}

.image {
  padding: 16px 15px 20px;
  border-radius: 20px;
  background-color: transparent;
}

.footer {
  height: auto;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}

.container-2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-section {
  display: inline-block;
  width: 25%;
  height: 200px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid hsla(0, 0%, 100%, .13);
  text-align: center;
}

.footer-section.left {
  border-left: 2px solid hsla(0, 0%, 100%, .13);
}

.heading-2 {
  display: inline-block;
  margin: 0px auto 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: none;
  border-bottom: 2px solid #25b0f0;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.div-block-5 {
  display: inline-block;
  margin-top: 36px;
  margin-right: 30px;
  float: right;
}

.nav-contact {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.nav-contact.heading-topnav {
  color: #25b0f0;
}

.map {
  height: 600px;
}

.div-block-6 {
  display: inline-block;
}

.div-50 {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 940px;
  float: none;
  font-family: 'Open Sans', sans-serif;
}

.form-block {
  margin-right: 0px;
  margin-left: 0px;
}

.form {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.left-field {
  display: inline-block;
  width: 49%;
  border: 1px solid #000;
}

.right-field {
  display: inline-block;
  width: 49%;
  border: 1px solid #000;
  color: #000;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.textarea {
  border: 1px solid #000;
}

.submit-button {
  display: block;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #25b0f0;
}

.submit-button.awaz-wedding-exhibition-button {
  background-color: rgba(240, 37, 199, .63);
}

.form-header {
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 40px;
  border-bottom: 2px solid #25b0f0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.form-header.grey {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-bottom: 2px solid #25b0f0;
  color: #2c2c2c;
  font-weight: 800;
}

.form-header.grey.smaller {
  padding-top: 0px;
  font-size: 20px;
  line-height: 34px;
}

.form-header.grey.bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  border-bottom-style: none;
  color: #fff;
}

.form-header.awaz-wedding-exhibition {
  border-bottom-color: rgba(240, 37, 199, .63);
  color: #383838;
}

.form-header.awaz-wedding-exhibition.white {
  color: #fff;
}

.form-header.awaz-wedding-exhibition.smaller {
  padding-top: 0px;
  font-size: 20px;
  line-height: 34px;
}

.form-header.awaz-wedding-exhibition.smaller.nospace {
  margin-bottom: 7px;
}

.form-header.awaz-wedding-exhibition.smaller.blue-underline {
  border-bottom-color: #25b0f0;
}

.div-block-8 {
  height: 200px;
  margin-right: 30px;
  margin-left: 30px;
}

.contact-details {
  color: #f0f0f0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.section-3 {
  padding-top: 10px;
  padding-bottom: 80px;
  text-align: center;
}

.section-3.vid-bg {
  padding-bottom: 80px;
  background-color: transparent;
}

.background-video-3 {
  position: relative;
  height: 570px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.collection-list-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.collection-item {
  overflow: hidden;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.div-block-9 {
  height: 160px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-3 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(37, 176, 240, .62);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  background-color: #fff;
  text-align: center;
}

.paragraph-3 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.div-block-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
}

.div-block-11 {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item-2 {
  width: 40%;
  height: 400px;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30%;
  height: 370px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-header-new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-header-new.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.div-block-12.eid-bazzar {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/eid-poster.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/eid-poster.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.div-block-12.comedy {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/A6_Comedy.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/A6_Comedy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-12.haberjan-mann {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Concert-Poster.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Concert-Poster.jpg');
  background-size: auto, cover;
}

.div-block-13 {
  height: 150px;
}

.div-block-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.heading-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 20px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-5 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 21px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.heading-5.date {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 0px;
  padding-bottom: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(240, 37, 199, .63);
}

.heading-5.location {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-4 {
  height: 400px;
}

.background-video-4 {
  height: 400px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-5 {
  height: auto;
  padding-bottom: 40px;
  text-align: center;
}

.container-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-15 {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}

.large-message {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.slide {
  position: relative;
  display: inline-block;
  width: 25%;
}

.mask {
  width: 25%;
}

.slide-2 {
  display: inline-block;
}

.slide-3 {
  width: 25%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slide-4 {
  width: 25%;
}

.slide-5 {
  width: 25%;
}

.slide-6 {
  width: 25%;
}

.slide-7 {
  width: 25%;
}

.slide-8 {
  width: 25%;
}

.slide-9 {
  width: 25%;
}

.slide-10 {
  width: 25%;
}

.background-video-5 {
  height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.slider {
  height: 200px;
  margin-bottom: 70px;
  background-color: transparent;
}

.div-block-16 {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-17 {
  display: inline-block;
  overflow: hidden;
  width: 50%;
}

.div-block-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Magazine-Mock-up-08.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Magazine-Mock-up-08.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-19 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-2 {
  margin-top: 40px;
  background-color: #2c2c2c;
  font-family: 'Open Sans', sans-serif;
}

.html-embed-2 {
  margin-bottom: 52px;
  color: red;
  font-size: 88px;
  line-height: 88px;
  text-align: center;
}

.div-block-20 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.button-3 {
  display: block;
}

.footer-heading-div {
  width: 100%;
  float: none;
}

.button-4 {
  display: block;
  width: 100%;
  float: left;
}

.sitemap-footer-button {
  display: block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  float: left;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.link-block {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-decoration: none;
}

.text-block {
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.text-block._333 {
  color: #333;
  text-transform: uppercase;
}

.div-block-21 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.collection-list-wrapper-2 {
  max-width: 1200px;
  min-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.section-6 {
  height: 500px;
}

.section-7 {
  padding-bottom: 35px;
  background-color: #fff;
  text-align: center;
}

.background-video-6 {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.map-2 {
  height: 600px;
}

.paragraph-4 {
  display: inline-block;
  width: 50%;
  padding-right: 33px;
  padding-left: 33px;
  text-align: justify;
}

.div-block-22 {
  display: inline-block;
  width: 50%;
  height: 430px;
  float: right;
}

.container-4 {
  padding-bottom: 40px;
}

.link-block-2 {
  display: block;
  width: 80%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-2 {
  padding: 5px;
  float: left;
  border-radius: 200px;
  background-color: #0098ff;
}

.image-3 {
  padding: 5px;
  float: left;
  border-radius: 200px;
  background-color: #0098ff;
}

.heading-6 {
  margin-left: 20px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #383838;
}

.paragraph-5 {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.section-8 {
  padding-bottom: 35px;
}

.section-9 {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/received_1115238541850051.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/received_1115238541850051.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-9.comedy {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/comedy-shows.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/comedy-shows.jpg');
  background-position: 0px 0px, 50% 50%;
}

.awaz-wedding-exhibition-spacer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  margin-bottom: 20px;
  -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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/awaz-wedding-exhibition-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/awaz-wedding-exhibition-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 100px;
  -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: 3px solid #fff;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-image-div {
  width: 300px;
  height: 200px;
  margin: 0px 25px 20px auto;
  float: left;
  background-image: url('../images/449.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-image-div.bazaar {
  width: 200px;
  margin-bottom: 30px;
  background-image: url('../images/eid-poster.jpg');
}

.section-image-div.concerts {
  width: 200px;
  background-image: url('../images/Concert-Poster.jpg');
}

.section-image-div.comedy {
  background-image: url('../images/A6_Comedy.jpg');
}

.container-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.div-block-24 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/awaz-wedding-exhibition-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/awaz-wedding-exhibition-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.html-embed-3 {
  margin-bottom: 30px;
}

.div-block-25 {
  height: auto;
  margin-top: 0px;
  background-color: #fff;
}

.div-block-25.white {
  height: 30px;
  margin-top: 25px;
  background-color: #666;
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #969696;
}

.gototaylor {
  display: inline-block;
}

.link-block-3 {
  margin-left: 13px;
}

.image-4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.container-6 {
  padding-top: 0px;
  text-align: center;
}

._50p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 200px;
  float: right;
  -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;
}

.div-block-26 {
  text-align: left;
}

.div-block-27 {
  text-align: left;
}

.icon-2 {
  float: none;
  color: #fff;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, .5);
}

.image-5 {
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-5.id-logo {
  width: 40%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 150px;
  height: 150px;
  border-radius: 250px;
}

.link {
  color: #757575;
  text-decoration: none;
}

.dropdown-toggle {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-toggle-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.section-10 {
  height: 800px;
}

.slider-2 {
  height: 800px;
}

.slide-11 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/wedding-asian-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/wedding-asian-background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-11.first-slide {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/desktop-hero-bg.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/desktop-hero-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-12 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Asian-Wedding-Magazine-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Asian-Wedding-Magazine-BG.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide-12.advertise {
  background-image: url('../images/advertising-header.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: url('../images/advertising-header.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-position: 100% 50%, 0px 0px;
  background-size: cover, auto;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  float: left;
  -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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/322410002_f4aaeea155_z.jpg'), -webkit-linear-gradient(270deg, rgba(240, 37, 199, .15), rgba(240, 37, 199, .15));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/322410002_f4aaeea155_z.jpg'), linear-gradient(180deg, rgba(240, 37, 199, .15), rgba(240, 37, 199, .15));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 1000px, auto;
}

.link-block-4:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, .63)), url('../images/322410002_f4aaeea155_z.jpg'), -webkit-linear-gradient(270deg, rgba(240, 37, 199, .15), rgba(240, 37, 199, .15));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, .63)), url('../images/322410002_f4aaeea155_z.jpg'), linear-gradient(180deg, rgba(240, 37, 199, .15), rgba(240, 37, 199, .15));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 1000px, auto;
}

.link-block-4.wedding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/asianwedding.jpg'), -webkit-linear-gradient(270deg, rgba(37, 176, 240, .1), rgba(37, 176, 240, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/asianwedding.jpg'), linear-gradient(180deg, rgba(37, 176, 240, .1), rgba(37, 176, 240, .1));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  text-decoration: none;
}

.link-block-4.wedding:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .67), hsla(0, 0%, 100%, .67)), url('../images/asianwedding.jpg'), -webkit-linear-gradient(270deg, rgba(37, 176, 240, .1), rgba(37, 176, 240, .1));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .67), hsla(0, 0%, 100%, .67)), url('../images/asianwedding.jpg'), linear-gradient(180deg, rgba(37, 176, 240, .1), rgba(37, 176, 240, .1));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.section-11 {
  height: 200px;
  padding-top: 30px;
}

.div-block-29 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-30 {
  position: relative;
  height: 800px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-right-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-right: 16px;
  padding-bottom: 41px;
  float: right;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.bottom-right-text.left {
  left: 0px;
  right: auto;
  bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.bottom-right-text.top {
  top: 0px;
  right: 0px;
  bottom: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 33px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(37, 176, 240, .59);
}

.heading-8 {
  font-family: Varela, sans-serif;
  color: #ebebeb;
  text-align: right;
  text-transform: uppercase;
}

.heading-8.grey {
  margin-top: 0px;
  padding: 25px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #333;
  text-align: left;
}

.image-8 {
  text-align: right;
}

.heading-9 {
  margin-top: 0px;
  font-family: Varela, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.heading-9.grey {
  color: #6d6d6d;
}

.div-block-31 {
  width: 200px;
  height: auto;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.heading-10 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #505050;
  text-decoration: none;
  text-transform: uppercase;
}

.button-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -27px;
  display: none;
  background-image: -webkit-linear-gradient(270deg, #272727, #272727), url('../images/gold-metallic.jpg');
  background-image: linear-gradient(180deg, #272727, #272727), url('../images/gold-metallic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.button-5.white {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/gold-metallic.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/gold-metallic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #202020;
}

.section-12 {
  margin-top: 20px;
  background-color: #1d1d1d;
}

.section-12.ipad {
  display: none;
}

.section-12.landscape {
  display: none;
}

.section-12.iphone {
  display: none;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1200px;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -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;
}

.collection-list-3.ladscape {
  display: none;
}

.collection-item-3 {
  width: 24%;
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper-3 {
  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-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;
}

.collection-list-wrapper-3.portrait {
  display: none;
}

.div-block-32 {
  width: 100%;
  height: 160px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, rgba(37, 176, 240, .73), rgba(37, 176, 240, .73));
  background-image: linear-gradient(180deg, rgba(37, 176, 240, .73), rgba(37, 176, 240, .73));
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-11.location {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.heading-11.title {
  margin-bottom: 30px;
}

.empty-state {
  background-color: transparent;
}

.div-block-33 {
  margin-top: 23px;
}

.paragraph-6 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph-6:hover {
  background-color: #afd2ff;
}

.div-block-34 {
  height: 600px;
  background-image: url('../images/wedding-header-new.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.collection-list-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-9 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.link-block-5 {
  margin-bottom: 30px;
}

.background-video-7 {
  margin-bottom: 20px;
}

.background-video-8 {
  margin-bottom: 20px;
}

.background-video-9 {
  margin-bottom: 20px;
}

.button-6 {
  background-color: #25b0f0;
  font-family: Varela, sans-serif;
  text-transform: uppercase;
}

.container-7 {
  height: auto;
  padding-bottom: 30px;
}

.image-10 {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 30px;
}

.container-8 {
  height: auto;
  margin-bottom: 30px;
}

.image-11 {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

.div-block-35 {
  position: relative;
  height: 1000px;
  margin-top: 130px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-7 {
  margin-top: 11px;
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-size: 20px;
  line-height: 26px;
}

.image-12 {
  width: 100%;
  margin-right: 2%;
  margin-left: 2%;
}

.lightbox-link {
  overflow: hidden;
  width: 21%;
  margin-right: 2%;
  margin-bottom: 23px;
  margin-left: 2%;
}

.empty-state-2 {
  display: none;
}

.twitterfacebook {
  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;
}

.link-block-6 {
  margin-right: 10px;
}

.recaptcha {
  margin-right: auto;
  margin-left: auto;
}

.hero-800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-right: 167px;
  padding-left: 167px;
  -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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

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

.link-block-7 {
  padding-right: 10px;
  padding-left: 10px;
  color: #c05757;
  text-decoration: none;
}

.div-block-36 {
  text-align: left;
}

.section-13 {
  padding-bottom: 60px;
}

.section-13.dim-grey {
  background-color: #1d1d1d;
}

.div-block-37 {
  height: 180px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._33p {
  display: inline-block;
  width: 29%;
  height: auto;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-14 {
  height: auto;
}

.dropdown {
  display: none;
}

.container-10 {
  display: block;
  text-align: center;
}

.btn {
  margin-top: 30px;
  border: 2px solid #3d444e;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #535353;
  font-size: 20px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.form-2 {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.h1 {
  display: block;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 18px;
  float: none;
  border-bottom: 1px none #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h1.white {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.container-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-40 {
  display: block;
  text-align: center;
}

.recaptcha-2 {
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="bg-image-move"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="bg-image-move-2"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="asset-load"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .brand {
    display: none;
  }
  .brand.mobile {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    text-align: center;
  }
  .container {
    display: inline-block;
    float: right;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    padding-top: 93px;
    background-image: -webkit-linear-gradient(270deg, #000, #000);
    background-image: linear-gradient(180deg, #000, #000);
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .heading {
    font-size: 30px;
    line-height: 28px;
  }
  .paragraph-2 {
    width: 300px;
  }
  .paragraph-2._50p.dark {
    height: auto;
  }
  .footer-section {
    width: 50%;
    height: 260px;
    margin-bottom: 25px;
  }
  .footer-section.left {
    width: 50%;
    height: 260px;
  }
  .footer-section.wedding-exhibition {
    border-left: 2px solid hsla(0, 0%, 100%, .13);
  }
  .div-50 {
    overflow: visible;
    padding-right: 19px;
    padding-left: 19px;
  }
  .form {
    padding-bottom: 30px;
  }
  .collection-item {
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-3 {
    font-size: 16px;
    line-height: 18px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-12 {
    width: 70%;
  }
  .div-block-12.eid-bazzar {
    width: 30%;
  }
  .div-block-12.comedy {
    width: 30%;
  }
  .div-block-12.haberjan-mann {
    width: 30%;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 18px;
  }
  .heading-5 {
    font-size: 14px;
    line-height: 16px;
  }
  .heading-5.date {
    font-size: 12px;
  }
  .div-block-22 {
    height: auto;
  }
  .link-block-2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .image-2 {
    margin-top: 2px;
  }
  .image-3 {
    margin-top: 2px;
  }
  .heading-6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    background-color: #215d86;
  }
  .menu-button.w--open {
    background-color: #363636;
  }
  .dropdown-toggle-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slide-11.first-slide {
    background-image: url('../images/awaz-media-header-ipad.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-12.advertise {
    background-image: url('../images/advertising-header.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/advertising-header.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .bottom-right-text.top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-12 {
    display: none;
  }
  .section-12.ipad {
    display: block;
  }
  .collection-list-3.ipad {
    display: none;
    min-width: 100%;
  }
  .collection-item-3 {
    width: 30%;
  }
  .div-block-34 {
    height: 400px;
  }
  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-8 {
    height: auto;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-7 {
    width: auto;
    padding: 17px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .h1 {
    display: inline-block;
    margin-right: 20px;
    float: none;
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .brand {
    display: none;
  }
  .brand.mobile {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    text-align: center;
  }
  .container {
    display: inline-block;
    float: right;
  }
  .nav-menu {
    padding-right: 52px;
    padding-left: 52px;
  }
  .nav-link {
    text-align: center;
  }
  .navbar {
    height: 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .left-hero-div {
    padding-top: 172px;
    padding-right: 49px;
    padding-left: 49px;
  }
  .right-hero-div {
    padding-top: 173px;
  }
  .div-block-4 {
    height: auto;
  }
  .div-block-4.weddings {
    margin-top: 0px;
  }
  .heading {
    font-size: 30px;
  }
  .paragraph-2 {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .footer-section {
    width: 50%;
    height: auto;
    float: right;
    border-right-style: none;
  }
  .footer-section.left {
    width: 50%;
    height: 220px;
    float: none;
    border-right-style: solid;
    border-left-style: solid;
  }
  .footer-section.wedding-exhibition {
    height: auto;
    border-right-style: solid;
  }
  .footer-section.about {
    border-right-style: solid;
  }
  .heading-2 {
    width: auto;
  }
  .form-header.grey {
    display: inline-block;
    font-size: 22px;
  }
  .collection-item {
    display: inline-block;
    overflow: hidden;
    width: 45%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    float: none;
  }
  .collection-list {
    display: inline-block;
  }
  .collection-item-2 {
    display: inline-block;
    width: 45%;
    margin: 10px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .collection-item-2.right {
    float: right;
  }
  .collection-list-2 {
    display: inline-block;
    width: 100%;
  }
  .div-block-12 {
    width: 70%;
  }
  .container-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slide-3 {
    width: 50%;
  }
  .slide-4 {
    width: 50%;
  }
  .slide-5 {
    width: 50%;
  }
  .slide-6 {
    width: 50%;
  }
  .slide-7 {
    width: 50%;
  }
  .slide-8 {
    width: 50%;
  }
  .slide-9 {
    width: 50%;
  }
  .slide-10 {
    width: 50%;
  }
  .section-7 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    padding: 23px;
  }
  .slide-11.first-slide {
    background-image: url('../images/awaz-media-header-mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-12.advertise {
    background-image: url('../images/advertising-header.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/advertising-header.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 77% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .bottom-right-text.top {
    position: static;
    width: auto;
    margin-left: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-12.ipad {
    display: none;
  }
  .section-12.landscape {
    display: block;
  }
  .collection-list-3.ladscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .collection-item-3 {
    width: 45%;
  }
  .heading-11.title {
    margin-bottom: 30px;
  }
  .div-block-34 {
    height: 300px;
    background-position: 50% 100%;
  }
  .paragraph-7 {
    margin-top: 18px;
    padding: 13px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .hero-800 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .column-4 {
    left: 0px;
    right: 0px;
    text-align: center;
  }
  .row {
    position: relative;
    left: 0px;
  }
  .text-field {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea-2 {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-5 {
    position: relative;
    right: 0px;
    overflow: hidden;
    text-align: center;
  }
  .form-2 {
    text-align: center;
  }
  .h1 {
    display: block;
    margin-right: 0px;
    text-align: center;
  }
  .text-field-2 {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .brand.mobile {
    position: absolute;
  }
  .hero-media {
    height: 500px;
  }
  .hero-media.wedding {
    height: 500px;
  }
  .navbar {
    height: auto;
  }
  .section-2 {
    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;
    background-color: #fff;
  }
  .left-hero-div {
    height: 500px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .right-hero-div {
    height: 500px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .button {
    margin-top: 33px;
  }
  .paragraph-2 {
    display: none;
  }
  .paragraph-2._50p.dark {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image {
    width: 60%;
  }
  .footer-section {
    width: 100%;
    height: auto;
    border-left: 2px solid hsla(0, 0%, 100%, .13);
  }
  .footer-section.left {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .heading-2 {
    width: 100%;
  }
  .map {
    height: 400px;
  }
  .left-field {
    width: 100%;
  }
  .right-field {
    width: 100%;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item {
    width: 90%;
  }
  .collection-item-2 {
    width: 90%;
  }
  .div-block-12 {
    width: 70%;
  }
  .div-block-12.eid-bazzar {
    width: 70%;
  }
  .div-block-12.comedy {
    width: 70%;
  }
  .div-block-12.haberjan-mann {
    width: 70%;
  }
  .large-message {
    font-size: 20px;
    line-height: 24px;
  }
  .slide-3 {
    width: 100%;
  }
  .slide-4 {
    width: 100%;
  }
  .slide-5 {
    width: 100%;
  }
  .slide-6 {
    width: 100%;
  }
  .slide-7 {
    width: 100%;
  }
  .slide-8 {
    width: 100%;
  }
  .slide-9 {
    width: 100%;
  }
  .slide-10 {
    width: 100%;
  }
  .background-video-5 {
    height: 700px;
  }
  .div-block-16 {
    width: 100%;
  }
  .div-block-17 {
    width: 100%;
  }
  .div-block-18 {
    height: 500px;
  }
  .map-2 {
    height: 400px;
  }
  .div-block-22 {
    width: 90%;
    margin-top: 28px;
    float: none;
  }
  .container-4 {
    text-align: center;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .image-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
  .menu-button {
    padding: 18px 11px;
    background-color: transparent;
  }
  ._50p {
    width: 100%;
    margin-top: 8px;
  }
  .section-10 {
    height: 800px;
  }
  .slider-2 {
    height: 800px;
  }
  .slide-11.first-slide {
    background-image: url('../images/awaz-media-header-mobile-portrait.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .heading-8 {
    font-size: 22px;
    line-height: 28px;
  }
  .heading-9 {
    font-size: 18px;
  }
  .section-12.landscape {
    display: none;
  }
  .section-12.iphone {
    display: block;
  }
  .collection-list-3 {
    width: auto;
    min-width: 100%;
  }
  .collection-item-3 {
    width: 90%;
  }
  .collection-list-wrapper-3.portrait {
    display: block;
  }
  .div-block-34 {
    height: 180px;
  }
  .hero-800 {
    height: 800px;
  }
  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-4 {
    position: relative;
    text-align: center;
  }
  .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    text-align: center;
  }
  .text-field {
    position: relative;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea-2 {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-5 {
    position: static;
    display: inline-block;
    text-align: center;
  }
  .form-2 {
    text-align: center;
  }
  .h1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-field-2 {
    position: relative;
    left: 0px;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
}

