@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #7e5453;
  --theme-color-second: #000;
  --theme-bg-color: #000;
  --theme-heading-font: "Roboto", serif;
  --theme-default-font: "Poppins", serif;
}

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: rgb(94,56,56);
background: linear-gradient(31deg, rgba(94,56,56,1) 0%, rgba(143,99,90,1) 52%, rgba(77,46,46,1) 100%);  
	padding: 11px 0px;
  border: 1px solid #E6B897;
	display: inline-block;
	color: #fff;
	width: 220px;
	font-weight: 400;
	text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	font-family: var(--theme-default-font);
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	border-radius: 50px;
}
.btn1:hover {
  background: #814c4c;
  border: 1px solid #814c4c;
  color: #fff;
}
.btn2 {
  background: rgb(94,56,56);
  background: linear-gradient(31deg, rgba(94,56,56,1) 0%, rgba(143,99,90,1) 52%, rgba(77,46,46,1) 100%);  
	padding: 11px 0px;
  border: 1px solid #f7f7f7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: inline-block;
	color: #fff;
	width: 220px;
	font-weight: 400;
	text-align: center;
	font-family: "Poppins", serif;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	border-radius: 50px;
	cursor: pointer;
}
.btn2:hover {
  background: #814c4c;
  border: 1px solid #814c4c;
  color: #fff;
}
.heading h2 {
	font-size: 50px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
	text-transform: uppercase;
}
.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}

.top_ber{
  padding: 5px 0;
 background:var(--theme-color);
}
.top_ber .social-m ul {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.top_ber .social-m ul li a i {
  color: #f4c4a0;
	font-size: 22px;
	line-height: 0;
	padding: 5px;
	display: block;
}
.top_ber .add_scall {
	overflow: hidden;
}
.top_ber .call_top ul{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.top_ber .call_top ul li a{
  color: #fff;
}
.top_ber .call_top {
	display: flex;
	justify-content: right;
  align-items: center;
	gap: 35px;
}
.add_scall p{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: "Poppins", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
  animation: scroll 30s linear infinite;
  transition: all 0.6s;
}
/* Keyframe animation to move the marquee */
@keyframes scroll {
  0% {
    transform: translateX(-50%); /* Start from the right */
  }
  100% {
    transform: translateX(
      100%
    ); /* Move left until half of the width (seamless loop) */
  }
}
.add_scall p a{
  color:var(--theme-color-second);
}
.hd_call_btn{
  display: flex;
  gap: 10px;
  align-items: center;
}
.hd_call_btn i{
  font-size: 20px;
  color: #f4c4a0;
}
.fixed_top {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s ease-in-out;
}

.main_header {
	padding: 15px 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 40px;
}

.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 20px;
}

.main_header .hd_btn_sec span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_header .main_navbar img {
  width: 305px;
}

.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.sub_drop.list-unstyled li a {
  padding: 15px 9px !important;
}

.main_header .nav_menu .nav_ul li {
  margin-left: 50px;
}

.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.main_header .nav_menu .nav_ul li a::after{
  content: "";
  position: absolute;
  background: var(--theme-color);
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: all 0.6s;
}
.main_header .nav_menu .nav_ul li:hover a::after{
  width: 100%;
}
.main_header .nav_menu .nav_ul li.active a::after{
  width: 100%;
}

.main_header .navbar_logo a img {
	width: 145px;
}
.main_header .nav_menu .nav_ul li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	padding: 30px 0;
	position: relative;
}
.main_header .nav_menu .nav_ul li:hover a{
  color: var(--theme-color);
}
.main_header .nav_menu {
	display: flex; 
	align-items: center;
}
@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1350px;
  }
}

.top-ledt-social ul li {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-size: 15px;
}
.top-ledt-social ul li i {
	margin-right: 4px;
	font-size: 18px;
	color: #f4c4a0;
}
.logo img {
	width: 115px;
	position: absolute;
	top: 0;
}
.banner-heading {
	color: #fff;
	text-align: left;
}

.banner-heading h1 {
	font-size: 75px;
	margin-bottom: 6px;
	font-weight: 600;
	text-shadow: 0 2px 2px #a2a2a221;
	text-transform: capitalize;
	line-height: 75px;
	letter-spacing: 8px;
}
.banner-heading h5 {
	font-family: "Corinthia", serif;
	font-size: 70px;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 200;
	color: #814c4c;
}
.banner-heading p {
	margin-bottom: 30px;
}
.btn-gap{
  margin-right: 10px;
}
.banner .carousel-caption {
	position: absolute;
	right: 7%;
	bottom: 1.25rem;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 31%;
	width: 90%;
}
.banner-heading h4 span {
	display: inline-block;
	font-weight: 700;
}
.banner-heading h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 2px solid #fff0;
	width: fit-content;
	display: inline-block;
	animation: highlight 4s steps(30, end) infinite;
	letter-spacing: 5px;
}
.animate-charcter {
	background-image: linear-gradient(-225deg,#d5aa8c 0%, #643b3b 29%,#d2ab95 67%,#fff 100% ) !important;
	background-size: auto auto; 
	background-clip: border-box; 
	background-size: 200% auto !important;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* 
@keyframes highlight {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
} */
/* Fade-in from the left */
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade-in from the right */
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.carousel-item.active .banner-heading h1 {
  opacity: 0;
  animation: fadeleft 2s ease-out forwards;
}
.carousel-item.active .banner-heading h5 {
  opacity: 0;
  animation: fadeleft 2s ease-out forwards;
}
.carousel-item.active .banner-heading h4 {
  opacity: 0;
  animation: fadeleft 2s ease-out forwards;
}

.carousel-item.active .banner-heading .btn-sec {
  opacity: 0;
  animation: fadeleft 3s ease-out forwards;
}

.service-con-sty {
	padding: 12px;
	background: #fff;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  transition: all 0.6s;
}

.service-con-sty .top-img  {
	border-radius: 10px;
  position: relative;
}
.service-con-sty .top-img img {
	border-radius: 10px;
  position: relative;
}

.service-con-sty .servire-btom {
	padding: 24px 7px 14px;
}
.service-con-sty .servire-btom p {
	font-size: 15px;
	margin-bottom: 10px;
}
.service-con-sty .servire-btom h4 {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 8px;
}
.service-con-sty .read-btn {
	color: var(--theme-color);
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 11px;
}
.service-con-sty .read-btn img {
	width: 23px;
	margin-left: 9px;
}
.service-con-sty .service-icon {
	background-color: #F6E9E4;
	color: #000;
	width: 65px;
	height: 65px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 6%;
	bottom: -20px;
	z-index: 11;
	border-radius: 7px;
}
.service-con-sty:hover{
  background: var(--theme-color);
  color: #fff;
  transition: all 0.6s ease-in;
}
.service-con-sty:hover .read-btn{
  color: #fff;
}
.service-con-sty:hover .read-btn img{
  filter: brightness(0) invert(1);
}
.services-sec .btn-gap {
	margin-right: 0;
	margin-bottom: 14px;
}
.sub-heading {
	font-family: "Corinthia", serif;
	font-size: 43px;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 200;
	color: #814c4c;
}

.book-our-service {
	background: #67403e;
	padding: 40px 0;
}

.book-our-service h4 {
	color: #fff;
	letter-spacing: 5px;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
.services-sec {
	background: #f1f1f1;
}
.book-our-service h4 a {
	color: #fff;
}
.hotel-img-sty {
	border-radius: 15px;
	overflow: hidden;
}
.hotel-img-sty:hover img {
	transform: scale(1.1);
}
.hotel-img-sty img {
	transition: all 0.6s;
}
.hotel-home-sec1 {
	background-color: #f7f7f7;
}
.app-time-set-sec .heading{
  padding-right: 100px;
}
.app-time-set-sec{
  background: url('../image/home-bg1.jpg') no-repeat center;
  background-size: cover;
  padding: 125px 0;
}
.app-time-set-sec .heading h6 {
	color: #4d4d4d;
	line-height: 0;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-size: 21px;
	font-weight: 600;
}
.app-time-set-sec .heading h6 i {
	font-size: 20px;
	margin-right: 15px;
	color: #b08571;
}
.gallery-sec {
	background: #f7f7f7;
}
.gall-img {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.6s;
}

.gall-img img {
	transition: all 0.6s;
}

.gall-img:hover img {
	transform: scale(1.1);
}

.gall-img .img-overlay {
	background-color: #5252527d;
	width: 0%;
	height: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.gall-img .img-overlay i {
	color: #fff;
	font-size: 26px;
	transition: all 0.6s;
}

.gall-img:hover .img-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.6s;
}

.review-con .rivew-img img {
	border-radius: 50%;
	max-width: 60px;
	height: 60px;
	object-fit: cover;
}

.review-con .rivew-name h4 {
	margin-bottom: 4px;
	font-size: 18px;
}

.review-con .rating i {
	color: #fe8a02;
	font-size: 19px;
}

.review-con .riview-top {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px
}

.review-con {
	background: #f4f4f4e8;
	border-radius: 15px;
	padding: 25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 100%;
	height: 100%;
}

.review-con .riview-com p {
	margin-bottom: 0;
}
.reviews-slider .item{
  margin: 12px 0;
}
.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.reviews-sec {
  background: #f1f1f1;
}
/* footer */
footer {
  padding: 80px 0 40px;
  background: #7e5453;
  background-size: cover;
  color: #e6e6e6;
}
footer .ft_logo img {
  width: 175px;
  margin-bottom: 5px;
}

footer .ft_gap_left {
  margin-left: -15px
}

footer ul.list-unstyled.ft_links li {
  margin-bottom: 11px
}

footer .ft_links2 li a {
  margin-bottom: 15px;
  display: flex;
  align-items: center
}

footer .ft_links2 li i {
	font-size: 29px !important;
	margin-right: 10px;
	margin-top: 5px;
	min-width: 45px;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .ft_content h4 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 22px;
	font-weight: 400;
	padding-bottom: 18px;
  position: relative;
}
footer .ft_content h4::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 3px;
	left: 5px;
	bottom: -5px;
	background: rgb(94,56,56);
	background: linear-gradient(86deg, rgba(94, 56, 56, 0.57) 40%, rgba(221, 177, 145, 0.21) 78%);
}
footer .ft_links li a,
footer .ft_links2 li a {
  color: #e6e6e6;
}

footer .ft_links2 li a .ft_call img {
  width: 30px;
  margin-right: 5px
}

footer .ft_border {
	width: 100%;
	height: 1px;
	margin: 18px 0;
	background-color: #d9d9d926;
}
footer .ft_socail {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
}

footer .ft_socail a {
	width: 35px;
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	border: 1px solid #a5856c;
	height: 35px;
	transition: all 0.6s;
}
footer .ft_socail a:hover{
  background-color: var(--theme-color);
}

footer .contact-ul .add-img {
	width: 40px;
	height: 40px;
	background: #492b2b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .contact-ul .add-img img {
	width: 23px;
}
footer .contact-ul  .add-con span{
font-weight: 600;
}
footer .contact-ul li address{
margin-bottom: 0;
}
footer .contact-ul li {
	display: flex;
	gap: 10px;
	margin-bottom: 26px;
  align-items: center;
}
footer .contact-ul .add-con a{
  color: #fff;
  display: block;
}
footer .copy_txt p a {
	color: #fff;
}
footer .ft_socail a img {
	width: 100%;
	padding: 8px;
}
footer .tex-right{
  text-align: right;
}
footer .ft_links li a i {
	font-size: 11px;
	display: inline-block;
}


/* Basic Styles */
/* .dropdown-li {
	position: relative;
	display: inline-block;
  } */
  
  .dropdown-li a {
	text-decoration: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	transition: color 0.3s ease-in-out;
  }
  
  .dropdown-li a:hover {
	color: #007bff;
  }
  
  /* Mega Menu Styling */
  .megha-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
	gap: 25px !important;
}
  .megha-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }

  .megha-menu ul > li {
	display: block;
	padding: 0;
	margin-right: 0px;
}

  .megha-menu ul > li strong {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
	display: block;
  }
  
  .megha-menu ul > li ul {
	list-style-type: none;
	padding: 0;
  }
  
  .megha-menu ul > li ul li {
	margin-bottom: 6px;
  }
  
  .megha-menu ul > li ul li a {
	color: #555 !important;
	font-size: 14px !important;
	transition: color 0.3s;
	text-decoration: none;
  }
  
  .megha-menu ul > li ul li a:hover {
	color: #007bff;
	font-weight: 600;
  }
  
  /* Show Dropdown on Hover */
  .dropdown-li:hover .megha-menu {
	display: flex;
	justify-content: space-around;
}
  
  /* Optional: Add Dropdown Icon */
  .dropdown-li a i {
	margin-left: 6px;
	transition: transform 0.3s ease-in-out;
  }
  
  .dropdown-li:hover a i {
	transform: rotate(180deg);
  }
  
  .megha-menu ul li a::after {
	content: "";
	position: inherit !important;
	background: inherit !important;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 10px;
	transition: all 0.6s;
  }
  .megha-menu ul > li {
	margin-left: 0 !important;
}

.megha-menu ul li a {
	color: #2b2a2a !important;
	font-size: 14px !important;
}
.megha-menu ul li{
	margin-bottom: 15px !important;
}
.megha-menu strong a {
	color: #7e5453 !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
	display: block;
	padding: 13px 0 !important;
}
.megha-menu strong {
	display: block;
}
.megha-menu strong a::after{
	position: inherit !important;
}
.dropdown-li a:hover {
	color: #7e5453 !important;
}
.mobile_navbar{
	display: none;
}
/* inner page */

.breadcrumb-area {
	padding: 350px 0 70px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  .breadcrumb-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
	z-index: 1;
  }
  
  .breadcrumb-area .breadcrumb-wrap {
	text-align: center;
	position: relative;
	z-index: 11;
  }
  .breadcrumb-area .breadcrumb-wrap h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 33px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
  }
  .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
	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
  }
  
  .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
	font-size: 16px;
	color: #fff;
	font-weight: 500
  }
  
  .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
	color: #fff;
  }
  
  .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
	vertical-align: middle;
	font-size: 22px
  }
  
  .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  .pagination a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #262339;
	margin: 0 6px;
	text-align: center;
	line-height: 36px;
	font-weight: 500;
	font-size: 20px;
	color: #262339;
	-webkit-transition: all .2s;
	transition: all .2s
  }
  
  
  .pagination a i {
	font-size: 28px;
	line-height: 38px
  }
  
  .breadcrumb-links {
	gap: 12px;
	display: flex;
	align-items: center;
  }
  .breadcrumb-area h2{
	color: var(--theme-color);
	text-transform: uppercase;
  }
  
  .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
	vertical-align: center;
	font-size: 17px;
	margin-left: 5px;
  }
  .booking-sec .about-img img {
	border-radius: 15px;
	transition: all 0.6s;
}
.gaping{
	margin-top: 20px;
}
.service-conty {
	background: url('../image/service-cata-bg.jpg') no-repeat bottom;
	background-size: cover;
	padding: 120px 0;
}
.offer-con {
	border: 1px solid #ffffffa8;
	padding: 35px 10px;
	text-align: center;
	background-color: #ffffffd4;
	border-radius: 8px;
	transition: all 0.6s;
	cursor: pointer;
	width: 100%;
	height: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.offer-con .top-ivon i {
	font-size: 55px;
	color: var(--theme-color);

}
.offer-con .top-ivon {
	margin-bottom: 18px;
}
.offer-con .offer-botom h4 {
	margin-bottom: 0;
	color: var(--theme-color);
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	word-break: break-all;
}
.offer-con:hover{
	background-color: var(--theme-color);
}
.offer-con:hover .offer-botom h4 {
	color: #fff;
}
.offer-con:hover .top-ivon i{
	color:#fff;
}
.offer-con:hover {
	transform: translateY(-5px);
  }
  .offer-service .item {
	width: 100%;
	margin: 15px 0;
}

 /* ...contact.... */


 .contact-info p {
    max-width: 966px;
    margin: auto;
    color: #777777;
  }
  .contact-info-top{
    margin-top: 25px;
  }
  .contact-sec .p-contact{
    margin: initial !important;
  }
  .contact-sec .row-below{
    margin-top: 30px;
  }
  .contact-sec .contact-info form{
    margin-top: 15px;
  }
  .contact-sec .contact-top {
    background: var(--theme-color);
    padding: 33px 20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .contact-sec .contact-icon{
    position: relative;
    
  }

  .contact-sec .contact-info-top a{
    color: #fff;
    font-size: 16px;
  }
  .contact-sec .contact-info-top p{
    color: #fff;
    font-size: 16px;
    line-height: 27px; 
    margin-bottom: 0;
  }
  .contact-sec .contact-icon i{
    background:#fff;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorPrimary);
  font-size: 28px;
  
  }
  .contact-sec .contact-left-el {
    margin-bottom: 23px;
    display: flex;
    align-items:center;
    background: #f7f7f7;
  }
  .contact-sec .contact-left-el1{
    margin-bottom: 26px;
    margin-top: 30px;
    display: flex;
    align-items:flex-start;
  }
  
  .contact-sec .contact-left-el,.contact-left-el1 a {
    color: #777777;
    transition: all .3s ease-in-out;
  }
  
  .contact-sec .contact-left{
    background: #fff;
    padding: 35px 25px;
    box-shadow: 0px 10px 40px rgb(235, 235, 235);
  
    width: 100%;
    height: 100%;
  }
  .contact-sec .contact-left-el,.contact-left-el1 a:hover {
    color: #5ad2d2;
  }
  .contact-sec .contact-form input{
    height: 50px;
    border-radius: 5px;
    color: #666666;
    border: 1px solid #e2e2e2;
  }
  .contact-sec .contact-form textarea {
    border-radius: 5px;
    color: #666666;
    border: 1px solid #e2e2e2;
  }
  
  .contact-sec .contact-form button {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 14px 0px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    width: 280px;
    transition: all 0.5s ease-in-out;
  }
  .contact-sec .contact-form button:hover{
    background: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
  }
  
  .contact-sec .map_sec{
  line-height: 0;
  }
  .contact-sec .map_sec iframe{
    width: 100%;
    height:100%;
  }
  .contact-sec .contact-form {
    background: #f7f7f7;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid var(--theme-color);
}
.contact-sec .heading h2{
    text-transform: uppercase;
}
.contact-sec .map_sec {
    line-height: 0;
    height: 100%;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    overflow: hidden;
}
.contact-sec .contact-info-top h4 {
	color: #fff;
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 500;
}
footer .ft_links li a, footer .ft_links2 li a {
	color: #e6e6e6;
	text-transform: capitalize;
}
.about-page-sec .about-img {
	border-radius: 15px;
	overflow: hidden;
}

.appointment-sec .contact-form .heading h3 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
}

.appointment-sec .contact-form input {
	height: 55px;
	border-radius: 50px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
}

.appointment-sec .contact-form textarea {
	border-radius: 5px;
	color: #666666;
	padding: 16px;
	width: 100%;
	border: 1px solid #e2e2e2;
}

.appointment-sec .contact-form button {
  background: linear-gradient(31deg, rgba(94,56,56,1) 0%, rgba(143,99,90,1) 52%, rgba(77,46,46,1) 100%);
  padding: 11px 0px;
  border: 1px solid #f7f7f7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 15px 0px;
	outline: none;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	width: 300px;
	transition: all 0.5s ease-in-out;
}
.appointment-sec .contact-form button:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
}

.appointment-sec .contact-form {
	background-color: #f7f7f7;
	padding: 35px;
	border-radius: 15px;
	border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.appointment-sec .contact-form label {
	font-size: 17px;
	margin-bottom: 3px;
	margin-left: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.appointment-sec .contact-form select {
	height: 55px;
	border-radius: 50px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
	background: #fff;
}