h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
}

h1 span {
  color: #008131;
}

h2 {
  font-size: 1.5rem;
  color: #008131;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: #008131;
  line-height: 1.4;
  margin-top: 0;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  color: #333;
  background: #f4f4f4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #008131;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #f9c000;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #008131;
  border-radius: 0.25rem;
  border: none;
  padding: 0.6rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.btn i {
  font-size: 1rem;
}

.btn .bi-arrow-right {
  margin-left: 0.25rem;
}

.btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f9c000;
  color: #fff !important;
}

.btn-border {
  color: #008131;
  border: 1px solid #008131;
  background: none;
}

.btn-border:hover {
  background: #008131;
  color: #fff !important;
}

.asterisk {
  color: #e40909;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 0.25rem;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 1rem !important;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.mgb1 {
  margin-bottom: 1rem;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.positionrelative {
  position: relative;
}

.form-control {
  font-size: 0.9rem;
}

textarea.form-control {
  min-height: calc(7em + 0.75rem + 2px);
}

.form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  font-size: 0.9rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type="file"] {
  font-size: 0.9rem;
}

.hasDatepicker::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.radio-border {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #008131;
}

.form-check {
  padding-left: 2em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -2em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2em;
}

table th {
  background: #008131 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.block-bg {
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1rem 0;
}

.block-bg h1 {
  margin-bottom: 0.5rem;
  color: #0267b4;
}

.block-bg h3 {
  margin-bottom: 0;
  color: #111;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

header {
  padding: 0.5rem 0;
}

header .logo {
  display: inline-block;
}

header .logo img {
  width: 20rem;
  margin-right: 1rem;
}

header .years {
  display: inline-block;
}

header .years img {
  width: 7rem;
}

header .call h3 {
  margin-bottom: 0;
  margin-top: 1.1rem;
  text-align: right;
  font-size: 1.1rem;
}

.hero_banner {
  min-height: 190px;
  background: url(images/bg.jpg) no-repeat #333;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  background-size: cover;
}

.hero_banner h1 {
  color: #fff;
}

.hero_banner h3 {
  color: #fff;
}

.content-pd {
  padding: 3rem 0;
  min-height: 30rem;
}

.banner-col img {
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.form-content-pd {
  padding: 0 3rem;
  min-height: 40rem;
  background: url(images/bg.png) no-repeat right top;
  background-size: 50%;
}

.box-bdr {
  padding: 1.5rem;
  background: #ecfbff;
  border-radius: 0.25rem;
  border: 1px solid #008131;
  margin-bottom: 1.5rem;
}

footer {
  padding: 1.5rem 3rem;
  color: #fff;
  background: #008131;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
}

footer .bottom-footer {
  opacity: 0.8;
}

footer .bottom-footer .copyright {
  float: left;
}

footer .bottom-footer .poweredby {
  float: right;
}

ul.cont-list {
  padding-left: 1.5rem;
}

ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}

ul.cont-list li::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  background: #008131;
  position: absolute;
  top: .6rem;
  left: -1.3rem;
  border: 1px solid #f9c000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .card-box {
    padding: 1rem;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  .call {
    display: none;
  }
  footer .bottom-footer .poweredby {
    float: left;
  }
  .form-content-pd {
    padding: 1.5rem 1rem;
  }
}
/*# sourceMappingURL=main.css.map */