@import url("https://fonts.googleapis.com/css?family=Montserrat|Roboto");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

* {
  outline: none;
}

.home .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .home .carousel-item {
    height: 75vh;
  }
}

.top-contact {
  float: right;
  width: 100%;
  max-width: 30%;
  text-align: right;
  display: none;
}

.top-contact img {
  width: 100%;
  max-width: 110px;
}

@media screen and (max-width: 767px) {
  .top-contact {
    display: block;
  }
}

.navbar {
  background: #fed800;
}

.navbar:after {
  content: ' ';
  background-image: url("../img/frill.png");
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .navbar:after {
    bottom: -5px;
  }
}

.navbar .container {
  position: relative;
}

.navbar-brand {
  position: absolute;
  top: -8px;
  left: 15px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    top: -20px;
    max-width: 164px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  border-left: 1px solid #b11f22;
  padding: 0 15px;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  border: none;
}

@media screen and (max-width: 992px) {
  .navbar-light .navbar-toggler {
    z-index: 11;
    color: #000;
    border-color: #000;
  }
}

.galleryWrapper,
.contactWrapper,
.groupWrapper,
.menuWrapper,
.packageWrapper,
.venuesWrapper,
.aboutWrapper {
  height: 100%;
  min-height: 80vh;
  background: url("../img/body_bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .galleryWrapper,
  .contactWrapper,
  .groupWrapper,
  .menuWrapper,
  .packageWrapper,
  .venuesWrapper,
  .aboutWrapper {
    background-size: auto 100%;
  }
}

.galleryWrapper__text__wrapper,
.contactWrapper__text__wrapper,
.groupWrapper__text__wrapper,
.menuWrapper__text__wrapper,
.packageWrapper__text__wrapper,
.venuesWrapper__text__wrapper,
.aboutWrapper__text__wrapper {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .galleryWrapper__text__wrapper,
  .contactWrapper__text__wrapper,
  .groupWrapper__text__wrapper,
  .menuWrapper__text__wrapper,
  .packageWrapper__text__wrapper,
  .venuesWrapper__text__wrapper,
  .aboutWrapper__text__wrapper {
    padding-top: 90px;
    margin-bottom: 30px;
  }
}

.galleryWrapper__text__wrapper .title,
.contactWrapper__text__wrapper .title,
.groupWrapper__text__wrapper .title,
.menuWrapper__text__wrapper .title,
.packageWrapper__text__wrapper .title,
.venuesWrapper__text__wrapper .title,
.aboutWrapper__text__wrapper .title {
  background: #b11f22;
  color: #fff;
  padding: 10px 20px;
}

.galleryWrapper__text__wrapper .title h1,
.contactWrapper__text__wrapper .title h1,
.groupWrapper__text__wrapper .title h1,
.menuWrapper__text__wrapper .title h1,
.packageWrapper__text__wrapper .title h1,
.venuesWrapper__text__wrapper .title h1,
.aboutWrapper__text__wrapper .title h1 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  display: inline-block;
  margin-right: 20px;
}

.galleryWrapper__text__wrapper .text-wrapper,
.contactWrapper__text__wrapper .text-wrapper,
.groupWrapper__text__wrapper .text-wrapper,
.menuWrapper__text__wrapper .text-wrapper,
.packageWrapper__text__wrapper .text-wrapper,
.venuesWrapper__text__wrapper .text-wrapper,
.aboutWrapper__text__wrapper .text-wrapper {
  background: #fffbcf;
  padding: 30px 20px;
}

.galleryWrapper__text__wrapper .text-wrapper p,
.contactWrapper__text__wrapper .text-wrapper p,
.groupWrapper__text__wrapper .text-wrapper p,
.menuWrapper__text__wrapper .text-wrapper p,
.packageWrapper__text__wrapper .text-wrapper p,
.venuesWrapper__text__wrapper .text-wrapper p,
.aboutWrapper__text__wrapper .text-wrapper p {
  text-indent: 20px;
}

#footer {
  background: #b11f22;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}

.footer .img-wrapper img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.footer__text__wrapper {
  color: #fff;
}

.footer__text__wrapper strong {
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.footer__text__wrapper p {
  padding: 0;
  margin-bottom: 10px;
}

.footer__text__wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__text__wrapper ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer__text__wrapper ul li a {
  color: #fff;
  text-decoration: none;
}

.footer__text__wrapper ul li.contact a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .footer__text__wrapper ul li.contact a {
    pointer-events: inherit;
  }
}

.footer__bottom__text {
  color: #fff;
  text-align: center;
  border-top: 0.5px dashed #ddd;
  margin-top: 10px;
  padding-top: 5px;
}

.top-logo {
  position: fixed;
  max-width: 100px;
  top: 60px;
  right: 30px;
  z-index: 99;
}

@media screen and (max-width: 992px) {
  .top-logo {
    top: 16px;
    z-index: 1099;
    right: inherit;
    left: 12px;
  }
}

.bottom-logo {
  position: fixed;
  max-width: 50px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.bottom-logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bottom-logo {
    display: none;
  }
}

#contactBtn {
  cursor: pointer;
}

#close {
  margin-top: -2px;
  margin-right: -9px;
  font-size: 16px;
  cursor: pointer;
  float: right;
}

.slideInWrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: fixed;
  right: -100%;
  bottom: 20%;
  z-index: 999;
  background: #fffbd0;
  padding: 10px 20px;
}

.slideInWrapper p {
  color: #b11f22;
  margin: 0;
}

.slideInWrapper p a {
  color: #b11f22;
}

.slideInWrapper p:last-child {
  margin-top: 10px;
}

.slideInWrapper.active {
  right: 0;
}

@media screen and (max-width: 767px) {
  .slideInWrapper {
    display: none;
  }
}

.Build_mobile_menu {
  max-width: 767px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fed800;
  z-index: 1001;
  display: none;
  border-bottom: 1px solid #fed800;
}

@media screen and (max-width: 767px) {
  .Build_mobile_menu {
    display: block;
  }
}

.Build_mobile_menu .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px auto;
  grid-template-columns: auto 60px auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Build_mobile_menu .grid-container li {
  position: relative;
  padding: 10px 0;
}

.Build_mobile_menu .grid-container li a {
  color: #000;
}

.Build_mobile_menu .grid-container li .img_text_wrapper.center-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #444;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  background: #fff;
  padding: 6px 0;
}

.Build_mobile_menu .grid-container li .img_text_wrapper.center-wrapper a {
  display: block;
}

.Build_mobile_menu .grid-container li .img_text_wrapper.center-wrapper a img {
  width: 75%;
}

.Build_mobile_menu .grid-container li .navbar-toggler {
  padding: 0;
}

.Build_mobile_menu .grid-container li .navbar-toggler-icon {
  width: auto;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 50px;
    right: -100%;
    padding: 15px 15px 0 15px;
    width: 100%;
    max-width: 220px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    z-index: 9;
    background: #fed800;
    opacity: 0;
  }
}

@media screen and (max-width: 992px) and (max-width: 767px) {
  .navbar-collapse {
    padding-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 0;
    border: none;
    padding: 7px 0;
    border-bottom: 1px solid #b11f22;
  }
  .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    border-bottom: 1px solid #b11f22;
  }
  .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    border: none;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .navbar {
    display: block;
  }
  .navbar > .container {
    display: block;
  }
  .navbar > .container button.navbar-toggler {
    position: relative;
    float: right;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 45px;
  }
  .btn-menu-top {
    display: none;
  }
  .navbar {
    padding: 15px 10px;
  }
  .navbar-collapse {
    top: inherit;
    bottom: 46px;
    position: fixed;
    padding-top: 0;
  }
}

@media screen and (max-width: 339px) {
  .top-logo {
    width: 88px;
  }
  .top-logo img {
    width: 100%;
  }
}

#khadadi .modal-content .close {
  position: absolute;
  right: 5px;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 3.5px;
  margin: 0;
  line-height: 0;
  top: 5px;
  border-radius: 50px;
  text-align: center;
  z-index: 99;
}

#khadadi .modal-content .pop-img-wrapper img {
  width: 100%;
}

.aboutWrapper__text__wrapper .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  border: none;
}

.aboutWrapper__text__wrapper .title ul li {
  display: inline-block;
}

.aboutWrapper__text__wrapper .title ul li a {
  color: #fff;
  text-decoration: none;
}

.aboutWrapper__text__wrapper .title ul li a:hover {
  color: #fed800;
}

.aboutWrapper__text__wrapper .title ul li:first-child {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #fed800;
}

.menuWrapper__text__wrapper {
  margin-bottom: 30px;
}

.menuWrapper__text__wrapper .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  border: none;
}

@media screen and (max-width: 992px) {
  .menuWrapper__text__wrapper .title ul {
    width: 100%;
  }
}

.menuWrapper__text__wrapper .title ul li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #fed800;
}

.menuWrapper__text__wrapper .title ul li a {
  color: #fff;
  text-decoration: none;
}

.menuWrapper__text__wrapper .title ul li a:hover {
  color: #fed800;
}

@media screen and (max-width: 992px) {
  .menuWrapper__text__wrapper .title ul li {
    margin-bottom: 10px;
  }
}

.menuWrapper__text__wrapper .title ul li:last-child, .menuWrapper__text__wrapper .title ul li:first-child {
  border: none;
}

@media screen and (max-width: 992px) {
  .menuWrapper__text__wrapper .title ul li:first-child {
    display: block;
    margin-bottom: 20px;
  }
}

.menuWrapper__text__wrapper .text-wrapper .img-wrapper img {
  width: 100%;
}

.menuWrapper__text__wrapper .text-wrapper ul {
  max-width: 200px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .menuWrapper__text__wrapper .text-wrapper ul {
    max-width: 100%;
    display: block;
  }
}

.menuWrapper__text__wrapper .text-wrapper ul li {
  padding: 5px 0;
}

.packageWrapper__text__wrapper .text-wrapper .row-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.packageWrapper__text__wrapper .text-wrapper .row-wrapper .img-wrapper img {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .packageWrapper__text__wrapper .text-wrapper .row-wrapper .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}

.galleryWrapper__text__wrapper {
  margin-bottom: 30px;
}

.galleryWrapper__text__wrapper .text-wrapper .modal-content .carousel-inner .carousel-item {
  height: auto;
  min-height: inherit;
}

.contactWrapper__text__wrapper {
  margin-bottom: 30px;
}

.contactWrapper__text__wrapper .text-wrapper a {
  color: #000;
  text-decoration: none;
}

.contactWrapper__text__wrapper .text-wrapper .col-12 {
  margin-bottom: 20px;
}

.contactWrapper__text__wrapper .text-wrapper .col-12 strong {
  margin-bottom: 10px;
  display: block;
}

.contactWrapper__text__wrapper .text-wrapper .col-12 p {
  text-indent: 0;
  max-width: 550px;
}

.contactWrapper__text__wrapper .text-wrapper .contact-text-wrapper {
  text-align: center;
  border: 0.5px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 0;
}

.contactWrapper__text__wrapper .text-wrapper .contact-text-wrapper p {
  margin-bottom: 7px;
  text-indent: 0;
}

.contactWrapper__text__wrapper .text-wrapper .contact a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .contactWrapper__text__wrapper .text-wrapper .contact a {
    pointer-events: inherit;
  }
}

.groupWrapper__text__wrapper .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  border: none;
}

.groupWrapper__text__wrapper .title ul li {
  display: inline-block;
}

.groupWrapper__text__wrapper .title ul li a {
  color: #fff;
  text-decoration: none;
}

.groupWrapper__text__wrapper .title ul li a:hover {
  color: #fed800;
}

.groupWrapper__text__wrapper .title ul li:first-child {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #fed800;
}

.groupWrapper__text__wrapper .text-wrapper.group .img-wrapper {
  margin-bottom: 15px;
}

.groupWrapper__text__wrapper .text-wrapper.group .row-wrapper {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}

.groupWrapper__text__wrapper .text-wrapper.group .row-wrapper .logo-wrapper {
  position: relative;
  height: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .groupWrapper__text__wrapper .text-wrapper.group .row-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}

.groupWrapper__text__wrapper .text-wrapper.group .row-wrapper .logo-wrapper .img-wrapper {
  text-align: center;
}

.groupWrapper__text__wrapper .text-wrapper.group .row-wrapper .logo-wrapper .logo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
}

.venuesWrapper__text__wrapper .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  border: none;
}

.venuesWrapper__text__wrapper .title ul li {
  display: inline-block;
}

.venuesWrapper__text__wrapper .title ul li a {
  color: #fff;
  text-decoration: none;
}

.venuesWrapper__text__wrapper .title ul li a:hover {
  color: #fed800;
}

.venuesWrapper__text__wrapper .title ul li:first-child {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #fed800;
}
/*# sourceMappingURL=style.css.map */