body {
  font-family: "Noto Sans", sans-serif;
  color: #2b2929;
  font-weight: 300;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.04em;
}
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
}

.heading-h1 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .heading-h1 {
    font-size: 36px;
  }
}

.heading-h2 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 575.98px) {
  .heading-h2 {
    font-size: 30px;
  }
}

.heading-h3 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 575.98px) {
  .heading-h3 {
    font-size: 20px;
  }
}

.heading-h4 {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .heading-h4 {
    font-size: 16px;
  }
}

.smallhead {
  font-family: "Noto Sans", sans-serif;
  color: #FFB012;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.bgcolor {
  background-color: #FBFBFB;
}

.base-shadow {
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
  border-radius: 25px;
  border: 0px;
}

.btn:focus, .form-control:focus, .form-select:focus {
  outline: none;
  box-shadow: none;
}

form .parsley-custom-error-message {
  color: #e71111;
  font-size: 12px;
}

ul.parsley-errors-list {
  margin-bottom: 0px;
  list-style: none;
  padding: 5px;
}

section.tophead span, section.tophead a {
  color: #2b2929;
  font-weight: 400;
}
section.tophead .nav-link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
section.tophead .nav-item .active {
  color: #FFB012;
  font-weight: 500;
}
section.tophead svg {
  fill: #FFB012;
}
section.tophead .card {
  border: none;
}

section.menu {
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}
section.menu p {
  font-weight: 400;
}
section.menu svg {
  fill: #FFB012;
}

section.landscape .landscapecard {
  border: 1px solid #FFB012;
  border-radius: 50px;
}

section.aboutus {
  background-color: #FBFBFB;
}
section.aboutus .aboutimg {
  margin-bottom: -30px;
}

section.timing, .timingfoot {
  background-image: url("../img/timingbg.webp");
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  section.timing, .timingfoot {
    background-position: top;
  }
}
section.timing .timingcard, .timingfoot .timingcard {
  border-radius: 25px;
  border: none;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}
section.timing .timingcard .card-title, .timingfoot .timingcard .card-title {
  background-color: #FFB012;
  border-radius: 25px 25px 0px 0px;
}

section.founder {
  background-color: #FBFBFB;
  position: relative;
}
section.founder .founderimg {
  position: absolute;
  top: 0;
  bottom: -10px;
}
section.founder .founderimg img {
  border-radius: 0px 0px 25px 25px;
}
@media (max-width: 575.98px) {
  section.founder .founderimg {
    position: relative;
  }
}

section.testimonial .base-shadow {
  background-image: url("../webicon/quote.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
section.testimonial .owl-carousel .owl-item {
  padding: 18px;
}
section.testimonial .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
section.testimonial .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}
section.testimonial .testimonialcard {
  position: relative;
  border: none;
  background-color: #FFB012;
  border-radius: 200px 200px 0px 0px;
}
@media (max-width: 575.98px) {
  section.testimonial .testimonialcard .heading-h4 {
    font-size: 18px;
  }
}
section.testimonial .testimonialcard .testcard {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575.98px) {
  section.testimonial .testimonialcard .testcard {
    position: relative;
  }
}
section.testimonial .testimonialcard .bgcard {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}
section.testimonial .testimonialcard .bgcard p {
  font-family: "Noto Sans", sans-serif;
  color: #2b2929;
  font-weight: 300;
  font-size: 18px;
}
section.testimonial .testimonialcard p {
  font-family: "Arimo", sans-serif;
  color: #151414;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  section.testimonial .testimonialcard p {
    font-size: 16px;
    line-height: normal;
  }
}

section.achivements li::marker {
  content: url("../webicon/tick.svg");
}

section.audbook .timingcard {
  border: 1px solid #FFB012;
}
section.audbook .timingcard .card-title {
  border-bottom: 1px solid #FFB012;
}

section.footer {
  background-color: #FBFBFB;
}
section.footer li, section.footer a, section.footer p {
  color: #2b2929;
  font-size: 16px;
  line-height: normal;
}
section.footer svg {
  fill: #2b2929;
}

section.copyright {
  background-color: #FFB012;
}
section.copyright p {
  font-size: 14px;
  line-height: normal;
}
section.copyright a {
  color: #2b2929;
}
@media (max-width: 575.98px) {
  section.copyright {
    margin-bottom: 46px;
  }
}

.whtfixbtn {
  position: fixed;
  bottom: 0;
  background-color: #151414;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}

.mainbtn {
  background-color: #FFB012;
  color: #2b2929;
}
.mainbtn svg {
  fill: #383838;
}
.mainbtn:hover {
  background-color: transparent;
  border: 1px solid #FFB012;
  color: #FFB012;
}
.mainbtn:hover svg {
  fill: #FFB012;
}

section.service .formsection {
  border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
  background-color: #fff;
}

section.events .card {
  border-radius: 25px;
}
section.events .card img {
  border-radius: 25px 25px 0px 0px;
}
section.events .card .eventdate {
  margin-top: -10px;
  background-color: #FFB012;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #2b2929;
}

section.donate .donatebox {
  border: 1px solid #FFB012;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}

section.pillar .card {
  border: none;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}

section.govcouncil .govcouncilcard {
  border: 1px solid #FFB012;
  box-shadow: 0px 0px 25px rgba(21, 20, 20, 0.15);
}
section.govcouncil .govcouncilcard .heading-h4 {
  font-size: 20px;
}

section.contactus svg {
  fill: #FFB012;
}
section.contactus a {
  color: #2b2929;
}
section.contactus a:hover {
  color: #FFB012;
}

section.ourstore a {
  color: #FFB012;
}

.souvenirimg {
  border-radius: 0px 25px 25px 0px;
}
@media (max-width: 575.98px) {
  .souvenirimg {
    border-radius: 25px 25px 0px 0px;
  }
}

/* ------------------- MAIN CSS- mobile menu css ------------------*/
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 3px 0 20px 3px rgba(0, 0, 0, 0.3);
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* .cbp-spmenu a:hover {
	background: #4db6ac;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
} */
.cbp-spmenu .slide-category .mainbtn {
  color: #fff;
}
.cbp-spmenu .slide-category .accordion-item {
  border: none;
}
.cbp-spmenu .slide-category .accordion-button {
  padding: 1rem 4.5%;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #212121;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cbp-spmenu .slide-category .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.cbp-spmenu .slide-category .accordion-button:not(.collapsed) {
  color: #151414;
}
.cbp-spmenu .slide-category .accordion-body {
  padding: 0px;
}
.cbp-spmenu .slide-category .accordion-body a {
  display: block;
  color: #212121;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  /*border-bottom: 1px solid #258ecd;*/
  padding: 0.9rem 1rem;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease;
  z-index: 1031;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
.cbp-spmenu-push-toleft {
    left: -270px;
    /* left: -190px; */
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
button#showLeft {
  background: transparent;
  border-color: transparent;
  line-height: 14px;
}

button#showLeft svg {
  fill: #151414;
  width: 30px;
}

button#showLeft:focus {
  outline: none;
  box-shadow: none;
}

button.cbpbtn {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 15px;
  color: #fff;
  background: transparent;
  border-color: transparent;
}
button.cbpbtn svg {
  fill: #FFB012;
}

.cbp-spmenu-left.cbp-spmenu-open {
  z-index: 1031;
}

button.cbpbtn:focus {
  box-shadow: none;
  outline: none;
}

.slide-logo {
  width: 70px;
  padding: 1rem !important;
}

.slide-category .nav-link {
  padding-left: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  color: #151414;
}

.cbp-spmenu li.partner {
  position: relative;
}
.cbp-spmenu li.partner::after {
  content: none;
}
.cbp-spmenu li.partner a.nav-link {
  background-color: #EA1E21;
  color: #fff;
  left: 0;
  z-index: 99;
}

.cbp-spmenu .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.83rem;
  letter-spacing: 2px;
}

.slide-link img {
  width: 20px;
}

ul.slide-contact {
  list-style-type: none;
}
ul.slide-contact a {
  display: inline-block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px;
}

.slide-contact i.btn-primary:focus {
  font-size: 0.8rem;
}

.slide-contact li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.slide-contact li svg {
  fill: #FFB012;
}

#showLeft {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  #showLeft {
    display: block;
  }
}

/* ------------------- MAIN CSS- mobile menu css close ------------------*//*# sourceMappingURL=style.css.map */