body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.hero_next_section-margin {
  margin-top: 100px;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #10a380;
  height: 85vh;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #c6f5ea;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 5px;
  background-color: #10a380;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: flex-end;
  min-height: 100px;
}
.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
}
.navbar-brand a {
  position: relative;
}
.navbar-brand img {
  width: 180px;
  height: auto;
  border-radius: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  width: 4em;
  height: 4em;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  color: #050505;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/slider-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  margin: 0 auto;
  transform: translateY(50px);
  height: 95%;
  display: flex;
  align-items: center;
}
.slider_section .detail-box {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fefdfc;
  width: 100%;
  border-radius: 10px;
}
.slider_section .detail-box h1 {
  color: #a2f3e0;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.slider_section .detail-box span {
  color: #fefdfc;
  font-size: 3rem;
  font-weight: 700;
}
.slider_section .detail-box p {
  color: #fefdfc;
  margin-top: 25px;
}
.slider_section .detail-box .btn-box {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 45px;
}
.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #10a380;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 10px;
}
.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: rgb(13.7206703911, 139.7793296089, 109.7653631285);
}
.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
}
.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: rgb(247.625, 240.25, 232.875);
}
.slider_section ol.carousel-indicators {
  margin: 0;
  justify-content: flex-start;
  bottom: -75px;
  align-items: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #10a380;
  border-radius: 100%;
}
.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 3px solid #fefdfc;
}

.offer_section .content-box {
  display: flex;
  align-items: center;
  margin: 45px 0;
}
.offer_section .content-box .img-box {
  min-width: 125px;
  min-height: 115px;
  background-color: #eeeded;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.offer_section .content-box .img-box svg {
  width: 55px;
  height: auto;
}
.offer_section .content-box:hover .img-box {
  background-color: #10a380;
}
.offer_section .content-box:hover .img-box svg {
  fill: #fefdfc !important;
}
.offer_section .content-box:hover .img-box svg g {
  fill: #fefdfc !important;
}
.offer_section .content-box:hover .img-box svg path {
  fill: #fefdfc !important;
}
.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.offer_section .content-box .detail-box p {
  margin: 0;
}

.about_section {
  background-color: #f7f7f7;
}
.about_section .row {
  align-items: center;
}
.about_section .row .col-md-6 {
  padding: 0;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box {
  padding: 45px 0;
}
.about_section .detail-box p {
  margin-top: 20px;
}
.about_section .detail-box a.btn {
  display: inline-block;
  padding: 12px 45px;
  background-color: #10a380;
  color: #fefdfc;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}
.about_section .detail-box a.btn:hover {
  background-color: rgb(13.7206703911, 139.7793296089, 109.7653631285);
}

.client_section {
  font-family: "Lato", sans-serif;
}
.client_section h2 {
  text-align: center;
}
.client_section .client_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #7f7f31;
  border-radius: 100%;
}
.client_section .client_container .img-box img {
  width: 100%;
}
.client_section .client_container .detail-box {
  margin-top: 25px;
}
.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}
.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #7f7f31;
}
.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}
.client_section .client_container .detail-box img {
  width: 60px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #7f7f31;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}
.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}
.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
  background-color: #10a380;
  font-family: "Poppins", sans-serif;
}
.contact_section h2 {
  text-align: center;
  margin-bottom: 65px;
}
.contact_section h2 span {
  color: #fefdfc;
}
.contact_section form {
  padding-right: 35px;
}
.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
}
.contact_section input::placeholder {
  color: #131313;
}
.contact_section input.message-box {
  height: 120px;
}
.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #fff892;
  color: #fff;
  font-weight: bold;
  background-color: #faba09;
}
.contact_section .map_section {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 800px) {
  .info_section.regular {
    background-image: url("../images/mission-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background-color: #284039;
  }
  .info_section.partners {
    background-image: url("../images/thank-you-banner.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-color: #284039;
  }
}
@media screen and (min-width: 801px) {
  .info_section.regular {
    background-image: url("../images/mission-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .info_section.partners {
    background-image: url("../images/thank-you-banner.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #284039;
  }
}
.info_section {
  color: #fefdfc;
  font-family: "Lato", sans-serif;
}
.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}
.info_section .info_logo a {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.info_section .info_logo a img {
  width: 200px;
  height: auto;
}
.info_section .info_form form {
  display: flex;
}
.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}
.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fefdfc;
  text-transform: uppercase;
  background-color: #10a380;
  transform: translate(-102%);
  margin-top: 2.5px;
}

/* footer section*/
.footer_section,
.separator {
  padding: 20px;
  background-color: hsl(166, 82%, 35%);
}

.text-theme {
  color: #10a380;
}

.hero {
  font-size: 3rem;
  color: #10a380;
  font-weight: 700;
}

.bg-brand-light {
  background-color: #c6f5ea;
}

.bg-brand-lighter {
  background-color: #d9fcf4;
}

.opacity-5 {
  opacity: 0.5;
}

.footer_section {
  font-weight: bold;
}
.footer_section a,
.footer_section span {
  color: #fefdfc;
}

/*# sourceMappingURL=style.css.map */
