@import url('https://fonts.googleapis.com/css2?family=Allura&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  position: relative;
  text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------s------------------------------------------------------------------------------------------------- */


.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-slider .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider .main-content-wrapper {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0.2));
}

.hero-slider .main-content-wrapper span.tagline {
  color: #8a7959;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-style: italic;
}

.hero-slider .main-content-wrapper h1 {
  font-size: 86px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: 'Satisfy', sans-serif;
}

.hero-slider .main-content-wrapper p.text {
  color: #fff;
  font-size: 18px;
}

.hero-slider .main-content-wrapper p.text strong {
  text-transform: capitalize;
  font-weight: 500;
}

.hero-slider .main-content-wrapper a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #8a7959;
  color: #8a7959;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.4s;
  background-color: #fff;

}

.hero-slider .main-content-wrapper a:last-child {
  background-color: transparent;
  margin-left: 6px;

}

.hero-slider .main-content-wrapper a:hover {
  background-color: #fff;
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero-slider .enquiry-form {
  padding: 20px;
  border: 1px inset #8a7959;
  border-radius: 5px;
  backdrop-filter: blur(3px);
}

.hero-slider .enquiry-form h3 {
  color: #fff;
  text-transform: capitalize;
}

.hero-slider .enquiry-form p {
  font-size: 14px;
  color: #fff;
}

.hero-slider .enquiry-form p strong {
  font-weight: 400;
}

.hero-slider .enquiry-form .form-control {
  padding: 6px 16px;
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #8a7959;
  color: #fff;
  font-weight: 300;
  box-shadow: none;
}

/* Optional: style the dropdown options */
.hero-slider .enquiry-form select option {
  background-color: #8a7959 !important;
  /* option list background */
  color: #fff !important;
  /* option text color */
}

.hero-slider .enquiry-form select option:hover {
  background-color: #613f00 !important;
  /* option list background */
}

.hero-slider .enquiry-form .form-control::placeholder {
  color: rgba(255, 255, 255, 1);

}

.hero-slider .enquiry-form button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #8a7959;
  color: #8a7959;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.4s;
  background-color: #fff;
}

@media (max-width:1200px) {
  .hero-slider .main-content-wrapper h1 {
    font-size: 68px;
  }

  .hero-slider .enquiry-form {
    padding: 20px 5px;
  }

  .hero-slider .enquiry-form h3 {
    font-size: 26px;
  }

}

@media (max-width:992px) {
  .hero-slider .enquiry-form {
    padding: 20px;
    margin-top: 30px;
  }
}

@media (max-width:768px) {
  .hero-slider .main-content-wrapper {
    background: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0.6));
  }

  .hero-slider .main-content-wrapper h1 {
    font-size: 56px;
  }
}

@media (max-width:568px) {
  .hero-slider .main-content-wrapper h1 {
    font-size: 46px;
  }

  .hero-slider .main-content-wrapper a {
    padding: 8px 10px;

  }
}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/* CSS (ticker.css) */
.ticker-slider {
  overflow: hidden;
  position: relative;
}

.ticker-slider .ticker-item-wrapper {
  animation: scrollAnimation 60s linear infinite;
  padding: 0;
  margin: 0;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  background-color: #fff;

}

.ticker-slider .ticker-item-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px 10px 0;
}

.ticker-slider .ticker-item-wrapper .list-item span {
  color: #8a7959;
  font-size: 26px;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase !important;
  transition: all 0.4s;
  color: #8a7959;
  /* font-family: 'Barlow Semi Condensed', sans-serif; */
  /* -webkit-text-stroke: 1.5px #1d2d4f; */
  /* Outline stroke */
  /* text-stroke: 1.5px #1d2d4f; */
}

/* .ticker-slider .ticker-item-wrapper .list-item p.text:hover {
  color: #1d2d4f;
} */

.ticker-slider .ticker-item-wrapper .list-item img {
  max-width: 54px;
}

.ticker-slider[data-animated='true'] {
  overflow: hidden;
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50%));
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------- */

.about-section {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  color: #8a7959;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-section p.tagline {
  font-style: italic;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
}

.about-section p.text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
}

.about-section p.text span {
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
}

.about-section ul li {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.about-section ul li svg {
  color: #8a7959;
  margin-right: 6px;
}

.about-section .btn-group {
  margin-top: 10px;
}

.about-section .btn-group a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #8a7959;
}

.about-section .btn-group a:last-child {
  margin-left: 10px;
  background-color: transparent;
  color: #8a7959;
}

.about-section .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.about-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.about-section .img-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}

.about-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}


@media (max-width:1200px) {
  .about-section h2 {
    font-size: 38px;
  }

}

@media (max-width:992px) {
  .about-section h2 {
    font-size: 46px;
  }

  .about-section .main-content {
    margin-bottom: 30px;
  }

}

@media (max-width:568px) {
  .about-section h2 {
    font-size: 38px;
  }

  .about-section .img-box {
    height: 300px;
  }

  .about-section .btn-group a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #8a7959;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #8a7959;
  }
}



/* ------------------------------------------------------------------------------ */


.cta-box-wrapper {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background: url(../img/background/cta-bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.cta-box-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0.6));
}

.cta-box-wrapper h3 {
  color: #fff;
  font-size: 46px;
}

.cta-box-wrapper a {
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;

}

@media (max-width:1200px) {
  .cta-box-wrapper h3 {
    color: #fff;
    font-size: 36px;
  }

}

@media (max-width:768px) {
  .cta-box-wrapper h3 {
    color: #fff;
    font-size: 28px;
  }

}

/* ----------------------------------------------------------------------------------------------------------------- */

.section-title h2.title {
  font-size: 46px;
  color: #8a7959;
  font-weight: 700;
  text-transform: capitalize;
}

.section-title span.tagline {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width:768px) {
  .section-title h2.title {
    font-size: 38px;
  }

}

/* --------------------------------------------------------------------------------------------------------------- */

.main-service-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.main-service-section .service-box {
  width: 100%;
  padding: 10px;
  border: 1px solid #8a7959;
  transition: all 0.4s;
  border-radius: 36px 5px 36px 5px;
}

.main-service-section .service-box .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 30px 5px 30px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.main-service-section .service-box .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60%;
  opacity: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.main-service-section .service-box .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 60%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.main-service-section .service-box:hover .img-box::before {
  height: 90%;
  opacity: 1;
}

.main-service-section .service-box:hover .img-box::after {
  width: 90%;
  opacity: 1;
}

.main-service-section .service-box:hover .img-box img {
  filter: brightness(70%);
}


.main-service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-service-section .service-box .img-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.6);
  opacity: 0;
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px 5px 10px 5px;
  transition: all 0.4s;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .4);

}

.main-service-section .service-box .img-box a:hover {
  background-color: #613f00;
  color: #fff;
}

.main-service-section .service-box:hover .img-box a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.main-service-section .service-box .content {
  padding: 20px 0;
  text-align: center;
}

.main-service-section .service-box .content h4 {
  font-weight: 600;
  font-size: 26px;
  position: relative;
  margin-bottom: 6px;
}

.main-service-section .service-box .content .txt-border {
  position: relative;
  width: 60px;
  height: 6px;
  margin: 0 auto 20px;
}

.main-service-section .service-box .content .txt-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #613f00;
  transform: translateY(-50%);
  border-radius: 4px;
}

.main-service-section .service-box .content .txt-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 4px;
  background-color: #613f00;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  animation: slideBrd 4s infinite alternate;
}

@keyframes slideBrd {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.main-service-section .service-box .content p.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.main-service-section .service-box .content p.strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;

}

.main-service-section .service-box .content a {
  display: block;
  background-color: #8a7959;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px 5px 10px 5px;
  font-size: 18px;
  transition: all 0.4s;
}

.main-service-section .service-box .content a:hover {
  background-color: #613f00;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}






/* ---------------------------------------------------------------------------------------------------------- */
.youtube-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.youtube-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0.8));
}
.youtube-section .section-title span.tagline{
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  
}
.youtube-section .section-title h2.title{
  font-size: 64px;
  color: #fff;
  
}
.youtube-section p.text{
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.youtube-section p.text span{
  font-weight: 700;

}

.youtube-section iframe{
  width: 100%;
  height: 700px;
  border-radius: 10px;
  border-top:8px solid #ff0000 ;
  border-bottom:8px solid #ff0000 ;
  border-left:1px solid #ff0000 ;
  border-right:1px solid #ff0000 ;
}
.youtube-section .share-btn-group{
  margin-top: 40px;
text-align: center;

}
.youtube-section .share-btn-group a{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin: 0 5px;
}
.youtube-section .share-btn-group a img{
  width: 44px;
  height: 44px;
}
.youtube-section .share-btn-group a:hover{
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

@media (max-width:1200px){
  .youtube-section iframe{
  width: 100%;
  height: 560px;
}
}
@media (max-width:992px){
  .youtube-section iframe{
  width: 100%;
  height: 440px;
}
}
@media (max-width:768px){

.youtube-section .section-title h2.title{
  font-size: 46px;
  color: #fff;
}
}
@media (max-width:568px){
  .youtube-section iframe{
  width: 100%;
  height: 300px;
}
.youtube-section .share-btn-group a{
  padding: 10px 10px;
  font-size: 20px;
}
.youtube-section .share-btn-group a img{
  width: 32px;
  height: 32px;
}
}

/* ----------------------------------------------------------------------------------------------------------------- */


.service-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.service-section .owl-item {
  position: relative;
  text-align: center;
}

.service-section .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.service-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.service-section .owl-item:hover .img-box img {
  transform: scale(1.1);
}

.service-section .content {
  padding: 10px 0;
}

.service-section .content h3 a {
  display: block;
  text-transform: capitalize;
  color: #8a7959;
  font-size: 36px;
  padding-bottom: 35px;
  font-family: 'Satisfy', sans-serif;
  position: relative;
}

.service-section .content h3 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  background: url(../img/icon/arrow-devider.svg) no-repeat center;
}

.service-section .content p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
}

.service-section .content .read-btn {
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #8a7959;
  color: #8a7959;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.4s;
}

.service-section .content .read-btn:hover {
  transform: translateY(-5px);
  background-color: #8a7959;
  color: #fff;
}



/* ------------------------------------------------------------------------------------------------------------------------ */


.whyus-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/whyus-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0.5));
}

.whyus-section h3 {
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
  font-family: 'Satisfy', sans-serif;

}

.whyus-section p.tagline {
  color: #8a7959;
  text-transform: capitalize;
  font-size: 22px;
  width: fit-content;
  border-radius: 50px;
  font-weight: 600;
}

.whyus-section p.text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;

}

.whyus-section ul li {
  padding: 10px;
  border: 1px solid #8a7959;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
}

.whyus-section ul li svg {
  margin-right: 6px;
}

.whyus-section a {
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #8a7959;
  font-weight: 600;
}




.whyus-section .feature-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.whyus-section .feature-box {
  background: #fff;
  text-align: center;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.whyus-section .feature-box .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.whyus-section .feature-box .icon svg {
  width: 20px;
  height: 20px;
  padding: 10px;
  background-color: #613f00;
  color: #fff;
  border-radius: 10px;
}

.whyus-section .feature-box h2 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 0;
}

.whyus-section .feature-box p {
  text-transform: capitalize;
  font-weight: 500;
  color: #8a7959;
}


@media (max-width:1200px) {

  .whyus-section h3 {
    font-size: 46px;
  }

  .whyus-section .feature-box {
    padding: 40px 10px;

  }
}


@media (max-width:992px) {


  .whyus-section .feature-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 30px 0 0 0;
  }
}

@media (max-width:568px) {
  .whyus-section .feature-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin: 30px 0 0 0;
  }
}


/* ------------------------------------------------------------------------------------------------------------------------------- */


.serviceinfo-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.serviceinfo-section .video-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
}

.serviceinfo-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceinfo-section .img-box {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 6px;
}

.serviceinfo-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceinfo-section span.tag {
  text-align: center;
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  border-radius: 5px;
}

.serviceinfo-section .content-box h3 {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}



.serviceinfo-section .content-box span.name {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
}

.serviceinfo-section .content-box span.name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #000;
}

.serviceinfo-section .content-box p.text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}

.serviceinfo-section .content-box p.text strong {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.serviceinfo-section .content-box p.text span {
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}

.serviceinfo-section .content-box ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;

}

.serviceinfo-section .content-box ul li svg {
  margin-right: 6px;
  color: #8a7959;
}

.serviceinfo-section .content-box h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.serviceinfo-section .content-box a {
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s;
}

.serviceinfo-section .content-box a:hover {
  background-color: #000;
  transform: translateY(-5px);
}

@media (max-width:1200px) {

  .serviceinfo-section .content-box h3 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
  }

}

@media (max-width:992px) {

  .serviceinfo-section .img-box {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 6px;
  }


}

/* ---------------------------------------------------------------------------------------------------------------------------- */


.maincta-section {
  padding: 50px 0;
  position: relative;
  background: url(../img/background/maincta-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.maincta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.maincta-section .img-box {
  text-align: center;
}

.maincta-section .img-box img {
  width: 400px;
  height: 400px;
  animation: spin 20s infinite linear;

}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.maincta-section .main-content {
  padding-left: 50px;

}

.maincta-section .main-content span.tag {
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;

}

.maincta-section .main-content h4 {
  color: #fff;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.maincta-section .main-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.maincta-section .main-content a {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #8a7959;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #000;
  font-size: 18px;
}

@media (max-width:1200px) {
  .maincta-section .main-content {
    padding-left: 30px;

  }

  .maincta-section .main-content h4 {
    font-size: 38px;
  }
}

@media (max-width:992px) {
  .maincta-section .main-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;


  }
}

@media (max-width:768px) {
  .maincta-section .img-box img {
    width: 300px;
    height: 300px;
    animation: spin 20s infinite linear;
  }

  .maincta-section .main-content h4 {
    font-size: 32px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------- */
.testimonial-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-section .testimonial-box {
  padding: 40px 0;
  text-align: center;
  background-color: #fff9ef;

}

.testimonial-section .testimonial-box p.message {
  font-size: 22px;
  color: #8a7959;

}

.testimonial-section .testimonial-box p.name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-section .testimonial-box .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.testimonial-section .testimonial-box .rating svg {
  color: #000;
  width: 14px;
  height: 14px;
}

.testimonial-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .owl-nav button.owl-prev {
  left: -30px;
}

.testimonial-section .owl-nav button.owl-next {
  right: -30px;
}

.testimonial-section .owl-nav button svg {
  width: 14px;
  height: 14px;
  padding: 16px;
  border-radius: 50%;
  background: #8a7959;
  color: #fff;
  transition: all .4s;
}

.testimonial-section .owl-nav button svg:hover {
  transform: scale(1.2) rotate(360deg);
  background-color: #613f00;
}

.testimonial-section .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.testimonial-section .owl-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #8a7959;
  transition: all 0.4s;
}

.testimonial-section .owl-dot.active span {
  width: 30px;
  border-radius: 50px;
  border-color: #613f00;
  background-color: #613f00;
}



/* -------------------------------------------------------------------------------------------------------------------------------------- */


.innerpage-title {
  padding: 100px 0;
  background: url(../img/background/palmist-bannner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.7));
}

.innerpage-title h1 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}


.breadcrumb-box {
  padding: 10px 0;
  position: relative;
}

.breadcrumb-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.breadcrumb-box ul li {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-box ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8a7959;
}

@media (max-width:768px) {

  .innerpage-title h1 {
    font-size: 38px;
  }

  .breadcrumb-box ul {
    gap: 6px;
  }

  .breadcrumb-box ul li {
    font-size: 15px;
  }

  .breadcrumb-box ul a {
    gap: 6px;
  }
}

/* --------------------------------------------------------------------------------------------------------------- */

.innerservice-page {
  padding: 80px 0;
  position: relative;

}

.innerservice-page .main-content-wrapper h2 {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8a7959;
}

.innerservice-page .main-content-wrapper span.name {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
}

.innerservice-page .main-content-wrapper span.name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #000;
}

.innerservice-page .main-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}

.innerservice-page .main-content-wrapper p.text strong {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.innerservice-page .main-content-wrapper p.text span {
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}

.innerservice-page .main-content-wrapper .main-img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 6px;
  margin: 20px 0;
}

.innerservice-page .main-content-wrapper .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.innerservice-page .main-content-wrapper h4.sub-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 30px 0 20px;
}

.innerservice-page .main-content-wrapper p.tagline {
  padding: 5px 10px;
  border-left: 2px solid #8a7959;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  color: #8a7959;
  border-radius: 6px;
  font-size: 20px;
}

.innerservice-page .main-content-wrapper ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;

}

.innerservice-page .main-content-wrapper ul li svg {
  margin-right: 6px;
  color: #8a7959;
}

.innerservice-page .main-content-wrapper .cta-img {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

.innerservice-page .main-content-wrapper .cta-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.innerservice-page .main-content-wrapper h5.cta-text {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 30px 0 20px;
}

.innerservice-page .main-content-wrapper a.cta-btn {
  padding: 10px 20px;
  border: 1px solid #8a7959;
  background-color: #8a7959;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}

.innerservice-page .main-content-wrapper .item-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.innerservice-page .main-content-wrapper .item-box h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #8a7959;
  font-size: 20px;
}

.innerservice-page .main-content-wrapper .item-box p {
  font-size: 14px;
  letter-spacing: 1px;
}

.innerservice-page .sidebar-menu {
  padding-left: 60px;
  height: 100%;
}

.innerservice-page .sidebar-menu .related-links {
  padding: 20px;
  background-color: #8a7959;
  position: sticky;
  top: 120px;
}

.innerservice-page .sidebar-menu .related-links h5 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.innerservice-page .sidebar-menu .related-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;

}

@media (max-width:1200px) {
  .innerservice-page .main-content-wrapper h2 {
    font-size: 48px;
  }

  .innerservice-page .sidebar-menu {
    padding-left: 40px;
  }
}

@media (max-width:992px) {
  .innerservice-page .sidebar-menu {
    padding-left: 0;
    margin-top: 40px;
  }

  .innerservice-page .main-content-wrapper h4.sub-title {
    font-size: 32px;
  }

}

@media (max-width:568px) {
  .innerservice-page .main-content-wrapper h2 {
    font-size: 38px;
  }
}



/* -------------------------------------------------------------------------------------------------------- */


.innercontact-page {
  padding: 80px 0;
  position: relative;
}

.innercontact-page .contact-form {
  padding-right: 60px;
}

.innercontact-page .contact-form h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.innercontact-page .contact-form .form-control {
  padding: 10px 20px;
  border-radius: 0;
  margin-bottom: 10px;
  color: #8a7959;
  font-weight: 500;
  box-shadow: none;
}

.innercontact-page .contact-form button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s;
}

.innercontact-page .contact-form button:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-5px);
}

.innercontact-page .right-content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.innercontact-page .right-content .contact-box {
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 2px solid #8a7959;
}

.innercontact-page .right-content .contact-box h5 {
  display: flex;
  ;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #8a7959;
  font-weight: 700;
  font-size: 26px;
}

.innercontact-page .right-content .contact-box h5 svg {
  width: 20px;
  height: 20px;
  padding: 10px;
  background-color: #8a7959;
  color: #fff;
  border-radius: 50%;
}

.innercontact-page .right-content .contact-box a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;

}

@media (max-width:992px) {
  .innercontact-page .contact-form {
    padding-right: 0;
    margin-bottom: 50px;
  }
}



/* ------------------------------------------------------------------------------------------------------------------------ */


.popup-modal .modal-dialog {
  min-width: 800px;

}

.popup-modal .modal-content {
  padding: 0;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;

}

.popup-modal .btn-close {
  position: absolute;
  top: 0;
  right: 30px;
  background: transparent;
  opacity: 1;
  z-index: 2;
}

.popup-modal .btn-close svg {
  width: 20px;
  height: 20px;
  background-color: #8a7959;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
}

.popup-modal .modal-body {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.popup-modal .modal-body .cta-banner {
  width: 100%;
  height: 100%;
}

.popup-modal .modal-body .cta-banner img {
  width: 100%;
  height: 100%;
}

.popup-modal .modal-body .main-content {
  padding: 30px 40px;
}

.popup-modal .modal-body .main-content h3 {
  text-transform: capitalize;
  font-weight: 700;
}

.popup-modal .modal-body .main-content p.text {
  color: rgba(0, 0, 0, 0.8);
}

.popup-modal .modal-body .main-content p.text strong {
  font-weight: 600;
  color: #000;
}

.popup-modal .modal-body .main-content .form-control {
  padding: 10px 20px;
  border-radius: 0;
  box-shadow: none;
}

.popup-modal .modal-body .main-content button {
  padding: 10px 20px;
  background-color: #8a7959;
  color: #fff;
  transition: all 0.4s;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.popup-modal .modal-body .main-content button:hover {
  transform: translateY(-5px);
  background-color: #000;
}

@media (max-width:992px) {
  .popup-modal .modal-dialog {
    min-width: 80%;

  }
}

@media (max-width:768px) {
  .popup-modal .modal-dialog {
    min-width: auto;
  }

  .popup-modal .modal-body {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .popup-modal .modal-body .cta-banner {
    display: none;
  }

}




/* -------------------------------------------------------------------------------------------------- */

.mid-ad-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mid-ad-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.mid-ad-banner a img {
  width: 100%;
  height: 100%;

}