a {
  color: #da9f2a;
  text-decoration: none;
}

a:hover {
  color: #da9f2a;
}

strong {
  color: #f44336;
}

p {
  font-size: 20px;
  line-height: 1.5;
}

.none-d {
  display: none;
}

.breadcrumb > li {
  font-size: 14px;
}

.theme-color {
  color: #074427 !important;
}
.theme-color-grn {
  color: #0f4427 !important;
}

.bg-theme {
  background-color: #074427;
}

.bg-theme1 {
  background: #ffdc93;
}

.img-card {
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px #0744273, 0 1px 1px #07442700024,
    0 1px 3px #0744270001f;
  overflow: hidden;
}

.img-card > img {
  width: 100%;
}

.img-card > div {
  font-weight: 600;
  text-align: center;
}

.box-shadow1 {
  box-shadow: 0 2px 1px -1px #0744273, 0 1px 1px #07442700024,
    0 1px 3px #0744270001f;
}
.box-shadow1:hover {
  box-shadow: 0 2px 1px -1px #0f4427, 0 1px 1px #0f4427, 0 1px 6px #0f4427;
}

.panel {
  border-radius: 4px;
}

.panel-title {
  border-radius: 4px 4px 0 0;
}

.fw-600 {
  font-weight: 600;
}

.yagya-category a > div {
  color: #0f4427;
  font-size: 18px;
}

/* .yagya-category .card{
    margin-bottom: 15px;
} */

.testimonial .testimonial-inner {
  margin: 10px 10px 0;
  background: #f5e2ae;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  /* font-style: italic; */
}

.testimonial .testimonial-inner:before,
.testimonial .testimonial-inner:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}

.testimonial .testimonial-inner:before {
  top: 0;
  left: 10px;
}

.testimonial .testimonial-inner:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial .content-empty {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5e2ae;
  margin: 0 0 0 60px;
}

.unstyled {
  list-style: none;
  padding-inline-start: 0;
}

.panel .unstyled > li {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px 10px 15px;
}

.panel .unstyled > li:last-child {
  border-bottom: none;
}

.panel .unstyled > li > a {
  color: currentColor;
  font-size: 15px;
}

.footer-img {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.bg-lighttheme {
  background-color: #f5e2ae;
}

.border-none {
  border: none;
}

footer ul > li > a {
  color: #fff;
  font-size: 14px;
}

footer ul {
  line-height: 2;
}

footer .bg-hash {
  background-color: #ededed;
}

.hr-dashed {
  border-top: 1px dashed #e5e5e5;
}

.h3,
h3 {
  font-size: 2rem;
  font-weight: bold;
}
.h5,
h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

.small-box {
  padding: 0px;
  border-radius: 0px;
}

.box-title {
  background-color: #0f4427;
  padding: 5px;
  color: #fff !important;
  margin: 5px -1px -1px -1px;
}
.aYellow {
  color: #f9b404;
  text-decoration: underline;
}
.bg-theme1 {
  color: #084427 !important;
  background-color: transparent;
}
.default-button {
  width: 150px;
  padding: -3px;
  height: 40px;
  border-radius: 3px;
}

.breadcrumb-item a {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .onlymobile {
    display: block !important;
  }
  .onlydesktop {
    display: none!important;
  }
}
@media only screen and (min-width: 600px) {
    .onlydesktop {
      display: flex !important;
    }
    .onlymobile {
      display: none !important;
    }
  }

  .heading{
    font-family: 'Philosopher', sans-serif; font-size: 32px;
  }
  .roundbutton {
    border-radius: 24px;
    padding: 3px 20px;
    background-color: #4b4b4b;
    color: #fefefe;
    font-size: 12px;
    margin: 0px 5px;
    font-size: 22px;
    margin-top: 10px;
    margin-right: 40px;
    display: inline-block;
    /* margin-top: 10px; */
}



.pills li {
   
	display: inline-block;
	padding: 2px 15px;
	border-radius: 15px;
	background-color: #e46c04;
	margin: 0px 5px 5px 0px;
	color:white;
}