/* Global settings end */

main.wrapper{
margin-top: 140px !important;
}
#partners-banner {
    background-image: url(https://abneducation.presstigers.dev/assets/frontend/images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: right center;
    padding-block: 150px;
    max-width: 1600px;
    margin: 0 auto;
}

#about-us-section{
    background-image: url(https://abneducation.presstigers.dev/assets/frontend/images/about-us-bg.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left center;
    padding-block: 100px;
    max-width: 1600px;
    margin: 0 auto;
}

#why-abn-global h4,
#why-abn-global p {
  font-family: gilroy-medium;
}
.partners-counter-each {
  padding: 25px;
  background: #3c3e46;
  transition: all 0.5s;
  width: 100%;
}
.partners-counter-each:hover {
  transform: scale(1.1);
}

#partners-counter {
  background-color: var(--themefifth);
}
.counter-value {
  font-size: 46px;
  font-family: gilroy-extrabold;
}

.counter-text {
  font-size: 18px;
  text-transform: uppercase;
  font-family: gilroy-medium;
}

#become-partner {
  margin-top: 100px;
  margin-bottom: 100px;
}

#our-partner-universities .line-heading::before,
#our-partner-universities .line-heading::after {
  width: 190px;
}
.line-heading.feedback-heading::before,
.line-heading.feedback-heading::after {
  width: 150px;
  background-color: var(--themesecondary);
}
.line-heading::before {
  top: 55%;
  left: 0%;
}
.line-heading::after {
  top: 55%;
  right: 0;
}

#why-abn-global {
  background-color: #effbf6;
  border-radius: 60px 0px 60px 0px;
}
.partners-universities img {
  width: 75%;
}
.swiper-slide {
  display: flex !important;
  justify-content: center;
  height: 95% !important;
}
#our-partner-universities .swiper-slide {
  align-items: center;
}
.partners-universities .swiper-wrapper {
  height: 150px !important;
  transition-timing-function: linear !important;
}

#our-partner-universities {
  margin-block: 80px;
}

#our-partner-universities .swiper-slide {
  background-color: #f6f6f6;
}
#our-partner-universities .swiper-slide:nth-child(even) {
  border-top: 6px solid var(--themefifth);
}
#our-partner-universities .swiper-slide:nth-child(odd) {
  border-top: 6px solid var(--themeprimary);
}

#network-feedback {
  background-color: var(--themefourth);
  padding-block: 60px;
}

.network-feedback {
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  position: relative;
}
.testimonials-navigation .swiper-button-next:after,
.testimonials-navigation .swiper-button-prev:after {
  color: white;
  font-size: 16px;
}
.testimonial-each {
  gap: 50px;
}
.testimonial-image {
  border-right: 2px solid var(--themeprimary);
  padding-right: 50px;
  min-height: 356px;
}
.testimonial-image img {
  width: 200px;
  height: auto;
  border-radius: 0px 0px 0px 80px;
}
.testimonial-start-quote,
.testimonial-end-quote {
  position: absolute;
  display: block;
}
.testimonial-start-quote {
  top: 0;
  left: 0;
}
.testimonial-end-quote {
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}

.testimonials-navigation {
  position: absolute;
  left: 33%;
  bottom: 10px;
}
.testimonials-navigation .swiper-button-prev {
  left: -75px !important;
}
.actionable-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 12px;
}
.actionable-buttons a {
  font-family: gilroy-medium;
  font-size: 24px;
  color: var(--themefith);
  text-decoration: none;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
}

.action-btn:hover,
.action-btn.active {
  background-color: var(--themeprimary);
  color: white;
  border-radius: 12px;
  font-family: gilroy-extrabold;
}
.khda img {
  height: 55px;
}

.homepage-events-carousel .event-image {
  width: 60%;
}

.homepage-events-carousel .event-image img {
  width: 100%;
  height: 250px;
}

.homepage-events-carousel .event-title {
  width: 40%;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  #our-partner-universities .line-heading::before,
  #our-partner-universities .line-heading::after {
    width: 125px;
  }
  .line-heading.feedback-heading::before,
  .line-heading.feedback-heading::after {
    width: 100px;
  }
  .testimonial-image{
    min-height: 386px;
  }
}
@media screen and (max-width: 992px) {
    main.wrapper {
      margin-top: 110px !important;
  }

  .counter-value {
    font-size: 36px;
  }
  .counter-text {
    font-size: 16px;
  }

  .actionable-buttons a {
    font-size: 18px;
  }

  .partners-counter-group {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-image {
    display: none;
  }
  .abn-btn{
      font-size: 18px !important;
  }

  .about-us-container-style{
    background: #ffffffa8;
    padding: 15px;
  }

  #about-us-section{
    backgorund-size: 65%;
    padding-block: 50px;
  }
}

.abn-btn{
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-family: gilroy-medium;
    font-size: 24px;
    color: var(--themefith);
    box-shadow: 0 1px 1px 1px #808080;
    transition: all 0.5s;
    max-width: 300px;
}

.abn-btn-green, .abn-btn:hover{
    background-color: var(--themeprimary) !important;
    color: white;
    font-family: gilroy-extrabold;
}

.abn-btn-green:hover{
    opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .actionable-buttons {
    grid-template-columns: 1fr;
  }
  .partners-counter-group {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  #why-abn-global h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
#partners-banner{
    padding-block: 95px;
}

#about-us-section{
    padding-block: 50px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#partners-banner{
    padding-block: 80px;
    background-size: 65%;
}
}

@media screen and (min-width: 576px) and (max-width: 757px) {
#partners-banner{
    padding-block: 20px 80px;
    background-size: 65%;

}

}


@media screen and (max-width: 575px) {
#partners-banner{
    padding-block: 40px;
    background-size: 100%;
}
    main.wrapper {
        margin-top: 60px !important;
    }
    .gap-5.col-12{
        gap: 1rem !important;
    }

    .abn-btn{
        width: 300px;
        margin: 0 auto;
    }
    #about-us-section{
        background-size: 100% !important;
    }

}