.ondezx-home-banner {
  width: 100%;
  min-height: calc(70vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0 60px 0;
  overflow: hidden;

  /* one  */
  /* background: #ffffff;
  background-image:
  radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.12) 33%,
    rgba(120, 120, 120, 0.1) 33%,
    rgba(120, 120, 120, 0.1) 66%,
    rgba(220, 220, 220, 0.08) 66%,
    rgba(220, 220, 220, 0.08) 99%
  ),
  linear-gradient(
    to bottom,
    #f4f4f4 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top; */
  /* Two */
  /* background-image: linear-gradient(110deg,
      rgba(0, 0, 0, 0.2) 16%,
      rgba(0, 0, 0, 0.2) 17%,
      rgba(0, 0, 0, 0.1) 17%,
      rgba(0, 0, 0, 0.1) 23%,
      transparent 8.5%,
      transparent 78%,
      rgba(0, 0, 0, 0.1) 78%,
      rgba(0, 0, 0, 0.1) 84%,
      rgba(0, 0, 0, 0.2) 84%,
      rgba(0, 0, 0, 0.2));
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  /* Three */
  /* background-image: linear-gradient(
    110deg,
    rgba(0, 0, 0, 0.9) 16%,
    rgba(0, 0, 0, 0.9) 17%,
    rgba(0, 0, 0, 0.7) 17%,
    rgba(0, 0, 0, 0.7) 23%,
    transparent 8.5%,
    transparent 78%,
    rgba(0, 0, 0, 0.7) 78%,
    rgba(0, 0, 0, 0.7) 84%,
    rgba(0, 0, 0, 0.9) 84%,
    rgba(0, 0, 0, 0.9)
  );
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto; */


}

/* .ondezx-home-banner:before {
  content: "";
  background: color-mix(in srgb, black, transparent 92%);
  position: absolute;
  inset: 0;
  z-index: 2;
} */

.ondezx-home-banner img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ondezx-home-banner .container {
  position: relative;
  z-index: 100 !important;
}

.ondezx-home-banner h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
}

.ondezx-home-banner p {
  margin: 10px 0 0 0;
  font-size: 22px;
}

@media (max-width: 992px) {
  .ondezx-home-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .ondezx-home-banner p {
    font-size: 18px;
    line-height: 24px;
  }
}

.ondezx-home-second-section {
  position: relative;
}

.ondezx-home-second-section .right {
  padding: 20px 0;
  background-color: black;
  margin-bottom: 10px;
}

.ondezx-home-second-section .right h2 {
  font-size: 100%;
  color: white;
  z-index: 5;
  text-align: center;
}

.ondezx-home-second-section .left .main-button {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .ondezx-home-second-section {
    position: relative;
  }

  .ondezx-home-second-section .black-div {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: black;
  }

  .ondezx-home-second-section .right {
    background-color: black;
    margin-bottom: 40px;
  }

  .ondezx-home-second-section .left {
    position: relative;
    padding-left: 30px;
    height: 100%;
  }

  .ondezx-home-second-section .left h2 {
    margin-top: 0;
  }

  .ondezx-home-second-section .right .text-right h2 {
    font-size: 45px;
    line-height: 60px;
    text-align: left;
  }
}

.ondezx-lets-connect ul li {
  margin-top: 12px;
}

.ondezx-lets-connect ul li:first-child {
  margin-top: 0;
}

.ondezx-lets-connect ul li a {
  color: #000000;
}

.ondezx-lets-connect ul li a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000000;
  text-align: center;
  font-size: 20px;
  margin-right: 7px;
  color: #000000;
  border-radius: 50%;
  transition: 0.4s;
}

.ondezx-lets-connect ul li a:hover,
.ondezx-lets-connect ul li a:focus {
  color: #000000;
}

.ondezx-lets-connect ul li a:hover i,
.ondezx-lets-connect ul li a:focus i {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

@media (max-width: 991px) {
  .ondezx-lets-connect ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .ondezx-lets-connect ul li {
    margin-top: 0 !important;
    list-style: none;
  }

  .ondezx-lets-connect ul li a {
    display: flex;
    align-items: center;
  }

  .ondezx-lets-connect ul li a i {
    margin-right: 10px;
  }
}

/* Mobile only: center everything */
@media (max-width: 576px) {
  .ondezx-lets-connect ul {
    justify-content: center;
    text-align: center;
  }
}

#contactForm .form-group {
  margin-bottom: 20px;
}

#contactForm input.form-control {
  padding: 15px;
  border-radius: 5px;
  height: 55px;
}

#contactForm textarea.form-control {
  padding: 15px;
  border-radius: 5px;
}

#contactForm .form-control::-moz-placeholder {
  -moz-transition: 0.4s;
  transition: 0.4s;
}

#contactForm .form-control::placeholder {
  transition: 0.4s;
}

#contactForm .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8);
}

#contactForm .form-control:focus::-moz-placeholder {
  color: transparent;
}

#contactForm .form-control:focus::placeholder {
  color: transparent;
}

.ondezx-section-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -9px;
  position: relative;
}

.ondezx-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
}

.ondezx-section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -23px;
  margin: 0 auto;
  border-radius: 3px;
}

.ondezx-section-title p {
  max-width: 675px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .ondezx-section-title h2 {
    font-size: 160%;
  }
}

/* .ondezx-section-title h2 {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  font-size: 115px;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.05;
  transform: rotate(7deg);
} */

.ondezx-sigle-small-boxs {
  text-align: center;
}

.ondezx-sigle-small-boxs .box {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  background: #ffffff;
  position: relative;
}

.ondezx-sigle-small-boxs .box::before,
.ondezx-sigle-small-boxs .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  border-bottom: 3px solid #dddddd;
  border-left: 3px solid #dddddd;
  height: 75px;
  transition: 0.4s;
}

.ondezx-sigle-small-boxs .box::after {
  border-left: 0;
  border-bottom: 0;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  top: 0;
  right: 0;
  left: auto;
}

.ondezx-sigle-small-boxs .box:hover::before,
.ondezx-sigle-small-boxs .box:hover::after {
  width: 110px;
  height: 40px;
  border-color: #7db907;
}

.ondezx-sigle-small-boxs .box h3 {
  font-size: 20px;
  font-weight: 600;
}

.ondezx-single-box-word-2 {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  height: 100%;
}

.ondezx-mission-vission-box {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 20px;
  position: relative;
  height: 100%;
}

.ondezx-mission-vission-box::before {
  content: "";
  border: 3px dotted #000000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right: none;
  position: absolute;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  width: 35%;
  top: 90px;
  bottom: 7px;
  left: 0;
}

.ondezx-mission-vission-icon {
  font-size: 45px;
  /* line-height: 75px; */
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 5px 5px 10px #0000004d;
  position: relative;
  color: #7db907;
}

.ondezx-mission-vission-content {
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid #000000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* box-shadow:
    inset 12px 0 12px -12px #000000,
    inset -12px 0 12px -12px #000000,
    inset 0 12px 12px -12px #aaa,
    inset 0 -12px 12px -12px #aaa; */
}

.ondezx-mission-vission-content::before,
.ondezx-mission-vission-content::after {
  content: "";
  position: absolute;
  background: #000000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 86px;
  left: 35%;
}

.ondezx-mission-vission-content::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: auto;
  bottom: 4px;
}

.ondezx-mission-vission-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-decoration: none;
  color: black;
}

.ondezx-timeline-sec {
  border-left: 4px solid #000000;
  background: #ffffff;
  position: relative;
  padding: 35px;
  /* box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1); */
}

.ondezx-timeline-sec .event {
  border-bottom: 1px dashed #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.ondezx-timeline-sec .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.ondezx-timeline-sec .event::after {
  position: absolute;
  box-shadow: 0 0 0 4px #7db907;
  left: -42.6px;
  background: white;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.ondezx-timeline-sec li h3 {
  font-size: 20px;
  font-weight: 600;
}

.ondezx-timeline-sec li h4 span {
  font-size: 16px;
  position: relative;
}

.ondezx-timeline-sec li h4 span ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}

.ondezx-timeline-sec li p {
  font-size: 14px;
}

.ondezx-custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ondezx-custom-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.ondezx-custom-list li i {
  color: #7db907;
  font-weight: bolder;
  font-size: 1rem;
}

.ondezx-mid-border-box {
  border: 2px solid black;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.paper-border-home-card {
  position: relative;
  padding-top: 80px;
  border: 0;
  border: 2px solid black;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.paper-border-home-card .ribbon {
  position: absolute;
  top: 15px;
  right: 24px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  height: 4rem;
  width: 100%;
  background: linear-gradient(135deg, #7db907, #a6e642);
  color: white;
  /* box-shadow: 6px 6px 16px -6px #7db907; */
}

.paper-border-home-card .ribbon::before,
.paper-border-home-card .ribbon::after {
  content: "";
  position: absolute;
  top: 4rem;
  width: 24px;
}

.paper-border-home-card .ribbon::before {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #a6e642;
  height: 2rem;
  z-index: 1;
}

.paper-border-home-card .ribbon::after {
  height: 1rem;
  background-color: #7db907;
}

.paper-border-home-card .ribbon .ribbon-text {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 100%;
  transform: translatey(-50%);
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
}

@media (max-width: 600px) {
  .paper-border-home-card .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 4px;
  }

  .paper-border-home-card .ribbon .ribbon-text {
    left: 0;
    font-size: 17px;
  }

  .paper-border-home-card .ribbon::after {
    display: none;
  }

  .paper-border-home-card .ribbon::before {
    display: none;
    transform: none;
  }
}

.ondezx-hover-border-box {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  transition: 0.4s;
}

@media (max-width: 992px) {
  .ondezx-hover-border-box {
    padding: 10px;
  }
}

.ondezx-hover-border-box::before,
.ondezx-hover-border-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  border-bottom: 3px solid #dddddd;
  border-left: 3px solid #dddddd;
  height: 75px;
  transition: 0.4s;
}

.ondezx-hover-border-box::after {
  border-left: 0;
  border-bottom: 0;
  border-top: 3px solid #dddddd;
  border-right: 3px solid #dddddd;
  top: 0;
  right: 0;
  left: auto;
}

.ondezx-hover-border-box i {
  background: #f4f4f4;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: 0.4s;
  color: #7db907;
}

.ondezx-hover-border-box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

.ondezx-hover-border-box:hover::before,
.ondezx-hover-border-box:hover::after {
  width: 110px;
  height: 110px;
  border-color: #7db907;
}

.ondezx-hover-border-box:hover i {
  background: #000000;
  color: white;
}

.ondezx-stats .ondezx-stats-overview {
  height: 100%;
  padding: 30px;
}

.ondezx-stats .ondezx-stats-overview h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.ondezx-stats .ondezx-stats-overview h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: black;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .ondezx-stats .ondezx-stats-overview h2::after {
    margin: 0;
  }
}

.ondezx-stats .ondezx-stats-overview p {
  font-size: 16px;
  color: color-mix(in srgb, black, transparent 30%);
  line-height: 1.7;
  margin-bottom: 0;
}

.ondezx-stats .ondezx-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ondezx-stats .ondezx-stats-card {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  border: 2px solid black;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, black, transparent 90%);
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-icon i {
  font-size: 24px;
  color: #7db907;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-content {
  flex-grow: 1;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-content .ondezx-stats-number {
  display: flex;
  align-items: baseline;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-content .ondezx-stats-number .purecounter {
  font-size: 32px;
  font-weight: 700;
  color: Black;
  margin: 0;
  line-height: 1;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-content .ondezx-stats-number .plus {
  font-size: 24px;
  font-weight: 700;
  color: #7db907;
  margin-left: 2px;
}

.ondezx-stats .ondezx-stats-card .ondezx-stats-content p {
  font-size: 14px;
  color: color-mix(in srgb, black, transparent 40%);
  margin: 5px 0 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ondezx-stats .ondezx-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .ondezx-stats .ondezx-stats-card {
    padding: 15px;
  }

  .ondezx-stats .ondezx-stats-card .ondezx-stats-icon {
    width: 50px;
    height: 50px;
  }

  .ondezx-stats .ondezx-stats-card .ondezx-stats-icon i {
    font-size: 20px;
  }

  .ondezx-stats .ondezx-stats-card .ondezx-stats-content .ondezx-stats-number .purecounter {
    font-size: 28px;
  }

  .ondezx-stats .ondezx-stats-card .ondezx-stats-content .ondezx-stats-number .plus {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .ondezx-home-image {
    max-width: 100%;
    height: auto;
  }
}