@import url("https://fonts.googleapis.com/css2?family=Kristi&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth; }

.primarycolor-text {
  color: #9f974f; }

.bg-gray {
  background: #f8f8f8; }

body {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) {
    body {
      font-size: .8rem;
      line-height: 1.7em; } }
  @media screen and (min-width: 1601px) and (max-width: 1920px) {
    body {
      font-size: 1rem; } }
  body h1,
  body h2,
  body h3,
  body h4 {
    color: #686242;
    font-family: 'Lexend', sans-serif;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      body h1,
      body h2,
      body h3,
      body h4 {
        font-size: 1.1rem;
        margin-top: 0rem;
        margin-bottom: .7rem; } }
    @media screen and (min-width: 1601px) {
      body h1,
      body h2,
      body h3,
      body h4 {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
        margin-top: 0.7rem; } }
  body h5,
  body h6 {
    color: #686242; }

p {
  color: #5c6268;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 0.85rem; } }
  @media screen and (min-width: 1601px) {
    p {
      font-size: 1.1rem;
      line-height: 1.8; } }

.text-Montserrat {
  font-family: 'Montserrat', sans-serif; }

.section-lg {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .section-lg {
      padding: 35px 0; } }

.section-md {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .section-md {
      padding: 10px 0; } }

.bg-img-absolute, .bg-img-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative; }

.bg-banner-size {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px; } }
@media screen and (max-width: 767px) {
  .mtop {
    margin-top: 29rem; } }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
.absolute, .bg-overlay::before, .list-check li::after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #f9f7e6; }
  @media screen and (max-width: 767px) {
    a {
      font-size: 0.7rem; } }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

.text-justify {
  text-align: justify; }

.sec-title {
  margin-bottom: 2rem; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .sec-title {
      margin-bottom: 0rem;
      overflow: hidden; } }
  .sec-title h2,
  .sec-title h1 {
    color: #686242;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 1.35rem; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 1.56rem; } }
    @media screen and (max-width: 1365px) and (min-width: 1025px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 2rem; } }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 3.1rem; } }
  .sec-title h6 {
    margin-bottom: 0.7rem;
    color: #9f974f;
    font-size: 0.95rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .sec-title h6 {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        text-align: center; } }
    @media screen and (min-width: 1601px) {
      .sec-title h6 {
        font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .sec-title {
      text-align: center; } }

.sub-title h6 {
  margin-bottom: 0rem;
  color: #9f974f;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 767px) {
    .sub-title h6 {
      font-size: 0.95rem;
      margin-bottom: 0.5rem;
      text-align: center; } }
  @media screen and (min-width: 1601px) {
    .sub-title h6 {
      font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.35rem; } }

@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem; } }

.cmn-button {
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  padding: 15px 0px;
  border-radius: 35px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  background-color: #9f974f;
  text-align: center;
  min-width: 170px;
  margin-top: 1.5rem; }
  .cmn-button i {
    transform: rotate(45deg) translate(6px, -5px); }
  .cmn-button:hover {
    background-color: #686242; }
  @media screen and (max-width: 767px) {
    .cmn-button {
      margin-bottom: 35px;
      padding: 7px 0px;
      min-width: 120px;
      font-size: 0.85rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-button {
      font-size: 1.1rem; } }

.error {
  font-size: 0.85rem;
  color: #ff0000;
  opacity: 1;
  font-weight: 400;
  margin: 0 0 0.4rem; }

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.img-center, .img-left {
  background-image: url(https://achievers-adventure.s3.ap-south-1.amazonaws.com/images/landingpage/line-3.webp);
  object-fit: fill;
  width: 60px;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .img-center, .img-left {
      width: 45px;
      margin: auto !important; } }

.img-left {
  margin: unset !important; }
  @media screen and (max-width: 767px) {
    .img-left {
      margin: auto !important; } }

.bg-img-1 {
  background-image: url(https://achievers-adventure.s3.ap-south-1.amazonaws.com/images/landingpage/footer.webp);
  object-fit: fill;
  background-position: top center; }

.bg-overlay {
  position: relative;
  z-index: 0; }
  .bg-overlay::before {
    background: #000000b3;
    z-index: -1;
    opacity: .9; }

/* Scroll Up Css 
==============================*/
#progress {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 110px;
  right: 40px;
  box-shadow: 0 0 10px #000000;
  display: grid;
  place-items: center;
  z-index: 99999;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    #progress {
      height: 45px;
      width: 45px;
      right: 15px; } }

.progress.hide {
  display: none !important;
  transition: 0.5s !important; }

#progress-value {
  display: block;
  height: calc(100% - 13px);
  width: calc(100% - 13px);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.85rem;
  color: #686242; }
  @media screen and (max-width: 767px) {
    #progress-value {
      font-size: 0.65rem; } }

/* swiper
==============================*/
.swiper {
  overflow: hidden !important; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  padding: 1rem 0; }
  @media screen and (max-width: 767px) {
    .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      padding: 0.5rem 0 1.5rem; } }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -4px; }

.swiper-pagination-bullet-active {
  background: #686242 !important; }

.bg-1 {
  background-image: url(https://achievers-adventure.s3.ap-south-1.amazonaws.com/images/home-imgs/aac-whats-talk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1; }
  .bg-1::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5; }

header {
  position: relative;
  background: #363426; }
  header .navbar {
    z-index: 9;
    padding-top: 0;
    padding-bottom: 0; }
    header .navbar .navbar-collapse {
      flex-grow: inherit; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background: #686242;
        transition: right 0.4s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        padding-top: 4rem;
        z-index: 999; }
      header .navbar .navbar-collapse.show {
        right: 0; }
      header .navbar .navbar-toggler {
        position: absolute;
        right: 10px;
        z-index: 1000;
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer; }
      header .navbar .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 1.5rem;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer; }
      header .navbar .navbar-toggler.collapsed span {
        color: #fff; } }
    header .navbar .navbar-brand img {
      width: 80px; }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand img {
          padding: 0.5rem;
          width: 70px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        header .navbar .navbar-brand img {
          width: 80px; } }
      @media screen and (max-width: 1365px) and (min-width: 1025px) {
        header .navbar .navbar-brand img {
          width: 90px; } }
      @media screen and (max-width: 1401px) and (min-width: 1600px) {
        header .navbar .navbar-brand img {
          width: 100px; } }
      @media screen and (min-width: 1601px) {
        header .navbar .navbar-brand img {
          width: 100px; } }
    header .navbar .nav-item .nav-link {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 500;
      display: inline-block;
      padding: .0rem 1rem; }
      @media screen and (max-width: 1023px) {
        header .navbar .nav-item .nav-link {
          color: #fff;
          font-size: 0.75rem;
          padding: 0.5rem 0;
          display: block;
          margin: 0 1rem; } }
      @media screen and (min-width: 1401px) {
        header .navbar .nav-item .nav-link {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .nav-item .nav-link {
          font-size: 1.2rem; } }

.fixed-top {
  position: fixed; }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #000000; } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .nav-item a {
      font-size: 0.85rem;
      padding: 0.5rem; } }

@media screen and (max-width: 992px) {
  .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none; } }
.banner-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: url(../images/banner-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .banner-section {
      padding: 20px 0; }
      .banner-section video {
        height: 25vh; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-section {
      height: 34vh; }
      .banner-section video {
        height: 34vh; } }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .banner-section {
      height: 80vh; }
      .banner-section video {
        height: 80vh; } }
  .banner-section::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7; }
  .banner-section .banner-content h1 {
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.4;
    font-weight: 600; }
    @media (max-width: 767px) {
      .banner-section .banner-content h1 {
        font-size: 1.6rem; } }
  .banner-section .banner-content p {
    margin-top: 10px !important; }
  .banner-section .banner-content h6 {
    color: #fff; }
  .banner-section .banner-form {
    position: absolute;
    top: 60px;
    right: 115px;
    width: 30%;
    background: #fff;
    padding: 1rem 1.5rem 0.5rem;
    border-radius: 20px; }
    .banner-section .banner-form h1 {
      font-size: 2rem; }
    @media screen and (max-width: 767px) {
      .banner-section .banner-form {
        position: relative;
        width: 94%;
        top: 0;
        right: 0;
        margin: 0.5rem auto;
        padding: 1rem 1.5rem;
        border-radius: 20px;
        box-shadow: 0 0 10px #00000030; } }
    @media screen and (min-width: 1601px) {
      .banner-section .banner-form {
        padding: 2rem 3rem;
        right: 180px; } }
    .banner-section .banner-form .grid-frm-inner {
      display: grid;
      grid-template-columns: auto auto;
      gap: 1rem; }
      @media screen and (min-width: 1601px) {
        .banner-section .banner-form .grid-frm-inner {
          margin-bottom: 0.5rem; } }
  .banner-section .cmn-button {
    margin-bottom: 0.5rem; }
  .banner-section .sec-title {
    margin-bottom: 0rem; }
    @media screen and (max-width: 767px) {
      .banner-section .sec-title {
        margin-bottom: 0rem; } }

.latest-activity-sec .swiper {
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .latest-activity-sec .swiper {
      padding: 0; } }
.latest-activity-sec .latest-activity-card {
  position: relative; }
  .latest-activity-sec .latest-activity-card span {
    width: 160px;
    position: absolute;
    bottom: 6px;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    background: #9f974f; }
  .latest-activity-sec .latest-activity-card img {
    border-radius: 20px; }

.about-aac-sec {
  background: #f9f7e6;
  background: linear-gradient(180deg, #f9f7e6 41%, white 71%); }
  .about-aac-sec .call-img {
    display: flex;
    align-items: center; }
    .about-aac-sec .call-img img {
      width: 100px; }
    .about-aac-sec .call-img .contact-details {
      padding: 2rem 0 0rem; }
      .about-aac-sec .call-img .contact-details h4 a {
        font-size: 2rem;
        font-weight: 700;
        display: inline-block;
        color: #686242; }
        @media screen and (max-width: 767px) {
          .about-aac-sec .call-img .contact-details h4 a {
            font-size: 1.5rem; } }
      .about-aac-sec .call-img .contact-details h5 {
        color: #9f974f !important;
        font-size: 1.5rem; }
        @media screen and (max-width: 767px) {
          .about-aac-sec .call-img .contact-details h5 {
            font-size: 1.1rem; } }
  @media screen and (max-width: 767px) {
    .about-aac-sec p {
      text-align: center; } }
  .about-aac-sec .about-img {
    position: relative;
    display: inline-block;
    -webkit-transition: transform 0.9s ease-in-out;
    -moz-transition: transform 0.9s ease-in-out;
    -ms-transition: transform 0.9s ease-in-out;
    -o-transition: transform 0.9s ease-in-out;
    transition: transform 0.9s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .about-aac-sec .about-img:hover {
      transform: scale(1.02); }
    .about-aac-sec .about-img img {
      border-radius: 50%;
      line-height: 50px;
      padding: 1rem;
      display: block; }
    .about-aac-sec .about-img::before {
      border: 0.16rem dashed #9f974f;
      border-radius: 50%;
      transition: 0.6s;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      -webkit-animation: rotateBorder 35s linear infinite;
      -moz-animation: rotateBorder 35s linear infinite;
      -ms-animation: rotateBorder 35s linear infinite;
      -o-animation: rotateBorder 35s linear infinite;
      animation: rotateBorder 35s linear infinite; }

.service-sec .service-card {
  background-color: #f8f8f8;
  border-radius: 20px;
  text-align: center;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 20px; }
  .service-sec .service-card img {
    width: 70px; }
  .service-sec .service-card:hover {
    background-color: #686242; }
    .service-sec .service-card:hover img {
      filter: brightness(10) contrast(1); }
    .service-sec .service-card:hover .service-details h3 {
      color: #fff; }
    .service-sec .service-card:hover .service-details p {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .service-sec .service-card {
      min-height: 150px;
      max-width: 100%; }
      .service-sec .service-card img {
        width: 50px; } }
  @media screen and (min-width: 1601px) {
    .service-sec .service-card {
      min-height: 275px; } }
  .service-sec .service-card .service-details h3 {
    margin-top: 2rem;
    font-weight: 600;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .service-sec .service-card .service-details h3 {
        margin-top: 1rem; } }

.salient-features-sec .features-card {
  text-align: center;
  border: 2px solid #00000029;
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .salient-features-sec .features-card:hover {
    border: 2px solid #686242; }
  .salient-features-sec .features-card h5 {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 600; }
  .salient-features-sec .features-card img {
    width: 60px; }
    @media screen and (max-width: 767px) {
      .salient-features-sec .features-card img {
        width: 50px; } }
  @media screen and (max-width: 767px) {
    .salient-features-sec .features-card {
      min-height: 150px;
      max-width: 180px; }
      .salient-features-sec .features-card h5 {
        font-size: 0.85rem; } }

@media screen and (max-width: 767px) {
  .testimonials-sec h4,
  .testimonials-sec p {
    text-align: center; } }
.testimonials-sec h4 {
  font-weight: 700; }
.testimonials-sec .testi-img img {
  border-radius: 20px; }

.contact-sec {
  position: relative; }
  .contact-sec .footer-inner {
    padding: 4rem 0;
    display: grid;
    gap: 1rem;
    justify-content: center;
    grid-template-columns: 55% 30%; }
    @media screen and (max-width: 767px) {
      .contact-sec .footer-inner {
        grid-template-columns: 100%;
        padding: 3rem 0; }
        .contact-sec .footer-inner .inner-container {
          grid-template-columns: 40% 50%; }
        .contact-sec .footer-inner img {
          width: 85px; }
        .contact-sec .footer-inner h4 {
          font-size: 1rem; }
        .contact-sec .footer-inner p {
          font-size: 0.85rem; } }
    .contact-sec .footer-inner .inner-container {
      display: grid;
      gap: 1rem;
      justify-content: center;
      grid-template-columns: 38% 59%; }
    .contact-sec .footer-inner img {
      width: 120px; }
      @media screen and (max-width: 767px) {
        .contact-sec .footer-inner img {
          width: 95px; } }
      @media screen and (min-width: 1601px) {
        .contact-sec .footer-inner img {
          width: 150px; } }
    .contact-sec .footer-inner h4,
    .contact-sec .footer-inner p {
      color: #fff;
      font-weight: 600; }

.bottom-footer {
  background-color: #9f974f;
  padding: 1.5rem 0; }
  .bottom-footer p {
    margin-bottom: 0; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  background: #686242;
  font-size: 1.5rem;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem;
  box-shadow: 0 0 10px #0000005c; }
  @media screen and (max-width: 767px) {
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
      display: none; } }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  background: #686242;
  font-size: 1.5rem;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem; }
  @media screen and (max-width: 767px) {
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
      display: none; } }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto; }

.activity-box {
  border: 1px solid #d1c68c;
  padding: 1.5rem;
  border-radius: 15px; }
  @media screen and (max-width: 767px) {
    .activity-box {
      margin-bottom: 1.5rem; } }

.list-check {
  column-count: 2; }
  @media screen and (max-width: 767px) {
    .list-check {
      margin-bottom: 1.5rem; } }
  .list-check li {
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .list-check li {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .list-check li {
        font-size: 0.8rem; } }
    .list-check li::after {
      content: "\f00c";
      font-family: "FontAwesome";
      color: #9d9853; }
    .list-check li:nth-child(even)::after {
      color: #9d9853; }

.pannel-box h4 {
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  font-style: oblique;
  font-family: popins; }

.date-div {
  box-shadow: 0 0 10px #e5e5e5;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  min-height: 178px; }
  .date-div:hover {
    transform: translateY(-10px);
    background-color: #686242; }
    .date-div:hover h5 {
      color: #fff; }
    .date-div:hover .list-check li {
      color: #fff !important; }
  .date-div .list-check {
    column-count: 1; }
    .date-div .list-check li {
      color: #212529 !important; }

.adventure-book .date-div {
  min-height: auto;
  background-color: #fff; }
  .adventure-book .date-div:hover {
    color: #fff !important;
    background-color: #686242; }

.blinking {
  animation: blink 1s infinite;
  font-weight: 800 !important;
  color: #eedc8d !important; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }
.breadcrumb-sec {
  padding: 110px 0 70px;
  background-position: top 31% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1; }
  .breadcrumb-sec::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5; }
  .breadcrumb-sec h1 {
    font-size: 2.3rem;
    color: #fff;
    text-align: center; }
  .breadcrumb-sec .breadcrumb {
    display: block; }

.summer-camp-reg {
  background: #fff !important; }

.form-control {
  margin-bottom: 15px;
  border: 1px solid #9f974f; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #9f974f;
    outline: 0;
    box-shadow: none; }

input[type="radio"] {
  display: none; }

/* Custom label style */
.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 16px;
  user-select: none; }

/* Custom circle */
.custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #9f974f;
  /* border color */
  background-color: white; }

/* Checked state */
input[type="radio"]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9f974f;
  /* inner dot color */
  margin-right: 10px; }

header.scrolled .navbar .navbar-brand img {
  width: 65px; }

.summer-camp-reg .about-sec {
  position: sticky;
  top: 8%; }

/*# sourceMappingURL=style.css.map */
