@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Light';
  src: url("../../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Medium';
  src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_SemiBold';
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Bold';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStd-Bold.otf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Regular';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStdBk.woff") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* MIXINS */
.about-us-custom-container {
  padding-left: 10rem;
  padding-right: 10rem;
}

.about-us-banner-v2 {
  height: 100%;
  background-position: 0 -300px !important;
  padding-top: 185px !important;
}

.about-us-banner-v2 .about-container {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-us-banner-v2 .about-container .about-carousel-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00000099;
  width: 50%;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel {
  position: relative;
  height: 100%;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer {
  height: 100%;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  padding: 2rem;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item .item h1 {
  font-family: "Poppins_Medium";
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
  margin-top: 0px;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item .item h2 {
  font-family: "Poppins_Light";
  font-size: 1.7rem;
  color: #ffffff;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item .item h2 span.eart {
  font-family: "Poppins_SemiBold";
  font-size: 1.7rem;
  color: #50ae2d;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item .item h2 span.hauz {
  font-family: "Poppins_SemiBold";
  font-size: 1.7rem;
  color: #004dbc;
  margin-right: 0.5rem;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-stage-outer .owl-stage .owl-item .item p {
  font-family: "Poppins_Light";
  font-size: 0.9rem;
  color: #ffffff;
  text-align: justify;
  line-height: 2;
  margin: 0 0 50px;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 4%;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-dots .owl-dot span {
  margin: 5px 2px;
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
}

.about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-dots .owl-dot:hover span, .about-us-banner-v2 .about-container .about-carousel-container .about-carousel .owl-dots .owl-dot.active span {
  background: #50ae2d;
}

section.about-us-page-features {
  background-color: #f2f2f2;
}

section.about-us-page-features .about-us-custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about-us-page-features .about-us-custom-container .header {
  margin: 3rem 0;
}

section.about-us-page-features .about-us-custom-container .header h2 {
  font-family: "Poppins";
  font-size: 2rem;
  color: #575757;
  margin-bottom: 0px;
  margin-top: 0px;
}

section.about-us-page-features .about-us-custom-container .header .eh-underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.about-us-page-features .about-us-custom-container .header .eh-underline .eart-underline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #50ae2d;
}

section.about-us-page-features .about-us-custom-container .header .eh-underline .hauz-underline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #004dbc;
}

section.about-us-page-features .about-us-custom-container .header .eh-underline .earthauz-underline:first-child {
  margin-right: 0.5px;
}

section.about-us-page-features .about-us-custom-container .header .eh-underline .earthauz-underline:last-child {
  margin-left: 0.5px;
}

section.about-us-page-features .about-us-custom-container .features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items:hover .icon-container img.active {
  display: block;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items:hover .icon-container img.default {
  display: none;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 2rem 1rem;
  margin: 0.5rem;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .icon-container {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .icon-container img.active {
  width: 100px;
  display: none;
  margin: auto;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .icon-container img.default {
  width: 100px;
  display: block;
  margin: auto;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .features-border {
  width: 2px;
  height: 100px;
  background-color: #dfdfdf;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .features-description {
  -webkit-box-flex: 80%;
      -ms-flex: 80%;
          flex: 80%;
  margin-left: 2rem;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .features-description h3 {
  font-family: "Poppins";
  font-size: 1.2rem;
  color: #575757;
}

section.about-us-page-features .about-us-custom-container .features-content .features-items .features-description p {
  font-family: "Poppins_Light";
  font-size: 1rem;
  color: #8a8a8a;
}

section.about-us-page-features .about-us-custom-container .features-content-mobile {
  display: none;
}

section.about-us-page-services {
  background-color: #ffffff;
}

section.about-us-page-services .about-us-custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about-us-page-services .about-us-custom-container .header {
  margin: 3rem 0;
}

section.about-us-page-services .about-us-custom-container .header h2 {
  font-family: "Poppins";
  font-size: 2rem;
  color: #575757;
  margin-bottom: 0px;
  margin-top: 0px;
}

section.about-us-page-services .about-us-custom-container .header .eh-underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.about-us-page-services .about-us-custom-container .header .eh-underline .eart-underline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #50ae2d;
}

section.about-us-page-services .about-us-custom-container .header .eh-underline .hauz-underline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #004dbc;
}

section.about-us-page-services .about-us-custom-container .header .eh-underline .earthauz-underline:first-child {
  margin-right: 0.5px;
}

section.about-us-page-services .about-us-custom-container .header .eh-underline .earthauz-underline:last-child {
  margin-left: 0.5px;
}

section.about-us-page-services .about-us-custom-container .services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items {
  -webkit-box-flex: 23%;
      -ms-flex: 23%;
          flex: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 2rem 1rem;
  margin: 0.5rem;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .icon-container {
  text-align: center;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .icon-container img {
  width: 50%;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description h3 {
  font-family: "Poppins";
  font-size: 1.2rem;
  color: #575757;
  margin-top: 0px;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description ul li {
  font-family: "Poppins_Light";
  font-size: 1rem;
  color: #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description ul li i {
  margin-top: 8px;
  font-size: 0.4rem;
  margin-right: 0.5rem;
  color: #50ae2d;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description a {
  font-family: "Poppins";
  font-size: 1.2rem;
  color: #035ccc;
  cursor: pointer;
  text-decoration: none;
}

section.about-us-page-services .about-us-custom-container .services-content .services-items .services-description a:hover {
  font-family: "Poppins";
  font-size: 1.2rem;
  color: #05428f;
  cursor: pointer;
}

section.about-us-page-services .about-us-custom-container .services-content-mobile {
  display: none;
}
/*# sourceMappingURL=about-us-page.css.map */