.slide-carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
/* .slideimagebg:after {
  content: '';
  background: linear-gradient(283.53deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
} */
/* .slide-content {
  position: absolute;
  top: 25%;
  z-index: 99;
  left: 0;
  right: 0;
} */
 .slide-content {
    position: relative;
    z-index: 999;
}
.slide-carousel-image {
  position: relative;
  z-index: 9;
  padding: 8em 0 17em 0;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 3%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.slide-heading {
  color: white;
  font-weight: 700;
  font-size: 57px;
  line-height: 1.1;
  padding: 0;
}
.slide_btn {
  display: inline-block;
}
.slide-heading span {
  display: block;
}
#slider .owl-item.active .slide-heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active .slide-text {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.slide-text {
  margin: 19px 0 30px 0;
}
#slider .owl-item.active .slide_btn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.inner_carousel.container {
  position: relative;
}
#slider .slidesmalltext {
  font-weight: 300;
  color: white;
}
#slider h1, #slider h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  font-weight: 500;
  letter-spacing: 1.9px;
}
.slide-text {
  color: white;
  opacity: 0.8;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* #slider {
  clip-path: polygon(0 0, 100% 1%, 100% 88%, 75% 99%, 62% 89%, 0% 100%);
} */
.slide-carousel-image  img {
  clip-path: polygon(0 0, 100% 1%, 100% 88%, 75% 99%, 62% 89%, 0% 100%);
  position: relative;
  z-index: 9;
}
.owl-carousel .owl-item .slide-carousel-image img {
  width: 100% !important;
}

.slide-carousel-image:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #006FC9 88.94%);
}
.slide-carousel-image-block{
  position: relative;
}
.slider-box {
  max-width: 55%;
  text-align: left;
}
#slider .slide-tagline {
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
div#slider {
  overflow: hidden;
}
.slide-image-inner {
  position: relative;
}
.section_main_head {
  position: relative;
}
#advance-search-box-id {
  background-color: white;
  padding: 20px;
  position: absolute;
  bottom: 49px;
  z-index: 999;
  border-radius: 18px;
  width: 100%;
}
#advance-search-box-id button.btn {
  background-color: var(--color-primary);
  padding: 12px 30px;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.search-box-content label {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 500;
}
.search-box-content select {
  border: none;
}
.search-box-content select, .search-box-content input[type="date"] {
  border: none;
  font-size: 12px;
  color: #8E8E8E;
  padding-left: 21px;
}
.search-box-content label i {
  margin-right: 8px;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}
.custom-slider-nav.owl-nav {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}
#slider button.owl-prev {
  margin-bottom: 14px;
}
#our-logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.logo-container-inner {
    max-width: 56%;
}
#our-logos {
  position: absolute;
  bottom: 7em;
  z-index: 9;
  left: 0;
  width: 100%;
}
.logo-text {
  color: white;
  font-size: 16px;
  margin-bottom: 1em;
}
.logo-text span{
  font-weight: 700;
}
/* --------- Search --------- */
#mphb-search .mphb_sc_search-form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1rem;
}
#mphb-search .mphb_sc_search-form p {
  padding-top: 1rem;
  margin-bottom: 0;
  min-width: 244px;
  width: auto;
  margin-right: 1.25em;
}
#mphb-search .mphb_sc_search-form .mphb_sc_search-check-in-date, #mphb-search .mphb_sc_search-form .mphb_sc_search-check-out-date {
  width: 244px;
}
#mphb-search .mphb_sc_search-form .mphb_sc_search-adults, #mphb-search .mphb_sc_search-form .mphb_sc_search-children {
  min-width: 152px;
}
#mphb-search .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper {
  margin-top: 0;
  min-width: 0;
  margin-right: 0;
}
#mphb-search p.mphb-required-fields-tip {
  display: none;
}
.mphb_sc_search-adults {
  position: relative;
  top: 14px;
}

/* --------- About Us --------- */
.about-us-git-block-icon {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
}
a.about_us-contact-text {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}
.founder-box img {
    width: 201px;
    margin-right: 10px;
    clip-path: polygon(50% 0%, /* top corner */ 93% 25%, /* top-right */ 93% 75%, /* bottom-right */ 50% 100%, /* bottom corner */ 7% 75%, /* bottom-left */ 7% 25% /* top-left */);
}
.founder-title {
  margin-bottom: 15px;
}
.about-head-outer ul {
  margin-left: 15px;
}
.founder-name {
  color: #000000;
  font-weight: 700;
}
.customer-box-block {
    box-shadow: 0px 1px 14px 0px #00000040;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.customer-heading , .exp-heading {
  color: rgb(0 0 0 / 65%);
  font-weight: 500;
  font-size: 12px;
}

.about-head-outer h4 {
  font-size: 40px;
  max-width: 66%;
}
.column-text, .column-text p {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 15px;
}
.about-image1 {
  position: relative;
  text-align: center;
}
.about-image-outer img {
    border-radius: 0px;
}
.about-image-box.about-image1 {
  position: relative;
  z-index: 9;
  border-radius: 15px;
}
.exp-number {
    color: var(--color-secondry);
    font-weight: 400;
    font-size: 23px;
    font-family: var(--secondary-font);
}
.exp-title {
    color: var(--color-secondry);
}
.exp-box {
  box-shadow: 0px 1px 14px 0px #00000040;
  background-color: white;
  padding: 22px 10px;
  border-radius: 20px;
}
.exp-box .exp-box-image {
  background-color: #1D1C1C;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.exp-box:hover .exp-box-image{
  background-color: var(--color-primary);
}
.exp-box .exp-box-image {
  background-color: #1D1C1C;
}
.exp-block {
  margin-top: -10em;
}
.customer-image {
  margin-left: -17px;
  border: 3px solid white;
  border-radius: 50% !important;
}
.customer-count {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  margin-left: -17px;
}
.founder-box  .emnu-git-block a {
    color: white;
    font-weight: 400;
    font-size: 16px;
}
.customer-image:first-child {
  margin-left: 0px;
}
.about-image1 img {
  z-index: 99;
  position: relative;
  border-radius: 15px;
}
.exp-box {
  position: absolute;
  background-color: white;
  top: 10px;
  left: 10px;
  z-index: 99;
  padding: 24px 19px;
  text-align: left;
  border-radius: 15px;
}
.about-head-outer ul li {
  color: black;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  font-weight: 700;
}
.about-head-outer ul li i {
  margin-right: 8px;
  color: var(--color-secondry);
}
.column-image img {
  clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.about-image1:hover img, .column-image:hover img {
  /* opacity: 0.25; */
  transform: scale(1.15);
  transition: all 0.25s linear;
}
.about-image1, .column-image {
  overflow: hidden;
  border-radius: 0;
}
.about-image1 img, .column-image img {
  width: 100%;
  height: auto;
  /* transform: scale3d(1.1, 1.1, 1); */
  transition: all 0.25s linear;
}
.column-image {
    overflow: hidden;
    border-radius: 0;
    clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}
a.about_us-contact-text:hover {
    color: var(--color-primary);
}
#about-us .theme_button .highlighted {
  border-bottom: 1px solid white;
  display: inline-block;
}
#about-us .section_main_head .section-text {
    color: black;
}
.about-head-outer ul {
  margin-left: 0;
  margin-bottom: 33px !important;
}
.about-head {
  padding-top: 20px;
}
/*--------------- Why Choose Us ---------------*/
.why-choose-us-list:last-child {
    margin-bottom: 0 !important;
}
#why-choose-us {
    background-color: #FFF5EB;
}
#why-choose-us .container {
  position: relative;
  z-index: 9;
}
#why-choose-us .section_main_head h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.why-choose-us-head {
  padding-right: 3em;
}
.box-image-block {
  background-color: #D9D9D92B;
  padding: 21px;
  border-radius: 15px;
  text-align: center;
}
.box-image-block:hover .box-image-div img {
  transform: rotateY(360deg);
}
.why-choose-image-box img {
  border-radius: 15px;
}
.box-image-div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--color-secondry);
  transition: .5s;
  z-index: 2;
  clip-path: polygon(
    50% 0%,    /* top corner */
    93% 25%,   /* top-right */
    93% 75%,   /* bottom-right */
    50% 100%,  /* bottom corner */
    7% 75%,    /* bottom-left */
    7% 25%     /* top-left */
  );
}
.box-image-block:hover .box-image-div:before {
  top: 0;
}
.happy-customer-box {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  display: inline-block;
  max-width: 194px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.why-choose-image-box:first-child {
  margin-top: 7em;
}
.customer-title {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 15px;
}
.customer-number {
  color: var(--color-secondry);
  font-weight: 700;
  font-size: 23px;
}
.why-choose-us-list .box-image-div {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background-color: #ccc;
  border: 1px solid;
  border: none;
  padding: 3px;
  margin: 0 auto;
}
.why-choose-us-list .box-image-div img {
  position: relative;
  z-index: 9;
  width: 49px;
}
.why-choose-us-list .box-image-div {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid;
    border: none;
    padding: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.why-choose-us-list h6 {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 4px;
}
.why-choose-us-list .section-text {
  color: #474747;
  font-size: 14px;
}
.why-choose-us-list:hover .box-image-div-inner{
  background-color: black;
  /* transition: transform 0.5s ease-in-out; */
}
.why-choose-us-list:hover .box-image-div-inner img{
  /* transition: transform 0.5s ease-in-out; */
  transform: rotate(360deg);
}
.cursor-box {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.cursor-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transition: all 0.5s ease;
}

.cursor-box:hover::before {
  top: 100%;
  left: 100%;
}

/* Unique styles for each cursor type */
.copy {
}
.copy:hover {
    transform: scale(1.05);
}
/* --------- Services --------- */
#services {
    background-color: #FAFFF6;
}
.heading-width {
  max-width: 55%;
  margin: 0 auto;
}
#services h3 {
  color: black;
}
#services .section-tagline {
    color: var(--color-primary);
}
.services-row .nav-tabs .nav-link span {
  padding-left: 18px;
}
.services-title-box h5 {
  color: white;
  font-size: 23px;
  font-weight: 700;
}
.services-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.services-row .nav-tabs li.nav-item, .pricing_plans-row .nav-tabs li.nav-item {
  display: block !important;
  margin-bottom: 23px;
}
.services-row  ul.nav.nav-tabs.justify-content-center, .pricing_plans-row  ul.nav.nav-tabs.justify-content-center {
    margin: 0;
    display: block;
}
.service-title-box {
  padding-top: 4em;
  padding-right: 5em;
}
.services-row .nav-tabs .nav-link, .pricing_plans-row .nav-tabs .nav-link {
  display: block;
  font-size: 16px;
  color: #696969;
  font-weight: 600;
  position: relative;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: white;
  width: 100%;
  border: none;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 13px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-row .nav-link i{
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 17px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.services-row .nav-tabs .nav-link.active i, .services-row .nav-link:hover i {
  color: white;
  transform: rotate(-45deg);
}
#services .nav-link img {
  width: 116px;
}
.services-row .nav-tabs .nav-link.active, .services-row .nav-tabs .nav-link.active, .services-row .nav-tabs .nav-link:hover{
  background-color: var(--color-primary);
  color: white;
}
.services-row .nav-tabs, .pricing_plans-row .nav-tabs {
    border: none;
    border-bottom: none;
}
.service-image {
  background-color: #4D4D4D;
  padding: 30px;
}
.services-title-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 10px;
}
.services-title {
  color: white;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 20px;
}
.services-number {
  color: white;
  font-family: var(--secondary-font);
  font-size: 46px;
  line-height: 1;
}
li.nav-item:last-child {
    margin-bottom: 0 !important;
}
.services-title:after {
  content: '----';
  padding-left: 50px;
}
.services-title-box h4 {
    font-family: var(--secondary-font);
    color: var(--color-primary);
    padding-top: 0;
}
.services-title-box h6 {
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--primary-font);
}
.services-features .services-list-icon {
  background-color: var(--color-secondry);
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-top: 5px;
}
.service-image {
  background-color: #4D4D4D;
  padding: 30px;
}
.service-item:hover .service-image {
  background-color: var(--color-primary);;
}
.services-features ul {
    margin-top: 20px;
}
.services-features li {
  margin-bottom: 16px;
  color: #000000;
  font-weight: 400;
}
/* .services-row .nav-tabs .nav-link.active:after, .pricing_plans-row .nav-tabs .nav-link.active:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4B3941;
  font-size: 13px;
  position: absolute;
  right: 26px;
} */
.service_tab_content .tab-pane, .plan_tab_content .tab-pane {
  position: relative;
}
.services-back-bg, .plans-back-bg {
  background-color: white;
  display: block;
  width: 91%;
  height: 90%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 auto;
  left: 0;
  right: 0;
}
.service-item, .plan-item {
  position: relative;
  z-index: 9;
}
.service-title-box{
  padding-top: 4em;
}
.service-item h5 a {
  color: #4B3941;
  font-weight: 700;
  font-size: 22px;
}
.compare-price {
  font-family: var(--ternary-font);
  color: #8B757F;
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 5px;
}
.compare-price {
  font-family: var(--ternary-font);
  color: #8B757F;
  font-size: 18px;
}
.sale-price {
  font-family: var(--ternary-font);
  font-size: 18px;
  color: var(--color-primary);
}
.service-btn {
  margin-top: 4em;
  margin-left: -6em;
}
.service-btn a.theme_button {
  padding: 16px 30px;
}
.service-text {
  color: rgb(34 34 34 / 60%);
  padding: 2em 4em;
  margin-left: 4em;
}


/*--------------- How It Works ---------------*/
.how_it_works-block{
    position: relative;
}
#how-it-works .section_main_head h3, #how-it-works .section_main_head  .section-tagline {
  color: white;
}
span.how-it-works-steps {
  color: #006FC9;
  background-color: white;
  width: 54px;
  height: 54px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#how-it-works {
  overflow: hidden;
}
.how_it-works-image-box {
  background-color: #00B2FF;
  display: inline-block;
  width: 168px;
  border-radius: 15px;
  padding: 43px 41px;
  position: relative;
}
.how_it_works-block h5 {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.how_it_works-content {
  padding: 31px 0 0 0;
}
.how_it_works-block svg {
  position: absolute;
  top: 7em;
  right: -63px;
  width: 138px;
}
.how_it_works-block:nth-child(2), .how_it_works-block:nth-child(4) {
  padding-top: 4em;
}
.how_it_works-block:last-child svg {
  display: none;
}
#how-it-works .section_main_head .section-text {
    color: white;
}
.how_it_works-content h6, .how_it_works-content h6 a {
  color: white;
  font-size: 17px;
}
.how-it-works-p {
    color: white;
}
.how-it-works-box {
  max-width: 69%;
  margin: 0 auto;
}
.how-it-works-box:hover .how_it-works-image-box{
  background-color: var(--color-secondry);
}
/*--------------- Apply Now ---------------*/
.shape-about {
    display: block;
    width: 100%;
    filter: url('#goo');
}
.shape-about::before {
    content: "";
    display: block;
    background: var(--b, white);
    padding-top: 41%;
    clip-path: polygon(37% 0, 46% 27%, 55% 27%, 64% 56%, 100% 56%, 100% 100%, 0 100%, 0 0);
}
.apply-now-heading {
    max-width: 52%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#apply-now-section h3 {
  color: black;
}
.apply-now-form-wrapper input[type="email"] {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  color: #00000038;
  border-radius: 15px;
  padding: 9px 19px;
  background-color: white;
}
.apply-now-form-wrapper form {
  max-width: 73%;
  margin: 0 0 0 auto;
  position: relative;
  margin-top: 12px;
}
#apply-now-section {
  background-color: #FAFFF6;
}
.apply-now-form-wrapper input[type="submit"] {
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
/* ----------- Team ------------- */
#team .section-tagline {
  color: var(--color-secondry);
}
#team {
  background-color: #FFF6EE;
}
#team h3 {
  color: #000000;
}
.our-team.team-box {
  border-radius: 12px;
}
.post-img{
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .our-team .team-img img, .post-img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
}
.team-box-inner-content span {
  color: white;
  font-weight: 300;
  font-size: 12px;
}
.team-contact{
  margin-top: 14px;
}
a.team-contact-text {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
}
.team-contact-text i.fa-solid.fa-envelope {
  margin-right: 9px;
}
.team_head a {
  font-family: var(--primary-font);
  color: white;
  font-size: 15px;
  font-weight: 700;
}
h5.team_head {
  padding-top: 0;
  padding-bottom: 0;
}
.team-img {
    position: relative;
}
.our-team .social{
  width: 100%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%) rotate(-30deg);
  transition: all 0.3s ease 0s;
  border-radius: 12px;
}
.our-team:hover .social{
  height: 100%;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -27px;
  right: 39px;
}
.our-team .social ul li{
    display: block;
}
.our-team .social ul li a {
  display: flex;
  width: 53px;
  height: 44px;
  line-height: 30px;
  border-radius: 12px;
  font-size: 15px;
  margin-right: 6px;
  color: white;
  background: var(--color-primary);
  transition: all 0.3s ease 0s;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  /* margin: 0 auto; */
  margin-bottom: 8px;
}
.team-box-inner.team-content {
  background-color: var(--color-secondry);
  padding: 15px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-img img {
  border-radius: 20px;
}
.our-team .social-profiles i {
  padding-right: 0;
}
.our-team .social ul li a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
.team-share {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 7px;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 13px;
  color: white;
}
.our-team:hover .team-share{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.our-team:hover .team-share i{
  color: white;
}
#team .owl-carousel .owl-dots button.owl-dot span, #team .owl-dots button.owl-dot span, #latest-news .owl-carousel .owl-dots button.owl-dot span, #latest-news .owl-dots button.owl-dot span {
  padding: 0;
}
#team .owl-carousel .owl-dots button.owl-dot.active, #team button.owl-dot.active, #latest-news  .owl-carousel .owl-dots button.owl-dot.active, #latest-news  button.owl-dot.active {
    background-color: var(--color-primary) !important;
    padding: 0px !important;
}
#team .owl-carousel .owl-dots button.owl-dot, #team .owl-dots button.owl-dot, #latest-news  .owl-carousel .owl-dots button.owl-dot, #latest-news .owl-dots button.owl-dot {
  background-color: #D9D9D9 !important;
  border: none !important;
  border-radius: 0;
  height: 3px !important;
  width: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#team .owl-dots, #latest-news .owl-dots {
  margin-top: 40px;
}
.social-menu {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share .share-ball {
  padding: 6px;
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 7px;
}
.social-menu .submenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.social-menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 8px;
  z-index: -1;
  opacity: 0;
}
.social-menu .submenu li a {
  background-color: var(--color-secondry);
  padding: 5px 8px;
  width: 42px;
  height: 36px;
  display: inline-block;
  border-radius: 12px;
  color: white;
  text-align: center;
  outline: none;
  border: none;
}
.social-menu .submenu li a:hover{
  background-color: white;
  color: var(--color-secondry);
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.team-box:hover .social-menu  .share .share-ball {
  background-color: white;
  color: var(--color-secondry);
  border: 1px solid var(--color-secondry);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -44px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -86px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -129px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -171px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -193px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
}
.team-box:hover .team-box-inner {
  background-color: white;
}
.team-box:hover .team_head a, .team-box:hover .team-box-inner-content span{
  color: black;
}
a.team-contact-text:hover, .team-box:hover a.team-contact-text{
  background-color: var(--color-secondry);
  color: white
}
.team-box:hover .share-ball {
  background-color: var(--color-secondry);
  color: white;
}
/*---------------Contact Us ---------------*/
#contact_us_form_section .section-text {
  color: #81848A;
}
.contact_us-contact p {
  margin-bottom: 0;
  color: #222222;
  font-weight: 600;
  line-height: 1;
}
.contact_us-git-block .media {
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
}
.media-icon {
  width: 56px;
  height: 56px;
  background-color: var(--color-secondry);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 12px;
  color: white;
  margin-right: 10px;
}
a.contact_us-contact-text {
  color: #81848A;
  font-weight: 400;
  padding-top: 6px;
  display: block;
}
.contact_us-git-block:nth-child(2) a.contact_us-contact-text {
    text-decoration: underline;
}
a.contact_us-contact-text:hover{
  color: var(--color-secondry);
}
.contact_us-git-block {
  display: block;
}
.contact_us-contact i {
  color: white;
  font-size: 22px;
}
#contact-section .header-git-block i {
  background-color: #000000;
}
#contact-section .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 31px;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
#contact_us_form_section label {
  width: 100%;
}
.contact_us_form_head{
  box-shadow: 0px 4px 30px 0px #0000000A;
  border-radius: 40px;
  padding: 34px;
  border: 1px solid #F5F5F5;
}
.contact_us-git-block:hover .media-icon{
    background-color: black;
    color: white;
}
.contact_us_form_shortcode  input[type="submit"] {
    color: #222222;
    background-color: transparent;
}
.contact_us-git-block:last-child .media {
    border-bottom: none;
}
.contact_us_form_shortcode  input[type="submit"]:hover {
    color: white;
    background-color: var(--color-secondry);
    border-color: var(--color-secondry);
}
#contact_us_form_section input[type="text"], input[type="number"], #contact_us_form_section input[type="email"], #contact_us_form_section input[type="phno"], #contact_us_form_section input[type="password"], #contact_us_form_section textarea {
  background-color: transparent;
  border: 1px solid #FFFFFF4D;
  border-radius: 12px;
  padding: 8px 18px;
  width: 100%;
  color: black;
  border: 1px solid var(--color-secondry);
}
#contact_us_form_section input[type="text"]::placeholder, input[type="number"]::placeholder, #contact_us_form_section input[type="email"]::placeholder, #contact_us_form_section input[type="phno"]::placeholder, #contact_us_form_section input[type="password"]::placeholder, #contact_us_form_section textarea::placeholder {
  color: black;
  font-size: 14px;
}
.contact_us_form_head h3 {
    position: relative;
    color: var(--color-secondry);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}
#contact_us_form_section textarea {
  height: 115px;
}
#contact_us_form_section label {
  width: 100%;
  color: #FFFFFFB2;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/*-------------- Pricing Plans ---------------*/
#pricing-plan {
  background-color: var(--color-secondry);
}
#pricing-plan .section_main_head .section-tagline {
  color: white;
}
#pricing-plan .section_main_head h3 {
  color: white;
}
#pricing-plan .owl-carousel .owl-stage-outer {
  padding: 41px 0;
}
.recommended_box sup.plan_package {
    color: white;
}
.plan-info.recommended_box {
    margin-top: -25px;
}
.plan-info h5 {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
}
.plan-features ul {
  margin: 0;
}
.plan-btn a.theme_button2 {
  padding: 12px 44px;
  background-color: white;
}
.plan-btn a.theme_button2 {
  padding: 12px 44px;
  background-color: #1A1A1A;
  color: white;
  display: block;
  text-align: center;
  font-weight: 500;
  border-radius: 33px;
}
.plan-btn a.theme_button2:hover {
    color: white;
}
.plan-info:hover .plan-btn a.theme_button2 {
  color: white;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.plan-info:hover .plan-btn a.theme_button2:before {
    background-color: var(--color-primary);
    opacity: 1;
    transform: skewX(-45deg) scale(1, 1);
}
.plan-info {
  background-color: white;
  padding: 15px 22px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px -2px #0000001A;
}
.plan-text {
    font-weight: 300;
    font-size: 13px;
    color: #666666;
}
sup.plan_package {
  color: #A09F9F;
  font-size: 12px;
}
.plan_price {
  display: flex;
  color: black;
  font-size: 27px;
  font-weight: 700;
  margin-top: 11px;
}
span.plan_package {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 20px;
  display: block;
  position: relative;
  top: 5px;
}
.plan-discount {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  color: #1A1A1A;
  font-weight: 700;
  border-radius: 9px;
  margin-bottom: 4px;
}
.plan-features ul li {
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  list-style: none;
}
.plan-features ul li i {
  margin-right: 11px;
  color: var(--color-primary);
}
.plan-info-inner.recommended_box {
  background-color: var(--color-primary);
  padding: 4px;
  border-radius: 28px;
  margin-top: -31px;
}
.plan-head .plan-info a.theme_button2:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
span.popular-text {
  color: white;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
  display: block;
}
.plan-price {
  margin-top: 23px;
  margin-bottom: 4px;
}
.plan-btn {
    padding-top: 15px;
}
.plan-box1 .plan-btn {
    padding-top: 43px;
}
.or-customer-sale a {
  padding-left: 3px;
  color: #1A1A1A;
  text-decoration: underline;
}
.or-customer-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #1A1A1A;
}
.plan-info.recommended_box {
  position: relative;
  overflow: hidden;
}
.plan-details {
    position: relative;
    z-index: 9;
}
/*--------------- Special Offer ---------------*/
.special_offer-block .box {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background-color: var(--color-primary);
}
.special_offer-block .box img{
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.special_offer-block:hover .box img{ opacity: 0.7; }
.special_offer-block .box .box-content {
  opacity: 1;
  transform:translateY(0);
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.35s ease;
}
.special_offer_img_inner, .special_offer_img_inner img {
  border-radius: 30px;
}
.special_offer-block .box .box-content a {
  color: #fff;
  background: #1D1C1C;
  
  transition: all 0.35s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special_offer-block:hover .box .box-content{
  opacity: 1;
  transform:translateY(0);
}
.special-offer-title  h5 {
  background-color: white;
  padding: 10px 19px;
  border-radius: 68px;
  display: inline-block;
  font-weight: 600;
}
.special_offer-block .box .link-icon {
  /* background: linear-gradient(to right, #ff4b1f, #ff9068); */
  padding: 10px;
  margin: 1;
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  /* transform: translateY(100px); */
  position: absolute;
  bottom: 0px;
  right: 0;
  transition: all 0.35s ease;
  left: 0;
}
.special_offer-block:hover .box .link-icon {
  opacity: 1;
  transform: translateY(-30px);
}
.special_offer-block .box .link-icon a{
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all .3s ease;
}
.special_offer-block .box .link-icon a:hover{
  color:#ff4b1f;
  background: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.3);
}
span.shape-1, span.shape-3 {
  width: 20px;
  height: 7px;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
}
span.shape-2 {
  width: 40px;
  height: 7px;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
}
.shapes-border {
  opacity: 0;
}
.special_offer-block .box:hover .shapes-border{
  opacity: 1;
}
.special_offer-block .box:hover .box-content a{
  background-color: var(--color-primary);
  color: white;
}
#special-offer {
  padding-top: 0;
}
/*------------ Restaurant Bar --------------*/
#restaurant-bar a.theme_button2 {
  font-family: var(--secondary-font);
}
#restaurant-bar {
  background-color: #FDF0EA;
}
.box-image-div {
  background-color: #1D1C1C;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.restaurant-image-box img {
  border-radius: 30px;
}
.box-image-div img {
  padding: 7px;
}
.restaurant-bar-row h6, .restaurant-bar-row h6 a {
  color: #1D1C1C;
  font-weight: 700;
}
.restaurant-bar-row .section-text {
  color: #1D1C1C;
}
.caption-box {
  box-shadow: 0px 1px 14px 0px #00000040;
  background-color: white;
  padding: 5px;
  border-radius: 24px;
  display: inline-flex;
}
.caption-box-image {
  background-color: var(--color-primary);
  display: inline-block;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
}
.exp-heading {
  color: #1D1C1C;
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 12px;
  padding-right: 0;
}
.caption-block {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant-bar-list:hover .box-image-div{
  background-color: var(--color-primary);
}
.restaurant-image-box:hover .caption-block{
  transform: translateY(-50%);
  transition: all 0.35s ease;
  bottom: 40%;
  z-index: 99;

}
.caption-box, .caption-block{
  transition: all 0.35s ease;
}
.restaurant-image-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.35s ease;
  opacity: 0;
  border-radius: 30px;
  background-color: var(--color-primary);
}
.restaurant-image-box:hover:after {
    transition: all 0.35s ease;
    opacity: 0.6;
}
#restaurant-bar .exp-heading {
  font-size: 16px;
  padding-right: 12px;
}   
/*------------ Gallery --------------*/
#gallery {
  padding-bottom: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.gallery_image_box1 img, .gallery_image_box5 img, .gallery_image_box6 img, .gallery_image_box7 img, .gallery_image_box12 img,  .gallery_image_box4 img {
  width: 102px;
}
.image-colmun1 {
  text-align: right;
}

.gallery img {
  margin-bottom: 10px;
}
.gallery img {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.image-colmun2, .image-colmun3, .image-colmun7{
    margin-top: 24px;
}
.image-colmun3 img {
  width: 100%;
}
.gallery .row {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .row>* {
  padding: 0 7px;
}
.image-colmun3 {
    width: 12%;
}
.gallery .row {
    display: flex;
    justify-content: center;
}
.gallery img:hover {
  transform: scale(1.03);
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
.gallery-title-box .gallery-box-title {
  background-color: var(--color-secondry);
}
.gallery-title-box  .gallery-box-title h4 {
  color: var(--color-primary);
  font-family: var(--secondary-font);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}
.gallery-title-box h6 {
  color: white;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 21px;
  max-width: 53%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
.new_btn  a.theme_button {
    color: var(--color-secondry);
    background-color: white;
    border-color: white;
}
.new_btn a.theme_button:hover {
    border-color: #1D1C1C;
    color: white;
}
.news-box {
    position: relative;
}
.news-box h5 a {
  font-size: 18px;
  color: white;
  font-weight: 700;
}
.post-text p {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.news-box-inner:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
.news-box-inner:hover:after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, var(--color-secondry) 100%);
}
.post-desc {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #1D1C1C;
  font-weight: 300;
}
.new-title-text {
  max-width: 90%;
  position: relative;
  padding-left: 18px;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.news-box .metabox span, .news-box .metabox a {
  margin: 0;
}
.news-box-inner .metabox .metabox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box-inner:hover a.theme_button2 {
    background-color: var(--color-primary);
    color: #fff;
}
.news-box-inner .post-img img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: auto;
  transform: scale(1,1);
  transition:transform 0.50s linear;
}
.news-box:hover .news-box-inner .post-img img{
  transform: scale(1.2,1.2);
}
.news-box .metabox span i {
  margin-right: 5px;
  color: white;
  margin-bottom: 0;
}

.post-link-box a {
  font-weight: 700;
}
.post-content-block {
    padding: 13px 20px;
}
.post-link-box a i{
  font-weight: 700;
}
span.link-title {
  color: white;
  font-weight: 400;
  padding-left: 16px;
  padding-top: 12px;
}
.post-image-block {
  padding-left: 10px;
  position: relative;
}
.news-box-inner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.post-desc span.entry-date {
  background-color: var(--color-secondry);
  padding: 5px 13px;
  border-radius: 15px;
  color: white;
  font-size: 12px;
}
.post-desc {
    position: absolute;
    bottom: 0;
}
.post-image-block-inner{
  position: relative;
}
.post-link-box {
  background-color: #353535;
  border-radius: 15px;
}
.post-link-box a {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
span.link-icon {
  background-color: white;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 21px 19px 11px;
  border-radius: 7px;
  transform: skewX(-15deg);
  margin-right: -5px;
}
span.link-icon i {
    transform: rotate(-56deg);
}
.news-box:hover .news-box-inner .metabox{
  background-color: #353535;
}
.news-box:hover .news-box-inner .post-link-box{
  background-color: var(--color-primary);
}
.news-box:hover span.link-icon{
  background-color: #353535;
  color: white;
}
#latest-news button.owl-prev, #latest-news  button.owl-next {
  background-color: var(--color-primary);
  padding: 5px 10px;
  border-radius: 9px;
  color: white;
}
#latest-news .owl-carousel .owl-nav i, #latest-news .owl-nav i {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}
#latest-news  .owl-nav button.owl-prev i{
  margin-right: 5px;
}
#latest-news .owl-nav button.owl-next i{
  margin-left: 5px;
}
#latest-news button.owl-prev:hover, #latest-news button.owl-next:hover{
  background-color: #353535;
}
/* --------- Records --------- */
.records-box .box-count {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: black;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#records .owl-carousel .owl-dots button.owl-dot span, #records .owl-dots button.owl-dot span {
  background-color: white;
  display: white;
}
#records .owl-carousel button.owl-dot.active, #records button.owl-dot.active {
    border-color: white !important;
}
.records-info h6, .records-info h6 a {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}
#records {
    padding: 0;
}
.records-info .media {
  align-items: center;
}
.records-image {
  background-color: #1D1C1C;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 11px;
  margin-right: 8px;
}
.records-info:hover .records-image{
  background-color: var(--color-primary);
}
/* ----------- Testimonials ------------- */
#testimonials .nav-tabs .nav-link {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 9px;
}
.testimonial-image img {
  border-radius: 15px;
}
#testimonials .nav-tabs .nav-link .media {
  align-items: center;
}
#testimonials .nav-tabs .nav-link h5 {
  color: black;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--primary-font);
}
.t-desig {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: var(--color-secondry);
}
.testimonial-image {
  width: 85px;
  border-radius: 12px;
  margin-right: 10px;
}
.nav-tabs {
  border-bottom: 0;
}
#testimonials .nav-tabs .nav-link.active, #testimonials .nav-tabs .nav-link:hover{
  background-color: var(--color-primary);
}
#testimonials .nav-tabs .nav-link.active h5, #testimonials .nav-tabs .nav-link.active .t-desig, #testimonials .nav-tabs .nav-link:hover h5, #testimonials .nav-tabs .nav-link:hover .t-desig{
  color: white;
}
.quote_box i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 25px;
}
#testimonials {
  background-color: #FAFFF6;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}
.testimonial-title {
  padding-bottom: 0;
  /* line-height: 1.1; */
  position: relative;
  display: block;
}
.testimonial-title a {
  position: relative;
  color: black;
  font-weight: 600;
  font-size: 19px;
  font-family: var(--primary-font);
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 100% !important;
}
.circular-text-box {
  width: 158px;
  height: 158px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 4em;
  right: 24px;
}
.happy-box {
  position: absolute;
  background-color: white;
  bottom: 3em;
  right: 10px;
  z-index: 99;
  padding: 24px 37px;
  text-align: left;
  border-radius: 15px;
  box-shadow: 0px 4px 21.9px 0px #00000014;
}
.happy-title {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 15px;
}
.happy-number {
  color: var(--color-secondry);
  font-weight: 700;
  font-size: 23px;
}
.circular-blk {
  width: 100%;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 50%;
  border: 2px dashed var(--color-secondry);
}
.testimonial-image-block img {
  border-radius: 15px;
  max-width: 90%;
}
.testimonials_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials_image {
  margin-right: 0px;
  width: 80px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial-data-block {
  padding: 0 0;
  position: relative;
}
#testimonials .testimonial-star i {
  color: var(--color-secondry);
  font-size: 12px;
  margin-right: 7px;
}
.testimonial-star {
  margin-bottom: 14px;
}
#testimonials .testimonial-star .without_filled i{
  color: #F5F0FF;
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure {
    position: relative;
    overflow: hidden;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.testimonials-body {
  position: relative;
}
.testimonials-body i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 20px;
}
.testimonials-body i.fas.fa-quote-right {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.owl-item.active.center .testimonial-semi-circle {
  height: 11rem;
  width: 114%;
  border-radius: 1rem;
  background-color: var(--color-primary);
  /* height: 5rem; */
  /* width: 10rem; */
  border-radius: 15rem 15rem 0 0;
  transform: rotate(180deg);
  position: absolute;
  z-index: -1;
  top: -5em;
  margin: 0 auto;
  left: -24px;
}
#latest-news .section_main_head h3 {
  color: white;
  font-weight: 400;
}
#latest-news .section-tagline {
  color: white;
}
#testimonials .owl-carousel .owl-dots, #testimonials .owl-dots {
  text-align: left;
  margin: 0;
  display: inline-flex;
  margin-top: 16px;
}
.testimonials-header-container a {
  border-bottom: 1px solid;
}
.testimonials-header-container a:hover {
  color: black;
}
.testimonial-data-block i.fa-solid.fa-quote-right {
  color: #3F86010F;
  font-size: 160px;
  position: absolute;
  bottom: -6px;
  right: 52px;
}
/*--------------- Features ---------------*/
.features-image-div {
    border: 1px solid #0000001A;
    border-radius: 40px;
    padding: 20px;
}
.features-image-wrap img {
  width: 40px;
  margin-bottom: 7px;
}
.features-image-div h6, .features-image-div h6 a {
  color: #000000;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 15px;
}
.features-image-div .section-text {
  color: #000000;
  font-size: 13px;
}
.feature-image-box {
  width: 133%;
}
.feature-image-box img {
  border-top-left-radius: 59px;
  border-bottom-left-radius: 59px;
}
#our-features {
  overflow: hidden;
}

/*--------------- Benefits ---------------*/
.benefits-card h6 {
  color: #696969;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 18px;
}
.benefits-image-wrap {
  width: 49px;
  height: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
  border-radius: 50%;
}
.benefits-card:nth-child(even) {
  margin-left: 14%;
}
.benefits-card:hover .benefits-image-wrap{
  background-color: black;
}
/* --------- Projects --------- */
.project-section-btn .theme_button i, .service-highlights-btn .theme_button i, .service-highlights-btn .theme_button2 i, .team-btn .theme_button i, .plan-main-btn .theme_button2 i, .new_btn .theme_button i{
  transform: rotate(-31deg);
}
#projects .section-tagline, #projects .section_main_head h3{
  color: white;
}
#projects .box {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.projects-type h5 {
  padding-top: 4px;
}
.project_image_box  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.project_image_box:nth-child(3) {
  height: 259px;
}
.project_image_box:nth-child(7) {
    margin-top: -29px;
}
.project_image_box  h5 a:hover {
  color: var(--color-primary);
}
.projects-type span {
  color: #000000;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.projects-type {
  position: relative;
  z-index: 9;
}
.project-link .theme_button span {
    padding-right: 15px;
}
.project-link a.theme_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-type h5 a {
  color: #000000;
  font-weight: 700;
  font-family: var(--primary-font);
}
#projects .box img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#projects .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
.project_image_box  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.project_image_box h5 {
  padding-top: 0;
}
#projects .content {
  background: white;
  width: 93%;
  padding: 8px 16px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 2;
  transition: all 0.3s ease 0.1s;
  margin: 0 auto;
  border-radius: 15px;
}
#projects .box:hover .content {
  opacity: 1;
  bottom: 10px;
}
.project_image_box {
  position: relative;
}

.project_image_box  img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
    height: 100%;
    object-fit: cover;
}
.project_image_box:hover img{ 
    opacity: 0.25; 
    transform: scale(1.5);
}
#projects {
  background-color: #FAFFF6;
}
/*-----------------------faq--------------------------*/
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
.accordion-item {
  margin-bottom: 20px !important;
}
#accordionfaq button.accordion-button {
  color: #000000;
  font-weight: 400;
  padding: 16px 12px 16px 18px;
  border: none;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  border-bottom: none;
  margin-bottom: 0;
  background-color: #FFF5EB;
  border-radius: 15px;
  font-size: 14px;
}
.emnu-git-block-icon {
    width: 63px;
    height: 63px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 49%;
    color: var(--color-primary);
    margin-right: 10px;
}
.emnu-git-block a {
    color: white;
    font-weight: 700;
}
.emnu-git-wrap .emnu-git-block a {
  color: white;
  font-weight: 700;
  font-size: 23px;
}
.emnu-git-wrap .emnu-git-block a:hover {
  color: var(--color-secondry);
}
#get-help-section h3 {
  color: white;
  font-weight: 700;
  font-size: 40px;
}
#get-help-section .emnu-git-block span {
  color: white;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: white;
  border: 1px solid white;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}

#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f078";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  color: white;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: white;
  color: var(--color-secondry);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
  background-color: var(--color-secondry);
  color: white;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#accordionfaq .accordion-collapse {
  background-color: var(--color-secondry);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-body {
    padding: 0;
    margin-top: 0;
}
.accordion-collapse .accordion-body {
  color: white;
  padding: 10px;
}

#accordionfaq button.accordion-button:hover:after {
    background-color: white;
    color: var(--color-secondry);
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f077";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: white;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: var(--color-secondry);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-collapse{
  padding: 0px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-size: 14px;
  color: white;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:not(.collapsed), #accordionfaq button.accordion-button:hover {
  background-color: var(--color-secondry);
  color: white;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after, #accordionfaq button.accordion-button:hover:after {
  background-color: white;
  color: var(--color-secondry);
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 15px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
/*--------------- Service Highlights ---------------*/
#service-highlights .section-tagline {
  color: var(--color-secondry);
}
#service-highlights .section_main_head h3 {
  color: black;
}
#service-highlights a.theme_button2 {
  border: 1px solid var(--color-secondry);
  color: var(--color-secondry);
}
#service-highlights a.theme_button2:hover {
    border: 1px solid #1D1C1C;
    color: white;
}
.service-highlights-btn {
  display: inline-block;
}
.service-highlights-image-box img {
  border-radius: 15px;
}
.service-highlights-rating-images img {
  margin-left: -15px;
}
.service-highlights-rating-images img:first-child {
  margin: 0;
}
.service-highlights-rating-images {
  width: 46%;
}
.rating-text span {
    font-weight: 700;
}
.rating-text {
  width: 31%;
}
.service-highlights-rating-text i {
  color: var(--color-secondry);
}
/*---------------Newsletter ---------------*/
#newsletter_section .section_main_head h4 {
  color: white;
  font-size: 20px;
}
.newsletter-container {
  padding-bottom: 4em;
  border-bottom: 1px solid var(--color-primary);
}
.newsletter-container .row {
    align-items: center;
}
.newsletter_head {
  /* width: 50%; */
  width: 100%;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
  margin: 0 !important;
}
.newsletter-container  .section_main_head.white_head h3 {
  background-color: transparent;
  color: black;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0;
  /* margin-right: 40px; */
}
.newsletter-container  .section_main_head {
  margin-right: 40px;
}
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  max-width: 70%;
  margin: 0 auto;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #000000;
  padding: 9px 25px 9px 25px;
  font-family: var(--primary-font);
  border: none;
  font-size: 12px;
  border-radius: 15px;
  width: 100%;
  border: none;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #000000;
}
.newsletter_shortcode input[type="submit"] {
  padding: 14px 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: var(--color-primary);
  border-radius: 15px;
  box-shadow: none;
  font-family: var(--secondary-font);
  letter-spacing: 0.45px;
}
#newsletter_section .section_main_head h3 {
  padding-bottom: 2px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: black;
  color: white;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
#newsletter_section {
  position: relative;
  padding: 0;
  padding-top: 4em;
}
.newsletter_shortcode .wpcf7-not-valid-tip {
    position: absolute;
}

.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
  overflow: hidden;
}
/* --------- Features --------- */
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 22px;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin: 10px 6px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 14px!important;
  width: 14px !important;
  display: block;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
  background-color: black;
  display: block;
  border-radius: 50%;
  padding: 3px;
}
#slider .owl-carousel .owl-dots button.owl-dot span, #slider .owl-dots button.owl-dot span {
  background-color: white;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: transparent !important;
  border-color: black !important;
  padding: 3px !important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: transparent !important;
  border-color: white !important;
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  margin-right: 6px;
}
.owl-nav.custom-services-nav {
    text-align: left;
}
#all-product-categories button.owl-prev {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#all-product-categories button.owl-next {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 18px;
  padding: 13px 17px;
  color: white;
  border: none;
  background-color: var(--color-secondry);
  transition: .3s ease;
  opacity: 1;
  border-radius: 50%;
  /* border: 1px solid var(--color-primary); */
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: black;
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-carousel .owl-nav i:hover, #slider .owl-nav i:hover {
  color: white;
  border-color: white;
  background-color: transparent;
  border-color: white;
  color: white;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.testimonial-field-name {
  position: relative;
}
.testimonial-field-name i {
  position: absolute;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  left: 10px;
  color: #cbc9c9;
}
.testimonial-form {
  display: flex;
}
.testimonial-field-name p {
  margin: 0;
}
.testimonial-field-name br {
  display: none;
}
.testimonial-field-name {
  position: relative;
  width: 100%;
  float: left;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
.custom-top-rated-nav.owl-nav {
  display: flex;
  justify-content: space-around;
}
/*---------------- BA Search Form ------------------*/
.ba-custom-search input {
  background-color: transparent;
  width: 100% !important;
  border: none;
  padding: 0;
  font-size: 13px !important;
  border-radius: 0;
}
#search_form .input-group {
  display: block;
}
.ba-custom-search {
  display: block;
  background-color: rgb(255 255 255 / 50%);
  padding: 10px 10px;
  border-radius: 20px;
  margin: 0 0 auto auto;
  border: 1px solid white;
  max-width: 83%;
  margin: 0 auto;
}
#mphb-search {
  padding: 0;
}
.svg-icon {
  background-color: #EFEFEF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-custom-search label {
  margin-bottom: 0;
  color: #000000;
  font-size: 20px;
  font-family: var(--secondary-font);
}
#mphb-search path {
  fill: #1D1C1C;
}
#search_form .input-group > div {
  display: block;
  position: relative !important;
  border-bottom: none;
  margin-bottom: 15px !important;
}
#search_form .search_guests_field.is-active > div {
  display: block;
  background-color: white;
  width: 97% !important;
  border: 1px solid #A19A9A;
  padding: 4px 14px;
  font-size: 13px !important;
  border-radius: 5px;
}
#search_form .ba-custom-search input {
  padding: 0;
  border: none;
}
.ba-custom-search input[type="submit"] {
  border: 1px solid transparent;
  width: 100%;
  border-radius: 52px;
  font-family: var(--secondary-font);
  font-size: 17px !important;
  letter-spacing: 1px;
  background-color: var(--color-primary);
  padding: 14px 23px;
  text-align: center;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
.ba-custom-search input[type="submit"]:hover {
  background-color: #1D1C1C;
  color: white;
}
#search_form .input-group label {
  margin-bottom: 0;
  color: #000000;
  margin-bottom: 8px !important;
}
.mphb_sc_search-adults select, .mphb_sc_search-children select {
  border: none;
  padding: 10px;
  color: #767E86;
}
#search_form .input-group input::placeholder{
  color: #767E86;
}
.post-image-block-inner img {
  border-radius: 20px;
}
#mphb-search .mphb_sc_search-form {
  margin-top: 0;
}
.mphb_sc_search-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 7px 18px 18px 18px;
}
/* .mphb_sc_search-check-in-date::before {
  content: "\f073"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
.mphb_sc_search-check-out-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
.mphb_sc_search-adults::before {
  content: "\f183"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
} */

/*p.mphb_sc_search-submit-button-wrapper:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 60%;
  left: 20px;
  transform: translateY(-50%);
  color: white;
  font-size: 18px;
  z-index: 99;
}*/
.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper {
  margin-top: 0;
  min-width: 0;
  position: relative;
  margin-right: 0;
}
/*---------------- BA Bookin Rooms ------------------*/
#ba-rooms {
  background-color: #FDF0EA;
}
.room-person, .Bedroom-count {
  padding-bottom: 13px;
}
.room-box-inner .box {
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.room-box-inner {
  position: relative;
}
.rooms-images img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.room-box-inner {
  background-color: white;
  border-radius: 30px;
}

#ba-rooms .owl-carousel .owl-item img {
  margin: 0;
}
.rooms-images {
  position: relative;
}
.room-price li {
  color: white;
  font-size: 0;
  margin-bottom: 0;
  line-height: 1;
}
.booking-one__price.booking__price, .mphb-price {
  color: white;
  padding: 5px;
  font-size: 18px;
}
span.mphb-price-period {
  color: #1D1C1C;
  font-size: 11px;
  display: block;
  text-transform: capitalize;
  border-bottom: none;
}
ul.mphb-room-rates-list {
    margin: 0;
    text-align: center;
}
.room-box-inner span.currency_amount {
  font-weight: 500;
  font-size: 16px;
}
.booking-one__price.booking__price, .mphb-price {
  font-family: var(--secondary-font);
  display: block;
  position: relative;
  color: #1D1C1C;
  font-size: 26px;
  font-weight: 500;
  padding-top: 0;
}
.room-price {
  background-color: #FFFFFF;
  padding: 6px 17px 12px 17px;
  border-radius: 16px;
}
.room-rating {
  background-color: #FFFFFF;
  padding: 5px 14px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #1D1C1C;
  font-weight: 500;
  font-size: 13px;
}
.room-rating i {
  color: #FFCC00;
  margin-right: 4px;
}
.rooms-content {
  padding: 9px 26px;
  background-color: white;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.room-details {
  background-color: #EFEFEF;
  padding: 14px;
  border-radius: 12px;
}
.rooms-meta-icon {
  font-size: 16px;
  color: black;
  margin-top: 0px !important;
}
.Bedroom-count {
  display: flex;
  align-items: center;
}
.rooms-content h5 a {
  font-family: var(--secondary-font);
  display: block;
  position: relative;
  color: #1D1C1C;
  font-size: 21px;
  font-weight: 700;
}
.room-meta-details {
  background-color: #EFEFEF;
  padding: 17px;
  border-radius: 16px;
  margin-top: 13px;
}
.rooms-content h5 {
  padding-bottom: 5px;
}
.room-location i {
  color: var(--color-primary);
  margin-right: 6px;
}
.room-location {
  color: #1D1C1C;
}
.post-total-rating i.fas.fa-star {
  color: #EBAA13;
  font-size: 10px;
}
.rooms-content span.post-total-rating-value {
    display: none;
}
.room-excerpt {
  color: #414141;
}
.room-excerpt {
  color: #414141;
  margin-bottom: 10px;
  margin-top: 10px;
}
.rooms-images img {
  border-radius: 20px;
}
.room_guest i {
    color: var(--color-primary);
}
.room-details svg {
  width: 14px;
  margin-right: 5px;
}
.room-person, .room-size, .rooms-meta-icon, .rooms-meta-text, .room-guest-size {
  font-weight: 400;
  color: #1D1C1C;
  font-family: var(--primary-font);
  line-height: 1;
}
.room_guest i, .room-size i {
  color: #666666;
  margin-right: 5px;
}
.room-inner-details {
  width: 62%;
}
.room-inner-details svg {
    margin-right: 4px;
    width: 16px;
}
.room-btn a.theme_button {
  padding: 13px 20px;
}
.room-btn {
  margin-top: 16px;
  display: block;
}
.room-guest-size {
    display: flex;
}
span.rating-text {
  display: none;
}
.rating-stars i.rated:after {
  color: #FFC107;
  font-size: 11px;
}
.rating-stars i:after{
  font-size: 11px;
}
.stars-avg-rating .rating-stars {
  margin-right: 0;
}
.stars-avg-rating {
  margin: 0;
}
.stars-avg-rating {
  margin-bottom: 10px;
}
.room-box-inner:hover a.theme_button2 {
    background-color: var(--color-primary);
    color: #fff;
}
/*------------ Amenities -----------------*/
.amenities-block {
  text-align: center;
  border-radius: 30px;
  background-color: #FDF0EA;
  padding: 18px;
  /* box-shadow: 0px 1px 13px 0px #00000024; */
}
.special_offer-block  i.fa-solid.fa-arrow-right {
    transform: rotate(-40deg);
}
.amenities-content a.theme_button2 {
  display: inline-block;
  margin-top: 18px;
}
.amenities_img_inner {
  background-color: var(--color-primary);
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
}
.amenities-content h5 {
  font-weight: 600;
}
.amenities_p {
  color: #1D1C1C;
}
.amenities-block:hover{
  background-color: var(--color-primary);
}
.amenities-block:hover .amenities_img_inner{
  background-color: white;
}
.amenities-block:hover .amenities_img_inner, .amenities-block:hover .amenities-content h5, .amenities-block:hover .amenities_p{
  color: white;
}
.amenities-block:hover a.theme_button2 {
  background-color: white;
  color: #1D1C1C;
}
/*------------ Image Overlay Effctes -----------------*/
.image-overlay-effect .box {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.image-overlay-effect .box img{
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
}
.image-overlay-effect:hover .box img{
  opacity: 0.25;
  transform: scale(1.25);
}
.news-box h5 a:hover, .testimonial-title a:hover, .team_head a:hover, .rooms-content h5 a:hover {
    color: var(--color-primary);
}