@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 */
@media only screen and (max-width: 1600px) {
  .about-us-banner-v2 {
    height: 100%;
    background-position: 0 -95px !important;
    padding-top: 185px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .about-us-custom-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .about-us-banner-v2 {
    height: 100%;
    background-position: 0 -160px !important;
    padding-top: 185px !important;
  }
  .about-us-banner-v2 .about-container {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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;
  }
  .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 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 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-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;
  }
  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;
  }
}

@media only screen and (max-width: 1024px) {
  .about-us-custom-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .about-us-banner-v2 {
    height: 100%;
    background-position: bottom right !important;
    padding-top: 185px !important;
  }
  .about-us-banner-v2 .about-container {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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: 100%;
  }
  .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: center;
    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;
    text-align: center;
  }
  .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;
  }
  .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: center;
    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: 0%;
    text-align: center;
    width: 100%;
  }
  .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;
    padding-bottom: 80px !important;
  }
  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: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile {
    display: contents;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel {
    position: relative;
    height: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .features-items .icon-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.active {
    width: 100px;
    display: none;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.default {
    width: 100px;
    display: block;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .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 .features-carousel .features-items .features-description a {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #035ccc;
    cursor: pointer;
    text-decoration: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description a:hover {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #05428f;
    cursor: pointer;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 90px;
    height: 8px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot:hover span, section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
  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;
    padding-bottom: 3rem;
  }
  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: none;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile {
    display: contents;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .services-items .icon-container {
    text-align: center;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .services-items .icon-container img {
    width: 50%;
    margin: auto;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .services-items .services-description ul {
    list-style-type: none;
    padding: 0 12rem;
    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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .services-items 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 .services-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 90px;
    height: 8px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot:hover span, section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
}

@media only screen and (max-width: 768px) {
  .about-us-custom-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .about-us-banner-v2 {
    height: 100%;
    background-position: bottom right !important;
    padding-top: 185px !important;
  }
  .about-us-banner-v2 .about-container {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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: 100%;
  }
  .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: center;
    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;
    text-align: center;
  }
  .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;
  }
  .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: center;
    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: 0%;
    text-align: center;
    width: 100%;
  }
  .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;
    padding-bottom: 80px !important;
  }
  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: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile {
    display: contents;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel {
    position: relative;
    height: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .features-items .icon-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.active {
    width: 100px;
    display: none;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.default {
    width: 100px;
    display: block;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .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 .features-carousel .features-items .features-description a {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #035ccc;
    cursor: pointer;
    text-decoration: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description a:hover {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #05428f;
    cursor: pointer;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 90px;
    height: 8px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot:hover span, section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
  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;
    padding-bottom: 3rem;
  }
  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: none;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile {
    display: contents;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .services-items .icon-container {
    text-align: center;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .services-items .icon-container img {
    width: 50%;
    margin: auto;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .services-items .services-description h3 {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #575757;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .services-items .services-description ul {
    list-style-type: none;
    padding: 0 5rem;
    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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .services-items 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 .services-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 90px;
    height: 8px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot:hover span, section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
}

@media only screen and (max-width: 425px) {
  .about-us-custom-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-us-banner-v2 {
    height: 100%;
    background-position: bottom right !important;
    padding-top: 70px !important;
  }
  .about-us-banner-v2 .about-container {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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: 100%;
  }
  .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: center;
    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;
    text-align: center;
  }
  .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;
  }
  .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: center;
    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: 0%;
    text-align: center;
    width: 100%;
  }
  .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;
    padding-bottom: 120px !important;
  }
  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: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile {
    display: contents;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel {
    position: relative;
    height: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .features-items .icon-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.active {
    width: 100px;
    display: none;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .icon-container img.default {
    width: 100px;
    display: block;
    margin: auto;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .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-mobile .features-carousel .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 .features-carousel .features-items .features-description a {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #035ccc;
    cursor: pointer;
    text-decoration: none;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .features-items .features-description a:hover {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #05428f;
    cursor: pointer;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot:hover span, section.about-us-page-features .about-us-custom-container .features-content-mobile .features-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
  section.about-us-page-services {
    background-color: #ffffff;
    padding-bottom: 80px !important;
  }
  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;
    padding-bottom: 3rem;
  }
  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: none;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile {
    display: contents;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .services-items .icon-container {
    text-align: center;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .services-items .icon-container img {
    width: 50%;
    margin: auto;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .services-items .services-description h3 {
    font-family: "Poppins";
    font-size: 1.2rem;
    color: #575757;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .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-mobile .services-carousel .services-items 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 .services-carousel .owl-dots {
    position: absolute;
    bottom: -13%;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #c0c0c0;
  }
  section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot:hover span, section.about-us-page-services .about-us-custom-container .services-content-mobile .services-carousel .owl-dots .owl-dot.active span {
    background: #50ae2d;
  }
}
/*# sourceMappingURL=m_about-us-page.css.map */