.banner-section {
  background-image: url(/img/banner-background1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
}

@media (max-width: 900px) {
  .banner-section {
    padding: 40px 0px;
  }
}

.hero-section {
  padding: 40px 0px;
  margin-left: 40px;
  margin-right: 40px;
}

.hero-section h1 {
  line-height: 40px;
  font-weight: 600;
  font-size: 40px;
  color: #000;
}

.hero-section .lead {
  line-height: 20px;
  font-size: 14px;
  word-wrap: break-word;
  color: rgba(44, 48, 46, 1);
}

.banner-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.cta-button {
  margin-top: 5px;
  background-color: #3d9e04;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  padding: 10px;
  width: 100%;
  max-width: 300px;
}

.cta-button a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 900px) {
  .cta-button {
    font-size: 10px;
    padding: 8px 8px;
  }
}

.hero-image {
  width: 100%;
  margin: auto;
  max-width: 500px;
}

.banner-card {
  border-radius: 4px;
  padding: 2px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.6);
  background: linear-gradient(
    276.6deg,
    rgba(217, 217, 217, 0.31) 3.38%,
    rgba(217, 217, 217, 0) 43.98%,
    rgba(246, 245, 245, 0.16) 100.83%
  );
}

.banner-card .card-text {
  line-height: 16px;
  color: rgba(44, 48, 46, 1);
  font-size: 12px;
}

.carousel-item {
  min-height: 200px;
}

.step-number {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 17, 17, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  z-index: 1;
}

/* -------------------Experinces------------------ */

.experience-main-section {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(/img/digital-background.jpg);
  background-size: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 5px;
}

@media (max-width: 1400px) {
  .experience-main-section {
    background-size: auto;
    background-position: inherit;
  }
}

.experience-content-section {
  z-index: 2;
  width: 45%;
  padding: 5px;
  left: 50%;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .experience-content-section {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
  }
}

.experience-content-box h4 {
  color: #2e7d00;
}

@media (max-width: 1200px) {
  .experience-content-box h4 {
    font-size: 14px;
  }
}

.text-green {
  color: #2e7d00;
}

.experience-content-section p {
  color: rgba(44, 48, 46, 1);
  font-size: 14px;
  margin-top: 8px;
}

.experience-content-section h2 {
  font-weight: 600;
  color: #000;
  text-align: right;
}

@media (max-width: 900px) {
  .experience-content-section p {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .experience-content-section h3 {
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .text-muted {
    font-size: 10px;
  }
}

.experience-content-box {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 51%);
  padding: 10px;
  height: 100%;
  /* max-height: 135px; */
  overflow: hidden;
  font-size: 12px;
  margin-top: 10px;
}

.dart-img {
  object-fit: contain;
  width: 100%;
  max-width: 35px;
}

.reach-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  padding: 15px;
  justify-content: space-evenly;
  position: relative;
  right: 0;
  left: 0;
  background: #328601;
  border-radius: 12px;
  margin-left: 100px;
  margin-right: 100px;
  color: white !important;
  align-items: center;
  z-index: 100;
  top: 60px;
}

.reach-content h1 {
  font-size: 52px !important;
}

@media (max-width: 900px) {
  .reach-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ---------------------Marketing-Services---------------------- */
.Marketing-section {
  background: linear-gradient(
    1deg,
    rgb(190 249 184) 0%,
    rgb(219 227 191 / 20%) 50%
  );
  padding: 20px;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .Marketing-section {
    padding: 30px;
  }
}

.marketing-heading {
  padding: 35px 130px;
}

@media (max-width: 1200px) {
  .marketing-heading {
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .card {
    padding: 5px;
  }
}

.marketing-icon {
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
  max-height: 450px;
  width: 100%;
  overflow: hidden;
}

.marketing-icon-box {
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 60px;
  height: 60px;
  margin: auto;
  padding: 5px;
}

.card-title {
  color: #000;
  font-weight: 600;
  /* white-space: nowrap; */
}

/* .service-card h5 {
  font-weight: bold;
  margin-bottom: 10px;
  
}
.service-card p {
  color: #6c757d;
  margin-bottom: 0;
} */

/* ------------working-client------------ */

.working-client {
  display: flex;
  flex-direction: column;
  padding: 60px;
  gap: 20px;
  background-image: url("/img/banner-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
}

.responsive-image {
  width: 100%;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .working-client {
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .responsive-image {
    max-width: 100%;
    height: 100%;
  }
}

/* .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
} */

.glyphicon {
  border: none;
  background: rgba(239, 239, 239, 1);
  color: #000;
  border-radius: 2px;
}

.working-img-responsive {
  width: 100%;
  /* height: 100%; */
  /* max-width: 100px; */
}

/* ------------Experiences------------ */

.process-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.process-step {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 20px;
}

.highlight-box {
  background-color: #4caf50;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

/* .experience-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
} */

/* .main-div {
  background-image: url("/img/rectangle-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.right-side-content {
  position: relative;
}

/* ---------------------Global-Services---------------------- */
.global-image {
  width: 100%;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  mix-blend-mode: darken;
}

@media (max-width: 900px) {
  .global-image {
    max-width: 100%;
  }
}

.global-text {
  padding: 30px 200px;
  text-align: center;
}

.global-text h2 {
  color: #000;
  font-weight: 600;
}
.global-text p {
  color: rgba(44, 48, 46, 1);
  margin-top: 10px;
}

@media (max-width: 900px) {
  .global-text {
    padding: 20px;
  }
}

.global-section {
  background: linear-gradient(
    1deg,
    rgb(190 249 184) 0%,
    rgb(219 227 191 / 20%) 50%
  );

  padding: 20px 40px;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}

@media (max-width: 900px) {
  .global-section {
    padding: 40px;
  }
}

/* @media (max-width: 900px) {
  .global-image {
    max-width: 100%;
  }
} */

.countary-section {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.countary-container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(149, 151, 151, 0.4);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.contary-img {
  width: 100%;
  max-width: 60px;
  border-radius: 8px;
}
.country-name {
  color: #000;
  font-weight: 500;
  font-size: auto;
}

/* <!-- -------------------Testimonials---------------------- --> */

.main-content-testimonials {
  /* padding: 20px 100px; */
  margin-top: 30px;
}

.testimonial-carousel {
  background-color: #000;
  color: #fff;
  margin-top: 50px;
  /* margin-bottom: 50px; */
  padding: 30px;
}

.testimonial-carousel p {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-img-section {
  display: flex;
  float: left;
  margin: 4px;
  position: absolute;
  top: -70px;
  gap: 10px;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 15px;
  border-radius: 10px;
  margin: 20px;
  position: relative;
  justify-content: left;
  /* display: inline-block; */
  margin-top: 60px;
}

.testimonial-content {
  text-align: justify;
  font-size: 12px;
  position: relative;
}

.testimonial-card img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.testimonial-card .testimonial-img-section h6 {
  font-weight: bold;
  color: #fff;
}

.testimonial-card .testimonial-img-section p {
  margin-bottom: 10px;
}

/* .testimonial-card .testimonial-content .rating {
  display: flex;
  margin-bottom: 10px;
} */

.testimonial-card .rating i {
  color: gold;
  font-size: 1.2em;
}

.testimonial-card .author {
  margin-bottom: 5px;
  font-weight: bold;
}

.testimonial-card .author span {
  font-weight: normal;
}

.blank {
  float: left;
  width: 130px;
  height: 20px;
}

.fa-quote-left,
.fa-quote-right {
  color: rgba(62, 161, 5, 1);
}

.testimonial-content .quote .fa {
  font-size: large;
}
.testimonial-content .quote {
  color: rgba(255, 255, 255, 0.9);
}

/* <!-- -------------------Custom-pricing---------------------- --> */

.Custom-pricing {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.overlay-image {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 900px) {
  .overlay-image {
    display: none !important;
  }
}

.pricing-section {
  position: relative;
  width: 100%;
  padding: 15px 60px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: baseline;
}

@media (max-width: 900px) {
  .pricing-section {
    background: #3d9f04;
  }
}

.pricing-text {
  color: #fff;
  margin: 15px;
  line-height: 1.2;
}

.csp-btn {
  padding: 10px;
  border-radius: 4px;
  border: none;
}

/* <!-- ------------------Our certifications---------------------- --> */

.certifications {
  padding: 40px;
  background-image: url(/img/certification-background.jpg);
  background-size: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 100px;
  margin-left: 100px;
  border: none;
  border-radius: 30px;
  background-position: inherit;
}

@media (max-width: 900px) {
  .certifications {
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
  }
}

.certifications h2 {
  margin-bottom: 15px;
  color: #fff;
}

.certifications p {
  margin-bottom: 30px;
  color: #fff;
}

.d_flexss {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  padding: 5px;
  justify-content: space-between;
  position: relative;
  right: 0;
  left: 0;
  background: #383838;
  border-radius: 12px;
  margin-left: 50px;
  margin-right: 50px;
  z-index: 100;
  top: 60px;
}

@media (max-width: 900px) {
  .d_flexss {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.certification-content {
  position: relative;
}

.partners-imgs {
  display: block;
  margin: auto;
  height: 100%;
  max-height: 100px;
}

@media (max-width: 900px) {
  .partners-imgs {
    max-height: 75px;
  }
}

/* <!-- ------------------Global Partners-------------------- --> */

.features-main {
  background-image: url("/img/banner-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.features-section {
  margin-bottom: 50px;
  /* margin-top: 50px; */
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px;
}

@media (max-width: 900px) {
  .features-section {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.feature-box {
  display: flex;
  align-items: center;
  padding: 0;
  /* background-color: #f8f9fa; */
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: none;
  /* flex-wrap: wrap; */
}

@media (max-width: 1200px) {
  .feature-box {
    display: flex;
    flex-wrap: wrap;
  }
}

/* .three h4 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  color: #000;
}
.three h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #000000;
} */

.feature-box h4 {
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 600;
  word-wrap: break-word;
}

.feature-box p {
  font-size: 12px;
  word-wrap: break-word;
  color: rgba(44, 48, 46, 1);
}

.feature-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  padding: 25px;
  align-items: center;
  margin-right: 1rem;
  border: 1px solid #3d9e04;
  color: #3d9e04;
  background: transparent;
  font-size: 18px;
}

.feature-button {
  margin-top: 1rem;
  background-color: #3d9e04;
  padding: 12px;
  border-radius: 12px;
  border: none;
  width: 100%;
  text-align: center;
}

.feature-button a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.marketing-image {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  /* max-height: 200px; */
}

.feature-icon-right {
  background: #fff;
  padding: 2px;
  border-radius: 50%;
  position: relative;
  margin-left: 8px;
  font-size: small;
}

/* ---------------------------faq------------------------- */

.faqs {
  margin-bottom: 50px;
  background-image: url("/img/faq-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
}

.faqs h2 {
  color: #000;
  font-weight: 600;
}

.faq-image {
  /* max-width: 100%; */
  border-radius: 8px;
  /* height: 100%; */
  width: 100%;
}

.new_accordian_design .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}

.new_accordian_design .accordion button:hover,
.new_accordian_design .accordion button:focus {
  cursor: pointer;
  color: #000;
}

.new_accordian_design .accordion button:hover::after,
.new_accordian_design .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.new_accordian_design .accordion button .accordion-title {
  color: #2c302e;
  font-size: 16px;
}

.new_accordian_design .accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  background: #fff;
}

.new_accordian_design .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.new_accordian_design .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.new_accordian_design .accordion button[aria-expanded="true"] {
  color: #008000;
}

.new_accordian_design .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.new_accordian_design
  .accordion
  button[aria-expanded="true"]
  + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.new_accordian_design .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.new_accordian_design .accordion .accordion-content p {
  font-weight: 400;
  padding: 5px;
}

.new_accordian_design .accordion .accordion-item {
  border: 1px solid #000;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  margin-bottom: 15px;
}

.fun-fact {
  text-align: center;
  position: relative;
  z-index: 1;
}

.fun-fact .counter {
  position: relative;
}

.fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 5px;
}

.fun-fact .medium {
  font-weight: 700;
}

/* -------------modal-form---------- */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

.modal-dialog {
  top: 30%;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 900px;
  /* padding: 15px 0px; */
  margin: auto;
}

.modal-content {
  width: 100%;
}

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

.sbmt-btn {
  background: #3d9f04;
  color: #fff;
  display: flex;
}

.modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  display: block;
  float: right;
  box-shadow: none;
  border: none;
  background: none;
  font-weight: 600;
  position: relative;
  top: -20px;
}

.opacity-img {
  position: relative;
  opacity: 0.5;
  z-index: 1;
}

.opacity-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2000;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 30000;
}

@media (max-width: 991px) {
  .popular_courses {
    padding-bottom: 40px;
  }
}

.ol-img-fluid {
  width: 100%;
  max-width: 120px;
  margin: auto;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
