@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif !important;
}

.bg-lightest-grey {
  background-color: #f0f0f0;
}

p {
  font-size: 15px;
}

#topHeader {
  position: absolute;
  z-index: 111;
  background: #0000008c;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

#topHeader .header_content h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #cc9323;
}

#topHeader .address_listing ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topHeader .address_listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

#topHeader .address_listing ul li a {
  font-size: 15px;
  color: #cc9323;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topHeader .address_listing ul li a span {
  width: 25px;
  height: 25px;
  background: #cc9323;
  border-radius: 50%;
  padding: 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

#topHeader .address_listing ul li a span svg {
  width: 16px;
  height: 16px;
}

#header {
  top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 100px;
}

#header::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 67px;
  left: 0;
  width: 9%;
  height: 100%;
  background: #0000008c;
}

#header::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
  width: 71%;
  height: 41%;
  background: #000;
  border-radius: 10px;
  opacity: .6;
}

#header .logo {
  width: 18%;
  position: relative;
  top: 65px;
}

#header .logo a img {
  width: 100%;
}

#header .mid {
  width: 62%;
}

#header .mid ul {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .mid ul .social_share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

#header .mid ul .social_share a span {
  margin-right: 10px;
}

#header .mid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  position: relative;
}

#header .mid ul li a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .mid ul li a::after {
  content: '';
}

#header .mid ul li a:hover {
  text-decoration: none;
}

#header .mid ul li:hover .sub_menu {
  display: block !important;
}

#header .mid ul li .sub_menu {
  position: absolute;
  padding-top: 30px;
  left: -10px;
  display: none;
}

#header .mid ul li .sub_menu ul {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
  border: 1px solid #eee;
}

#header .mid ul li .sub_menu ul li {
  width: 100%;
}

#header .mid ul li .sub_menu ul li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#header .mid ul li .sub_menu ul li a:hover {
  border-left: 2px solid #b72b25;
  padding-left: 10px;
}

#header .right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .right .menu_bars {
  width: 50%;
  height: 100px;
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

#header .right .menu_bars span {
  margin-right: 10px;
}

#header .right .menu_bars span svg {
  width: 40px;
  height: 40px;
}

#header .right .book_now {
  width: 50%;
  height: 100px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  top: 0;
  overflow: hidden;
  padding: 10px;
}

#header .right .book_now img {
  width: 100%;
}

.slider .owl-dots {
  display: none;
}

.slider .item {
  position: relative;
  height: 800px;
  overflow: hidden;
  z-index: 1;
}

.slider .item::after {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: .4;
  background: -webkit-gradient(linear, left bottom, left top, from(grey), color-stop(80%, black)) no-repeat;
  background: linear-gradient(0deg, grey, black 80%) no-repeat;
}

.slider .item video,
.slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-nav {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  left: 3%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #cc9323 !important;
  z-index: 11 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #fff !important;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.content {
  position: absolute;
  top: 0;
  left: 150px;
  width: 80%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
}

.content a {
  font-family: 'Playfair Display', serif;
  margin-top: 100px;
  background: #bf903e;
  padding: 50px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 280px;
  height: 280px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 49px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content a span {
  font-size: 12px;
  margin: 10px 0 0 0;
  display: block;
  border-radius: 30px;
  border: 2px solid #fff;
  width: 80%;
  padding: 7px 0;
  font-weight: 700;
}

#perspective {
  width: 100%;
  position: relative;
  left: 0;
  background: #fff;
}

#perspective.persp-view {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  position: fixed;
  height: 100%;
}

#perspective.persp-view #header {
  position: fixed;
}

#perspective.persp-animate #main-container {
  -webkit-transform: translateZ(0px) translateX(10%) rotateY(-50deg);
  transform: translateZ(0px) translateX(10%) rotateY(-50deg);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#perspective.persp-animate #header .right {
  position: relative;
  top: 50px;
}

#perspective #main-container {
  position: relative;
  left: 0;
  z-index: 10;
  min-height: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#menu {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 30%;
  padding: 40px;
  background: #fff;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -111;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}

#menu ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

#menu ul li a {
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 0 10px;
  border: transparent solid #cc9323;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
}

#menu ul li a:hover {
  border-left: 5px solid #cc9323;
  border-bottom: none;
}

#menu::after {
  content: '';
  background: #ea268fc9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

#menu::before {
  content: '';
  background: url("../img/background.png");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  z-index: -1;
}

.border {
  position: absolute;
  display: block;
  top: -50%;
  left: -50%;
  z-index: -9;
  display: block;
  height: 200%;
  width: 200%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  background-size: 200% auto;
  -webkit-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
}

/*Begin shimmer code*/
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

#menu.openMenu {
  opacity: 1;
  visibility: visible;
  z-index: 1111;
  position: relative;
  z-index: 1;
}

.common_section {
  padding: 50px !important;
}

.common_section .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_section .container-fluid .left {
  width: 45%;
  padding: 10px;
}

.common_section .container-fluid .left h4 {
  letter-spacing: 1px;
  color: #EC268F;
  font-size: 30px;
  background: -webkit-linear-gradient(#EC268F, #cc9323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
  font-weight: 900;
  text-shadow: 0px 2px 10px #0000000d;
}

.common_section .container-fluid .left ul {
  margin-left: 2rem;
}

.common_section .container-fluid .left ul li {
  margin: 10px 0;
}

.common_section .container-fluid .left p,
.common_section .container-fluid .left li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.common_section .container-fluid .right {
  padding: 10px;
  width: 53%;
}

.wedding .right {
  padding: 30px !important;
  background: url(https://theaisle.qodeinteractive.com/wp-content/uploads/2018/11/h1-background-img-7.jpg);
  border-radius: 5px;
}

.about {
  background: url("../img/about-bg.jpg") !important;
  padding: 70px 30px !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative !important;
  z-index: 1 !important;
}

.about .left p, h4, h1,h2,h3,h5,h6
.about .left li {
  color: #fff;
}

.about::after {
  content: '';
  background: #EC268F;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  z-index: -1;
}

.about .container-fluid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .container-fluid .custom_grid {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  opacity: .8;
  width: 32%;
  min-height: 350px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .container-fluid .custom_grid img {
  width: 100%;
  margin: 10px auto;
  display: block;
}

.about .container-fluid .custom_grid p {
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 500;
}

.about .container-fluid .custom_grid p a {
  color: #cc9323;
  font-weight: 800;
}

.about .container-fluid .custom_grid h3,
.about .container-fluid .custom_grid h5 {
  letter-spacing: 1px;
  color: #EC268F;
  font-size: 20px;
  background: -webkit-linear-gradient(#EC268F, #A53692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 30px;
  font-weight: 900;
}

.common_heading {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.common_heading h3 {
  text-shadow: 0px 2px 10px #00000026;
  color: #000;
  line-height: initial;
  font-weight: 900;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.text_white h3 {
  color: #fff;
  text-shadow: 0px 2px 10px #000;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.hide_unwanted .common_section {
  display: none !important;
}

.gradient_text {
  letter-spacing: 1px;
  color: #EC268F !important;
  font-size: 30px;
  background: -webkit-linear-gradient(#EC268F, #A53692);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 40px;
  font-weight: 900;
  text-shadow: 0px 2px 10px #00000026 !important;
}

.services {
  padding: 50px 0;
}

.services .gradient_text {
  margin-bottom: 5px !important;
}

.services .container-fluid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .container-fluid .grid_second {
  width: 23%;
  margin: 10px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.services .container-fluid .grid_second:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services .container-fluid .grid_second img {
  width: 100%;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.services .container-fluid .grid_second .grid_content {
  min-height: 250px;
}

.services .container-fluid .grid_second .grid_content h4 {
  font-size: 18px;
  line-height: 26px;
  text-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.services .container-fluid .grid_second .grid_content .text-limit-grid {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
/*  height: 153px;*/
  margin-bottom: 1rem;
}

.services .container-fluid .grid_second .grid_content .text-limit-grid p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 4px;
  margin-top: 10px;
}

.gallery .tz-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.gallery .tz-gallery .img_tab {
  width: 32%;
  overflow: hidden;
  margin: 6px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.gallery .tz-gallery .img_tab:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery .tz-gallery .img_tab img {
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.gallery h3 {
  margin-bottom: 5px;
}

.partners {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}

.partners ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  overflow: hidden;
  margin: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.partners ul li img {
  width: 100%;
  border-radius: .5rem;
}

#feedback {
  margin-bottom: 1rem;
}

#feedback .user_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin: 10px;
  border-radius: .5rem;
}

#feedback .user_detail .ratings span {
  color: #EC268F;
}

#feedback .user_detail p {
  font-weight: 800;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #000 !important;
}

#feedback .user_detail h4 {
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}

#feedback .owl-item {
  opacity: .6;
}

#feedback .active {
  opacity: 1 !important;
}

#feedback .owl-nav {
  top: 35%;
  left: 1.3%;
  width: 97%;
}

#feedback .owl-dots {
  display: none;
}

.checked {
  color: #cc9323 !important;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-loader::after, .page-loader::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100vh;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.page-loader::after {
  content: '';
  left: 0;
  top: 0;
  background: #EC268F;
}

.page-loader::before {
  content: '';
  right: 0;
  top: 0;
  background: #A53692;
}

.page-loader img {
  position: absolute;
  z-index: 1;
  width: 300px;
}

.remove_things::after {
  content: '';
  width: 0%;
}

.remove_things::before {
  content: '';
  width: 0%;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.hall_video .right {
  width: 48% !important;
}

.hall_video .right h3 {
  margin: 0 !important;
}

#footer .footer_wrapper {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer .footer_wrapper .footer_grid {
  width: 23%;
}

#footer .footer_wrapper .footer_grid h4 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

#footer .footer_wrapper .footer_grid ul {
  margin: 0;
  padding: 0;
}

#footer .footer_wrapper .footer_grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_wrapper .footer_grid ul li a {
  color: #fff;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#footer .footer_wrapper .footer_grid ul li a span {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
  position: absolute;
}

#footer .footer_wrapper .footer_grid ul li a span svg {
  width: 15px;
  height: 15px;
  stroke: #000;
}

.icons_listing li a {
  padding-left: 30px;
}

.icons_listing li a span {
  top: 0;
  left: 0;
}

.footer_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 111;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  padding: 14px 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 12px;
}

#bg_white {
  background: transparent !important;
}

#bg_white .custom_grid {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#bg_white::after {
  display: none !important;
}

.bg_light_purple {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/background.png) !important;
  color: #fff;
}

.bg_light_purple h5,
.bg_light_purple h3 {
  color: #fff !important;
  background: transparent !important;
  -webkit-text-fill-color: inherit !important;
}

.bg_light_purple a {
  color: #fff !important;
  text-decoration: underline;
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
}

.bg_light_purple::after {
  content: '';
  background: #EC268F;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9;
  z-index: -1;
}

.social_share a span {
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.social_share a span svg {
  width: 17px;
  height: 17px;
}

#pageBreadcrumb {
  background: url("../img/page_bg.jpeg");
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#pageBreadcrumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  height: 100%;
  opacity: .9;
  z-index: -1;
}

#pageBreadcrumb h4 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
}

#pageBreadcrumb p {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 800;
  color: #fff;
  opacity: .8;
  font-family: 'Playfair Display', serif !important;
}

#about_main {
  padding: 20px 0 !important;
}

#about_main .container .top {
  padding: 20px 0;
  text-align: center;
}

#about_main .container .top p {
  font-size: 14x;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: .7;
  line-height: 25px;
}

#about_main .container .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}

#about_main .container .grid .left {
  width: 48%;
}

#about_main .container .grid .left h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

#about_main .container .grid .left h4.white_text {
  letter-spacing: 1px;
  color: #fff;
  line-height: 40px;
  font-weight: 900;
  text-shadow: 0px 2px 10px #00000026 !important;
}

#about_main .container .grid .left p,
#about_main .container .grid .left li {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: .9;
  line-height: 26px;
}

#about_main .container .grid .left ul {
  margin: 0;
  padding-left: 2rem;
}

#about_main .container .grid .right {
  width: 48%;
}

#about_main .container .grid .right img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px #cccccc;
          box-shadow: 0px 3px 10px #cccccc;
}

.fade.in {
  opacity: 1 !important;
}

#bookingModal.show {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000b5;
}

#bookingModal.show .modal-dialog {
  width: 50%;
  max-width: 50%;
}

#bookingModal.show .modal-title {
  font-size: 20px !important;
}

.app_input {
  width: 33%;
}

.app_input1 {
  width: 49%;
}

.app_input1 input,
.app_input1 textarea {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 2px solid #b32d88;
  font-weight: 200;
}

form .form-group .app_input1 {
  width: 100% !important;
}

.app_input input,
.app_input textarea {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 2px solid #b32d88;
  font-weight: 200;
}

.app_input textarea {
  height: 140px;
}

form .form-row {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

form .form-group {
  width: 100% !important;
}

form .form-group .app_input {
  width: 100% !important;
}

.bookingModal {
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  padding: 10px 20px;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 9px;
  margin: 10px auto;
  width: 90%;
}

.bookingModa {
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  padding: 10px 20px;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 9px;
  margin: 10px auto;
  width: 90%;
}


.bookingModal:hover {
  color: #fff !important;
  text-decoration: none !important;
}

#showInOtherPages {
  display: block !important;
}

.contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  background: #f8f8f8;
  padding: 20px;
}

.contact_form .left {
  width: 48%;
}

.contact_form .left ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_form .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px 0;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.contact_form .left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 43px !important;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}

.contact_form .left ul li a span {
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  padding: 7px;
  color: #fff;
}

.contact_form .right {
  width: 47%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.contact_form .right .contact_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_form .right .contact_input .app_input {
  width: 49%;
}

.contact_form .right .contact_input .form-group {
  width: 100% !important;
}

.contact_form .right .contact_input .form-group .app_input {
  width: 100%;
}

#three-in-row h4 {
  text-shadow: none !important;
  font-size: 20px;
  margin: 10px 0;
}

#three-in-row P {
  width: 90%;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}

#three-in-row .grid_second {
  width: 32%;
}

.main-page {
  padding: 0 !important;
}

.main-page .container-fluid {
  padding: 0;
}

.main-page .container-fluid .grid_second {
  padding: 2rem 6rem !important;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-page .container-fluid .grid_second img {
  width: 46%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.main-page .container-fluid .grid_second .grid_content {
  width: 50% !important;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 10px;
  font-weight: 700;
}

.main-page .container-fluid .grid_second .grid_content h4 {
  font-size: 1.5rem;
  line-height: initial;
}

.main-page .container-fluid .grid_second .grid_content a {
  width: auto !important;
  margin: 0 !important;
}

.main-page .container-fluid .grid_second .grid_content .text-limit-grid {
  text-overflow: inherit !important;
  display: block !important;
}

.main-page .container-fluid .grid_second:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  color: #fff;
}

.main-page .container-fluid .grid_second:nth-child(even) h4 {
  color: #fff !important;
  background: transparent;
  -webkit-text-fill-color: inherit !important;
}

.category_menu ul {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem;
}

.category_menu ul li a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-decoration: none;
}

.category_menu ul li.active {
  background: -webkit-gradient(linear, right top, left top, from(#EC268F), to(#A53692));
  background: linear-gradient(to left, #EC268F, #A53692);
  padding: 8px 20px;
  border-radius: 30px;
}

.category_menu ul li.active a {
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */

.newbookingModal{
background: linear-gradient(to left, #EC268F, #A53692);
padding: 10px 20px;
border: none;
color: #fff;
letter-spacing: 1px;
font-weight: 700;
font-size: 14px;
border-radius: 9px;
margin: 10px auto;
width: 90%;
}
.custom_booking_modal{
  position: fixed;
  z-index: 999999;
  background: #0000007d;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: none;
}
.modal-grid_content{
  background: #fff;
  width: 67%;
}
.openModal{
  display: flex;
}
.modal-title{
  font-size: 17px !important;
}
.cn img{
  height: 300px;
}
.cn h4{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad3492;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-top: 1rem;
}
.cn p{
  font-size: 15px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
} 
@media only screen and (max-width: 768px) {
  .page-loader img {
      width: 200px !important;
  }
  .custom_booking_modal{
    overflow: scroll;
    padding: 3rem 0;
  }
  .modal-grid_content{
    background: #fff;
    width: 90%;
    margin-top: 100px;
  }
  .text_white h3{
    text-align: center !important;
  }
  .services .container-fluid .grid_second img {
    height: auto !important;
}
  .partners img{
    height: 80px;
  }
  #bookingModal.show .modal-dialog {
    width: 100% !important;
    max-width: 96% !important;
}
.app_input{
  width: 100% !important;
}
  #topHeader, .mid, .book_now, #header::before{
      display: none !important;
  }
  #header .logo {
       width: 40%;
      top: 0;
  }
  #header{
      top: 20px !important;
  }
  #header .right {
      width: 60% !important;
  }
  #header::after {
      top: 0;
      width: 38%;
  }
  #menu{
      width: 73% !important;
      padding: 20px !important;
  }
  #menu ul{
          width: 100%;
  }
  .common_section{
          padding: 1rem !important;
              overflow: hidden !important;
  }
  .common_section .container-fluid, .footer_wrapper, .grid {
      flex-direction: column;
  }
  .common_section .container-fluid ,.left ,.right, .footer_grid , .grid  ,.left ,.right{
      width: 100% !important;
  }
  .hall_video .right{
      width: 100% !important;
      margin: 1rem 0;
  }
  .wedding .right {
      padding: 10px !important;
  }
  .about .container-fluid .custom_grid, .grid_second{
      width: 100% !important;
      margin-bottom: 1rem !important;
      height: auto !important;
      min-height: auto !important;
  }
  .gallery .tz-gallery .img_tab , .partners ul li{
      width: 49% !important;
          margin: 6px 0 !important;
  }
  .slider .content{
          left: 0;
          width: 100%;
          overflow: hidden;
  }
  .footer_bottom{
      text-align:center !important;
  }
  .main-page .container-fluid .grid_second{
          padding: 10px !important;
          flex-direction: column;
  }
    .main-page .container-fluid .grid_second  .grid_content, img{
      width: 100% !important;
  }
  .main-page .container-fluid .grid_second:nth-child(even), .contact_form, .gallery .tz-gallery{
                  flex-direction: column !important;
  }
  .gallery .tz-gallery .img_tab{
          width: 100% !important;
  }
  .contact_form, .left ,.right{
         width: 100% !important;
         margin: 1rem 0 !important;
  }
  .category_menu ul li a{
          font-size: 13px;
  text-align: center;
  }
   #pageBreadcrumb h4 {
      font-size: 20px;
   }
   #pageBreadcrumb p {
      font-size: 16px;
  }
  #menu.openMenu{
          z-index: 1111 !important;
  }
}
