.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para, .para p {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}
::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.page-template-rules .content-sec {
  padding: 47px 0 75px;
}

.tab-sec {
  padding: 0 0 70px;
}
.tab-sec .tab-wrap .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  border: none;
}
.tab-sec .tab-wrap .nav-tabs .nav-item {
  height: 70px;
  background: #e7e2dc;
  width: 100%;
}
.tab-sec .tab-wrap .nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
  height: 70px;
  background: #e7e2dc;
  color: #5d5a53;
  font-size: 22px;
  font-style: italic;
  line-height: 82%;
  border: none;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 0;
  width: 100%;
}
.tab-sec .tab-wrap .nav-tabs .nav-item .nav-link.active, .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link:hover {
  background-color: #555;
  color: #e7e2dc;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
  color: #5d5a53;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 205%;
  padding: 0 20px 50px;
  font-family: "Gantari", sans-serif;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill {
  padding: 0 20px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points {
  display: flex;
  flex-direction: column;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text {
  padding-bottom: 25px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point {
  color: #5d5a53;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 188%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point svg {
  margin-right: 10px;
  width: 25px;
  height: 10px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point svg line {
  stroke: #5d5a53;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point svg circle {
  fill: #5d5a53;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .para-main {
  color: #5d5a53;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  padding-left: 33px;
      font-weight: 400;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text:last-child {
  padding-bottom: 0;
}
.tab-sec .call-to-action {
  padding: 70px 30px 0;
}
.tab-sec .call-to-action .main-wrap {
  text-align: center;
}
.tab-sec .call-to-action .main-wrap .call-img img {
  height: 289px;
  object-fit: cover;
}
.tab-sec .call-to-action .main-wrap .title-call {
  color: #5d5a53;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  padding-top: 37px;
  padding-right: 30px;
}
.tab-sec .call-to-action .main-wrap .para {
  color: #5d5a53;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 205%;
  padding: 25px 0;
  text-align: left;
}
.tab-sec .call-to-action .main-wrap a {
  color: #5d5a53;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 765px) {
  .tab-sec .tab-wrap .nav-tabs .nav-item {
    width: 33%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
    color: #5d5a53;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 205%;
    padding: 0 20px 50px;
  }
  .tab-sec .call-to-action {
    padding: 80px 30px 0;
  }
  .tab-sec .call-to-action .main-wrap {
    text-align: center;
  }
  .tab-sec .call-to-action .main-wrap .call-img img {
    height: 289px;
    object-fit: contain;
  }
  .tab-sec .call-to-action .main-wrap .title-call {
    text-align: center;
  }
  .tab-sec .call-to-action .main-wrap .para {
    text-align: center;
  }
  .tab-sec .call-to-action .main-wrap a {
    justify-content: center;
  }
}
@media only screen and (min-width: 1023px) {
  .page-template-rules .content-sec {
    padding: 4.7395833333vw 0 7.2916666667vw;
  }
  .tab-sec {
    padding: 0 0 0;
  }
  .tab-sec .tab-wrap .nav-tabs {
    margin-bottom: 0;
    background: #e7e2dc;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item {
    height: 5.9375vw;
    width: 25vw;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link {
    padding: 0.5208333333vw 1.0416666667vw;
    height: 5.9375vw;
    font-size: 1.6666666667vw;
    line-height: normal;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link.active, .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link:hover {
    background-color: #555;
    color: #e7e2dc;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding: 3.6458333333vw 18.8541666667vw 3.6979166667vw;
    text-align: center;
        font-weight: 400;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill {
    padding: 0 18.8541666667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points {
    display: flex;
    flex-direction: column;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text {
    padding-bottom: 2.6041666667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point {
    font-size: 1.6666666667vw;
    line-height: 188%;
    padding-bottom: 0.78125vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .point svg {
    margin-right: 1.0416666667vw;
    width: 2.6804166667vw;
    height: 0.5208333333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text .para-main {
    font-size: 0.9375vw;
    line-height: 188%;
    padding-left: 3.8020833333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-detaill .key-points .wrapp-text:last-child {
    padding-bottom: 0;
  }
  .tab-sec .call-to-action {
    padding: 6.875vw 18.8541666667vw 0;
  }
  .tab-sec .call-to-action .main-wrap {
    text-align: center;
    display: flex;
  }
  .tab-sec .call-to-action .main-wrap .call-img img {
    width: 30.625vw;
    height: 23.2553645833vw;
    object-fit: cover;
  }
  .tab-sec .call-to-action .main-wrap .div--c {
    width: calc(100% - 30.625vw);
    padding-left: 6.25vw;
  }
  .tab-sec .call-to-action .main-wrap .div--c .title-call {
    font-size: 2.5vw;
    line-height: 82%;
    padding-top: 4.5833333333vw;
    padding-right: 0;
    width: 21.5104166667vw;
    text-align: start;
  }
  .tab-sec .call-to-action .main-wrap .div--c .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding: 1.1979166667vw 0 2.2395833333vw;
    text-align: start;
    width: 25.3125vw;
  }
  .tab-sec .call-to-action .main-wrap .div--c a {
    color: #5d5a53;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=rules.css.map */
