@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);
@import url(tinyscrollbar.css);
@import url(twentytwenty.css);
@import url(date-picker.css);

@import url(module-css/about-section.css);
@import url(module-css/banner-section.css);
@import url(module-css/featured-section.css);
@import url(module-css/service-section.css);
@import url(module-css/project-section.css);
@import url(module-css/breadcrumb-section.css);
@import url(module-css/blog-section.css);
@import url(module-css/testimonial-section.css);
@import url(module-css/fact-counter-section.css);
@import url(module-css/partner-section.css);
@import url(module-css/welcome-section.css);
@import url(module-css/choose-section.css);
@import url(module-css/team-section.css);
@import url(module-css/faq-section.css);

/*==============================================
   Base Css
===============================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/* html,
body { 
    height: 100%;
} */
body {
  color: #373737;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  scroll-behavior: smooth;
}

button:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333029;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin: 0;
}

h3 {
  font-size: 30px;
  margin-top: 10px;
  line-height: 1.2em;
  font-weight: 600;
  position: relative;
  /* Required for ::after to position relative to the element */
  text-align: center;
  /* Center-align the heading (optional) */
}

b,
strong {
  font-weight: 800;
}

.sec-title.style2.text-center h3::after {
  content: "";
  /* Empty content for the pseudo-element */
  display: block;
  /* Make it behave like a block element */
  width: 200px;
  /* Fixed width for the border */
  height: 2px;
  /* Border height */
  background-color: #004053;
  /* Border color */
  margin: 10px auto 0;
  /* Spacing above the border and centering it */
}

h4 {
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

/* Default styles for desktop view */
.desktop {
  display: block;
  width: 100%;
}

.mobile {
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .d-md-none {
    display: flex !important;
  }
}

/* Styles for mobile view */
@media (max-width: 767px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .d-md-none {
    display: none !important;
  }
}

img.lazy-image {
  background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
  background-image: none;
}

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Tiny Scrollbar */
#scrollbar1 {
  width: 500px;
  margin: 0;
}

#scrollbar1 .viewport {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 870px;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: -30px;
  background: #02c18d;
  width: 10px;
}

#scrollbar1 .track {
  background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  background-image: none;
  height: 20px;
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
}

#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 120px;
  width: 10px;
}

#scrollbar1 .disable {
  display: none;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.contanier {
  width: 95%;
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1200px; */
    width: 95% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  dt {
    font-size: 9px !important;
  }
}

.fix {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 5px 10px 5px;
}

.map-data a {
  color: #0b59d9;
  display: block;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.gradient-bgclr {
  background: rgba(217, 169, 91, 0);
  background: -moz-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(217, 169, 91, 0)),
    color-stop(22%, rgba(217, 169, 91, 0)),
    color-stop(51%, rgba(217, 169, 91, 0.37)),
    color-stop(100%, rgba(217, 169, 91, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9a95b', endColorstr='#d9a95b', GradientType=0);
}

i {
  font-style: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
  text-align: justify;
  margin-top: 15px;
}

.clr1 {
  color: #f36727;
}

.bgclr1 {
  background: #f36727;
}

.auto-container {
  position: static;
  /* max-width: 1200px; */
  padding: 0px 15px;
  margin: 0 auto;
  width: 95%;
}

.btn-one {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  background: #333029;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Work Sans", sans-serif;
}

.btn-one:after {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  border-radius:5px;
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-one:hover:after {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #000;
}

.btn-one:hover,
.btn-one:focus {
  color: #fff;
}

.btn-one .txt:hover {
  color: #fff;
}

.btn-one.style2 {
  color: #ffffff;
}

.btn-one.style2:after {
  background: #23211b;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -10px;
  padding-bottom: 5px;
  padding-top: 45px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 8px;
}

.sec-title .sub-title h3 {
  position: relative;
  display: inline-block;
  color: #84827d;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.sec-title .sub-title h3:before {
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 2px;
  content: "";
}

.sec-title h2 {
  font-size: 31px;
  line-height: 1.2em;
  font-weight: 800;
  font-family: poppins;
  margin-top: 10px;
}

@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: poppinslight;
  src: url(../fonts/poppins/Poppins-Light.ttf);
}

section.booking-area.thm-bgclr {
  font-family: poppinslight;
  z-index: 99;
 /* margin: 120px 0 !important; */
}

#call-now-btn {
  background: rgba(255, 255, 255, 0.2);
  /* Semi-transparent background */
  color: #fbd76a;
  /* Text color */
  padding: 10px 30px;
  /* Button padding */
  font-size: 18px;
  /* Font size */
  font-weight: bold;
  /* Bold text */
  border-radius: 10px;
  /* Rounded corners */
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Inline block for proper sizing */
  border: 2px solid rgba(255, 255, 255, 0.3);
  /* Transparent border */
  backdrop-filter: blur(10px);
  /* Glass effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* Subtle shadow for depth */
  transition: all 0.3s ease;
  /* Smooth hover effect */
}

#call-now-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  /* Brighter background on hover */
  color: #fff;
  /* Change text color on hover */
  border-color: rgba(255, 255, 255, 0.5);
  /* Brighter border on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  /* Slightly larger shadow */
}

.sec-title.style2 .sub-title h3 {
  color: #a4a097;
}

.sec-title.style2 h2 {
  color: #ffffff;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
  display: block;
}

.owl-nav-style-one {
}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
  position: relative;
  display: block;
}

.owl-nav-style-one .owl-controls {
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 10;
  display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(90deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 20px;
  transform: rotate(-90deg);
}

.owl-nav-style-two {
}

.owl-nav-style-two .owl-controls {
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 0%;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 20px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 0px solid transparent;
  background: #c1c0be;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}

.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 0px !important;
}

.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
  padding-bottom: 50px;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}

@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}

.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li a {
  color: #fcbc38;
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  /* overflow: hidden !important;   */
  background: #ffffff none repeat scroll 0 0;
  width: 100%;
  min-width: 320px;
}

/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.body_switcher {
  position: fixed;
  top: 150px;
  z-index: 9999999;
  left: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}

.body_switcher .body_switch_btn button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 25px 15px 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.body_switcher.switcher-show {
  left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box > div {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box > div > span {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
  position: relative;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}

.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: url(../images/pattern/body-pattern.png) #f8f8f8;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  overflow-x: hidden;
}

/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 220px;
  z-index: 99;
}

.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}

.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.9);
}

.switcher .switch_menu {
  position: absolute;
  width: 190px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}

.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.switcher #styleOptions li:last-child {
  margin-right: 0;
}

.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
  background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
  background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
  background: #ffa500;
}

.form-container1 {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 10;
  background-color: #cedfd9;
  padding: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 45px 0 45px 0;
  /* margin: 10px; */
  /* width: 410px; */
  /* background: url(../img/bg2.jpg) 0px 0px repeat; */
  /* background: linear-gradient(326deg,rgba(255, 253, 253, 1) 0%, rgba(181, 235, 201, 1) 50%, rgba(255, 253, 253, 1) 100%); */
  /* background: linear-gradient(
    326deg,
    rgb(132, 85, 34) 0%,
    rgb(240, 194, 64) 38%,
    rgb(230, 189, 85) 66%,
    rgb(172, 126, 45) 100%
  ); */
  /* background-image: url(../../custom/image/formback.jpg); */
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .form-container1 {
    top: 30px;
  }

  .fixed-right input,
  .fixed-right select {
    padding: 2px 0px 2px 14px !important;
  }
}

.row.equal {
  overflow: visible !important;
  margin-right: 0px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

.col-3.fixed-right {
  overflow: visible;
  height: auto;
  background-color: #cfe9ff;
  /* display: flex;
    flex-direction: column; */
}

.fixed-right {
  padding: 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fixed-right h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-align: center;
  color: #000;
  margin-top: 10px;
}

.fixed-right h2:before {
  position: absolute;
  left: 120px;
  right: 120px;
  height: 2px;
  top: 56px;
  content: "";
  background: #004053;
}

.fixed-right label {
  display: block;
  margin-bottom: 2px;
  color: #363636;
}

.fixed-right input,
.fixed-right select {
  width: 100%;
  padding: 10px;
  /* margin-bottom: 5px; */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.fixed-right button.btn {
  width: 90%;
  padding: 10px;
  background-color: #004053;
  color: white;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

.fixed-right button.btn:hover {
  background-color: #362c64;
}

.col-9.scroll-left {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 2000px) {
  #about .row .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile screens (up to 768px) */
@media screen and (max-width: 900px) {
  .form-container1 {
    top: 10px;
    /* margin: 10px; */
  }

  .fixed-right {
    display: none;
  }

  .scroll-left {
    max-width: 100%;
  }

  .row.equal {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .col-9.scroll-left {
    max-width: 100%;
    flex: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form-container1 {
    top: 5px;
    padding: 15px;
  }

  .fixed-right {
    display: none;
  }

  .col-9.scroll-left {
    max-width: 100%;
    flex: 100%;
  }

  .row.equal {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1201px) {
  .fixed-right input,
  .fixed-right select {
    /* padding: 2px 0px 2px 14px !important; */
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .form-container1{
        /* width: 410px; */
  margin: 0 25px 25px 25px;

    }
}

.open-popup-btn1 {
  font-size: 18px;
  background-color: #004053;
  color: white;
  cursor: pointer;
}

.popup1 h2:before {
  position: absolute;
  left: 120px;
  right: 120px;
  height: 2px;
  top: 45px;
  content: "";
  background: #004053;
}

.popup1 {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: flex-end;
}

.popup1.show .form-container2 {
  transform: translateY(0);
}

.popup1.hide .form-container2 {
  transform: translateY(100%);
}

.form-container2 {
  background-color: white;
  margin: 30px 0 auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 350px;
  /* height: 540px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

.form-container2 h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.form-container2 label {
  display: block;
  margin: 0px 0 -6px;
}

.form-container2 label b {
  font-size: 15px;
}

#phone1 {
  width: 100%;
}

#phone {
  width: 100%;
}

#phone2 {
  width: 100%;
}

#phone3 {
  width: 100%;
}

#phone4 {
  width: 100%;
}

.form-container2 input[type="text"],
.form-container2 input[type="tel"],
.form-container2 input[type="email"],
.form-container2 select {
  width: 100%;
  padding: 0 0 0 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.form-container2 select {
  padding: 7px !important;
}

.form-container2 .btn {
  background-color: #004053;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.form-container2 .btn:hover {
  background-color: #3b3070;
}

.close2 {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #004053;
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 600px) {
  .form-container2 {
    /* width: 95%; */
    width: 300px;
    /* height: 500px; */
    padding: 15px;
    font-size: 13px;
  }

  .form-container2 h2 {
    font-size: 18px;
  }

  .form-container2 .btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  .form-container2 label {
    font-size: 14px;
  }

  .form-container2 input[type="text"],
  .form-container2 input[type="tel"],
  .form-container2 input[type="email"],
  .form-container2 select {
    font-size: 14px;
    padding: 8px;
  }

  .close2 {
    font-size: 30px;
  }
}

.open-popup-btn {
  font-size: 14px;
  background-color: #004053;
  color: white;
  cursor: pointer;
}

.popup h2:before {
  position: absolute;
  left: 120px;
  right: 120px;
  height: 2px;
  top: 45px;
  content: "";
  background: #004053;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: flex-end;
}

.form-container {
  background-color: white;
  margin: 30px 0 auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 350px;
  /* height: 540px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

/* When the popup is shown, move it into view */
.popup.show .form-container {
  transform: translateY(0);
}

/* When the popup is hiding, slide it down */
.popup.hide .form-container {
  transform: translateY(100%);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.form-container label {
  display: block;
  margin: 0px 0 -6px;
}

.form-container input[type="text"],
.form-container input[type="tel"],
.form-container input[type="email"],
.form-container select {
  width: 100%;
  padding: 0 0 0 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.form-container select {
  padding: 7px !important;
  background: white;
}

.form-container1 select {
  padding: 7px !important;
  background: white;
}

.accordion-box .accordion .accord-btn h4 {
  color: #333029 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease;
}

.form-container .btn {
  background-color: #004053;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.form-container .btn:hover {
  background-color: #3b3070;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #004053;
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 600px) {
  .form-container {
    /* width: 95%; */
    width: 300px;
    /* height: 500px; */
    padding: 15px;
    font-size: 13px;
  }

  .form-container h2 {
    font-size: 18px;
  }

  .form-container .btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  .form-container label {
    font-size: 14px;
  }

  .form-container input[type="text"],
  .form-container input[type="tel"],
  .form-container input[type="email"],
  .form-container select {
    font-size: 14px;
    /* padding: 8px; */
  }

  .close {
    font-size: 30px;
  }
}

/* .equal{
    align-items: flex-start;
}
 */

/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image:url(../img/N.jpg); */
}

.preloader.style-two {
  background-image: url();
}

.preloader img {
  width: 200px;
  height: auto;
  animation: jellyBounce 1.5s infinite;
}

/* Keyframes for the Jelly Bounce Animation */
@keyframes jellyBounce {
  0%,
  100% {
    transform: scale(1, 1) translateY(0);
  }

  30% {
    transform: scale(1.25, 0.75) translateY(20px);
  }

  40% {
    transform: scale(0.75, 1.25) translateY(-10px);
  }

  50% {
    transform: scale(1.15, 0.85) translateY(5px);
  }

  65% {
    transform: scale(0.95, 1.05) translateY(-5px);
  }

  75% {
    transform: scale(1.05, 0.95) translateY(2px);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

/*** Scroll To Top style ***/
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}

.scroll-top1 {
  position: fixed;
  left: 15px;
  bottom: 100px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  /* background: #0dc143; */
  border-radius: 5px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
  display: block;
  animation: jellyBounce 1.5s infinite;
}

.scroll-top1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-top1:hover {
  color: #f8f8f8;
}

.scroll-top1 span {
  color: #ffffff;
  fill: #10c347 !important;
}

.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-top:hover {
  color: #f8f8f8;
}

.scroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0098ff;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

@media only screen and (max-width: 900px) {
  .scroll-top1 {
    display: none !important;
    animation: none;
    left: 40px;
    bottom: 30px;
  }

  .scroll-top {
    display: none !important;
  }
}

.footer1 {
  position: fixed;
  bottom: 12px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #333333de;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
  border-radius: 5px;
  border: 2px solid #bc9141;
  /* background-image: linear-gradient(#092234, #1e3344); */
  background-image: linear-gradient(#004053, #29204e);
  background-clip: padding-box, border-box;
}

@media screen and (min-width: 900px) {
  .footer1 {
    display: none;
  }
}

.footer-button1 {
  /* background-color: #004053 ; */
  background: linear-gradient(145deg, #f4dc8c, #a26e1e);
  color: #000;
  border: none;
  padding: 5px 19px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* .footer-button1:hover {
    background-color: #e64a19;
} */

.mscroll-top {
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
  /* background: #004053; */
  background: linear-gradient(145deg, #f4dc8c, #a26e1e);
  font-size: 13px;
  padding: 5px 19px;
  /* padding: 20px; */
}

.mscroll-top1 {
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
  /* background: #004053; */
  background: linear-gradient(145deg, #f4dc8c, #a26e1e);
  font-size: 13px;
  padding: 5px 19px;
}

.mscroll-top1 a span {
  color: #ffffff;
  background-color: #0dc143;
  padding: 2px;
  border-radius: 3px;
}

.mscroll-top1 a {
  color: #000;
}

.scroll-top1 span {
  color: #ffffff;
  fill: #10c347 !important;
}

.mscroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0098ff;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

@media screen and (max-width: 360px) {
  .mscroll-top {
    padding: 5px 10px !important;
  }

  .mscroll-top1 {
    padding: 5px 10px !important;
  }

  .footer-button1 {
    padding: 5px 10px !important;
  }
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination {
  position: relative;
  display: block;
}

.post-pagination.martop20 {
  margin-top: 20px;
}

.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}

.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #131313;
}

.post-pagination.style2 li a {
  border-radius: 0;
}

.secpd100-0 {
  padding: 100px 0;
}

/* Overlay styles */
.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}

.overlay-style-one.bg3 {
  background-color: rgba(0, 83, 153, 0.9);
}

.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.overlay-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.overlay-style1.bg1 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-style2 {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}

.review-box ul {
  display: block;
  overflow: hidden;
}

.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.review-box ul li:last-child {
  margin-right: 0px;
}

.review-box ul li i {
  color: #f6d000;
  font-size: 18px;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.social-links-style1 li:last-child {
  margin-right: 0px;
}

.social-links-style1 li a i {
  position: relative;
  display: block;
  background: #f4f5f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #353742;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
  color: #ffffff;
  background: #02c18d;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}

.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.sociallinks-style-two li:last-child {
  margin-right: 0px;
}

.sociallinks-style-two li a i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }

  50% {
    margin-top: -74px;
  }

  100% {
    margin-top: 0;
  }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px;
  z-index: 999999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px;
  background: rgba(51, 48, 41, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 0;
}

.fixed-header .sticky-header {
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999999;
}

.sticky-header .logo {
  position: relative;
  display: block;
  padding: 21px 0 21px;
}

.sticky-header .logo a {
  position: relative;
  display: inline-block;
}

.sticky-header .main-menu .navigation > li {
}

.sticky-header .main-menu .navigation > li > a {
  color: #ffffff;
  padding: 25px 0;
}

.header-style-one {
  position: relative;
}

.header-top {
  position: relative;
  display: block;
  background: #000;
  padding: 20px 0 20px;
}

.header-top .outer-box {
  position: relative;
  display: block;
}

.header-top-left {
  position: relative;
  display: block;
}

.header-top-left .logo {
  position: relative;
  display: block;
  float: left;
  padding: 3px 0 4px;
}

.header-top-left .logo a {
  position: relative;
  display: inline-block;
}

.header-top-right {
  position: relative;
  display: block;
}

.header-contact-info {
  position: relative;
  display: block;
}

.header-contact-info ul {
  position: relative;
}

.header-contact-info ul li {
  position: relative;
  display: block;
  float: left;
  padding-left: 45px;
  padding-right: 41px;
  margin-right: 40px;
  min-height: 45px;
}

.header-contact-info ul li:before {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -3px;
  width: 1px;
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #b76e79;
  content: "";
}

.header-contact-info ul li:last-child:before {
  display: none;
}

.header-contact-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-contact-info ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.header-contact-info ul li .icon span:before {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  /* background: #23211b; */
  background: #b09398;
  border-radius: 50%;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-contact-info ul li:hover .icon span:before {
  color: #ffffff;
}

.header-contact-info ul li .text {
  position: relative;
  padding-left: 20px;
  margin: 2px 0 3px;
}

.header-contact-info ul li .text p {
  color: #b09398;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}

.header-contact-info ul li .text h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.header-contact-info ul li .text h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header {
  position: relative;
  display: block;
  background: #ffffff;
}

.header .outer-box {
  position: relative;
  display: block;
}

.header-left {
  position: relative;
  display: block;
}

.header-left .nav-outer {
  position: relative;
  display: block;
  float: left;
}

.main-menu.style1 {
}

.main-menu {
  position: relative;
  display: block;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: inherit;
  display: block;
}

.main-menu .navigation > li {
  position: inherit;
  display: inline-block;
  float: left;
  margin-right: 35px;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #373737;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  opacity: 1;
  font-family: "Work Sans", sans-serif;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  left: 0;
  bottom: 19px;
  right: 0;
  height: 2px;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  transform: scaleX(1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  top: 100%;
  left: inherit;
  width: 270px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-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);
  z-index: -1;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover .megamenu {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > .megamenu li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #333029;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child a {
  border: none;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  padding-left: 15px;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > .megamenu li > a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  opacity: 0;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > .megamenu li:hover a:before {
  width: 5px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li:hover > a:before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  text-align: right;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 250px;
  padding: 0;
  display: none;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-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);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}

.main-menu .navigation li > ul > li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #333029;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border: none;
}

.main-menu .navigation > li > ul > li:hover > a {
  padding-left: 15px;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 15px;
}

.main-menu .navigation > li > ul > li > ul > li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  width: 5px;
}

/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 0px 0px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

.header-right {
  position: relative;
  display: block;
}

.header-right .outer-search-box-style1 {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
  margin-right: 15px;
}

.outer-search-box-style1 {
  position: relative;
  display: inline-block;
  float: left;
}

.outer-search-box-style1 .seach-toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #242424;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  transition: all 500ms ease;
  border: 1px dashed transparent;
  border-radius: 50%;
}

.outer-search-box-style1 .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1f1f23;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
  border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button {
  color: #222222;
  background: #f5f5f5;
}

.header-right .header-social-link {
  float: left;
  padding: 17px 0 18px;
  margin-right: 20px;
}

.header-social-link {
  position: relative;
  display: block;
}

.header-social-link ul {
  position: relative;
}

.header-social-link ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-social-link ul li:last-child {
  margin-right: 0;
}

.header-social-link ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #f6f2eb;
  border-radius: 50%;
  color: #84827d;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.header-social-link ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.header-social-link ul li a:hover:before {
  transform: scaleX(1);
}

.header-social-link ul li a:hover {
  color: #000;
}

.header-right .button {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
}

.header-right .button a {
}

/*** 
=====================================================
	Header style Two Css
=====================================================
***/
.header-style-two {
}

.header-style2 {
  position: relative;
  display: block;
}

.header-style2:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: 10;
}

.header-style2 .auto-container-box {
  position: relative;
  display: block;
}

.header-style2 .outer-box {
  position: relative;
  display: block;
}

.header-left-style2 {
  position: relative;
  display: block;
  width: 40%;
}

.header-left-style2 .logo {
  position: relative;
  display: block;
  float: left;
  background: #23211b;
  width: 365px;
  text-align: center;
  padding: 43px 0 44px;
}

.header-left-style2 .logo a {
  position: relative;
  display: inline-block;
}

.phone-number-box {
  position: relative;
  display: block;
  float: left;
  padding: 30px 0;
  margin-left: -35px;
}

.phone-number-box .icon {
  width: 65px;
}

.phone-number-box .icon span:before {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border: 5px solid #23211b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
}

.phone-number-box .icon,
.phone-number-box .title {
  display: table-cell;
  vertical-align: middle;
}

.phone-number-box .title {
  padding-left: 10px;
}

.phone-number-box .title p {
  position: relative;
  top: 6px;
  color: #a4a097;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}

.phone-number-box .title a {
  position: relative;
  top: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-middle-style2 {
  position: relative;
  display: block;
  width: 40%;
}

.header-middle-style2 .nav-outer {
  position: relative;
  display: block;
  float: left;
}

.main-menu.style2 .navigation > li > a {
  padding: 47px 0 48px;
  color: #a4a097;
}

.main-menu.style2 .navigation > li > a:before {
  bottom: 46px;
}

.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a,
.sticky-header .main-menu.style2 .navigation > li.current > a {
  color: #ffffff;
}

.header-right-style2 {
  position: relative;
  display: block;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px 0;
}

.header-right-style2 .header-social-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.header-right-style2 .header-social-link ul {
  overflow: hidden;
}

.header-right-style2 .header-social-link ul li {
  position: relative;
  display: inline-block;
  float: none;
  margin-right: 0;
  margin: 0 2px;
}

.header-right-style2 .header-social-link ul li a {
  background: #23211b;
}

/*** 
=============================================
    Interior Design Area Css
=============================================
***/
.interior-design-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.interior-design-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #23211b;
  opacity: 0.9;
  z-index: -1;
}

.interior-design-content-box {
  position: relative;
  display: block;
  padding-right: 100px;
}

.interior-design-content-box .sec-title {
  padding-bottom: 48px;
}

.interior-design-content-box .sec-title .sub-title h3 {
  color: #a4a097;
}

.interior-design-content-box .sec-title h2 {
  color: #ffffff;
}

.interior-design-tab {
  position: relative;
  display: block;
}

.interior-design-tab .tab-button-column {
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.interior-design-tab .tab-button-column .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.interior-design-tab .tab-button-column .tab-buttons li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: #ffffff;
  color: #333029;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  padding: 0 30px;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.interior-design-tab .tab-button-column .tab-buttons li:last-child {
  margin-right: 0px;
}

.interior-design-tab .tab-button-column .tab-buttons li.tab-btn:hover,
.interior-design-tab .tab-button-column .tab-buttons li.tab-btn.active-btn {
  color: #ffffff;
}

.interior-design-tab .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.interior-design-tab .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.material-tab-content {
  position: relative;
  display: block;
}

.material-tab-content .img-box {
  position: relative;
  display: block;
  width: 170px;
}

.material-tab-content .img-box img {
  width: 100%;
  border-radius: 50%;
}

.material-tab-content .text-box {
  position: relative;
  display: block;
}

.material-tab-content .text-box p {
  color: #a4a097;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

.team-tab-content {
  position: relative;
  display: block;
}

.team-tab-content .single-team-member {
  margin: 0;
}

.work-tab-content {
  position: relative;
  display: block;
}

.interior-design-right-content {
  position: relative;
  display: block;
}

.interior-design-right-content ul {
  display: block;
  overflow: hidden;
}

.interior-design-right-content ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 49px;
  margin-bottom: 54px;
}

.interior-design-right-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.design-single-block {
  position: relative;
  display: block;
  padding-left: 100px;
}

.design-single-block .icon {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 65px;
  line-height: 65px;
}

.design-single-block .text {
  position: relative;
  display: block;
}

.design-single-block .text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin: 0 0 12px;
}

.design-single-block .text p {
  color: #a4a097;
  margin: 0;
}

/*** 
=============================================
   Booking Area Css
=============================================
***/
.booking-area {
  position: relative;
  display: block;
  padding: 40px 0 40px;
  border-top: 1px solid #ebe5db;
  background: rgb(0, 0, 0);
}

.booking-number-box {
  position: relative;
  display: block;
}

.booking-number-box .icon {
  font-size: 60px;
  /* width: 90px; */
}

.booking-number-box .icon,
.booking-number-box .title {
  /* display: table-cell;
  vertical-align: middle; */
  display: flex;
  align-items: center;

}

.booking-number-box .title p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 9px;
}

.booking-number-box .title h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
  font-weight: bold;
  font-family: "poppins";
}

.booking-number-box .title h2 a {
  color: #333029;
}
.title1{
  display: flex !important;
  justify-content: center;
}

.line {
  /* background-image: url(assets/img/border.png); */
  width: 200px;
  /* margin-top: 20px; */
  filter: invert(1);
}

.booking-content-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0 8px;
}

.booking-content-box .text {
  position: relative;
  display: block;
  width: 350px;
}

.booking-content-box .text p {
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}

.booking-content-box .buttom-box {
  position: relative;
  display: block;
}

.booking-content-box .buttom-box a {
  line-height: 70px;
  border-radius: 50px;
  padding: 0 35px;
  background-color: #23211b;
}

.booking-content-box .buttom-box a:after {
  border-radius: 50px;
}

/*** 
=============================================
   Booking Style2 Area Css
=============================================
***/
.booking-number-box.style2 .icon {
  color: #ffffff;
  /* width: 25%; */
}

@media screen and (max-width: 1099px) {
  .booking-number-box.style2 .icon {
    width: 100%;
  }

  .booking-number-box .icon {
    width: 71px;
  }
}

.row .col-lg-6.text-center {
  display: flex;
  justify-content: center;
}

.row .booking-content-box.style2 {
  justify-content: center;
  flex-direction: column;
}

.icon img {
  width: 90px;
}

.error {
  color: red;
  font-size: 15px;
  margin-top: -7px;
}

.booking-number-box.style2 .title p {
  color: #ffffff;
}

.booking-number-box.style2 .title h2 a {
  color: #ffffff;
  font-size: 34px !important;
}

.booking-content-box.style2 .text p {
  color: #ffffff;
}

/*** 
=============================================
   Booking Area Box Layout Page Css
=============================================
***/
.booking-area.box-layout-page {
  padding-top: 220px;
}

/* Hide the mobile image by default */
.elevation-mobile {
  display: none;
}

/* Show the desktop image by default */
.elevation-desktop {
  display: block;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .elevation-mobile {
    display: block;
    /* Show mobile image */
  }

  .elevation-desktop {
    display: none;
    /* Hide desktop image */
  }
}

@media (max-width: 1376px) {
  .plan-card {
    padding: 15px !important;
  }
  .feature-card {
    padding: 10px 10px !important;
  }
  .status-banner {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .feature-card .title {
    font-size: 12px !important;
  }
  /* .open-popup-btn {
    padding: 6px 15px !important;
    font-size: 15px !important;
  } */
    .open-popup-btn {
    padding: 0px 11px !important;
    font-size: 11px !important;
  }

  .feature-grid {
    gap: 7px !important;
    margin-top: 15px !important;
  }
  .readmore-button1 {
    margin-top: 10px !important;
  }
  .button5 img{
width: 15px !important;
    height: 15px !important;
  }
  .button6 i{
    font-size: 10px !important;
  }
}

@media (max-width: 1477px) {
  .open-popup-btn {
    padding: 0px 11px !important;
    font-size: 13px !important;
  }

  .feature-grid {
    gap: 7px !important;
    margin-top: 15px !important;
  }
  .readmore-button1 {
    margin-top: 10px !important;
  }
  .button5 img{
width: 15px !important;
    height: 15px !important;
  }
  .button6 i{
    font-size: 10px !important;
  }
}


/*** 
=============================================
    Discover area Css
=============================================
***/
.discover-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.discover-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}

.discover-content-box {
  position: relative;
  display: block;
  padding: 112px 0 120px;
}

.discover-content-box h2 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 800;
}

.discover-content-box .buttom-box {
  position: relative;
  display: block;
  padding-top: 48px;
}

.discover-content-box .buttom-box a {
  line-height: 70px;
  padding: 0 60px;
  border-radius: 50px;
}

.discover-content-box .buttom-box a:after {
  border-radius: 50px;
}

.discover-image-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
}

.discover-image-box .image1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  border-radius: 7px;
  z-index: 2;
}

.discover-image-box .image1 img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.discover-image-box .image1:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.discover-image-box .image2 {
  position: absolute;
  top: -80px;
  right: 0;
  width: 300px;
}

.discover-image-box .image2 img {
  width: 100%;
  border-radius: 7px;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #0e180f;
  z-index: -1;
}

.footer-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
}

.footer-area .layer-outer .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  width: 100%;
}

.footer-area .layer-outer .shape2 {
  position: absolute;
  top: 50px;
  right: 7%;
  opacity: 0.1;
  overflow: hidden;
}

.footer-area .layer-outer .shape3 {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 1;
}

.footer {
  position: relative;
  display: block;
  padding: 70px 0 30px;
}

.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget.martop20 {
  margin-top: 20px;
}

.single-footer-widget.marleft40 {
  margin-left: 40px;
}

.single-footer-widget.marlef20 {
  margin-left: 20px;
}

.single-footer-widget .title a {
  color: #fff;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 15px;
}

.single-footer-widget .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.single-footer-widget .title h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0px;
  height: 2px;
  content: "";
}

.single-footer-widget .our-company-info {
  position: relative;
  display: block;
}

.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}

.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
  padding-bottom: 28px;
  margin-bottom: 30px;
}

.single-footer-widget .our-company-info .text p {
  color: #a4a097;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

.single-footer-widget .footer-contact-info {
  position: relative;
  display: block;
}

.single-footer-widget .footer-contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget .footer-contact-info ul li {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
}

.single-footer-widget .footer-contact-info ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info ul li .icon {
  width: 30px;
}

.single-footer-widget .footer-contact-info ul li .icon span:before {
  font-size: 16px;
}

.single-footer-widget .footer-contact-info ul li .icon,
.single-footer-widget .footer-contact-info ul li .title {
  display: table-cell;
  vertical-align: middle;
}

.single-footer-widget .footer-contact-info ul li .title {
  padding-left: 10px;
}

.single-footer-widget .footer-contact-info ul li .title p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.single-footer-widget .footer-contact-info ul li .title p a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links1 {
  position: relative;
  display: block;
}

.footer-widget-links1 li {
  position: relative;
  display: block;
  line-height: 40px;
}

.footer-widget-links1 li a {
  position: relative;
  color: #a4a097;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links1 li a:hover {
  color: #ffffff;
}

.footer-widget-links2 {
  position: relative;
  display: block;
}

.footer-widget-links2 li {
  position: relative;
  display: block;
  line-height: 40px;
}

.footer-widget-links2 li a {
  position: relative;
  color: #a4a097;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links2 li a:hover {
  color: #ffffff;
}

.subscribe-box {
  position: relative;
  display: block;
  padding-top: 5px;
  max-width: 370px;
  width: 100%;
}

.subscribe-box .text {
  position: relative;
  display: block;
  /* padding-bottom: 29px; */
}

.subscribe-box .text p {
  color: #a4a097;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 39px;
  padding-right: 80px;
  background: #23211b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #a4a097;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  border-radius: 40px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
  color: #a4a097;
}

.subscribe-form input:-moz-placeholder {
  color: #a4a097;
}

.subscribe-form input::-moz-placeholder {
  color: #a4a097;
}

.subscribe-form input:-ms-input-placeholder {
  color: #a4a097;
}

.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  color: #ffffff;
  font-size: 14px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 300ms ease 100ms;
  font-family: "Work Sans", sans-serif;
}

.subscribe-form input[type="email"]:focus {
  color: #ffffff;
}

.subscribe-form input[type="email"]:focus + button,
.subscribe-form button:hover {
  color: #333029;
  background: #ffffff;
}

.subscribe-box .header-social-link {
  float: left;
}

.subscribe-box .header-social-link ul li a {
  background: #23211b;
}

.footer-bottom {
  position: relative;
  display: block;
  background: #1b231c;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.footer-bottom .outer-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.copyright-text {
  position: relative;
  display: block;
}

.copyright-text p {
  color: #a4a097;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.copyright-text p a {
  color: #a4a097;
  font-weight: 600;
  transition: all 500ms ease;
}

/* html {
    scroll-behavior: smooth;
} */

.accord-content li {
  margin: 0 0 7px;
}

.details {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .text li {
    display: flex;
    justify-content: start;
    align-items: baseline;
} */

dt {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
  /* border: 1px solid #ebe5db; */
  padding: 5px 2px 2px 2px;
  border-radius: 10px;
  margin: 0px 2px 0px 2px;
  z-index: 2;
  position: relative;
  color: #000;
  /* border-right: 1px solid #000;
  border-left: 1px solid #000; */
}

.details div {
  /* border-right: 2px solid #000; */
  border: 2px solid #004053;
  border-radius: 10px;
  margin-right: 1px;
}

/* 
.details div:nth-child(2) {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 10px;
}

.details div:last-child {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-radius: 10px;
    margin-left: 1px;
} */

/*** 
=============================================
    model Form Style1 Area Css
=============================================
***/
/* Modal Background */
.modal.fade {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal.hide {
  display: none;
  opacity: 0;
}

/* Modal Header */
.modal-header {
  background-color: #003164;
  color: white;
  border-bottom: none;
  justify-content: flex-end;
}

/* Close Button */
.modal-header .close {
  font-size: 1.5rem;
  color: white;
}

/* Button */
#whatsapp-btn {
  cursor: pointer;
}

.modal-dialog {
  max-width: 500px;
  margin: 5.75rem auto !important;
}

/* Form Input Styles */
.form-control {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.nice-select {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  /* margin: 120px 0 0px; */
  z-index: 1;
}

.contact-form-style1-area.pdtop100 {
  padding-top: 100px;
}

.contact-form-outer-box {
  position: relative;
  display: block;
  padding: 60px;
  padding-bottom: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: -120px;
  z-index: 10;
}

.contact-inner-box {
  position: relative;
  display: block;
  /* padding-left: 270px; */
  min-height: 340px;
}

.contact-inner-box .contact-image-box {
  /* position: absolute; */
  top: 0;
  left: 0;
  /* width: 270px; */
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.contact-form {
  position: relative;
  display: block;
  /* padding-left: 60px; */
}

.contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  display: flex;
  /* align-items: center; */
}

.contact-form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #f6f2eb;
  border: 1px solid #f6f2eb;
  width: 100%;
  height: 70px;
  color: #333029;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.contact-form form textarea {
  height: 250px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-form form input[type="text"]:focus {
  color: #333029;
  border-color: #ebe7e1;
}

.contact-form form input[type="email"]:focus {
  color: #333029;
  border-color: #ebe7e1;
}

.contact-form form textarea:focus {
  color: #333029;
  border-color: #ebe7e1;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #84827d;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #84827d;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #84827d;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #84827d;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #84827d;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #84827d;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #84827d;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #84827d;
}

.contact-form form textarea::-webkit-input-placeholder {
  color: #84827d;
}

.contact-form form textarea:-moz-placeholder {
  color: #84827d;
}

.contact-form form textarea::-moz-placeholder {
  color: #84827d;
}

.contact-form form textarea:-ms-input-placeholder {
  color: #84827d;
}

.contact-form form .button-box {
  position: relative;
  display: block;
}

.contact-form form .button-box button {
  font-size: 18px;
  /* line-height: 50px; */
  /* padding: 0 60px; */
  border-radius: 5px;
}

.contact-form form .button-box button:after {
  border-radius: 5px;
}

/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area {
  position: relative;
  display: block;
}

.home-map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.home-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
}

/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area {
  position: relative;
  display: block;
  padding: 120px 0;
  border-bottom: 1px solid #f3f3f3;
}

.single-contact-info-box {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 50px 70px 40px;
  min-height: 382px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover {
  -webkit-box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}

.single-contact-info-box .icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.single-contact-info-box .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 140px;
}

.single-contact-info-box .text {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 22px;
}

.single-contact-info-box .text h3 {
  color: #333029;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.single-contact-info-box .text p {
  color: #84827d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.single-contact-info-box .text p a {
  color: #84827d;
}

.amenities .img {
  /* background:linear-gradient(326deg, rgb(168, 133, 96) 0%, rgb(240, 194, 64) 38%, rgb(223, 193, 118) 66%, rgb(206, 151, 53) 100%) ; */
  /* background: linear-gradient(135deg,rgb(90, 195, 216) 0%, rgb(171, 240, 219) 97%); */
  background-color: #5f5449;
  transition: all 0.3s ease-in;
}

.img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 10px;
  background: transparent;
  border: 1px solid rgb(141 141 141 / 49%);
  padding: 15px 15px 0px 15px;
  border-radius: 20px;
  width: 250px;
}

.img img {
  transition: transform 0.3s ease;
}

.img p {
  transition: color 0.3s ease;
}

.img:hover {
  /* transform: scale(1.1); */
  cursor: pointer;
  /* background-color: #004053; */
  /* background: linear-gradient(
    326deg,
    rgb(168, 133, 96) 0%,
    rgb(240, 194, 64) 38%,
    rgb(223, 193, 118) 66%,
    rgb(206, 151, 53) 100%
  ); */
  background: #b09398;
  animation: bounce-hover 0.6s infinite ease-in-out alternate;
  transition: all 0.3s ease-in;
}

@keyframes scale {
  0% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes bounce-hover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.img:hover::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  animation: scale 0.6s infinite ease-in-out alternate;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.img:hover p {
  color: #fff;
}

.img p {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.btn-one::after {
  background: linear-gradient(
    326deg,
    rgb(230, 230, 230) 0%,
    rgb(204, 219, 220) 38%,
    rgb(204, 219, 220) 66%,
    rgb(230, 230, 230) 100%
  );
}

.btn-one:hover span {
  color: #000 !important;

  /* background: linear-gradient(326deg,rgb(230, 230, 230) 0%, rgb(204, 219, 220) 38%, rgb(204, 219, 220) 66%, rgb(230, 230, 230) 100%) ; */
}

.btn-one.style2::after {
  background: linear-gradient(
    326deg,
    rgb(230, 230, 230) 0%,
    rgb(204, 219, 220) 38%,
    rgb(204, 219, 220) 66%,
    rgb(230, 230, 230) 100%
  ) !important;
}

/* Make the lightbox container fixed */
.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* For a dark overlay */
  z-index: 9999;
  /* Ensure it's on top of everything */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style for the lightbox content, ensure it stays centered */
.lightboxContent {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  /* To prevent overflowing */
}

body.modal-open {
  overflow: hidden;
}

/*** 
=============================================
    Service Page Css
=============================================
***/
.service-page {
  padding: 100px 0 70px;
}

.service-page .single-service-style1 {
  margin-bottom: 50px;
}

.content-section {
  display: none;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 450px;
  padding: 30px;
}

.content-section h2 {
  color: #ffa405;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
}

.content-section ul {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  flex-direction: column;
  flex-wrap: wrap;
  text-align: start;
}

.content-section ul li {
  color: #fff;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
}

.content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.content-section * {
  position: relative;
  z-index: 2;
}

.content-section.active {
  /* display: block; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sidebar-categories-box li.active a {
  font-weight: bold;
  color: #000 !important;
}

.scroll-top .fa {
  color: #000;
}

/*** 
=============================================
    Service Setails Area Css
=============================================
***/
.service-details-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details-sidebar {
  position: relative;
  display: block;
}

.sidebar-categories-box {
  position: relative;
  display: block;
}

.sidebar-categories-box li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar-categories-box li:last-child {
  margin-bottom: 0;
}

.sidebar-categories-box li a {
  position: relative;
  display: block;
  color: #84827c;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  background: #ffffff;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sidebar-categories-box li a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-family: "Flaticon";
  content: "\f108";
  font-size: 14px;
  font-weight: 100;
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sidebar-categories-box li a:hover:before,
.sidebar-categories-box li.active a:before {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}

.sidebar-categories-box li:hover a,
.sidebar-categories-box li.active a {
  color: #333029;
}

.sidebar-contact-info-box {
  position: relative;
  display: block;
  padding: 50px 60px 50px;
  text-align: center;
  border-radius: 5px;
}

.sidebar-contact-info-box .icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.sidebar-contact-info-box .icon span {
  display: block;
  font-size: 60px;
  line-height: 138px;
}

.sidebar-contact-info-box .icon span:before {
  position: relative;
  top: 4px;
}

.sidebar-contact-info-box h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  margin: 20px 0px 25px;
}

.sidebar-contact-info-box h2 a {
  color: #ffffff;
}

.sidebar-contact-info-box p {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
}

.sidebar-contact-info-box .buttom-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.service-details-content-box {
  position: relative;
  display: block;
}

.service-details-content-box .service-details-main-image {
  position: relative;
  display: block;
}

.service-details-content-box .service-details-main-image img {
  width: 100%;
}

.service-details-main-text {
  position: relative;
  display: block;
  padding-top: 33px;
}

.service-details-main-text h2 {
  color: #333029;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin: 0 0 28px;
}

.service-details-main-text p {
}

.service-details-quote-box {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 40px 50px 40px;
  border-radius: 5px;
  margin: 39px 0 40px;
  z-index: 2;
}

.service-details-quote-box:before {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  font-family: "Flaticon";
  content: "\f129";
  z-index: -1;
}

.service-details-quote-box h3 {
  color: #333029;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
}

.service-details-text-1 {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.service-details-text-1 p {
}

@media screen and (min-width: 900px) {
  .faq-section {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .service-details-area {
    display: none;
  }
}

.service-details-text-2 {
  position: relative;
  display: block;
}

.service-details-text-2 .text-box {
  position: relative;
  display: block;
}

.service-details-text-2 .text-box h2 {
  color: #333029;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}

.service-details-text-2 .text-box h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 35px;
}

.service-details-text-2 .text-box ul {
  overflow: hidden;
}

.service-details-text-2 .text-box ul li {
  margin-bottom: 5px;
}

.service-details-text-2 .text-box ul li:last-child {
  margin-bottom: 0;
}

.service-details-text-2 .text-box ul li span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

.service-details-text-2 .image-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.service-details-text-2 .image-box ul {
  position: relative;
  display: block;
}

.service-details-text-2 .image-box ul li {
  margin-bottom: 30px;
}

.service-details-text-2 .image-box ul li:last-child {
  margin-bottom: 0px;
}

.service-details-text-2 .image-box ul li .single-image {
  position: relative;
  display: block;
}

.service-details-text-2 .image-box ul li .single-image img {
  width: 100%;
}

.service-details-faq-box {
  position: relative;
  display: block;
  padding-top: 60px;
}

.faq-section .sec-title h3 {
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 800;
  justify-content: center;
  padding-top: 100px;
}

.faq-section {
  padding-bottom: 100px;
}

/*** 
=============================================
    Project Page Css
=============================================
***/
.project-style1-area.project-page1 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-page1 .single-project-style1 {
  margin-bottom: 30px;
}

.project-style1-area.pdbottom120 {
  padding-bottom: 120px;
}

/*** 
=============================================
    Project Details Area Css
=============================================
***/
.project-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 92px;
}

.project-details-content {
  position: relative;
  display: block;
}

.project-detail-main-image {
  position: relative;
  display: block;
}

.project-detail-main-image img {
  width: 100%;
}

.project-detail-main-image .project-info {
  position: absolute;
  left: 60px;
  bottom: -120px;
  right: 60px;
  background: #333029;
  padding: 52px 0 52px;
  border-radius: 7px;
}

.project-detail-main-image .project-info > ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-detail-main-image .project-info > ul > li {
  position: relative;
  display: block;
  float: left;
  max-width: 343px;
  width: 100%;
}

.project-detail-main-image .project-info > ul > li:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 120px;
  background: #ffffff;
  opacity: 0.1;
  content: "";
}

.project-detail-main-image .project-info > ul > li:last-child:before {
  display: none;
}

.project-detail-main-image .project-info ul li ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 60px;
}

.project-detail-main-image .project-info ul li ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
}

.project-detail-main-image .project-info ul li ul li span {
  position: relative;
  display: inline-block;
  width: 95px;
  color: #a4a097;
}

.project-detail-text-1 {
  position: relative;
  display: block;
  margin-top: 170px;
  margin-bottom: 57px;
}

.project-detail-text-1 h2 {
  color: #333029;
  font-size: 46px;
  line-height: 56px;
  font-weight: 800;
  margin-bottom: 33px;
}

.project-detail-text-1 p {
  color: #84827d;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.project-detail-text-2 {
  position: relative;
  display: block;
}

.project-detail-text-2 .text-box {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-right: -30px;
}

.project-detail-text-2 .text-box h2 {
  color: #333029;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 28px;
}

.project-detail-text-2 .text-box p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.project-detail-text-2 .text-box ul {
  overflow: hidden;
  margin-top: 29px;
}

.project-detail-text-2 .text-box ul li {
  color: #333029;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.project-detail-text-2 .text-box ul li:last-child {
  margin-bottom: 0;
}

.project-detail-text-2 .text-box ul li span {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}

.video-holder-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  border-radius: 7px;
  margin-left: 40px;
  z-index: 1;
}

.video-holder-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  border-radius: 7px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.video-holder-box:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

.video-holder-box .icon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 0px solid rgba(54, 124, 232, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  padding: 0px;
  z-index: 1;
}

.video-holder-box .icon:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.video-holder-box .icon:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  background: rgba(54, 124, 232, 0);
  z-index: -1;
}

.video-holder-box:hover .icon:before {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  -webkit-animation: ripple 1s infinite;
  animation: ripple 3s infinite;
}

.video-holder-box .icon a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 25px;
  line-height: 100px;
}

.project-detail-text-3 {
  position: relative;
  display: block;
  margin-top: 43px;
  margin-bottom: 30px;
}

.project-detail-text-3 h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}

.project-detail-text-3 p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.project-detail-text-4 {
  position: relative;
  display: block;
}

.project-detail-text-4 h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 35px;
}

.project-detail-text-4 p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

/*** 
=============================================
    blog Area Css
=============================================
***/
#blog-area {
  position: relative;
  display: block;
}

.blog-page1-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.single-blog-style1.blog-page1 .text-holder .blog-title {
  font-size: 34px;
  line-height: 44px;
}

.single-blog-style1.blog-page1 .text-holder .text {
  padding-top: 21px;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
}

.single-sidebar {
  position: relative;
  display: block;
  /* background: linear-gradient(
    326deg,
    rgb(132, 85, 34) 0%,
    rgb(240, 194, 64) 38%,
    rgb(230, 189, 85) 66%,
    rgb(172, 126, 45) 100%
  ); */
  background: #5f5449;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.single-sidebar .title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 22px;
}
.bg {
  background-color: #b09398;
}

.single-sidebar .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.single-sidebar .title h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  content: "";
}

.sidebar-search-box {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  border: 0px solid #d3d3d3;
  color: #84827c;
  font-size: 16px;
  font-weight: 500;
  padding-left: 29px;
  padding-right: 70px;
  transition: all 500ms ease 0s;
  font-family: "Work Sans", sans-serif;
}

.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 70px;
  color: #333029;
  font-size: 16px;
  line-height: 70px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
  font-size: 16px;
}

.sidebar-search-box .search-form input[type="text"]:focus {
  color: #000;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #84827c;
}

.sidebar-search-box .search-form input:-moz-placeholder {
  color: #84827c;
}

.sidebar-search-box .search-form input::-moz-placeholder {
  color: #84827c;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #84827c;
}

.single-sidebar .recent-posts {
  position: relative;
  display: block;
}

.single-sidebar .recent-posts li {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}

.single-sidebar .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-posts li .inner {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 80px;
}

.single-sidebar .recent-posts li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
}

.single-sidebar .recent-posts li .img-box img {
  width: 100%;
}

.single-sidebar .recent-posts li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.single-sidebar .recent-posts li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-posts li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

.single-sidebar .recent-posts li .title-box h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px 0px 5px;
}

.single-sidebar .recent-posts li .title-box h4 a {
  color: #333029;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 8px;
}

.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  color: #84827c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.4s ease-in-out 0.1s;
  font-family: "Work Sans", sans-serif;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f6f2eb;
  border: 0px solid #ffffff;
  color: #84827d;
  font-size: 18px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  background: #333029;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  position: relative;
  color: #ffffff;
  line-height: 70px;
}

.styled-pagination li.prev a i {
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(-90deg);
}

.styled-pagination li.next a i {
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(90deg);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
  background: #333029;
}

/*** 
=============================================
    Blog Page2 Area style
=============================================
***/
.blog-page2-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page2-area .single-blog-style1 {
  margin-bottom: 40px;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}

.blog-single-area .blog-posts {
  position: relative;
  display: block;
}

.tag-social-share-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ebe5db;
}

.tag-box {
  position: relative;
  display: block;
}

.tag-box .title {
  width: 60px;
}

.tag-box .title,
.tag-box .tag-list {
  display: table-cell;
  vertical-align: middle;
}

.tag-box .title h3 {
  color: #333029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.tag-box .tag-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.tag-box .tag-list li:last-child {
  margin-right: 0;
}

.tag-box .tag-list li a {
  color: #84827c;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.tag-social-share-box .post-social-share {
  position: relative;
  display: block;
}

.blog-details-bottom-content {
  position: relative;
  display: block;
}

.blog-details-author {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 60px 60px 60px;
  border-radius: 5px;
}

.blog-details-author .inner-box {
  position: relative;
  display: block;
}

.blog-details-author .inner-box .img-box {
  width: 160px;
}

.blog-details-author .inner-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-author .inner-box .img-box,
.blog-details-author .inner-box .text {
  display: table-cell;
  vertical-align: middle;
}

.blog-details-author .inner-box .text {
  position: relative;
  padding-left: 50px;
}

.blog-details-author .inner-box .text h3 {
  color: #333029;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 21px;
}

.blog-details-author .inner-box .text p {
  color: #84827c;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

.comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 54px;
}

.comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 35px;
}

.comment-box .title h3 {
  color: #333029;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

.comment-box .outer-box {
  position: relative;
  display: block;
}

.comment-box .single-comment {
  position: relative;
  display: block;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebe5db;
  margin-bottom: 60px;
}

.comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 165px;
  min-height: 165px;
}

.comment-box .single-comment-box .img-holder {
  position: absolute;
  left: 0;
  top: 0px;
  width: 165px;
  height: 165px;
}

.comment-box .single-comment-box .img-holder img {
  width: 100%;
  border-radius: 6px;
}

.comment-box .single-comment-box .text-holder {
  position: relative;
  display: block;
  padding-left: 40px;
  min-height: 165px;
}

.comment-box .single-comment-box .text-holder .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.comment-box .single-comment-box .text-holder .top .name {
  position: relative;
  display: block;
}

.comment-box .single-comment-box .text-holder .top .name h3 {
  color: #333029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.comment-box .single-comment-box .text-holder .top .name h3 span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
}

.comment-box .single-comment-box .text-holder .top .reply {
  position: relative;
  display: block;
}

.comment-box .single-comment-box .text-holder .top .reply a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 5px;
}

.comment-box .single-comment-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 16px;
}

.comment-box .single-comment-box .text-holder .text p {
  margin: 0;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.add-comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 35px;
}

.add-comment-box .title h3 {
  color: #333029;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

.add-comment-box #add-comment-form {
  position: relative;
  display: block;
}

.add-comment-box #add-comment-form .input-box {
  position: relative;
  display: block;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f6f2eb;
  border: 0px solid #eeeeee;
  width: 100%;
  height: 70px;
  color: #84827d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 7px;
  margin-bottom: 20px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.add-comment-box #add-comment-form textarea {
  height: 250px;
  padding: 15px 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #22254a;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #22254a;
}

.add-comment-box #add-comment-form textarea:focus {
  border-color: #22254a;
}

.add-comment-box #add-comment-form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.add-comment-box #add-comment-form .button-box button {
  font-size: 18px;
  line-height: 70px;
  padding: 0 60px;
  border-radius: 50px;
}

.add-comment-box #add-comment-form .button-box button:after {
  border-radius: 50px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 135px 0 140px;
}

.error-content {
  position: relative;
  display: block;
  z-index: 3;
}

.error-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.error-content .title {
  position: relative;
  display: block;
  font-size: 180px;
  line-height: 150px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 9px;
}

.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 32px;
}

.error-content .btns-box {
}

.error-content .btns-box a {
  line-height: 60px;
}

/*** 
=============================================
    Thm Formbox Style1 Area
=============================================
***/
.thm-formbox-style1-area {
  position: relative;
  display: block;
  margin-top: -100px;
}

.thm-formbox-style1-area.style2 {
  margin-top: -60px;
}

.thm-formbox-style1 {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
  padding: 30px;
  padding-bottom: 20px;
  z-index: 100;
}

.thm-formbox1 {
  position: relative;
  display: block;
}

.thm-formbox1 .input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.thm-formbox1 input[type="text"],
.thm-formbox1 input[type="email"] {
  position: relative;
  display: block;
  border-radius: 14px;
  background-color: rgb(244, 242, 239);
  border: 0px solid #e5e5e5;
  width: 100%;
  height: 60px;
  color: #393d72;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding-left: 55px;
  padding-right: 20px;
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.thm-formbox1 .input-box .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 10;
}

.thm-formbox1 input[type="text"]::-webkit-input-placeholder {
  color: #393d72;
}

.thm-formbox1 input[type="text"]:-moz-placeholder {
  color: #393d72;
}

.thm-formbox1 input[type="text"]::-moz-placeholder {
  color: #393d72;
}

.thm-formbox1 input[type="text"]:-ms-input-placeholder {
  color: #393d72;
}

.thm-formbox1 .bootstrap-select {
  position: relative;
  display: block;
  width: 100% !important;
  height: 60px;
}

.thm-formbox1 .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 14px;
  border: 0px solid #cccccc;
  background-color: #f4f2ef !important;
  max-width: 100%;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  padding-left: 55px;
  padding-right: 20px;
  color: #393d73 !important;
  font-size: 14px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  font-family: "Open Sans", sans-serif;
}

.thm-formbox1 .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.thm-formbox1 .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: auto;
  height: auto;
  font-family: "icomoon" !important;
  content: "\e93c";
  color: #c9c5bf;
  font-size: 14px;
  margin: 0;
  border: none;
}

.thm-formbox1 .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 14px;
  border: 0px solid #ddd;
  background: #eae8e4;
  font-size: 16px;
  color: #000000;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.thm-formbox1 .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 20px 9px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.thm-formbox1 .button-box {
  position: relative;
  display: block;
}

.thm-formbox1 .button-box button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  line-height: 60px;
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
  position: relative;
  display: block;
}

.contact-map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.contact-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 600px;
}

.contact-form .input-box select {
  position: relative;
  display: block;
  background: #f6f2eb;
  border: 1px solid #f6f2eb;
  width: 100%;
  height: 70px;
  color: #333029;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.details-btm a {
  color: #000;
}

.sticky-header,
.header-top {
  background-color: #000;
}

.main-menu .navigation > li:hover > a {
  color: #b09398 !important;
}
.main-menu .navigation > li.current > a {
  color: #b09398 !important;
}

.header-contact-info .thm-clr {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .map-frame {
    width: 100%;
    height: 1230px !important;
  }
}

.inner-text h3::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #b09398;
  margin: 10px auto 0;
}

/* ====== Root palette (easy to tweak) ====== */
:root {
  --bg: #faf9f6;
  --surface: #ffffff;
  --text: #333333;
  --muted: #666666;

  --primary: #2a4d8f;
  /* Royal blue */
  --accent: #f2b441;
  /* Warm gold */
  --stroke: #d7dfea;
  /* Soft blue-gray stroke */
  --card-stroke: #1f3d74;
  /* Darker blue for feature borders */

  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 14px;

  --shadow-1: 0 6px 18px rgba(20, 35, 66, 0.08);
  --shadow-2: 0 12px 28px rgba(20, 35, 66, 0.12);
}

/* Optional: import font in your HTML <head>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"> */

* {
  box-sizing: border-box;
}

/* html,
body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
} */

/* ====== Page container ====== */
.floorplan-wrap {
  max-width: 920px;
  margin: 32px auto 64px;
  padding: 0 16px;
}

/* ====== Status Banner ====== */
.status-banner {
  background: #5f5449;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 18px 22px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-banner .icon {
  width: 26px;
  height: 26px;
  display: inline-block;
}

/* ====== Plan Card ====== */
.plan-card {
  background: #f9f5ed;
  /* padding: 28px; */
  padding: 28px 28px 17px 28px ;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  box-shadow: var(--shadow-1);
  position: relative;
  border: 2px solid var(--accent);
}

.plan-stage {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfb 100%);
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dec386;
}

.plan-stage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* ====== Feature Grid ====== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 18px;
  margin-top: 22px;
}

.feature-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  box-shadow: var(--shadow-1);
  border: 2px solid #004053;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.feature-card .icon {
  width: 34px;
  height: 34px;
  display: block;
}

.feature-card .title {
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  color: #1f3d74;
}

.feature-card .sub {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 560px) {
  /* .status-banner {
        border-radius: var(--radius-lg);
    }

    .plan-card {
        border-radius: var(--radius-lg);
    } */

  .feature-grid {
    grid-template-columns: repeat(2, 2fr);
  }
}

/* ====== Utility (optional) ====== */
.rounded {
  border-radius: var(--radius-lg);
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-24 {
  margin-top: 24px;
}

.open-popup-btn {
  display: inline-block;
  padding: 5px 13px;
  /* background: #B76E79; */
  color: #fff;
  /* border-radius: 1000px; */
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.readmore-button1 {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 15px;
  gap: 5px;
  border-top: 2px solid #f2b441;
  padding-top: 10px;
  /* align-items: center; */
}

.cards:hover {
  /* box-shadow: var(--shadow-2); */
  transform: translateY(-2px);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cards {
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.open-popup-btn:hover {
  background: #b09398;
  transform: translateY(-2px);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  color: #000 !important;
}

.keypoints {
  color: #000;
  font-weight: 700;
}
.keypoints {
  list-style: none;
}

.keypoints {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.keypoints li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}

b {
  font-weight: 600;
  color: #000;
}

.keypoints li::before {
  content: "\f14a"; /* Unicode for fa-check-square */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c49a6c; /* golden brown tone */
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}
.map-frame {
  width: 100%;
  height: 1080px;
}

@media only screen and (min-width: 1600px) {
  .map-frame {
    height: 1200px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .map-frame {
    height: 1270px !important;
  }
}

@media only screen and (max-width: 400px) {
  .map-frame {
    height: 1230px !important;
  }
}

@media only screen and (max-width: 600px) {
  .map-frame {
    height: 1100px !important;
  }
}

@media only screen and (max-width: 780px) {
  .map-frame {
    height: 1060px !important;
  }
}

.def {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.def a {
  color: #fff;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.scroll-top2 {
  width: 67px;
  margin-bottom: -12px;
}

.buttons1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.scroll-top3 {
padding: 0 !important;
}
.scroll-top3 a {
  /* width: 80px; */
  display: block ruby;
    color: #000 !important;
  padding: 0px 20px;
  border-radius: 50px;
    background: #47c756;

  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.buttons2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex-direction: column;
}
.scroll-top4{
  background-color: #e8e8e8;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  /* animation: zoom-in-out 2s ease-in-out infinite; */
}


.scroll-top4 a img{
  width: 30px;
  padding: 2px;

}

.button5{
background-color: #48c757;
  padding: 10px;
  display: flex;
  /* gap: 10px; */
  animation: zoom-in-out 2s ease-in-out infinite;
  width: 45px;
  border-radius: 5px;
  justify-content: center;
  /* gap: 10px; */
}


@keyframes zoom-in-out {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position:0 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0 50%
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position:0 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0 50%
  }
}
@keyframes Gradient {
  0% {
    background-position:0 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0 50%
  }
}
.button6{
display: flex;
  align-items: center;
justify-content: center;
  color: #FFC749;
  width: 75px;
  background: #5F5449;
  border-radius: 5px;
  gap: 4px;
}
.button6:hover{
  background: #b09398;
  transform: translateY(-2px);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  color: #000 !important;
}

.loc li{
  text-align: start;
}
.navigation li{
  margin-top: 0 !important;
}
.subscribe-box li{
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  gap: 11px;
  text-align: left;
}
.grw-net-widget.grw-net-widget-light{
  margin: 0 !important;
}