@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;700;800&display=swap');

/* wildcard styling */

* {
  box-sizing: border-box;

  margin: 0;

  padding: 0;

  border: 0;
}

/* Site wide Element Defaults */

.facebook-color {
  color: #3b5998;
}

.twiter-color {
  color: #00acee;
}

.instagram-color {
  color: #8a3ab9;
}

.whatsapp-color {
  color: #25d366;
}

body {
  background: #eeeeee;

  font-family: "Nunito Sans", Arial, sans-serif;

  color: #333333;

  font-size: 16px;

  line-height: 1.5em;
}

a {
  border: none;

  color: #0b9446;

  text-decoration: none;
}

a:hover {
  color: #b67016;

  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: cursive, Times, sans-serif;

  font-weight: 800;

  color: #0b9446;
}

ul,
ol {
  margin-left: 30px;
}

button a {
  color: #ffffff;
}

iframe {
  width: none!important;

  height: none!important;

  min-height: 300px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.image {
  overflow: hidden;
}

.image img {
  width: 100%;

  min-height: 100%;

  object-fit: cover;
}

.line-height-normal {
  line-height: normal;
}

.letter-spacing-normal {
  letter-spacing: normal;
}

.quote {
  color: #999999;
}

.quote::before {
  content: "“";

  font-family: "Times New Roman", Times;

  font-size: 2em;

  position: absolute;

  left: 0;
}

.quote::after {
  content: "”";

  font-family: "Times New Roman", Times;

  font-size: 2em;

  position: absolute;

  right: 0;

  bottom: 0;
}

.quote-icon,
.quote-icon-bottom {
  background: url(../../web/pics/quote.png) no-repeat;

  background-size: contain;
}

.quote-icon-bottom {
  background-position: bottom right;

  background-size: 15%;
}

.error {
  font-style: italic;

  font-family: Times;

  font-size: 10px;

  color: #999;
}

.author {
  font-style: italic;

  font-family: cursive, Times, sans-serif;

  font-size: x-small;
}

.maintext {
  line-height: 110%;

  font-size: 30px;
}

.text-custom-font-primary {
  font-family: "Nunito Sans", Arial, sans-serif;
}

.text-custom-font-title {
  font-family: cursive, Times, sans-serif;
}

.text-custom-font-accent {
  font-family: "Times New Roman", Times;
}

.bg-custom-base {
  background: #333333;
}

.bg-custom-base a {
  color: #ffffff;
}

.bg-custom-base a:hover {
  color: #dddddd;
}

.bg-custom-base-hovered:hover {
  background: #333333;
}

.bg-custom-base-transparent {
  background: rgba(51, 51, 51, 0.9);
}

.text-custom-base {
  color: #333333 !important;
}

.shadow-custom-base {
  box-shadow: 3px 3px 10px #333333;
}

.shadow-custom-base-sm {
  box-shadow: 1px 1px 3px #333333;
}

.color-overlay-custom-base::before,
.color-overlay-custom-base-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(51, 51, 51, 0.5);
}

.color-overlay-custom-base-gradient::before {
  background: linear-gradient(
    to top,
    rgba(51, 51, 51, 0.9),
    rgba(51, 51, 51, 0.5),
    transparent
  );
}

.custom-line-overhead-base::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #333333;
}

.btn-custom-base {
  background: #333333;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-base:hover {
  background: #323232;

  color: #ffffff;
}

.bg-custom-primary {
  background: #0b9446;
}

.bg-custom-primary a {
  color: #ffffff;
}

.bg-custom-primary a:hover {
  color: #dddddd;
}

.bg-custom-primary-hovered:hover {
  background: #333333;
}

.bg-custom-primary-transparent {
  background: rgba(11, 148, 70, 0.9);
}

.text-custom-primary {
  color: #0b9446 !important;
}

.shadow-custom-primary {
  box-shadow: 3px 3px 10px #0b9446;
}

.shadow-custom-primary-sm {
  box-shadow: 1px 1px 3px #0b9446;
}

.color-overlay-custom-primary::before,
.color-overlay-custom-primary-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(11, 148, 70, 0.5);
}

.color-overlay-custom-primary-gradient::before {
  background: linear-gradient(
    to top,
    rgba(11, 148, 70, 0.9),
    rgba(11, 148, 70, 0.5),
    transparent
  );
}

.custom-line-overhead-primary::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #0b9446;
}

.btn-custom-primary {
  background: #0b9446;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-primary:hover {
  background: #0b9345;

  color: #ffffff;
}

.bg-custom-secondary {
  background: #b67016;
}

.bg-custom-secondary a {
  color: #ffffff;
}

.bg-custom-secondary a:hover {
  color: #dddddd;
}

.bg-custom-secondary-hovered:hover {
  background: #333333;
}

.bg-custom-secondary-transparent {
  background: rgba(182, 112, 22, 0.9);
}

.text-custom-secondary {
  color: #b67016 !important;
}

.shadow-custom-secondary {
  box-shadow: 3px 3px 10px #b67016;
}

.shadow-custom-secondary-sm {
  box-shadow: 1px 1px 3px #b67016;
}

.color-overlay-custom-secondary::before,
.color-overlay-custom-secondary-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(182, 112, 22, 0.5);
}

.color-overlay-custom-secondary-gradient::before {
  background: linear-gradient(
    to top,
    rgba(182, 112, 22, 0.9),
    rgba(182, 112, 22, 0.5),
    transparent
  );
}

.custom-line-overhead-secondary::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #b67016;
}

.btn-custom-secondary {
  background: #b67016;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-secondary:hover {
  background: #b46f16;

  color: #ffffff;
}

.bg-custom-accent-red {
  background: #914646;
}

.bg-custom-accent-red a {
  color: #ffffff;
}

.bg-custom-accent-red a:hover {
  color: #dddddd;
}

.bg-custom-accent-red-hovered:hover {
  background: #333333;
}

.bg-custom-accent-red-transparent {
  background: rgba(145, 70, 70, 0.9);
}

.text-custom-accent-red {
  color: #914646 !important;
}

.shadow-custom-accent-red {
  box-shadow: 3px 3px 10px #914646;
}

.shadow-custom-accent-red-sm {
  box-shadow: 1px 1px 3px #914646;
}

.color-overlay-custom-accent-red::before,
.color-overlay-custom-accent-red-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(145, 70, 70, 0.5);
}

.color-overlay-custom-accent-red-gradient::before {
  background: linear-gradient(
    to top,
    rgba(145, 70, 70, 0.9),
    rgba(145, 70, 70, 0.5),
    transparent
  );
}

.custom-line-overhead-accent-red::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #914646;
}

.btn-custom-accent-red {
  background: #914646;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-accent-red:hover {
  background: #904545;

  color: #ffffff;
}

.bg-custom-accent-dark {
  background: #343a40;
}

.bg-custom-accent-dark a {
  color: #ffffff;
}

.bg-custom-accent-dark a:hover {
  color: #dddddd;
}

.bg-custom-accent-dark-hovered:hover {
  background: #333333;
}

.bg-custom-accent-dark-transparent {
  background: rgba(52, 58, 64, 0.9);
}

.text-custom-accent-dark {
  color: #343a40 !important;
}

.shadow-custom-accent-dark {
  box-shadow: 3px 3px 10px #343a40;
}

.shadow-custom-accent-dark-sm {
  box-shadow: 1px 1px 3px #343a40;
}

.color-overlay-custom-accent-dark::before,
.color-overlay-custom-accent-dark-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(52, 58, 64, 0.5);
}

.color-overlay-custom-accent-dark-gradient::before {
  background: linear-gradient(
    to top,
    rgba(52, 58, 64, 0.9),
    rgba(52, 58, 64, 0.5),
    transparent
  );
}

.custom-line-overhead-accent-dark::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #343a40;
}

.btn-custom-accent-dark {
  background: #343a40;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-accent-dark:hover {
  background: #33393f;

  color: #ffffff;
}

.bg-custom-black {
  background: #000000;
}

.bg-custom-black a {
  color: #ffffff;
}

.bg-custom-black a:hover {
  color: #dddddd;
}

.bg-custom-black-hovered:hover {
  background: #333333;
}

.bg-custom-black-transparent {
  background: rgba(0, 0, 0, 0.9);
}

.text-custom-black {
  color: #000000 !important;
}

.shadow-custom-black {
  box-shadow: 3px 3px 10px #000000;
}

.shadow-custom-black-sm {
  box-shadow: 1px 1px 3px #000000;
}

.color-overlay-custom-black::before,
.color-overlay-custom-black-gradient::before {
  content: " ";

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);
}

.color-overlay-custom-black-gradient::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.5),
    transparent
  );
}

.custom-line-overhead-black::before {
  display: block;

  width: 25%;

  height: 10px;

  margin: auto;

  margin-bottom: 15px;

  background: #000000;
}

.btn-custom-black {
  background: #000000;

  border-radius: 0 !important;

  color: #ffffff;
}

.btn-custom-black:hover {
  background: black;

  color: #ffffff;
}

.shadow-custom {
  box-shadow: 3px 3px 10px #18181850;
}

.shadow-custom-sm {
  box-shadow: 1px 1px 3px #18181850;
}

.bg-custom-facebook {
  background: #0000ff !important;

  color: #ffffff;
}

.bg-custom-facebook:hover {
  background: #ffffff !important;

  color: #0000ff;
}

.bg-custom-facebook-reverse {
  background: #ffffff !important;

  color: #0000ff;
}

.text-custom-facebook {
  color: #0000ff !important;
}

.text-custom-facebook:hover {
  padding-left: 1px;

  padding-right: 1px;

  background: #0000ff;

  border-radius: 100%;

  color: #ffffff !important;
}

.bg-custom-twitter {
  background: #0099ff !important;

  color: #ffffff;
}

.bg-custom-twitter:hover {
  background: #ffffff !important;

  color: #0099ff;
}

.bg-custom-twitter-reverse {
  background: #ffffff !important;

  color: #0099ff;
}

.text-custom-twitter {
  color: #0099ff !important;
}

.text-custom-twitter:hover {
  padding-left: 1px;

  padding-right: 1px;

  background: #0099ff;

  border-radius: 100%;

  color: #ffffff !important;
}

.bg-custom-youtube {
  background: #ff0000 !important;

  color: #ffffff;
}

.bg-custom-youtube:hover {
  background: #ffffff !important;

  color: #ff0000;
}

.bg-custom-youtube-reverse {
  background: #ffffff !important;

  color: #ff0000;
}

.text-custom-youtube {
  color: #ff0000 !important;
}

.text-custom-youtube:hover {
  padding-left: 1px;

  padding-right: 1px;

  background: #ff0000;

  border-radius: 100%;

  color: #ffffff !important;
}

.bg-custom-linkedin {
  background: #0e76a8 !important;

  color: #ffffff;
}

.bg-custom-linkedin:hover {
  background: #ffffff !important;

  color: #0e76a8;
}

.bg-custom-linkedin-reverse {
  background: #ffffff !important;

  color: #0e76a8;
}

.text-custom-linkedin {
  color: #0e76a8 !important;
}

.text-custom-linkedin:hover {
  padding-left: 1px;

  padding-right: 1px;

  background: #0e76a8;

  border-radius: 100%;

  color: #ffffff !important;
}

.bg-custom-gradient {
  background: linear-gradient(to bottom, #0b9446, #b67016);
}

.bg-custom-gradient-reverse {
  background: linear-gradient(to bottom, #b67016, #0b9446);
}

.block {
  height: 100px;
}

.rounded-custom {
  border-radius: 25px;
}

.cursor {
  cursor: pointer;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.carousel {
  width: 100%;

  height: 70vh;
}

.carousel .carousel-item img {
  height: 70vh;

  width: 100%;

  object-fit: cover;
}

.carousel .carousel-item .carousel-caption {
  font-size: 30px;

  line-height: 125%;

  text-shadow: 0px 0px 2px #000000;

  bottom: 10%;
}

.carousel .carousel-item .carousel-caption small {
  display: block;

  font-size: 15px;

  line-height: 150%;
}

.carousel .carousel-item .carousel-caption .btn {
  text-shadow: none;

  font-family: "Nunito Sans", Arial, sans-serif;
}

/* Tablet Breakpoint */

/* Breakpoint Desktop */

@media screen and (min-width: 992px) {
  .carousel {
    height: 80vh;
  }

  .carousel .carousel-item img {
    height: 80vh;
  }

  .carousel .carousel-item .carousel-caption {
    right: 12%;

    left: auto;

    width: 40%;

    font-size: 45px;

    font-family: cursive, Times, sans-serif;

    text-align: right;

    text-shadow: 0px 0px 10px #000000;

    line-height: 95%;

    letter-spacing: -1px;
  }

  .carousel .carousel-item .carousel-caption small {
    font-size: 20px;

    letter-spacing: normal;
  }

  .carousel-menu {
    position: absolute;

    left: 13%;

    bottom: 0;
  }
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.corporate-button {
  background: #ffffff;

  border-radius: 0;

  border: none;

  box-shadow: 0px 0px 1.5px #0b9446;

  padding-left: 25px;

  padding-right: 25px;

  color: #0b9446;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* Website Header */

header .logo {
  position: relative;
}

header .logo img {
  height: 50px;
}

header .logo .tagline {
  position: absolute;

  bottom: -15px;

  left: 10%;

  transform: rotate(-2deg);

  font-size: 12px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.navbar .nav-item .nav-link {
  color: #343a40;

  font-weight: bold;

  text-transform: uppercase;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item.active .nav-link {
  color: #0b9446 !important;
}

.navbar .dropdown-menu {
  padding-left: 10px;

  padding-right: 10px;

  text-align: right;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    min-width: max-content;

    text-align: left;
  }
}

footer {
  padding-top: 10px;

  padding-bottom: 10px;
}

footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #eeeeee;
}

footer ul,
footer ol {
  margin-left: 0;

  padding-left: 0;

  list-style: none;
}

footer #myBtn {
  display: none;

  /* Hidden by default */

  padding: 15px;

  /* Some padding */

  position: fixed;

  /* Fixed/sticky position */

  bottom: 20px;

  /* Place the button at the bottom of the page */

  right: 30px;

  /* Place the button 30px from the right */

  z-index: 99;

  /* Make sure it does not overlap */

  border: none;

  /* Remove borders */

  background-color: #b67016;

  /* Set a background color */

  cursor: pointer;

  /* Add a mouse pointer on hover */

  color: white;

  /* Text color */

  font-size: 18px;

  /* Increase font size */
}

footer #myBtn:hover {
  background-color: #333333;

  /* Add a dark-grey background on hover */
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* Default Page View */

.page-block .page-banner {
  position: relative;
}

.page-block .page-banner .page-title {
  background: #b67016;

  font-size: 25px;

  color: #ffffff !important;

  padding: 20px 30px;

  width: 100%;
}

.page-content img {
  max-width: 100%;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.updates .image {
  height: 200px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* Section to showcase our eventss */

.events .image {
  height: 200px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.programs .image {
  height: 200px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* Tablet Breakpoint */

/* Desktop Breakpoint */

@media screen and (min-width: 992px) {
  .product-single .image {
    width: 50%;
  }

  .product-single .text {
    width: 40%;
  }
}

.projects .image {
  height: 200px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

.gallery-album .image {
  height: 200px;
}

/* For Image Popup */

.gallery-modal {
  background: rgba(182, 112, 22, 0.5);

  /* Next & previous buttons */
}

.gallery-modal .modal-dialog {
  max-width: max-content;
}

.gallery-modal .myImages {
  position: relative;
}

.gallery-modal .myImages img {
  width: auto;

  max-height: 90vh !important;
}

.gallery-modal .myImages .caption-container {
  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 15px;

  background: rgba(0, 0, 0, 0.8);

  color: #ffffff;
}

.gallery-modal .myImages .numbertext {
  position: absolute;

  top: 0;

  padding: 5px 15px;

  background: rgba(0, 0, 0, 0.5);

  color: #ffffff;

  font-size: small;

  text-shadow: 0px 0px 10px #000000;
}

.gallery-modal .prev,
.gallery-modal .next {
  position: absolute;

  top: 50%;

  width: auto;

  padding: 16px;

  cursor: pointer;

  background: rgba(0, 0, 0, 0.1);

  color: #ffffff;

  font-weight: bold;

  font-size: 20px;

  transition: 0.6s ease;

  user-select: none;

  -webkit-user-select: none;
}

.gallery-modal .next {
  right: 0;

  border-radius: 3px 0 0 3px;
}

.gallery-modal .close_button {
  position: absolute;

  z-index: 10000;

  top: 0;

  right: 0;

  padding: 5px 15px;

  cursor: pointer;

  background: rgba(0, 0, 0, 0.5);

  color: #ffffff;

  font-size: 20px;
}

/* Blog Display */

.blog-card {
  padding: 0;

  background-color: #ffffff;

  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.blog-card:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.blog-card .image {
  height: 200px;
}

.blog-card .text {
  padding: 25px;
}

.blog-card .text p {
  margin-bottom: 0;
}

.blog-card .text small,
.blog-card .text .small {
  color: #666;
}

/* Featured Sections with full Image and text on top */

.featured {
  height: 300px;

  position: relative;
}

.featured .image {
  height: 100%;
}

.featured .image img {
  transition: transform 0.5s;
}

.featured h1,
.featured h1,
.featured h3,
.featured h4,
.featured h5,
.featured h6,
.featured p {
  color: #eee !important;
}

.featured .text {
  position: absolute;

  bottom: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  width: 100%;

  height: 100%;

  padding: 40px;

  background: rgba(0, 0, 0, 0.6);

  color: #ffffff;
}

.featured .text:hover {
  background: rgba(0, 0, 0, 0.7);
}

.featured:hover img {
  transform: scale(1.2);
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* Partner logos */

.partner-img {
  max-width: 30%;

  height: auto;

  margin: 10px;
}

/* Tablet and Above */

@media screen and (min-width: 768px) {
  .partner-img {
    height: 100px;

    width: 160px;

    max-width: none;
  }
}

/* Desktop Breakpoint */

.team .image {
  height: 250px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

/* TESTIMONIAL STYLING */

.testimonials .image {
  height: 200px;
}

/* Tablet Breakpoint */

/* Desktop Breakpoint */

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

