@import url("https://fonts.googleapis.com/css?family=Poppins|Lato");

body:before {
  content: "smartphone";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 320px) {
  body:before {
    content: "x-sm"; } }

@media (min-width: 500px) {
  body:before {
    content: "sm"; } }

@media (min-width: 670px) {
  body:before {
    content: "md"; } }

@media (min-width: 768px) {
  body:before {
    content: "md-lg"; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; } }

@media (min-width: 1200px) {
  body:before {
    content: "x-lg"; } }

@media (min-width: 1440px) {
  body:before {
    content: "xx-lg"; } }

@media (min-width: 1600px) {
  body:before {
    content: "xxx-lg"; } }

html {
  font-size: 10px;
  overflow-x: hidden; }
@media (max-width: 768px) {
  html {
    font-size: calc(8px + .4vw); } }

a {
  text-decoration: none !important;
  outline: 0; }
a:visited {
  text-decoration: none !important;
  border: none !important;
  outline: 0; }

body {
  height: 100vh; }

body {
  min-height: 100vh; }

.title {
  font-size: 1.5rem; }

label {
  margin-left: 1.7%; }

.body {
  font-size: 1rem;
  overflow: hidden; }

body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: Lato, sans-serif;
  margin: 0 auto !important; }


h1,
h2,
h3 {
  font-family: Poppins, sans-serif; }

.h1-sans,
.h2-sans,
.p-small,
.p-large,
p {
  font-family: Lato, sans-serif; }

h1 {
  font-size: 2.9rem; }
@media (min-width: 670px) {
  h1 {
    font-size: 4rem; }
  h1 body:before {
    content: "md"; } }
@media (min-width: md) {
  h1 {
    font-size: 4rem; } }
@media (min-width: 992px) {
  h1 {
    font-size: 7rem; }
  h1 body:before {
    content: "lg"; } }
@media (min-width: lg) {
  h1 {
    font-size: 7rem; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 7.9rem; }
  h1 body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  h1 {
    font-size: 7.9rem; } }

h2 {
  font-size: 5.5rem; }

h3 {
  font-size: 4.2rem; }

p {
  font-size: 1.5rem; }
@media (min-width: 500px) {
  p {
    font-size: 2.6rem; }
  p body:before {
    content: "sm"; } }
@media (min-width: sm) {
  p {
    font-size: 2.6rem; } }

.h1-sans {
  font-size: 5.5rem; }

.h2-sans {
  font-size: 4rem; }

.text-small {
  font-size: 1.5rem; }

.text-xsmall {
  font-size: 1.0rem; }

@media (min-width: 992px) {
  .text-small {
    font-size: 2rem; }
  .text-small body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .text-small {
    font-size: 2rem; } }
@media (min-width: 992px) {
  .text-small {
    font-size: 2rem; }
  .text-small body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .text-small {
    font-size: 2rem; } }
@media (min-width: 1200px) {
  .text-small {
    font-size: 1.9rem; }
  .text-small body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .text-small {
    font-size: 1.9rem; } }
@media (min-width: 1440px) {
  .text-small {
    font-size: 2.2rem; }
  .text-small body:before {
    content: "xx-lg"; } }
@media (min-width: xx-lg) {
  .text-small {
    font-size: 2.2rem; } }

.text-large {
  font-size: 1.2rem; }
@media (min-width: 500px) {
  .text-large {
    font-size: 1.3rem; }
  .text-large body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .text-large {
    font-size: 1.3rem; } }
@media (min-width: 670px) {
  .text-large {
    font-size: 1.6rem; }
  .text-large body:before {
    content: "md"; } }
@media (min-width: md) {
  .text-large {
    font-size: 1.6rem; } }
@media (min-width: 992px) {
  .text-large {
    font-size: 2rem; }
  .text-large body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .text-large {
    font-size: 2rem; } }
@media (min-width: 1200px) {
  .text-large {
    font-size: 3rem; }
  .text-large body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .text-large {
    font-size: 3rem; } }
@media (min-width: 1440px) {
  .text-large {
    font-size: 3.6rem; }
  .text-large body:before {
    content: "xx-lg"; } }
@media (min-width: xx-lg) {
  .text-large {
    font-size: 3.6rem; } }

.banner-heading {
    font-size: clamp(2.9rem, 4vw, 7.9rem); /* responsive scaling */
    font-weight: bold;

}

/*
div > img{
  width: 100%;
  min-width: 100%; }
*/
.btn-xsmall {
  font-size: 1.6rem;
  text-transform: capitalize;
  background: #666666;
  color: #ffffff;
  padding: .3rem .6rem;
  border: none; }
.btn-xsmall:hover {
  opacity: .8;
  color: #ffffff;
  text-decoration: none; }

.btn-small {
  font-size: 2.4rem;
  text-transform: capitalize;
  background: #666666;
  color: #ffffff;
  padding: .2rem .5rem;
  border: none; }
.btn-small:hover {
  opacity: .8;
  color: #ffffff;
  text-decoration: none; }

.btn-small-blue {
  width: 15rem;
  font-size: 2.4rem;
  display: table;
  text-transform: capitalize;
  background: #6fa287;
  color: #ffffff;
  padding: .2rem .5rem;
  border-bottom: 0.3rem solid #666666;
  border-top: none;
  border-right: none;
  border-left: none; }
.btn-small-blue:hover {
  opacity: .8;
  color: #ffffff;
  text-decoration: none; }

.btn-dark {
  background: #666666; }

.btn-blue {
  background: #6fa287; }

.btn-pink {
  background: #95bfa4;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
}

.btn-orange {
  background: #e46612;
    width: 15rem;
    font-size: 2.0rem;
    color: #ffffff;
  position: relative;
}

.btn-transparent {
  background: transparent;
  font-size: 3rem;
  padding: .5rem;
  width: 25rem;
  color: #ffffff;
  border: 0.2rem solid #ffffff;
  box-shadow: none; }
.btn-transparent:hover {
  opacity: .7; }

.btn-learn {
    background: black;
    font-size: 3rem;
    padding: .5rem;
    width: 25rem;
    color: #ffffff;
    border: 0.2rem solid #ffffff;
    box-shadow: none; }
.btn-learn:hover {
    opacity: .7; }

.btn-center {
  display: block;
  position: relative;
  float: none !important;
  left: auto;
  position: relative; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.hide {
  display: none; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.display-block {
  display: block; }

.padding {
  padding: 5% 5%; }
@media (min-width: 768px) {
  .padding {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0; }
  .padding body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .padding {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0; } }

.padding-large {
  padding: 10% 10%; }
@media (min-width: 768px) {
  .padding-large {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0; }
  .padding-large body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .padding-large {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0; } }

.padding-xlarge {
  padding: 10% 10%; }
@media (min-width: 768px) {
  .padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%; }
  .padding-xlarge body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%; } }

.padding-small {
  padding: 2% 2%; }
@media (min-width: 768px) {
  .padding-small {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0; }
  .padding-small body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .padding-small {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0; } }

.padding-right {
  padding-right: 10%; }

.padding-left {
  padding-left: 10%; }

.padding-top {
  padding-top: 10%; }

.padding-top-small {
  padding-top: 5%;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-top-xsmall {
  padding-top: 2%;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-top-xsmall {
  padding-top: 2%; }

.padding-bottom {
  padding-bottom: 10%; }

.padding-bottom-small {
  padding-bottom: 5%; }

.padding-topbottom {
  padding-top: 10%;
  padding-bottom: 10%; }

.padding-topbottom-small {
  padding: 5% 0; }

.padding-topbottom-xsmall {
  padding: 2% 0; }

.padding-leftright {
  padding: 0 10%; }

.border-bottom {
  border-bottom: 0.8rem solid #666666; }

.margin-right {
  margin-right: 10%; }

.margin-right-small {
  margin-right: 5%; }

.margin-right-xsmall {
  margin-right: 2%; }

.margin-left {
  margin-left: 10%; }

.margin-left-small {
  margin-left: 5%; }

.margin-left-xsmall {
  margin-left: 2%; }

.margin-top {
  margin-top: 10%; }

.margin-top-small {
  margin-top: 5%; }

.margin-bottom {
  margin-right: 10%; }

.margin-topbottom {
  margin: 10% 0; }

.margin-leftright {
  margin: 0 10%; }

.nomargin {
  margin: 0 !important; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

  /*
.text-center {
  text-align: center; }
*/
.cursor-pointer {
  cursor: pointer !important; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.border-blue {
  border: 1px solid #083757; }

.sans {
  font-family: Poppins, sans-serif; }

.text-grey {
  color: #666666; }

.text-greydark {
  color: #333333; }

.text-grey-light {
  color: #cccccc; }

.text-white {
  color: #ffffff; }

.text-cyan {
  color: #66cccc; }

.text-blue {
  color: #3333cc; }

.text-blue-dark {
  color: #083757; }

.text-uppercase {
  text-transform: uppercase; }

.bg-dark {
  background: #333333; }

.bg-white {
  background: #ffffff; }

.bg-dark {
  background: #333333; }

.bg-grey {
  background: #e8e8e8; }

.bg-blue {
  background: #6fa287; }

.bg-grey-light {
  background: #dfdfdf; }

.bg-blue-dark {
  background: #083757; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-align-bottom {
  align-self: end; }

.vertical-align {
  display: flex;
  flex-direction: row; }

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Optional, to align inner items 
                              horizontally inside the column */ }

.btn-bottom {
  margin-right: 2%; }
@media (min-width: 992px) {
  .btn-bottom {
    position: absolute;
    bottom: 2%;
    width: 150px;
    right: 0;
    margin-right: 0; }
  .btn-bottom body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .btn-bottom {
    position: absolute;
    bottom: 2%;
    width: 150px;
    right: 0;
    margin-right: 0; } }

.box-shadow {
  box-shadow: 0 8px 5px 0px #666666; }
/*
.carousel .carousel-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
@media (max-width: 670px) {
  .carousel .carousel-content-wrap {
    height: 30rem; } }
@media (min-width: 670px) {
  .carousel .carousel-content-wrap {
    height: 100%; }
  .carousel .carousel-content-wrap body:before {
    content: "md"; } }
@media (min-width: md) {
  .carousel .carousel-content-wrap {
    height: 100%; } }
.carousel .carousel-content-wrap .carousel-content {
  position: absolute;
  margin-left: 10%;
  top: 50%;
  transform: translateY(-50%); }
@media (min-width: 320px) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 10%;
    top: 50%;
    transform: translateY(-50%); }
  .carousel .carousel-content-wrap .carousel-content body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 10%;
    top: 50%;
    transform: translateY(-50%); } }
@media (min-width: 768px) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 7%;
    top: 50%;
    transform: translateY(-50%); }
  .carousel .carousel-content-wrap .carousel-content body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 7%;
    top: 50%;
    transform: translateY(-50%); } }
@media (min-width: 1200px) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .carousel .carousel-content-wrap .carousel-content body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .carousel .carousel-content-wrap .carousel-content {
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%); } }

.carousel .arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  min-width: 20%;
  left: 20%; }

.carousel .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  min-width: 20%;
  right: 20%; }

.carousel .arrow-left-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20% !important;
  min-width: 20%;
  left: 20%; }

.carousel .arrow-right-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20% !important;
  min-width: 20%;
  right: 20%; }

@media (max-width: 670px) {
  .carousel .item {
    height: 30rem;
    overflow: hidden; }
  .carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 30rem;
    min-height: 30rem;
    object-fit: cover; } }

@media (min-width: 670px) {
  .carousel body:before {
    content: "md"; } }
*/
.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0; }

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress .progress-left {
  left: 0; }

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0; }

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.progress .progress-right {
  right: 0; }

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards; }

.progress .progress-value {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -3%;
  left: 21%; }
.progress .progress-value:nth-child(3n) {
  top: -6%; }

.progress-icon {
  width: 50%;
  min-width: 100%;
  margin-left: 2rem; }

.progress-number {
  position: absolute;
  z-index: 1000;
  color: #3333cc;
  font-weight: bold;
  left: 1%;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2rem; }

.thumb-number {
  top: 45%; }
@media (min-width: 320px) {
  .thumb-number {
    top: 47%; }
  .thumb-number body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .thumb-number {
    top: 47%; } }
@media (min-width: 768px) {
  .thumb-number {
    top: 37%; }
  .thumb-number body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .thumb-number {
    top: 37%; } }
@media (min-width: 1200px) {
  .thumb-number {
    top: 42%; }
  .thumb-number body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .thumb-number {
    top: 42%; } }

.doc-number {
  top: 45%; }
@media (min-width: 320px) {
  .doc-number {
    top: 50%; }
  .doc-number body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .doc-number {
    top: 50%; } }
@media (min-width: 768px) {
  .doc-number {
    top: 37%; }
  .doc-number body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .doc-number {
    top: 37%; } }
@media (min-width: 992px) {
  .doc-number {
    top: 42%; }
  .doc-number body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .doc-number {
    top: 42%; } }
@media (min-width: 1200px) {
  .doc-number body:before {
    content: "x-lg"; } }

.bulb-number {
  top: 45%; }
@media (min-width: 320px) {
  .bulb-number {
    top: 52%; }
  .bulb-number body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .bulb-number {
    top: 52%; } }
@media (min-width: 768px) {
  .bulb-number {
    top: 42%; }
  .bulb-number body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .bulb-number {
    top: 42%; } }
@media (min-width: 992px) {
  .bulb-number {
    top: 44%; }
  .bulb-number body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .bulb-number {
    top: 44%; } }
@media (min-width: 1200px) {
  .bulb-number {
    top: 50%; }
  .bulb-number body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .bulb-number {
    top: 50%; } }

.cup-number {
  top: 51%; }
@media (min-width: 768px) {
  .cup-number {
    top: 40%; }
  .cup-number body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .cup-number {
    top: 40%; } }
@media (min-width: 992px) {
  .cup-number {
    top: 48%; }
  .cup-number body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .cup-number {
    top: 48%; } }
@media (min-width: 1200px) {
  .cup-number body:before {
    content: "x-lg"; } }

.progress.blue .progress-bar {
  border-color: #3333cc; }

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s; }

.progress.yellow .progress-bar {
  border-color: #fdba04; }

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s; }

.progress.pink .progress-bar {
  border-color: #ed687c; }

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s; }

.progress.green .progress-bar {
  border-color: #1abc9c; }

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg); } }

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px; } }
/*
.home .home-carousel p {
  width: 50%;
  color: #333333; }
@media (min-width: 500px) {
  .home .home-carousel p {
    width: 45%; }
  .home .home-carousel p body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .home .home-carousel p {
    width: 45%; } }
@media (min-width: 670px) {
  .home .home-carousel p {
    width: 30%; }
  .home .home-carousel p body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .home-carousel p {
    width: 30%; } }
@media (min-width: 768px) {
  .home .home-carousel p {
    width: 45%; }
  .home .home-carousel p body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .home .home-carousel p {
    width: 45%; } }
@media (min-width: 992px) {
  .home .home-carousel p {
    width: 50%; }
  .home .home-carousel p body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .home-carousel p {
    width: 50%; } }
.home .home-carousel p span {
  font-weight: bold;
  text-transform: uppercase; }

.home .home-carousel h1 {
  color: #333333;
  font-weight: bold; }

.home .home-carousel .arrow-right,
.home .home-carousel .arrow-left {
  top: unset;
  bottom: 10%;
  transform: unset;
  width: 25%;
  min-width: 55%; }
@media (min-width: 500px) {
  .home .home-carousel .arrow-right,
  .home .home-carousel .arrow-left {
    bottom: 5%;
    min-width: 35%; }
  .home .home-carousel .arrow-right body:before,
  .home .home-carousel .arrow-left body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .home .home-carousel .arrow-right,
  .home .home-carousel .arrow-left {
    bottom: 5%;
    min-width: 35%; } }
@media (min-width: 992px) {
  .home .home-carousel .arrow-right,
  .home .home-carousel .arrow-left {
    bottom: 5%;
    min-width: 25%;
    width: 25%; }
  .home .home-carousel .arrow-right body:before,
  .home .home-carousel .arrow-left body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .home-carousel .arrow-right,
  .home .home-carousel .arrow-left {
    bottom: 5%;
    min-width: 25%;
    width: 25%; } }
*/
.home .good-solutions {
  position: relative; }
.home .good-solutions .container {
  position: relative; }
.home .good-solutions a:visited, .home .good-solutions a:active {
  text-decoration: none !important;
  color: #ffffff; }
.home .good-solutions .content {
  padding-top: 2%;
  padding-bottom: 4%; }
@media (min-width: 992px) {
  .home .good-solutions .content {
    position: absolute;
    top: 5%;
    left: -3%;
    right: 0;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0; }
  .home .good-solutions .content body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .good-solutions .content {
    position: absolute;
    top: 5%;
    left: -3%;
    right: 0;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0; } }
.home .good-solutions .filler {
  background: transparent; }
.home .good-solutions .content-background {
  background-image: url(assets/images/home/hotel_lobby.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: none; }
@media (min-width: 992px) {
  .home .good-solutions .content-background {
    font-size: 1.5rem;
    display: block; }
  .home .good-solutions .content-background body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .good-solutions .content-background {
    font-size: 1.5rem;
    display: block; } }
.home .good-solutions p {
  font-size: 1.8rem; }
@media (min-width: 500px) {
  .home .good-solutions p {
    font-size: 1.5rem; }
  .home .good-solutions p body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .home .good-solutions p {
    font-size: 1.5rem; } }
@media (min-width: 670px) {
  .home .good-solutions p {
    font-size: 2.1rem; }
  .home .good-solutions p body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .good-solutions p {
    font-size: 2.1rem; } }
@media (min-width: 768px) {
  .home .good-solutions p {
    font-size: 2.3rem; }
  .home .good-solutions p body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .home .good-solutions p {
    font-size: 2.3rem; } }
@media (min-width: 992px) {
  .home .good-solutions p {
    font-size: 2.1rem; }
  .home .good-solutions p body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .good-solutions p {
    font-size: 2.1rem; } }
@media (min-width: 1200px) {
  .home .good-solutions p {
    font-size: 2.45rem; }
  .home .good-solutions p body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .home .good-solutions p {
    font-size: 2.45rem; } }
.home .good-solutions h3,
.home .good-solutions p {
  color: #333333; }
@media (min-width: 992px) {
  .home .good-solutions h3 {
    font-size: 4rem; }
  .home .good-solutions h3 body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .good-solutions h3 {
    font-size: 4rem; } }

.home .services {
  background: #3333cc;
  color: #ffffff; }
.home .services .content .block {
  text-align: center !important;
  position: relative;
  height: 35em; }
@media (min-width: 992px) {
  .home .services .content .block {
    height: 32em; }
  .home .services .content .block body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .services .content .block {
    height: 32em; } }
.home .services .content .block .block-content {
  position: absolute;
  left: 0; }
.home .services .content .block .block-content p {
  padding: 0 2rem; }
.home .services .content .block:nth-child(0n+2) {
  background: #333399;
  top: 12%; }
.home .services .content .block:nth-child(0n+2) .block-content {
  top: 14%; }
.home .services .content .block:nth-child(3n) {
  background: #5556c3; }
.home .services .content .block:nth-child(3n) .block-content {
  top: 11%; }
@media (min-width: 992px) {
  .home .services .content .block:nth-child(3n) .block-content {
    top: 8%; }
  .home .services .content .block:nth-child(3n) .block-content body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .services .content .block:nth-child(3n) .block-content {
    top: 8%; } }
.home .services .content .block:nth-child(4n) {
  background: #333399; }
.home .services .content .block:nth-child(4n) .block-content {
  top: 10%; }
@media (min-width: 992px) {
  .home .services .content .block:nth-child(4n) {
    background: #5556c3; }
  .home .services .content .block:nth-child(4n) body:before {
    content: "lg"; }
  .home .services .content .block:nth-child(4n) .block-content {
    top: 5%; } }
@media (min-width: lg) {
  .home .services .content .block:nth-child(4n) {
    background: #5556c3; }
  .home .services .content .block:nth-child(4n) .block-content {
    top: 5%; } }
.home .services .content .block:nth-child(5n) {
  background: #5556c3; }
.home .services .content .block:nth-child(5n) .block-content {
  top: 7.5%; }
@media (min-width: 992px) {
  .home .services .content .block:nth-child(5n) {
    background: #333399; }
  .home .services .content .block:nth-child(5n) body:before {
    content: "lg"; }
  .home .services .content .block:nth-child(5n) .block-content {
    top: 8%; } }
@media (min-width: lg) {
  .home .services .content .block:nth-child(5n) {
    background: #333399; }
  .home .services .content .block:nth-child(5n) .block-content {
    top: 8%; } }
.home .services .content .block .h2-sans {
  font-weight: bold; }
.home .services .content .block p {
  font-size: 4.8vw; }
@media (min-width: 320px) {
  .home .services .content .block p {
    font-size: 3.7vw; }
  .home .services .content .block p body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .home .services .content .block p {
    font-size: 3.7vw; } }
@media (min-width: 500px) {
  .home .services .content .block p {
    font-size: 2rem; }
  .home .services .content .block p body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .home .services .content .block p {
    font-size: 2rem; } }
@media (min-width: 670px) {
  .home .services .content .block p {
    font-size: 2.5rem; }
  .home .services .content .block p body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .services .content .block p {
    font-size: 2.5rem; } }
@media (min-width: 992px) {
  .home .services .content .block p {
    font-size: 1.7rem; }
  .home .services .content .block p body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .services .content .block p {
    font-size: 1.7rem; } }
@media (min-width: 1200px) {
  .home .services .content .block p {
    font-size: 2rem; }
  .home .services .content .block p body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .home .services .content .block p {
    font-size: 2rem; } }
.home .services .content .block .btn-small-blue {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto; }
@media (min-width: 320px) {
  .home .services .content .block .btn-small-blue {
    bottom: 8%; }
  .home .services .content .block .btn-small-blue body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .home .services .content .block .btn-small-blue {
    bottom: 8%; } }
@media (min-width: 500px) {
  .home .services .content .block .btn-small-blue {
    bottom: 12%; }
  .home .services .content .block .btn-small-blue body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .home .services .content .block .btn-small-blue {
    bottom: 12%; } }
@media (min-width: 670px) {
  .home .services .content .block .btn-small-blue {
    bottom: 8%; }
  .home .services .content .block .btn-small-blue body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .services .content .block .btn-small-blue {
    bottom: 8%; } }
.home .services img {
  width: auto;
  min-width: auto; }

.home .what-makes-us p {
  font-size: 2rem; }
@media (min-width: 992px) {
  .home .what-makes-us p {
    font-size: 1.75rem; }
  .home .what-makes-us p body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .what-makes-us p {
    font-size: 1.75rem; } }
@media (min-width: 1200px) {
  .home .what-makes-us p {
    font-size: 2rem; }
  .home .what-makes-us p body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .home .what-makes-us p {
    font-size: 2rem; } }

.home .what-makes-us .content-block {
  padding-bottom: 5%;
  position: relative; }
@media (min-width: 992px) {
  .home .what-makes-us .content-block {
    padding-bottom: 0; }
  .home .what-makes-us .content-block body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .home .what-makes-us .content-block {
    padding-bottom: 0; } }

.home .our-mission {
  background: #66cccc; }

.home .meet-our-team {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/home/meet-the-team.jpg);
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat; }
@media (min-width: 670px) {
  .home .meet-our-team {
    background-image: url(assets/images/home/meet-the-team.jpg);
    background-position: center; }
  .home .meet-our-team body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .meet-our-team {
    background-image: url(assets/images/home/meet-the-team.jpg);
    background-position: center; } }

.home .counters {
  color: #666666; }
.home .counters p {
  font-size: 2rem;
  margin-top: 1rem; }
.home .counters .thumbs-up {
  margin-left: 1.5rem !important; }
.home .counters .bulb {
  margin-left: 1.55rem !important; }

.home .contact-us {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/home/employment-imag_1.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; }
@media (min-width: 670px) {
  .home .contact-us {
    background-image: url(assets/images/home/employment-imag_1.jpg);
    background-position: center; }
  .home .contact-us body:before {
    content: "md"; } }
@media (min-width: md) {
  .home .contact-us {
    background-image: url(assets/images/home/employment-imag_1.jpg);
    background-position: center; } }

.about .banner .image {
  background-image: url(assets/images/about/about_us_banner_photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.about .content-video h3 {
  font-size: 3.8rem; }
@media (min-width: 500px) {
  .about .content-video h3 {
    font-size: 4.2rem; }
  .about .content-video h3 body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .about .content-video h3 {
    font-size: 4.2rem; } }

.about .video {
  position: relative;
  padding-bottom: 45%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.about .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.about .blockquote {
  font-size: 2rem;
  font-style: italic;
  color: #6fa287;
  padding-bottom: 2rem; }

@media (min-width: 320px) {
  .about body:before {
    content: "x-sm"; }
  .about .banner .image {
    height: 15rem; } }

@media (min-width: x-sm) {
  .about .banner .image {
    height: 15rem; } }

@media (min-width: 500px) {
  .about body:before {
    content: "sm"; }
  .about .banner .image {
    height: 20rem; }
  .about .text-small {
    font-size: 2.5rem; } }

@media (min-width: sm) {
  .about .banner .image {
    height: 20rem; }
  .about .text-small {
    font-size: 2.5rem; } }

@media (min-width: 670px) {
  .about body:before {
    content: "md"; }
  .about .banner .image {
    height: 25rem; } }

@media (min-width: md) {
  .about .banner .image {
    height: 25rem; } }

@media (min-width: 768px) {
  .about body:before {
    content: "md-lg"; }
  .about .banner .image {
    height: 30rem; } }

@media (min-width: md-lg) {
  .about .banner .image {
    height: 30rem; } }

@media (min-width: 992px) {
  .about body:before {
    content: "lg"; }
  .about .banner .image {
    height: 35rem; }
  .about .video {
    padding-bottom: 25%; } }

@media (min-width: lg) {
  .about .banner .image {
    height: 35rem; }
  .about .video {
    padding-bottom: 25%; } }

@media (min-width: 1200px) {
  .about body:before {
    content: "x-lg"; }
  .about .banner .image {
    height: 30vw; }
  .about .blockquote {
    padding-bottom: 0;
    font-size: 3rem; } }

@media (min-width: x-lg) {
  .about .banner .image {
    height: 30vw; }
  .about .blockquote {
    padding-bottom: 0;
    font-size: 3rem; } }

.banner .image {
  background-image: url(assets/images/contactUs_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.info a {
  color: #333333; }
.info a:hover {
  color: #333333;
  text-decoration: none; }

@media (min-width: 320px) {
  body:before {
    content: "x-sm"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: x-sm) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 500px) {
  body:before {
    content: "sm"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: sm) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 670px) {
  body:before {
    content: "md"; }
  .banner .image {
    height: 25rem; } }

@media (min-width: md) {
  .banner .image {
    height: 25rem; } }

@media (min-width: 768px) {
  body:before {
    content: "md-lg"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: md-lg) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; }
  .banner .image {
    height: 35rem; } }

@media (min-width: lg) {
  .banner .image {
    height: 35rem; } }

@media (min-width: 1200px) {
  body:before {
    content: "x-lg"; }
  .banner .image {
    height: 30vw; } }

@media (min-width: x-lg) {
  .banner .image {
    height: 30vw; } }

.success {
  height: 100%; }

.services .banner .image {
  background-image: url(assets/images/services/banner_photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.services .icon-container {
  position: relative; }

.services .service a {
  color: #666666;
  font-weight: bold; }
.services .service a:hover {
  color: #666666;
  text-decoration: none; }

.services ul {
  font-size: 1.5rem;
  text-align: left;
  margin-left: .5rem; }
.services ul li {
  list-style-position: outside;
  padding-left: 2rem; }

.services #senior {
  background-image: url(assets/images/services/senior_living_img.png); }

.services #hospitality {
  background-image: url(assets/images/services/hospitality_img.png); }

.services #evaluation {
  background-image: url(assets/images/services/evaluation_products_img.png); }

.services #visionary {
  background-image: url(assets/images/services/visionary_training_img.png); }

.services #benchmark {
  background-image: url(assets/images/services/benchmark_performance_img.png); }
.services #benchmark h3 {
  font-size: 3.5rem; }
@media (min-width: 500px) {
  .services #benchmark h3 {
    font-size: 4.5rem; }
  .services #benchmark h3 body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .services #benchmark h3 {
    font-size: 4.5rem; } }

.services .service {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.services .service .image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 50%;
  min-width: 50%;
  padding-top: 3rem; }
.services .service .content h3 {
  color: #6fa287;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: Poppins, sans-serif; }

.services .senior-bg {
  background: #6fa287;
  opacity: 1; }

.services .icons a {
  text-transform: uppercase;
  color: #6fa287; }
.services .icons a:hover {
  color: #6fa287;
  text-decoration: none; }

.services .icons h3 {
  font-family: Poppins, sans-serif;
  font-size: 2rem; }

.services .icons .icon {
  height: 15rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.services .icons .senior {
  background-image: url(assets/images/services/senior_living_icon.png); }
.services .icons .senior:hover {
  /*background-image: url(assets/images/services/senior_living_icon_rollover.png); }*/
  background-image: url(assets/images/services/senior_living_icon_bw.png); }

.services .icons .hospitality {
  background-image: url(assets/images/services/hospitality_icon.png); }
.services .icons .hospitality:hover {
  background-image: url(assets/images/services/hospitality_icon_bw.png); }

.services .icons .eval {
  background-image: url(assets/images/services/evaluation_icon.png); }
.services .icons .eval:hover {
  background-image: url(assets/images/services/evaluation_icon_bw.png); }

.services .icons .vision {
  background-image: url(assets/images/services/visionary_icon.png); }
.services .icons .vision:hover {
  background-image: url(assets/images/services/visionary_training_icon_bw.png); }

.services .icons .benchmark {
  background-image: url(assets/images/services/benchmark_icon.png); }
.services .icons .benchmark:hover {
  background-image: url(assets/images/services/performance_benchmarking_icon_bw.png); }

@media (min-width: 320px) {
  .services body:before {
    content: "x-sm"; }
  .services .banner .image {
    height: 30rem; } }

@media (min-width: x-sm) {
  .services .banner .image {
    height: 30rem; } }

@media (min-width: 500px) {
  .services body:before {
    content: "sm"; }
  .services .banner .image {
    height: 30rem; }
  .services ul {
    font-size: 2.6rem; }
  .services .service .image img {
    width: 30%;
    min-width: 30%; } }

@media (min-width: sm) {
  .services .banner .image {
    height: 30rem; }
  .services ul {
    font-size: 2.6rem; }
  .services .service .image img {
    width: 30%;
    min-width: 30%; } }

@media (min-width: 670px) {
  .services body:before {
    content: "md"; }
  .services .banner .image {
    height: 25rem; }
  .services .service .image img {
    width: 20%;
    min-width: 20%; } }

@media (min-width: md) {
  .services .banner .image {
    height: 25rem; }
  .services .service .image img {
    width: 20%;
    min-width: 20%; } }

@media (min-width: 768px) {
  .services body:before {
    content: "md-lg"; }
  .services .banner .image {
    height: 30rem; }
  .services .service .image img {
    width: 15%;
    min-width: 15%; }
  .services .icons h3 {
    font-size: 2.2rem; } }

@media (min-width: md-lg) {
  .services .banner .image {
    height: 30rem; }
  .services .service .image img {
    width: 15%;
    min-width: 15%; }
  .services .icons h3 {
    font-size: 2.2rem; } }

@media (min-width: 992px) {
  .services body:before {
    content: "lg"; }
  .services .banner .image {
    height: 35rem; }
  .services .service .image img {
    width: 9%;
    min-width: 9%; } }

@media (min-width: lg) {
  .services .banner .image {
    height: 35rem; }
  .services .service .image img {
    width: 9%;
    min-width: 9%; } }

@media (min-width: 1200px) {
  .services body:before {
    content: "x-lg"; }
  .services .banner .image {
    height: 30vw; }
  .services .icons {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40%; }
  .services .icons .icon {
    padding: .5rem; } }

@media (min-width: x-lg) {
  .services .banner .image {
    height: 30vw; }
  .services .icons {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40%; }
  .services .icons .icon {
    padding: .5rem; } }

.blog h3 {
  font-size: 2.3rem; }

.blog .btn-post {
  border-radius: .4rem;
  border: none;
  padding: .5rem 1.5rem;
  color: white;
  background: #6fa287;
  font-weight: bold; }
.blog .btn-post:hover {
  opacity: 0.8; }

.blog ul {
  margin-left: .5rem;
  text-align: left; }
.blog ul li {
  list-style-position: outside;
  padding-left: 2rem;
  line-height: 1; }

.blog .post-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 4rem !important; }

.blog .excerpt {
  padding: 2%; }

.blog .post-bar-wrap {
  position: relative;
  top: 30px; }

.blog .post-bar-wrap-sm {
  position: relative;
  top: 15px; }

.blog .link:hover {
  opacity: 0.7; }

.blog .sidebar {
  padding-top: 10%; }

.blog .share span {
  margin-left: 0; }

.blog .share img {
  width: 100%;
  min-width: 0;
  display: inline-block;
  padding: .2rem !important; }

.blog .monthBtn,
.blog .recentLink,
.blog .categoryLink {
  line-height: 2; }

.blog .banner .image {
  background-image: url(blog/assets/bannerPhoto.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

@media (min-width: 320px) {
  .blog body:before {
    content: "x-sm"; }
  .blog .banner .image {
    height: 10rem; } }

@media (min-width: x-sm) {
  .blog .banner .image {
    height: 10rem; } }

@media (min-width: 500px) {
  .blog body:before {
    content: "sm"; }
  .blog h3 {
    font-size: 3rem; }
  .blog .post-info {
    font-size: 1.7rem; } }

@media (min-width: sm) {
  .blog h3 {
    font-size: 3rem; }
  .blog .post-info {
    font-size: 1.7rem; } }

@media (min-width: 670px) {
  .blog body:before {
    content: "md"; }
  .blog .banner .image {
    height: 15rem; }
  .blog p {
    font-size: 2rem; } }

@media (min-width: md) {
  .blog .banner .image {
    height: 15rem; }
  .blog p {
    font-size: 2rem; } }

@media (min-width: 768px) {
  .blog body:before {
    content: "md-lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog h3 {
    font-size: 4.5rem; }
  .blog p {
    margin-top: -2%;
    padding-top: 0;
    font-size: 1.5rem; } }

@media (min-width: md-lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog h3 {
    font-size: 4.5rem; }
  .blog p {
    margin-top: -2%;
    padding-top: 0;
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  .blog body:before {
    content: "lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 1.5rem; }
  .blog .sidebar {
    padding-top: 0; } }

@media (min-width: lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 1.5rem; }
  .blog .sidebar {
    padding-top: 0; } }

@media (min-width: 1200px) {
  .blog body:before {
    content: "x-lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 0;
    margin-top: 0; }
  .blog .excerpt {
    padding: 0 2%; } }

@media (min-width: x-lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 0;
    margin-top: 0; }
  .blog .excerpt {
    padding: 0 2%; } }

header {
  background: #6fa287;
  position: inherit; }
header img {
  margin-top: 1rem;

}


.logo-mobile {
  display: block; }
@media (min-width: 600px) {
  .logo-mobile {
    display: none; }
  .logo-mobile body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .logo-mobile {
    display: none; } }

.logo-desktop {
  display: none; }
@media (min-width: 1200px) {
  .logo-desktop {
    display: block; }
  .logo-desktop body:before {
    content: "x-lg"; } }
@media (min-width: x-lg) {
  .logo-desktop {
    display: block; } }

.navbar-default {
  height: 17rem;
  background: #6fa287 !important;
  border-color: #6fa287 !important;
  box-shadow: unset !important; }
@media (min-width: 320px) {
  .navbar-default {
    height: 21rem; }
  .navbar-default body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .navbar-default {
    height: 21rem; } }
@media (min-width: 500px) {
  .navbar-default {
    height: 15rem; }
  .navbar-default body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .navbar-default {
    height: 15rem; } }

.nav-links {
  font-size: 2.3rem;
  color: #030303 !important; }
.nav-links:hover {
  color: #ffffff !important; }
/*
.navbar-collapse {
  background: #ffffff;
  border: 0.2rem solid #030303;
  position: relative;
  top: -5rem; }
@media (min-width: 500px) {
  .navbar-collapse {
    top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .navbar-collapse body:before {
    content: "sm"; } }
@media (min-width: sm) {
  .navbar-collapse {
    top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem; } }
@media (min-width: 1200px) {
  .navbar-collapse {
    background: transparent;
    border: none;
    top: 0; }
  .navbar-collapse body:before {
    content: "sm"; } }
@media (min-width: x-lg) {
  .navbar-collapse {
    background: transparent;
    border: none;
    top: 0; } }
*/
ul {
  text-align: center; }

@media (min-width: 670px) {
  .navbar-nav {
    padding-bottom: 6%; }
  .navbar-nav body:before {
    content: "md"; } }

@media (min-width: md) {
  .navbar-nav {
    padding-bottom: 6%; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 0 5px; }
  .navbar-nav > li > a body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a {
    padding: 0 5px; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a > span:first-child {
    display: inline-block;
    padding: 45px 0; }
  .navbar-nav > li > a > span:first-child body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a > span:first-child {
    display: inline-block;
    padding: 45px 0; } }

@media (min-width: 1200px) {
  .iconLink {
    padding: 25px 0 44px 0 !important; }
  .iconLink body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .iconLink {
    padding: 25px 0 44px 0 !important; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a:hover > span:first-child,
  .navbar-nav > li > a:focus > span:first-child,
  .navbar-nav > .activeClass > a > span:first-child {
    box-shadow: inset 0px -7px 0px #fff5e7;
    color: #ffffff; }
  .navbar-nav > li > a:hover > span:first-child body:before,
  .navbar-nav > li > a:focus > span:first-child body:before,
  .navbar-nav > .activeClass > a > span:first-child body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a:hover > span:first-child,
  .navbar-nav > li > a:focus > span:first-child,
  .navbar-nav > .activeClass > a > span:first-child {
    box-shadow: inset 0px -7px 0px #ccccff;
    color: #ffffff; } }

    /*
@media (min-width: 1200px) {
  .navbar-collapse ul {
    position: relative;
    top: 5rem;
    left: 5%; }
  .navbar-collapse ul body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-collapse ul {
    position: relative;
    top: 5rem;
    left: 5%; } }*/

@media (min-width: 1200px) {
  .navbar-nav > li {
    padding: 0 1.5rem; }
  .navbar-nav > li body:before {
    content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li {
    padding: 0 1.5rem; } }

@media (max-width: 1200px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #6fa287 !important; }
    /*
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1000;
    padding: 4rem 0;
    overflow: hidden; }*/
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
    /*
  .navbar-collapse.collapse {
    display: none !important; }
    */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
    /*
  .collapse.in {
    display: block !important; }*/ }

footer {
  background: #6fa287;
  position: relative;
  padding-top: 2%; }
footer img {
  width: 100%;
  min-width: 100%; }
@media (min-width: 670px) {
  footer img {
    width: 60%;
    min-width: 60%; }
  footer img body:before {
    content: "md"; } }
@media (min-width: md) {
  footer img {
    width: 60%;
    min-width: 60%; } }
footer ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0; }
footer ul .header {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold; }
footer ul a {
  color: #eaeaea; }
footer ul a:hover {
  text-decoration: none;
  color: #ffffff; }
footer .copyright {
  padding: 2% 0 0 0;
  font-size: .85rem; }

.about .about-carousel {
  position: relative;
  /*background-image: url(assets/images/about/slider-bg.png);*/
  background-image: url(assets/images/about/green_great_8_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50rem; }
.about .about-carousel .carousel-indicators li {
  border: 1px solid #376e6e; }
.about .about-carousel .carousel-indicators .active {
  background-color: #376e6e; }
.about .about-carousel .item img {
  position: relative !important;
  top: 0;
  left: 0;
  height: 100% !important;
  min-height: 100% !important; }
.about .about-carousel .carousel-content {
  width: 100%;
  padding: 3rem;
  margin-left: 0;
  top: 0;
  transform: unset; }
@media (min-width: 670px) {
  .about .about-carousel .carousel-content {
    transform: translateY(-50%); }
  .about .about-carousel .carousel-content body:before {
    content: "md"; } }
@media (min-width: md) {
  .about .about-carousel .carousel-content {
    transform: translateY(-50%); } }
@media (min-width: 768px) {
  .about .about-carousel .carousel-content {
    padding: 0; }
  .about .about-carousel .carousel-content body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .about .about-carousel .carousel-content {
    padding: 0; } }
.about .about-carousel .carousel-inner {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  overflow: visible !important; }
.about .about-carousel .carousel-inner p {
  width: 100%;
  font-size: 1.3rem;
  margin-top: 1rem; }
.about .about-carousel .carousel-inner .carousel-control {
  background-image: none !important; }
@media (min-width: 320px) {
  .about .about-carousel {
    height: 40rem; }
  .about .about-carousel body:before {
    content: "x-sm"; } }
@media (min-width: x-sm) {
  .about .about-carousel {
    height: 40rem; } }
@media (min-width: 500px) {
  .about .about-carousel {
    height: 40rem; }
  .about .about-carousel body:before {
    content: "sm"; }
  .about .about-carousel .carousel-inner {
    top: 50%;
    transform: translateY(-50%); }
  .about .about-carousel .carousel-inner p {
    font-size: 1.3rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 6rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 2.5rem; } }
@media (min-width: sm) {
  .about .about-carousel {
    height: 40rem; }
  .about .about-carousel .carousel-inner {
    top: 50%;
    transform: translateY(-50%); }
  .about .about-carousel .carousel-inner p {
    font-size: 1.3rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 6rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 2.5rem; } }
@media (min-width: 670px) {
  .about .about-carousel {
    height: 50rem; }
  .about .about-carousel body:before {
    content: "md"; }
  .about .about-carousel .carousel-inner p {
    font-size: 1.8rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 15rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 3rem; } }
@media (min-width: md) {
  .about .about-carousel {
    height: 50rem; }
  .about .about-carousel .carousel-inner p {
    font-size: 1.8rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 15rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 3rem; } }
@media (min-width: 768px) {
  .about .about-carousel {
    height: 60rem; }
  .about .about-carousel body:before {
    content: "md-lg"; }
  .about .about-carousel .carousel-inner p {
    font-size: 2.5rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 21rem; } }
@media (min-width: md-lg) {
  .about .about-carousel {
    height: 60rem; }
  .about .about-carousel .carousel-inner p {
    font-size: 2.5rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 21rem; } }
@media (min-width: 992px) {
  .about .about-carousel {
    height: 65rem; }
  .about .about-carousel body:before {
    content: "lg"; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 27rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 4rem; } }
@media (min-width: lg) {
  .about .about-carousel {
    height: 65rem; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 27rem; }
  .about .about-carousel .carousel-inner .h2-sans {
    font-size: 4rem; } }
@media (min-width: 1200px) {
  .about .about-carousel body:before {
    content: "x-lg"; }
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 33rem; } }
@media (min-width: x-lg) {
  .about .about-carousel .carousel-inner .h2-handwritten {
    font-size: 33rem; } }

.about .carousel .arrow-right,
.about .carousel .arrow-left {
  display: none;
  top: unset !important;
  bottom: 3%;
  transform: unset !important; }

.testimonials-header {
  text-align: left; }
.testimonials-header h2 {
  font-size: 2.5rem; }
@media (min-width: 500px) {
  .testimonials-header body:before {
    content: "sm"; }
  .testimonials-header h2 {
    font-size: 5.5rem; } }
@media (min-width: sm) {
  .testimonials-header h2 {
    font-size: 5.5rem; } }
@media (min-width: 670px) {
  .testimonials-header {
    text-align: center; }
  .testimonials-header body:before {
    content: "md"; }
  .testimonials-header h2 {
    font-size: 5.5rem; } }
@media (min-width: md) {
  .testimonials-header {
    text-align: center; }
  .testimonials-header h2 {
    font-size: 5.5rem; } }

.testimonials-carousel h4 {
  color: #376e6e; }

.testimonials-carousel .item {
  height: auto !important; }

.testimonials-carousel .quote-img {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  height: unset !important;
  min-height: unset !important;
  z-index: -1; }
@media (min-width: 992px) {
  .testimonials-carousel .quote-img {
    width: 40% !important;
    min-width: 40% !important; }
  .testimonials-carousel .quote-img body:before {
    content: "lg"; } }
@media (min-width: lg) {
  .testimonials-carousel .quote-img {
    width: 40% !important;
    min-width: 40% !important; } }

.bio .block {
  position: relative;
  cursor: pointer;
  height: 35rem; }
@media (min-width: 320px) {
  .bio .block body:before {
    content: "x-sm"; } }

.bio .bio-container {
  position: relative; }

.index-arrow-mobile {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%); }

.index-arrow-left-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 15%; }

.index-arrow-center-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 48%; }

.index-arrow-right-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 83%; }

.index-arrow-left-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 12%; }

.index-arrow-center1-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 37%; }

.index-arrow-center2-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 61%; }

.index-arrow-right-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 88%; }

.modal-table {
  margin: 20px;
  font-family: Poppins;
  font-size: medium;
  line-height: 1.6 !important;
}

/* UNIDEV ADDITIONS */

.custom-caption {
  position: absolute;
  top: 50%;        /* vertically center */
  left: 10%;       /* move toward left side */
  transform: translateY(-50%); /* perfect vertical centering */
  text-align: left; /* left-align text */
}

.custom-caption p {
  max-width: 50%;
}

.navbar .nav-link {
  color: #030303 !important;      /* normal color */
  font-size: 1.75rem;
  font-weight: 400;
}

.nav .nav-item .nav-link {
  color: #FFF !important;      /* normal color */
  font-size: 1.75rem;
  font-weight: 400;
}

.nav .nav-link {
  color: #030303 !important;      /* normal color */
  font-size: 1.75rem;
  font-weight: 400;
}

.navbar .nav-link:hover {
  color: #FFF !important;        /* hover color */
}

#navbarNav .active {
  color: #FFF !important;
}

.carousel-text {
  position: relative; /* default static is also fine */
  top: auto;          /* remove absolute positioning */
  padding: 0.5rem;
}

#carouselAbout .carousel-item {
  min-height: 50rem; /* adjust for desktop */
}

/* Make images fill the carousel item */
.carousel-img {
 /* keeps aspect ratio */
  /* optional max height */
  object-fit: cover; /* ensures image covers container without distortion */
}

/* Adjust text spacing on mobile */
@media (max-width: 767px) {
  #carouselAbout .carousel-item {
    min-height: auto; /* allow height to shrink on small screens */
  }
  .carousel-text {
    margin-top: 1rem;
    padding: 0 1rem; /* prevent text from touching screen edges */
  }
  .carousel-img {
    max-height: 300px; /* smaller image on mobile */
  }
}

.testimonials-carousel .carousel-inner .carousel-item .carousel-content { 
  max-width: 80%;
  margin: 0 auto;
}

.accordion-button {
  font-size: large !important;
}

@media (max-width: 767.98px) {
  .carousel-item img {
    max-width: 70vh; /* image will take max 70% of viewport height */
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    top: 10%; /* moves controls up/down */
  }
}


  .bioName {
    color: #3333CC;
  }

  .bioBlock {
    max-width: fit-content;
    margin-left: 5%;
    margin-top: 5%;
  }

  .employee {
    cursor: pointer;
}

.employee-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.employee-container .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;          /* hidden by default */
  transition: opacity 0.3s ease;
}

.employee-container:hover .hover-img {
  opacity: 1;          /* show hover image */
}

.employee-container:hover .default-img {
  opacity: 0;          /* hide default image */
}

.overlay-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.employee-container:hover .overlay-text {
  opacity: 1;
}
