/***** color-code : #5d2c87; ******/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rajdhani', sans-serif; }

* {
  font-family: 'Lato', sans-serif; }

p, li, a, label {
  font-size: 14px; }

h3 {
  font-weight: 900;
  font-size: 28px; }

h4 {
  font-weight: 500;
  font-size: 24px; }

body {
  background: #f0f0f0; }

.custom_btn {
  background: #5d2c87;
  color: white;
  padding: 8px 15px 8px 15px;
  transition: all 0.3s;
  border: 1px solid transparent; }

.custom_btn:hover {
  cursor: pointer;
  color: #5d2c87;
  background-color: transparent;
  text-decoration: none;
  border-color: #5d2c87; }

.p-tab-20 {
  text-indent: 20px; }

.bg-fa {
  background-color: #FAFAFA; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

nav#mmenu * {
  font-family: 'Rajdhani', sans-serif; }
nav#mmenu .mm-navbar {
  background-color: #5d2c87; }
  nav#mmenu .mm-navbar .mm-btn_prev:before {
    border-color: white; }
  nav#mmenu .mm-navbar .mm-navbar__title {
    padding: 20px 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900; }
nav#mmenu .mm-listview li a {
  color: #5d2c87;
  font-weight: 600; }

menu {
  padding: 0;
  margin: 0; }
  menu a {
    font-family: 'Rajdhani', sans-serif; }
  menu .header-top {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px; }
    menu .header-top div.header-text {
      flex-wrap: wrap; }
      menu .header-top div.header-text a {
        color: white;
        font-size: 15px; }
      menu .header-top div.header-text a:hover {
        text-decoration: none;
        opacity: 0.8; }
    menu .header-top div.header-text-alt a {
      color: #5d2c87 !important; }
    menu .header-top p {
      color: #FFF;
      font-size: 15px; }
  menu nav.navbar {
    background: #5d2c87;
    padding: 0px 15px; }
    menu nav.navbar .navbar-row {
      display: flex;
      flex: 1;
      flex-wrap: wrap; }
    menu nav.navbar ul.navbar-nav .show > .nav-link {
      color: #F0F0F0; }
    menu nav.navbar ul.navbar-nav li.nav-item > a {
      font-size: 15px;
      text-transform: uppercase;
      padding: 0 18px;
      font-weight: 500;
      color: #FFF; }
    menu nav.navbar ul.navbar-nav li.nav-item a:hover, menu nav.navbar ul.navbar-nav li.nav-item a:focus {
      color: #E2E2E2;
      background-color: transparent; }
    menu nav.navbar ul.navbar-nav .active .nav-link {
      color: #E2E2E2; }
    menu nav.navbar .dropdown-menu {
      border-radius: 0;
      background-color: #5d2c87;
      min-width: 200px; }
      menu nav.navbar .dropdown-menu a {
        color: white; }
      menu nav.navbar .dropdown-menu a:hover {
        background-color: #5d2c87; }
      menu nav.navbar .dropdown-menu .dropdown-item.active {
        background-color: transparent; }
    menu nav.navbar .navbar-toggler {
      background-color: #F2F2F2B5; }

.title {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 70px; }
  .title h3 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0; }
  .title img {
    position: absolute;
    opacity: 0.4;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0; }

.gallery-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding: 6px 22px;
  position: relative; }

.index_about .index_about_img {
  text-align: center;
  position: relative; }
.index_about .index_about_img:before, .index_about .index_about_img:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid #5d2c87;
  border-width: 1px 1px 0 0; }
.index_about .index_about_img:before {
  right: -13px;
  top: -13px; }
.index_about .index_about_img:after {
  border-width: 0 0 1px 1px;
  bottom: -13px;
  left: -13px; }

.index_service {
  position: relative;
  background: linear-gradient(transparent, #00000025 0), url(/img/home/services/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px; }
  .index_service .service-box {
    box-shadow: 0 0 5px #5d2c87;
    background-color: white;
    padding: 30px 30px 20px 30px;
    border-radius: 5px; }
    .index_service .service-box .carousel-indicators {
      display: flex;
      align-items: center;
      margin-top: 25px;
      margin-bottom: 0;
      position: relative; }
      .index_service .service-box .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #9152c7;
        transition: 0.5s; }
      .index_service .service-box .carousel-indicators .active {
        background-color: #5d2c87; }

.index_gallery .gallery-holder {
  position: relative;
  overflow: hidden; }
  .index_gallery .gallery-holder a {
    color: white; }
  .index_gallery .gallery-holder img {
    transition: transform 0.5s; }
  .index_gallery .gallery-holder .overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(93, 44, 135, 0.6); }
    .index_gallery .gallery-holder .overlay p {
      margin: 0 auto;
      padding: 20px;
      font-weight: 900;
      letter-spacing: 1px;
      width: 100%;
      text-align: center; }
.index_gallery .gallery-holder:hover img {
  transform: scale(1.1); }
.index_gallery .gallery-holder:hover .overlay {
  display: flex;
  align-items: center; }
  .index_gallery .gallery-holder:hover .overlay p {
    animation: GalleryPtag 0.5s ease-in-out; }
  .index_gallery .gallery-holder:hover .overlay p:before, .index_gallery .gallery-holder:hover .overlay p:after {
    content: '';
    display: inline-block;
    height: 30%;
    width: 30%;
    position: absolute; }
  .index_gallery .gallery-holder:hover .overlay p:before {
    border-left: 2px solid white;
    border-top: 2px solid white;
    top: 10%;
    left: 10%;
    animation: BeforeGallery 0.5s ease-in-out; }
  .index_gallery .gallery-holder:hover .overlay p:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    right: 10%;
    bottom: 10%;
    animation: AfterGallery 0.5s ease-in-out; }
@keyframes GalleryPtag {
  0% {
    width: 0;
    font-size: 0;
    opacity: 0.2; }
  100% {
    width: 100%;
    font-size: 14px;
    opacity: 1; } }
@keyframes BeforeGallery {
  0% {
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    opacity: 0.2; }
  100% {
    top: 10%;
    left: 10%;
    width: 30%;
    height: 30%;
    opacity: 1; } }
@keyframes AfterGallery {
  0% {
    bottom: 100%;
    right: 100%;
    width: 0;
    height: 0;
    opacity: 0.2; }
  100% {
    bottom: 10%;
    right: 10%;
    width: 30%;
    height: 30%;
    opacity: 1; } }
section h4 {
  color: #5d2c87;
  font-weight: 600; }

#roomsAndServices .bg-box {
  padding: 20px;
  background: rgba(93, 44, 135, 0.2); }

#overNight h5 {
  font-weight: 600; }
#overNight #oneNight {
  background-color: #FAFAFA; }
#otherServices .other-services p {
  font-weight: bold;
  color: #5d2c87; }

#gallery .gallery-wrapper {
  padding: 14px 22px; }
#gallery .gallery-wrapper:before, #gallery .gallery-wrapper:after, #gallery .wrapped:before, #gallery .wrapped:after {
  width: 100px;
  height: 100px; }
#gallery .gallery-img-wrapper img {
  transition: transform 0.5s, filter 1s; }
#gallery .gallery-img-wrapper:hover img {
  filter: brightness(1.3);
  box-shadow: 0 0 5px; }

#contactUs .contact-details div.embed-responsive {
  box-shadow: 0 0 5px #333; }
#contactUs .contact-details a {
  color: #212529; }
#contactUs .contact-details a:hover {
  text-decoration: none;
  color: #5d2c87; }
#contactUs .map-link {
  text-decoration: none;
  color: #212529;
}
#contactUs .socials {
  display: flex;
  align-items: center; }
  #contactUs .socials ul li {
    display: inline;
    margin-right: 8px; }
    #contactUs .socials ul li a img {
      transition: 0.5s; }
    #contactUs .socials ul li a:hover img {
      transform: scale(1.1); }

footer .footer {
  background: #5d2c87; }
  footer .footer h4 {
    color: #F0F0F0; }
  footer .footer p {
    color: #D2D2D2; }
footer i {
  color: #D2D2D2;
  padding-right: 10px; }
footer h4:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #F0F0F0;
  margin: 15px 0px; }
footer .footer_quick_link ul {
  padding: 0;
  margin-top: -4px; }
  footer .footer_quick_link ul li {
    display: inline-flex;
    align-items: center; }
    footer .footer_quick_link ul li a {
      color: #E2E2E2;
      padding: 0 5px; }
  footer .footer_quick_link ul li.right-bar:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #E2E2E2; }
footer .socials ul li {
  padding: 5px 0;
  margin: 0 5px;
  background-color: #FFFFFF;
  border-radius: 5px; }
footer .end_footer {
  background: #111; }
  footer .end_footer p, footer .end_footer a:first-child {
    color: #B2B2B2;
    font-size: 13px; }
  footer .map-link {
    text-decoration: none;
    color: #B2B2B2;
  }
  footer .end_footer a:last-child {
    color: #7739ad;}
  footer .end_footer a:first-child:hover {
    text-decoration: none;
    color: #B2B2B2; }
  footer .end_footer a:last-child:hover {
    text-decoration: none;
    color: #a979d3; }
footer .socials ul img {
  height: 25px; }

#goTop {
  display: none;
  position: fixed;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: 15%;
  right: 2%;
  background-color: #5d2c87;
  border: 1px solid white;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transition: 0.5s; }
  #goTop i {
    height: 10px;
    width: 10px;
    margin-top: 4px;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg); }

#goTop:hover {
  background-color: #FFF;
  border-color: #5d2c87; }
  #goTop:hover i {
    border-color: #5d2c87; }

@media only screen and (max-width: 575px) {
  menu nav.navbar .navbar-toggler {
    padding: 0 4px; }
    menu nav.navbar .navbar-toggler .navbar-toggler-icon {
      height: 25px;
      width: 28px; } }
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 23px; }

  h4 {
    font-size: 20px; }

  p, li, a, label {
    font-size: 13px; }

  footer .end_footer p {
    font-size: 12px; }

  .index_service {
    min-height: 370px; } }
@media only screen and (max-width: 991px) {
  menu {
    background: #5d2c87; }

  .index_service .handle-service-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  ul.navbar-nav .dropdown-menu {
    width: 200px;
    border: 1px solid #FFF; } }
@media only screen and (max-width: 1199px) {
  .img-holder {
    padding: 20px; } }
@media only screen and (min-width: 768px) {
  #roomsAndServices .bg-box {
    background: radial-gradient(circle at 0% 50%, rgba(93, 44, 135, 0.2) 48%, rgba(93, 44, 135, 0.2) 0%, #FAFAFA 10%); }
    #roomsAndServices .bg-box img {
      box-shadow: 0 0 5px #333; }

  .gallery-wrapper .row {
    z-index: 1;
    position: relative; }

  .gallery-wrapper:before, .gallery-wrapper:after, .wrapped:before, .wrapped:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 20%;
    width: 15%;
    z-index: 0; }

  .gallery-wrapper:before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #5d2c87 0%, #5d2c87 8px, transparent 8px);
    border-top: 8px solid #5d2c87;
    box-shadow: -5px -5px 5px #555555B5; }

  .wrapped:before {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #5d2c87 0%, #5d2c87 8px, transparent 8px);
    border-bottom: 8px solid #5d2c87;
    box-shadow: -5px 5px 5px #555555B5; }

  .gallery-wrapper:after {
    bottom: 0;
    right: 0;
    background: linear-gradient(-90deg, #5d2c87 0%, #5d2c87 8px, transparent 8px);
    border-bottom: 8px solid #5d2c87;
    box-shadow: 5px 5px 5px 0px #555555B5; }

  .wrapped:after {
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, #5d2c87 0%, #5d2c87 8px, transparent 8px);
    border-top: 8px solid #5d2c87;
    box-shadow: 5px -5px 5px 0px #555555B5; } }
@media only screen and (min-width: 992px) {
  menu {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0; }

  nav.navbar li.right-bar:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #FFF; }
  nav.navbar ul.navbar-nav li.nav-item {
    display: flex;
    align-items: center; }

  .index_service .service-box {
    max-width: 650px;
    position: absolute;
    left: 10%;
    bottom: -10%; } }
@media only screen and (min-width: 1200px) {
  .dropdown-menu {
    margin-top: 25px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 25px; }

  #gallery .gallery-wrapper:before, #gallery .wrapped:before {
    left: 40px; }
  #gallery .gallery-wrapper:after, #gallery .wrapped:after {
    right: 40px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  menu nav.navbar ul.navbar-nav li.nav-item > a {
    padding: 0 16px; }

  .dropdown-menu {
    margin-top: 15px; } }
