body {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  font-family: "DM Serif Text", serif;
}

input:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn:focus, .cc-control:focus {
  outline: none;
  box-shadow: none;
  border: 0px;
}

.cc-control:focus {
  border: 1px solid #999;
}

header {
  display: contents;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.top-number {
  background: #ed1c24;
  color: #fff;
  border-radius: 50px;
  align-items: center !important;
  font-weight: 500;
}

.top-number a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
}

.top-number img {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
ul.primary-navigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.primary-navigation > li {
  display: inline-block;
}

ul.primary-navigation > li + li {
  margin-left: 1.2em;
}

ul.primary-navigation > li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

ul.primary-navigation > li a::after {
  content: "";
  display: block;
  width: 0%;
  transition: 0.5s ease-in-out;
  height: 2px;
  position: absolute;
  background-color: #ed1c24;
  left: 0;
  bottom: -0.35em;
}

ul.primary-navigation > li a:hover {
  color: #ed1c24;
}

ul.primary-navigation > li a:hover::after {
  width: 100%;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #000;
}

.section-title-md {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}

.content {
  font-size: 16px;
  line-height: 22px;
}

.content p:nth-last-child(1) {
  margin-bottom: 0px;
}

.posted .lt {
  display: flex;
  align-items: flex-start;
}

.posted .lt span + span {
  margin-left: 0.5em;
}

.bg-light {
  background-color: #000 !important;
  color: #fff;
}

.txt-dark {
  color: #000;
}

.txt-primary {
  color: #ed1c24;
}

.bg-light .section-title {
  color: #fff !important;
}

.grid-box {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.grid-box .heading {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.grid-box ul {
  margin: 0px;
  padding: 0px;
}

.grid-box ul li {
  list-style-type: none;
  display: inline-flex;
  line-height: normal;
}

.grid-box ul li::before {
  content: "";
  background-image: url(../images/right-chevron.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-left: 24px;
}

.grid-box .ft-btn {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ed1c24;
  bottom: 0px;
  left: 0px;
}

.grid-box .ft-btn a {
  color: #fff;
  background: #000;
  font-weight: 500;
  width: 100%;
  padding: 0.6em 1em;
  text-align: center;
  text-decoration: none;
}

.grid-box .ft-btn a + a {
  background-color: #ed1c24;
}

.review-wrapper {
  text-align: center;
  line-height: 16px;
}

.review-wrapper .star-rating {
  display: inline-flex;
}

.review-wrapper .star-rating img {
  width: 30px;
  height: auto;
}

.review-box {
  background-color: #fff;
  color: #000;
  padding: 1em 1.5em 2em;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.review-box .pos-rt {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
}

.review-box .star-rating {
  margin: 0.4em 0;
  display: inline-flex;
  position: relative;
}

.review-box .star-rating img {
  width: 24px;
  height: auto;
}

.rd-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  background-color: #ed1c24;
  color: #fff;
}

.rd-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.reveiw-swiper.swiper-pagination .grid2-column-next, .reveiw-swiper.swiper-pagination .grid2-column-prev {
  top: 50%;
  margin-top: -9px;
}

.review-box .review-name span + span {
  color: #000;
}

.reveiw-swiper.swiper-pagination img {
  filter: grayscale(100%) brightness(600%);
}

.grid2-column-next {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination .grid2-column-next, .swiper-pagination .grid2-column-prev {
  position: absolute;
  top: 33%;
  left: 0px;
}

.swiper-pagination .grid2-column-next {
  left: auto;
  right: 0px;
}

.enquiry-form {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 2em;
  border-radius: 10px;
}

.enquiry-form .label {
  color: #000;
  padding-bottom: 0;
  display: block;
}

.enquiry-form .form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.enquiry-form input::-moz-placeholder {
  color: #999;
}

.enquiry-form input::placeholder {
  color: #999;
}

.enquiry-form .small, .enquiry-form a {
  color: #000;
}

select.placeholder {
  color: #999;
}

select option:first-child {
  color: #000;
  display: none;
}

select option {
  color: #000;
}

.whtsapp-btn {
  background-color: #ed1c24;
  padding: 0.6em 2em;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.whtsapp-btn:hover {
  background-color: #ed1c24;
}

.whtsapp-btn img {
  margin-right: 0.4em;
}

.btn-lg {
  height: 55px;
}

input.whtsapp-btn {
  border: none;
  display: inline-flex;
  width: auto;
}

.badge {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  color: #000;
  font-size: 16px;
  padding: 0px;
}

.badge .rating {
  display: flex;
  text-align: left;
  align-items: center;
}

.badge .rt {
  margin-left: 0.6em;
}

.badge .rating span {
  font-weight: 400;
}

.swiper-listing {
  position: relative;
}

.swiper-listing .prev-pagination, .swiper-listing .next-pagination {
  position: absolute;
  top: 50%;
  top: 50%;
  margin-top: -15px;
  z-index: 9;
}

.swiper-listing .next-pagination {
  right: 0px;
  left: auto;
  transform: rotate(180deg);
}

.footer {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #000;
}

.footer-widget {
  height: 100%;
}

.footer-widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-widget ul li + li {
  margin-top: 0.5em;
}

.footer-widget ul li a {
  color: #000;
  text-decoration: none;
}

.footer-widget ul li a:hover {
  color: #ed1c24;
}

.footer-widget .me-2 img {
  filter: grayscale(0%) brightness(0%);
}

.bl-1 {
  border-left: 1px solid #999;
}

.footer-widget .social a + a {
  margin-left: 0.3em;
}

.swiper-hero .swiper-slide {
  position: relative;
}

.swiper-hero .hero-next-pagination {
  transform: rotate(180deg);
}

.hero-pagination {
  bottom: 1.5em;
  right: 1em;
  display: flex;
  position: absolute;
  z-index: 9;
}

.hero-pagination div + div {
  margin-left: 0.1em;
}

.star-fill {
  background-image: url(../images/star-fill.png);
  width: 100px;
  height: 21px;
  position: absolute;
  left: 0;
}

.star-unfill {
  background-image: url(../images/star-unfill.png);
  width: 100px;
  height: 21px;
}

.modal-body h2 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 500;
  padding-right: 2em;
}

.modal-body .content {
  color: #000;
}

.modal-body h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.35em;
  margin-top: 1em;
}

.modal-header {
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  border-bottom: none;
  padding: 0;
}

.modal-header button {
  border-radius: 50px;
  background: #ed1c24;
  border: none;
  width: 24px;
  z-index: 9;
  height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header button span {
  font-size: 24px;
  line-height: 24px;
}

.modal-content .enquiry-form {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.modal-content .enquiry-form h3 {
  font-size: 34px;
  line-height: 40px;
  color: #ed1c24;
  margin: 0px;
}

.review-swiper .swiper-slide {
  height: auto !important;
}

.review-box {
  height: 100%;
}

.mob-none {
  display: inline;
}

.desktop-none {
  display: none;
}

.menu_icon .stripes {
  width: 28px;
  height: 23px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.menu_icon .stripes .stripe {
  height: 3px;
  background-color: #ed1c24;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.menu_icon .stripe1, header .menu_icon .stripe3 {
  width: 100%;
}

.menu_icon .stripe2 {
  width: 80%;
  align-self: flex-end;
}

.menu_icon.open .stripe1 {
  transform: rotate(45deg) translate(7px, 7px);
}

.menu_icon.open .stripe2 {
  width: 0;
  opacity: 0;
}

.menu_icon.open .stripe3 {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu_icon {
  display: none;
  align-content: center;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .mob-none {
    display: none;
  }
  .desktop-none {
    display: inline;
  }
  ul#primary-navigation li + li a {
    margin-left: 0;
  }
  ul#primary-navigation {
    padding-top: 1rem;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 60%;
    max-width: 260px;
  }
  ul#primary-navigation > li {
    width: 100%;
  }
  ul#primary-navigation li + li {
    margin-left: 0;
  }
  ul#primary-navigation > li > a {
    font-size: 20px;
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }
  ul#primary-navigation a span {
    flex: 1;
    text-align: right;
  }
  ul#primary-navigation li a::after, ul.subMenu-list li .icon, .subMenu-list ul li .icon {
    display: none;
  }
  ul.primary-navigation > li {
    padding-bottom: 0 !important;
  }
  ul.primary-navigation li:hover .subMenu-list-wrapper {
    display: flex !important;
  }
  .primary-navigation {
    padding-bottom: 2rem !important;
  }
  .header ul.primary-navigation {
    position: fixed;
    top: 0;
    left: -22rem;
    height: 100%;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
    border: none !important;
    border-radius: 0 !important;
    width: 280px;
    max-width: 22rem;
    background-color: #000;
    z-index: 1038;
    display: inline-flex;
    flex-direction: column;
    padding-top: 2rem;
    box-shadow: 0 0 30px #000;
  }
  .header ul.primary-navigation li {
    padding: 0;
  }
  .header ul.primary-navigation a {
    color: #fff;
    font-size: 18px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
  }
  ul.primary-navigation > li + li {
    margin-left: 0;
  }
  ul.primary-navigation > li .trans-btn, ul.primary-navigation > li .trans-btn:hover {
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    background: none;
  }
  .header ul.primary-navigation a {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  ul.primary-navigation > li {
    display: block;
    text-align: left;
    padding: 0.4rem 1.5rem !important;
  }
  .header ul.primary-navigation a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .col-lg-4.col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .grid-box figure img {
    width: 100%;
  }
  .bl-1 {
    border-left: none;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  .hero-prev-pagination img, .hero-next-pagination img {
    width: 40px;
  }
  .hero-pagination {
    bottom: 1.5em;
  }
}
@media (max-width: 574px) {
  .hero-pagination {
    bottom: 1em;
  }
}
@media (max-width: 479px) {
  .hero-pagination {
    bottom: 0.5em;
  }
  .swiper-hero .swiper-slide > img {
    height: 200px !important;
    max-width: inherit !important;
    width: auto;
  }
  .top-number a {
    padding: 0.5em 0.6em;
  }
}
@media (max-width: 360px) {
  body, html {
    width: 360px;
  }
}/*# sourceMappingURL=style.css.map */