@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&display=swap");





 * {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

:root {
  --primary: #000;
  --secondary: #444;
  --btn: #ffdc60;
  --color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  background: rgb(255, 255, 255) !important;
}

ol, ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}

p, .blog-left span {
  line-height: 29px;
  font-size: 16px;
  color: rgb(65, 62, 62);
}

.flot {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}

.side-bar {
  position: fixed;
  background: rgb(247, 248, 253);
  padding: 40px;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 90px 0px;
  top: 0px;
  right: -500px;
  width: 400px;
  overflow: hidden auto;
  height: 100vh;
  transition: all 0.5s ease 0s;
  z-index: 1000;
}

.side-bar-im {
  width: 100%;
  margin-bottom: 25px;
}

.side-bar-im img {
  width: 90px;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
}

.side-bar-im h3, .side-panel-con h3 {
  margin-bottom: 18px;
  width: 100%;
  letter-spacing: -0.5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.side-panel-con a {
  background: none;
  text-decoration: none;
}

.side-bar-blg-post h3 {
  margin-bottom: 0px;
}

.side-bar-im p {
  font-size: 13px;
  line-height: 22px;
  float: left;
  padding-bottom: 30px;
  margin: 0px;
}

.side-bar .side-panel-con span {
  color: rgb(0, 0, 0);
}

.side-panel-con {
  padding-top: 0px;
  display: inline-block;
}

.side-panel-con li {
  float: left;
  list-style-type: none;
  display: block;
  padding: 0px 0px 15px;
  width: 100%;
}

.side-panel-con i {
  color: rgba(240, 64, 55, 0.86);
  margin-right: 15px;
  font: 16px / 34px FontAwesome;
  height: 35px;
  width: 35px;
  background: rgba(240, 64, 55, 0.1);
  text-align: center;
  border-radius: 50%;
}

.side-panel-con li:nth-child(2) i {
  color: rgb(82, 211, 253);
  background: rgba(82, 211, 253, 0.1);
}

.side-panel-con li:nth-child(3) i {
  color: rgb(23, 194, 152);
  background: rgba(23, 194, 152, 0.1);
}

.side-panel-con span {
  font-size: 14px;
  text-transform: initial;
  padding-top: 4px;
  color: var(--color);
}

.side-bar-im i {
  position: absolute;
  right: 40px;
  top: 62px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font: 20px / 30px FontAwesome;
  transition: all 0.6s ease 0s;
  background: red;
}

.side-bar-im i:hover {
  transition: all 0.6s ease 0s;
  background: rgb(5, 93, 253);
  color: rgb(255, 255, 255);
}

.side-panel-con li:nth-child(4) i, .contact-info-lhs ul li:nth-child(2) i {
  background: rgb(236, 232, 253);
  color: rgb(128, 103, 240);
}

.contact-info-lhs ul li:nth-child(1) i {
  background: rgb(244, 223, 221);
  color: rgb(238, 74, 98);
}

.side-bar.act {
  right: 0px;
}

.menu ul li .sub-menu.act {
  transition: all 0.4s ease 0s;
  opacity: 1;
  visibility: visible;
  transform: translateY(40px);
}

.menu ul li .sub-menu {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 10px 30px 10px 23px;
  width: 230px;
  box-shadow: rgba(10, 10, 10, 0.17) 0px 9px 18px -6px;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translateY(30px);
  border-radius: 15px;
  z-index: 99;
  border-top: 4px solid rgb(254, 204, 9);
}

.menu ul li .sub-menu ul {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  display: block;
}

.menu ul li .sub-menu .sub-btn3 {
  font-size: 12px;
  position: relative;
  transition: all 0.4s ease 0s;
  border-bottom: 1px solid rgb(246, 243, 243);
  text-align: left;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
}

.menu ul li .sub-menu i {
  display: none;
}

.menu ul li .sub-menu ul li:first-child {
  display: block;
}

.nav {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 18px 0px;
  z-index: 99;
  border-bottom: 1px solid rgb(214, 202, 202);
}

.testimonial::after, .testimonial::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/shapes/banner-bg1.png") 0% 0% / cover;
  width: 100%;
  height: 50px;
  transform: scaleY(-1);
}

.testimonial::before {
  top: auto;
  bottom: 0px;
  transform: scaleY(1);
}

.banner::before {
  position: absolute;
  content: "";
  inset: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.4;
}

.nav.act {
  box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 20px -10px;
  background: rgb(255, 255, 255);
  z-index: 99;
  position: fixed;
}

.nav.act a {
  color: rgb(0, 0, 0);
}

.nav.act .side-bar-right i {
  background: rgb(254, 204, 9);
  color: rgb(0, 0, 0);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-inner .theme-btn a {
  color: rgb(255, 255, 255);
}

.nav.act .nav-inner .theme-btn a {
  color: rgb(0, 0, 0);
}

.nav.act .nav-inner .theme-btn a:hover {
  color: rgb(255, 255, 255);
}

.logo img {
  max-width: 130px;
}

.nav-inner .menu {
  width: 100%;
  position: relative;
}

.nav-inner .menu::before, .nav-inner .menu::after {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 6em;
  background: rgb(214, 202, 202);
  left: 25px;
  top: -35px;
}

.nav-inner .menu::after {
  left: auto;
  right: 0px;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.menu li {
  padding: 0px 16px;
  position: relative;
}

.menu a {
  font-size: 14px;
  position: relative;
  z-index: 1;
  text-decoration: unset;
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.menu a:hover {
  text-decoration: none;
  font-weight: 600;
  color: rgb(239, 180, 67) !important;
}

.menu a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 3px;
  left: 0px;
  right: 0px;
  transition: transform 0.3s ease-in-out 0s;
  background: rgb(239, 180, 67);
  transform: scaleX(0);
  transform-origin: right center;
}

.theme-btn {
  border-radius: 10px;
  margin: 0px;
  position: relative;
  left: 10px;
}

.theme-btn a, .thank-you-inner a {
  color: rgb(0, 0, 0);
  padding: 15px 29px;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid rgb(255, 205, 9);
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
}

.menu ul li:first-child {
  display: none;
}

.menu span {
  display: none;
}

.nav-inner .side-bar-right {
  display: flex;
  justify-content: space-between;
  width: 24.333%;
  align-items: center;
  padding-left: 10px;
}

.side-bar-right i {
  font-size: 12px;
  color: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 5px 0px 6px;
  cursor: pointer;
  border: 1px solid rgb(239, 180, 67);
}

.menu-bar {
  display: none;
}

.menu-bar i {
  color: rgb(0, 0, 0);
  background: rgb(254, 204, 9);
  padding: 5px 7px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 200;
  float: left;
  cursor: pointer;
}

.side-panel-con {
  display: inline-block;
}

.side-panel-con ul {
  margin: 0px;
  padding: 0px;
}

.side-panel-con li {
  float: left;
  list-style-type: none;
  padding: 0px 0px 15px;
  display: flex;
  width: 100%;
}

.side-panel-con li:nth-child(2) i {
  color: rgb(82, 211, 253);
  background: rgba(82, 211, 253, 0.1);
}

.side-panel-con li:nth-child(3) i {
  color: rgb(23, 194, 152);
  background: rgba(23, 194, 152, 0.1);
}

.quick-enquiry {
  background: url("../images/background/2.jpg") 0% 0% / cover;
}

.quick-enquiry .bounce1 {
  position: absolute;
  right: 100px;
  top: 39%;
  display: none;
}

.quick-enquiry::before {
  position: absolute;
  content: "";
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}

.quick-enquiry i {
  animation: 2s ease 0s infinite normal none running ripple;
  color: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50px;
}

@-webkit-keyframes ripple {
  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 30px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@keyframes ripple {
  70% {
      box-shadow: rgba(255, 255, 255, 0.32) 0px 0px 0px 30px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
  }
}

.banner {
  width: 100%;
  height: 100%;
  padding: 160px 10% 120px;
  position: relative;
  overflow: hidden;
  background: url("../images/background/banner.png") center center / cover;
  text-align: center;
}

.shapes-main .img1, .shapes-main .img2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.shapes-main .img2 {
}

.banner-inner span::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 19px;
  background: linear-gradient(45deg, rgb(255, 168, 0), rgb(255, 255, 255), rgb(255, 255, 255)) 0% 0% / cover;
  z-index: -1;
  border-radius: 10px;
}

.banner-inner span {
  color: rgb(0, 0, 0);
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 13px 0px 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  transition-delay: 0.3s;
}

.banner-inner h1, .banner-inner p {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.banner-inner h1 {
  margin: 20px 0px;
  font-size: 62px;
  line-height: 70px;
  font-weight: 600;
  transition-delay: 0.6s;
}

.menu a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.banner-inner p {
  margin: 0px 10% 33px;
  display: inline-block;
  padding-left: 10px;
  transition-delay: 0.9s;
  font-size: 20px;
  font-weight: 400 !important;
}

.banner-inner .theme-btn {
  display: inline-block;
}

.banner-inner .theme-btn a {
  padding: 24px 64px;
  background: none;
  border: 2px solid rgb(239, 180, 67);
  color: rgb(255, 255, 255) !important;
}

.book-now {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgb(253, 244, 180);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16.8px 3.2px;
}

.book-now h2 {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 46px;
  position: relative;
  z-index: 3;
}

.book-now .sub-heading {
  display: block;
  color: rgb(239, 180, 67);
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
}

.contact__form .full {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.contact__form .full input {
  padding-left: 56px;
  height: 48px;
  border-bottom: 1px solid rgb(240, 202, 130);
  border-radius: 0px;
  padding-bottom: 12px;
}

.contact__form ul .button-type {
  padding: 0px;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid rgb(239, 180, 67);
  transition: all 0.5s ease 0s;
  background: none;
  border-radius: 10px;
}

.contact__form ul .button-type:hover {
  background: rgb(239, 180, 67);
  transition: all 0.5s ease 0s;
  border: 0px;
  color: rgb(0, 0, 0) !important;
}

.full i {
  position: absolute;
  left: 17px;
  font-size: 13px;
  border-right: 1px solid rgb(159, 132, 132);
  padding-right: 13px;
  top: 16px;
  color: rgb(239, 180, 67);
}

.form-tit {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0px 0px;
}

.form-tit img {
  background: rgb(255, 255, 255);
  position: absolute;
  bottom: -22px;
  padding: 0px 17px;
  width: 64px;
  animation: 3s ease 0s infinite normal none running hii;
}

@keyframes hii {
  0% {
      transform: rotate(60deg);
  }

  50% {
      transform: rotate(-20deg);
  }

  100% {
      transform: rotate(60deg);
  }
}

.form-tit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  background: rgb(239, 180, 67);
  bottom: -8px;
}

.about-us {
  padding: 65px 0px 70px;
}

.about-inner p {
  margin-top: 20px;
  margin-bottom: 25px;
  border-left: 2px solid rgb(255, 205, 9);
  padding-left: 18px;
  border-radius: 10px;
}

.about-inner .adding {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 13px 0px 20px 41px;
  position: relative;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.about-inner .adding i {
  top: 8px;
  width: 30px;
  height: 30px;
  font-size: 11px;
  left: -2px;
  background: rgb(255, 230, 185);
}

.about-inner .adding h4 {
  margin: 0px;
  width: 100%;
  font-size: 15px;
  font-weight: 500 !important;
}

.about-inner .adding p {
  margin: 7px 0px 0px;
  line-height: 23px;
}

.about-3 {
  float: right;
  height: 550px;
  width: 91%;
  object-fit: cover;
  border-radius: 10px;
  animation: 2s linear 0s infinite alternate none running MoveLeftRight;
}

@keyframes MoveLeftRight {
  0% {
      transform: translateX(0px);
  }

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

.about-inner h3 {
  margin: 15px 0px;
  display: inline-block;
}

.about-inner a {
  text-decoration: underline;
  color: rgb(146, 118, 9);
}

.about-inner i {
  background: rgb(253, 244, 180);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50px;
  font-size: 14px;
  left: -45px;
  top: -5px;
}

.about-img .about-1 {
  left: -51px;
  bottom: -51px;
  width: 200px;
  border-radius: 13px;
  filter: grayscale(0.2);
  border: 5px solid rgb(255, 255, 255);
  animation: 2s linear 0s infinite alternate none running MoveLeftRight;
}

.about-inner {
  padding-right: 0px;
  padding-left: 35px;
}

.about-inner .theme-btn {
  left: 0px;
  display: inline-flex;
  margin-top: 22px;
}

.heading {
  text-transform: capitalize;
}

.heading h2 {
  margin: 0px 0px 12px;
  font-size: 37px;
  line-height: 46px;
  color: rgb(0, 0, 0);
}

.heading span {
  font-weight: 700;
  font-size: 13px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 3px;
  position: relative;
  text-decoration: underline;
}

.heading span::before, .heading span::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -22px;
  bottom: 0px;
  background: url("../images/icons/heading.png") 0% 0% / cover;
  min-width: 24px;
  min-height: 33px;
  transform: rotate(-31deg);
}

.heading span::after {
  left: auto;
  right: -22px;
  transform: scaleX(-1) rotate(-31deg);
}

.we-provided {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(rgba(244, 247, 253, 0.76) 0%, rgba(227, 234, 252, 0.53) 100%);
}

.ser-box {
  text-align: center;
  margin: -44px auto 0px;
  background: rgb(255, 255, 255);
  padding: 20px 32px;
  box-shadow: rgba(19, 16, 34, 0.1) 0px 4px 24px -6px;
  z-index: 1;
  position: relative;
  width: 88%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0px 0px 20px 20px;
}

.ser-box span {
  color: rgb(154, 150, 125);
}

.ser-box h2 {
  font-size: 20px;
  margin: 23px 0px 0px;
}

.ser-img img {
  border-radius: 10px;
  width: 100%;
  border: 2px solid rgb(255, 205, 9);
  padding: 7px;
}

.ser-box i {
  width: 55px;
  height: 55px;
  background: rgb(239, 180, 67);
  border-radius: 50px;
  line-height: 47px;
  display: inline-block;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -28px;
}

.we-provided .heading {
  margin-bottom: 25px;
}

.quick-enquiry::before {
  opacity: 0.5;
}

.quick-enquiry {
  padding: 60px 0px 160px;
  background-position: left center;
  background-attachment: fixed;
  overflow: hidden;
}

.quick-enquiry span {
  color: rgb(255, 255, 255);
  margin: 0px;
}

.quick-enquiry h2 {
  color: rgb(255, 255, 255);
  font-size: 37px;
  line-height: 48px;
  margin: 15px 100px 22px;
}

.quick-enquiry .theme-btn a {
  padding: 19px 55px;
  color: rgb(255, 255, 255);
}

.faq {
  float: left;
  width: 100%;
  position: relative;
  padding: 75px 0px 80px;
  overflow: hidden;
  background: linear-gradient(2deg, rgb(242, 245, 253) 0%, rgba(255, 255, 255, 0.53) 100%);
}

.faq-img::after {
  bottom: 76%;
}

.faq-rhs {
  float: left;
  width: 100%;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
}

.faq-rhs::after {
  top: -100px;
  background: none;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 0;
  left: 28em;
  animation: 5.8s linear 0s infinite normal none running full;
}

.faq-rhs ul {
  padding: 0px;
  margin: 0px;
}

.faq-rhs ul li {
  margin: 4px 0px 12px;
  padding: 10px 13px;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(241, 232, 232);
  position: relative;
  background: rgb(255, 255, 255);
  border-left: 2px solid rgb(239, 180, 67);
  transition: all 0.3s ease 0s;
  z-index: 1;
  border-radius: 3px;
}

.faq-rhs ul li:hover {
  box-shadow: rgba(0, 48, 31, 0.1) 0px 8px 40px 0px;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.faq-rhs ul li:hover h3 {
  transition: all 0.6s ease 0s;
  color: rgb(255, 87, 34);
}

.faq-rhs ul li h3 {
  font-size: 15px;
  cursor: pointer;
  line-height: 30px;
  padding-right: 30px;
  transition: all 0.5s ease 0s;
  position: relative;
  font-weight: 400;
  margin: 0px;
}

.faq-rhs li h3::before {
  width: 2px;
  height: 20px;
  position: absolute;
  content: "";
  right: 18px;
  top: 10px;
  background: rgb(239, 180, 67);
}

.faq-rhs ul li h3::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 18px;
  background: rgb(239, 180, 67);
  width: 20px;
  height: 2px;
}

.faq-rhs ul li h3.act::before {
  display: none;
}

.faq-rhs p {
  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 119, 119);
  display: none;
  line-height: 30px;
  padding-top: 5px;
}

.faq-rhs ul li:last-child {
  margin-bottom: 0px;
}

.faq-img {
  float: left;
  width: 190%;
  padding-right: 30px;
}

.faq-img img {
  position: relative;
  filter: grayscale(0.3);
  width: 50%;
  margin-right: 10px;
}

.faq-img::after {
  background: url("../images/shapes/badge.png") 0% 0% / cover rgb(255, 255, 255);
  width: 87px;
  height: 92px;
  inset: auto 13px -5px auto;
  border-radius: 50%;
  animation: 7s linear 0s infinite normal none running rotateIt;
}

@keyframes rotateIt {
  100% {
      transform: rotate(-360deg);
  }
}

.amenites {
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}

.amenites ul {
  margin: 0px;
  width: 100%;
}

.amenites li {
  display: inline-block;
  float: left;
  margin-top: 10px;
  padding: 0px 10px;
}

.amenites-inner {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 226px;
}

.amenites-inner-img {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  border: 2px solid rgb(219, 218, 255);
  border-radius: 50px;
  padding: 8px;
  background: rgb(255, 255, 255);
}

.amenites-inner-img img {
  width: 60px;
  height: 60px;
}

.amenites-inner span {
  text-transform: uppercase;
  font-size: 11px;
}

.amenites h4 {
  margin: 7px 0px 0px;
  font-size: 18px;
  font-weight: 400;
}

.amenites-inner::before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  background: linear-gradient(45deg, rgb(255, 201, 11), rgb(254, 254, 254)) border-box border-box;
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  width: 100%;
  height: 100%;
}

.amenites button {
  display: none !important;
}

.number {
  padding: revert;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.number .line {
  position: absolute;
  right: 0px;
  top: 0px;
  background: linear-gradient(45deg, rgba(139, 31, 183, 0), rgb(239, 180, 67), rgba(101, 79, 255, 0.02));
  width: 1px;
  height: 100%;
}

.number i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 17px;
  border: 1px solid rgb(0, 0, 0);
}

.number span {
  font-size: 39px;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 10px 0px 6px;
  position: relative;
}

.number h3 {
  font-size: 16px;
  font-weight: 500 !important;
}

.counting-items .row {
  padding: 32px 0px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: rgb(255, 205, 9);
}

.testimonial {
  float: left;
  padding: 80px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(rgb(242, 245, 253) 0%, rgb(238, 236, 234) 100%);
}

.testimonial .comm-heading {
  margin-bottom: 0px;
}

.testimonial1 {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}

.testimonial1 ul {
  padding: 0px;
  margin: 0px;
}

.testimonial1 li {
  float: left;
  margin: 0px 10px;
}

.testimonial1-main {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.brand-img {
}

.brand-img img {
  border-radius: 50px;
}

.star i {
  color: rgb(255, 216, 7);
  margin: 3px 0px 0px;
  display: inline-block;
  font-size: 20px;
}

.testimonial-img p {
  font-size: 16px;
  padding: 15px 0px 20px;
  line-height: 30px;
  margin: 0px;
  color: rgb(0, 0, 0);
}

.clint-img {
  display: flex;
  align-items: center;
}

.clint-img h4 {
  font-size: 15px;
  margin: 0px;
  padding: 0px 0px 10px 15px;
  display: inline-block;
  font-weight: 600;
}

.clint-img span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 7px;
}

.testimonial-img {
  float: left;
  width: 100%;
  border: 1px solid rgb(175, 160, 160);
  padding: 30px;
  margin: 0px 8px;
  border-radius: 10px;
  position: relative;
  height: 70vh;
}

.testimonial1 button {
  opacity: 0;
}

.contact-us {
  padding-top: 0px;
  position: relative;
  margin-bottom: 0px;
}

.heading p {
  margin: 15px 0px 16px;
}

.contact-us-det li {
  margin-bottom: 16px;
}

.contact-us-det i {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  background: aliceblue;
  line-height: 56px;
  font-size: 23px;
}

.contact-us-det span {
  text-transform: capitalize;
  padding-left: 10px;
}

.contact-us .col-lg-6 {
  padding-right: 40px;
}

.footer {
  float: left;
  width: 100%;
  padding: 80px 0px;
  overflow: hidden;
  position: relative;
  background: rgb(0, 0, 0);
}

.footer-1 {
  margin-top: -105px;
  padding-top: 110px;
}

.footer-1::before {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 103px;
  height: 125px;
  right: 0px;
  background: url("../images/icons/43.png");
}

.log-det {
  float: left;
}

.log-det img {
  float: left;
  height: 100px;
  object-fit: cover;
}

.log-det p {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  float: left;
  margin: 25px 0px;
  color: var(--color);
}

.foo-deati {
  float: left;
}

.foo-deati h2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500 !important;
}

.foo-deati a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 0px 0px 15px 15px;
  position: relative;
  background: none;
  transition: all 0.4s ease 0s;
  color: var(--color);    text-transform: capitalize;
}

.foo-deati a::after {
  position: absolute;
  content: "";
  background: url("../images/shapes/arrow.webp") 0% 0% / cover;
  left: -4px;
  top: 6px;
  width: 10px;
  height: 10px;
  filter: invert(1);
}

.foo-deati a:hover {
  font-weight: 500;
  transition: all 0.4s ease 0s;
  color: rgb(239, 180, 67);
  padding-left: 26px;
  text-decoration: none;
}

.foo-deati a::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 10px;
  transition: all 0.4s ease 0s;
}

.foo-deati a:hover::before {
  left: 10px;
  transition: all 0.4s ease 0s;
  width: 11px;
  background: rgb(239, 180, 67);
  height: 1px;
}

.add-deati {
  float: left;
}

.follow-us {
  position: absolute;
  right: 35px;
  bottom: 65px;
}

.follow-us ul {
  margin: 0px auto;
  display: table;
}

.follow-us li {
  margin: 2px 0px 2px 9px;
  transform: scale(0);
  transition: all 0.4s ease 0s;
}

.follow-us li.act {
  transition: all 0.4s ease 0s;
  transform: scale(1);
}

.follow-us a {
  display: inline-block;
  background: none;
}

.footer-follow {
  display: flex;
  justify-content: center;
  padding-left: 12px;
  position: relative;
  top: 4px;
}

.footer-follow li {
  float: left;
  width: auto;
  padding: 0px 7px;
}

.footer-follow i {
  float: left;
  font-size: 13px;
  border: 1px solid rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
}

.footer-follow i:hover {
  background: rgb(255, 222, 106);
  transition: all 0.4s ease 0s;
  border: 1px solid rgb(60, 61, 220);
  color: rgb(0, 0, 0);
}

.cpy-right-top {
  width: 100%;
  float: left;
  background: rgb(0, 0, 0);
}

.cpy-right {
  float: left;
  width: 100%;
  border-top: 1px solid rgb(73, 74, 86);
  padding: 40px 0px 20px;
}

.cpy-right h3 {
  font-size: 14px;
  color: var(--color);
  font-weight: 400 !important;
}

.cpy-right .c-arrow {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}

.cpy-right a {
  margin: 0px 2px;
  text-decoration: none;
  font-size: 13px;
  background: none;
  font-weight: 300;
  color: var(--color) !important;
}

.cpy-right ul li:last-child {
  width: 20%;
}

.privacy {
  float: right;
}

.privacy a {
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
}

.cpy {
  float: left;
  padding: 0px 6px;
}

.side-bar .footer-follow i {
  background: rgb(239, 180, 67);
  color: rgb(255, 255, 255);
}

.side-bar .footer-follow {
  padding-left: 0px;
  display: block;
}

.abt-img::before {
  position: absolute;
  content: "";
  background: url("../images/icons/2.png") 0% 0% / cover;
  width: 100px;
  height: 100px;
  left: -42px;
  top: 12px;
  z-index: 1;
}

::before {
}

.shapes-main .img2 {
  left: auto;
  right: 0px;
  transform: scaleX(-1);
}

@keyframes spinAround1 {
  0% {
      bottom: 0px;
  }

  50% {
      bottom: 40%;
  }

  100% {
      bottom: 0px;
  }
}

.anim_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.anim_line span {
  position: absolute;
  z-index: 99999;
  left: -275px;
  animation: 6s linear 0s infinite normal none running star_down_one;
  opacity: 0;
}

.anim_line.dark_bg {
  max-width: 100%;
}

.anim_line.dark_bg span {
  transform: rotate(180deg);
}

.anim_line span:first-child {
  left: -17%;
  animation-delay: 3s;
}

.anim_line span:nth-child(2) {
  left: 0%;
  animation-delay: 5s;
}

.anim_line span:nth-child(3) {
  left: 17%;
  animation-delay: 1s;
}

.anim_line span:nth-child(4) {
  left: 34%;
  animation-delay: 4s;
}

.anim_line span:nth-child(5) {
  left: 51%;
  animation-delay: 7s;
}

.anim_line span:nth-child(6) {
  left: 68%;
}

.anim_line span:nth-child(7) {
  left: 85%;
  animation-delay: 3s;
}

.anim_line span:nth-child(8) {
  left: 99%;
  animation-delay: 2s;
}

.anim_line span:nth-child(9) {
  left: 117%;
  animation-delay: 5s;
}

@keyframes star_down_one {
  0% {
      opacity: 0;
      left: -250px;
  }

  10% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      left: 100%;
      opacity: 0;
  }
}

.why-choose-us .order-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us .abt-img::before {
  background: none;
}

.vid iframe {
  width: 100%;
  border-radius: 5px;
}

.why-choose-us .about-inner {
  padding-left: 0px;
  padding-right: 50px;
}

.why-choose-us .theme-btn {
  margin-top: 0px;
}

.thank-you-nav .menu a {
  color: rgb(0, 0, 0);
}

.thank-you {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.thank-you-inner h4 {
  font-size: 58px;
  margin-bottom: 20px;
  font-weight: 300;
}

.padding {
  padding-bottom: 120px;
}

.contact-us .contact-img::before {
  position: absolute;
  content: "";
  background: rgb(234, 255, 211);
  width: 200px;
  height: 200px;
  right: 0px;
  border-radius: 50px 0px;
}

.pop-up2 .close {
  background: rgb(255, 0, 0);
  opacity: 1;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-weight: 400;
}

.pr-img {
  margin-top: -60px;
  z-index: 1;
  position: relative;
  padding-bottom: 26px;
}

.pr-img1 {
  margin: 0px auto;
  display: table;
  max-width: 90%;
}

.pr-img1::before, .pr-img1::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 23px;
  right: 0px;
  width: 97%;
  height: 1px;
  z-index: 0;
  background: linear-gradient(45deg, rgba(139, 31, 183, 0), rgb(250, 192, 21), rgba(101, 79, 255, 0.02));
}

.pr-img1::after {
  width: 54%;
  left: 24%;
  bottom: -20px;
}

@keyframes shape-ani {
  0% {
      bottom: 15%;
  }

  50% {
      bottom: 20%;
  }

  100% {
      bottom: 15%;
  }
}

.pr-img img {
  border-radius: 5px;
  animation: 2s linear 0s infinite alternate none running MoveLeftRight;
}

.heading p {
  font-size: 15px;
}

.clint-img img {
  border-radius: 50px;
}

.why-choose-us .heading p, .adding p {
  border: 0px;
  padding: 0px;
}

.amenites-start h2 {
  position: relative;
}

.amenites-start h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset: 24px 0px 0px;
  background: rgb(255, 227, 115);
}

.amenites-start span {
  z-index: 1;
  position: relative;
  font-size: 19px;
  padding: 0px 20px;
  font-weight: 600;
  background: rgb(255, 255, 255);
}

.am-inner {
  padding: 20px 0px;
}

.am-inner .d-flex {
  position: relative;
  padding: 19px;
  height: 210px;
  border-radius: 50%;
  width: 210px;
}

.am-inner .d-flex::before, .am-inner .d-flex::after {
  position: absolute;
  content: "";
  bottom: 29px;
  width: 50px;
  height: 1px;
  background: linear-gradient(45deg, rgba(139, 31, 183, 0), rgb(27, 6, 16), rgba(101, 79, 255, 0.02));
}

.am-inner ul button {
  display: none !important;
}

.am-inner li {
  display: inline-block;
  padding: 0px 15px;
}

.d-flex .shapes2 {
  position: absolute;
  z-index: -1;
  opacity: 0.4;
  display: none;
}

.am-inner h4 {
  font-size: 14px;
  text-align: center;
  margin: 15px 0px 0px;
  line-height: 26px;
  text-transform: uppercase;
}

.counting-items {
  margin-top: -123px;
}

.commen-banner {
  padding: 200px 0px 160px;
  text-align: center;
  position: relative;
}

.commen-banner::before {
  position: absolute;
  content: "";
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
}

.breadcrumbs {
  text-transform: math-auto;
}

.commen-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 117px;
  bottom: -30px;
  left: 0px;
  right: 0px;
  background: url("../images/background/wave.png") 0% 0% / cover;
}

.breadcrumbs h2 {
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.breadcrumbs a {
  font-weight: 500;
  margin-right: 16px;
  color: rgb(255, 255, 255) !important;
}

.breadcrumbs span {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.single-about .about-1 {
  left: auto;
  right: 0px;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 12%;
  border: 5px solid rgb(255, 255, 255);
}

.single-about .about-3 {
  float: left;
  width: 100%;
  height: auto;
}

.box-text {
  margin: 40px 0px 30px;
}

.box1 {
  background: rgb(253, 214, 31);
  margin-right: 10px;
  height: 169px;
  padding: 20px;
}

.box2 {
  background: rgb(12, 119, 53);
}

.box1 span {
  width: 50px;
  height: 50px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 25px;
}

.box1 h3 {
  font-size: 22px;
}

.how-it-work {
  padding: 80px 0px 70px;
  background-color: rgba(255, 205, 9, 0.47) !important;
}

.how-it-img i {
  background: rgb(255, 205, 9);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  top: 21px;
}

.how-it-img img {
  border-radius: 20px;
  border: 5px solid rgb(0, 0, 0);
}

.how-it-img h4 {
  font-size: 20px;
  margin: 15px 0px 0px;
  text-align: center;
}

.address-inner {
  padding: 0px;
}

.address-inner ul {
  background: rgb(255, 205, 9);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 30px 0px;
  justify-content: space-evenly;
  border-bottom: 2px solid rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.address-inner a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.address-inner span {
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.address-inner i {
  width: 50px;
  height: 50px;
  background: rgb(12, 119, 53);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 3px solid rgb(255, 255, 255);
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.address::before, .address::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: url("../images/shapes/bouce.png") 0% 0% / cover;
  animation: 1s ease 0s infinite alternate none running moveUp;
  width: 66px;
  height: 91px;
}

.address::after {
  left: auto;
}

@keyframes moveUp {
  0% {
      transform: translateY(0px);
  }

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

.blog {
  padding: 80px 0px 0px;
}

.small-img {
  height: 100%;
  width: 250%;
}

.small-img img {
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.2);
}

.post-content-1 {
  background: rgb(246, 246, 246);
  padding: 30px;
  border-right: 2px solid rgb(255, 205, 9);
  border-radius: 0px 10px 10px 0px;
}

.post-content-1 .post_meta {
  background: rgb(255, 205, 9);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 10px;
}

.post-content-1 h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 600;
  margin: 16px 0px 15px;
}

.post-content-1 p {
  font-size: 16px;
  line-height: 25px;
}

.comments::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0px;
  width: 77px;
  height: 0.6px;
  background: rgb(0, 0, 0);
}

.comments {
  font-size: 13px;
  margin-top: 9px;
  font-weight: 600;
}

.comments i {
  margin-right: 5px;
}

.blog .d-flex {
  margin-bottom: 40px;
}

.blog .container {
  max-width: 1200px;
}

.blog-det .post-content-1 h1 {
  font-size: 50px;
  margin: 20px 0px 0px;
  text-transform: uppercase;
  line-height: 58px;
}

.blog-det .post-content-1 {
  background: none;
  border-right: 0px;
  border-radius: 10px;
}

.blog-left {
  margin-top: 40px;
}

.blog-left .inner-heading {
  font-size: 23px;
  text-decoration: underline;
}

.wp-block-quote {
  background: rgb(246, 246, 246);
  padding: 30px;
  border-radius: 30px;
  margin: 20px 0px;
  display: inline-block;
}

.wp-block-quote span {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 47px;
}

.wp-block-quote span::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 30px;
  height: 2px;
  background: rgb(255, 205, 9);
  top: 9px;
}

.blog-left-img {
  margin: 35px 0px;
}

.blog-left-img img {
  object-fit: cover;
  width: 100%;
}

.popu-news {
  float: left;
  width: 100%;
  margin-top: 45px;
  position: sticky;
  top: 0px;
  padding: 35px;
  background: rgb(246, 246, 246);
}

.popu-news ul {
  margin: 0px;
  padding: 0px;
}

.popu-news li {
  width: 100%;
  float: left;
  padding: 20px 0px;
  border-bottom: 1px solid rgb(229, 213, 213);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  position: relative;
}

.popu-news img {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
}

.blg-post-content {
  padding: 0px 0px 0px 22px;
}

.blg-post-content a {
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-decoration: none;
  float: left;
  background: none;
  font-weight: 500;
  padding-bottom: 7px;
  width: 100%;
}

.blg-post-content h3 {
  font-size: 15px;
  line-height: 22px;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  color: rgb(0, 0, 0);
  display: block;
}

.blg-post-content span {
  margin-left: 0px;
  font-size: 12px;
  color: rgb(0, 0, 0);
}

.blg-post-content i {
  margin-right: 10px;
}

.j-v-s-text {
  padding-top: 50px;
}

.blog-det .comments::before {
  background: none;
}

.blog-det .blog-left {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 30px 0px;
  padding: 40px;
}

.j-v-s-text h2 {
  font-size: 25px;
  text-decoration: underline;
  color: rgb(184, 149, 13);
  display: inline-block;
  font-weight: 600;
  line-height: 35px;
}

.j-v-s-text p {
  border-radius: 5px;
  border-left: 1px solid rgb(163, 170, 147);
  padding-left: 10px;
  margin: 15px 0px;
}

.nav1.act a {
  color: rgb(255, 255, 255) !important;
}

.f-width {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}

.pr-img3 img {
  position: sticky;
  top: 0px;
}

.faq-img {
  padding-right: 28px;
}

.vid::before {
  position: absolute;
  content: "";
  top: -28px;
  left: -11px;
  width: 93%;
  height: 100%;
  z-index: -1;
  border: 5px solid rgb(254, 204, 9);
}

.why-choose-us .about-img .about-1 {
  left: auto;
  right: -50px;
}

.nav1.act .nav-inner .theme-btn a {
  color: rgb(255, 255, 255) !important;
}

.theme-btn a:hover {
  background: rgb(0, 0, 0);
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
}

.thank-you-inner b {
  text-shadow: rgb(60, 60, 60) 0px 0px 1px;
  -webkit-text-stroke: 1px rgb(60, 60, 60);
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
}

.thank-you-inner b::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  background: rgba(0, 255, 255, 0.45);
  left: 6px;
  bottom: 8px;
}

.mission-content {
  background: linear-gradient(rgb(253, 249, 242) 0%, rgb(241, 235, 224) 100%);
  border-radius: 10px;
  padding: 35px;
}

.mission-content ul {
  margin: 25px 0px 0px;
}

.mission-content li {
  display: flex;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(213, 206, 206);
  padding-top: 14px;
  align-items: center;
}

.mission-content p {
  line-height: 23px;
  padding: 0px 0px 0px 19px;
  font-size: 14px;
}

.number-count-amin {
  padding-top: 30px;
}

.number-count {
  border-bottom: 1px solid rgb(229, 227, 227);
  padding-bottom: 16px;
}

.number-count i {
  font-size: 46px;
  font-weight: 700;
}

.number-count span {
  text-transform: capitalize;
}

.mission-content ul li:last-child {
  border: 0px;
}

.number-count-amin::before {
  position: absolute;
  left: 0px;
  content: "";
}

.mission-content::before {
  position: absolute;
  content: "";
  top: -46px;
  left: -31px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  width: 100px;
  height: 100px;
  background: rgb(254, 204, 9);
  animation: 11s linear 0s infinite alternate none running animationFramesThree;
}

@keyframes animationFramesThree {
  0% {
      transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
      transform: translate(100px, -100px) rotate(360deg);
  }

  40% {
      transform: translate(-60px, 100px) rotate(0deg);
  }

  60% {
      transform: translate(40px, 60px) rotate(-360deg);
  }

  80% {
      transform: translate(-40px, 60px) rotate(0deg);
  }

  100% {
      transform: translate(0px, 0px) rotate(360deg);
  }
}

.miss-vission {
  padding-top: 54px;
  padding-bottom: 20px;
}

.gallerys {
  background: url("../images/banner/slider-grident-bg.webp");
}

.tp-case-thumb {
  margin: 20px 0px 30px;
}

.tp-case-thumb img {
  border-radius: 10px;
  width: 100%;
  transition: all 0.7s ease 0s;
  height: 210px;
  object-fit: cover;
  filter: contrast(0.8);
}

.gallerys .theme-btn {
  margin: 0px auto;
}

.blog-left span {
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.blog-left span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 9px;
  background-color: rgb(0, 0, 0);
  width: 8px;
  height: 9px;
  border-radius: 50%;
  opacity: 0.8;
}

.main {
}

.main .banner-inner p {
  margin: 11px 0px 35px;
  padding-left: 0px;
}

.main .banner-inner h1 {line-height: 60px;font-size: 55px;}

.main .banner {
  padding: 160px 0px 120px;
}

.main .banner {
  background: url("../img1/bg/banner.webp") 0% 0% / cover;
  padding: 190px 0px 150px;
  background-position: right;
}

.main .book-now {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  border: 8px solid rgb(205, 224, 239);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16.8px 3.2px;
  left: 100px;
}

.main .book-now h2 {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 46px;
}

.main .book-now .sub-heading {
  display: block;
  color: rgb(115, 142, 165);
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
}

.main {
}

.main .about-us {
  float: left;
  width: 100%;
  padding: 130px 0px 160px;
  position: relative;
  background: rgb(245, 245, 245);
  overflow: hidden;
}

.rotate-shapes span {
  bottom: -16px;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 100px;
  background: rgb(255, 152, 0);
  animation: 10s linear 0s infinite normal none running rotate;
  border-radius: 5px;
  z-index: 1;
}

.rs1 span {
  left: auto;
  right: 51px;
}

.main .about-us::after {
  position: absolute;
  content: "";
  background: url("../images/shapes/bouce.png") 0% 0% / cover;
  animation: 11s linear 0s infinite alternate none running animationFramesThree;
  width: 40px;
  height: 57px;
  top: 10%;
  left: 30%;
}

@keyframes animationFramesThree {
  0% {
      transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
      transform: translate(100px, -100px) rotate(360deg);
  }

  40% {
      transform: translate(-60px, 100px) rotate(0deg);
  }

  60% {
      transform: translate(40px, 60px) rotate(-360deg);
  }

  80% {
      transform: translate(-40px, 60px) rotate(0deg);
  }

  100% {
      transform: translate(0px, 0px) rotate(360deg);
  }
}

.main .about-content {
  float: left;
  width: 48%;
  padding-right: 52px;
  position: relative;
}

.main .abt-benefits h3 {
  float: left;
  font-size: 36px;
  line-height: 46px;
}

.main .abt-benefits p {
  margin: 0px;
  padding: 8px 0px;
  display: inline-block;
}

.main .abt-benefits b {
  color: rgb(35, 30, 169);
  font-weight: 600;
  font-size: 15px;
  margin: 0px 6px;
}

.main .abt-benefits {
  float: left;
  padding-right: 20px;
}

.main .abt-benefits ul {
  padding: 0px;
  margin: 0px;
}

.main .abt-benefits li {
  float: left;
  width: 50%;
  position: relative;
  padding: 10px 0px;
}

.main .abt-benefits i {
  float: left;
  margin: 7px 12px 0px 0px;
  color: rgb(255, 152, 0);
  display: none;
}

.main .abt-benefits h4 {
  float: left;
  font-weight: 400;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
}

.main .abt-benefits h4::before, .main .abt-benefits h4::after {
  position: absolute;
  content: "";
  left: 0px;
  width: 8px;
  height: 1.8px;
  background: rgb(60, 61, 220);
}

.main .abt-benefits h4::after {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: -10px;
}

.main .abt-student {
  float: left;
  width: 100%;
  margin-top: 24px;
  position: relative;
}

.main .abt-benefits h6 {
  float: left;
  font-weight: 500;
  border-bottom: 1px solid rgb(228, 221, 221);
  padding: 24px 0px 27px;
  font-size: 15px;
}

.abt-student-img {
  float: left;
  width: 52%;
  position: relative;
  transition: all 0.5s ease 0s;
}

.abt-student-img img {
  position: absolute;
  width: 250px;
  height: 275px;
  object-fit: cover;
  z-index: 2;
  border-radius: 2px;
  filter: grayscale(0.2);
  transition: all 0.4s ease 0s;
}

.abt-student-img .student-img {
  left: 30px;
  top: -25px;
}

.abt-student-img .student-img:hover {
  transform: translateX(-10px);
}

.abt-student-img .student-img1 {
  right: 0px;
  top: 70px;
  width: 290px;
  height: 430px;
}

.abt-student-img .student-img1:hover {
  transform: translateX(10px);
}

.abt-student-img .student-img2 {
  bottom: -86px;
  left: 30px;
}

.abt-student-img .student-img2:hover {
  transform: translateX(-10px);
}

.abt-student-img::before, .abt-student-img::after {
  position: absolute;
  content: "";
}

.abt-student-img::before, .abt-student-img::after, .teacher-text::before {
  background: url("../images/icons/5.png") 0% 0% / cover;
  height: 180px;
  width: 180px;
  left: 200px;
  opacity: 0.6;
  bottom: -30px;
}

.abt-student-img::after, .teacher-text::before {
  inset: 48% -111px auto auto;
  background: none;
  border: 22px solid rgb(218, 205, 205);
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.abt-student-img .back-shape {
  position: absolute;
  top: 78px;
  right: 255px;
  background: rgb(253, 126, 20);
  width: 80px;
  height: 80px;
  border-radius: 15px;
  z-index: 1;
}

.abt-student-img .back-shape1 {
  position: absolute;
  top: -88px;
  left: -34px;
  background: url("../images/icons/2.png") 0% 0% / cover;
  width: 130px;
  height: 130px;
  filter: contrast(0.3);
  animation: 4s linear 0s infinite normal none running rotate;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }

  50% {
      transform: rotate(180deg);
      opacity: 0;
  }

  100% {
      transform: rotate(360deg);
      opacity: 1;
  }
}

.cus-app {
  position: relative;
  overflow: hidden;
  background: rgb(252, 237, 213);
  padding: 20px 0px 68px;
}

.cus-app p span {
  margin-bottom: 0px;
  padding: 0px;
  font-size: 21px;
  margin-top: 10px;
  position: absolute;
  text-transform: capitalize;
}

.cus-app .row {
  justify-content: end;
}

.cus-app img {
  height: 100%;
  width: 84%;
  object-fit: cover;
}

.cus-app .position-absolute {
  left: -17px;
  top: 0px;
  height: 100%;
}

.cus-app p {
}

.cus-app .theme-btn {
  left: 0px;
  float: left;
  width: 100%;
  top: 30px;
}

.cus-app .theme-btn a {
  border: 2px dashed;
}

.cus-app i {
  color: rgb(0, 0, 0);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  animation: 2s ease 0s infinite normal none running blink;
  box-shadow: rgb(173, 138, 205) 0px 0px 0px;
  padding-left: 5px;
  border: 1px dashed rgb(255, 255, 255);
  margin-left: -20px;
  z-index: 1;
  position: relative;
  background: rgb(254, 204, 9);
}

@keyframes blink {
  100% {
      box-shadow: rgba(242, 234, 234, 0) 0px 0px 0px 15px;
  }
}

.bg1 {
  background: rgb(252, 237, 213);
}

.bg2 {
  background: rgb(212, 244, 252);
}

.bg3 {
  background: rgb(245, 245, 245);
}

.bg4 {
  background: rgb(252, 237, 213);
}

.main {
}

.main {
}

.main {
}

.main {
}

.main {
}

.brand-slider-wrapper {
  overflow: hidden;
}

.brand-slider-wrapper .rc-carousel-item {
  width: 220px;
  height: 220px;
  margin: 0px 6px;
  padding: 0px;
  transform: scale(0.9);
}

.brand-slider-wrapper .rc-carousel-item-image {
  border-radius: 0px;
  object-fit: contain;
}

.brand-slider-wrapper .rc-carousel {
  margin-left: 0px;
}

.reference {
  text-align: center;
}

.reference-link {
  font-size: 1.25rem;
  font-weight: 600;
}

.rc-carousel {
  --box-gap: 1.5rem;
  --tile-size: 8rem;
  width: 100%;
  max-width: calc( (var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1) );
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-left: 50px;
}

.rc-carousel::before, .rc-carousel::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 5rem;
  height: 100%;
  z-index: inherit;
  background: none;
}

.rc-carousel::before {
  left: 0px;
  --direction: left;
}

.rc-carousel::after {
  right: 0px;
  --direction: right;
}

.rc-carousel-strip {
  width: fit-content;
  animation: 18s linear 0s infinite normal none running slideX;
}

.rc-carousel-strip.reverse {
  animation-direction: reverse;
}

.rc-carousel-strip:hover {
  animation-play-state: paused;
}

.rc-carousel-box {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--box-gap);
}

.rc-carousel-item {
  flex-shrink: 0;
  width: 13em;
  height: 13em;
}

.rc-carousel-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 500%;
}

@-webkit-keyframes slideX {
  100% {
      transform: translateX(0px);
  }

  0% {
      transform: translateX( calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)) );
  }
}

@keyframes slideX {
  100% {
      transform: translateX(0px);
  }

  0% {
      transform: translateX( calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)) );
  }
}

@media (prefers-reduced-motion) {
  .rc-carousel::before, .rc-carousel::after {
      display: none;
  }

  .rc-carousel-box {
      flex-wrap: wrap;
      justify-content: center;
  }

  .rc-carousel-box [aria-hidden="true"] {
      display: none;
  }

  .rc-carousel-strip {
      animation: auto ease 0s 1 normal none running none;
  }
}

.main .am-inner .d-flex {
  border: 1px solid rgb(222, 221, 221);
  background: rgb(255, 255, 255) !important;
}

.main .icon1 img {
}

.main .am-inner h4 {
  margin: 24px 0px 0px;
  font-size: 14px;
}

.main .amenites-start {
  padding-top: 60px;
}

.main .counting-items .row {
  padding: 20px 0px;
  border-radius: 0px;
  border-width: 0px;
}

.main .about-4 {
  padding-top: 0px;
  /* margin-top: -10px; */
  padding-bottom: 30px;
  padding-top: 25px;
}

.main .counting-items {
  margin-top: -80px;
}

.bg-video {
  overflow: hidden;
  float: left;
  width: 100%;
}

.marquee {
  height: 108px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 313%;
  position: absolute;
  overflow: hidden;
  animation: 15s linear 0s infinite normal none running marquee;
  height: 100px;
}

.marquee span {
  float: left;
  width: 46%;
  font-size: 85px;
  padding-top: 48px;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  color: transparent;
  letter-spacing: 3px;
  line-height: 0;
}

@keyframes marquee {
  0% {
      left: 0px;
  }

  100% {
      left: -100%;
  }
}

.text-loop {
  top: -46px;
}

.main .gallerys {
}

.main .gallery-new {
  margin-top: 30px;
}

.gallery-new button {
  display: none !important;
}

.main .gallery-new-im {
  height: 100%;
}

.main .gallery-new-im img {
  height: 100%;
  object-fit: cover;
}

.gallery-new ul {
}

.gallery-new li {
  display: inline-block;
  filter: grayscale(0.3);
  height: 450px;
  padding-right: 10px;
}

.main .amenites-start span {
  background: rgb(252, 237, 213);
}

.main .amenites-start h2::before {
  background: rgb(208, 208, 208);
}

.main .am-inner {
  border-radius: 100px;
  padding: 50px 0px 44px;
}

.main .amenites-start .container {
  max-width: 1200px;
}

.main .img-change .abt-student-img .student-img2 {
  bottom: 150px;
}

.main  .box1 h3{
}

.main .contact-us .book-now{left: 0;}

/*-------------------------------------------------*/
/* 22. CONTACT US
/*-------------------------------------------------*/


.contact-info {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.contact-info-lhs {
  text-transform: capitalize;
}



.main .contact-banner a:hover {
  color: #055dfd;
  transition: all 0.4s ease;
}

.main .contact-info-lhs p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 22px 0;
}

.main .contact-info-lhs ul {
  padding: 0;
  margin: 0;
}

.main .contact-info-lhs li {
  float: left;
  width: 100%;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.main .contact-info-lhs i {
  float: left;
  background: #fedfd7;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  color: #f75023;
  font-size: 16px;
  line-height: 50px;
  margin-right: 14px;
}


.main .contact-info-lhs ul li:nth-child(2) i {
  font-size: 30px;
}


.main .contact-info-lhs span {
  padding-left: 23px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding-left: 0;
}

.main .contact-info-rhs {
  padding: 0 40px;
  position: relative;
}

.main .contact-info-rhs:before {
  position: absolute;
  content: "";
  bottom: -33px;
  right: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3f51b5;
  border-width: 300px 0 0 300px;
  transform: scaleX(-1);
}

main .contact-info-rhs h3 {
  margin-bottom: 22px;
}


.main .contact-us .contact-img::before{background: none;
}
.grass{}
.grass .g1, .grass .g2{background-image: url(../img1/bg/grass.png);width: 100%;position: absolute;left: 0;top: 0;right: 0;height: 22px;background-size: cover;}
.grass .g2{
    top: auto;
    bottom: 0;
    transform: scaley(-1);
}


.main .contact-us{background: #fff;padding-top: 100px;padding-bottom: 100px;}

.Table
{
    display: table;
    height: max-content;
    width: max-content;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.Row
{
    display: table-row;
}
.Cell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}