@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v7/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaA.ttf) format('truetype');
}
.home {
  font-family: "Mulish", sans-serif;
}
.home main .main-text {
  margin-top: 5em;
  text-align: center;
}
.home main .main-text h1 {
  color: #00a89d;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.home main .main-text h2 {
  font-size: 32px;
}
.home main .main-text a {
  color: #159eec;
  position: relative;
  text-decoration: none;
}
.home main .main-text a::before {
  content: " ";
  height: 10px;
  width: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/home-learn-more-arrow.svg);
}
.home main .main-services-links {
  margin-top: 3em;
}
.home main .main-services-links .links-section {
  position: relative;
}
.home main .main-services-links .links-section > div {
  margin: 0;
  padding: 0;
}
.home main .main-services-links .links-section ul {
  list-style-type: none;
  padding: 0;
}
.home main .main-services-links .links-section ul li {
  margin: 1em 0.5em;
}
.home main .main-services-links .links-section ul li a {
  text-decoration: none;
  padding: 0.5em 0.5em;
  background: #00a89d;
  color: #fff;
}
.home main .main-services-links .links-section .left-links a {
  position: relative;
}
.home main .main-services-links .links-section .left-links a:after {
  content: " ";
  height: 100%;
  width: 65px;
  left: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #F26524 url(../public/assets/home-header-left-arrow.png) center center no-repeat;
  border-radius: 20px 0 0 20px;
}
.home main .main-services-links .links-section .right-links a {
  position: relative;
}
.home main .main-services-links .links-section .right-links a:after {
  content: " ";
  height: 100%;
  width: 65px;
  right: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #F26524 url(../public/assets/home-header-right-arrow.png) center center no-repeat;
  border-radius: 0 20px  20px 0;
}
.home main .main-services-links .links-section .imgger-wrapper {
  z-index: -1;
  position: absolute;
  bottom: -180px;
}
.home main .main-services-links .links-section .imgger-wrapper img {
  width: 100%;
}
.home main .mission-section {
  margin-top: 20em;
  background: #00A99E;
  position: relative;
}
.home main .mission-section::before {
  content: " ";
  height: 525px;
  width: 100%;
  position: absolute;
  background: url(../public/assets/footer-curve.svg) center bottom no-repeat;
  background-size: cover;
  top: -32.7em;
}
.home main .mission-section .mission-list .links-wrapper {
  padding: 10em 0;
}
.home main .mission-section .mission-list .mission-item p {
  font-size: 24px;
  color: #FFFFFF;
}
.home main .service-list-section {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}
.home main .service-list-section h3 {
  color: #f26524;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.home main .service-list-section h3::before {
  content: " ";
  height: 1px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  position: absolute;
  background: #f26524;
}
.home main .service-list-section .service-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.home main .service-list-section .service-list .service-item {
  background-color: #ffffff;
  box-shadow: 26px 40px 50px rgba(229, 233, 246, 0.68);
  margin-top: 1em;
}
.home main .service-list-section .service-list .service-item a {
  text-decoration: none;
}
.home main .service-list-section .service-list .service-item a:hover .image-wrapper {
  position: relative;
}
.home main .service-list-section .service-list .service-item a:hover .image-wrapper:after {
  content: " ";
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: rgba(0, 168, 157, 0.45) url(../public/assets/service-item-hover.png) center center no-repeat;
}
.home main .service-list-section .service-list .service-item .image-wrapper {
  position: relative;
}
.home main .service-list-section .service-list .service-item .image-wrapper::before {
  content: " ";
  height: 80px;
  width: 80px;
  right: 40px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/service-item-icon.png) center center no-repeat;
}
.home main .service-list-section .service-list .service-item .service-description {
  padding: 0 2em;
}
.home main .service-list-section .service-list .service-item .service-description p {
  text-align: left;
}
.home main .service-list-section .service-list .service-item .service-description .description-title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  padding-top: 1em;
}
.home main .service-list-section .service-list .service-item .service-description .description-detail {
  color: #7d7987;
}
.home main .service-list-section .service-list .service-item .service-description .read-more {
  display: flex;
}
.home main .service-list-section .service-list .service-item .service-description .read-more button {
  display: block;
  text-align: left;
  margin-bottom: 2em;
  color: #00a89d;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  border: 0;
  background: none;
}
.home main .service-list-section .service-list .service-item .service-description .read-more button::before {
  content: " ";
  height: 10px;
  width: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/right-arrow.svg);
}
@media screen and (min-width: 320px) {
  .home main .main-services-links .links-section ul li {
    margin: 2em 0em;
  }
  .home main .main-services-links .links-section ul li a {
    padding: 0.5em 0.3em;
  }
}
@media screen and (min-width: 320px) {
  .home main .main-services-links .links-section ul li {
    margin: 2em 0em;
  }
  .home main .main-services-links .links-section ul li a {
    padding: 0.5em 0.5em;
  }
}
@media screen and (min-width: 48em) {
  .home main .main-text h1 {
    font-size: 48px;
  }
  .home main .main-services-links .links-section ul li {
    margin: 2em 0em;
  }
  .home main .main-services-links .links-section ul li a {
    padding: 0.5em 1.5em;
  }
  .home main .main-services-links .links-section .imgger-wrapper {
    position: static;
  }
}
@media only screen and (min-width: 62em) {
  .home main .main-services-links .links-section ul li {
    margin: 3em 0em;
  }
}
.about {
  font-family: "Mulish", sans-serif;
}
.about main .banner-section {
  width: 100%;
  position: relative;
}
.about main .banner-section .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about main .banner-section .banner-image img {
  width: 100%;
}
.about main .banner-section .banner-image::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  background: url(../public/assets/about-banner-curve-1.svg) center bottom no-repeat;
  background-size: contain;
}
.about main .banner-section h1 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #f26524;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
.about main .welcome-section {
  margin-top: 5em;
  margin-bottom: 5em;
}
.about main .welcome-section .image-wrapper {
  padding-right: 2em;
}
.about main .welcome-section .image-wrapper img {
  max-width: 400px;
  max-height: 515px;
}
.about main .welcome-section .welcome-text-area h4 {
  color: #00a89d;
  text-transform: uppercase;
  font-size: 18px;
}
.about main .welcome-section .welcome-text-area h2 {
  color: #f26524;
  font-size: 48px;
}
.about main .welcome-section .welcome-text-area .motive-list {
  list-style-type: none;
  padding-left: 1.6em;
}
.about main .welcome-section .welcome-text-area .motive-list li {
  font-size: 18px;
  color: #000000;
  margin-top: 1em;
  position: relative;
}
.about main .welcome-section .welcome-text-area .motive-list li:before {
  content: " ";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  background: #00a89d;
  background-size: contain;
  margin: auto;
  border-radius: 50%;
}
.about main .welcome-section .welcome-text-area .description-area {
  font-size: 16px;
  padding-top: 30px;
}
.about main .spotlight-section {
  height: 440px;
  background: url(../public/assets/spotlight-background.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.about main .spotlight-section::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #00a89d;
  opacity: 0.6;
  background-size: contain;
}
.about main .spotlight-section .section-wrapper {
  padding-top: 7em;
  position: relative;
}
.about main .spotlight-section .section-wrapper::before {
  content: " ";
  height: 35px;
  width: 45px;
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../public/assets/spotlight-quote.svg) center bottom no-repeat;
  background-size: contain;
}
.about main .spotlight-section .section-wrapper .glider-dot {
  background: #fcfefe;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 10px;
  opacity: 1;
  padding: 0;
  transition: transform 0.2s linear;
  width: 18px;
}
.about main .spotlight-section .section-wrapper .glider-dot:hover,
.about main .spotlight-section .section-wrapper .glider-dot.active {
  background: #bfd2f8;
}
.about main .spotlight-section .spotlight-item {
  text-align: center;
  position: relative;
}
.about main .spotlight-section .spotlight-item p {
  color: #fcfefe;
  font-size: 18px;
}
.about main .spotlight-section .spotlight-item p.name {
  padding-top: 2em;
  position: relative;
}
.about main .spotlight-section .spotlight-item p.name::before {
  content: " ";
  height: 1px;
  width: 25%;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #bfd2f8;
}
.about main .team-memeber-section {
  margin-top: 4.5em;
}
.about main .team-memeber-section h3 {
  text-align: center;
  color: #f26524;
  font-size: 32px;
  margin-bottom: 1.5em;
}
.about main .team-memeber-section h3 span {
  display: block;
  color: #00a89d;
  font-size: 18px;
  text-transform: uppercase;
}
.about main .team-memeber-section .section-wrapper .members-list {
  margin-top: 3em;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item {
  border-radius: 5px;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item img {
  width: 100%;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail {
  padding: 2em 1em;
  color: #fff;
  text-align: center;
  background: #00a89d;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .name,
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .profession {
  font-size: 18px;
  margin-bottom: 0.3em;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .profession {
  text-transform: uppercase;
  font-weight: bold;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .social-media {
  padding-top: 1em;
  display: flex;
  justify-items: center;
  justify-content: center;
  gap: 15px;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .social-media a {
  display: inline-block;
  text-align: unset;
  text-indent: -500000px;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .social-media .linkedIn {
  background: url("../public/assets/linked-in.png") center center no-repeat;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .social-media .facebook {
  background: url("../public/assets/facebook.png") center center no-repeat;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .member-detail .social-media .instagram {
  background: url("../public/assets/instagram.png") center center no-repeat;
}
.about main .team-memeber-section .section-wrapper .members-list .members-item .box-bottomlink {
  width: 100%;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f26524;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
}
.about main .team-memeber-section .section-wrapper .glider-dots {
  margin-top: 30px;
}
.about main .team-memeber-section .section-wrapper .glider-dots .glider-dot {
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 10px;
  opacity: 1;
  padding: 0;
  transition: transform 0.2s linear;
  width: 18px;
}
.about main .team-memeber-section .section-wrapper .glider-dots .glider-dot:hover,
.about main .team-memeber-section .section-wrapper .glider-dots .glider-dot.active {
  background: #00A89D;
}
.about main .article-section {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}
.about main .article-section h3 {
  color: #F26524;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.about main .article-section h3::before {
  content: " ";
  height: 1px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  position: absolute;
  background: #F26524;
}
.about main .article-section .article-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.about main .article-section .article-list .article-item {
  background-color: #ffffff;
  box-shadow: 26px 40px 50px rgba(229, 233, 246, 0.68);
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.about main .article-section .article-list .article-item .article-description {
  padding: 0 2em;
}
.about main .article-section .article-list .article-item .article-description p {
  text-align: left;
}
.about main .article-section .article-list .article-item .article-description .description-title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  padding-top: 1em;
}
.about main .article-section .article-list .article-item .article-description .description-detail {
  color: #7D7987;
}
.about main .article-section .article-list .article-item .article-description .read-more {
  display: flex;
}
.about main .article-section .article-list .article-item .article-description .read-more a {
  display: block;
  text-align: left;
  margin-bottom: 2em;
  color: #00A89D;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
.about main .article-section .article-list .article-item .article-description .read-more a::before {
  content: " ";
  height: 10px;
  width: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/right-arrow.svg);
}
@media screen and (min-width: 48em) {
  .about main .spotlight-section .section-wrapper {
    padding-top: 8em;
  }
  .about main .spotlight-section .section-wrapper .spotlight-item p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 62em) {
  .about main .spotlight-section .section-wrapper {
    padding-top: 8em;
  }
  .about main .spotlight-section .section-wrapper .spotlight-item p {
    font-size: 22px;
  }
}
.services {
  font-family: "Mulish", sans-serif;
}
.services main .banner-section {
  width: 100%;
  position: relative;
}
.services main .banner-section .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services main .banner-section .banner-image img {
  width: 100%;
}
.services main .banner-section .banner-image::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  background: url(../public/assets/about-banner-curve-1.svg) center bottom no-repeat;
  background-size: contain;
}
.services main .banner-section h1 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #f26524;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
.services main .service-list-section {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}
.services main .service-list-section h3 {
  color: #f26524;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.services main .service-list-section h3::before {
  content: " ";
  height: 1px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  position: absolute;
  background: #f26524;
}
.services main .service-list-section .service-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.services main .service-list-section .service-list .service-item {
  background-color: #ffffff;
  box-shadow: 26px 40px 50px rgba(229, 233, 246, 0.68);
  margin-top: 1em;
}
.services main .service-list-section .service-list .service-item a {
  text-decoration: none;
}
.services main .service-list-section .service-list .service-item a:hover .image-wrapper {
  position: relative;
}
.services main .service-list-section .service-list .service-item a:hover .image-wrapper:after {
  content: " ";
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: rgba(0, 168, 157, 0.45) url(../public/assets/service-item-hover.png) center center no-repeat;
}
.services main .service-list-section .service-list .service-item .image-wrapper {
  position: relative;
}
.services main .service-list-section .service-list .service-item .image-wrapper::before {
  content: " ";
  height: 80px;
  width: 80px;
  right: 40px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/service-item-icon.png) center center no-repeat;
}
.services main .service-list-section .service-list .service-item .service-description {
  padding: 0 2em;
}
.services main .service-list-section .service-list .service-item .service-description p {
  text-align: left;
}
.services main .service-list-section .service-list .service-item .service-description .description-title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  padding-top: 1em;
}
.services main .service-list-section .service-list .service-item .service-description .description-detail {
  color: #7d7987;
}
.services main .service-list-section .service-list .service-item .service-description .read-more {
  display: flex;
}
.services main .service-list-section .service-list .service-item .service-description .read-more button {
  display: block;
  text-align: left;
  margin-bottom: 2em;
  color: #00a89d;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  border: 0;
  background: none;
}
.services main .service-list-section .service-list .service-item .service-description .read-more button::before {
  content: " ";
  height: 10px;
  width: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/right-arrow.svg);
}
.contactUs {
  font-family: "Mulish", sans-serif;
}
.contactUs main .banner-section {
  width: 100%;
  position: relative;
}
.contactUs main .banner-section .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.contactUs main .banner-section .banner-image img {
  width: 100%;
}
.contactUs main .banner-section .banner-image::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  background: url(../public/assets/about-banner-curve-1.svg) center bottom no-repeat;
  background-size: contain;
}
.contactUs main .banner-section h1 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #f26524;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
.contactUs main .map-section {
  margin-top: 5em;
}
.contactUs main .contact-us-section {
  margin-top: 5em;
  position: relative;
  overflow: visible;
}
.contactUs main .contact-us-section:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(../public/assets/contact-us-bg.png) center bottom no-repeat;
  background-size: cover;
  bottom: -87px;
  z-index: -2;
}
.contactUs main .contact-us-section .text-wrapper {
  text-align: center;
  position: relative;
}
.contactUs main .contact-us-section .text-wrapper p {
  color: #00A89D;
  text-transform: uppercase;
  font-size: 18px;
}
.contactUs main .contact-us-section .text-wrapper h3 {
  color: #F26524;
  font-size: 32px;
}
.contactUs main .contact-us-section .contact-us-form form > div {
  padding-top: 1em;
}
.contactUs main .contact-us-section .contact-us-form input {
  border: #00a89d solid 2px;
  padding: 1em;
}
.contactUs main .contact-us-section .contact-us-form textarea {
  border: #00a89d solid 2px;
}
.contactUs main .contact-us-section .contact-us-form .names-email .name {
  margin-right: 0.5em;
  border-radius: 10px 0 0 0;
}
.contactUs main .contact-us-section .contact-us-form .names-email .email {
  margin-left: 0.5em;
  border-radius: 0 10px 0 0;
}
.contactUs main .contact-us-section .contact-us-form .subject input {
  width: 100%;
}
.contactUs main .contact-us-section .contact-us-form .message textarea {
  width: 100%;
}
.contactUs main .contact-us-section .contact-us-form .box-bottomlink {
  margin-top: 1em;
  background: #00A89D;
  border: 0;
  height: 50px;
  color: #ffffff;
  text-transform: uppercase;
}
.contactUs main .article-section {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}
.contactUs main .article-section h3 {
  color: #f26524;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.contactUs main .article-section h3::before {
  content: " ";
  height: 1px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  position: absolute;
  background: #f26524;
}
.contactUs main .article-section .article-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.contactUs main .article-section .article-list .article-item {
  background-color: #ffffff;
  box-shadow: 26px 40px 50px rgba(229, 233, 246, 0.68);
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.contactUs main .article-section .article-list .article-item .article-description {
  padding: 0 2em;
}
.contactUs main .article-section .article-list .article-item .article-description p {
  text-align: left;
}
.contactUs main .article-section .article-list .article-item .article-description .description-title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  padding-top: 1em;
}
.contactUs main .article-section .article-list .article-item .article-description .description-detail {
  color: #7d7987;
}
.contactUs main .article-section .article-list .article-item .article-description .read-more {
  display: flex;
}
.contactUs main .article-section .article-list .article-item .article-description .read-more a {
  display: block;
  text-align: left;
  margin-bottom: 2em;
  color: #00a89d;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
.contactUs main .article-section .article-list .article-item .article-description .read-more a::before {
  content: " ";
  height: 10px;
  width: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../public/assets/right-arrow.svg);
}
@media screen and (min-width: 48em) {
  .contactUs main .contact-us-section .text-wrapper {
    text-align: right;
  }
  .contactUs main .contact-us-section .contact-us-form .names-email .name {
    margin-right: 0.5em;
  }
  .contactUs main .contact-us-section .contact-us-form .names-email .email {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 62em) {
  .contactUs main .contact-us-section .text-wrapper {
    text-align: right;
  }
  .contactUs main .contact-us-section:before {
    width: 50%;
  }
}
.blog {
  font-family: "Mulish", sans-serif;
}
.blog main .banner-section {
  width: 100%;
  position: relative;
}
.blog main .banner-section .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog main .banner-section .banner-image img {
  width: 100%;
}
.blog main .banner-section .banner-image::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  background: url(../public/assets/about-banner-curve-1.svg) center bottom no-repeat;
  background-size: contain;
}
.blog main .banner-section h1 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #f26524;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
header {
  z-index: 4000;
  padding: 20px 0px;
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
}
header .header-wrapper .header-logo {
  overflow: hidden;
}
header .header-wrapper .header-logo a {
  display: inline-block;
  text-align: unset;
  text-indent: -500000px;
  width: 175px;
  height: 80px;
  background: url("../public/assets/header-logo.svg") center center no-repeat;
  background-size: contain;
}
header .header-wrapper .menu-list ul {
  display: flex;
  margin: 0;
  list-style-type: none;
}
header .header-wrapper .menu-list ul li {
  min-width: 140px;
  justify-content: center;
  display: flex;
  align-items: center;
}
header .header-wrapper .menu-list ul li img {
  opacity: 50%;
}
header .header-wrapper .menu-list ul li a {
  text-decoration: none;
  color: #000000;
  opacity: 50%;
  font-weight: bold;
  padding-right: 10px;
}
header .header-wrapper .menu-list ul li a:hover,
header .header-wrapper .menu-list ul li a:active {
  color: #00a89d;
  opacity: 100%;
}
header .header-wrapper .menu-list ul li a.contact-us {
  padding: 15px 20px;
  background: #00a89d;
  color: #ffffff;
  opacity: 100%;
  border-radius: 55px;
}
header .header-wrapper .menu-list ul li a.contact-us:hover {
  background: #f26524;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  header .header-wrapper .header-logo a {
    width: 300px;
    height: 100px;
  }
}
@media only screen and (min-width: 62em) {
  header .header-wrapper .header-logo a {
    width: 300px;
  }
}
footer {
  margin-top: 18em;
}
footer .contact-section {
  position: relative;
  padding-bottom: 18em;
}
footer .contact-section::before {
  content: " ";
  height: 525px;
  width: 100%;
  position: absolute;
  background: url(../public/assets/footer-curve.svg) center bottom no-repeat;
  background-size: cover;
  bottom: -1px;
}
footer .contact-section::after {
  content: " ";
  height: 1240px;
  width: 100%;
  position: absolute;
  background: url(../public/assets/contact-us-bg.svg) center bottom no-repeat;
  background-size: cover;
  bottom: -1px;
  z-index: -2;
  opacity: 25%;
}
footer .contact-section > div h5 {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
footer .contact-section > div h5::before {
  content: " ";
  height: 40px;
  width: 40px;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #00A89D;
  border-radius: 50%;
}
footer .contact-section .contact-us h5::before {
  background: #00A89D url(../public/assets/call.png) no-repeat center center;
}
footer .contact-section .contact-us a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  padding-top: 0.4em;
  max-width: 215px;
}
footer .contact-section .open-hours h5::before {
  background: #00A89D url(../public/assets/access_time.png) no-repeat center center;
}
footer .contact-section .open-hours p {
  margin-bottom: 0.25em;
  max-width: 215px;
}
footer .contact-section .open-hours p:first-child {
  padding-top: 0.4em;
}
footer .contact-section .location h5::before {
  background: #00A89D url(../public/assets/location_on.png) no-repeat center center;
}
footer .contact-section .location a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  padding-top: 0.4em;
  max-width: 215px;
}
footer .company-description {
  display: flex;
  position: relative;
  background-color: #00A89D;
  color: #ffffff;
  overflow: visible;
  padding-top: 8em;
  padding-bottom: 4em;
  padding-right: 3em;
  padding-left: 3em;
}
footer .company-description .row .links {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
}
footer .company-description .row .links .title {
  font-size: 20px;
  font-weight: bold;
}
footer .company-description .row .links ul {
  list-style-type: none;
  padding-left: 0;
}
footer .company-description .row .links ul li {
  padding-bottom: 0.8em;
}
footer .company-description .row .links ul li a {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}
footer .company-description .row .links ul li a:hover {
  text-decoration: underline;
}
footer .company-description .row .main-description {
  padding-left: 0em !important;
  padding-top: 0em;
}
footer .company-description .row .main-description img {
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  footer .company-description .row .main-description img {
    width: auto;
  }
}
