@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');

/* .preloader-area {
  position: fixed;
  z-index: 9999999999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.preloader-area .preloader {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
}
.preloader-area .preloader .loader {
  position: relative;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.preloader-area .preloader .loader div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}
.preloader-area .preloader .loader div:nth-of-type(1), .preloader-area .preloader .loader div:nth-of-type(5), .preloader-area .preloader .loader div:nth-of-type(9) {
  animation-delay: 0.4s;
}
.preloader-area .preloader .loader div:nth-of-type(4), .preloader-area .preloader .loader div:nth-of-type(8) {
  animation-delay: 0.2s;
}
.preloader-area .preloader .loader div:nth-of-type(2), .preloader-area .preloader .loader div:nth-of-type(6) {
  animation-delay: 0.6s;
}
.preloader-area .preloader .loader div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
} */
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 26px;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #3d3d3d;

}

p {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  color: #3d3d3d;
  font-size: 17px;
}

p.text-justify {
  text-align: justify;
}

p strong {
  font-weight: 800;
}

.ondezx-text-color {
  color: #7db907 !important;
}

#header {
  position: relative;
}

.header-top {
  background-color: #7db907;
  padding: 10px 0;
}

.header-bottom {
  position: absolute;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header {
  position: fixed;
  top: 0;
  background: #222;
}

.header-bottom-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header .header-bottom-inner {
  border-color: #222;
}

/* .logo a {
  display: inline-block;
} */

.main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu {
  text-align: right;
}

.main-menu nav ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 43px 17px;
}

@media (max-width: 1199px) {
  .main-menu nav ul li a {
    font-size: 12px;
    font-weight: 500;
  }
}

.sticky-header .main-menu nav>ul>li>a {
  padding: 38px 17px;
}

.main-menu nav ul li>a:hover,
.main-menu nav ul li.active>a {
  color: #7db907;
}

/*submenu*/

.main-menu nav .submenu {
  padding: 0;
  position: absolute;
  left: -50px;
  top: 100%;
  z-index: 99;
  width: 240px;
  background-color: #fff;
  text-align: left;
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  -o-transform: scaley(0);
  transform: scaley(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid black;
  border-top: #7db907 3px solid;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  /* Very light initial shadow */
}

.main-menu nav .submenu.right {
  top: 10px;
  left: 240px;
}

.main-menu nav ul li:hover>.submenu {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  -o-transform: scaley(1);
  transform: scaley(1);
}

.main-menu nav .submenu li {
  display: block;
}

.main-menu nav .submenu li a {
  color: #222;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f1ebeb;
}

/* submenu 2 */
.main-menu nav .submenu-two {
  padding: 0;
  position: absolute;
  left: -100px;
  top: 110%;
  z-index: 99;
  min-width: 1000px;
  width: 100%;
  background-color: #fff;
  text-align: left;
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  -o-transform: scaley(0);
  transform: scaley(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid black;
  border-top: #7db907 3px solid;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
  /* Very light initial shadow */
}

.main-menu nav ul li:hover>.submenu-two {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  -o-transform: scaley(1);
  transform: scaley(1);
}

.main-menu nav .submenu-two li {
  display: block;
}

.main-menu nav .submenu-two li a {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 15px;
  text-decoration: none;
  border-bottom: 1px solid #f1ebeb;
}

@media (max-width: 1199px) {
  .main-menu nav .submenu-two {
    min-width: 900px;
    left: -90px;
  }

  .main-menu nav .submenu-two a {
    font-size: 12px;
  }
}

.equal-width-nav>li {
  flex: 1 1 0;
  text-align: center;
}

/* Ensure the logo doesn't stretch awkwardly */
.equal-width-nav>.middle-logo {
  flex: 0 0 auto;
  /* keeps logo at its natural width */
}

.equal-width-nav a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.main-menu nav .submenu-two .header-line {
  background: #fff;
  border-bottom: 1px solid #7db907;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
}

.main-menu nav .submenu-two .header-line .title-nav {
  text-align: center;
  background: #fff;
  font-weight: 700;
  margin: 0;
  margin-bottom: -10px !important;
}

.main-menu nav .submenu-two .header-line .title-nav span {
  padding: 0 15px;
}

.header-top-link-section {
  background: #7db907;
  /* Fallback for browsers that don't support gradients */
  background: linear-gradient(to bottom, #7db907, #6a9a00);
}

.header-top-link-section a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  transition: color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.header-top-link-section a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

/* mobile menu slicknav*/

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  background: transparent;
  margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -50px;
  cursor: pointer;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
  margin: 0 0;
  padding: 0;
}

.slicknav_nav {
  background: #202020;
  margin: 0;
  padding: 0;
}

.slicknav_nav a:hover {
  background: #fefefe;
  border-radius: 0;
}

.slicknav_nav a {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.slicknav_nav p span {
  color: white;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  border-radius: 0;
  background-color: #3c3333;
}

/* Limit height and make submenu scrollable */
.slicknav_nav ul {
  max-height: 250px;
  /* adjust based on your design */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Optional: make scrollbar look cleaner */
.slicknav_nav ul::-webkit-scrollbar {
  width: 6px;
}

.slicknav_nav ul::-webkit-scrollbar-thumb {
  background: #7db907;
  border-radius: 4px;
}

.slicknav_nav ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/*mobile menu end*/

.hb-right {
  margin-left: -18px;
}

.hb-right ul li {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}

.footer-top {
  background: #14171d;
}

.widget-company>a {
  display: inline-block;
  margin-bottom: 40px;
}

.widget-company>p {
  font-size: 16px;
  font-weight: 400;
  color: #edf1ff;
  margin-bottom: 24px;
}

.address {
  margin-bottom: 15px;
}

.address h6 {
  font-weight: 400;
  color: #7db907;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.address p {
  margin-bottom: 20px;
  color: white;
}

.widget-company .social li {
  display: inline-block;
}

.widget-company .social li a {
  display: block;
  font-size: 19px;
  color: white;
  margin-right: 10px;
}

.widget-company .social li a:hover {
  color: #7db907;
}

.fwidget-title {
  position: relative;
  color: white;
}

.fwidget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: white;
}

.footer-link a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-link ul {
  padding-left: 0;
  list-style: none;
}

.fz-14 {
  font-size: 14px;
}

span.post-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #a09f9c;
  letter-spacing: 0;
  margin-top: 8px;
}

span.post-date i {
  color: #ff9c02;
  margin-right: 5px;
}

.widget-opening ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.widget-opening ul li span {
  color: #fff;
  width: 130px;
  display: inline-block;
  letter-spacing: 2px;
}

.footer-bottom {
  text-align: center;
  margin-top: 106px;
  border-top: 1px solid #2a2a2a;
  padding-top: 32px;
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-link li i {
  font-size: 14px;
  margin-right: 12px;
  color: #7db907;
}

.footer-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.footer-link li:last-child {
  border-bottom: 0 none;
}

.header-two {
  position: fixed;
  top: 30px;
  z-index: 9998;
  width: 90%;
  background: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  background: #ffffff;
  ;
  border-radius: 50px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .header-two {
    width: 95%;
  }

  .header-two .menu-style2 nav {
    padding: 0 !important;
  }
}

.menu-style2 {
  text-align: center;
}

.menu-style2.main-menu nav>ul>li>a {
  color: #151515;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  font-weight: 500
}

/* .menu-style2.main-menu nav>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 10px;
  background: #7db907;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.menu-style2.main-menu nav ul li.active a:before,
.menu-style2.main-menu nav ul li a:hover:before {
  opacity: 1;
  width: 19px;
} */

.menu-style2.main-menu nav ul li.active a,
.menu-style2.main-menu nav ul li.active-submenu a.drop-a-tag,
.menu-style2.main-menu nav ul li a:hover {
  color : #7db907;
}

.menu-style2.main-menu nav ul li.middle-logo a {
  padding: 0;
  transform: translateY(5px);
}

.menu-style2.main-menu nav ul li.middle-logo a:before {
  display: none;
}

.menu-style2.main-menu nav ul li.middle-logo a img.hb-bottom-shape {
  position: absolute;
  left: 50%;
  min-width: 157px;
  transform: translateX(-50%);
}

.header-bottom-right-style-2 {
  margin-left: -41px;
  text-align: right;
}

.header-bottom-right-style-2 li {
  display: inline-block;
}

.header-bottom-right-style-2 li a.btn {
  padding: 12px 20px;
}

.header-bottom-right-style-2 li a.btn-light {
  border: 1px solid #ccc !important;
}

.header-bottom-right-style-2 li a.btn-light:hover {
  border-color: #7db907 !important;
}

/* .header-bottom-right-style-2 li a:hover,
.header-bottom-right-style-2 li a.active {
} */

.header-bottom-right-style-2 li:first-child a {
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {

  /*home two*/
  /* .menu-style2.main-menu nav ul li a {
    padding: 17px 7px;
  } */

  .header-bottom-right-style-2 li a {
    padding: 11px 14px;
  }

  /*Home One*/
  .main-menu nav ul li a {
    padding: 40px 11px;
  }

  .sticky-header .main-menu nav ul li a {
    padding: 36px 11px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .header-two {
    padding-top: 0;
    background: #212121;
  }

  .header-bottom-right-style-2 li a {
    background: #fff;
  }

  .middle-logo {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-two {
    padding-top: 0;
    background: #212121;
  }

  .header-bottom-right-style-2 li a {
    background: #fff;
  }

  .middle-logo {
    display: none !important;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .header-two {
    background: #212121;
  }

  .header-bottom-right-style-2 {
    margin-left: 0;
    text-align: left;
    margin-top: 9px;
  }

  .header-bottom-right-style-2 li a {
    background: #fff;
  }

  .header-two .slicknav_btn {
    margin-top: -58px;
  }

  .logo {
    /* text-align: center; */
    margin: 0 0;
  }
}

@media (max-width: 767px) {

  .middle-logo {
    display: none !important;
  }
}

.custom-cmn-button {
  /* Base Styles */
  position: relative;
  padding: 2vh 4vh;
  font-family: "Acme", sans-serif;
  font-size: clamp(16px, 2vh, 24px);
  /* Responsive font with limits */
  color: white;
  background:
    linear-gradient(135deg, transparent 0.6em, #7db907 0) top left,
    linear-gradient(225deg, #7db907 0, #7db907 0) top right,
    linear-gradient(45deg, #7db907 0, #7db907 0) bottom left,
    linear-gradient(315deg, transparent 0.6em, #7db907 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  grid-column: span 3;
  box-shadow: -0.5em 1em 1em -0.7em rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 0.1em;
  text-decoration: none;
  text-align: center;
  min-width: 120px;
  /* Prevents button from becoming too small */
  overflow: hidden;
  /* For pseudo-element effects */
  z-index: 1;

  @media (max-width: 768px) {
    padding: 1.5vh 3vh;
    font-size: clamp(14px, 1.8vh, 20px);
    background-size: 50% 50%;
  }
}

.custom-cmn-button:hover {
  transform: translateY(-3px);
  /* box-shadow:
    -0.5em 1em 1.5em -0.5em rgba(0, 0, 0, 0.4),
    0 0 0 2px rgba(255, 255, 255, 0.2) inset; */
  background:
    linear-gradient(135deg, transparent 0.6em, #8cc220 0) top left,
    linear-gradient(225deg, #8cc220 0, #8cc220 0) top right,
    linear-gradient(45deg, #8cc220 0, #8cc220 0) bottom left,
    linear-gradient(315deg, transparent 0.6em, #8cc220 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}

.custom-cmn-button:active {
  transform: translateY(1px);
  /* box-shadow:
    -0.3em 0.5em 0.8em -0.7em rgba(0, 0, 0, 0.5),
    0 0 0 3px rgba(0, 0, 0, 0.1) inset; */
  transition: all 0.1s ease;
  background:
    linear-gradient(135deg, transparent 0.6em, #6ea306 0) top left,
    linear-gradient(225deg, #6ea306 0, #6ea306 0) top right,
    linear-gradient(45deg, #6ea306 0, #6ea306 0) bottom left,
    linear-gradient(315deg, transparent 0.6em, #6ea306 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}

.custom-cmn-button:focus {
  outline: none;
  /* box-shadow:
    0 0 0 3px rgba(125, 185, 7, 0.5),
    -0.5em 1em 1em -0.7em rgba(0, 0, 0, 0.3); */
}

/* Optional Ripple Effect (Add with JavaScript) */
.custom-cmn-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.custom-cmn-button:hover::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

.ondezx-heading-sec h2 {
  color: rgb(61, 60, 60);
  text-align: center;
  font-size: 2.5rem;
  line-height: 65px;
}

.ondezx-heading-sec h2 span {
  position: relative;
  color: black;

}

.ondezx-heading-sec h2 span:after {
  content: '';
  position: absolute;
  top: 85%;
  width: 120%;
  aspect-ratio: 3 / 1;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  border: 6px solid #7db907;
  /* Use a clip-path to hide and show the bits you want */
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}

@media (max-width: 768px)
{
  .ondezx-heading-sec{
    margin-top : 30px
  }

  .ondezx-heading-sec h2 {
    font-size: 1.7rem;
    line-height: 40px;
  }

  .ondezx-heading-sec h2 span:after {
    border: 0;
  }

}

@media only screen and (max-width: 480px) {
  .ondezx-heading-sec h2 {
    font-size: 1.3rem;
    line-height: 30px;
  }
}

.ondezx-heading-sec h1 {
  color: rgb(61, 60, 60);
  text-align: center;
  font-size: 2.5rem;
  line-height: 65px;
}

.ondezx-heading-sec h1 span {
  position: relative;
  color: black;

}

.ondezx-heading-sec h1 span:after {
  content: '';
  position: absolute;
  top: 85%;
  width: 120%;
  aspect-ratio: 3 / 1;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  border: 6px solid #7db907;
  /* Use a clip-path to hide and show the bits you want */
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}

@media (max-width: 768px) {
  .ondezx-heading-sec h1 {
    font-size: 2.5rem !important;
    line-height: 50px !important;
  }

  .ondezx-heading-sec h1 span:after {
    border: 0;
    display: none;
  }

}

@media only screen and (max-width: 480px) {
  .ondezx-heading-sec h1 {
    font-size: 1.3rem;
    line-height: 30px;
  }
}

.txt-break-word {
  word-wrap: break-word;
}


.modify-ul {
  padding-left: 0px;
}


.modify-ul li {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
}

.modify-ul li i {
  color: #7db907;
}

.ondezx-footer-address-slider .item {
  background: transparent;
  color: white;
  text-align: center;
}

.ondezx-footer-address-slider p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.ondezx-footer-address-slider p i {
  color: #7db907;
}

.ondezx-footer-address-slider .owl-dots {
  text-align: start;
  margin-top: 0;
}

.ondezx-footer-address-slider .owl-dot {
  display: inline-block;
  margin: 0 6px;
}

.ondezx-footer-address-slider .owl-dot span {
  width: 11px;
  height: 11px;
  background: white;
  display: block;
  border-radius: 50%;
  transition: 0.3s ease;
}

.ondezx-footer-address-slider .owl-dot.active span,
.ondezx-footer-address-slider .owl-dot:hover span {
  background: #7db907;
}

.other-pages-section {
  margin-top: 160px;
}

@media only screen and (max-width: 991px) {
  .other-pages-section {
    margin-top: 100px;
  }
}

.all-head span {
  color: #2a4365;
}

.all-head h1,
.all-head h2 {
  font-weight: 800;
  color: #7db907
}

.all-head h1 {
  text-align: center;
  margin-top: 30px
}

.all-head h2 {
  text-align: center
}

.all-head h4 {
  color: #008b86;
  text-align: center;
  font-weight: 700
}

.all-head h3 {
  color: #7db907;
  text-align: center;
  font-weight: 800
}

.custom-h3 {
  font-size: 22px;
  color: #2a4365;
}

/* .custom-ondezx-list-1 li {
  list-style: none;
  margin-top: 10px;
  color: #3d3d3d;
}

.custom-ondezx-list-1 li i {
  color: #7db907;
} */

.custom-ondezx-list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top : 10px
}

.custom-ondezx-list-1 li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.custom-ondezx-list-1 li i {
  color: #7db907;
  font-weight: bolder;
  font-size: 1rem;
}


.custom-ondezx-list-2 li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  counter-increment: list;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: black;
  clear: both;
}

.custom-ondezx-list-2 li::before {
  content: counter(list);
  width: 2.2rem;
  height: 2.2rem;
  color: white;
  background: #7db907;
  text-shadow: 0 0 3px #7db907;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 2.2rem;
  margin-top: 2px;
  z-index: 1;
}

.custom-ondezx-list-2 li::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 2px;
  left: 0;
  background-color: #7db907;
  border-top-left-radius: 4px;
  z-index: -1;
}

.custom-ondezx-list-2-custom-number li::before {
  content: attr(value);
}

@media (max-width: 576px) {
  .custom-ondezx-list-2 li {
    align-items: flex-start;
    gap: 0.6rem;
  }
  .custom-ondezx-list-2 li::before {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
  }
}


.admission-2022 {
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 15px;
  border-radius: 6px;
}

.admission-2022 i {
  color: #7db907;
}

.custom-right-arrow-oneline-card {
  margin-top: 20px;
  width: 100%;
}

.custom-right-arrow-oneline-card a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  background: #fff;
  border: 2px solid black;
  color: #000;
  padding: 14px 26px;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
}

.custom-right-arrow-oneline-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7db907, #a6e642);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 0;
  border-radius: inherit;
}

.custom-right-arrow-oneline-card .card-content,
.custom-right-arrow-oneline-card .card-icon {
  position: relative;
  z-index: 1;
}

.custom-right-arrow-oneline-card a:hover::before {
  transform: scaleX(1);
}

.custom-right-arrow-oneline-card a:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
}

.custom-right-arrow-oneline-card .card-icon i {
  font-size: 1.1em;
  transition: transform 0.3s ease, color 0.3s ease;
  color: inherit;
}

.custom-right-arrow-oneline-card a:hover .card-icon i {
  transform: translateX(6px);
}


.common-form-card {
  position: relative;
  border: 2px solid black;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  padding: 25px;
}

/* .common-form-card::after {
  border-radius: inherit;
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: all 0.35s;
}

.common-form-card::after {
  box-shadow:
    inset 12px 0 12px -12px #7db907,
    inset -12px 0 12px -12px #7db907,
    inset 0 12px 12px -12px #aaa,
    inset 0 -12px 12px -12px #aaa;
} */

.common-form-card .form__input-group {
  margin: 15px 0;
  width: 100%;
  position: relative;
  display: flex;
}

.common-form-card .form__input-group label:hover {
  cursor: auto;
}

.common-form-card .form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  transition: border 0.25s ease-in-out;
}

.common-form-card .form__input:focus {
  outline: none;
  border: 2px solid #7db907;
}

.common-form-card .form__input-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}

.common-form-card .form__input:focus~.form__input-label {
  top: 0;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 0 10px;
}

.common-form-card .form__input:valid+.form__input-label {
  top: 0;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 0 10px;
}

.common-form-card .form__input:not(:placeholder-shown)+.form__input-label {
  top: 0;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 0 10px;
}

.common-form-card [type="radio"]:checked,
.common-form-card [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.common-form-card [type="radio"]:checked+label,
.common-form-card [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.common-form-card [type="radio"]:checked+label:before,
.common-form-card [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.common-form-card [type="radio"]:checked+label:after,
.common-form-card [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #7db907;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.common-form-card [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.common-form-card [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ondezx-text-color {
  color: #7db907;
}

.custom-ondezx-box-1 {
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 50px;
}

.custom-ondezx-box-2 {
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 15px;
  border-radius: 6px;
  border-color: #7db907;
}

.custom-ondezx-box-3 {
  border-radius: 5px;
  border-top: 5px solid #7db907;
}

.custom-ondezx-box-4 {
  border-bottom: 3px solid #7db907;
}

.ondezx-single-card {
  background: white;
  border: none;
  box-shadow:
    inset 12px 0 12px -12px #7db907,
    inset -12px 0 12px -12px #7db907,
    inset 0 12px 12px -12px #aaa,
    inset 0 -12px 12px -12px #aaa;
  border-radius: 1.5rem;
  text-align: center;
}

.prt-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 10px;
}

.common-reach-us-card {
  padding: 25px 35px 35px;
  border-radius: 40px;
  background-color: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.common-reach-us-card .common-reach-us-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 2px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #afaaa7, -8px -8px 15px #fff;
}

.custom-float-left-image-container {
  overflow: hidden;
}

.custom-float-left-image-container img {
  float: left;
  margin-right: 15px;
}

.custom-float-left-image-container p {
  text-align: justify;
}

.custom-float-left-image-container ol,
.custom-float-left-image-container ul {
  display: inline-block;
}

@media (max-width: 768px) {
  .custom-float-left-image-container img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
  }
}

.custom-float-right-image-container {
  overflow: hidden;
}

.custom-float-right-image-container img {
  float: right;
  margin-left: 15px;
}

.custom-float-right-image-container p {
  text-align: justify;
}

.custom-float-right-image-container ol,
.custom-float-right-image-container ul {
  display: inline-block;
}

@media (max-width: 768px) {
  .custom-float-right-image-container img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    /* center image and add bottom space */
    width: 100%;
    height: auto;
    /* or set a max-width if needed */
  }
}

.ready-box {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  height: 100%;
  padding: 10px
}

.ready-box i {
  color: #7db907;
  font-size: 30px;
  margin-bottom:10px
}

.accor,
.basic-accor {
  background-color: #7db907
}

.accor,
.basic-accor {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: .4s;
  height: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-items: center;
}

.basic-accor h3 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.basic-accor:after {
  content: '\23F7';
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  float: right;
  margin-left: 5px
}

.basic-accor.active:after {
  content: "\23F6";
  font-size: 20px
}


.accor:after {
  content: '\002B';
  color: #fff;
  font-weight: 800;
  float: right
}

.accor.active:after {
  content: "\2212"
}

.accor.active+.panel,
.basic-accor.active+.panel {
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

.panel {
  padding: 0 18px;
  background: 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
}

.theis-testimonial-slider {
  padding: 20px;
  box-shadow:
    inset 12px 0 12px -12px #7db907,
    inset -12px 0 12px -12px #7db907,
    inset 0 12px 12px -12px #aaa,
    inset 0 -12px 12px -12px #aaa;
  background: #f9f9f9;
  border-radius: 12px;
  font-family: sans-serif;
  width: 100%;
}

.theis-testimonial-slider .testimonial p {
  padding: 20px;
  font-size: 1.1rem;
  text-align: center;
  color: #333;
  margin: 0;
}

#free-topics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#free-topics-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

#free-topics-list li i {
  color: #7db907;
  font-weight: bolder;
  font-size: 1rem;
}


/* #free-topics-list {
  padding-left: 5px;
}

#free-topics-list li i {
  color: #7db907
}

#free-topics-list li {
  list-style: none;
  margin-bottom: 19px;
  font-size: 18px;
  color: #3d3d3d;
} */

.ondezx-border-color {
  border-color: #7db907 !important;
}

.pricing_style2 {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 32px;
  transition: .5s;
  overflow: hidden;
  box-shadow: 0px 8px 14.72px 1.28px rgba(207, 207, 207, 0.3);
  border-radius: 10px;
  height: 90%;
}

.pricing_head_style2 {
  padding: 12px 0 21px;
  background: #7db907;
}

.pricing_title_style2 h3 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.pricing_tk_style2 h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  transition: .5s;
}

.pricing_tk_style2 span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.pricing_body_style2 {
  margin-top: 40px;
}

.pricing_body_style2 .featur_style2 ul li {
  display: block;
  font-size: 15px;
  margin-bottom: 18px;
}

.pricing_body_style2 i {
  color: #7db907;
}

.education-and-support-link {
  text-underline-offset: 1px;
}

.education-and-support-link:active,
.education-and-support-link:hover {
  outline: 0;
}

.education-and-support-link {
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  flex: 0 auto;
  padding: 1px 16px;
  position: relative;
  text-align: left;
  border-color: #7db907;
  font-size: 16px;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
}

.education-and-support-link a {
  text-decoration: none;
  color: #7db907;

}

.education-and-support-link::before,
.education-and-support-link::after {
  content: "->";
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  font-size: 30px;
  color: #7db907;
  top: 50%;
  right: 32px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

.education-and-support-link.font-reg::before,
.education-and-support-link.font-reg::after {
  font-weight: 300;
}

.education-and-support-link::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

.education-and-support-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.education-and-support-link:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

.common-reach-us-card {
  padding: 25px 35px 35px;
  border-radius: 40px;
  background-color: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.common-reach-us-card .common-reach-us-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 2px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #afaaa7, -8px -8px 15px #fff;
}

#trusted-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  text-align: center;
  padding: 20px;
  color: black;
}

#trusted-box-two p {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  height: 100%;
  background-color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.delhi-what-else p a {
  text-decoration: none;
  background-color: #008b86;
  color: #fff;
  padding: 5px;
  border-radius: 5px
}


.style_three .how_it_work_number {
  position: absolute;
  top: -50px;
  left: 56px
}

.style_three .how_it_work_icon .icon {
  color: #7db907;
  font-size: 65px;
  z-index: 1;
  transition: .5s
}

.style_three .how_it_work_number h4 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #7db907;
  color: #fff;
  border-radius: 50%;
  font-size: 20px
}

.style_three .how_it_work_icon_bg_thumb_inner {
  position: absolute;
  top: -48px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto
}

.style_three .how_it_work_bg_thumb_inner_hv {
  top: -18px;
  z-index: -1;
  left: 0
}

.style_three .single_how_it_work:hover .how_it_work_bg_thumb_inner_hv {
  top: -48px;
  opacity: 1
}

.single_how_it_work:hover {
  cursor: pointer
}

#UGC-Approved-box {
  background-color: #7db907;
  padding: 20px;
  border-radius: 20px;
}

#UGC-Approved-box {
  color: white;
}

#UGC-Approved-box h3 {
  color: white;
  text-align: center;
}

.Seamless-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  text-align: justify;
  /* height: 100%; */
}

.why_ondezx_number {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.why_ondezx_number::before {
  content: attr(data-num);
  background-color: #7db907;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


.contact-info-card {
  box-shadow: rgb(125, 185, 7) 0px 0px 0.1em, rgb(125, 185, 7) 0px 0.1em .5em;
  padding: 5px;
  border-radius: 20px;
}

.contact-info-card h5 {
  color: #008b86;
}

.contact-info-card ul li {
  list-style: none;
}

.contact-info-card ul li i {
  background-color: #7db907;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

th,
td {
  border: 2px solid #7db907;
  padding: 15px;
}

.fellowship-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.benefit-pdf {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  padding: 15px;
  border-radius: 20px;
  height: 100%;
}


.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 520px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #5aff15;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #5aff15;
  z-index: 999;
}

@media only screen and (max-width: 769px) {
  .m-backtotop {
    top: 350px;
    right: 28px;
    width: 50px;
    height: 50px;
  }
}


.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: whitesmoke;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.modal-backdrop.show {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

#queryFormModal {
  z-index: 9999;
}

.query-modal .modal-content {
  background-color: #ffffff;
  border: 2px solid black;
  /* box-shadow: rgb(125, 185, 7) 0px 0px 0.1em, rgb(125, 185, 7) 0px 0.1em .5em; */
  padding: 20px;
}

.query-modal .modal-header {
  border-bottom: none;
}

.query-modal .modal-title {
  color: #5aff15;
  font-weight: 600;
}

.query-modal .btn-close {
  background-color: #5aff15;
  border-radius: 50%;
  opacity: 1;
  filter: brightness(0.9);
}

.query-modal .btn-close:hover {
  filter: brightness(1.1);
}

.query-modal .form-control,
.query-modal .form-select {
  border: 2px solid black;
  box-shadow: none;
}

.query-modal .form-control:focus,
.query-modal .form-select:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8);
}


.query-modal .btn-submit:hover {
  background-color: #4be010;
  color: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 15px;
  border-radius: 6px;
  border-color: #7db907;
}

td,
th {
  border: 2px solid #7db907;
  padding: 15px
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}


a {
  display: inline-block;
  transition: 0.4s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}


.ondezx-green-button {
  color: #ffffff;
  background-color: #7db907;
  border: 2px solid #7db907;
  border-radius: 5px;
  padding: 12px 25px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.ondezx-green-button:hover {
  color: #7db907;
  background-color: transparent;
  border-color: #7db907;
  box-shadow: 0px 10px 30px rgba(125, 185, 7, 0.3);
}

.ondezx-green-button::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: -25%;
  width: 0;
  background-color: #7db907;
  transform: skew(50deg);
  transition: 0.6s;
}

.ondezx-green-button:hover::before {
  width: 170%;
  background-color: transparent;
}

.ondezx-green-button:not(:disabled):not(.disabled).active,
.ondezx-green-button:not(:disabled):not(.disabled):active,
.show>.ondezx-green-button.dropdown-toggle {
  color: #ffffff;
  background-color: #7db907;
  border-color: #7db907;
}

.ondezx-green-button.focus,
.ondezx-green-button:focus {
  box-shadow: unset;
  background-color: transparent;
  border-color: #7db907;
  color: #7db907;
}

.ondezx-green-button.disabled,
.ondezx-green-button:disabled {
  color: #ffffff;
  background-color: #7db907;
  border-color: #7db907;
  opacity: 1;
}

.ondezx-green-button i {
  opacity: 0;
  transition: 0.4s;
}

.ondezx-green-button:hover i,
.ondezx-green-button:focus i {
  opacity: 1;
  margin-left: 7px;
}

.ondezx-home-testimonials-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}

/* .ondezx-home-testimonials-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
} */

.ondezx-home-testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 50px !important;
}

.ondezx-home-testimonial-item {
  background: #ffffff;
  padding: 35px;
  text-align: center;
  border-radius: 5px;
  height: 280px;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #000000;
}


@media (max-width: 991px) {
  .ondezx-home-testimonial-item {
    height: auto;
  }
}

.ondezx-home-testimonial-item .ondezx-home-testimonial-info {
  margin: 20px 0;
}

.ondezx-home-testimonial-item .ondezx-home-testimonial-info h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ondezx-home-testimonial-item .ondezx-home-testimonial-info span {
  font-size: 15px;
  color: #777777;
}

.ondezx-home-testimonial-item p {
  font-size: 15px;
  color: #777777;
  line-height: 1.9;
}

.single-ondezx-home-testimonial {
  background: transparent;
  text-align: left;
}

.single-ondezx-home-testimonial .ondezx-home-testimonial-info h4 {
  color: #ffffff;
}

.single-ondezx-home-testimonial .ondezx-home-testimonial-info span {
  color: #ffffff;
}

.single-ondezx-home-testimonial p {
  color: #ffffff;
}

.iti {
  width: 100%;
}