@charset "utf-8";
/* CSS Document */
@import "bootstrap-grid.css";
@import "../css/icons.css";
/* VARIABLE START */
/* VARIABLE END */
/* COMMON CSS START */
::selection {
  background-color: #752159;
  color: #fff;
}
a {
  color: #01284d;
}
a:hover {
  color: #021d37;
}
h1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 15px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0;
  font-weight: 500;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 15px 0 20px;
}
strong {
  font-weight: 700;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  font-size: 16px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pt-100 {
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.m-pt-30 {
  padding-top: 30px;
}
.mb-pt-30 {
  padding-bottom: 30px;
}
.pl-4 {
  padding-left: 40px !important;
}
.pr-4 {
  padding-right: 40px !important;
}
.py-5 {
  padding-bottom: 0.8rem;
}
img {
  width: 100%;
}
.mt-30 {
  margin-top: 30px;
}
.section-padding {
  padding: 40px 0;
}
.text-white {
  color: #fff !important;
}
.text-center {
  text-align: center;
}
iframe {
  width: 100%;
}
.d-block {
  display: block;
}
.hide {
  display: none;
}
.br16 {
  border-radius: 16px;
}
.bg-light {
  background-color: #f6f0ec;
}
.small-text {
  font-size: 14px;
  line-height: 24px;
}
.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
button {
  cursor: pointer;
}
.btn-block {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.primary-btn {
  color: #fff;
  background-color: #752159;
  border-color: #752159;
  display: inline-block;
  padding: 8px 20px;
}
.primary-btn:hover {
  background-color: #731349;
  color: #fff;
}
.secondary-btn {
  color: #752159;
  background-color: #fff;
  border-color: #752159;
  border: 1px solid;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
}
.secondary-btn:hover {
  color: #fff;
  background-color: #752159;
  border-color: #752159;
}
.light-btn {
  color: #752159;
  background-color: #fff;
  border-color: #fff;
  border: 1px solid #752159;
}
.light-btn:hover {
  background-color: #731349;
  color: #fff;
  border-color: #752159;
}
.large-btn {
  padding: 0.575rem 0.75rem;
  font-size: 20px;
  line-height: 25px;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.bg-light-blue {
  background-color: #752159;
}
.opacity50 {
  opacity: 50%;
}
.light-purple-box {
  background-color: #75215933;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.br {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 35px;
}
body {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* COMMON CSS END */
/* HEADER START */
header {
  padding: 25px 0;
  color: #e7e7e7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header.sticky-header .rt-sticky {
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 15px 0;
  left: 0;
  z-index: 1000;
  top: 0;
  animation: 0.5s linear stickyhead;
  box-shadow: 0 1px 10px 0 #f5eae9;
}
header.sticky-header .rt-sticky .logo a .logo-text {
  color: #333;
}
header.sticky-header .rt-sticky nav ul li a {
  color: #333;
}
header.sticky-header .rt-sticky nav ul li a.active {
  color: #fff;
}
header.sticky-header .rt-sticky nav ul li a.cta {
  color: #fff;
}
header.sticky-header .rt-sticky nav ul li a:hover {
  color: #fff;
}
header .logo a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  text-decoration: none;
}
header .logo a img {
  width: 40px;
  max-width: 40px;
}
header .logo a .logo-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
header nav {
  justify-content: end;
  display: flex;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  margin-right: 15px;
  list-style: none;
  position: relative;
  cursor: pointer;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 15px;
  transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
header nav ul li a:hover {
  transition: all 0.3s ease-out;
  background-color: #752159;
  color: #fff;
}
header nav ul li a.active {
  background-color: #752159;
  color: #fff;
}
header nav ul li a.cta {
  background-color: #01284d;
  color: #fff;
  border: 1px solid #fff;
}
header nav ul li a.cta:hover {
  background-color: #021d37;
}
header .header-action-layout1 {
  display: flex;
  justify-content: center;
}
.rt-header-menu {
  padding: 0px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.rt-header-menu.rt-sticky {
  background: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  top: 0;
  padding: 0;
  animation: 0.5s linear stickyhead;
  box-shadow: 0 1px 10px 0 #bdc3cb;
}
.rt-header-menu .mean-bar a {
  display: flex;
  column-gap: 5px;
  align-items: center;
  text-decoration: none;
}
.rt-header-menu .mean-bar a img {
  width: 50px;
  max-width: 50px;
  vertical-align: middle;
}
.rt-header-menu .mean-bar a .logo-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
}
.mean-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
.mean-bar .mean-bar--right {
  display: flex;
  align-items: center;
  background: #752159;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.mean-bar .mean-bar--right .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mean-bar .mean-bar--right .sidebarBtn span.bar {
  background-color: #fff;
  height: 3px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mean-bar .mean-bar--right .sidebarBtn span.bar:last-child {
  margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
  -ms-transform: rotate(45deg) translate(3px, 3px);
  transform: rotate(45deg) translate(3px, 3px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(2) {
  width: 25px;
  margin-left: 5px;
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
  margin-bottom: 0;
}
.rt-slide-nav {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  z-index: 999;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: auto;
}
.rt-slide-nav.open {
  left: 0;
}
.offscreen-navigation ul {
  padding: 0;
}
.offscreen-navigation ul li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #731349;
}
.offscreen-navigation ul li:last-child {
  border-bottom: none;
}
.offscreen-navigation ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.offscreen-navigation ul li a.drop-menu:before {
  right: 20px;
  width: 2px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #333;
  -webkit-transition: visibility 350ms, -webkit-transform 350ms;
  transition: transform 350ms, visibility 350ms, -webkit-transform 350ms;
}
.offscreen-navigation ul li a.drop-menu:after {
  right: 15px;
  width: 12px;
  height: 2px;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #333;
  -webkit-transition: visibility 350ms, -webkit-transform 350ms;
  transition: transform 350ms, visibility 350ms, -webkit-transform 350ms;
}
.offscreen-navigation ul li a.drop-menu.is-clicked:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.offscreen-navigation ul li .sub-menu {
  display: none;
}
.offscreen-navigation ul li .sub-menu a {
  font-size: 13px;
}
/* HEADER END */
/* FOOTER START */
footer {
  background-color: #01284d;
  color: #fff;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li i:before {
  color: #fff;
}
footer .main-footer {
  padding-top: 30px;
}
footer .main-footer h5 {
  margin: 20px 0 10px;
  color: #8dc641;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .main-footer a {
  color: #fff;
  text-decoration: none;
}
footer .main-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .main-footer .social-links {
  margin-top: 35px;
  column-gap: 15px;
}
footer .main-footer .social-links li {
  font-size: 25px;
}
footer .main-footer .social-links li a {
  font-size: 25px;
}
footer .main-footer .social-links li a:hover {
  text-decoration: none;
}
footer .main-footer .ndis-logo {
  max-width: 290px;
  margin-top: 25px;
}
footer .copyright {
  border-top: 1px solid #618cb466;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}
footer .copyright p {
  margin: 0;
}
/* FOOTER END */
/* CONTACT START */
.contact-section {
  position: relative;
}
.contact-section ul {
  margin-bottom: 20px;
}
.contact-section ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
}
.contact-section ul li i {
  margin-right: 5px;
}
.contact-section img {
  display: none;
}
.contact-section .contact-panel .form-group-icon {
  margin-bottom: 15px;
}
.contact-section .contact-panel .form-group-icon label {
  color: #737373;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.contact-section .contact-panel .form-group-icon .form-control,
.contact-section .contact-panel .form-group-icon .form-select {
  background: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px;
  border-radius: 4px;
  position: relative;
}
.contact-section .contact-panel .form-group-icon textarea {
  height: 100px !important;
}
.contact-section .contact-panel .form-group-icon i {
  position: absolute;
  top: 59%;
  left: 27px;
  font-size: 19px;
  font-weight: 600;
}
.contact-section .contact-panel .form-group-icon .iti {
  width: 100%;
}
.contact-section .contact-panel .form-group-icon .iti .iti__flag-container {
  left: 0px;
}
.contact-section .contact-panel .form-group-icon .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}
.contact-section .contact-panel .form-group-icon .iti .iti__flag-container .iti__country-list {
  white-space: inherit;
}
/* CONTACT END */
.map iframe {
  width: 100%;
}
.coming-heading {
  font-size: 70px;
}
/* HOME PAGE CSS START */
/* BANNER START */
.main_banner {
  padding: 40px 0 50px;
  color: #333;
  position: relative;
  background-color: #01284d;
}
.main_banner h1 {
  color: #fff;
}
.main_banner p {
  color: #fff;
}
.main_banner a {
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}
/* BANNER END */
/* Common heading css start */
.heading-tag {
  color: #752159;
  font-size: 14px;
  margin: 10px 0;
}
.heading-title {
  margin: 10px 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.heading-title-2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}
.sm-heading-title {
  margin: 20px 0 20px;
  font-weight: 700;
  font-size: 23px;
}
/* Common heading css end */
/* ABOUT  START */
.about-wrapper .about-img {
  border-radius: 16px;
}
/* ABOUT END */
/* HOME PAGE CSS END */
/* TOUR DETAILS PAGE CSS START */
/* BANNER START */
.banner {
  padding: 30px 0;
}
.banner .banner-title h1 {
  color: #752159;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  margin: 0px 0;
  margin-bottom: 20px;
}
.banner .banner-title h1 span {
  color: #333;
}
.banner .banner-title .price {
  display: flex;
  color: #333;
  font-weight: 400;
  font-size: 9px;
  line-height: 36px;
}
.banner .banner-title .price b {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}
.banner .banner-title .price .star {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  margin-left: 10px;
  position: relative;
  padding-left: 10px;
}
.banner .banner-title .price .star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #161d25;
  width: 1px;
  height: 100%;
}
.banner .banner-title .price .star li {
  list-style: none;
  color: #e9c32d;
}
.banner .banner-title .price .star li p {
  margin: 0;
  display: inline-block;
  font-size: 10px;
}
.banner .banner-title p {
  margin: 10px 0;
}
.banner .banner-title .itinery {
  padding: 10px 0 20px;
}
.banner .banner-title .itinery li {
  display: inline-block;
  margin-right: 16px;
  padding-left: 18px;
  position: relative;
  opacity: 0.9;
}
.banner .banner-title .itinery li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #752159;
  top: 8px;
  left: 0;
}
.banner .banner-images .col-3 img {
  height: 215px;
  margin-bottom: 20px;
}
.banner .banner-images .col-3 img:nth-child(2) {
  margin-bottom: 0;
}
.banner .banner-collage .col-lg-4 img {
  position: relative;
}
/* BANNER END */
/* Services listing page CSS start */
.our-services {
  position: relative;
  -webkit-box-shadow: -6px -6px 17.5px 0px #ffffff;
  box-shadow: -6px -6px 17.5px 0px #ffffff;
  background-color: #75215933;
}
.our-services .tab-menu {
  margin-top: 34px;
  background-color: #edf5ff;
  padding: 10px 20px;
  border-radius: 8px;
}
.our-services .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.our-services .tab-menu ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}
.our-services .tab-menu ul li:nth-child(odd) {
  max-width: 15%;
}
.our-services .tab-menu ul li a {
  color: #333;
  display: inline-block;
  padding: 18px 18px;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  border-bottom: 0;
}
.our-services .tab-menu ul li a:hover {
  background: #752159;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.our-services .tab-menu ul li a.active {
  background: #752159;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.our-services .tab-slider {
  padding: 20px 0 30px;
}
.our-services .tab-slider .slick-prev,
.our-services .tab-slider .slick-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.our-services .tab-slider .slick-prev:before,
.our-services .tab-slider .slick-next:before {
  color: #752159;
}
.our-services .tab-slider .slick-slide img {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
}
.our-services .tab-slider .element {
  display: inline-block;
  margin: 0px 10px;
}
.our-services .tab-slider .element .card .card-title {
  margin: 10px 0;
  font-weight: 600;
}
.our-services .tab-slider .element .card .card-title a {
  color: #333;
  text-decoration: none;
}
.our-services .tab-slider .element .card .card-title a:hover {
  text-decoration: underline;
  color: #021d37;
}
/* Services listing page CSS start */
/* Accommodation page CSS start*/
.big-image-box .col-md-6 + .col-md-6 {
  margin-top: 24px;
}
.big-image-box img {
  border-radius: 24px;
}
.big-image-box .btn {
  position: absolute;
  right: 45px;
  bottom: 45px;
  font-size: 20px;
  line-height: 24px;
}
/* Accommodation page CSS end*/
/* Social activities section CSS start*/
.social-activities {
  background-color: #75215933;
}
.social-activities img {
  border-radius: 8px;
}
.social-activities h4 {
  margin: 10px 0 20px;
  font-weight: 600;
}
/* Social activities section CSS start*/
/* start breadcrumb */
.breadcrumb {
  padding: 40px;
  background-color: #01284d;
}
.breadcrumb h1 {
  color: #fff;
}
.breadcrumb ul li {
  list-style: none;
  font-size: 13px;
  display: inline-block;
  color: #fff;
}
.breadcrumb ul li a {
  color: #8dc641;
}
.breadcrumb ul li a:hover {
  color: #72a431;
}
.breadcrumb ul li i {
  font-size: 8px;
}
/* PARTNERS LOGO START */
.partners-logo {
  padding: 10px 10%;
}
.partners-logo img {
  margin-bottom: 20px;
}
/* PARTNERS LOGO END */
/* TOUR DETAILS PAGE CSS END */
.m-v-img {
  height: 400px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  background-color: #6c2a7796;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.m-v-img:before {
  background-image: url(../img/ndis.jpg);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.m-v-img:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-v-img .mission-icon img {
  width: auto;
}
.m-v-img h6 {
  font-weight: 600;
}
.m-v-img .m-v-content {
  padding: 0 20px;
}
.m-v-img .m-v-content p {
  margin: 0;
}
/* start team */
.team .team-member {
  margin-bottom: 20px;
}
.team .team-member img {
  border-radius: 8px;
  position: relative;
}
.team .team-member img:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}
.team .team-member .lower-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.team .team-member .lower-content .designation {
  color: #752159;
}
.team .team-member:hover img:after {
  opacity: 1;
}
/* start accommondation */
.accommodation-list-card {
  background-color: #75215933;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.accommodation-list-card .card-title {
  padding: 10px 20px 20px;
}
.accommodation-list-card .card-title h4 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
}
/* start gallery */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.gallery-container .gallery-item {
  flex-basis: 49%;
  margin-bottom: 10px;
  opacity: 1;
  cursor: pointer;
}
.gallery-container .gallery-item:hover {
  opacity: 0.85;
}
.gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox .lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox .lightbox-content img {
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox .lightbox-prev {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
  left: 0;
}
.lightbox .lightbox-prev:hover {
  opacity: 0.8;
}
.lightbox .lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
  right: 0;
}
.lightbox .lightbox-next:hover {
  opacity: 0.8;
}
/* accommodation about start */
.accommodation-about h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.accommodation-about ul li {
  list-style: none;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
}
.accommodation-about ul li span {
  margin-right: 10px;
  background-color: #f9f9f9;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  margin-top: -5px;
}
.accommodation-about ul li div {
  display: table;
  line-height: 24px;
  font-weight: 500;
}
.accommodation-about ul li div b {
  margin-bottom: 10px;
}
.accommodation-about ul li p {
  display: table;
  line-height: 30px;
  font-size: 16px;
}
.accommodation-about .col-md-6 {
  padding: 0 5px;
}
.accommodation-about .col-md-6 .accommodation-about-list {
  background-color: #75215933;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  z-index: 9;
}
.accommodation-about .col-md-6 .accommodation-about-list.team-list {
  height: auto;
}
.accommodation-about .col-md-6 .accommodation-about-list h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.accommodation-about .col-md-6 .accommodation-about-list p {
  font-size: 16px;
  margin: 5px 0;
}
.about-housemates-section img {
  border-radius: 8px;
}
.about-housemates-section .heading-title {
  margin-bottom: 20px;
}
.about-housemates-section p {
  line-height: 34px;
}
/* start index slider */
.main-slider .slick-slide .slide-content {
  padding: 50px 100px;
  background: #fff;
}
.main-slider .slick-prev {
  left: 10px;
  top: 50%;
  z-index: 99;
}
.main-slider .slick-next {
  right: 10px;
  top: 50%;
  z-index: 99;
}
.main-slider .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.main-slider .slick-dots li {
  display: inline-block;
}
.main-slider .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
/* start service main */
.main-service .right-side {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.main-service .right-side .service-list li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 20px 10px;
}
.main-service .right-side .service-list li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.main-service .right-side .service-list li a span {
  float: right;
}
.main-service .right-side .service-list li.active {
  background-color: #75215933;
}
.main-service .right-side .service-list li.active a {
  color: #752159;
}
.main-service .right-side .service-list li:hover {
  background-color: #75215933;
}
.main-service .right-side .service-list li:hover a {
  color: #731349;
}
.main-service .service-content .service-content-detail {
  border-bottom: 1px dotted #474242;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.main-service .service-content .service-content-detail h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 15px;
}
.main-service .service-content .service-content-detail p:last-child {
  margin-bottom: 0;
}
.main-service .service-content .service-content-detail ul {
  padding-left: 20px;
}
.main-service .service-content .service-content-detail ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.main-service .service-content .service-content-detail ul li b {
  margin-right: 5px;
}
.main-service .service-content .service-content-detail ul li:last-child {
  margin-bottom: 0;
}
.main-service .service-content .service-content-detail:last-child {
  border-bottom: unset;
}
.sticky .right-side {
  position: sticky;
  top: 70px;
}
/* start images tab slider */
.image-thumbnail-carousel {
  padding: 1rem;
  width: clamp(360px, 90vw, 820px);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  position: relative;
}
.image-thumbnail-carousel .image-display {
  overflow: hidden;
  min-height: 30vmin;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
}
.image-thumbnail-carousel .image-display .screen {
  block-size: 100%;
  display: flex;
  background-image: linear-gradient(12deg, #aaa, #eee);
  position: relative;
  user-select: none;
}
/* start faqs */
.faq-wrapper {
  padding-bottom: 60px;
}
.faq-wrapper h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px dotted #777777;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.faq-wrapper h3:before {
  right: 5px;
  width: 2px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #333;
  -webkit-transition: visibility 350ms, -webkit-transform 350ms;
  transition: transform 350ms, visibility 350ms, -webkit-transform 350ms;
}
.faq-wrapper h3:after {
  right: 0px;
  width: 12px;
  height: 2px;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #333;
  -webkit-transition: visibility 350ms, -webkit-transform 350ms;
  transition: transform 350ms, visibility 350ms, -webkit-transform 350ms;
}
.faq-wrapper h3.close_faq:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-wrapper h3:last-child {
  border-bottom: none;
}
.faq-wrapper .answer {
  padding: 10px 0 20px;
}
.faq-wrapper .answer h4 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
}
.faq-wrapper .answer ul {
  padding-left: 20px;
}
.faq-wrapper .answer ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.faq-wrapper .answer ul li span {
  margin-bottom: 15px;
  display: inline-block;
}
.faq-wrapper .answer h5 {
  margin: 10px 0;
  font-size: 16px;
}
.faq-wrapper .answer p {
  margin: 10px 0;
  color: #333;
  font-size: 16px;
}
.ndis-achive {
  padding: 0px 0;
}
.ndis-achive h6 {
  font-size: 16px;
  font-weight: 700;
}
.ndis-achive ul {
  padding-left: 20px;
}
.ndis-achive ul li {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.ndis-achive ol li::marker {
  font-weight: 700;
}
.ndis-achive p {
  margin: 5px 0 10px;
  font-size: 16px;
}
.add-video {
  padding-top: 30px;
}
.why-choose-us h2 {
  margin-bottom: 10px;
}
.why-choose-us .why-content p {
  margin: 5px 0 20px;
}
.why-choose-us .why-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  line-height: 28px;
  font-size: 16px;
}
.why-choose-us .why-content ul li:before {
  content: "\e90d";
  position: absolute;
  left: 10px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 2px;
  left: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f9f9f9;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem #ddd;
}
.test-item {
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.test-item ul {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.test-item ul li {
  list-style: none;
}
.test-item p {
  font-size: 16px;
  margin-bottom: 10px;
}
.test-item .test-item-name {
  color: #752159;
  font-weight: 600;
}
.ref_form_box {
  background-color: #01284d;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #fff;
}
.ref_form_box .ref_form_box_heading p {
  font-weight: 700;
  font-size: 24px;
}
.ref_form_box .ref_form_box_heading p strong {
  color: #8dc641;
  margin-left: 5px;
}
.ref_form_box .form-group {
  margin-bottom: 20px;
}
.ref_form_box .form-group label {
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 10px;
  display: inline-block;
}
.ref_form_box .form-group textarea {
  height: 150px;
  width: 100%;
}
.ref_form_box .form-group .form-control {
  height: 38px;
}
.ref_form_box .form-group p {
  color: #dc3232;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.ref_form_box .form__radio-group {
  margin: 20px 0;
}
.ref_form_box .form__radio-group .form__radio-input {
  display: none;
}
.ref_form_box .form__radio-group .form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
  opacity: 1;
}
.ref_form_box .form__radio-group .form__label-radio {
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
}
.ref_form_box .form__radio-group .form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 5px solid #8dc641;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.ref_form_box .form__radio-group .form__radio-button::after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #8dc641;
  opacity: 0;
  transition: opacity 0.2s;
}
.why-choose {
  padding: 20px 0;
}
.why-choose img {
  border-radius: 16px;
}
.our-services-list .card {
  margin-bottom: 20px;
}
.our-services-list .card img {
  border-radius: 8px;
}
.our-services-list .card h4 {
  font-size: 20px;
  line-height: 27px;
  margin: 5px 0;
}
.our-services-list .card h4 a {
  text-decoration: none;
}
.our-services-list .card h4 a:hover {
  text-decoration: underline;
}
/* MEDIA QUERY STARTED */
@media (min-width: 320px) {
  /* HEADER CSS START */
  header {
    display: none;
  }
  /* HEADER CSS END */
}
@media (min-width: 576px) {
  .schedule-table .table-responsive .schedule {
    width: 100%;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 27px;
  }
  h6 {
    font-size: 16px;
    line-height: 25px;
  }
  /* Accommodation page CSS start*/
  .big-image-box .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
  /* Accommodation page CSS end*/
  header nav ul li {
    margin-right: 5px;
  }
  header nav ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .m-pt-30 {
    padding-top: 50px;
  }
  .mb-pt-30 {
    padding-bottom: 50px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  ul li {
    font-size: 18px;
  }
  .d-lg-block {
    display: block;
  }
  .rt-header-menu {
    display: none;
  }
  header {
    display: block;
  }
  header nav ul li {
    /*.dropdown{padding: 12px 10px;font-size:13px;}*/
  }
  header nav ul li a {
    padding: 12px 10px;
    font-size: 15px;
  }
  .main_banner {
    padding: 175px 0 150px;
  }
  .main_banner h6 {
    font-size: 32px;
    line-height: 48px;
  }
  .main_banner p {
    width: 80%;
    margin: 10px 0 20px;
  }
  .section-padding {
    padding: 60px 0;
  }
  /* ABOUT  START */
  .about-wrapper .col-lg-7 {
    display: flex;
    align-items: center;
  }
  /* ABOUT END */
  /* start team */
  .team .team-member {
    margin-bottom: 0px;
  }
  /* Social activities section CSS start*/
  .social-activities h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 0;
  }
  /* Social activities section CSS start*/
  /* Services listing page CSS end */
  .our-services .tab-slider {
    padding-bottom: 40px;
  }
  .our-services .tab-slider .element .card .card-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
  }
  .our-services .tab-slider .slick-prev,
  .our-services .tab-slider .slick-next {
    width: 60px;
    height: 60px;
  }
  /* Services listing page CSS end */
  /* start service main */
  .main-service .service-content .service-content-detail ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* end service main */
  .contact-section img {
    position: absolute;
    background-position: left;
    bottom: -10%;
    left: 0;
    width: auto;
    height: 58%;
    display: block;
  }
  .contact-section ul {
    margin-top: 30px;
  }
  .contact-section ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact-section ul li i {
    font-size: 19px;
  }
  .contact-section .contact-panel .form-group-icon .form-control,
  .contact-section .contact-panel .form-group-icon .form-select {
    height: 48px;
  }
  .banner .banner-collage .col-lg-4 img {
    bottom: 6%;
    left: 40%;
    z-index: 9;
    width: 80%;
    margin-bottom: 40px;
  }
  .banner .banner-collage .col-lg-4 img:nth-child(2) {
    left: 70%;
  }
  .banner .banner-collage .col-lg-4 img:nth-child(3) {
    left: 90%;
  }
  .star li {
    margin-right: 5px;
  }
  .banner {
    padding: 40px 0;
  }
  .banner .banner-title h1 {
    font-size: 43px;
    line-height: 64px;
  }
  .banner .banner-title p {
    margin: 30px 0;
  }
  .banner .banner-title .price {
    font-size: 12px;
    line-height: 44px;
  }
  .banner .banner-title .price .star li p {
    font-size: 14px;
  }
  .banner .banner-title .price b {
    font-size: 32px;
    line-height: 44px;
  }
  .breadcrumb {
    padding-top: 100px;
  }
  .breadcrumb ul {
    flex-direction: row;
  }
  .breadcrumb ul li {
    font-size: 16px;
  }
  .breadcrumb ul li i {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .image-thumbnail-carousel .thumbnail-carousel .carousel__slider .carousel__slide {
    flex: 1 0 calc((100% / 5) - 10px);
  }
  .photo-gallery .gallery-container .gallery-item {
    flex-basis: 32.7%;
  }
  .add-video {
    padding-top: 30px;
  }
  .add-video iframe {
    height: 300px;
  }
  .m-v-img .m-v-content {
    padding: 0 80px;
  }
  /* Services listing page CSS start */
  .our-services .tab-slider .slick-slide img {
    height: 270px;
  }
  /* Main services page css start */
  .main-service .service-content .service-content-detail h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  /* Main services page css end */
  /* start faq */
  .faq-wrapper h3 {
    font-size: 22px;
  }
  .faq-wrapper .answer h4 {
    font-size: 30px;
  }
  .faq-wrapper .answer h5 {
    font-size: 18px;
  }
  .faq-wrapper .answer p {
    font-size: 18px;
  }
  .faq-wrapper .answer ul li {
    font-size: 18px;
  }
  .ndis-achive h6 {
    font-size: 16px;
  }
  .ndis-achive ol li::marker {
    font-weight: 700;
  }
  .ndis-achive ul {
    padding-left: 30px;
  }
  .ndis-achive ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .ndis-achive p {
    margin: 5px 0 10px;
    font-size: 18px;
  }
  .ref_form_box {
    padding: 40px;
  }
  .ref_form_box .form-group .form-control {
    height: 48px;
  }
  .accommodation-about ul li {
    font-size: 18px;
  }
  .accommodation-about .col-md-6 .accommodation-about-list p {
    font-size: 18px;
  }
  .why-choose-us .why-content ul li {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 32px;
    line-height: 45px;
  }
  h4 {
    font-size: 28px;
    line-height: 40px;
  }
  h5 {
    font-size: 24px;
    line-height: 36px;
  }
  h6 {
    font-size: 20px;
    line-height: 32px;
  }
  header nav ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  header nav ul li {
    margin-right: 5px;
    /*.dropdown{padding: 12px 17px;font-size: @font-size}*/
  }
  header nav ul li a {
    padding: 12px 15px;
  }
  header .header-action-layout1 .listing-btn {
    font-size: 16px;
    padding: 10px 16px;
  }
}
/* MEDIA QUERY END */
