/*-------------------------------------------------------
1. Variable
--------------------------------------------------------- */

@charset"UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&family=Quicksand:wght@400&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&display=swap');

/*
   STYLE 1
 */

body::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
 width: 12px;
 background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: var(--hg-primary);
}

.slider-section{
  padding: 0;
  position: relative;
  display: block;
}

body img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  max-width: none;
  color: #212529;
  font-family: "Poppins", sans-serif;
  background-color: var(--ind-white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  color: #64688C;
  margin-bottom: 15px;
}
a,
a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--hg-primary);
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
section {
  padding: 5rem 0;
}
.content-center {
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a {
  color: var(--hg-secondary);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
li,
a,
li:hover,
a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bg-gray {
  background-color: var(--light-color);
}
.mb-80 {
  margin-bottom: 80px;
}
/*==========  theme Form ============= */

body .form-control,
body .search-field,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  min-height: 46px;
  border-radius: 4px;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  border: 0;
  outline: none;
  letter-spacing: 0.5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: var(--ind-transition);
  transition: var(--ind-transition);
}
.wpcf7-form label {
  display: block;
  margin-top: 15px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 15px;
  max-height: 140px;
}
.wpcf7-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: var(--hg-primary);
  color: var(--white-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border: 0;
}
.wpcf7-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: var(--black-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hg-map {
  margin-top: 80px;
}
.contact-form .wpcf7{
  background-color: var(--light-color);
  padding: 30px !important;
}
.user-contact-form.row.m-0 {
  border-radius: 5px;
  overflow: hidden;
}
.contact-details-inner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--white-color)fff1f;
  margin: 15px 0;
  padding: 10px 0;
}
.contact-details-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.icon_box {
  font-size: 26px;
  background-color: var(--hg-primary);
  height: 50px;
  width: 50px;
  line-height: 50px!important;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
}
.contact-details-inner {
  background-color: #efefef;
}
figure.address-unit .icon_box {
  color: var(--white-color);
}
.bg-secondry{
  background-color: var(--hg-secondary);
}

/*--Main Header--*/

.navbar-light .menu-collapse {
  padding:3px 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: var(--hg-primary);
  position: relative;
  margin-right: 25px;
  border: 2px solid var(--hg-primary);
  border-radius: 0;
}
.navbar-light .menu-collapse div {
  height: 3px;
  width: 100%;
  margin: 0 0 5px;
  background: var(--bs-white);
}
.navbar-light .menu-collapse div:first-child {
  margin-top: 0px;
}
.navbar-light .menu-collapse div:last-child {
  margin-bottom: 0;
}
.navbar-light .menu-collapse:focus{
  box-shadow: none;
}
.social_media .nav-item { 
  margin-right: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding: 0px;
  margin: 2px;
  z-index: 1;
  background:#00000017;
  transition: all 0.3s linear 0s;
  position: relative;
}
.social_media .nav-item a, .social_media .nav-item i{
  padding: 0;
  color: var(--white-color);
}
.social_media .nav-item:hover  i {
 animation: bottomtotop .4s linear forwards;
}
.social_media .nav-item:before {
  content: '';
  transition: 0.4s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background:var(--hg-secondary);
  transform: scale(0);
  border-radius: 50%;
}
.social_media .nav-item:hover:before {
  transform: scale(1);
}
.widget.footer-widget .textwidget .social_media .nav-item{
  background:#2a2a2ac7;
}

.navbar-light .navbar-nav .nav-link {
  color: #01012f;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: var(--hg-primary);
}
#mastser-header .dropdown-menu {
  background-color: var(--white-color);
  box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  right: inherit !important;
  border-radius: 0;
}
#mastser-header .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
#mastser-header .navbar-nav .dropdown-menu li a {
  color:var(--hg-secondary);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding:12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mastser-header .dropdown-menu > li:hover > a, #mastser-header .dropdown-menu > li:focus > a, #mastser-header .dropdown-menu > li.active > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  color: var(--white-color);
  background-color: var(--hg-primary);
}


nav.navbar.navbar-default .dropdown:hover > a .caret::after, nav.navbar.navbar-default .dropdown-submenu:hover > a .caret::after {
  font-family: HotelGalaxy;
  content: "\f068";
  float: right;
  font-weight: normal;
  transition: all 0.3s;
}
nav.navbar li .caret{
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.navbar li:hover>.caret::before,
nav.navbar li:hover>.dropdown .dropdown .caret::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f068"!important;
  float: right;
  font-weight: normal;
  transition: all 0.3s;
  color:#858585cc;
}
nav.navbar li  .caret::before, nav.navbar li  .dropdown .dropdown .caret::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f067";
  float: right;
  font-weight: normal;
  transition: all 0.3s;
}
nav.navbar .caret, nav.navbar.navbar-default .dropdown .caret {
  z-index: 999;
  display: block;
  width: 15px;
  font-size: 12px;
  height: 15px;
  border: 0;
  line-height: 15px;
  position: absolute;
  right: 3px;
  top: 40%;
  color: #858585cc;
  background-color: transparent;
}

#mastser-header li:hover> .caret {
  color: #858585cc;
}

#mastser-header .dropdown-menu  .caret {
  color: #858585cc;
}
.is-sticky-menu {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  background-color: var(--white-color);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%) ;
  -webkit-animation: 0.5s ease-in-out fadeInDown;
  animation: 0.5s ease-in-out fadeInDown;
}

/*==========================================
  Theme Class
  ===========================================*/
  .bg-gray {
    background-color: var(--light-color);
  }
  body .hg-home-slider .owl-item .container {
    z-index: 99;
  }
  body .hg-home-slider .owl-item img{
    width: 100%;
    height: 100%;
  }


/*=====.Main  Slider =====*/

.slider-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  color: var(--bs-white);
  z-index: 0;
}
.main-table {
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
}

.main-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.main-slider div.main-content {
  position: relative;
  max-width: 44rem;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.main-slider .text-left {
  margin-right: auto;
  text-align: left;
}
.main-slider .text-center {
  margin: auto;
  text-align: center;
}
.main-slider .text-right {
  margin-left: auto;
  text-align: right;
}
.main-slider .text-right .btn-theme{
  right: 8%;
}
.main-slider .text-right .hg-video-play-button{
 left: 0;
}

.main-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0,0,0, 0.6);
}
body .hg-home-slider .owl-dots {
  position: absolute;
  bottom: 13%;
  width: 40px;
  right: 5%;
  top: 45%;
}
body .hg-home-slider .owl-dots .owl-dot{
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255,255,255, 0.7);
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
}
body .hg-home-slider .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}    
body .hg-home-slider .owl-dots .owl-dot.active {
  border-color:var(--hg-primary);
  background: var(--hg-primary);
}
body .hg-home-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: var(--white-color);
  opacity: 1 !important;
}
body .hg-home-slider .owl-nav button {
  position: absolute;
  top: 51%;
  padding: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1 !important;
  font-size: 20px !important;
  background-color: var(--hg-primary) !important;
  color: var(--white-color);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .hg-home-slider .owl-nav button:hover {
  --box-shadow-color: var(--hg-primary);
  background-color: var(--hg-primary);
  color: var(--white-color) !important;
}
body .hg-home-slider button:focus {
  outline: none;
}

body .hg-home-slider .owl-nav span {
  padding: 10px;
}

body .hg-home-slider .owl-nav .owl-prev {
  left: 20px;
}

body .hg-home-slider .owl-nav .owl-next {
  right: 20px;
}
body .hg-home-slider h2.slider-subtitle {
  font-size: 80px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 1rem;
  width: 45rem;
  font-family: inherit !important;
  display: inline-block;
  color: var(--white-color);
  line-height: 1.2;
  text-shadow: 2px 5px 3px rgb(20 20 20 / 44%);
}
body .hg-home-slider h5.slider-title {
  color: #FFDF00;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}
body .hg-home-slider h5.slider-title span i {
 margin-left: 8px;
}
body .hg-home-slider .main-slider p {
  color: var(--white-color);
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

img.img-responsive.wp-post-image {
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hg-home-slider .owl-item.active h5{
  -webkit-animation: 1s 0.6s fadeInUp both;
  animation: 1s 0.6s fadeInUp both;
}
.hg-home-slider .owl-item.active h2{
  -webkit-animation: 1s 1.2s fadeInUp both;
  animation: 1s 1.2s fadeInUp both;
}
.hg-home-slider .owl-item.active p{
  -webkit-animation: 1s 1.8s fadeInUp both;
  animation: 1s 1.8s fadeInUp both;
}
.hg-home-slider .owl-item.active .hg-video-play-button{
  -webkit-animation: 1s 1.8s fadeInUp both;
  animation: 1s 1.8s fadeInUp both;
}
.owl-item.active #read-more{
  -webkit-animation: 1s 2.0s fadeInUp both;
  animation: 1s 2.0s fadeInUp both;
}
.hg-video-play-button{
  position: relative;
  left: 8%;
  z-index: 9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  color: var(--white-color);
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 50%;
}

.hg-video-play-button:hover {
  color: var(--white-color);
}

.hg-video-play-button {
  text-align: center;
  background-color: var(--hg-primary);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.hg-video-play-button i {
  position: relative;
  z-index: 2;
}
.hg-video-play-button::after, .hg-video-play-button::before {
  content: "";
  border: 5px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -25%;
}
.hg-video-play-button::before {
  border-color: var(--hg-primary);
  background: var(--hg-primary);
  opacity: 0.7;
  -webkit-animation: 3s videomodule-anim linear infinite;
  animation: 3s videomodule-anim linear infinite;
}
.hg-video-play-button::after {
  border-color: var(--hg-primary);
  background: var(--hg-primary);
  opacity: 0.5;
  -webkit-animation: 2s videomodule-anim linear infinite;
  animation: 2s videomodule-anim linear infinite;
}
@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}


.main-slider .text-center h5.slider-title{
  padding-left: 0;
  justify-content: center;
}
.main-slider .text-center h5.slider-title:after{
  display: none;
}
.main-slider .text-right h5.slider-title{
  justify-content: end;
}
.main-slider .text-right h5.slider-title:after{
  left: 70%;
}



/*slider phone-call  */

.phone-call {
  margin: 0;
  position: absolute;
  top: 0;
  left: 40px;
  height: 60%;
  z-index: 9;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
}
.phone-call .hg-icon {
  position: absolute;
  left: -1px;
  top: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--hg-primary);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
  background: var(--hg-primary);
}
.phone-call a .hg-icon i {
  color: var(--white-color);
  font-size: 24px;
  transform: rotate(80deg);
}
.phone-call .number {
  color: var(--white-color);
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 15px;
}
.phone-call .number span {
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  color: var(--hg-primary);
  letter-spacing: 1px;
}


/*--section-titles--*/

.site-title-header{
  margin-bottom: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 40px;
  color: var(--hg-secondary);
}
.site-title-header span{
  color: var(--hg-primary);
}
.entry-header p{
  font-size: 16px;
  font-weight: 400;
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}
.room-section .section-header {
  position: relative;
} 
.section-header h2 p {
  font-size: 38px;
  font-weight: bold;
  color: var(--hg-secondary);
}
.text-white .section-header {
  text-align: var(--white-color);
  position: relative;
  z-index: 9;
}
.text-white .section-header h2 p {
  font-size: 38px;
  font-weight: bold;
  color: var(--white-color);
}
.text-white .section-header p {
  color: var(--white-color);
}

.text-right .section-header {
  text-align: right;
}
.text-left .section-header {
  text-align: left;
}  
textarea#comment {
  padding: 15px;
}

/*---About section -----*/

.about-content-area .container{
  position: relative;
}
.about-content-area .hg-about-container .hg-about-container {
  padding: 80px 0;
}

.about-content-area .hg-about-container .about_content {
  margin-right: 40px;
}

.about-content-area .hg-about-container .about_content .entry-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 40px;
  color: var(--hg-secondary);
}
.about-content-area .hg-about-container .about_content .list-group {
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 1px solid var(--hg-primary);
}

.about-content-area .hg-about-container .about_content .list-group .list-group-item {
  padding-left: 30px;
}

.about-content-area .hg-about-container .about_content .list-group .list-group-item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: block;
  background-color: var(--hg-primary);
  position: absolute;
  left: -6px;
  top: 35%;
}
.about-content-area .hg-about-container .about-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  background-size: 3%;
  -webkit-transform: translateX(27%) translateY(-14%);
  background-image: url(../images/dot-pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2;
}
.about-content-area .hg-about-container .about-video-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-content-area .hg-about-container .about-video-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-content-area .hg-about-container #read-more {
  margin-top: 20px;
}

.about-video{
  position: relative;
}

.about-rotate-box{
  position: relative;
}

.about-rotate-box img{
  position: absolute;
  top: -17px;
  left: -60px;
  animation-duration: 10s;
  z-index: 1;
}
.about-box-main{
  margin: 25px 0px 0px 0px;
}
.about-content-box .info-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.about-box-1{
  overflow: hidden;
  padding: 120px 90px;
  min-height: 376px;
  padding: inherit;
  min-height: inherit;
}
.about-box-2{
  position: relative;
}
.about-box-3{
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  padding-right: 25px;
}
.about-box-3 .img-wrap{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color:#f3ede7b8;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-box-3 .img-wrap .hover-bg{

  transition: 0.4s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:var(--black-color);
  transform: scale(0);
  background-color: var(--hg-primary);
  border-radius: 50%;
}
.about-box-1:hover .about-box-2 .about-box-3 .img-wrap .hover-bg {
  transform: scale(1);
}

.about-box-1:hover .about-box-2 .about-box-3 .img-wrap img {
  filter: brightness(0) invert(1);
  animation: bottomtotop .4s linear forwards;
}

.about-box-3 .img-wrap .hover-bg img{
  width: 40px;
  height: auto;
  transition: 0.4s;
  position: relative;
  z-index: 10;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@keyframes bottomtotop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.about-content-area .hg-about-container .fun-fact-counter i {
  color: var(--hg-primary);
}

.about-content-area .hg-about-container .fun-fact-video {
  position: relative;
}

.about-content-area .hg-about-container .fun-fact-video .hg-video-play-button {
  -webkit-transform: translate(28%, 240px);
  transform: translate(28%, 240px);
}

@media only screen and (max-width: 990px) {
  .about-content-area .about-video {
    margin-top: 80px;
  }
  .about-content-area .hg-about-container .about-video:before{
    width: 80%;
  }
  .about-content-area .fun-fact-section .fun-fact-video .hg-video-play-button {
    -webkit-transform: translate(-52%, 0);
    transform: translate(-52%, 0);
  }
  .about-content-area .fun-fact-section .fun-fact-video {
    min-height: 200px;
  }
  .about-content-area .fun-fact-section:after {
    display: none;
  }
  .about-content-area .progress {
    margin-bottom: 20px;
  }
  .about-content-area .fun-fact-section:after {
    width: 100%;
  }
}

/* home Service SEction */

.service-widget-item .service-icon_box_in {
    position: relative;
    border-radius: 20px;
    padding: 35px 32px 28px;
    background-color: var(--white-color);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 20px 80px 0px rgb(1 0 98 / 10%);
    box-shadow: 0px 20px 80px 0px rgb(1 0 98 / 10%);
}

.service-widget-item .service-icon_box_in .bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-widget-item .service-icon_box_in:hover .bg-overlay{
    opacity: 1;
    background-color: var(--hg-primary);
}
.service-content, .service-hover_layer1 {
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: perspective(600px) translate3d(0, 0, 0);
    transform: perspective(600px) translate3d(0, 0, 0);
}

.service-widget-item .service-icon_box_in .service-title{
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 30px;
    font-weight: 600;
    color:var(--hg-secondary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-widget-item .service-icon_box_in .service-subtitle {
    font-size: 16px;
    line-height: 1.8em;
}
.service-widget-item .service-icon_box_in:hover .service-title a{
    color: var(--white-color);
}
.service-widget-item .service-icon_box_in:hover .service-subtitle {
    color: var(--white-color);
}
.service-widget-item .service-icon {
   text-align: center;
    position: relative;
    display: inline-block;
}
.service-widget-item .service-icon:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 1px dashed var(--lightgrey-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: fa-spin 15s infinite linear;
    animation: fa-spin 15s infinite linear;
}
.service-widget-item .service-icon .s-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    color:var(--hg-primary);
    font-size: 35px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color:#f3ede7b8;
}
.service-widget-item .service-icon_box_in:hover .service-icon:before{
  border: 1px dashed var(--white-color);
}
.service-widget-item:hover .service-icon .s-icon {
    color: var(--hg-primary);
    background-color: var(--white-color);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.btn-theme,
.btn-theme-dark {
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 0 !important;
  border: none;
  background-color: var(--hg-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.btn-theme:before,
.btn-theme-dark:before,
.room-book-now:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 450px;
  height: 450px;
  margin: auto;
  background-color: var(--hg-secondary);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
}
.btn-theme:hover,
.btn-theme-dark:hover {
  color: var(--white-color);
}
.room-book-now:before{
  width: 200px;
  height: 200px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.btn-theme:hover:before,
.btn-theme-dark:hover:before,
.room-book-now:hover:before{
  -webkit-transition: -webkit-transform 1s !important;
  transition: -webkit-transform 1s !important;
  transition: transform 1s !important;
  transition: transform 1s, -webkit-transform 1s !important;
  -webkit-transform: translateX(-45%) translateY(0) scale(1) !important;
  transform: translateX(-45%) translateY(0) scale(1) !important;
  -webkit-transform-origin: bottom center !important;
  transform-origin: bottom center !important;
}
.btn-theme-dark {
  background-color: var(--black-color);
}
.btn-theme-dark:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 450px;
  height: 450px;
  margin: auto;
  background-color: var(--hg-primary);
}
.button:hover{
  background-color: var(--hg-secondary);
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  mix-blend-mode: difference;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--hg-primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out,
  opacity 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--hg-primary);
  opacity: 0.2;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--hg-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ==== Splitting Text ===== */

.splitting .char {
  -webkit-animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---animation----*/

.owl-item.active .char {
  -webkit-animation: plop 2s ease-out both;
  animation: plop 2s ease-out both;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
  animation-delay: calc(0.05s * var(--char-index));
}

.plop-it {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@-webkit-keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
    transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
    transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%,
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    transform: translate3d(0px, 10px, -200px) rotate(-90deg);
  }
  90%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}

@keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
    transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
    transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%,
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    transform: translate3d(0px, 10px, -200px) rotate(-90deg);
  }
  90%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}

/*======================================================================
Our Stander Room section-1, And  Our Stander Room section-2
====================================================================== */

.hg-room-style-1, 
.hg-room-style-2{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 22%);
  box-shadow: 0 0 20px rgb(0 0 0 / 22%);
  margin-bottom: 25px;
}
.hg-room-style-2{
  border-radius:10px;
  padding: 10px;
}
.view-all-btn{
  position: absolute;
  right: 20px;
  top: 20px;
}
.view-all-btn .btn-view{
  padding: 10px 30px;
}
.view-all-btn .btn-view{
  text-decoration: none;
  position: relative;
  padding: 5px 15px;
  text-align: center;
  color: var(--hg-primary);
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 0 !important;
  border: 2px solid var(--hg-primary);
  background-color:var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: oswald, sans-serif;
  overflow: hidden;
}
.view-all-btn .btn-view:hover{
  color: var(--white-color);
  background-color: var(--hg-primary);
}
.room-content-area.template-area .hg-room-style-1,
.room-content-area.template-area .hg-room-style-2{
  margin-bottom: 40px;
}

.hg-room-style-1 .entry-meta{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hg-room-style-2 .entry-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hg-room-style-1 .hg-room-images,
.hg-room-style-2 .hg-room-images{
  position: relative;
  overflow: hidden;
}
.hg-room-style-2 .hg-room-images{
  border-radius: 5px;
}
.hg-room-style-2 .room-carousel-second .item{
 border-radius: 5px;
}
.hg-room-style-1 .hg-room-images img,
.hg-room-style-2 .hg-room-images img{
  width: 100%;
  transform: scale(1);
  transition: all .5s ease 0s;
}
.project-hoverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-hoverlay:before {
  content: "";
  position: absolute;
  width: 100%;
  filter: alpha(opacity=75);
  -moz-opacity: .65;
  opacity: .65;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .7s ease 0.1s;
  transform: perspective(400px) rotateX(90deg) scaleY(0.5)
}

.hg-room-style-1 .hg-caption .hg-room-images .property-condo{
  position: absolute;
  top: 15px;
  left: -70px;
  display: inline-block;
  background-color:#ec3323;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  padding: 4px 15px;
  border-radius: 5px;
  color: var(--white-color);
  text-align: center;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hg-room-style-2 .property-condo-secound{
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 0px 10px;
  padding: 8px 15px;
  font-size: 15px;
  color: var(--white-color);
  z-index: 999;
  background-color:#e45154;
  text-transform: uppercase;
}
.project-hoverlay:before, .project-sec .item {
  transition: all .7s ease 0s;
  background: rgba(0,0,0,0.7);
}
.hg-main-hoverlay:hover .project-hoverlay:before {
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition: all .7s ease 0s;
}
.hg-room-style-1:hover .hg-room-images img,
.hg-room-style-2:hover .hg-room-images img{
  transform: scale(1.05);
}
.hg-room-style-1 .item img,
.hg-room-style-2 .item img{
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hg-room-grid-top{
  padding: 25px;
  background-color:var(--white-color);
}
.hg-room-style-2 .hg-room-grid-top{
  padding: 25px 20px;
}
.hg-room-grid-top .room-state{
 font-size: 15px;
 font-weight: 500;
 padding: 5px 12px 4px;
 border-radius: 5px;
 background-color: var(--hg-primary) ;
 color: var(--white-color);
}
.hg-room-grid-top .room-state i {
  color: var(--hg-primary);
  position: relative;
  top: 1px;
  margin-right: 6px;
  font-size: 20px;
}
.hg-room-grid-top .entry-title{
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}

.hg-room-style-1 strong.room-rent,
.hg-room-style-2 strong.room-rent{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size:18px;
  color: var(--hg-primary);
}
.hg-room-style-1 span.hg-period,
.hg-room-style-2 span.hg-period{
  color:var(--body-color);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.hg-room-style-1 .entry-title a,
.hg-room-style-2 .entry-title a{
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hg-room-style-1 .entry-title a:hover,
.hg-room-style-2 .entry-title a:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--hg-primary);
}

.hg-room-style-1 .hg-caption,
.hg-room-style-2 .hg-caption{
  position: relative;
}

.hg-room-style-1 .hg-caption p ,
.hg-room-style-2 .hg-room-grid-top p{
  margin-bottom: 0;
}
.hg-room-style-1 .hg-caption ul.hg-room-type-attributes.nav{
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 border: none;
 -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 14%);
 box-shadow: 0 0 20px rgb(0 0 0 / 14%)
}
.hg-room-style-2 ul.hg-room-type-attributes.nav {
  margin-bottom:20px;
  background-color:#f9f6f1;
  padding: 5px;
  border-radius: 20px;
  justify-content: space-between;
}
.hg-room-style-1 .hg-caption ul.hg-room-type-attributes.nav li.nav-item{
  width: 25%;
  padding: 10px 5px;
  position: relative;
  border-right: 1px solid rgba(0,0,0,.09);
  text-align: center;
  font-size: 15px;
}
.hg-room-style-2 ul.hg-room-type-attributes.nav li.nav-item{
  width: 25%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hg-room-style-1 .hg-caption ul.hg-room-type-attributes.nav li.nav-item:last-child{
  width: 25%;
  border-right: none;
}
.hg-room-style-1 ul.hg-room-typettributes.nav,
.hg-room-style-2 ul.hg-room-typettributes.nav{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hg-room-style-1 ul.hg-room-typettributes.nav li.nav-item,
.hg-room-style-2 ul.hg-room-typettributes.nav li.nav-item {
  margin: 12px;
  padding: 9px;
}

.hg-room-style-1 .hg-room-type-attributes li,
.hg-room-style-2 .hg-room-type-attributes li {
  display: inline-block;
  width: 25%;
}
.hg-room-grid-bottom footer .btn-theme {
  padding: 10px 20px;
}
.room-section .hg-room-style-2 .hg-room-grid-top .room_style_2_btn .btn-theme{
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 3px;
  background-color: var(--hg-primary);
  outline: inherit;
  -webkit-box-shadow: 0 0 0 10px var(--white-color), 0 2px 48px 0 rgb(0 0 0 / 4%);
  box-shadow: 0 0 0 10px var(--white-color), 0 2px 48px 0 rgb(0 0 0 / 4%);
  cursor: pointer;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  padding: 12px 25px;
  letter-spacing: 1px;
  font-size: 15px;
  white-space: nowrap;
  color: var(--white-color) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.room-section .hg-room-style-2 .hg-room-grid-top .room_style_2_btn .btn-theme:before{
  background-color: var(--hg-secondary);
}

.hg-room-type-room-capacity:before,
.hg-room-type-adults-capacity:before,
.hg-room-type-children-capacity:before,
.hg-room-type-size:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding-right: 0.5em;
  font-size: 20px;
  font-weight: 400;
  color: var(--hg-primary);
  vertical-align: middle;
  padding-right: 14px;
}
.hg-room-type-room-capacity:before {
 content: "\f236";
}
.hg-room-type-adults-capacity:before {
  content: "\f183";
}
.hg-room-type-children-capacity:before {
  content: "\f1ae";
}
.hg-room-type-size:before {
  content: "\f0b2";
}
.room-filter-tab{
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.room-filter-tab button {
  padding: 10px 25px;
  margin-right: 10px;
  margin-bottom: 7px;
  outline: none;
  background-color: var(--white-color);
  color: #444;
  border: 1px solid transparent;
  border-color: var(--hg-primary);
  font-size: 16px;
  font-weight: 600;
  text-shadow: none;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.room-filter-tab button.active,
.room-filter-tab button:hover{
  background-color: var(--hg-primary);
  color: var(--white-color);
}
.mp-room-section .mphb-pagination{ display: none; }

body .room-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 7px;
  border-radius: 50px;
  background-color: rgba(0,0,0,.1);
  margin: 5px 7px;
  margin-bottom: 10px;
}
body .room-carousel .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}

/*room-section 2 style*/

.room-section .room-carousel-second.owl-carousel .owl-nav{
  top: 50% !important;
  position: absolute;
  width: 100%;
}
.room-section .room-carousel-second.owl-carousel .owl-nav .owl-next,
.room-section .room-carousel-second.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width:20px;
  height:20px;
  line-height: 20px;
  background: var(--hg-primary) !important;
  color: var(--white-color) !important;
  margin: -1.5625em 0 0;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  font-size: 16px;
  visibility: hidden;
  transition: all 0.3s;
}

.room-section .hg-room-style-2 .room-carousel-second.owl-carousel .owl-nav .owl-next{
  right: 1.25em;
}
.room-section .hg-room-style-2 .room-carousel-second.owl-carousel .owl-nav .owl-prev{
  left: 1.25em;
}
.room-section .hg-room-style-2:hover .room-carousel-second.owl-carousel .owl-nav .owl-next{
  width:40px;
  height:40px;
  line-height: 40px;
  opacity: 1;
  visibility: visible;
}
.room-section .hg-room-style-2:hover .room-carousel-second.owl-carousel .owl-nav .owl-prev{
  width:40px;
  height:40px;
  line-height: 40px;
  opacity: 1;
  visibility: visible;
}
.room-section .hg-room-style-2 .owl-theme .owl-next i, .room-section .hg-room-style-2 .owl-theme .owl-prev i{
  font-size: 14px;
}  
body .room-carousel .owl-dots .owl-dot.active {
  border-color:var(--hg-primary);
  background: var(--hg-primary);
}
.room-section .hg-room-style-2 .hg-room-grid-top .hg-room-type-attributes .nav-item i {
  color:var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color:var(--hg-secondary);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
}

.room-book-now {
  position: absolute;
  background: var(--hg-primary);
  padding: 8px 10px;
  z-index: 9;
  color: var(--white-color);
  bottom: 0;
  left: 40%;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
}
.hg-main-hoverlay:hover .room-book-now{
  bottom: 43%;
  color: var(--white-color);
  opacity: 1;
  visibility: visible; 
}
.room-section .hg-room-style-2 .hg-room-grid-top p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #64688C;
  margin-bottom: 15px;
}

/*======================================================================
  Single Room Pages
======================================================================*/
main.content-area {
  margin-bottom: 80px;
}
.entry-meta.room-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--hg-secondary);
  padding: 10px 30px;
  margin: 19px 0;
}
.entry-meta.room-single li {
  padding: 3px 11px;
  background-color: var(--white-color)3;
  color: var(--white-color);
  margin: 5px;
  font-size: 20px;
  border-radius: 3px;
}
.single-page-room .room-content-area strong.room-rent {
  background-color: var(--hg-primary);
  -webkit-box-shadow: 2px 2px 10px #0000002e;
  box-shadow: 2px 2px 10px #0000002e;
  color: var(--white-color);
  padding: 25px 15px;
  min-width: 69px;
  font-size: 22px;
}
.single-page-room span.hg-period {
  background-color: var(--white-color);
  padding: 9px 15px;
  margin-left: -10px;
}

/*room-single-page-area*/

.related-room-title h2.entry-title {
  display: block;
  margin-bottom: 30px;
}
.room-related-section .related-room-content-area {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 15px #0000001a;
}
.room-related-section .related-room-content-area:before {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.9; 
  z-index: 5;
  height: 70%;
}
.room-related-section .related-room-content-area .related-room-content-inner{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  padding: 50px 25px 10px;
  background: transparent;
  border: none;
  color: var(--white-color);
}
.room-related-section .related-room-content-area .related-room-content-inner .entry-meta p{
  color: var(--white-color);
  margin-bottom: 6px;
}
.room-related-section .related-room-content-area .related-room-content-inner .entry-meta p strong{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.room-related-section .related-room-content-area .related-room-content-inner .entry-meta p span{
  font-size: 15px;
}
.room-related-section .related-room-content-area .related-room-content-inner h4 a{
  font-size: 22px;
  color: var(--white-color);
  transition: all 0.3s;
}
.room-related-section .related-room-content-area:hover .post-image img{
  transform: scale(1.2);
}
.room-related-section .related-room-content-area:hover .related-room-content-inner h4 a{
  color:var(--hg-primary);
}


/*======================================================================
Pricing
======================================================================*/

.hg-pricing-item {
  box-shadow: rgba(0, 0, 0, 0.11) 2px 3px 30px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.hg-pricing-item .hg-pricing-top{
  position: relative;
  overflow: hidden;
  background-size: cover;
  display: flex;
  border-radius: 15px 15px 0 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  transition: 0.65s;
}
.hg-pricing-item .hg-pricing-top:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.65s;
  visibility: hidden;
  z-index: 1;
  border-radius: 15px 15px 0 0;
}
.hg-pricing-item:hover .hg-pricing-top:before{
  visibility: visible;
  top: 0;
}
.hg-pricing-text{
  position: relative;
  z-index: 3;
}
.hg-pricing-text h4{
  font-size: 30px;
  font-weight: 700;
  color: var(--hg-secondary);
}
.hg-pricing-item .hg-pricing-top .hg-pricing-text h2{
  font-size: 35px;
  font-weight: 700;
  color: var(--hg-primary);
  display: block;
  margin-bottom: 15px;
}
.hg-pricing-item .hg-pricing-top .hg-pricing-text h2 span{
  color: var(--hg-secondary);
  font-size: 16px;
}
.hg-pricing-item .hg-pricing-top .btn-theme{
 padding: 12px 12px;
}
.hg-pricing-item .hg-pricing-bottom ul{
  padding: 30px 30px;
  background:var(--white-color);
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.hg-pricing-item .hg-pricing-bottom ul li{
 color: #64688C;
 font-family: "Poppins", sans-serif;
 position: relative;
 margin-bottom: 20px;
}
.hg-pricing-item .hg-pricing-bottom ul li:last-child{
  margin-bottom: 0;
}


/*======================================================================
Team
======================================================================*/

#main-home-team {
  position: relative;
}
.team-item {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom:15px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.team-item .top-line-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 110px;
  border-top: 1px solid var(--hg-primary);
  border-left: 1px solid var(--hg-primary);
  z-index: -1;
  opacity: 0.8;
}
.team-item .top-line-1::before {
  position: absolute;
  content: '';
  right: 30px;
  top: -4px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
}
.team-item .top-line-1::after {
  position: absolute;
  content: '';
  left: -4px;
  bottom: 40px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
}
.team-item .top-line-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 110px;
  border-top: 1px solid var(--hg-primary);
  border-right: 1px solid var(--hg-primary);
  z-index: -1;
  opacity: 0.8;
}
.team-item .top-line-2::before {
  position: absolute;
  content: '';
  left: 30px;
  top: -4px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
}
.team-item .top-line-2::after {
  position: absolute;
  content: '';
  right: -4px;
  bottom: 40px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
}
.team-item .top-line-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 110px;
  border-bottom: 1px solid var(--hg-primary);
  border-right: 1px solid var(--hg-primary);
  z-index: -1;
  opacity: 0.8;
}
.team-item .top-line-3::before {
  position: absolute;
  content: '';
  left: 30px;
  bottom: -4px;
  height: 8px;
  width: 8px;
  background:var(--hg-primary);
}
.team-item .top-line-3::after {
  position: absolute;
  content: '';
  right: -4px;
  bottom: 40px;
  height: 8px;
  width: 8px;
  background:var(--hg-primary);
}
.team-item .top-line-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 110px;
  border-bottom: 1px solid var(--hg-primary);
  border-left: 1px solid var(--hg-primary);
  z-index: -1;
  opacity: 0.8;
}
.team-item .top-line-4::before {
  position: absolute;
  content: '';
  right: 30px;
  bottom: -4px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
  opacity: 0.8;
}
.team-item .top-line-4::after {
  position: absolute;
  content: '';
  left: -4px;
  bottom: 40px;
  height: 8px;
  width: 8px;
  background: var(--hg-primary);
}
.team-item .post-image {
  overflow: hidden;
  position: relative;
}
.team-item .post-image img {
  transition: all linear 0.3s;
  width: 100%;
}
.team-item:hover .post-image img {
  transform: scale(1.1);
}
.team-item .caption {
  position: relative;
  background: var(--white-color);
  padding: 15px 16px;
}

.team-item .caption h4.entry-title {
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
  text-transform: unset;
}

.team-item .caption .entry-meta {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 14px;
  font-style: italic;
  color: #64688C;
  font-family: "Poppins", sans-serif;
}

.team-item .entry-title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
}
.team-item:hover .entry-title {
  color: var(--hg-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-item .caption .team-social-icon {
  position: absolute;
  right: 0;
  top: 18px;
  background: var(--hg-primary);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--white-color);
}

.team-item .caption .team-social-icon ul {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: var(--white-color);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 58.8px 1.2px rgb(0 0 0 / 7%);
  padding: 12px 0 22px 0;
  transform: rotateY(91deg);
  transition: all linear 0.3s;
  opacity: 0;
}
.team-item:hover .caption .team-social-icon ul {
  transform: rotateY(0deg);
  opacity: 1;
}

.team-item .caption .team-social-icon ul li {
  display: inline-block;
}
.team-item .caption .team-social-icon ul li a {
  height: 38px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  color: #1d1729;
  transition: all linear 0.3s;
}
.team-item .caption .team-social-icon ul li a:hover {
  color: var(--hg-primary);
}
.social-media {
  margin-top: 30px;
}



/*======================================================================
callout Section
======================================================================*/

#main-home-callout {
  padding: 120px 0;
  font-size: 16px;
  background-image: url(../images/callout.jpg);
  overflow: hidden;
  background-position: bottom;
  background-size: cover;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
#main-home-callout .callout_right {
  position: relative;
  padding: 40px;
  color: var(--hg-secondary);
  background-color: var(--white-color);
  -webkit-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}
#main-home-callout .callout_right:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  border-top: 20px solid var(--hg-primary);
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#main-home-callout .callout_right:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  border-top: 20px solid #958b7200;
  border-left: 20px solid #cb252500;
  border-bottom: 20px solid var(--hg-primary);
}
#main-home-callout .callout_right footer {
  margin-top: 20px;
}
#main-home-callout::after{
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/site-footer.png);
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100%;
}
#main-home-callout:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 110%;
}
#main-home-callout .callout-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-home-callout .entry-title{
  color: var(--hg-primary);
}
#main-home-callout .text-right{
  text-align: right;
}
.icon-callout-area .col-md-3,
.icon-callout-area .col-md-3 > *{
  margin-bottom: 0;
}

/*Destination page*/

.destination-item{
  border-radius: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
.destination-item .destination-img{
  position: relative;
  overflow: hidden;
}
.heart_destinations {
  right: 17px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  z-index: 9;
}
.heart_destinations i {
  color: var(--hg-primary);
  font-size: 24px;
}
.destination-item .destination-img img{
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: scale(1);
  transition: all .5s ease 0s;
}
.destination-item:hover .destination-img img {
  transform: scale(1.2);
}
.destination-item .destination-content{
  padding: 30px;
}
.destination-item .destination-content .sub {
  color:var(--body-color);
  font-size: 16px;
  line-height: 1;
  font-family: 'Poppins',sans-serif;
}
.destination-item .destination-content .fa-map-marker{
  color: var(--hg-primary);
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 20px;
}
.destination-item .destination-content .destination-bottom {
  align-items: center;
  display: flex;
}
.destination-item .destination-content h2{
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.destination-item .destination-content .destination-bottom p {
  color: #585858;
  font-size: 19px;
  margin-bottom: 0;
}
.destination-item .destination-content .destination-bottom .destination-bottom-right {
  align-items: center;
  display: flex;
}
.destination-item .destination-content .destination-bottom .destination-bottom-right ul {
  border-left: 1px solid #bcbcbc;
  display: flex;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}
.destination-item .destination-content .destination-bottom .destination-bottom-right small {
  margin-left: 10px;
}
.destination-item .destination-content .destination-bottom .destination-bottom-right ul li {
  color: #ff9529;
  margin-right: 6px;
}
.destination-item .destination-content .destination-bottom .destination-bottom-right ul li span {
  color: #bababa;
}

/*======================================================================
destination Listing template  Or  Room Listing template
======================================================================*/

.destination-details .destination-title, .room-details .room-title{
  margin: 0 0 30px;
}
.destination-details .destination-title h2, .room-details .room-title h2 {
  font-size: 32px;
  margin: 0 0 12px;
}
.destination-details .destination-description h4, .room-details .room-description h4{
  font-size: 24px;
  margin: 0 0 25px;
}
.destination-details .destination-title .destination-metainfo li, .room-details .room-title .room-metainfo li{
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-family: nunito sans,sans-serif;
  color: #666;
}

.destination-details .destination-title .destination-metainfo li i,.room-details .room-title .room-metainfo li i {
  font-size: 18px;
  color: var(--hg-primary);
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.destination-details .destination-price, .room-details .room-price {
  color: var(--hg-primary);
  font-size: 18px;
  font-weight: 700;
  font-family: poppins,sans-serif;
  text-align: right;
  margin: 0;
  position: relative;
  top: 7px;
}
.destination-details .destination-price span, .room-details .room-price span {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  margin-left: 2px;
  font-family: nunito sans,sans-serif;
}
.destination-details .destination-img, .room-details .room-img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.destination-details .destination-img img{
 border-radius: 5px;
}
.destination-details .destination-img .destination-status, .room-details .room-img .room-status{
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-block;
  background-color: #ec3323;
  border-radius: 5px;
  color: var(--white-color);
  padding: 3px 12px;
  z-index: 1;
}
.destination-details .destination-description, .room-details .room-description{
  margin-bottom: 25px;
}
.mphb_sc_search-wrapper{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
} 

.room-details .room-description .room-list-detail li{
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 10px;
}
.room-details .room-description .room-list-detail li span{
  font-weight: 700;
  color: #666;
}
.room-details .room-description .room-features li{
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666;
}
.room-details .room-description .room-features li i{
  position: relative;
  top: 2px;
  font-size: 16px;
  color: var(--hg-primary);
  margin-right: 10px;
}
.room-details .room-description .room-video{
  position: relative;
  border-radius: 5px;
}
.room-details .room-description .room-video img{
  border-radius: 5px;
}
.room-details .room-description .room-video .hg-video-play-button{
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  line-height: 85px;
  transform: translate(-50%, -50%);
}
.room-details .room-description .room-video .hg-video-play-button i{
  font-size: 22px;
}

.single-page-slider .flex-direction-nav a{
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  line-height: 40px;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
}
body .flex-direction-nav .flex-nav-prev .flex-prev:before{
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f053";
  line-height: 13px;
  color: var(--hg-primary);
}
body .flex-direction-nav .flex-nav-next .flex-next:before{
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f054";
  line-height: 13px;
  color: var(--hg-primary);
}
.flexslider:hover .flex-direction-nav .flex-prev{
  opacity: 1 !important;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next{
  opacity: 1 !important;
  right: 10px;
}
.single-page-slider .flex-control-thumbs{
 box-sizing: border-box;
}
.single-page-slider .flex-control-thumbs li{
  width: 25%;
  margin-right: 5px;
  max-width: 207px;
}

/*======================================================================
home blogs
======================================================================*/
.blog-item .hg-thumbnail a {
  overflow: hidden;
  position: relative;
  display: block;
}
.blog-item .hg-thumbnail a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
article {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 50px rgb(0 0 0 / 7%);
  box-shadow: 0 6px 50px rgb(0 0 0 / 7%);
}
article.status-publish{
  padding: 20px;
} 
article figure {
  margin-bottom: 0;
}
article figure .hg-thumbnail {
  min-height: 150px;
  background-color: #efefef;
  position: relative;
}
article figure figcaption {
  background-color: var(--white-color);
  padding: 25px;
  margin: 0 auto;
  max-width: 100%;
}
article figure figcaption .post-title a {
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  color: var(--hg-secondary);
}
article figure figcaption .post-title a:hover {
  color: var(--hg-primary);
}
article figure figcaption .nav {
  margin-bottom: 10px;
}
article figure figcaption .nav .nav-item {
  margin-right: 20px;
}
article figure figcaption .nav .nav-item img {
  margin-right: 7px;
}
article figure figcaption .nav .nav-item i{
  margin-right: 3px;
  color: var(--hg-primary);
}
article figure figcaption .nav .nav-item a {
  text-decoration: none;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1;
  font-family: 'Poppins',sans-serif;
  text-transform: capitalize;
}
article figure figcaption .nav .nav-item a:hover {
  color: var(--hg-primary);
}
article figure .post_date_box {
  width: 85px;
  border-radius: 6px;
  height: 65px;
  background-color: var(--hg-secondary);
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  padding: 8px;
}
article figure .post_date_box a {
  color: var(--white-color);
  text-decoration: none;
}
article figure .post_date_box:after {
  border-left: 15px solid var(--hg-secondary);
  content: "";
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  bottom: -10px;
  left: 0;
}
article figure .post_date_box i.fa.fa-clock-o {
  font-size: 59px;
  position: absolute;
  line-height: 45px;
  opacity: 0.3;
  margin: 0 auto;
  color: #b69166;
}
.single-post-header-image.grid-container {
  margin-bottom: 20px;
}

/*======================================================================
testimonial
======================================================================*/
#main-home-testimonial {
  background-image: url(../images/bg_map.png);
  background-size: 50%;
  padding-top: 120px;
  background-repeat: round;
  /* background-attachment: fixed;*/
}

#main-home-testimonial #testimonial-owl .owl-item {
  text-align: center;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-home-testimonial #testimonial-owl .owl-item.active.center {
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  margin-top: -40px;
  z-index: 99;
}

#main-home-testimonial #testimonial-owl .owl-item.active.center .hg_testimonial_caption::after, #main-home-testimonial #testimonial-owl .owl-item.active.center .hg_testimonial_caption::before {
  background-color: var(--white-color);
  opacity: 0.2;
  left: auto;
  bottom: auto;
  right: -23px;
  top: -24%;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}

#main-home-testimonial #testimonial-owl .owl-item.active.center .hg_testimonial_caption::before {
  right: 10px;
}

#main-home-testimonial #testimonial-owl .owl-item.active .entry-content {
  -webkit-animation: 1s 1.8s fadeInUp both;
  animation: 1s 1.8s fadeInUp both;
}
#main-home-testimonial #testimonial-owl .owl-item.active.center .hg_testimonial_caption{
  background-color: var(--hg-primary);
  color: var(--white-color);
}

#main-home-testimonial #testimonial-owl .owl-item.active.center .hg_testimonial_caption p {
  color: var(--white-color);
}

#main-home-testimonial #testimonial-owl .owl-carousel .owl-stage {
  margin-top: 60px;
}

#main-home-testimonial .hg_testimonial_grid.entry-summary {
  margin-top: 70px;
}

#main-home-testimonial .owl-stage-outer{
  margin: 0;
}

#main-home-testimonial .hg_testimonial_grid:focus,
#main-home-testimonial .hg_testimonial_grid:focus{
  outline: none;
}

#main-home-testimonial .hg_testimonial_grid .hg_testimonial_grid_pos {
  -webkit-transform: translate(10px, -40px);
  transform: translate(10px, -40px);
  padding-bottom: 20px;
}

#main-home-testimonial .hg_testimonial_grid .hg_testimonial_caption {
  background-color: var(--white-color);
  padding: 30px 30px 50px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.hg_testimonial_grid .hg_testimonial_grid_pos img {
  display: block;
  border-radius: 61px;
  max-width: 80px!important;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

#main-home-testimonial .hg_testimonial_grid .hg_testimonial_caption::after,
#main-home-testimonial .hg_testimonial_grid .hg_testimonial_caption::before{
  content: "";
  position: absolute;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  left: -23px;
  bottom: -24%;
  background-color: var(--hg-primary);
  opacity: 0.2;
  width: 110px;
  height: 110px;
  display: block;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 13px;
}

#main-home-testimonial .hg_testimonial_grid .hg_testimonial_caption::before {
  left: 10px;
}

#main-home-testimonial .hg_testimonial_grid img.img-responsive.wp-post-image {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
}

#main-home-testimonial .hg_testimonial_grid .hg_rating {
  margin-bottom: 10px;
  position: relative;
  display: block;
  margin-top: 10px;
}

#main-home-testimonial .hg_testimonial_grid .hg_rating i {
  margin: 1px 3px;
  color: orange;
}

#main-home-testimonial .hg_testimonial_grid .entry-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

#main-home-testimonial .hg_testimonial_grid .entry-meta {
  color: var(--hg-primary);
  font-size: 15px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
}

#main-home-testimonial .hg_testimonial_grid p {
  line-height: 1.7em;
  position: relative;
  font-size: 16px;
}

#main-home-testimonial .hg_testimonial_grid p:before {
  content: "\f10d";
  font-size: 3em;
  color: var(--hg-secondary);
  font-family: FontAwesome;
  opacity: 0.1;
  position: absolute;
  top: -28%;
  left: 1%;
}


/*======================================================================
Gallery
======================================================================*/

.rs-project.style2 .hg-gallery-overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.rs-project.style2 .hg-gallery-overlay .hg-gallery-contect-area {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style2 .hg-gallery-overlay:hover,.rs-project.style2 .hg-gallery-overlay:focus-within{
 border-radius: 0 0 40px 0;
}
.gallery-overlay-effect{
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  bottom: 0;
  background: #bd966f99;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  transition: 0.65s;
}
.hg-gallery-overlay:hover .gallery-overlay-effect, .hg-gallery-overlay:focus-within .gallery-overlay-effect {
  visibility: visible;
  left: 0;
}
.gallery-overlay-effect .open{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--white-color);
  color: var(--hg-primary);
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.5s;
}
.gallery-overlay-effect .open:hover{
  color: var(--white-color);
  background-color: var(--hg-secondary);
}
.gallery-overlay-effect .category a {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.gallery-overlay-effect .hg-lightbox-inner .title  {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.gallery-overlay-effect .hg-lightbox-inner .title:hover {
  color: var(--hg-secondary);
} 
.sl-overlay {
  background: #000 !important;
}
.sl-wrapper .sl-navigation button {
  color: var(--white-color) !important;
}
.sl-wrapper .sl-close {
  color: var(--white-color) !important;
  top: 120px !important;
}



/*======================================================================
sponcer
======================================================================*/

.sponser-content-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--white-color);
}
.brand-section-heading {
  padding-right: 60px;
}
.section-title .pre-title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #64688C;
  font-family: 'Poppins',sans-serif;
}
.section-title .title {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--hg-secondary);
  font-size: 44px;

  line-height: 1.2;
}
.section-title p {
  margin-bottom: 24px;
  margin-top: 15px;
  font-weight: 500;
}

.brand-grid-sponser {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  position: relative;
}
.brand-grid-sponser .sponser-grid {
  padding: 18px 5px;
  text-align: center;
  border-right: 1px solid #e7e7e7;
  -webkit-transition:all 0.3s;
  border-bottom: 1px solid #e7e7e7;
  transition:all 0.3s;
}
.brand-grid-sponser .sponser-grid:first-child, .brand-grid-sponser .sponser-grid:nth-child(5n) {
  border-left: 1px solid #e7e7e7;

}
.brand-grid-sponser .sponser-grid:nth-last-child(1),.brand-grid-sponser .sponser-grid:nth-last-child(2),.brand-grid-sponser .sponser-grid:nth-last-child(3),.brand-grid-sponser .sponser-grid:nth-last-child(4){
  border-bottom: none;
} 
.brand-grid-sponser .sponser-grid:hover{
  box-shadow: 0 10px 50px 0 rgba(26,46,85,.1);
}

.gap-top-equal .brand-grid-sponser .sponser-grid img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}




/* ---- button ---- */

.hg-gallery-filters-button-group {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.hg-gallery-filters-button-group .btn-theme-dark {
  margin: 4px;
  text-transform: capitalize;
}

.hg-gallery-filters-button-group button.btn-theme-dark.is-checked {
  background-color: var(--hg-primary);
}

.hg-gallery-filters-button-group button.btn-theme-dark.is-checked:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 450px;
  height: 450px;
  margin: auto;
  background-color: var(--black-color);
}

.hg-gallery-filters-button-group .button.is-checked,
.hg-gallery-filters-button-group .button:hover {
  background-color: var(--hg-primary);
  color: var(--white-color);
}

.widget_product_search .widget-inner button, 
.sidebar-widget .widget-inner button,
.footer-widget .widget-inner button {
  text-decoration: none;
  position: relative;
  padding: 10px 18px;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 0 !important;
  border: none;
  background-color: var(--hg-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: oswald, sans-serif;
  overflow: hidden;
}
.widget_product_search .widget-inner button:hover{
  background-color: var(--hg-secondary);
}

/* ---- .element-item ---- */


/*gallery isotope*/
.gallery-content-area .hg-content {
  overflow: hidden;
}
.gallery-content-area .post-image {
  background-color: unset;
}
.gallery-content-area .post-image  img{
  width: 100%;
}
.gallery-content-area .hg-content:hover .hg-caption {
  bottom: 0;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*======================================================================
callout style
======================================================================*/

.icon-callout-area {
  font-size: 16px;
  position: relative;
  background-image: linear-gradient(rgb(43 12 46 / 92%), rgb(13 6 14 / 92%)), url(../../assets/images/callout-bg.jpg);
  padding: 5rem 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-callout-area:after{
 content: '';
 position: absolute;
 width: 284px;
 top: -110px;
 left: -150px;
 height: 620px;
 transform: rotate(27deg);
 background: var(--hg-primary);
}
.icon-callout-area:before{
 content: '';
 position: absolute;
 width: 100px;
 height: 250px;
 right: -70px;
 bottom: -58px;
 transform: rotate(15deg);
 background: var(--hg-primary);
}

.icon-callout-title span{
  color: var(--hg-primary);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}
.icon-callout-area .icon-callout-title span:before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--hg-primary);
  width: 16px;
}
.icon-callout-area .icon-callout-title .title {
  font-size: 45px;
  color: var(--white-color);
  margin-top: 8px;
}
.icon-callout-area .icon-callout-title{
  position: relative;
  z-index: 1;
}
.icon-callout-area .icon-callout-contect{
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.icon-callout-area .icon-callout-contect p {
  font-size: 16px;
  font-weight: 500;
  color: #b0a9c0;
  line-height: 30px;
}

.icon-callout-item .box {
  margin-bottom: 30px;
}
.icon-callout-item .box span {
  display: flex;
  align-items: center;
  border: 1px solid #55515f;
  padding-left: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  transition: all linear 0.3s;
}

.icon-callout-item .box:hover span {
  background: var(--hg-primary);
  border-color: var(--hg-primary);
}

.icon-callout-item .box span i {
  font-size: 30px;
  color: var(--hg-primary);
  margin-right: 20px;
  transition: all linear 0.3s;
}
.icon-callout-item .box:hover span i {
  color: var(--white-color);
}


.icon-callout-area span.icon-callout-inner-icon {
  font-size: 35px;
  height: 65px;
  line-height: 65px;
  width: 65px;
  background-color: var(--hg-primary);
  display: block;
  color: var(--white-color);
  margin-right: 3px;
  /* border-radius: 5px;*/
}

.icon-callout-area .callout_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  padding: 20px 12px;
  border-radius: 4px;
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.icon-callout-area .callout-container {
  max-width: 800px;
  margin: 0 auto;
}

.icon-callout-area .entry-summary p {
  margin: 40px 0;
}

.icon-callout-area span.icon-callout-inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  padding: 20px 15px;
  border-radius: 4px;
  margin-left: 0;
  color:var(--white-color);
}

/*---Footer----*/



.page-progress {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  left: 0;
  height: 5px;
  background-color:var(--hg-primary);
  transition: all linear 0.1s;
  min-width: 0;
  overflow: hidden;
}



figure.gallery-item {
  width: 31%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px;
}

/*------Footer before area---------------------*/

.icon-callout-area .col-md-3,
.icon-callout-area .icon-callout-area .col-md-3 > * {
  margin-bottom: 0;
}

.icon-callout-area .icon-callout-area {
  padding: 20px 0;
  margin-top: 80px;
}

.icon-callout-area .icon-callout-area .icon-callout-inner-icon,
.icon-callout-area .icon-callout-area .icon-callout-inner-title {
  display: inline-block;
  vertical-align: middle;
}

.icon-callout-area .icon-callout-area .icon-callout-inner-icon {
  font-size: 40px;
}

.icon-callout-area .icon-callout-area .icon-callout-inner-title {
  font-size: 20px;
  margin-left: 10px;
}


/*footer*/


footer .navbar-brand {
  margin-bottom: 20px;
  display: block;
}

footer.site-footer-area {
  position: relative;
  padding-top: 5rem !important;
}
footer.site-footer-area .container{
  position: relative;
}
footer.site-footer-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.85), rgb(0 0 0 / 0.85));
  left: 0;
  top: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: repeat;
}

.widget ul li a {
  color: var(--hg-secondary);
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.widget ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget .widget-inner .textwidget p{
  color: var(--hg-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.footer-top-area{
  margin-bottom: 45px;
}

.widget-contact {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.widget-contact {
  padding: 30px 25px 30px 47px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1a1a;
}
.hg-bg-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .08;
  background-position: 50%;
  background-size: cover;
}
.contact-icon {
  line-height: 1;
  text-align: center;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms linear 100ms;
  transition: all 300ms linear 100ms;
  background-color:var(--hg-primary);
  color: var(--white-color);
}
.widget-contact .contact-icon i {
  font-size: 36px;
}
.widget-contact:hover .contact-icon i{
  -webkit-animation: icon-bounce 800ms ease-out infinite;
  animation: icon-bounce 800ms ease-out infinite;
}
.widget .contact-info .title {
  color: var(--white-color);
  font-weight: 600;
  font-size: 22px;
}
.hg-footer-btn {
  color: var(--white-color);
  text-transform: uppercase;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.hg-footer-btn i {
  position: relative;
  margin-left: 10px;
}



/*copyright-bar*/

.copyright-bar {
  padding: 40px 0px 20px 0;
  color: var(--white-color);
  vertical-align: middle;
  z-index: 9;
  margin-bottom: 0;
  position: relative;
}

.copyright-bar .container:before {
  content: "";
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(108, 117, 125, 0.6);
}
.copyright-bar .widget-left{
  display: inline-flex;
  align-items: center;
  padding: 5px 0px;
}

.copyright-bar .widget-left a {
  color: var(--hg-primary);
}
.widget-center {
  margin-top: -65px;
}

.copyright-bar .footer-right-manu{
 text-align: end;
}

.copyright-bar .footer-right-manu ul{
  list-style: none;
  display: inline-flex;
  margin: 0;
  flex-direction: row;
}
.copyright-bar .footer-right-manu ul li{
  margin-right: 20px;
  position: relative;
}
.copyright-bar .footer-right-manu ul li:before{
  position: absolute;
  right: -10px;
  height: 15px;
  top: 10px;
  width: 1px;
  background: #d7d7d7;
  content: "";
}
.copyright-bar .footer-right-manu ul li:last-child{
  margin-right: 0px;
}
.copyright-bar .footer-right-manu ul li:last-child:before{
  opacity: 0;
}
.copyright-bar .footer-right-manu ul li a{
  font-size: 14px;
  color: var(--white-color);
}
.copyright-bar .footer-right-manu ul li:hover a{
  color: var(--hg-primary);
}
.payment-methods{
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 0px;
}
.payment-methods li {
  display: inline-block;
  line-height: .95;
  margin-left: 10px;
}
.payment-methods li:first-child {
  margin-left: 0;
}
.copyright-bar .payment-methods li a {
  color: var(--white-color);
  font-size: 30px;
}
.copyright-bar .payment-methods li a:hover,
.copyright-bar .payment-methods li a:focus {
  color: var(--hg-primary);
}

.widget.footer-widget .gallery-icon .size-thumbnail {
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

ul li.hrp-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin: 10px 0;

}

ul li.hrp-post-item a {
  color: var(--hg-secondary);
  text-decoration: none;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

ul li.hrp-post-item a img {
  max-width: 100px !important;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

ul li.hrp-post-item h4 {
  margin: 0;
}

ul li.hrp-post-item h4 a {
  font-size: 16px;
  color: var(--hg-secondary);
  margin: 0;
  font-weight: bold;
}

ul li.hrp-post-item .item-meta {
  font-size: 14px;
  margin: 0;
}

/*=============================================
  #Sidebar Widgets
==================================================*/

.widget {
  padding: 30px;
  font-size: 17px;
  margin-bottom: 2em;
}

.widget .navbar-brand{
  margin-bottom: 20px;
  display: block;
}
.widget-title {
  position: relative;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--hg-secondary);
}

.sidebar-widget {
  -webkit-box-shadow: 2px 3px 30px #0000001c;
  box-shadow: 2px 3px 30px #0000001c;
  border-radius: 10px;
}

.widget-title:after {
  position: absolute;
  left: 0;
  top: 40px;
  content: "";
}

.sidebar-widget .widget-title:after {
  width: 100%;
  height: 1px;
  background-color:var(--light-color);
}


.tagcloud .tag-cloud-link {
  display: inline-block;
  font-size: 15px !important;
  line-height: 20px;
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 3px;
  padding: 6px 12px;
  vertical-align: baseline;
  font-family: 'poppins',sans-serif;
  white-space: nowrap;
  color: var(--white-color);
  background-color: var(--hg-secondary);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tagcloud .tag-cloud-link:hover {
  background-color: var(--hg-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widget .tagcloud .tag-cloud-link:hover,
.sidebar-widget .tagcloud .tag-cloud-link:focus {
  color: var(--white-color);
}
.sidebar-widget .page_item a:hover ,
.sidebar-widget .page_item a:focus {
  color: var(--hg-primary);
}

div#calendar_wrap {
  background-color: var(--white-color);
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px #f4f1f1;
  box-shadow: 2px 2px 10px #f4f1f1;
  border-radius: 5px;
}

div#calendar_wrap #wp-calendar {
  width: 100%;
  table-layout: fixed;
  font-size: 80%;
}

div#calendar_wrap #wp-calendar thead {
  background-color: var(--hg-primary);
  color: var(--white-color);
}

div#calendar_wrap #wp-calendar td,
div#calendar_wrap #wp-calendar th {
  text-align: center;
  padding: 7px;
  border: 1px solid #cccccc1a;
  text-align: center;
  padding: 10px;
}

div#calendar_wrap #wp-calendar td {
  border: 1px solid #efebe6;
  text-align: center;
  padding: 10px;
}
div#calendar_wrap caption {
  padding: 10px;
}
div#calendar_wrap nav.wp-calendar-nav {
  background-color: var(--hg-secondary);
  padding: 7px 10px;
}
div#calendar_wrap nav.wp-calendar-nav a {
  color: var(--white-color);
  text-decoration: none;
}
.widget ul li {
  position: relative;
  padding: 5px 0;
  list-style: none;
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
}
.widget.widget_product_categories .product-categories .cat-item{
  padding: 0;
}
.widget.widget_layered_nav .wc-layered-nav-term .count{
 position: absolute;
 top: 0;
 right: 0;
 font-weight: 300;
 color: #999;
} 

.widget.widget_product_categories .product-categories .cat-item a, .widget.widget_layered_nav .wc-layered-nav-term a{
  background-color: initial;
  border-bottom: 1px solid var(--light-color);
  color: var(--body-color);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 18px;
  padding: 0 20px 17px 0;
}
.widget.widget_product_categories .product-categories .cat-item:last-child a,
.widget.widget_layered_nav .wc-layered-nav-term:last-child a{
  border: none;
}
.widget.widget_product_categories .product-categories .cat-item a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 400;
  color: var(--hg-primary);
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_product_categories .product-categories .cat-item:hover a, .widget.widget_layered_nav .wc-layered-nav-term:hover a{
  color: var(--hg-primary);
}

.widget.widget_recent_comments .widget-inner ul li{
  position: relative;
  padding-left: 60px;
  margin-bottom: 5px;
}
.widget.widget_recent_comments .widget-inner ul li .comment-author-link a{
  color: var(--hg-primary);
}

.widget.widget_recent_comments .widget-inner ul li .comment-author-link a:after{
  content: "\f075";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 400;
  color: var(--hg-secondary);
  position: absolute;
  left:16px;
  top:22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_recent_comments .widget-inner ul li .comment-author-link a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 45px;
  width: 45px;
  background-color: var(--light-color);
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_recent_comments .widget-inner ul li:hover .comment-author-link a:after{
 color: var(--white-color);
}
.widget.widget_recent_comments .widget-inner ul li:hover .comment-author-link a:before{
 background-color: var(--hg-primary);
}

/*Room search calender*/

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=text], input[type=date], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
  background-color: #fafafa;
  color: #666;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
}
a img:focus, select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: var(--hg-primary)!important;
  box-shadow: none;
  outline:none;

}
.search-form-inner{
  max-width: 350px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.mphb_widget_search-submit-button-wrapper .button{
  background-color: var(--hg-primary);
  color: var(--white-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border: 0;
  border-radius: 4px;
}
.widget_product_search .widget-inner input[type=search],
.sidebar-widget .widget-inner input[type=search],
.footer-widget .widget-inner input[type=search]{
 width: 100%;
 padding: 10px 15px;
 border-radius: 0;
 height: 55px;
 border: none;
 margin-bottom: 0;
 background-color:#efefef;
}
.widget_product_search .widget-inner input[type=search]::placeholder{
  font-size: 14px;
}
.widget.widget_product_search .widget-inner form, .widget.widget_search .widget-inner .search-form-inner{
  display: flex;
} 
.widget_product_search .widget-inner input[type=search]:focus,
.sidebar-widget .widget-inner input[type=search]:focus,
.footer-widget .widget-inner input[type=search]:focus{
  outline: none;
}

/*=============================================
  #footer Widgets
  ==================================================*/

  .widget.footer-widget {
    padding: 15px;
  }
  .footer-widget .widget-title{
    color: var(--white-color);
  }
  .widget.footer-widget ul li a{
   color: var(--white-color);
   font-size: 16px;
 }
 .widget.footer-widget .textwidget p, 
 .widget.footer-widget .textwidget .text, 
 .widget.footer-widget .textwidget ul li {
  font-family: 'poppins',sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.widget.footer-widget .textwidget ul li i{
  color: var(--hg-primary);
}
.widget.footer-widget .textwidget .social_media .nav-item i{
  color: var(--white-color);
}
.footer-widget .widget-title:before {
  content: "";
  width: 39px;
  height: 1px;
  display: block;
  background-color: var(--hg-primary);
  position: absolute;
  bottom: -17px;
  left: 0;
}
.footer-widget .widget-title:after {
  content: "";
  width: 71px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--hg-primary);
}

ul.contact-list {
  word-break: break-all;
}

.widget.footer-widget .cat-item a:before {
  content: none;
}
.widget.footer-widget ul{
  margin-top: 10px;
}
.widget.footer-widget ul li {
  border-bottom: none;
  padding-bottom: 2px;
  padding-top: 2px;
  font-family: "Poppins", sans-serif;
}
.widget.widget_nav_menu ul li a:hover,
.widget.widget_archive ul li:hover a,
.widget.widget_hg_recent_posts ul li:hover a,
.widget.widget_categories ul li:hover a{
 color: var(--hg-primary);
}

.widget.widget_nav_menu ul li a:after,
.widget.widget_archive ul li a:after,
.widget.widget_categories ul li a:after {
  content: "\f101";
  color: var(--hg-primary);
  bottom: 0;
  font-style: normal;
  float: left;
  font-family: "FontAwesome";
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;

}
.widget.footer-widget table td {
  border-color: var(--white-color);
}

.scroll-top {
  position: fixed !important;
  z-index: 11;
  display: none;
  color: var(--white-color);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 100%;
  right: 40px;
  bottom: 40px;
}

.scroll-top:hover {
  color: var(--white-color);
}

.scroll-top {
  text-align: center;
  background-color: var(--hg-primary);
  border-radius: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.scroll-top i {
  position: relative;
  z-index: 2;
}

.scroll-top::after, .scroll-top::before {
  content: "";
  border: 5px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -25%;
}

.scroll-top::before {
  border-color: var(--hg-primary);
  background: var(--hg-primary);
  opacity: 0.7;
  -webkit-animation: 3s videomodule-anim linear infinite;
  animation: 3s videomodule-anim linear infinite;
}

.scroll-top::after {
  border-color: var(--hg-primary);
  background: var(--hg-primary);
  opacity: 0.5;
  -webkit-animation: 2s videomodule-anim linear infinite;
  animation: 2s videomodule-anim linear infinite;
}

@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes ripple{0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
@keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}

@keyframes icon-bounce{
  0%,100%,20%,50%,80%{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
  }
  40%{
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px)}
    60%{
      -webkit-transform:translateY(-5px);
      -ms-transform:translateY(-5px);
      transform:translateY(-5px)}
    }

    /*----------------Page Title Section Css--------------------------*/
    /*-------Breadcrumb-------------------*/
    .breadcrumb-section {
      margin-bottom: 90px;
      background-image: url(../images/call.jpg);
      background-position: center;
      background-size: cover;
    }
    .breadcrumb-section .overlay {
      position: relative;
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important;
      opacity: 1 !important;
      width: 100%;
      height: 100%;
    }
    .breadcrumb-section .content_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
    }

    .breadcrumb-section #trapezoid {
      color: var(--white-color);
      position: absolute;
      text-align: center;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);

    }
    .breadcrumb-section .breadcrumb-title {
      font-size: 40px;
      color: var(--white-color);
      margin-top: 0;
      margin-bottom: 10px;
    }
    .breadcrum-list {
      margin-bottom: 0px;
    }

    .breadcrumb-section .breadcrum-list li {
      display: inline-block;
      padding-left: 5px;
      font-size: 18px;
    }

    .breadcrumb-section .breadcrum-list li:first-child a{
      text-decoration: none;
    }
    .breadcrum-home-booking{
      position: relative;
      bottom: -55px !important;

    }


/*=================================================
31 :: Page Blog Comment Section
=================================================*/
.comment-body {
  padding: 20px;
  background-color: var(--light-color);
}

.comment-body .comment-metadata a {
  font-size: 80%;
  color: var(--hg-primary);
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

.comment-body img.avatar {
  width: 60px;
  margin-right: 12px;
}

.comment-body .fn a {
  color: var(--hg-primary);
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
}

.comment-body a.comment-edit-link {
  position: absolute;
  top: 5px;
  right: 21px;
  color: var(--hg-primary) !important;
}

.comment-body a.comment-reply-link {
  color: var(--white-color);
  padding: 6px 20px;
  margin-top: 14px;
  display: block;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--hg-primary);
}

.comment-body a.comment-reply-link:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--black-color);
}

textarea#comment {
  width: 100%;
}

.comment-form-comment {
  margin: 20px 0;
}

div#respond {
  padding: 15px;
  margin-bottom: 80px;
}

.comment-list.clearfix {
  margin-top: 60px;
}

.comment-list h3 {
  margin-bottom: 40px;
}

#commentform {
  padding: 40px;
  background-color: var(--light-color);
}

#commentform .comment-notes,
#commentform .comment-form-comment,
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-cookies-consent,
#commentform .form-submit {
  margin: 20px;
  display: block;
}

#commentform .comment-notes label,
#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-url label,
#commentform .comment-form-cookies-consent label,
#commentform .form-submit label {
  display: inline-block;
  font-weight: bold;
  color: var(--hg-secondary);
}

#commentform .comment-notes input,
#commentform .comment-notes textarea,
#commentform .comment-form-comment input,
#commentform .comment-form-comment textarea,
#commentform .comment-form-author input,
#commentform .comment-form-author textarea,
#commentform .comment-form-email input,
#commentform .comment-form-email textarea,
#commentform .comment-form-url input,
#commentform .comment-form-url textarea,
#commentform .comment-form-cookies-consent input,
#commentform .comment-form-cookies-consent textarea,
#commentform .form-submit input,
#commentform .form-submit textarea {
  width: 100%;
  min-height: 50px;
  margin-top: 5px;
  border-radius: 0;
}

#commentform p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#commentform p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  width: 20px !important;
  margin-right: 10px;
}

#commentform p.comment-form-cookies-consent label {
  font-weight: normal;
}

#commentform .form-submit {
  width: 170px;
  border: 0;
}

#commentform .form-submit input#submit {
  border: 0;
  border: 0;
  padding: 14px;
  color: var(--white-color);
  background-color: var(--hg-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#commentform .form-submit input#submit:hover {
  background-color: var(--hg-secondary);
  color: var(--white-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


/*template menu section and menu-filter-button */

.menu-filter-tab{
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.menu-filter-tab .menu-filter-button button {
  padding: 10px 25px;
  margin-right: 10px;
  margin-bottom: 7px;
  outline: none;
  background-color: var(--white-color);
  color: var(--body-color);
  border: 1px solid transparent;
  border-color: var(--hg-primary);
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  border-radius: 0 20px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-filter-tab button.active,
.menu-filter-tab button:hover{
  background-color: var(--hg-primary);
  color: var(--white-color);
}
.menu-category-list ul {
  list-style: none;
  margin: 0 !important;
}
.menu-category-list ul li {
  margin-bottom: 10px;
  width: 50%;
  float: left;
  padding: 0px 20px;
}
.menu-category-list ul li .menu-category-div {
  position: relative;
  padding-left: 130px;
  padding-bottom: 20px;
  display: block;
  min-height: 120px;
  color: #77828b;
  text-decoration: none;
}
.menu-category-list ul .menu-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-category-list ul .menu-title {
  margin: 0 0 10px;
  color: #24292d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.menu-category-list ul .menu-short-desc{
  color: #808080;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.menu-category-list ul .price {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.menu-category-list ul .price .amount {
  position: relative;
  overflow: hidden;
  color: #24292d;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

.menu-category-list .item-tag {
  background: var(--hg-primary);
  display: inline-block;
  padding: 3px 16px 0px 16px;
  border-radius: 5px;
  margin-bottom: 12px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
.menu-category-list .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-category-list .menu-box .text-box {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: var(--hg-secondary);
  font-weight: 600;
  font-size: 1.6rem;
}
.menu-category-list .menu-box .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.menu-category-list .menu-box span{
  color: var(--hg-primary);
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}

.call-to-action-area {
  position: relative;
  background-image: url(https://bslthemes.com/tastyc/wp-content/uploads/2021/04/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.call-to-action-area .hg-offer {
  width: 100%;
}
.hg-suptitle {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Josefin Sans",sans-serif;
  color: var(--white-color);
  margin: 0;
  padding-left: 45px;
  margin-bottom: 15px;
}
.hg-suptitle:before {
  content: '';
  height: 4px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--hg-primary);
}
.hg-title-h{
  margin-bottom: 20px;
}
.hg-title-h span{

  font-weight: 800;
  margin: 0;
  color: var(--white-color);

  font-size: 68px;
}
.hg-fade-up p{
  margin-bottom: 0;
  font-weight: 200;
  font-family: "Josefin Sans",sans-serif;
  line-height: 30px;
  color: #e5ebef;
}
.tst-label {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Josefin Sans",sans-serif;
  margin: 0;
  color: #e5ebef;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.call-to-action-area .tst-cta-image {
  width: 90%;
  max-width: 90%;
  height: 100%;
  margin-left: -2%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}





/*=================================================
32 :: Page Blog Comment Form
=================================================*/

.post-prev-next {
  padding: 30px 20px;
  border-bottom: 1px solid #edeff7;
  border-top: 1px solid #edeff7;
}

.post-prev-next .post-btn {
  background-color: transparent;
  border: 0;
  font-size: 30px;
  padding: 5px;
}

.post-prev-next h5 a {
  color: var(--aq-secondary-dark);
}

.post-prev-next span.comment-date {
  font-weight: normal;
}

.post-np-img img.img-fluid {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-np-img {
  height: 70px;
  width: 80px;
  overflow: hidden;
  margin-right: 10px;
}

.post-prev {
  margin-right: 40px;
}

.post-prev:hover i {
  color: var(--aq-primary);
}

.post-next {
  margin-left: 40px;
  text-align: right;
}

.post-next .post-np-img {
  margin-right: 0;
  margin-left: 10px;
}

.post-next:hover i {
  color: var(--aq-primary);
}

.sp-post-pagination {
  margin-bottom: 80px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.nav-links .page-numbers {
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-decoration: none;
  display: block;
  margin: 5px 10px;
  text-align: center;
  font-size: 24px;
  color: var(--aq-black);
  border: 0;
  border-radius: 100% !important;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background-color: var(--hg-primary);
  color: var(--white-color);
  border: 0;
}

/*=================================================
32 :: Page  Fun Fact section
=================================================*/

.fun-fact-section {
  position: relative;
}
.fun-fact-section .fun-fact-counter {
 display: flex;
 padding: 15px;
 width: 100%;
 background: rgba(0 0 0 / 30%);
 backdrop-filter: blur(10px);
 align-items: center;
 margin-bottom: 25px;
 position: relative;
 overflow: hidden;
}
.fun-fact-section .fun-fact-icon-box {
 width: 60px;
 height: 60px;
 line-height: 60px;
 border-radius: 50%;
 background: var(--white-color);
 color: var(--hg-primary);
 font-size: 35px;
 text-align: center;
 margin-right: 15px;
}

.fun-fact-section h3 .stat-count, .fun-fact-section h3 .stat-plus{
 position: relative;
 font-weight: 700;
 font-size: 36px;
 line-height: 1em;
 color: var(--white-color);
}
.fun-fact-section .fun-fact-counter .fun-fact-content .entry-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 1rem;
}
.fun-fact-counter:before,
.fun-fact-counter:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-color: var(--hg-primary);
  transition: 0.65s;
}
.fun-fact-counter:before {
  border-left-width: 4px;
  border-top-width: 4px;
  top: 0;
  left: 0;
}
.fun-fact-counter:after {
  border-right-width: 4px;
  border-bottom-width: 4px;
  right: 0;
  bottom: 0;
}
.fun-fact-counter:hover:before, .fun-fact-counter:focus-within:before, .fun-fact-counter:hover:after, .fun-fact-counter:focus-within:after {
  width: 100%;
  height: 100%;
}
.fun-fact-counter:hover .fun-fact-icon-box i,
.fun-fact-counter:focus-within .fun-fact-icon-box i {
  animation: rubberBand 1.5s;
}


/*=================================================
32 :: tempalte faqs
=================================================*/

.our-faqs .faq-list {
  padding: 0;
  list-style: none;
}
.our-faqs .faq-list li.collapsed {
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
  padding: 26px 30px;
  overflow: hidden;
  list-style: none;
  border: 1px solid #e6e6e6;
  background-color:var(--white-color);
  transition: all 1s ease;
  box-shadow: none;
  cursor: pointer;
}
.our-faqs .faq-list li{
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
  padding: 26px 30px;
  overflow: hidden;
  list-style: none;
  border: 1px solid #e6e6e6;
  background-color:var(--white-color);
  transition: all 1s ease;
  cursor: pointer;
  border: 1px solid transparent;
  border-left-color: var(--hg-primary);
  animation: pxlFadeInUp 1s ease;
  -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 25px rgb(0 0 0 / 15%);
  box-shadow: 0 0 25px rgb(0 0 0 / 15%);
  width: 48%;
  float: left;
  margin-right: 2%;
}

@keyframes pxlFadeInUp{
  from {
    opacity:0;transform:translate3d(0,30px,0)
  }
  to {
    opacity:1;transform:none
  }
}

.our-faqs .faq-list .ac-item.active,
.our-faqs .faq-list li:hover{
  border: 1px solid transparent;
  border-left-color: var(--hg-primary);
  -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 15%);
  box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}

.our-faqs .faq-list li:before {
  content: "";
  position: absolute;
  width: 6px;
  bottom: -1px;
  left: -1px;
  top: -1px;
  background-color:var(--hg-primary);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.our-faqs .faq-list .collapsed:before {
  content: "";
  position: absolute;
  width: 6px;
  bottom: -1px;
  left: -1px;
  top: -1px;
  background-color:var(--hg-primary);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.our-faqs .faq-list li:hover:before,
.our-faqs .faq-list li.active:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.our-faqs .faq-list .ac-item a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  color:#222222;
}
.our-faqs .faq-list .ac-item a h5{
  color: var(--hg-secondary);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.our-faqs .faq-list .ac-item i {
  font-size: 14px;
  color: #9ba2aa;
  position: absolute;
  right: 0;
  top: 0;
}
.our-faqs .faq-list .ac-item .icon-close {
  font-size: 22px;
}
.our-faqs .faq-list .ac-item p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0 0;
}
.our-faqs .faq-list .icon-show {
  display: none;
}
.our-faqs .faq-list li.collapsed h5{
  color: var(--hg-secondary);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.our-faqs .faq-list li.collapsed .icon-show {
  display: inline-block;
}
.our-faqs .faq-list li.collapsed .icon-close {
  display: none;
}

.entry-header:hover .heading-hg {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
.entry-header:hover .heading-subtitle {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hg-stroke-title {
  margin-bottom: 28px;
  width: 100%;
}
.heading-hg {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .01em;
  -webkit-text-stroke:0.5px rgb(171 170 170 / 24%);
  color: transparent;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform .8s ease!important;
  transition: transform .8s ease!important;
}
.heading-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--hg-primary);
  line-height: 30px;
  letter-spacing: .1em;
  margin-top: -50px;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform .8s ease!important;
  transition: transform .8s ease!important;
}
.heading-title {
  margin: 0;
  font-size: 48px;
  color: black;
  line-height: 55px;
}




/*=================================================
32 :: Page Contact
=================================================*/

.home-reservation{
  background-color: var(--hg-primary);
}
.contact-details-inner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-inner-column{
  position: relative; 
}
.contact-inner-column:before {
  content: "";
  left: 50%;
  top: 0;
  z-index: -1;
  position: absolute;
  width: 440px;
  height: 440px;
  background:#bd966f8c;
  line-height: 440px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-55%, -10%);
  -ms-transform: translate(-55%, -10%);
  transform: translate(-55%, -10%);
}
.contact-inner-column .contact-image {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.home-reservation .hg-cf7-wrap{
  background-color: #F7F7F7;
  padding: 20px 115px 1px;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777
}
.home-reservation .site-title-header span{
  color: var(--white-color);
}
.home-reservation .entry-header .w-subtitle{
  color: var(--white-color);
}

.hg-content-wrap {
  padding: 36px 30px 30px 50px;
  background-color: #f7f7f7;
  min-height: 170px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
}
.hg-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 4px solid var(--hg-primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate3d(0,0,1,45deg)scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg)scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity .35s,transform .35s;
  transition: opacity .35s,transform .35s;
}
.hg-content-wrap:hover:before {
  opacity: 1;
  height: 4px;
  visibility: visible;
  -webkit-transform: rotate3d(0,0,1,0)scale3d(1,1,1);
  transform: rotate3d(0,0,1,0)scale3d(1,1,1);
}
.hg-content-wrap .content-inner {
  margin-left: -12px;
  margin-right: -12px;
}
.hg-content-wrap .content-inner>div {
  padding-left: 12px;
  padding-right: 12px;
}
.pxl-icon {
  font-size: 60px;
  color: var(--hg-primary);
  display: inline-block;
  margin-top: -2px;
}
.hg-content-wrap:hover .pxl-icon {
  -webkit-animation: bounceIn 1000ms ease 0s;
  animation: bounceIn 1000ms ease 0s;
}
.hg-title {
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 0;
}
.hg-desc {
  font-size: 15px;
  line-height: 25px;
  color: #64688C;
  font-family: "Poppins", sans-serif;
}

.hg-cf7-wrap{
  background-color: #F7F7F7;
  padding: 115px 100px 100px;
}
.wpcf7-form label {
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 30px;
  margin-bottom: 3px;
}

.hg-cf7-wrap .wpcf7-text, .hg-cf7-wrap .wpcf7-textarea{
  background-color: var(--white-color);
  border: 1px solid #ececec;
  color: #757474;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hg-cf7-wrap .wpcf7-text:hover,
.hg-cf7-wrap .wpcf7-text:active,
.hg-cf7-wrap .wpcf7-text:focus,
.hg-cf7-wrap .wpcf7-textarea:hover,
.hg-cf7-wrap .wpcf7-textarea:active,
.hg-cf7-wrap .wpcf7-textarea:focus
{
  border: 1px solid var(--hg-primary);
  box-shadow: none !important;
}

.hg-cf7-wrap .wpcf7-textarea{
  min-height: 150px;
}

/*-----------------------------------------------------------
# Datepicker
-----------------------------------------------------------*/

.datepick-popup .datepick-month-header select,
.datepick-popup .datepick-month-header input,
.mphb-calendar .datepick-month-header select,
.mphb-calendar .datepick-month-header input {
  width: auto;
  display: inline-block;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%;
}

.datepick-popup .datepick-month-header select,
.mphb-calendar .datepick-month-header select {
  padding-right: 1.7em;
}

.datepick-popup .datepick-cmd-next,
.datepick-popup .datepick-cmd-prev,
.mphb-calendar .datepick-cmd-next,
.mphb-calendar .datepick-cmd-prev {
  text-indent: 1000px;
  overflow: hidden;
}

.datepick-popup .datepick-cmd-next:before,
.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-prev:before {
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-indent: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
  right: auto;
  left: 1em;
}

.datepick-popup a.datepick-cmd,
.mphb-calendar a.datepick-cmd {
  padding: 0 1em;
  position: relative;
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
  float: right;
  content: "\f078";
  margin-top: -7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.datepick {
  border: 0;
}

.datepick-popup .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-next:before {
  float: right;
  content: "\f078";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -7px;
}

.mphb-calendar a,
.datepick-popup a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mphb-calendar .datepick-nav,
.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-nav,
.datepick-popup .datepick-ctrl {
  font-size: inherit;
  font-weight: normal;
}

.mphb-calendar .datepick-nav,
.datepick-popup .datepick-nav {
  background-color: var(--white-color);
  border: 1px solid #e0e1e5;
}

.mphb-calendar .datepick-nav a,
.datepick-popup .datepick-nav a {
  color: #333333;
}

.mphb-calendar .datepick-nav a:hover,
.mphb-calendar .datepick-nav a:focus,
.datepick-popup .datepick-nav a:hover {
  background-color: #f4f4f4;
  color: #333333;
}

.mphb-calendar .datepick-nav a.datepick-disabled,
.datepick-popup .datepick-nav a.datepick-disabled {
  cursor: not-allowed;
  color: #d0d0d0;
}

.mphb-calendar .datepick-nav a.datepick-disabled:hover,
.mphb-calendar .datepick-nav a.datepick-disabled:focus,
.datepick-popup .datepick-nav a.datepick-disabled:hover {
  background-color: var(--white-color);
}

.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-ctrl {
  border-left: 1px solid #e0e1e5;
  border-right: 1px solid #e0e1e5;
  border-bottom: 1px solid #e0e1e5;
  background-color: var(--white-color);
}

.mphb-calendar .datepick-ctrl a,
.datepick-popup .datepick-ctrl a {
  color: #333333;
}

.mphb-calendar .datepick-ctrl .datepick-cmd:hover,
.mphb-calendar .datepick-ctrl .datepick-cmd:focus,
.datepick-popup .datepick-ctrl .datepick-cmd:hover {
  background-color: var(--white-color);
  color: #01bea0;
}

.mphb-calendar a.datepick-cmd,
.datepick-popup a.datepick-cmd {
  height: auto;
  line-height: 2.714em;
}

.mphb-calendar .datepick-month-header,
.mphb-calendar .datepick-month-header select,
.mphb-calendar .datepick-month-header input,
.datepick-popup .datepick-month-header,
.datepick-popup .datepick-month-header select,
.datepick-popup .datepick-month-header input {
  height: auto;
  background-color: var(--white-color);
  color: #333333;
  font-weight: normal;
  line-height: 2.714em;
  font-family: inherit;
}

.mphb-calendar .datepick-month-header select,
.datepick-popup .datepick-month-header select {
  background-position: right 0.35em top 1em;
}

@media screen and (min-width: 768px) {
  .mphb-calendar .datepick-month-row,
  .datepick-popup .datepick-month-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mphb-calendar .datepick-month,
.datepick-popup .datepick-month {
  width: 100%;
  border: 0px solid #e0e1e5;
  border-bottom: 1px solid #e0e1e5;
  border-right: 1px solid #e0e1e5;
  border-left: 1px solid #e0e1e5;
}

@media screen and (min-width: 768px) {
  .mphb-calendar .datepick-month,
  .datepick-popup .datepick-month {
    width: 50%;
  }
  .mphb-calendar .datepick-month.last,
  .datepick-popup .datepick-month.last {
    border-left: 0px solid #e0e1e5;
  }
  .mphb-calendar .datepick-month.first,
  .datepick-popup .datepick-month.first {
    margin-right: 1px;
  }
}

@media screen and (min-width: 768px) {
  .mphb-calendar .datepick-month + .datepick-month,
  .datepick-popup .datepick-month + .datepick-month {
    border-left: 1px solid #e0e1e5;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .mphb-calendar .datepick-month + .datepick-month .datepick-month-header,
  .datepick-popup .datepick-month + .datepick-month .datepick-month-header {
    margin-right: 0;
  }
}


.mphb-calendar .datepick-month table,
.datepick-popup .datepick-month table {
  margin: 0 auto;
  width: 100%;
}

.mphb-calendar .datepick-month tbody,
.datepick-popup .datepick-month tbody {
  line-height: 2.1em;
}

.mphb-calendar .datepick-month th,
.datepick-popup .datepick-month th {
  border: 1px solid #f4f4f4;
  font-size: 0.75;
  font-weight: 400;
  padding: 0.5em 0;
}

.mphb-calendar .datepick-month th,
.mphb-calendar .datepick-month th a,
.datepick-popup .datepick-month th,
.datepick-popup .datepick-month th a {
  background-color: #f4f4f4;
  color: #666666;
}

.mphb-calendar .datepick-month td,
.datepick-popup .datepick-month td {
  background-color: #f4f4f4;
  border: 1px solid var(--white-color);
}

.mphb-calendar .datepick-month a,
.datepick-popup .datepick-month a {
  padding: 0;
  background-color: var(--white-color);
  color: #333333;
}

.mphb-calendar .datepick-month span,
.datepick-popup .datepick-month span {
  padding: 0;
}

.mphb-calendar .datepick-month td span,
.datepick-popup .datepick-month td span {
  color: #c4c4c4;
}

.mphb-calendar .datepick-month td .datepick-weekend,
.datepick-popup .datepick-month td .datepick-weekend {
  background-color: var(--white-color);
}

.mphb-calendar a,
.datepick-popup a {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date {
  background-color: #d7f4c0;
  color: #333333;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-available-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-available-date {
  background-color: var(--white-color);
  color: #666666;
  text-decoration: line-through;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-past-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 1;
  background-color: #f4f4f4;
  color: #c4c4c4;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-later-max-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  background-color: var(--white-color);
  color: #666666;
  text-decoration: line-through;
  opacity: 1;
}

.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected,
.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-selected {
  background-color: #333333;
  color: var(--white-color);
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date {
  opacity: 1;
}

.datepick-popup {
  -webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, 0.15);
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.15);
}

.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-today {
  background-color: var(--white-color);
  font-weight: 700;
  color: #333333;
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
  background-color: var(--white-color);
  color: #666666;
  text-decoration: line-through;
}

.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-highlight {
  background-color: #333333;
  color: var(--white-color);
}

.datepick-popup
.mphb-datepick-popup.mphb-check-in-datepick
.datepick-month
td
.mphb-not-check-in-date:not(.mphb-past-date) {
  background-color: var(--white-color);
  color: #666666;
  text-decoration: line-through;
}

.datepick-popup
.mphb-datepick-popup.mphb-check-out-datepick
.datepick-month
td
.mphb-not-check-out-date:not(.mphb-past-date) {
  background-color: var(--white-color);
  color: #666666;
  text-decoration: line-through;
}

.datepick-popup
.mphb-datepick-popup.mphb-check-out-datepick
.datepick-month
td
span.mphb-check-in-date:not(.mphb-past-date) {
  background-color: #666666;
  color: var(--white-color);
  text-decoration: none;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date {
  background-color: #fad2d2;
  color: #333333;
  text-decoration: none;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
  background-color: #fad2d2;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in {
  background: -webkit-gradient(linear, left top, right bottom, from(#d7f4c0), color-stop(50%, #d7f4c0), color-stop(50%, #fad2d2), to(#fad2d2));
  background: linear-gradient(to bottom right, #d7f4c0 0%, #d7f4c0 50%, #fad2d2 50%, #fad2d2 100%);
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date.mphb-date-check-out {
  background: -webkit-gradient(linear, left top, right bottom, from(#fad2d2), color-stop(50%, #fad2d2), color-stop(50%, #d7f4c0), to(#d7f4c0));
  background: linear-gradient(to bottom right, #fad2d2 0%, #fad2d2 50%, #d7f4c0 50%, #d7f4c0 100%);
}

.datepick-popup {
  max-width: 100%;
}

/*==========  Preloader ============= */

.woocommerce-page .loader-img{
  max-width: 100px!importan;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hg-secondary);
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hg_loader {
  display:flex;
}
.hg_loader .hg_line {
  background:var(--hg-primary);
  height:60px;
  width:5px;
  margin: 10px 10px;
  -webkit-animation: moveup 0.5s linear infinite  alternate;
  animation: moveup 0.5s linear infinite  alternate;
}
.hg_loader .hg_line.hg_right{
  -webkit-animation: movedown 0.5s linear infinite  alternate;
  animation: movedown 0.5s linear infinite  alternate;
}
.hg_loader .hg_ball{
  position:relative;
  top:30px;
  width:10px;
  height:10px;
  background:var(--hg-primary);
  border-radius:50%;
  -webkit-animation: hg_bounce 0.5s linear infinite  alternate;
  animation: hg_bounce 0.5s linear infinite  alternate;
}

@-webkit-keyframes moveup {
  0% { transform: translateY(-10px); }
  100% { transform: translateY(10px);      }
}
@-webkit-keyframes movedown {
  0% { transform: translateY(10px); }
  100% { transform: translateY(-10px);      }
}
@-webkit-keyframes hg_bounce {
  0% { transform: translateX(-10px); }
  100% { transform: translateX(10px);      }
}


#main-home-event .hg-item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#main-home-event .hg-item:hover {
  -webkit-box-shadow: 0 4px 6px 1px #00000040;
  box-shadow: 0 4px 6px 1px #00000040;
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
}

.hg-item .calendar_meta i {
  color: var(--white-color);
}

.event-single-page .single-post-header-image {
  position: absolute;
  bottom: -32px;
  left: 20px;
  z-index: 99;
}

.hg-masonry-item span.calendar_meta {
  margin-right: 8px;
}

.event-single-page .single-post-header-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.event-single-page .owl-carousel .entry-meta {
  position: absolute;
  border-radius: 3px;
  bottom: -12px;
  overflow: hidden;
  right: 20px;
  z-index: 99;
  background-color: #000;
  color: var(--white-color);
  padding: 0px 15px 0 0px;
}

.event-single-page .owl-carousel .entry-meta i {
  margin-right: 6px;
  color: #000;
  background-color: var(--hg-primary);
  padding: 12px;
  font-size: 20px;
}

.hg-item .hg-thumbnail {
  z-index: auto;
}

div#event-template-area .hg-masonry {
  padding: 0 !important;
}

.event_detail-content {
  margin-top: 50px;
}

.event_detail-content h2.entry-title {
  text-transform: capitalize;
}

/*--- accommodation Grid ---*/

.accommodation-grid .mphb-room-type-details-title, 
.mphb-to-book-btn-wrapper,
.mphb-room-type-view,
li.mphb-room-type-categories {
  display: none;
}
.accommodation-grid .mphb-room-type   p {
  margin-bottom: 0;
  display: none;
}
.accommodation-grid  .mphb-room-type-title {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
p.mphb-view-details-button-wrapper {
  display: block!important;
}

span.mphb-attribute-title, 
span.mphb-attribute-title,
span.mphb-attribute-title,
span.mphb-attribute-title,
span.mphb-attribute-title{
  font-weight: bold;
}
div#mphb-flexslider-gallery-2 {
  display: none;
}

.flexslider{
  border:0;
}

a.button.mphb-view-details-button, .mphb-reserve-room-section .mphb-book-button, .mphb-recommendation-reserve-button, .mphb-reserve-btn {
  background-color: var(--hg-secondary);
  color: var(--white-color);
  padding: 10px 15px;
  display: block;
  width: 150px;
  text-decoration: none;
  border:none;
  text-align: center;
  margin-top: 20px;
  transition:all 0.5s;
}

a.button.mphb-view-details-button:hover,
.mphb-reserve-room-section .mphb-book-button:hover,
.mphb-recommendation-reserve-button:hover,
.mphb-reserve-btn:hover {
  background-color: var(--hg-primary);
  color: var(--white-color);
}
.mphb-room-type-images {
  margin-bottom: 20px;
}
.mphb-datepick .datepick-multi{
  width: 100%;
}

ul.mphb-loop-room-type-attributes, ul.mphb-single-room-type-attributes {
  background-color: var(--white-color);
  padding: 15px;
  margin: 15px 0;
}


.mphb-loop-room-type-attributes li, ul.mphb-single-room-type-attributes li{
  border-bottom: 1px solid #ededed;
  padding: 6px 0;
}
.mphb-loop-room-type-attributes li:last-child, 
.mphb-single-room-type-attributes li:last-child 
{
  border-bottom: 0;
}
p.mphb-regular-price {
  display: none;
}

.mphb-booking-form p {
  margin: 16px 0;
}

.wp-caption-text.gallery-caption {
  transform: translate(0px, 0);
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  border-top: 0;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--hg-primary);
}

.mphb-room-type-gallery-wrapper figure.gallery-item {
  margin: 15px 0;

}

.mphb-room-type-gallery-wrapper {
  margin-top: 20px;
}

.mphb-room-type-gallery-wrapper .gallery-icon a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mphb-room-type-gallery-wrapper article figure figcaption {
  margin-left: 14px;
}

.mphb_sc_rooms-wrapper.mphb-room-types {

  display: grid;
  grid-template-columns: 1fr 1fr  1fr;
  grid-gap: 30px;

}

.accommodation-grid .mphb_room_type {
  padding: 20px;
  margin: 0!important;
  background-color: #eee;
  height: fit-content;
}

.gallery-size-thumbnail.mphb-gallery-thumbnail-slider.mphb-gallery-thumbnails-slider.mphb-gallery-slider {
  display: none;
}

body .mphb-flexslider ul.flex-direction-nav a {
  border-radius: 100%;
  background-color: var(--white-color);
  line-height: 26px;
  color: transparent !important;
}


.mphb-service-title a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  font-weight: bold;
}


/*--woocommerce--*/

#product-content h1.page-title {
  display: none;
}

#single-page-room-1 .item {
  margin: 3px;
}
#single-page-room-2 .item {
  margin: 3px;
}
.fade:not(.show) {
 opacity: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
#single-page-room-1.owl-theme {
  position: relative;
}
#single-page-room-1.owl-theme .owl-nav{
  top: 50% !important;
  position: absolute;
  width: 100%;
}

#single-page-room-1.owl-theme .owl-next,
#single-page-room-1.owl-theme .owl-prev,
#single-page-room-2.owl-theme .owl-next,
#single-page-room-2.owl-theme .owl-prev {
  position: absolute;
  line-height: 50px;
  width:50px;
  height:50px;
  background: var(--white-color) !important;
  color: var(--black-color) !important;
  margin: -1.5625em 0 0;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
#single-page-room-1.owl-theme .owl-next,
#single-page-room-2.owl-theme .owl-next{
  right: 1.25em;
}
#single-page-room-1.owl-theme .owl-prev,
#single-page-room-2.owl-theme .owl-prev{
  left: 1.25em;
}


#single-page-room-1:hover.owl-theme .owl-next,
#single-page-room-2:hover.owl-theme .owl-next{
  opacity: 1;

}
#single-page-room-1:hover.owl-theme .owl-prev,
#single-page-room-2:hover.owl-theme .owl-prev{
  opacity: 1;
  left: 1.25em;
}
#single-page-room-1.owl-theme .owl-next i, #single-page-room-1.owl-theme .owl-prev i, #single-page-room-2.owl-theme .owl-next i, #single-page-room-2.owl-theme .owl-prev i{
  font-size: 16px;
}


/*404 template */

.card-404 h2 {
  margin-bottom: 0.85rem;
  letter-spacing: 0.75px;
  font-size: 5rem;
}
.card-404 h2 span{
  color: var(--hg-primary) !important;
}
.card-404 h1 {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12.15rem;
  font-weight: 900;
  letter-spacing: 1.3rem;
  line-height: 0.75;
  margin-bottom: 2.25rem;
  text-align: center;
  max-width: max-content;
}
.card-404 h1 i {
 color: var(--hg-primary);
 font-size: 8.65rem;
 margin-top: 0.625rem;
 margin-left: 0;
}
.card-404 h4 {
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.btn-primary {
  background-color: var(--hg-primary);
  border-color: var(--hg-primary);
}
.btn-primary:hover{
  background-color: var(--hg-secondary);
  border-color:  var(--hg-secondary);
}
.shape-1 {
  position: absolute;
  top: 15%;
  left: 15%;
}
.shape-2 {
  position: absolute;
  bottom: 15%;
  right: 9%;
}
.shape-3 {
  position: absolute;
  top: 10%;
  right: 5%;
}
.shape-4 {
  position: absolute;
  bottom: 10%;
  left: 5%;
}
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes moveleftbounce{
  0%{transform:translateX(0px)}
  50%{transform:translateX(40px)}
  100%{transform:translateX(0px)}
}

.shape-1 img, .shape-2 img   {
  -webkit-animation: zoom-in 5s linear infinite;
  animation: zoom-in 5s linear infinite;
}
.shape-3 img, .shape-4 img {
  -webkit-animation: moveleftbounce 8s linear infinite;
  animation: moveleftbounce 8s linear infinite;
}

/*heder menu-right-list*/

.menu-right-list .offcanvas-top {
  background-color:var(--hg-secondary);
  min-height: 400px;
  transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.menu-right-list .offcanvas-header {
  margin-top: 33px;
  position: relative;
}
#mastser-header form.search-form.hg-navigation-search{
  background-color: transparent;
}
#mastser-header form.search-form.hg-navigation-search {
  display: flex;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  justify-content: center;
  z-index: 99;
  position: relative;
  top: 40%;
  margin: 0px auto;
  transition: all 0.3s linear 0s;
}
#mastser-header form.search-form.hg-navigation-search .search-field {
  font-family: 'Jost', sans-serif;
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 22px;
  line-height: 50px;
  color:var(--white-color);
  font-weight: 300;
  border-radius: 0;
}
#mastser-header form.search-form.hg-navigation-search .search-field::placeholder {
  color: var(--white-color);
}
button.search_box-search_btn{
  color: var(--white-color);
  border: none;
  padding: 15px 20px;
  background-color: transparent;
}

.hg-navigation-search:after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  position: absolute;
  content: '';
  height: 1px;
  background: #9ebbbd;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-right-list .modal-backdrop {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1040;
  background-color: var(--hg-secondary);
  width: 100%;
  height: 100%;
  cursor: url(https://uiuxom.com/ulina/html/images/close.png), auto;
  transition: all .4s ease-in .8s;
}
.menu-right-list .modal-backdrop.show{
  opacity: 0.5;
  top: 0;
  -webkit-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
}  
.menu-right-list .offcanvas.show {
  transform: none;
  transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.menu-right-list .offcanvas-header .text-reset {
  position: absolute;
  right: 0px;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  border: 0;
  opacity: 1;
  background: transparent url(https://uiuxom.com/ulina/html/images/close.png) center/1em auto no-repeat;
  border-radius: 0.25rem;
}

/*Dlog detail*/

.author-details{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.875rem;
  border-radius: 10px;
  overflow: hidden;
  color: var(--bs-white);
  background-color: var(--hg-secondary);
}
.author-details .media {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.author-details .media .auth-mata {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 1.25rem;
  margin-top: 0;
}
.author-details .media .auth-mata img {
  width: 110px;
  border-radius: 100%;
  border: 1px solid rgb(222 222 222 / 0.10);
}
.author-details .media .media-body {
  flex: 1;
}
.author-details .media .media-body h5 {
  letter-spacing: 0.25px;
  text-transform: capitalize;
  vertical-align: baseline;
}
.author-details .media .media-body h5 .media-link{
 color:var(--white-color);
 font-weight: 500;
 font-size: 16px;
}
.author-details .media .media-body h5 .media-link .text-primary{
  color: var(--hg-primary) !important;
}
.author-details .media .media-body h5 a:not(:hover):not(:focus) {
  color: var(--white-color);
}
.author-details .btn{
  color: var(--hg-secondary);
  font-weight: 700;
  padding: 0.75rem 1.135rem;
  font-size: 0.95rem;
  letter-spacing: 0;
  border-radius: 6.25rem;
  border: 2px solid var(--white-color);
  background-color: var(--white-color);
}
.author-details .btn:hover, .author-details .btn:focus{
  color: var(--white-color);
  border: 2px solid var(--white-color);
  background-color: var(--hg-primary);
}

/*comingsoon start*/

.hg-comming-soon-overlay {
  background-color: rgba(21, 21, 21, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hg-coming-soon-section{
  background-color:#000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.comingsoon-wrapper{
  margin-bottom: 70px;
}
.comingsoon-logo{
  text-align: center;
  width: 100%;
}
.comingsoon-logo img{
  width: 100%;
  max-width: 197px;
}
.hg-coming-soon-section * {
  color: #ffffff;
}
.hg-coming-soon-section .cm-overlay-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.25;
  z-index: -1;
}
.hg-coming-soon-section .coming-soon-content{
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.hg-coming-soon-section .coming-soon-content h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.hg-coming-soon-section .coming-soon-content h2:after {
  background-color: #ffffff;
  content: "";
  width: 90px;
  height: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.hg-coming-soon-section .coming-soon-content h3{
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.hg-coming-soon-section .timer .count-time {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 10px;
}
.hg-coming-soon-section .timer .count-time h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight:600;
  line-height: 1.1;
}
.hg-coming-soon-section .timer .count-time h5{
  font-size: 16px;
  font-weight:500;
}

.hg-coming-soon-section .hg-cm-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.hg-coming-soon-section .hg-cm-contact-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.hg-coming-soon-section .hg-cm-contact-info ul li:first-child {
  padding-left: 0;
}
.hg-coming-soon-section .hg-cm-contact-info ul li a {
  color: #fcfcfc;
  display: block;
}
.hg-coming-soon-section .hg-cm-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}

.hg-coming-soon-section .social-icons ul {
  margin: 0;
  padding: 0;
}
.hg-coming-soon-section .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.hg-coming-soon-section .social-icons a {
  border: 1px solid #ffffff;
  font-size: 15px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hg-coming-soon-section .social-icons a:hover {
  background-color: #04102D;
  border-color: #04102D;
  color: #ffffff;
}

@media screen and (max-width: 1199px){
  .hg-coming-soon-section .timer .count-time h1 {
    font-size: 40px;
  } 
  .hg-coming-soon-section {
    padding: 30px 0;
  }
  .hg-coming-soon-section .hg-cm-contact-info ul li:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width:425px){
  .hg-coming-soon-section .coming-soon-content h2{
    font-size: 30px;
  }
  .hg-coming-soon-section .coming-soon-content h3{
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px){
  .hg-coming-soon-section {
    height: 100vh;
  }
  .hg-coming-soon-section .social-icons {
    text-align: center;
  }
}


/*Call Feature*/

.hg_close-bttn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.hg-agent-box, .hg-call-number {
  transition: all .4s ease-in-out;
}
.hg-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000bf;
  z-index: 999999;
  transition: all 0.4s;
  cursor: pointer;
}
.hg-agent-img {
  width: 80px;
  display: inline-block;
  height: 80px;
}
.hg-agent-img img {
  border-radius: 10px;
}
.hg-agent-box {
  position: fixed;
  width: 300px;
  z-index: 999999;
  border-radius: 10px;
}
.hg-agent-info {
  padding: 30px;
  text-align: center;
}
.hg-agent-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffff;
  margin-top: 15px;
}
.hg-agent-subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffff;
}
.hg-agent-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
  color: #fff;
}
.hg-call-num {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
.hg-call-icon {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
}
.hg-call-icon:hover, .hg-call-num:hover{
  color: var(--white-color);
}
.hg-agent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hg-call-button-position {
  position: fixed;
  bottom: 140px;
  right: 30px;
  z-index: 999999;
}
.hg-call-button {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.hg-call-number {
  margin-top: 15px;
  line-height: 1;
}
.hg-overlay {
  opacity: 0;
  visibility: hidden;
}
.hg-overlay.show-overlay {
  opacity: 1;
  visibility: visible;
}
.hg_show-bttn.show-btn-hide {
  opacity: 0;
  visibility: hidden;
}
.hg_close-bttn.close-btn-show {
  opacity: 1;
  visibility: visible;
}
.hg-call-button.show-call-button, 
.hg-call-button, .hg-call-button:hover {
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.theme-hg-callbutton .hg-call-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: .2s;
  top: -7px;
  bottom: -7px;
  right: -7px;
  left: -7px;
  transition: .8s;
}
.theme-hg-callbutton .hg-call-button {
  background: var(--hg-primary);
  border-radius: 50%;
}
.theme-hg-callbutton .hg-call-button::before{
  content: '';
  border: none;
  border-radius: 50%;
  box-shadow: none;
  background: var(--hg-primary);
  animation: pulse-up 2s linear 0s infinite;
}
@keyframes pulse-up { 
  0%{
    transform: scale(.2);
  }
  50%{
    transform: scale(.9);
  }
  80%{
    transform: scale(1.2);
  } 
  100%{
    transform: scale(1.5);
    opacity: 0;
  } 
}
.theme-hg-callbutton .hg-agent-box {
  background: var(--hg-primary);
}
.theme-hg-callbutton .hg-agent-box {
  bottom: 170px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}

.theme-hg-callbutton .hg-agent-box.show-agent-box {
  bottom: 250px;
  opacity: 1;
  visibility: visible;
}

/* video section start css */

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 450px;
  height: 100%;
}
.bg-video-wrap  video {
 width: 100%;
 height: 100%;
 z-index: 1;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6) 50%;
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-wrap .main-div-video {
  text-align: center;
  color: #fff;
  width:50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.bg-video-wrap .main-div-video h2{
  color: #fff;
  font-size: 50px;
  margin-top: 0;

}
.bg-video-wrap .main-div-video p{
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffff;
}
.main-div-video .hg-video-play-button{
  left: unset;
}    

@media (max-width: 991px){
  .bg-video-wrap .main-div-video{
    width: 100%;
  }
}    
