
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');


@import url("animate.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");
@import url("magnific-popup.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #222222;
  --theme-color-gray: #F6F6F6;
  --theme-color1: #aa8453;
  --theme-color2: #fdece3;
  --theme-color3: #faf7f2;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --text-color: #222222;
  --text-color-dark: #000000;
  --headings-color: #222222;
  --review-color: #ffc737;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: 'Jost', sans-serif;
  --text-font: 'Jost', sans-serif;
  --text-font2: 'Jost', sans-serif;
  --body-font-size: 16px;
  --body-line-height: 24px;
  --body-font-weight: 300;
  --body-font-weight-regular: 400;
  --body-font-weight-bold:500;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 54px;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 45px;
  --h2-font-size: 33px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 18px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 500;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #F2F3F5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
  --container-pt: 60px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
.top_mob_icon {
	font-size: 30px;
	padding-right: 30px;
	vertical-align: bottom;
}
p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
.text-justify{
    text-align:justify;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
  text-align: justify;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.flex-horizontal-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid,
section > .auto-container{
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
#contact_form .form-control,#contact_form  .input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: 0.9rem;
	width: 100%;
}
#contact_form .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
}
.form-control, .input-text {
  font-size: 0.9rem;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;

}

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-theme-color1 {
  color: var(--theme-color1);
}

.bg-theme-color1 {
  background-color: var(--theme-color1);
}

.text-theme-color2 {
  color: var(--theme-color2);
}

.bg-theme-color2 {
  background-color: var(--theme-color2);
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  width: 40px;
  margin-top: 4px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  color: #000;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left:auto;
}
.scroll-to-top:hover {
  color: #ffffff;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 50px;
  margin-bottom: 7px;
  padding-left: 22px;
}
.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}
.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #E3E3E3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}
.default-navs .owl-prev {
  margin-left: 0;
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}
.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}

.before-none:before,
.before_none:before {
  display: none;
}

.after-none:after,
.after_none:after {
  display: none;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

section {
  position: relative;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--text-font2);
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding: 14px 32px 18px;
  overflow: hidden;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  background: #f8f5f0;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-one:hover {
  color: #fff;
}

.theme-btn.small {
  padding: 10px 30px;
  line-height: 20px;
  font-size: 10px;
}

.theme-btn.large {
  padding: 20px 60px;
  line-height: 25px;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn-anim {
  position: relative;
}
.btn-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.btn-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 17px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 35px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 2;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: var(--bg-theme-color1);
  color: #fff;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color:var(--text-color-dark);
  margin-bottom: 0; text-align:justify;
}
.accordion-box .block .acc-content.current {
  display: block;
}



/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0 10px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-left .info-list {
  color: #ffffff;
  font-size: 14px;
}
.header-top .top-left .info-list span {
  color: #b5cf2b;
  font-size: 14px;
  font-weight: 600;
}
.header-top .top-center {
  margin-left: auto;
  margin-right: auto;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}
.header-top .top-right button span, .header-top .top-right button img {
  margin-right: 10px;
  display: inline-block;
}
.header-top .top-right button span {
  font-size: 20px;
}
.header-top .top-right button.login-btn {
  margin-left: 72px;
}
.header-top .top-right button.login-btn i {
  font-size: 18px;
  margin-right: 7px;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo.abs {
	/*position: absolute;
	top: -20px;*/
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  margin-left: auto;
  /*margin-right: auto;*/
}
.main-header .main-box .nav-outer.mr-auto{
  margin-right: auto;
}

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font2);
  letter-spacing: 1.3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 270px;
  z-index: 100;
  padding: 10px 0 0;
  background-color:#ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  font-family:var(--text-font2);
  text-align: left;
  margin: 0 18px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}
.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}
.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}
.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-one
====================================================================

***/
.header-style-one {
  position: absolute;
  margin-top: 18px;
}
.header-style-one .main-box {
  border-bottom: 1px solid #5d554f;
  padding-bottom: 20px;
}
.header-style-one .main-box .nav-outer {
  /*margin-left: 113px;*/
}
.header-style-one .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
}
.header-style-one .main-box .nav-outer .nav .navigation li a:hover,.header-style-one .main-box .nav-outer .nav .navigation li a.active {
  color: var(--theme-color1);
}
.header-style-one .main-box .nav-outer .nav .navigation li ul li a {
  color: #000;
}
.header-style-one .main-menu .navigation > li > a {
  color: #000000;
  font-size: 13px;
  font-weight:var(--h5-font-weight);
  text-transform: uppercase;
}
.header-style-one .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one .outer-box .search-btn {
  background-color: unset;
  margin-right: 40px;
}
.header-style-one .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-one .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-one .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-one .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-one .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  line-height: 48px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  position: relative;
  top: 5px;
  height: 50px;
  z-index: 9;
  border: 0;
}
.header-style-one .outer-box .header-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.header-style-one .outer-box .header-btn:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header-style-one .main-menu .navigation > li {
  padding: 0;
  margin-right: 48px;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-menu .navigation > li {
    margin-right: 38px;
  }
}
.header-style-one .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-one .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-one .mobile-nav-toggler {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  margin-right: 0;
  display: none;
}
.header-style-one .mobile-nav-toggler span {
  color: #fff;
}
.header-style-one .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-one .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-one .sticky-header .main-menu .navigation > li.current > a, .header-style-one .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-one .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-one .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .sticky-header .main-menu .navigation > li.current > a, .header-style-one .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-one .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 


====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #aa8453;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

/*.sticky-header .logo {
  padding: 10px 0;top: -15px;
}*/
.sticky-header .logo {
	padding: 20px 15px;
	top: -15px;
	background: rgba(0,0,0,0.8);
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
  margin-left: auto;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 60px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: #fff;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
  color: #000;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}

@media only screen and (max-width: 1200px) {
  .header-style-one .main-box .nav-outer {
    margin-left: 70px;
    margin-right: auto;
  }
  .header-style-two .main-box .nav-outer .nav .navigation li {
    margin-right: 26px;
  }
  .header-style-two .main-box .nav-outer {
    margin-right: 40px;
  }
  .header-style-two .outer-box .search-btn {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-one .mobile-nav-toggler, .header-style-two .sticky-header .mobile-nav-toggler, .header-style-one .sticky-header .mobile-nav-toggler {
    display: inline-block;
  }
  .header-style-two .sticky-header .main-menu, .header-style-one .sticky-header .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-one .outer-box .header-btn {
    display: none;
  }
}
/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #222;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #ffffff;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li a {
  color: #fff;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #222;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/***



====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 49px;
}
.sec-title.white .sub-title:before {
  display: none;
}
.sec-title.white h2 {
  color: #fff;
}
.sec-title .sub-title {
  position: relative;
  font-size: 18px;
  color: var(--text-color);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--text-font2);
  letter-spacing: 1px;
}
.sec-title .sub-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.sec-title .sub-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  z-index: 2;
}
.sec-title .text {
  margin-top: 24px;
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .sec-title h2 br {
    display: none;
  }
  br {
    display: none;
  }
  .sec-title h2 {
    font-size: 44px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-title .sub-title {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-title .sub-title {
    letter-spacing: 3px;
  }
}
/*** 

====================================================================
  banner section
====================================================================

***/
.home{
	position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;flex-direction:column;background:#2696e9;
}
.home:before{
	z-index:777;content:'';position:absolute;background:rgba(3,96,251,0.3);width:100%;height:100%;top:0;left:0;
}
.home video{
	z-index:000;position:absolute;top:0;left:0; width:100%;height:100%;object-fit:cover;
}
.slider-navigation {
	z-index: 888;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-103px);
	margin-bottom: 12px;
	margin-top: auto;
}
.slider-navigation .nav-btn{
	width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 2px rgba(255,255,255,0.5);
	transition:0.3s ease;
}
.slider-navigation .nav-btn.active{
	background:#aa8453;
}
.slider-navigation .nav-btn:not(:last-child){
	margin-right:20px;
}
.slider-navigation .nav-btn:hover{
	transform:scale(1.2);
}
.video-slide{
	position:absolute;width:100%;
	clip-path: circle(0% at 0 50%);
}
.video-slide.active{
	clip-path: circle(150% at 0 50%);
	transition:1.5s ease;
	transition-property:clip-path;
}
/***END Multiple Video Slide***/
.single__video{
   height: 100vh; 
}
.single__video video {
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/***END Single Video***/
.banner-section {
	position: relative;
}
.form-on-banner{
    z-index:999;opacity:0.9;
}
.banner-section .banner-slider {
  height: auto;
}
.banner-section .banner-slider .slick-list,
.banner-section .banner-slider .slick-track {
  height: 100%;
}
.banner-section .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section .banner-slide .image {
  position:relative;
}
.banner-section .banner-slide .image::before {
  height: 100%;width:100%; position:absolute;
  background-color:rgba(13,8,4,0.5);
  background-image: linear-gradient(#0d0804, #29221a);
  opacity:0.3;  
  content:'';
}
.banner-section .banner-slide .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.banner-section .content-box {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 700px;
}
.banner-section .content-box .sub-title {
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color-light);
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .single__video{
       height: 450px; 
    }
}
@media (max-width: 766.98px) {
  .single__video{
       height: 400px; 
    }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .sub-title {
    font-size: 14px;
    line-height: 14px;
  }
  .single__video{
       height: 300px; 
    }
}
.banner-section .content-box .sub-title::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 40px;
  z-index: 99;
}
.banner-section .content-box h1 {
  color: var(--theme-color-light);
  text-transform: uppercase;
  font-size: 56px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .banner-section .content-box h1 {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.banner-section .content-box .btn {
  color: var(--theme-color-light);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid var(--theme-color-light);
  position: relative;
  z-index: 9;
}
.banner-section .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/*** 


====================================================================
		About Section
====================================================================

***/
.exp-box {
  position: absolute;
  left: 135px;
  background: #000;
  width: 260px;
  text-align: center;
  padding: 36px 15px 33px;
}
.exp-box figure {
  margin-bottom: 12px;
}
.exp-box .title {
  color: var(--theme-color-light);
  margin-bottom: 9px;font-size:1,1rem;
}
.exp-box .text {
  color: #ababab;
  font-family: var(--text-font2);
  line-height: 24px;
}

.about-section {
  position: relative;
  padding: 0 0 60px;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 710px;
  height: 544px;
  background-image: url(../images/background/pattern.png);
}
.about-section.pattern2::before {
  left: 0;
  right:auto;
  background-image: url(../images/background/pattern2.png)!important;
}
.about-section .content-column {
  position: relative;
  z-index: 1;
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .sec-title {
  margin-bottom: 12px;
}
.about-section .content-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .about-section .content-column .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.about-section .content-column .sec-title .text {
  margin-top: 18px;text-align:justify;
}
.about-section .content-column .sec-title .text p {
  margin-bottom:10px; line-height:22px;
}
.common-text {
  margin-top: 18px;text-align:justify;
}
.common-text p {
  margin-bottom:10px; line-height:22px;
}
.about-section .content-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section .content-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section .content-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-section .image-column {
    display: none;
  }
}
.about-section .image-column .inner-column {
  position: relative;
  padding-left: 20px;
  padding-bottom: 82px;
}
.about-section .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section .image-column .image-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 30px;
  height: 250px;
  background-color: var(--theme-color1);
}
.about-section .image-column .image-1 img {
  width: 100%;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: 18px;
  bottom: 41px;
  margin-bottom: 0;
  border: 15px solid var(--theme-color-light);
  overflow: hidden;
}
.about-section .image-column .image-5 {
  position: absolute;
  bottom: 30px;
  left: -70px;
  z-index: -1;
}
.about-section .image-column .image-4 {
  position: absolute;
  bottom: 65px;
  left: -97px;
  z-index: -1;
}
.about-section .image-column .btn-box {
  position: absolute;
  top: 79px;
  right: 25px;
  height: 133px;
  width: 133px;
  text-align: center;
  line-height: 133px;
}
.about-section .image-column .btn-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #d4d4d5;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section .image-column .btn-box {
    right: 193px;
  }
}
.about-section .image-column .btn-box .play-now-two {
  width: 107px;
  height: 107px;
  line-height: 107px;
  text-align: center;
  background: var(--theme-color1);
  color: var(--theme-color-light);
  font-size: 22px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.about-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section .exp-box {
  top: 213px;
  left: 20%;
}

.info-block {
  position: relative;
  margin-bottom: 52px;
  margin-right: 115px;
}
.info-block:last-child {
  margin-right: 0;
}
.info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.info-block .icon-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.info-block .icon-box i {
  font-size: 64px;
  color: #000;
}


.info-block {
  position: relative;
  margin-bottom: 49px;
  margin-right: 115px;
}
.info-block:last-child {
  margin-right: 0;
}
.info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.contact-info .icon-box {
  position: absolute;
  left: 10px;
  top: 6px;
}
.contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.contact-info span {
  text-transform: uppercase;
}
.contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

@media only screen and (max-width: 1200px) {
  .info-block {
    margin-right: 30px;
  }
  .contact-info .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .content-column .inner-column {
    padding-left: 0;
  }
  .info-block .title {
    max-width: 150px;
  }
  .about-section-two .image-column .exp-box {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .info-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-section .outer-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-section .content-column .btn-box {
    display: block;
  }
  .contact-info {
    margin-top: 40px;
  }
  .about-section-two .image-column .image-1:before {
    display: none;
  }
  .about-section-two .content-column .inner-column .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
/*** 

====================================================================
  service-section
====================================================================

***/
.service-section {
  position: relative;
  padding: 30px 0 30px;
}
@media (max-width: 575.98px) {
  .service-section .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section .sec-title h2 {
    font-size: 32px;
  }
}
.service-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 665px;
  height: 466px;
  background-image: url(../images/background/home.png);
}

.service-block {
  margin-bottom: 24px;
}
.service-block .inner-box {
  position: relative;
  text-align: center;
  border: 2px solid #f8f5f0;
  padding: 45px 20px 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.service-block .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-block .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.service-block .inner-box:hover .content-box .text {
  color: var(--theme-color-light);
}
.service-block .inner-box:hover .icon-box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.service-block .inner-box:hover .icon-box i {
  color: #fff;
}
.service-block .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 95px;
  height: 11px;
  background-color: #f8f5f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-block .inner-box .icon-box {
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block .inner-box .icon-box i {
  color: #ab8555;
  font-size: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .inner-box .content-box .title {
  margin-bottom: 18px;
}
.service-block .inner-box .content-box .text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 


====================================================================
  room-section
====================================================================

***/
.rooms-section {
  position: relative;
  padding: 30px 0;
  background: #f8f5f0;
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title h2 {
    font-size: 32px;
  }
}

.room-block.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}
.room-block .inner-box {
  position: relative;
}
.room-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#222222), to(#222222));
  background: linear-gradient(to left, #222222, #222222);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block .inner-box:hover:before {
  opacity: 0.5;
  visibility: visible;
}
.room-block .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}

.room-block .inner-box.shadow_bot:before {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  background: linear-gradient(to top, #131313 1%, rgba(19, 19, 19, 0.2) 22%, rgba(34, 34, 34, 0) 69%, rgba(44, 44, 44, 0) 90%);
}
.room-block .inner-box.shadow_bot:hover:before {
  opacity: 1;
  visibility: visible;
}
.room-block .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.room-block .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14pxx;
  color: #ffffff;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.room-block .inner-box .box-caption.custom {
	left:auto;
	right: 30px;
	display: block;
	text-align: right;
}
.room-block .inner-box .box-caption .bx-links {
  margin-left: auto;
}
.room-block .inner-box .box-caption .bx-links li {
  display: inline-block;
  margin-right: 11px; color:#ffffff;
}
.room-block .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block .inner-box .box-caption .bx-links li a {
  color: #fff;
  font-size: 16px;
}
.room-block .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block .inner-box .image-box figure img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-block .inner-box .content-box {
  position: absolute;
  bottom: 12px;
  right: 21px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.room-block .inner-box .content-box .title {
  font-size: 27px;
  margin-bottom: -6px;
  color: var(--theme-color-light);
}
.room-block .inner-box .content-box .price {
  font-size: 14px;
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .room-block .inner-box .image-box .image-2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.card-thumb {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
}
.card.customcard {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(6,30,98,.08);
  height: 100%; border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.card.customcard:hover{box-shadow:0 10px 60px 0 rgba(6,30,98,.1)}

.card-meta {
  font-size: 14px;
  margin-top: -42px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(6,30,98,.08);
  padding: 15px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight:var(--body-font-weight-regular);
}
.card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: auto;
}
.card-bottom a:hover{
	color: #dc834e !important;
}
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf3;
}

.card-header:first-child {
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1rem;
  background-color: #fff;
  border-top: 1px solid #e7eaf3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
}

.card.custom_widecard {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(6,30,98,.08);
  height: 100%; border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.card.custom_widecard:hover{box-shadow:0 10px 30px 0 rgba(6,30,98,.1)}


.gradient-overlay-half-bg-gradient-v5 {
	z-index: 0;
	position: relative;
}
.gradient-overlay-half-bg-gradient-v5::before {
  background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
  z-index: 0;
}

.card.customcard .gradient-overlay-half-bg-gradient-v5::before{
  opacity: 0;
}
.card.customcard:hover .gradient-overlay-half-bg-gradient-v5::before {
  opacity: 1; z-index: 1;
}
.card.customcard .card-img-top{-o-object-fit:cover;object-fit:cover;height:100%;-webkit-transition:all .35s ease;transition:all .35s ease;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
.card.customcard:hover .card-img-top{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}
[class*="gradient-overlay-half"]::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	transition: all 0.2s ease-in-out;
}



.wedding_list{
     display: grid;
    grid-template-columns: repeat(1, 100%);
    list-style: none;
    row-gap: 10px;
}
.wedding_list li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    line-height: 25px;

}
.wedding_list li i{
    color:#EEC78C;font-size: 16px;
}

.dest_list{
    display: grid;
    grid-template-columns: repeat(1, 100%);
    list-style: none;
    row-gap: 10px;
}
.dest_list li {
    display: flex;
    gap: 10px;
    align-items: top;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
	text-align: justify;
}
.dest_list p{ margin-bottom:0;}
.dest_list p span{ font-weight: 500;}
.dest_list li i{
    color:#EEC78C;font-size: 16px;
}
.destination_list{
     display: grid;
 
    list-style: none;
    row-gap: 10px;
}
.destination_list li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
}
.destination_list li a{
	font-weight:var(--h5-font-weight);
	color:var(--bs-primary)
}
.destination_list li a:hover{
	color:var(--bs-gray-dark)
}
.destination_list li i{
    color:#EEC78C;font-size: 16px;
}

.bd-room-details__list ul {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    list-style: none;
    row-gap: 10px;
}
.bd-room-details__list ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
}
.bd-room-details__list ul li i{
    color:#EEC78C;font-size: 16px;
}
.twocol{
    list-style: none;
    display:block;
	margin-bottom: 1rem;
	background-color: #eeeeee;
    padding: 10px;
}
.twocol li{
    display: inline-block;
}
.twocol li:first-child {
    padding-right:30px;
}

.bd-room-details__widget {
    border-bottom: 1px solid #d9d9d9;
}
.dest_links ul {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    list-style: none;
    row-gap: 10px;
}
.dest_links ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
}
.dest_links ul li i{
    color:#EEC78C;font-size: 16px;
}
.dest_links__widget {
    border-bottom: 1px solid #d9d9d9;
}
.room-facility-list {
  position: relative;
}
.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}
.product-details{
	position:relative;
}
.product-details.rd-page .bx-wrapper {
  margin-bottom: 0;
}
.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }
  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }
  .rooms-section {
    padding:0;
  }
  .about-section {
	padding: 0;
  }
}
.font-weight-bold {
	font-weight: 500!important;
}
.text-theme {
	color: #dc834e !important;
}
.sidebar{
	position:relative;
}
.sidewidget{
  box-shadow: 0 0 30px 0 rgba(5.999999999999997,30.00000000000003,98.00000000000001,.08);
  -webkit-box-shadow: 0 0 30px 0 rgba(5.999999999999997,30.00000000000003,98.00000000000001,.08);
  background-color: #fff;
  border-radius: 20px;
}
.sidewidget_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 5px;
  background-color: #db9734;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
/*** 

====================================================================
  feature-section
====================================================================

***/
.feature-section {
  position: relative;
  padding: 30px 0 15px;
}
@media (max-width: 767.98px) {
  .feature-section {
    padding-top: 0;
  }
}

.feature-row:nth-child(even) .image-column .inner-column {
  margin-right: 0;
  margin-left: -170px;
}
.feature-row:nth-child(even) .content-column .inner-column {
  padding: 61px 231px 70px 60px;
}
.feature-row:hover .image-column .inner-column .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-row .image-column .inner-column {
  margin-right: -170px;
  position: relative;
  z-index: 9;
}
.feature-row .content-column {
  margin-bottom: 60px;
}
.feature-row .content-column .inner-column {
  position: relative;
  background-color: #f8f5f0;
  padding: 48px 48px 60px 231px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 0 70px 203px;
  }
}
@media (max-width: 991.98px) {
  .feature-row .content-column .inner-column {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-row .content-column .inner-column {
    padding: 30px 20px 17px 20px;
    margin-top: 0;
  }
	section > .container,
	section > .container-fluid,
	section > .auto-container{
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.feature-row .content-column {
		margin-bottom: 40px;
	}
	.page-title{
		min-height:auto;
		padding:20px 0 0;
	}
}
.feature-row .content-column .inner-column::before {
  content: "";
  position: absolute;
  top: 0;
  /* left: 232px; */
  width: 95px;
  height: 11px;
  background-color: var(--theme-color1);
}
.feature-row .content-column .inner-column .sec-title {
  margin-bottom: 34px;
}
.feature-row .content-column .inner-column .sec-title .text {
  margin-top: 31px;text-align:justify;
}
.feature-row .content-column .inner-column .sec-title .text.pr-box {
  padding-right: 0px;
}
.feature-row .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 11px;
}
.feature-row .content-column .inner-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column .sec-title .text {
    font-size: 16px;
	margin-top: 15px;
  }
}
.feature-row .content-column .inner-column .image-2 {
  position: absolute;
  top: 18px;
  right: 13px;
}
.feature-row .image-column .image {
  overflow: hidden;
}
.feature-row .image-column .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-row .content-column .inner-column {
    margin-top: 0;
  }
  .feature-row .content-column .inner-column::before {
    left: 40px;
  }
  .feature-row .image-column .inner-column {
    margin-right: 0;
  }
  .feature-row:nth-child(even) .image-column .inner-column {
    margin: 0;
  }
  .feature-row:nth-child(even) .content-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .feature-row .image-column .inner-column {
    margin-bottom: 20px;
  }
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 30px 20px 17px 20px;
  }
}
.feature-section h2{font-size:2rem;}
.feature-section .sec-title .sub-title{font-size:1rem;margin-bottom:5px;}
/*** 

====================================================================
  call-section
====================================================================

***/
.call-to-action {
  position: relative;
  padding: 120px 0;
}
.call-to-action .booking-form-column .inner-column {
  margin: 0;
}
.call-to-action .booking-form-column .inner-column:after {
  left: auto;
  top: auto;
  bottom: -120px;
  right: -75px;
}
.call-to-action .content-colum .inner-column .sec-title {
  margin-bottom: 21px;
}
.call-to-action .content-colum .inner-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .call-to-action .content-colum .inner-column .sec-title h2 {
    font-size: 37px;
  }
}
.call-to-action .content-colum .inner-column .call-block {
  margin-bottom: 42px;
}
.call-to-action .content-colum .inner-column .call-block .inner-box {
  padding-left: 110px;
  position: relative;
}
.call-to-action .content-colum .inner-column .call-block .inner-box.pl-0{padding-left:0;}
.call-to-action .content-colum .inner-column .call-block .inner-box .icon-box {
  position: absolute;
  left: 0;
  width: 84px;
  height: 84px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call-to-action .content-colum .inner-column .call-block .inner-box .icon-box i {
  color: #aa8453;
  font-size: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.call-to-action .content-colum .inner-column .call-block .inner-box .title {
  margin-bottom: 13px;
}
@media (max-width: 575.98px) {
  .call-to-action .content-colum .inner-column .call-block .inner-box .title {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .call-to-action .content-colum .inner-column .call-block .inner-box .text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .content-colum .inner-column .call-block .inner-box .text {
    font-size: 17px;
  }
}
.call-to-action .content-colum .inner-column .call-block .inner-box:hover .icon-box {
  background-color: #aa8453;
}
.call-to-action .content-colum .inner-column .call-block .inner-box:hover .icon-box i {
  color: #fff;
}
.call-to-action .content-colum .inner-column .call-block .inner-box .icon-box svg{
  fill: #aa8453;
}
.call-to-action .content-colum .inner-column .call-block .inner-box:hover .icon-box svg{
  fill: #fff;
}
.call-to-action .content-colum .inner-column .btn-box .read-more {
  margin-top: 4px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  width: 170px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--text-font2);
  position: relative;
  z-index: 9;
}
.call-to-action .content-colum .inner-column .btn-box .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.call-to-action .content-colum .inner-column .btn-box .read-more:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.call-to-action .content-colum .inner-column .btn-box .read-more:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .call-to-action .content-colum {
    margin-bottom: 50px;
  }
}
/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 30px 0 10px;
}
.news-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 713px;
  height: 544px;
  background-image: url(../images/icons/bg-shape.png);
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .news-section .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title h2 {
    font-size: 29px;
  }
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
}
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box:hover .image-box .date {
  bottom: 40px;
}
.news-block .inner-box .image-box {
  position: relative;
}
.news-block .inner-box .image-box .image {
  overflow: hidden;
}
.news-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box .image-box .date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  height: 85px;
  width: 45px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  padding-top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box .image-box .date small {
  font-size: 24px;
  margin-top: -4px;
  display: inline-block;
}
.news-block .inner-box .content-box {
  position: relative;
  background-color: #fff;
  padding: 21px 0px 21px 30px;
  margin-left: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 21px 0px 21px 20px;
  }
}
.news-block .inner-box .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3px;
}
.news-block .inner-box .content-box .post-info li {
  position: relative;
  font-size: 12px;
  color: #666666;
  margin-right: 17px;
}
.news-block .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}
.news-block .inner-box .content-box .post-info li i {
  color: var(--theme-color1);
  margin-right: 7px;
}
.news-block .inner-box .content-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 22px;
  }
}
.news-block .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}
.news-block .inner-box .content-box .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: var(--theme-color-dark);
  background-color: #f8f5f0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--text-font2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 99;
}
.news-block .inner-box .content-box .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: -1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.news-block .inner-box .content-box .read-more:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.news-block .inner-box .content-box .read-more i {
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.news-block .inner-box .content-box .read-more:hover {
  color: #fff;
}
.news-block .inner-box .content-box .read-more:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




====================================================================
  offer-section
====================================================================

***/
.offer-banner {
  position: relative;
  margin-top: -120px;
}
.offer-banner .outer-box {
  position: relative;
  background-color: #f8f5f0;
  padding: 74px 103px 78px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .offer-banner .outer-box {
    padding: 44px 46px 50px;
  }
}
.offer-banner .outer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 658px;
  height: 502px;
  background-image: url(../images/resource/pattern3.png);
}
@media (max-width: 575.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .sub-title {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.offer-banner .outer-box .content-colum .inner-column .content-box .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 39px;
  }
}
@media (max-width: 575.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
  }
}
.offer-banner .outer-box .btn-column .inner-column {
  text-align: right;
  margin-top: 21px;
}
@media (max-width: 991.98px) {
  .offer-banner .outer-box .btn-column .inner-column {
    text-align: center;
  }
}
.offer-banner .outer-box .btn-column .inner-column .read-more {
  padding: 0 47px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--text-font2);
  position: relative;
  z-index: 9;
}
.offer-banner .outer-box .btn-column .inner-column .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.offer-banner .outer-box .btn-column .inner-column .read-more:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.offer-banner .outer-box .btn-column .inner-column .read-more:hover {
  background: #000;
}


====================================================================
  BOOKING SECTION
====================================================================

***/
.booking-section {
  position: relative;
  padding: 110px 0 107px;
  margin-top: 87px;
}
.booking-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-repeat: no-repeat;
}

.booking-content-column .inner-column {
  padding-left: 100px;
  position: relative;
}
.booking-content-column .inner-column .sec-title {
  margin-bottom: 54px;
}
.booking-content-column .inner-column p {
  color: #adadad;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
}
.booking-content-column .inner-column p:last-child {
  margin-bottom: 0;
}
.booking-content-column .inner-column .contact-info {
  margin-top: 45px;
}
.booking-content-column .inner-column .contact-info span,
.booking-content-column .inner-column .contact-info .title {
  color: #fff;
}

.booking-form-column .inner-column {
  padding: 60px 70px 70px;
  position: relative;
  z-index: 9;
  margin-top: -220px;
  padding: relative;
}
.booking-form-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f5f0;
  z-index: 9;
  height: 100%;
}
.booking-form-column .inner-column:after {
  content: "";
  position: absolute;
  top: 87px;
  left: -80px;
  width: 424px;
  height: 688px;
  background-image: url(../images/bk-shape.png);
  background-repeat: no-repeat;
}
.booking-form-column .inner-column .sec-title {
  margin-bottom: 54px;
  position: relative;
  z-index: 9;
}
.booking-form-column .inner-column .sec-title:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 95px;
  height: 13px;
  background: #aa8453;
}
.booking-form-column .inner-column .sec-title .sub-title:before {
  display: none;
}
.booking-form-column .inner-column .bk-form {
  position: relative;
  z-index: 9;
}
.booking-form-column .inner-column .bk-form .frm-field {
  position: relative;
  margin-bottom: 15px;
}
.booking-form-column .inner-column .bk-form .frm-field:last-child {
  margin-bottom: 0;
}
.booking-form-column .inner-column .bk-form .frm-field input,
.booking-form-column .inner-column .bk-form .frm-field select {
  width: 100%;
  height: 70px;
  color: #222222;
  font-size: 16px;
  padding: 0 30px;
  border: 1px solid #adadad;
  background: #fff;
}
.booking-form-column .inner-column .bk-form .frm-field img,
.booking-form-column .inner-column .bk-form .frm-field i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #aa8453;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  pointer-events: none;
}
.booking-form-column .inner-column .bk-form .form-submit {
  margin-top: 23px;
}
.booking-form-column .inner-column .bk-form .form-submit button {
  background-color: #222222;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 0;
  position: relative;
  z-index: 9;
}
.booking-form-column .inner-column .bk-form .form-submit button:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: -1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.booking-form-column .inner-column .bk-form .form-submit button:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.bk-form select::-ms-expand {
  display: none;
}

.bk-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

@media only screen and (max-width: 1366px) {
  .booking-form-column .inner-column::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form-column .inner-column {
    margin-top: 0;
  }
  .booking-section {
    margin-top: 0;
  }
  .booking-section:before {
    display: none;
  }
  .booking-content-column .inner-column {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .booking-form-column .inner-column {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .booking-form-column .inner-column {
    padding: 60px 30px 70px;
  }
}
/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
  /* Widget Section */
}
.main-footer .bg {
  background-size: auto;
}

.main-footer .widgets-section {
  position: relative;
  padding: 90px 0 30px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-column.first {
  margin-top: -13px;
  padding-right: 30px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 22px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}

.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 2px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: #FFFFFF;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li:before {
  display: none;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
}
.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #adadad;
  line-height: 30px;
  padding-left: 25px;
}
.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
}
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: var(--theme-color-light);
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #333F4D;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form .form-group input[type=text]::-webkit-input-placeholder, .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::-moz-placeholder, .subscribe-form .form-group input[type=email]::-moz-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]:-ms-input-placeholder, .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::-ms-input-placeholder, .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
  color: #fff;
}
.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 30px;
  line-height: 32px;
  border-radius: 0 10px 10px 0;
  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;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid #333F4D;
  padding: 30px 0;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}

.footer-style-one {
  background-color: var(--theme-color-dark);
  /* Subscribe Form Three */
}
.footer-style-one .about-widget {
  margin-top: 14px;
}
.footer-style-one .about-widget .logo {
	margin-bottom: 10px;
	margin-right: 15px;
}
.footer-style-one .about-widget .text {
	margin-bottom: 10px;
	font-size: 14px;
	color: #adadad;
	text-align: justify;
	line-height: normal;
}
.footer-style-one .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-one .about-widget .social-icon-two li {
  margin-right: 6px;
}
.footer-style-one .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}
.footer-style-one .about-widget .social-icon-two li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #adadad;
  border-radius: 50%;
  border: 1px solid #adadad;
  display: inline-block;
}
.footer-style-one .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
  color: #fff;
}
.footer-style-one .links-widget {
  margin-bottom: 50px;
}
.footer-style-one .links-widget li {
  padding-left: 27px;
}
.footer-style-one .links-widget li a {
  color: #adadad;
}
.footer-style-one .links-widget li i {
  position: absolute;
  left: -27px;
}
.footer-style-one .news-widget .text {
  margin-bottom: 18px;
  color: #adadad;
}
.footer-style-one .news-widget .text i {
  margin-right: 20px;
}
.footer-style-one .info-widget .widget-content .recent-post .inner .post-info:last-child {
  margin-bottom:23px;
}
.footer-style-one .subscribe-form-three {
  position: relative;
  margin-bottom: 40px;
}
.footer-style-one .subscribe-form-three .form-group {
  position: relative;
}
.footer-style-one .subscribe-form-three .form-group input[type=text],
.footer-style-one .subscribe-form-three .form-group input[type=email] {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color2);
  padding: 20px 65px 20px 18px;
  background: unset;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #303030;
}
.footer-style-one .subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder, .footer-style-one .subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color2);
}
.footer-style-one .subscribe-form-three .form-group input[type=text]::-moz-placeholder, .footer-style-one .subscribe-form-three .form-group input[type=email]::-moz-placeholder {
  color: var(--theme-color2);
}
.footer-style-one .subscribe-form-three .form-group input[type=text]:-ms-input-placeholder, .footer-style-one .subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
  color: var(--theme-color2);
}
.footer-style-one .subscribe-form-three .form-group input[type=text]::-ms-input-placeholder, .footer-style-one .subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
  color: var(--theme-color2);
}
.footer-style-one .subscribe-form-three .form-group input[type=text]::placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]::placeholder {
  color: var(--theme-color2);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  width: 50px;
  height: 50px;
  line-height: 21px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn::before {
  background-color: var(--theme-color-light);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn:hover {
  color: var(--theme-color1);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn i {
  margin-left: 0;
}
.footer-style-one .footer-bottom {
  border: 0;
  padding: 0;
}
.footer-style-one .footer-bottom .inner-container {
  padding: 14px 30px 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #adadad;
  background-color: #333333;
}
.footer-style-one .footer-bottom .inner-container a {
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 18px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  display: inline-block;
  font-size: 8px;
  margin-top: 3px;
}

.footer-style-two {
  background-color: var(--theme-color-dark);
}
.footer-style-two .widgets-section {
  padding: 106px 0 44px;
}
.footer-style-two .about-widget {
  margin-top: 14px;
}
.footer-style-two .about-widget .logo {
  position: relative;
  margin-bottom: 30px;
  margin-top: -20px;
}
.footer-style-two .about-widget .text {
  margin-bottom: 34px;
  font-size: 16px;
  color: #adadad;
}
.footer-style-two .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-two .about-widget .social-icon-two li {
  margin-right: 6px;
}
.footer-style-two .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}
.footer-style-two .about-widget .social-icon-two li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #adadad;
  border-radius: 50%;
  border: 1px solid #adadad;
  display: inline-block;
}
.footer-style-two .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
  color: #fff;
}
.footer-style-two .links-widget {
  margin-bottom: 50px;
}
.footer-style-two .links-widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-two .links-widget .widget-content .user-links {
  padding-right: 36px;
}
.footer-style-two .links-widget .widget-content .user-links:last-child {
  padding-right: 0;
}
.footer-style-two .links-widget .widget-content .user-links li {
  padding-left: 27px;
}
.footer-style-two .links-widget .widget-content .user-links li a {
  color: #adadad;
}
.footer-style-two .links-widget .widget-content .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-two .links-widget .widget-content .user-links li i {
  position: absolute;
  left: -27px;
}
.footer-style-two .news-widget .news-info {
  position: relative;
  padding-left: 91px;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .news-widget .news-info {
    padding-left: 87px;
  }
}
.footer-style-two .news-widget .news-info:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer-style-two .news-widget .news-info:last-child {
  margin-bottom: 0;
}
.footer-style-two .news-widget .news-info .image {
  position: absolute;
  left: 0;
  top: 5px;
  overflow: hidden;
}
.footer-style-two .news-widget .news-info .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-two .news-widget .news-info .title {
  color: #adadad;
  margin-bottom: -4px;
}
.footer-style-two .news-widget .news-info .date {
  font-size: 12px;
  color: var(--theme-color1);
}
.footer-style-two .info-widget .widget-content .recent-post .inner .post-info.two {
  margin-bottom: 0;
}
.footer-style-two .footer-bottom {
  border: 0;
  padding: 0;
  background-color: #333333;
}
.footer-style-two .footer-bottom .inner-container {
  padding: 14px 0 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #adadad;
}
.footer-style-two .footer-bottom .inner-container a {
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}
.footer-style-two .recent-post .inner .post-info {
  margin-bottom: 10px;
}
.footer-style-two .recent-post .inner .post-info:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .footer-style-two .news-widget .news-info {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-bottom .copyright-text {
    line-height: 20px;
    margin-bottom: 15px;
  }
}


/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.img_with_text_r{
	float:right; margin:0 0 15px 15px;
}
.img_with_text_l{
	float:left; margin:0 15px 7px 0;
}
.img_beside__text{
    max-width:150px; width:100%;margin-top:7px;
}
.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 0;
  min-height: 0;/*450px*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));
  background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
}
.page-title .title {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 24px;
  }
  .services-details__content h3{
	  font-size:30px;line-height:36px;
  }
	.accordion-box .block .acc-btn{
		padding: 15px 20px 15px 15px;
	}
	.accordion-box .block .acc-content .content {
		padding: 15px 15px;
	}
	.accordion-box .block .acc-btn .icon{
		right:12px
	}
	.food-section.left_image .content-column .inner-column,
	.food-section .content-column .inner-column	{
		padding: 20px;
	}
	.p-mobile-0{
		padding:0!important;
	}
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-title.h_auto{
	min-height:auto!important;
}

.page-title.h_650{min-height: 650!important;}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color3);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 575.98px) {
	.page-title{
		min-height:auto;
		padding:20px 0 0;
	}
	.bd-room-details__list ul {
		grid-template-columns: repeat(2, 50%);
	}
}


.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 30px 20px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: inline-block;
  width:100%
}
.sidebar__post .sidebar__post-list li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li a{
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li:hover a{
  background-color: #aa8453;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 100px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display:block;
}
.sidebar__post .sidebar__post-list li:hover .sidebar__post-content-meta, .sidebar__post .sidebar__post-list li:hover .sidebar__post-content-price, .sidebar__post .sidebar__post-list li:hover .sidebar__post-content-price small{
  color:#ffffff !important;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  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;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: #fff;
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  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;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}
/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 10px;
}
.contact-details__info li .text h6{
  margin-bottom: 0.5rem;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 16px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}


.wedding_list ul{
	margin:0px;
	padding:0px;	
}
.wedding_list li {
	margin:0px;
	padding:5px 10px 5px 0;
}
.banner-slide video {
	z-index: 000;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.terms_list ul{
	margin:0px;
	padding:0px 15px;}

.terms_list li {
	list-style:none;
	color:#090909;
	line-height:28px;
	display: flex;
    gap: 10px;
}
.terms_list li i{
    color:#EEC78C;
	font-size: 16px;
}

.py-4 {
  padding-top: 1.5rem !important;
}
/* tariff card page css */

.border-0 {
  border: 0 !important;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #3b444f;
}

.table-bordered {
	border: 1px solid #e7eaf3;
}


.table.tarifftable td{
 padding: 0.3rem;
 border-color:#c7a98f;
 border-width:1px!important;
}
.tariff_strip {
  background:url(../accomodation-in-leh/img/tariff_header.jpg) repeat-x;
  height:54px;
  width:100%;
}
.line {
  background-image: -moz-linear-gradient(left center, rgba(209, 209, 209, 0), rgba(209, 209, 209, 0.99), rgba(209, 209, 209, 0));
  background-image: -ms-radial-gradient(circle, rgba(209, 209, 209, 0.99), #FFFFFF);
  background-image: -webkit-radial-gradient(circle, rgba(209, 209, 209, 0.99), #FFFFFF);
  background-image: -o-radial-gradient(circle, rgba(209, 209, 209, 0.99), #FFFFFF);
  border: 0 none;
  height: 2px;
  display:block;
}
.tariff_td-bg{
  background-color: #c7a98f!important;
  border-right: 1px solid #e1d2c5 !important;
}
.tariff_tr-bg{
  background-color: #e1d2c5!important;
}
/* leh tourist places */
#captchaimg {
  border: 1px solid #000000;
}

.heading_guide {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
	margin-bottom: 1rem;
	color:000;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.425rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #e7eaf3;
}
.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.text-lh-sm {
  line-height: 1.2;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.d-block {
  display: block !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.how_2 p { margin-bottom:0;}

/*-----------------------------------------
TOUR LISTING SIDEBAR
-----------------------------------------*/


.tour-listing-details__sidebar-post-title {
padding: 4px 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6 !important;
  font-size: 20px;
  font-weight: 500;
}

.tour-listing-sidebar-post {
  margin: 10px 24px;
  padding: 0;
  list-style: none;
}
.tour-listing-sidebar-post__item {
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 360px) {
  .tour-listing-sidebar-post__item {
    gap: 15px;
  }
}
.tour-listing-sidebar-post__item + .tour-listing-sidebar-post__item {
  border-top: 1px solid #EBE6DE;
}
.tour-listing-sidebar-post__image {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.tour-listing-sidebar-post__image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.5);
  transform: scaleX(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.tour-listing-sidebar-post__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.tour-listing-sidebar-post__item:hover .tour-listing-sidebar-post__image::after {
  transform: scaleX(1);
}
.tour-listing-sidebar-post__price {
  line-height: 1;
  color: #0d6efd;
  margin-bottom: 0;
	margin-top: 10px;
}
.tour-listing-sidebar-post__link {
  font-size: 16px;
  color: #2D2330;
  line-height: 1.4;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 3px;
}
.tour-listing-sidebar-post__link a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.tour-listing-sidebar-post__link a:hover {
  background-size: 100% 1px;
}
.tour-listing-sidebar-post__link:hover {
  color: #0d6efd;
}
.tour-listing-sidebar-post__location {
  display: flex;
  align-items: flex-start;
}
.tour-listing-sidebar-post__location span {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: #0d6efd;
  margin-right: 8px;
}
.tour-listing-sidebar-post__location-text {
  margin-bottom: 0;
}

/*=== Mixitup Gallery ===*/
.gallery-section{
	position:relative;
	padding:0;
}
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 15px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,.featured-products .filters .filter.mixitup-control-active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,.featured-products .filters li.mixitup-control-active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}