html {
  scroll-behavior: smooth;
}
body {
  padding-top: 1.5rem;
  font-family: "Poppins", sans-serif;
	background: #f8f9fa;
}

.col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}
.mainWrapper {
  margin-top: 55px;
}
ol > li {
  padding-left: 6px;
  font-size: 18px;
  margin-bottom: 25px;
}
h2 {
  color: #8b9a25;
}
h3 {
  margin-top: 40px;
  color: #8b9a25;
}
h5 {
  font-weight: bold;
}
p {
  font-size: 18px;
}
.wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  max-width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 22px;
  padding-left: 22px; /*create space between li */
}
.mobileView {
  display: none;
}
.btn-success {
  color: #fff !important;
  background: #9fb12a;
  border: none;
  width: 180px;
  border-radius: 30px;
}
.btn-success:hover {
  color: #fff !important;
  background: #004054;
  border: none;
  width: 180px;
  border-radius: 30px;
}
.btn-success.focus, .btn-success:focus {
  box-shadow: none;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #004054;
  border-color: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004054;
  border-color: none;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: none;
}
.submit-button:hover {
  background: #004054;
  color: #fff !important;
}
.btn-secondary {
  color: #fff;
  background-color: #004054;
  border-color: #004054;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #9fb12a;
  border-color: #9fb12a;
}

.btn-outline-success {
  color: #000;
  border-color: #DB881D;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #fff;
  border-color: #DB881D;
}


.btn-outline-success.focus, .btn-outline-success:focus {
  color: #000;
  background-color: #fff;
  border-color: #DB881D;
  box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #DB881D;
}





.display-3 {
  word-wrap: break-word;
}
a {
  color: #9fb12a;
}

a:hover {
  color: #000;
}

a:focus {
  color: #000;
}

#thankyou-note {
  display: none;
}
#thankyou-note .popup {
  background: rgba(216, 216, 216, 0.72);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  width: 300px;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 75px;
  border-radius: 7px;
}
#thankyou-note .popup p {
  text-align: center;
  padding: 0.75em;
  font-size: 14px;
}
.form {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 auto;
}
.submit-button {
  padding: 0.75em 3em;
  border-radius: 30px;
  background-color: #9fb12a;
  color: #fff;
  margin: 1em auto;
  display: block;
}
.subText {
  font-size: 1.25rem;
}
.imgResponsive {
  max-width: 100%;
  height: auto;
  padding: 5px;
}
.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.modal-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 20px;
}
ol > li::marker {
  font-weight: bold;
}
ol > li {
  padding-left: 6px;
}
.responsive {
  padding: 6px;
  float: left;
  width: 33%;
}
.testimonialName {
  font-size: 16px;
  font-weight: 600;
}
.borderMiddle {
  /*  border-left-style: dotted;
  border-right-style: dotted;
*/
  border: 20px solid transparent;
  border-image: url("images/border-styled.png") 50;
}
.greenbg {
  background: #9fb12a;
  border-radius: 20px;
  margin: 50px 0px;
  padding: 30px;
  color: #fff;
}
.highlight-yellow {
 /* border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));*/
	 background-image: linear-gradient(to right, #FFEA00, #FFFF8F, #ffff00);
  border-radius: 6px;
  padding: 3px 6px;
}

/***** card changes ***/
.card-deck {
  padding: 10px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #9fb12aa8;
  border-radius: 0.25rem;
}
.card-titleAlign {
  margin: auto;
}
/****** category *****/
.gallery {
  height: 440px;
}
div.gallery {
  border: 0.5px solid #ccc;
  transition: box-shadow .3s;
}
div.gallery:hover {
  /*  border: 1px solid #777;
	box-shadow: 0 0 11px rgba(33,33,33,.2);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.desc {
  padding: 15px;
  text-align: center;
}
* {
  box-sizing: border-box;
}

.footer {
	background: #fff;
	padding-top:30px;
}

.content-align{
	display: flex;
    align-items: center;
}


/**** Media Queries *****/
@media only screen and (max-width: 1040px) {
  .gallery {
    height: 400px !important;
  }
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .borderMiddle {
    border: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  .display-3 {
    word-wrap: break-word;
    font-size: 36px;
  }
  .form {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
  }
  .mobileView {
    display: block;
  }
  .desktopView {
    display: none;
  }
  .gallery {
    height: auto !important;
  }
  .mainWrapper {
    margin-top: 120px;
  }
  .card-deck {
    padding: 0 10px;
  }
}
@media (max-width: 280px) {
  .btn-success {
    color: #fff !important;
    background: #9fb12a;
    border: none;
    width: 148px;
    border-radius: 30px;
  }
  .nav-link {
    padding: 5px;
  }
}