/*====================================================================
	Colors variables
=====================================================================*/
/*===============================================================
	Resets
=================================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

ul {
  list-style-type: none;
  margin-bottom: 1rem;
}

li {
  list-style: none;
  color: #363636;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

/*===============================================================
	Margin classes
=================================================================*/
.mr-0 {
  margin: 0;
}

.mrt-small {
  margin-top: 0.75rem;
}

.mrt-normal {
  margin-top: 1.5rem;
}

.mrt-large {
  margin-top: 2rem;
}

.mrt-big {
  margin-top: 2.5rem;
}

.mrt-huge {
  margin-top: 3.2rem;
}

.mrb-small {
  margin-bottom: 0.75rem;
}

.mrb-normal {
  margin-bottom: 1.5rem;
}

.mrb-large {
  margin-bottom: 2rem;
}

.mrb-big {
  margin-bottom: 2.5rem;
}

.mrb-huge {
  margin-bottom: 3.2rem;
}

/*===============================================================
	Padding classes
=================================================================*/
.pd-0 {
  padding: 0;
}

.pdt-small {
  padding-top: 0.75rem;
}

.pdt-normal {
  padding-top: 1.5rem;
}

.pdt-large {
  padding-top: 2rem;
}

.pdt-big {
  padding-top: 2.5rem;
}

.pdt-huge {
  padding-top: 3.2rem;
}

.pdb-small {
  padding-bottom: 0.75rem;
}

.pdb-normal {
  padding-bottom: 1.5rem;
}

.pdb-large {
  padding-bottom: 2rem;
}

.pdb-big {
  padding-bottom: 2.5rem;
}

.pdb-huge {
  padding-bottom: 3.2rem;
}

/*===============================================================
	Sections
=================================================================*/
.section {
  transition: all 1s ease;
}

.section-hidden {
  opacity: 0;
  transform: translateY(8rem);
}

.section-entry {
  padding: 5rem 0;
  overflow: hidden;
}

.section-title {
  margin-bottom: 20px;
}

.section-title-center {
  text-align: center;
}

/*===============================================================
	Global
=================================================================*/
.bg-dark {
  background-color: #2b2b2b;
}

.spacer {
  height: 300px;
}

.hr-spacer {
  display: inline-block;
  margin-right: 40px;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

/*===============================================================
	Common font sizes and styles
=================================================================*/
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #097e51;
  margin-bottom: 0.75rem;
}

p {
  color: #363636;
  margin-bottom: 1rem;
  line-height: 30px;
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-light {
  color: #ffffff;
}

body.dark {
  background-color: #2b2b2b;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  color: #ffffff;
}
body.dark p {
  color: #f7f7f7;
  font-weight: 300;
}

.title-accent {
  position: relative;
  margin-bottom: 2rem;
}
.title-accent::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffae19;
}

.title-dual {
  font-weight: 400;
}
.title-dual span {
  font-weight: 800;
  color: #d81155;
}

.title-bg {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background-image: url("../img/mountain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
}

.title-gradient {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(#097e51, #d81155);
  -webkit-background-clip: text;
          background-clip: text;
}

.title-bg-dual {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  background-color: #fac952;
  color: #d81155;
  padding-left: 5px;
}
.title-bg-dual span {
  display: inline-block;
  background-color: #d81155;
  color: #fac952;
  padding: 0 5px;
}

.title-oblique {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #097e51;
  position: relative;
  padding-left: 5px;
}
.title-oblique::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -2%;
  width: 50%;
  background-color: #ffffff;
  transform: skewX(45deg);
}

.title-pseudo {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #097e51;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.title-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 10px;
  background-color: #097e51;
}

.title-end {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.title-end::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -6px;
  width: 8px;
  height: 8px;
  background-color: #d81155;
}

.title-shadow {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: 5rem;
}
.title-shadow::before {
  content: "this is a heading";
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  font-size: 70px;
  color: #ffffff;
  background-color: #ffffff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

/*====================================================================
	Buttons style-1
=====================================================================*/
.c-btn {
  position: relative;
  padding: 0.5rem 2rem;
  text-decoration: none;
  background-color: #097e51;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #04113e;
}

body.dark .c-btn {
  background-color: #ffffff;
  color: #097e51;
}
body.dark .c-btn:hover {
  background-color: #efefef;
}

/*====================================================================
	Buttons style-2
=====================================================================*/
.c-btn.s2 {
  background-color: transparent;
  color: #097e51;
  border-color: #097e51;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn.s2:hover {
  color: #ffffff;
  background-color: #097e51;
}

/*====================================================================
	Buttons style-3
=====================================================================*/
.c-btn.s3 {
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  color: #444;
  box-shadow: inset 0 10px 5px rgba(0, 0, 0, 0.05), 0 25px 8px rgba(0, 0, 0, 0.05), 0 20px 15px rgba(0, 0, 0, 0.05), inset 0 -10px 15px rgba(255, 255, 255, 0.9);
}
.c-btn.s3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  width: 65%;
  height: 5px;
  background-color: #ffffff;
}

.dark .c-btn.s3 {
  background-color: transparent;
  color: #efefef;
  box-shadow: inset 0 10px 5px rgba(255, 255, 255, 0.05), 0 25px 8px rgba(255, 255, 255, 0.05), 0 20px 15px rgba(255, 255, 255, 0.05), inset 0 -10px 15px rgba(0, 0, 0, 0.9);
}
.dark .c-btn.s3:hover {
  background-color: #363636;
}
.dark .c-btn.s3::before {
  background-color: #363636;
}

/*====================================================================
	Buttons style-4
=====================================================================*/
.c-btn.s4 {
  background-color: #0690fd;
  border-radius: 0;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.c-btn.s4:hover {
  width: 200px;
  transition-delay: 0.5s;
}
.c-btn.s4::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.c-btn.s4:hover::before {
  transform: rotate(45deg) translate(50px, -50px);
}
.c-btn.s4::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translate(-50px, 50px);
  transition: all 0.5s;
}
.c-btn.s4:hover::after {
  transform: rotate(45deg) translate(50px, -50px);
  transition-delay: 1s;
}
.c-btn.s4 span {
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s;
  transform: translateX(-30px);
}
.c-btn.s4:hover span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.75s;
  transform: translateX(10px);
}

.dark .c-btn.s4 {
  background-color: #0690fd;
  color: #2b2b2b;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
}
.dark .c-btn.s4::before {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4::after {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4:hover {
  color: #2b2b2b;
}

/*====================================================================
	Togglers section
=====================================================================*/
.toggler-list {
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.toggler-list li {
  margin-right: 70px;
}
.toggler-list li img {
  max-width: 50px;
}

.toggler-list-white {
  background-color: #097e51;
}

/*====================================================================
	Cards general
=====================================================================*/
.card {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-img {
  border-radius: 0;
}

.card-title {
  color: #097e51;
  margin-bottom: 12px;
}

/*====================================================================
	Card layout-1
=====================================================================*/
.card-1 {
  height: 100%;
  background-color: #efefef;
  padding: 1rem;
  text-align: center;
}
.card-1__icon {
  padding: 1.5rem;
}
.card-1__icon i {
  font-size: 50px;
  color: #fac952;
}

.dark .card-1 {
  background-color: #363636;
}

/*====================================================================
	Card layout-2
=====================================================================*/
.card-2 {
  position: relative;
  height: 100%;
  background-color: #efefef;
}
.card-2__content {
  padding: 1rem 1.5rem 4rem;
}
.card-2__title {
  padding: 0.5rem;
}
.card-2__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem;
}

.dark .card-2 {
  background-color: #252525;
}

/*====================================================================
	Card side layout-1
=====================================================================*/
.card-side {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.card-side__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
}
.card-side__body {
  padding: 20px;
  flex: 0 0 60%;
}
.card-side__content {
  margin-bottom: 0.75rem;
}
.card-side__title {
  font-size: 1.2rem;
}
.card-side a {
  display: inline-block;
}

.dark .card-side {
  background-color: #363636;
}

/*====================================================================
	Banners style 1 Bootstrap carousel
=====================================================================*/
/*====================================================================
	Banners style 2 Swiper carousel
=====================================================================*/
.carousel-wrapper-cube {
  overflow: hidden;
  position: relative;
  padding-bottom: 31.25%;
}
.carousel-wrapper-cube .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-wrapper-cube .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.carousel-wrapper-cube .swiper .slide1 {
  background-image: url("../img/banner-1.jpg");
}
.carousel-wrapper-cube .swiper .slide2 {
  background-image: url("../img/banner-2.jpg");
}
.carousel-wrapper-cube .swiper .slide3 {
  background-image: url("../img/banner-3.jpg");
}

.mySwiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

.carousel-wrapper-flip {
  overflow: hidden;
  position: relative;
}
.carousel-wrapper-flip .swiper {
  width: 100%;
  height: 100%;
}
.carousel-wrapper-flip .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-wrapper-flip .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

/*====================================================================
	Modal style-1
=====================================================================*/
.nav-item-modal {
  display: flex;
  align-items: center;
}

.navbar .nav-link.c-btn {
  color: #ffffff;
  line-height: unset;
  padding: 0.5rem 1rem;
}

.dark .navbar .nav-link.c-btn {
  background-color: #ffffff;
  color: #097e51;
}
.dark .navbar .nav-link.c-btn:hover {
  background-color: #efefef;
}

.digi-modal {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: all 0.5s;
  background-color: #ffffff;
}

.digi-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}

.btn-close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

/*====================================================================
	Page banners layout-1
=====================================================================*/
.page-banner {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}
.page-banner--about {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner--contact {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner .page-banner-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
.page-banner .page-banner-caption h5 {
  font-size: 2.5rem;
}

.page-banner.carousel {
  padding: 0;
}

/*====================================================================
	Tabs style-1
=====================================================================*/
.tabs-section-1 {
  max-width: 100rem;
  margin: 5rem auto 0 auto;
  background-color: #efefef;
}
.tabs-section-1 .tabs-btn-wrap {
  display: flex;
  justify-content: center;
}
.tabs-section-1 .tabs-sc-btn {
  margin-right: 2.5rem;
  transform: translateY(-50%);
  border-radius: 50px;
}
.tabs-section-1 .tabs-sc-btn span {
  margin-right: 1rem;
  font-weight: 600;
  display: inline-block;
}
.tabs-section-1 .tabs-sc-btn-1 {
  background-color: #fac952;
}
.tabs-section-1 .tabs-sc-btn-1:hover {
  background-color: #ffae19;
}
.tabs-section-1 .tabs-sc-btn-2 {
  background-color: #35e753;
}
.tabs-section-1 .tabs-sc-btn-2:hover {
  background-color: #16bb32;
}
.tabs-section-1 .tabs-sc-btn-3 {
  background-color: #ff728b;
  margin: 0;
}
.tabs-section-1 .tabs-sc-btn-3:hover {
  background-color: #e5536d;
}
.tabs-section-1 .tabs-sc-btn-active {
  transform: translateY(-66%);
}
.tabs-section-1 .tabs-content {
  display: none;
  padding: 2.5rem 7rem 6.5rem 7rem;
}
.tabs-section-1 .tabs-content-active {
  display: block;
}
.tabs-section-1 .tabs-header {
  font-size: 1.8rem;
  font-weight: 500;
  align-self: center;
}

.dark .tabs-section-1 {
  background-color: #363636;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%;
}

h3 {
  font-weight: 700;
}

.mrt30 {
  margin-top: 20px;
}

.mrt50 {
  margin-top: 50px;
}

.mrb40 {
  margin-bottom: 40px;
}

h5 {
  margin-bottom: 26px;
}
h5 span {
  background-color: #e0f6e9;
  padding: 10px;
  border-radius: 10px;
  font-weight: 300;
}

h3 {
  font-weight: 800;
}

.icons-wrap {
  margin-top: 15px;
}
.icons-wrap .icon-width {
  width: 80px;
}
.icons-wrap h6 {
  margin-top: 10px;
  color: #000;
}

.hm-info-img-box {
  background-image: url("../img/hm-info-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 20px;
}

.hm-service-wrapper {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-service-wrapper h5 {
  color: #fff;
}
.hm-service-wrapper span {
  background-color: #000;
  font-weight: 300;
}
.hm-service-wrapper .service-box {
  background-color: #fff;
  padding: 15px;
  height: 100%;
}
.hm-service-wrapper .service-txt-box {
  height: 100%;
}

.owl-nav {
  display: none;
}

.simple-step-wrapper {
  background-image: url("../img/bg-1-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.8);
}
.simple-step-wrapper h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 800;
}
.simple-step-wrapper p {
  color: #fff;
}
.simple-step-wrapper .recycle-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 4rem;
  text-align: center;
}
.simple-step-wrapper .recycle-box h6 {
  font-size: 22px;
  margin-top: 15px;
  color: #000;
}
.simple-step-wrapper .recycle-box p {
  color: #363636;
}

.hm-btn-2 a {
  background-color: #097e51;
  color: #fff;
  padding: 20px 45px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hm-btn-3 a {
  background-color: #fff;
  color: #000;
  padding: 20px 45px;
  border-radius: 10px;
}

.why-choose-wrapper .why-txt-box {
  padding-left: 40px;
}

.percentage-text-box {
  margin-top: 10px;
}

.percentage-text-box h6 {
  color: #000;
  margin-top: 20px;
}

.progress {
  margin-top: 15px;
}

.challenges-wrapper {
  background-color: rgba(224, 246, 233, 0.5294117647);
}

.counter-wrapper {
  background-image: url("../img/bg-2-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.stat-block {
  flex: 1 1 200px;
  max-width: 250px;
  text-align: left;
  position: relative;
}

.stat-block:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 25%;
  height: 50%;
  border-right: 2px solid #fff;
}

.stat-number {
  color: #ffffff;
  font-size: 49px;
  font-weight: 700;
}

.stat-label {
  font-size: 17px;
  margin-top: 10px;
  color: #fff;
}

.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .stat-block::after {
    display: none;
  }
  .stats-container {
    flex-direction: column;
    align-items: center;
  }
}
.page-banner-fixed-about {
  background-image: url("../img/about.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  text-transform: uppercase;
}
.page-banner-fixed-about h2 {
  font-weight: 700;
  color: #097e51;
  margin-bottom: 17px;
}

.company-overview {
  text-align: center;
}

.mission-vision {
  background-color: #e0f6e9;
}
.mission-vision .mission-box {
  background-color: #fff;
  padding: 10px;
}
.mission-vision h4 {
  margin-bottom: 15px;
}
.mission-vision .mission-txt-box {
  margin-top: 20px;
}

.mission-vision .row {
  display: flex;
  justify-content: space-between;
}

.mission-vision .col-md-6 {
  width: 48%;
}

.company-cta {
  background-image: url("../img/company-cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6784313725);
  padding: 100px 0;
}
.company-cta h1 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 45px;
}
.company-cta p {
  color: #fff;
  font-weight: 300;
  padding: 10px 50px;
  text-align: center;
  line-height: 40px;
}
.company-cta .cta-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 45px;
}

.achievements {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

.achievements h3 {
  margin-bottom: 40px;
}

.achievement-item {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 8px;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.achievement-item h4 {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}

.achievement-item p {
  font-size: 18px;
  color: #777;
}

.test-wrap {
  background: #e0f6e9;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.test-wrap .test-img-box img {
  width: 110px !important;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page-banner-fixed-certificate {
  background-image: url("../img/certificate-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  text-transform: uppercase;
}
.page-banner-fixed-certificate h2 {
  font-weight: 700;
  color: #097e51;
  margin-bottom: 17px;
}

.certificate-wrapper {
  background-color: #effaf3;
}
.certificate-wrapper h4 {
  text-align: center;
  margin-top: 30px;
}

.contact-wrapper {
  padding: 60px 0;
}

.contact-info h3,
.contact-form h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-info ul {
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-form .form-control {
  border-radius: 8px;
  padding: 12px;
}

.contact-form button {
  background-color: #097e51;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
}
.contact-form button:hover {
  background-color: #097e51;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 40px;
  }
  .icons-wrap {
    margin-top: 15px;
    text-align: center;
  }
  .card-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .navbar-nav {
    margin-top: 18px;
  }
  .navbar .nav-link {
    color: #363636;
    line-height: 34px !important;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-weight: 600;
    /* font-size: 17px; */
    border-bottom: solid 1px #ededed;
    margin-bottom: 10px;
  }
  .navbar .nav-link.c-btn {
    color: #ffffff;
    line-height: unset;
    padding: 0rem 1rem;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .nav-item {
    padding-left: 0.4rem;
  }
  .why-choose-wrapper .why-txt-box {
    padding-left: 2px;
    margin-top: 40px;
  }
  .simple-step-wrapper h1 {
    font-size: 33px;
  }
  .navbar {
    background-color: #0c7d4f !important;
  }
  .fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
/*====================================================================
	Two column layout-1
=====================================================================*/
.two-col-l1 {
  height: 100%;
}
.two-col-l1__image {
  height: 100%;
  background-image: url("../img/office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.two-col-l1__content {
  height: 100%;
}
.two-col-l1__text {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-1
=====================================================================*/
.three-column.layout-1 {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-2
=====================================================================*/
.three-column.layout-2 {
  margin-bottom: 2rem;
}

/*====================================================================
	Footer layout-1
=====================================================================*/
.top-footer-wrapper {
  background-color: #097e51;
}
.top-footer-wrapper p {
  color: #fff;
  font-weight: 300;
}
.top-footer-wrapper a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
.top-footer-wrapper ul {
  line-height: 35px;
  padding: 0;
}
.top-footer-wrapper .footer-social-list {
  padding: 0;
  margin-bottom: 0;
  display: flex;
}
.top-footer-wrapper .pr-3 {
  padding-right: 1rem !important;
}
.top-footer-wrapper i {
  color: #fff;
}
.top-footer-wrapper h5 {
  color: #fff;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 20px;
}

.footer-social-list i {
  color: #000000;
  width: 35px;
  height: 35px;
  font-size: 23px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  transition: all 0.3s;
  background: #fff;
}

.top-footer-wrapper {
  position: relative;
}

.scroll-top {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ffffff !important;
  cursor: pointer;
}

.scroll-top:hover {
  color: #f7f7f7 !important;
}

.bottom-footer-wrapper {
  background-color: #000000;
  padding: 1rem 0;
}

.dark .bottom-footer-wrapper {
  background-color: #2b2b2b;
}

.footer-copyright-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #ffffff;
}

.creator-link {
  color: #39b7e6;
}

.creator-link:hover {
  color: #ffffff;
}

.contact-form {
  width: 100%;
}
.contact-form__label {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.contact-form__input {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__input:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__input:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__input:focus::placeholder {
  color: transparent;
}
.contact-form__input::-moz-placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__input::placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__textarea {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__textarea:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:focus::placeholder {
  color: transparent;
}
.contact-form__button {
  margin-top: 2rem;
}

/*====================================================================
	Navbar style 1
=====================================================================*/
.navbar {
  background-color: transparent;
}
.navbar .logo-img {
  width: 100px;
  display: block;
}
.navbar .logo-img.dark-mode {
  display: none;
}
.navbar .nav-item {
  padding-left: 0.5rem;
}
.navbar .nav-link {
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 15px;
}

.navbar-toggler {
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 0;
  line-height: 46px;
  border: none;
}

/* Hide dropdown by default */
#exportsDropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-top: 0;
  line-height: 45px;
  border-radius: 0;
}

/* Hide dropdown by default */
#productsDropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-top: 0;
  line-height: 45px;
  border-radius: 0;
}

/* Hide dropdown by default */
#productsDropdown .dropdown-menu,
#exportsDropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-top: 0;
  line-height: 45px;
  border-radius: 0;
  padding: 0;
}

/* Show on hover via .show-dropdown */
#productsDropdown.show-dropdown .dropdown-menu,
#exportsDropdown.show-dropdown .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  background-color: #097e51;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 3px 15px;
}

.dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.customNav {
  animation: navSlide 1s ease forwards;
  background-color: #097e51;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.dark .customNav {
  background-color: #2b2b2b;
}

@keyframes navSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*===============================================================
	About us page
=================================================================*/
/*===============================================================
	Contact us page
=================================================================*/
#mail-msg-alert {
  margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
  display: table;
  margin: 0 auto;
}

#mail-msg {
  color: #ffffff;
}

#mail-msg:hover {
  text-decoration: none;
}

.contact-section {
  margin-top: 4rem;
}
.contact-section__widget {
  margin-bottom: 2rem;
}
.contact-section .social-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.contact-section .social-list li:not(:last-child) {
  margin-right: 20px;
}
.contact-section .social-list i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #363636;
  border: 1px solid #363636;
  background-color: transparent;
  transition: all 0.3s;
}
.contact-section .social-list i:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #363636;
}

.dark .contact-section .social-list i {
  color: #efefef;
  border-color: #efefef;
  transition: all 0.3s;
}
.dark .contact-section .social-list i:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.contact-map {
  position: relative;
  padding-bottom: 34%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */