label.error{
  color: red;
  font-size: 14px;
}
.navbar-toggler {
  background: white;
  padding: 2px 4px;
  /*var(--bs-success)*/
}

/* new changes start */
.navbar {
  transition: all 0.5s;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .06rem;
}

.navbar-brand {
  margin-right: 0 !important;
}

/* new changes end */

.navbar-scrolled {
  background-color: rgba(21, 115, 71, 1);
  /* background-color: black; */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

}

.nav-link:focus,
.nav-link:hover {
  color: white !important;
  background-color: #FAAF40;
  /*var(--bs-success) !important */

  border-radius: 0.5rem;

}

/* //////////section headings of home page same for about us/////////////////////////////////////////// */

.section-heading-home-1 h2 {

  color: #060606;
  font-family: poppins;
  font-size: 64px;
  font-weight: 800;

}

.section-heading-home-1 h6 {
  color: #060606;
  font-family: poppins;
  font-size: 20px;
  font-weight: 400;
}

.section-heading-home-1 p {
  text-align: justify;
  color: #060606;
  font-family: poppins;
  font-size: 20px;
  font-weight: 200;
}


.section-heading-home-2 h2 {
  color: #FAAF40;
  font-family: poppins;
  font-size: 64px;
  font-weight: 800;

}

.section-heading-home-2 h6 {
  color: #060606;
  font-family: poppins;
  font-size: 20px;
  font-weight: 400;
}

.section-heading-home-3 h2 {
  color: #060606;
  font-family: poppins;
  font-size: 50px;
  font-weight: 600;
}

.section-heading-home-3 h6 {
  color: #060606;
  font-family: poppins;
  font-size: 20px;
  font-weight: 400;
}

.section-heading-home-4 h2 {
  color: #FAAF40;
  font-family: poppins;
  font-size: 50px;
  font-weight: 600;
}

.section-heading-home-4 h6 {
  color: #060606;
  font-family: poppins;
  font-size: 20px;
  font-weight: 400;
}

.section-heading-home-5 h2 {

  font-family: poppins;
  font-size: 50px;
  font-weight: 600;
}

/* //////////////////////////////////////////////////////////////// */



/* ============== social icons in footer ============== */
.socialicons_top i {
  font-size: 20px;
  background: #20B1A9;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: white;
  transition: 1s;
}

.socialicons_top i:hover {
  background: #198754;
}

.socialicons_bottom i {
  font-size: 20px;
  background: #5ca383;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: white;
  transition: 1s;
}

.socialicons_bottom i:hover {
  background: #198754;
}

/* .carousel-item{
  padding-top: 90px;
 } */

.top-bar {
  width: 100%;
  height: 4px;
  background-color: #20B1A9;
  z-index: 999;
}

.bottom-bar {
  width: 100%;
  height: 4px;
  background-color: #FAAF40;
  z-index: 999;
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* ============== Move to top icon ============== */
.move-top {
  top: 50vh;
  opacity: 0;
  right: 10vw;
  width: 40px;
  z-index: 99;
  height: 40px;
  display: block;
  position: fixed;
  transition: all 0.3s ease-in;
}

.move-top img {
  width: 100%;
  padding: 5px;
  border-radius: 50%;
  /* background-color: #70783b; */
  background-color: white !important;

}

.tptbg {
  /* color: white; */
  /* background-color: rgba(21, 115, 71, .4); */
  background-color: rgba(255, 255, 255, .9);
  border-radius: 0.5rem;
  display: inline-block;
  /* padding: 10px; */
  /* padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px; */
}

.textSection p {
  position: relative;
  top: -20px;
  z-index: 2;
  background-color: white;
  border: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
  /* padding-left: 10px;
padding-right:10px; */
  display: inline-block;
  border-radius: 0.3rem;

}

/* cheat sheet */
/* .sepcial-product-detail {
  background: #fff;
  padding: 4px;
  margin: -40px 22px 0;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  font-family: 'poppins', sans-serif;
  border-radius: 3px;
  border-bottom: 1px solid #e9eaec;
} */


/* Sections of the index page */
#aboutUs {
  margin-top: 110px !important;
}

#mainPagesCards {
  margin-top: 120px !important;
}

#ourTeam {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

#ourVideo {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}


.player {
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  height: 315;
  width: 560;
}

/*** Testimonial ***/
.testimonial {
  background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/index_page/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
}

/* .testimonial-carousel {
  padding-left: 45px;
  padding-right: 45px;
} */

.testimonial-carousel .testimonial-item {
  padding: 30px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

#bank-details {
  margin-top: 80px;
  margin-bottom: 100px;
}



/* testing */

header.masthead {
  position: relative;
  /* margin-top:50px; */
  margin-bottom: 3rem;
  padding-top: calc(8rem + 57px);
  padding-bottom: 8rem;
  background: no-repeat center center;
  background-color: #6c757d;
  background-size: cover;
  background-attachment: scroll;
}

header.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212529;
  opacity: 0.5;
}


header.masthead .site-heading {
  color: #fff;
  text-align: center;
}



header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
  font-size: 2rem;
}

header.masthead .subheading,
header.masthead .site-heading .subheading {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin-top: 0.625rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.section-heading-wedLocations h2 {
  color: #fa4a70;
  font-family: poppins;
  font-size: 64px;
  font-weight: 800;
}

.section-heading-student h2 {
  color: black;
  font-family: poppins;
  font-size: 40px;
  font-weight: 800;
}

.section-heading-corporate h2 {
  color: #060606;
  font-family: poppins;
  font-size: 40px;
  font-weight: 400;
}

@media screen and (max-width: 460px) {
  header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  header.masthead .site-heading h1,
  header.masthead .site-heading .h1 {
    font-size: 2rem;
  }

  header.masthead .site-heading .subheading {
    font-size: .8rem;
  }

  /* .section-heading h2{
  color: #FAAF40; 
  font-family:poppins; 
  font-size: 32px; 
  font-weight: 400;

} */

  .section-heading-home-3 h2 {
    color: #060606;
    font-family: poppins;
    font-size: 32px;
    font-weight: 400;
  }




  .section-heading-home-1 h2 {

    color: #060606;
    font-family: poppins;
    font-size: 35px;
    font-weight: 800;

  }

  .section-heading-home-2 h2 {
    color: #FAAF40;
    font-family: poppins;
    font-size: 35px;
    font-weight: 800;

  }

  .section-heading-home-4 h2 {
    color: #FAAF40;
    font-family: poppins;
    font-size: 35px;
    font-weight: 600;
  }


  .section-heading-home-5 h2 {

    font-family: poppins;
    font-size: 35px;
    font-weight: 600;
  }


  .section-heading-home-1 h6 {
    color: #060606;
    font-family: poppins;
    font-size: 15px;
    font-weight: 400;
  }




  #aboutUs {
    margin-top: 60px !important;
  }



}


@media screen and (min-width: 992px) {
  header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .site-heading h1,
  header.masthead .site-heading .h1 {
    font-size: 5rem;
  }



}


/* safari page css start */
.main-card {
  border-radius: 10px !important;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 8px;
}

.main-card h3 {
  color: #FAAF40;
  font-family: poppins;
  font-size: 30px;
  font-weight: 400;
}

.other-cards {
  border-radius: 10px !important;
  padding: 28px;
}

.other-cards h4 {
  color: #FAAF40;
  font-family: poppins;
  font-size: 30px;
  font-weight: 400;
}

.card-img-top {
  border-radius: 10px !important;

}


@media screen and (max-width: 460px) {
 
  .main-card {
    border-radius: 10px !important;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
  }
 
 
 
 
 
 
  .main-card .card-title h3 {
    color: #FAAF40;
    font-family: poppins;
    font-size: 20px;
    font-weight: 400;
  }


  .other-cards h4 {
    color: #FAAF40;
    font-family: poppins;
    font-size: 22px;
    font-weight: 400;
  }

  .section-heading-wedLocations h2 {
    color: #fa4a70;
    font-family: poppins;
    font-size: 40px;
    font-weight: 800;
  }

  .section-heading-student h2 {
    color: #060606;
    font-family: poppins;
    font-size: 32px;
    font-weight: 800;
  }

  .section-heading-corporate h2 {
    color: #060606;
    font-family: poppins;
    font-size: 32px;
    font-weight: 400;
  }

}


.enquiry_submit_btn .btn-primary {
  background-color: #EF3E37 !important;
  border-color: #ef4366 !important;
  width: 100%;
  border-radius: 10px !important;
}

/* earlier this(myinput) class was form-control */
.myinput {
  height: 45px !important;
  border-radius: 7px !important;
  color: #111111;
  background-color: #e5e5e5 !important;
}

.redborder {
  border: 5px solid red;
}

.yellowborder {
  border: 5px solid yellow;
}

.greenborder {
  border: 5px solid green;
}

#hotelDetail {
  border-radius: 10px;
}

#generalDetail {
  border-radius: 10px;
}

#parkDetail {
  border-radius: 10px;
}

.bannershape {
  border-radius: 20px;
}

.bg-dark1 {
  /* background-color: #40bd833e !important; */
  background-color: white !important;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, .125);
}

/* safari page css end */