/*================================================================================================
    Start About CSS
===================================================================================================*/

.ed_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.ed_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.ed-about {
  z-index: 2;
  overflow: hidden;
}
.ed-about__images {
  position: relative;
  z-index: 2;
}

.ed-about__main-img {
  text-align: right;
}
.ed-about__main-img img {
  width: 482px;
  height: 486px;
  border-radius: 8px 8px 140px 8px;
  object-fit: cover;
}
.ed-about__shape-1,
.ed-about__shape-2,
.ed-about__shape-3,
.ed-about__shape-4 {
  position: absolute;
}
.ed-about__shape-1 {
  top: 40%;
  left: 4%;
}
.ed-about__shape-2 {
  right: -12%;
  bottom: 25%;
  z-index: -1;
}
.ed-about__shape-3 {
  right: 4%;
  bottom: 0;
}
.ed-about__shape-4 {
  right: 80px;
  bottom: 16%;
  z-index: -1;
}
.counter-card {
  border-radius: 6px;
  background: var(--ed-white-color);
  box-shadow: 17px 18px 30px 16px rgba(7, 2, 41, 0.09);
  padding: 12px 32px 12px 17px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 92px;
  left: 0;
}
.counter-card__icon {
  width: 64px;
  height: 64px;
  line-height: 70px;
  border-radius: 100%;
  background: #fceeee;
  text-align: center;
  font-size: 28px;
  color: #df4343;
}
.counter-card__info h4 {
  color: #df4343;
  font-size: 28px;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
}
.counter-card__info p {
  line-height: 120%;
}
.ed-about__content {
  padding-left: 72px;
}
.ed-about__feature {
  margin-top: 14px;
}
.ed-about__features-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ed-title-color);
}
.ed-about__features-list li:last-child {
  margin: 0;
}
.ed-about__btn {
  margin-top: 45px;
}

/* About Style 2 */
.ed-about--style2 .ed-about__content {
  padding-left: 0;
  padding-right: 56px;
}
.ed-about__main-img-style2 {
  display: flex;
  justify-content: center;
  gap: 28px;
}
img.ed-about__main-img-1 {
  width: 258px;
  height: 440px;
  object-fit: cover;
  border-radius: 0px 86px 0px 86px;
}
img.ed-about__main-img-2 {
  width: 258px;
  height: 370px;
  object-fit: cover;
  border-radius: 86px 0px 86px 0px;
  margin-top: 248px;
}
.ed-about__images--style2 .counter-card {
  bottom: 44px;
  left: 72px;
}
.ed-about__images--style2 .ed-about__shape-1 {
  top: 72%;
  left: -12%;
}
.ed-about__images--style2 .ed-about__shape-2 {
  right: 30%;
  bottom: auto;
  top: 5%;
}
.ed-about__images--style2 .ed-about__shape-3 {
  right: 10%;
  bottom: auto;
  top: 30%;
}

/* About Style 3 */

.ed-about--style-3 .ed-about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 120px;
}
.ed-about--style-3 .ed-about__head-title {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}
.ed-about--style-3 .ed-about__award {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ed-about--style-3 .ed-about__award img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.ed-about--style-3 .ed-about__image-main img {
  width: 624px;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-about--style-3 .ed-about__image {
  width: 624px;
  position: relative;
}
.ed-about--style-3 .ed-about__counter {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 80px;
  margin-left: 74px;
}
.ed-about--style-3 .ed-about__counter-item h4 {
  color: var(--ed-primary-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
.ed-about--style-3 .ed-about__counter-item p {
  margin: 0;
  line-height: 18px;
}
.ed-about--style-3 .ed-about__image-shapes .shape-1 {
  position: absolute;
  top: -60px;
  left: -82px;
  z-index: -1;
}
.ed-about--style-3 .ed-about__image-shapes .shape-2 {
  position: absolute;
  bottom: 38%;
  left: -14%;
}
.ed-about--style-3 .ed-about__content .list-group {
  flex-direction: row;
  gap: 90px;
  margin-bottom: 60px;
}
.ed-about--style-3 .ed-about__content .list-group-item {
  background-color: transparent !important;
  font-family: "Aeonik Pro TRIAL";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border: none !important;
  border-bottom: 1px solid #99a4a3 !important;
  border-radius: 0 !important;
  color: rgba(1, 28, 26, 0.4);
  padding: 0;
  padding-bottom: 10px;
}
.ed-about--style-3 .ed-about__content .list-group-item.active {
  color: var(--ed-title-color);
  border-color: var(--ed-title-color) !important;
}
.ed-about--style-3 .ed-about__content {
  width: 630px;
  min-height: 760px;
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  padding: 50px;
  margin-left: -80px;
  z-index: 2;
  margin-top: 50px;
}

.ed-about--style-3 .ed-about__image {
  min-width: 624px;
}
.ed-about--style-3 .ed-about__inner {
  display: flex;
}
.ed-about--style-3 .ed-about__tab-info {
  display: flex;
  align-items: center;
  gap: 55px;
}
.ed-about--style-3 .ed-about__tab-info-content {
  margin-top: 24px;
}
.ed-about--style-3 .ed-about__tab-info-content h4 {
  font-family: var(--ed-font-family-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.ed-about--style-3 .ed-about__shapes .shape-1 {
  position: absolute;
  right: 0;
  top: 156px;
}
.ed-about--style-3 .ed-about__shapes .shape-2 {
  position: absolute;
  right: 0;
  top: 22%;
}
.ed-about--style-3 .ed-about__content-shapes .shape-1 {
  position: absolute;
  bottom: -9%;
  right: -12%;
  z-index: -1;
}
.ed-about--style-3 .ed-about__content-shapes .shape-2 {
  position: absolute;
  bottom: 80px;
  right: -84px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-about__content {
    padding-left: 0;
  }
  .ed-about__shape-2 {
    right: -2%;
    display: none;
  }
  .ed-section-head__title br {
    display: none;
  }
  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 50px;
  }
  .ed-about--style-3 .ed-about__award {
    margin-top: 40px;
  }

  .ed-about--style-3 .ed-about__image-main img {
    width: 580px;
  }

  .ed-about--style-3 .ed-about__content {
    width: 100%;
    padding: 40px;
    margin-left: -146px;
  }

  .ed-about--style-3 .ed-about__content .list-group {
    gap: 32px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    left: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-about__main-img {
    text-align: center;
  }
  .ed-about__shape-2 {
    right: 8%;
  }
  .ed-about__shape-4 {
    display: none;
  }
  .counter-card {
    bottom: 40px;
    left: 10%;
  }
  .ed-about__shape-3 {
    right: 20%;
  }
  .ed-about__shape-1 {
    left: 10%;
  }
  .ed-about__images--style2 .ed-about__shape-1 {
    top: 52%;
    left: 8%;
  }
  .ed-about.ed-about__page {
    padding: 40px 0px 80px;
  }
  .ed-about.ed-about__page .ed-about__content {
    margin-top: 40px;
  }

  .ed-about__shapes,
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    display: none;
  }

  .ed-about--style-3 .ed-about__tab-info {
    display: block;
  }
  .ed-about__tab-info-card {
    margin-top: 32px;
  }

  .ed-about--style-3 .ed-about__counter-item h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 40px;
  }

  .ed-about--style-3 .ed-about__inner {
    display: block;
  }

  .ed-about--style-3 .ed-about__head-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ed-about--style-3 .ed-about__award {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ed-about--style-3 .ed-about__award img {
    width: 80px;
    height: 80px;
  }
  .ed-about--style-3 .ed-about__image-main img {
    width: 100%;
    height: auto;
  }
  .ed-about--style-3 .ed-about__counter {
    gap: 40px;
    margin-top: 40px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__image {
    min-width: 100%;
  }
  .ed-about--style-3 .ed-about__image {
    width: 100%;
  }
  .ed-about--style-3 .ed-about__inner {
    display: block;
  }
  .ed-about--style-3 .ed-about__content {
    width: 100%;
    min-height: auto;
    padding: 24px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    gap: 24px;
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__content .list-group-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-about__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-about__main-img {
    text-align: center;
  }
  .ed-about__shape-1 {
    top: -5%;
  }
  .counter-card {
    bottom: 0;
  }
  .counter-card__info h4 {
    font-size: 24px;
  }
  .counter-card__icon {
    width: 56px;
    height: 56px;
    line-height: 63px;
    font-size: 24px;
  }
  .ed-about__shape-3 {
    right: -4%;
    bottom: 23%;
  }
  .ed-about__content {
    padding-left: 0;
  }
  .ed-about__shape-4 {
    display: none;
  }
  .ed-about__features-list li {
    margin-bottom: 16px;
  }

  .ed-about--style2 .ed-about__content {
    padding-right: 0;
  }
  .ed-about__main-img-1 {
    width: 100%;
    height: 320px;
  }
  .ed-about__main-img-2 {
    display: none;
  }
  .counter-card__info p {
    font-size: 14px !important;
  }
  .ed-about__images--style2 .ed-about__shape-1 {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .ed-about__images--style2 .ed-about__shape-3 {
    top: 0;
    right: 0;
  }
  .ed-about__images--style2 .ed-about__shape-2 {
    display: none;
  }
  .ed-about__main-img-style2 {
    display: block;
  }
  .ed-about__page .ed-about__content {
    margin-top: 40px;
  }
  .ed-about__page .ed-about__images {
    margin-top: 0;
  }
  .ed-about__shape-2 {
    display: none;
  }

  .ed-about__shapes,
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    display: none;
  }

  .ed-about--style-3 .ed-about__tab-info {
    display: block;
  }
  .ed-about__tab-info-card {
    margin-top: 32px;
  }

  .ed-about--style-3 .ed-about__counter-item h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 40px;
  }

  .ed-about--style-3 .ed-about__inner {
    display: block;
  }

  .ed-about--style-3 .ed-about__head-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ed-about--style-3 .ed-about__award {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ed-about--style-3 .ed-about__award img {
    width: 80px;
    height: 80px;
  }
  .ed-about--style-3 .ed-about__image-main img {
    width: 100%;
    height: auto;
  }
  .ed-about--style-3 .ed-about__counter {
    gap: 40px;
    margin-top: 40px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__image {
    min-width: 100%;
  }
  .ed-about--style-3 .ed-about__image {
    width: 100%;
  }
  .ed-about--style-3 .ed-about__inner {
    display: block;
  }
  .ed-about--style-3 .ed-about__content {
    width: 100%;
    min-height: auto;
    padding: 24px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    gap: 24px;
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__content .list-group-item {
    font-size: 16px;
  }
}

/*================================================================================================
    End About CSS
===================================================================================================*/
/*================================================================================================
    Start Apply CSS
===================================================================================================*/
.ed-apply {
  padding: 60px 0px;
}
.ed-apply__main {
  z-index: 2;
}
.ed-apply__main .ed-contact__form-sm-title {
  margin-bottom: 16px;
}
.ed-apply__main .ed-contact__form-head {
  margin-bottom: 32px;
}
.ed-apply__main .ed-contact__form-main .form-group {
  margin-bottom: 24px;
}
.ed-apply__shapes .shape-1 {
  position: absolute;
  z-index: -1;
  bottom: -5%;
  right: -25%;
}
.ed-apply__shapes .shape-2 {
  position: absolute;
  bottom: 80px;
  right: -16%;
  z-index: -1;
}
.ed-apply__main .ed-contact__form {
  margin: 0;
  padding: 50px;
}
.ed-apply__main .ed-contact__form-btn {
  margin-top: 32px;
}

/*================================================================================================
    End Apply CSS
===================================================================================================*/
/*================================================================================================
    Start Auth Pages CSS
===================================================================================================*/

.ed-auth__modal .modal-dialog {
  max-width: 524px !important;
  border: none;
}

.ed-auth__modal .modal-content {
  background: var(--ed-white-color);
  border: none;
  border-radius: 8px;
  padding: 60px 75px;
  position: relative;
}

.ed-auth__modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  background: #d73b3e;
  color: var(--ed-white-color);
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 36px;
}

.ed-auth__modal-close:hover {
  background: var(--ed-secondary-color);
}

.ed-auth__modal-head {
  text-align: center;
}

.ed-auth__modal-logo {
  display: inline-block;
  width: 116px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 20px;
}

.ed-auth__modal-title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}

.ed-auth__modal-text {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.ed-auth__modal-text button {
  padding: 0;
  color: var(--ed-primary-color);
  font-weight: 500;
}
.ed-auth__modal-text button:hover {
  color: var(--ed-secondary-color);
}
.ed-auth__modal-body {
  margin-top: 30px;
}
.ed-auth__modal-form .form-group {
  margin-bottom: 24px;
}

.ed-auth__modal-form .form-group input {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  padding: 12px 20px;
}

.ed-auth__modal-form .form-group input:focus {
  border: 1px solid var(--ed-primary-color);
}

.ed-auth__form-btn {
  margin-top: 32px;
}
.ed-auth__modal-footer {
  margin-top: 32px;
}
.ed-auth__modal-third-party {
  text-align: center;
}

.ed-auth__modal-third-party-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.ed-auth__modal-third-party-list li a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
}

.ed-auth__modal-third-party-list li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ed-auth__modal-third-party-list .google-login {
  background: #fdedeb;
}

.ed-auth__modal-third-party-list .linkedin-login {
  background: #e6f2f8;
}

.ed-auth__modal-third-party-list .facebook-login {
  background: #e8f2fe;
}

@media only screen and (max-width: 767px) {
  .ed-auth__modal .modal-content {
    padding: 32px;
  }
  .ed-auth__modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  .ed-auth__modal-third-party-list li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ed-auth__modal-close {
    right: 12px;
    top: 12px;
  }
}

/*================================================================================================
    End Auth Pages CSS
===================================================================================================*/
/*================================================================================================
    Start Call Action CSS
===================================================================================================*/
.ed-call-action {
  z-index: 2;
}
.ed-call-action__inner {
  background: var(--ed-primary-color);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 80px 0px 0px;
}
.ed-call-action__content {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.ed-call-action .ed-section-head__sm-title {
  color: var(--ed-tertiary-color);
}

.ed-call-action .ed-section-head__title {
  color: var(--ed-white-color);
}
.ed-call-action .ed-section-head__text {
  color: rgba(255, 255, 255, 0.8);
}

.ed-call-action .ed-btn {
  background: var(--ed-tertiary-color);
  color: #263238;
}
.ed-call-action .ed-btn:hover {
  background: var(--ed-white-color);
}
.ed-call-action .ed-btn i {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}
.ed-call-action__img {
  text-align: center;
}
.ed-call-action__img img {
  width: 332px;
  height: 448px;
  object-fit: cover;
}
.ed-call-action__img::before {
  position: absolute;
  content: "";
  width: 536px;
  height: 537px;
  border-radius: 537px;
  background: linear-gradient(180deg, #fff 0%, #d7e1d8 100%);
  left: -40px;
  bottom: -148px;
  z-index: -1;
}
.ed-call-action__img {
  position: relative;
  z-index: 2;
}
.ed-call-action__shape-1 {
  position: absolute;
  left: 24px;
  top: 60px;
  z-index: 22;
}
.ed-call-action__shape-2 {
  position: absolute;
  top: 78px;
  left: 35%;
  z-index: 22;
}
.ed-call-action__shape-3 {
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: 22;
}

/* Call Action Style 2 */

.ed-call-action--style2 {
  margin-bottom: 0;
  background: var(--ed-primary-color);
}
.ed-call-action__inner--style2 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: initial;
}
.ed-call-action__inner--style2 .ed-call-action__img::before {
  width: 536px;
  height: 536px;
  left: 50%;
  bottom: -150px;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, 0);
}
.ed-call-action__inner--style2 .ed-call-action__img img {
  width: 400px;
  height: 544px;
  object-fit: cover;
}

.ed-call-action--style2 .ed-call-action__shape-1 {
  left: 144px;
  top: -72px;
  transform: rotate(-180deg);
}
.ed-call-action--style2 .ed-call-action__shape-3 {
  right: 244px;
  bottom: -72px;
}
.ed-call-action--style2 .ed-call-action__shape-2 {
  top: 214px;
  left: 23%;
}
.ed-call-action--style2 .ed-call-action__shape-4 {
  position: absolute;
  right: -22px;
  top: 182px;
}

.ed-call-action--style2 .ed-call-action__img {
  padding-top: 50px;
}
.ed-call-action--style2 .ed-call-action__content {
	margin-top: 145px;
	padding-left: 56px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-call-action--style2 .ed-call-action__shape-2 {
    left: 17%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-call-action {
    margin-bottom: 0;
  }
  .ed-call-action__inner {
    padding: 40px 40px 0px 40px;
  }
  .ed-call-action__shape-1 {
    display: none;
  }
  .ed-call-action__content {
    margin-top: 0;
  }
  .ed-call-action__img::before {
    width: 420px;
    height: 410px;
    bottom: -156px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-call-action__img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
  }
  .ed-call-action__shape-3 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__shape-4 {
    right: 0;
  }

  .ed-call-action--style2 .ed-call-action__shape-2 {
    top: 0;
  }
}

@media only screen and (max-width: 991.99px) {
  .ed-call-action {
    margin-bottom: 0;
  }
  .ed-call-action__inner {
    padding: 40px 40px 0px 40px;
  }
  .ed-call-action__shape-1 {
    display: none;
  }
  .ed-call-action__content {
    margin-top: 0;
  }
  .ed-call-action__img::before {
    width: 420px;
    height: 410px;
    bottom: -156px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-call-action__img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
  }
  .ed-call-action__img {
    margin-top: 40px;
  }
  .ed-call-action__shape-3 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__inner {
    padding: 40px 0px 0px 0px;
  }
  .ed-call-action--style2 .ed-call-action__content {
    margin-top: 0;
  }

  .ed-call-action__inner--style2 .ed-call-action__img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
  .ed-call-action--style2 .ed-call-action__img {
    padding-top: 0;
  }

  .ed-call-action__inner--style2 .ed-call-action__img::before {
    bottom: -250px;
  }
  .ed-call-action--style2 .ed-call-action__shape-4,
  .ed-call-action--style2 .ed-call-action__shape-2 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__content {
    padding-left: 0px;
  }
  
}
/*================================================================================================
    End Call Action CSS
===================================================================================================*/
/*================================================================================================
    Start Category CSS
===================================================================================================*/
.ed-category__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
  margin-top: 30px;
}
.ed-category__card {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 100px;
  background: var(--ed-white-color);
  padding: 10px;
  transition: all 0.4s ease;
}
.ed-category__card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
}
.ed-category__icon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  text-align: center;
  line-height: 72px;
}
.ed-category__icon.bg-1,
.ed-category__icon.bg-7 {
  background: #fcebfe;
}
.ed-category__icon.bg-2,
.ed-category__icon.bg-8 {
  background: #eef7f6;
}
.ed-category__icon.bg-3,
.ed-category__icon.bg-6 {
  background: #fceeee;
}
.ed-category__icon.bg-4,
.ed-category__icon.bg-5 {
  background: #f0eefd;
}

.ed-category__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ed-category__info h4 {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 16px;
}
.ed-category__card:hover .ed-category__info h4 {
  color: var(--ed-primary-color);
}
.ed-category__info p {
  line-height: 18px;
  letter-spacing: -0.28px;
}

/* Category Style 2 */
.ed-category__slider {
  margin-left: -235px;
  margin-right: -235px;
}
.ed-category__card--style2 {
  display: block;
  padding: 0;
  margin-top: 0px;
  border-radius: 0;
  background: transparent;
}

.ed-category__card--style2 .ed-category__content {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.ed-category__card--style2:hover {
  transform: none;
  box-shadow: none;
}
.ed-category__card--style2 .ed-category__img {
  overflow: hidden;
  border-radius: 8px;
}
.ed-category__card--style2 .ed-category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-category__card--style2:hover .ed-category__img img {
  transform: scale(1.08);
}
.ed-category__card--style2 .ed-category__icon {
  width: auto;
  height: auto;
  line-height: normal;
}
.ed-category__card--style2 .ed-category__info p {
  line-height: 16px;
  font-size: 14px;
}
.ed-category__card--style2 .ed-category__info h4 {
  margin-bottom: 12px;
}

/* Slider Controls  */
.slick-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 65px !important;
	position: relative;
	bottom: 0px !important;
	list-style: none;
	margin: 0;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	border: 2px solid var(--ed-primary-color);
	position: relative;
	margin: 0 !important;
	font-size: 0;
}
.slick-dots li button::before {
  position: absolute;
  content: "";
  width: 12.44px;
  height: 12.44px;
  background: var(--ed-primary-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: hidden;
  transition: all 0.4s ease;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: transparent;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.ed-category__slider.swiper {
  overflow: initial;
}
.slider-button-group {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  top: -24%;
  right: 22%;
}
.slider-button-prev i,
.slider-button-next i {
  font-size: 28px;
  color: #c3bcf7;
  transition: all 0.4s ease;
}
.slider-button-prev i:hover,
.slider-button-next i:hover {
  color: var(--ed-primary-color);
}

/* Category Style 3 */
.ed-category.ed-category--style3 {
  padding-bottom: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .ed-category__info h4 {
    margin-bottom: 12px;
  }
  .slider-button-group {
    display: none;
  }
  .swiper-pagination {
    display: flex !important;
    margin-top: 40px;
  }
  .ed-category.ed-category--style3 {
    padding-bottom: 330px;
  }
}

/*================================================================================================
    End Category CSS
===================================================================================================*/
/*================================================================================================
    Start Checkout CSS
===================================================================================================*/
.ed-checkout.section-gap {
  padding: 70px 0 110px;
}
.ed-checkout__form-group {
  min-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.ed-checkout__label {
  margin-left: 16px;
  color: var(--ed-title-color);
  font-size: 14px;
}
.ed-checkout__form-group input,
.ed-checkout__form-group textarea {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(1, 28, 26, 0.12);
  height: 50px;
}
.ed-checkout__form-group textarea {
  height: 72px;
}
.ed-checkout__form-group input:focus,
.ed-checkout__form-group textarea:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-checkout__form-group .nice-select {
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
}
.ed-checkout__section.ed-checkout__section--order {
  background: var(--ed-offwhite-color);
  padding: 30px;
  border-radius: 4px 4px 0px 0px;
}
.ed-checkout__section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.ed-checkout__summary-item-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ed-checkout__summary-item-name img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 4px;
}
.ed-checkout__summary-item-name a:hover {
  color: var(--ed-primary-color);
}
.ed-checkout__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
  gap: 10px;
}
.ed-checkout__summary-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-checkout__summary-item a {
  font-size: 14px;
}
.ed-checkout .ed-cart__summary-body {
  width: 100%;
  flex-direction: column;
  display: flex;
  border-radius: 8px;
}
.ed-checkout .ed-cart__heading {
  padding: 25px 20px;
}
.ed-cart__heading-title {
  margin: 0;
  font-size: 20px;
  color: #140342;
  font-weight: 500;
}
.ed-checkout__summary {
  margin-top: 24px;
}
.ed-checkout .ed-cart__totals-label {
  font-weight: 700;
  color: var(--ed-title-color);
}
.ed-checkout .ed-cart__totals-value.subtotal-amount {
  font-weight: 700;
  color: var(--ed-title-color);
}
.ed-checkout .ed-cart__totals-value.total-amount {
  font-weight: 700;
  color: var(--ed-primary-color);
}
.ed-checkout .ed-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ed-checkout .ed-cart__totals-row:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ed-payment-infos {
  border-radius: 0px 0px 4px 4px;
  background: #ebebeb;
  padding: 30px;
}
.ed-payment-accordion button::after {
  display: none;
}
.ed-payment-accordion {
  border: none !important;
  box-shadow: none !important;
}
.ed-payment-accordion .accordion-item {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.ed-payment-accordion .accordion-button {
  background: transparent !important;
  display: flex !important;
  justify-content: start !important;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}
.ed-payment-accordion .accordion-button input {
  margin: 0 !important;
}
.ed-payment-accordion .accordion-body {
  padding: 15px 0;
  color: var(--ed-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pm-check {
  border: 1px solid var(--ed-border-color);
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: transparent !important;
  position: relative;
}
.pm-check:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
.form-check-input.payment-checkbox {
  display: none;
}
.ed-payment-accordion .accordion-button > span {
  display: inline-flex;
  gap: 8px;
  color: var(--ed-title-color);
  font-weight: 700;
  letter-spacing: -0.16px;
  font-size: 16px;
}
.ed-payment-accordion .accordion-button:not(.collapsed) {
  color: var(--ed-primary-color);
}

.form-check-input:checked[type="radio"] + span .pm-check {
  border-color: var(--ed-white-color);
}
.form-check-input:checked[type="radio"] + span .pm-check:before {
  background: var(--ed-primary-color);
}
.ed-payment-infos .ed-btn {
  margin-top: 32px;
}

@media only screen and (max-width: 991.99px) {
  .ed-checkout.section-gap {
    padding: 40px 0px 80px;
  }
}

/*================================================================================================
    End Checkout CSS
===================================================================================================*/
/*================================================================================================
    Start Contact CSS
===================================================================================================*/
.ed-contact__shape-1,
.ed-contact__shape-2,
.ed-contact__shape-3 {
  position: absolute;
}
.ed-contact__shape-1 {
  right: 18%;
  top: 26%;
}
.ed-contact__shape-2 {
  bottom: 38%;
  left: 5%;
}
.ed-contact__shape-3 {
  right: 14%;
  bottom: 22%;
}

.ed-contact__info-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 40px;
}
.ed-contact__info-item {
	margin-bottom: 36px;
	display: flex;
	gap: 24px;
	align-items: center;
}

.ed-contact__info-item:last-child {
  margin: 0;
}
.ed-contact__info-icon img {
  width: 28px;
  min-width: 28px;
  height: 28px;
  object-fit: contain;
}

.ed-contact__info-content span {
	display: block;
}
.ed-contact__info-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ed-contact__info-content a {
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.ed-contact__info-content a:hover {
  color: var(--ed-primary-color);
}

/* Contact Form  */
.ed-contact {
  padding-top: 345px;
}
.ed-contact__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
}

.ed-contact__bg img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.ed-contact__form {
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  padding: 60px;
}
.ed-contact__form-head {
  margin-bottom: 50px;
}
.ed-contact__form-sm-title {
  display: block;
  margin-bottom: 32px;
  line-height: 20px;
}

.ed-contact__form-big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}
.ed-contact__form-main .form-group {
  margin-bottom: 40px;
}
.ed-contact__form-main .form-group:last-child {
	margin: 0;
}
.ed-contact__form-main textarea {
	max-height: 72px;
}
.ed-contact__form-btn {
  margin-top: 40px;
}

.ed-contact__form-btn {
  margin-top: 40px;
}

.form-check-label {
  line-height: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.form-check-label strong {
  margin-left: 6px;
  font-weight: 600;
}

.form-group input[type="checkbox"] {
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  border-radius: 100% !important;
  border: 1px solid rgba(1, 28, 26, 0.75);
  margin: 0 !important;
  position: relative;
  margin-right: 10px !important;
  float: initial !important;
  cursor: pointer;
}
.form-group  input[type="checkbox"]:focus {
  border-color: rgba(1, 28, 26, 0.75);
  outline: 0;
  box-shadow: none;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  margin: 0;
}
.form-check {
  min-height: auto;
  padding: 0;
  margin: 0;
}

.form-group  input[type="checkbox"]:checked {
  background-color: var(--ed-primary-color);
  border-color: transparent;
}

/* Contact Style 2  */
.ed-contact--style2 .ed-contact__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
.ed-contact--style2 .ed-contact__img img {
  width: 620px;
  height: 620px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-contact--style2 .ed-contact__form {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.ed-contact--style2 .ed-contact__form-sm-title {
  margin-bottom: 18px;
  line-height: 16px;
}

/* Contact Page  */
.ed-contact__card {
  padding-top: 70px;
}
.ed-contact__card-item {
  border-radius: 8px;
  background: var(--ed-offwhite-color);
  padding: 44px 35px;
}

.ed-contact__card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ed-contact__card-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: var(--ed-primary-color);
  line-height: 100px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}
.ed-contact__card-info a, .ed-contact__card-info p {
	color: var(--ed-title-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 38px;
	margin: 0;
}
.ed-contact__card-info a:hover {
  color: var(--ed-primary-color);
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-contact__shape-3 {
    right: 4%;
  }
  .ed-contact__shape-1 {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-contact__info-content a {
    font-size: 18px;
  }
  .ed-contact--style2 .ed-contact__inner {
    gap: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .ed-contact__card-info a {
    font-size: 18px;
    line-height: 30px;
  }
  .ed-contact__form-big-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-contact__info-wrapper {
    margin-top: 40px;
  }
  .ed-contact__bg img {
    height: 300px;
  }
  .ed-contact__bg {
    height: 300px;
  }
  .ed-contact {
    padding-top: 160px;
  }
  .ed-contact__shape-1 {
    right: 12%;
    top: 10%;
  }
  .ed-contact__shape-2 {
    left: 2%;
  }
  .ed-contact--style2 .ed-contact__inner {
    display: block;
  }
  .ed-contact--style2 .ed-contact__img img {
    width: 100%;
    height: 520px;
  }
  .ed-contact--style2 .ed-contact__form {
    margin-top: 40px;
  }
  .ed-contact__form-head {
    margin-bottom: 40px;
  }
  .ed-contact__card {
    padding-top: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 24px;
  }
  .ed-contact__card-info a {
    font-size: 20px;
    line-height: 32px;
  }
  .ed-contact__card-item {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-contact--style2 .ed-contact__img img {
    width: 100%;
    height: 320px;
  }
  .ed-contact--style2 .ed-contact__form {
    margin-top: 40px;
  }
  .ed-contact__form-big-title {
    font-size: 28px;
    line-height: 36px;
  }
  .ed-contact__form-head {
    margin-bottom: 32px;
  }
  .ed-contact__form-main .form-group {
    margin-bottom: 24px;
  }
  .ed-contact--style2 .ed-contact__inner {
    display: block;
  }
  .ed-contact__bg img {
    height: 280px;
  }
  .ed-contact__form {
    padding: 32px;
    margin-top: -224px;
  }
  .ed-contact__shape-2 {
    display: none;
  }
  .ed-contact__shape-3 {
    display: none;
  }
  .ed-contact__shape-1 {
    right: 5%;
    top: 6%;
  }
  .ed-contact__info-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .ed-contact__info-wrapper {
    margin-top: 40px;
  }
  .ed-contact__form-sm-title {
    margin-bottom: 16px;
  }
  .ed-contact__card {
    padding-top: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 16px;
  }
  .ed-contact__card-info a {
    font-size: 18px;
    line-height: 32px;
  }
  .ed-contact__card-item {
    padding: 40px;
  }
}
/*================================================================================================
    End Contact CSS
===================================================================================================*/

/*================================================================================================
    Start Event CSS
===================================================================================================*/

.ed-event {
  background: #f6f5fe;
  z-index: 2;
}
.group-shape {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-event__post {
  z-index: 2;
}
.ed-event__post .shape-1 {
  position: absolute;
  left: -22%;
  top: 40%;
  z-index: -1;
}

.ed-event__post .shape-2 {
  position: absolute;
  top: 40%;
  z-index: -1;
  left: -6%;
}
.ed-event__post .shape-3 {
  position: absolute;
  bottom: -7%;
  right: -8%;
  z-index: -1;
}
.ed-event__post-wrapper {
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.03);
  padding: 60px 50px;
}

.ed-event__single-post {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ed-event__post-img img {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 100%;
}

.ed-event__single-post {
  margin-bottom: 40px;
}

.ed-event__single-post:last-child {
  margin: 0;
}
.ed-event__post-info ul li {
  display: inline-block;
  align-items: center;
  gap: 4px;
  margin-right: 16px;
}
.ed-event__post-info ul li:last-child {
  margin: 0;
}
.ed-event__post-info ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.ed-event__post-info ul li i {
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.ed-event__post-title {
  margin-top: 20px;
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.ed-event__post-title:hover {
  color: var(--ed-primary-color);
}

.ed-event__notice-tab-menu {
  margin-bottom: 24px;
  border-top: 1px solid #caced5;
  padding-top: 20px;
}
.ed-event__notice-tab-menu .list-group {
  flex-direction: revert;
  gap: 12px;
}
.ed-event__notice-tab-menu .list-group-item {
  background-color: var(--ed-white-color);
  border: none !important;
  color: var(--ed-primary-color);
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  font-weight: 500;
  border-radius: 4px !important;
  width: 100%;
  text-align: center;
}
.ed-event__notice-tab-menu .list-group-item.active {
  background-color: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-event__notice-tab-menu .list-group-item:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-event__notice-single {
  background: var(--ed-white-color);
  border-radius: 4px;
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.03);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
}
.ed-event__notice {
  padding-left: 70px;
}
.ed-event__notice-date {
  position: relative;
}

.ed-event__notice-date {
  padding-right: 16px;
  margin-right: 16px;
  color: var(--ed-title-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: var(--ed-font-family-2);
}
.ed-event__notice-date::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #ced3d4;
  right: 0;
  height: 100%;
  top: 0;
}
.ed-event__notice-date span {
  color: var(--ed-paragraph-color);
  text-align: center;
  font-family: var(--ed-font-family);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: block;
}
.ed-event__notice-title {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ed-event__notice-single:last-child {
  margin: 0;
}

.ed-event__notice {
  padding-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-event__notice {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-event__notice {
    padding-left: 0px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-event__single-post {
    display: block;
  }
  .ed-event__post-wrapper {
    padding: 24px;
  }
  .ed-event__notice {
    padding-left: 0px;
    margin-top: 40px;
  }
  .ed-event__notice-tab-menu {
    overflow-y: scroll;
    padding-bottom: 12px;
    white-space: nowrap;
  }
  .ed-event__post-img {
    text-align: center;
  }
  .ed-event__post-info {
    margin-top: 24px;
    text-align: center;
  }
}

/*================================================================================================
    End Event CSS
===================================================================================================*/
/*================================================================================================
    Start Faq CSS
===================================================================================================*/
.ed-faq__images {
}
.ed-faq__images-group {
  display: flex;
  gap: 27px;
}
img.faq-img-1 {
  width: 258px;
  height: 440px;
  max-width: 258px;
  border-radius: 0px 86px 0px 86px;
  object-fit: cover;
}

img.faq-img-2 {
	width: 258px;
	max-width: 258px;
	height: 172px;
	object-fit: cover;
	border-radius: 0px 42px 0px 42px;
	display: block;
}

img.faq-img-3 {
  width: 258px;
  max-width: 258px;
  height: 370px;
  object-fit: cover;
  border-radius: 86px 0px 86px 0px;
  margin-top: 45px;
}
.ed-faq__shape-1 {
  position: absolute;
  bottom: 6%;
  z-index: -1;
  left: 10%;
}
.ed-faq__shape-2 {
  position: absolute;
  right: 14%;
  top: 28%;
}
.ed-faq__content {
  padding-left: 44px;
}
.ed-faq__accordion-item {
  margin-bottom: 16px;
}
.ed-faq__accordion-item:last-child {
  margin: 0;
}
.ed-faq__accordion-item .accordion-button {
  background: var(--ed-white-color);
  color: var(--ed-title-color);
  padding: 20px 54px 20px 26px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}
.ed-faq__accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  color: var(--ed-primary-color);
  background: var(--ed-white-color);
  border-radius: 8px 8px 0px 0px !important;
  padding-bottom: 24px;
}

.ed-faq__accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ed-faq__accordion-body {
  padding: 26px;
  border-radius: 0px 0px 8px 8px;
  background: var(--ed-white-color);
  transition: all 0.4s ease;
  border-top: 1px solid #f0f2f2 !important;
}
.ed-faq__accordion-item .accordion-button::after {
	background-image: none;
	transform: none;
	position: absolute;
	right: 26px;
	text-align: center;
	color: var(--ed-secondary-color);
	transition: all 0.4s ease;
	font-size: 15px;
	font-weight: 900;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
}
.ed-faq__accordion-item .accordion-button:not(.collapsed)::after {
  background: var(--ed-white-color);
  color: var(--ed-primary-color);
  content: "\f107";
}

/* Faq Style 2  */

.ed-faq--style2 .ed-faq__accordion {
  margin-top: 30px;
}
.ed-faq--style2 .ed-faq__content {
  padding-left: 0;
}
.ed-faq--style2 .ed-faq__accordion-item {
  margin-bottom: 20px;
}
.ed-faq--style2 .ed-faq__accordion-item .accordion-button {
  background: var(--ed-offwhite-color);
}
.ed-faq--style2 .ed-faq__accordion-item .accordion-button:not(.collapsed) {
  background: var(--ed-offwhite-color);
}
.ed-faq--style2 .ed-faq__accordion-body {
  background: var(--ed-offwhite-color);
  border-top: 1px solid #b8bfbe !important;
}
.ed-faq--style2
  .ed-faq__accordion-item
  .accordion-button:not(.collapsed)::after {
  background: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-faq__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-faq__shape-2 {
    right: auto;
    left: 30%;
    top: 0;
  }
  .ed-faq--style2 .ed-faq__content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-faq__image-group-1,
  .faq-img-3,
  .ed-faq__shape-1 {
    display: none;
  }
  .faq-img-2 {
    width: 100%;
    max-width: 100%;
    height: 264px;
  }
  .ed-faq__shape-2 {
    right: 0;
    top: -10%;
  }
  .ed-faq__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-faq__accordion-item .accordion-button {
    font-size: 16px;
  }
  .ed-faq--style2 .ed-faq__content {
    margin: 0;
  }
  .ed-faq__image-group-2 {
    width: 100%;
  }
}

/*================================================================================================
    End Faq CSS
===================================================================================================*/
/*================================================================================================
    Start Features CSS
===================================================================================================*/
.ed-features {
  background: var(--ed-secondary-color);
  padding: 40px 0px 80px;
}
.ed-category__shape-1 {
  position: absolute;
  left: 108px;
  top: 90px;
}
.ed-category__shape-2 {
  position: absolute;
  right: 100px;
  bottom: 50px;
}
.ed-features__card {
  display: flex;
  gap: 20px;
}

.ed-features__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
}

.ed-features__icon.bg-1 {
  background: rgba(255, 205, 32, 0.09);
}
.ed-features__icon.bg-2 {
  background: rgba(111, 192, 129, 0.09);
}
.ed-features__icon.bg-3 {
  background: rgba(223, 67, 67, 0.09);
}

.ed-features__icon {
  border-radius: 100%;
}

.ed-features__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ed-features__info h4 {
  color: var(--ed-white-color);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

.ed-features__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

/*================================================================================================
    End Features CSS
===================================================================================================*/
/*================================================================================================
    Start Funfact CSS
===================================================================================================*/
.ed-funfact {
  margin-top: -178px;
  position: relative;
}
.ed-funfact__inner {
  background: var(--ed-primary-color);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 20px 80px 20px 20px;
}

.ed-funfact__counter h4 {
  color: var(--ed-white-color);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: 18px;
  line-height: 100%;
}

.ed-funfact__counter p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.ed-funfact__img img {
  width: 554px;
  height: 316px;
  max-width: 554px;
  border-radius: 8px 8px 136px 8px;
  object-fit: cover;
}
.ed-funfact__shape-1 {
  position: absolute;
  left: 49%;
  top: 40%;
  z-index: 2;
}
.ed-funfact__shape-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}

/* Funfact Style 2 */
.ed-funfact__counter--v2 h4 {
  font-size: 54px;
  letter-spacing: -0.54px;
  line-height: 40px;
}
.ed-funfact__counter--v2 .color-text-1 {
  color: #42ac98;
}
.ed-funfact__counter--v2 .color-text-2 {
  color: #df4343;
}
.ed-funfact__counter--v2 .color-text-3 {
  color: #f39200;
}
.ed-funfact__counter--v2 .color-text-4 {
  color: #de1ef9;
}
.ed-funfact__counter--v2 p {
  color: var(--ed-paragraph-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-funfact__img img {
    width: 50%;
    min-width: 100%;
    max-width: 100%;
  }
  .ed-funfact__inner {
    gap: 50px;
  }
  .ed-funfact__content {
    width: 50%;
    min-width: 50%;
  }

  .ed-funfact__img {
    min-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-funfact__img img {
    width: 100%;
    height: 380px;
    max-width: 100%;
  }
  .ed-funfact__inner {
    padding: 32px;
    display: block;
  }
  .ed-funfact__shape-1 {
    left: auto;
    top: 53%;
    right: 11%;
  }
  .ed-funfact__content {
    margin-top: 40px;
  }
  .ed-funfact__counter.mg-btm-80 {
    margin-bottom: 40px;
  }
  .ed-funfact--style2 .ed-funfact__inner {
    padding: 40px 80px 80px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-funfact {
    margin-top: 0;
  }
  .ed-funfact__img img {
    width: 100%;
    height: 220px;
  }
  .ed-funfact__inner {
    padding: 24px;
    display: block;
  }
  .ed-funfact__counter h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ed-funfact__counter.mg-btm-80 {
    margin-bottom: 32px;
  }
  .ed-funfact__content {
    margin-top: 24px;
  }

  .ed-funfact__shape-1 {
    left: 74%;
  }
  .ed-funfact--style2 .ed-funfact__inner {
    padding: 20px 24px 40px 24px;
  }
  .ed-funfact__counter--v2 h4 {
    font-size: 40px;
  }
  .ed-funfact__counter--v2 p {
    font-size: 14px !important;
  }
  .ed-funfact__counter--v2 {
    margin-top: 20px;
  }
}

/*================================================================================================
    End Funfact CSS
===================================================================================================*/
/*================================================================================================
    Start Hero CSS
===================================================================================================*/

.ed-hero {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  z-index: 2;
}
.ed-hero__shape-1,
.ed-hero__shape-2,
.ed-hero__shape-3,
.ed-hero__shape-4,
.ed-hero__shape-5 {
  position: absolute;
  z-index: 9;
}
.ed-hero__shape-1 {
  left: 8%;
  top: 22%;
  z-index: -1;
}
.ed-hero__shape-2 {
  right: 40%;
  bottom: 12%;
}
.ed-hero__shape-3 {
  right: 2%;
  top: 26%;
}
.ed-hero__shape-4 {
  right: 5%;
  bottom: -20%;
}
.ed-hero__shape-5 {
  bottom: -26%;
  right: 54%;
}
.ed-hero__content-sm-title {
  color: var(--ed-tertiary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  display: block;
  margin-bottom: 24px;
}
.ed-hero__content-title {
  font-size: 80px;
  line-height: 92px;
  letter-spacing: -2.4px;
  margin-bottom: 56px;
}
.ed-hero__content-title span {
  background: var(--ed-tertiary-color);
  border-radius: 10px;
  display: inline-block;
  padding: 0px 14px;
}
.ed-hero__content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.18px;
  padding-right: 200px;
}
.ed-hero__btn {
  margin-top: 45px;
}
.ed-hero__image {
  position: relative;
  z-index: 2;
}
.ed-hero__image img {
  width: 653px;
  height: 740px;
  object-fit: cover;
}
.ed-hero__image::before {
  position: absolute;
  content: "";
  width: 706px;
  height: 706px;
  border-radius: 100%;
  background: linear-gradient(180deg, #fff 0%, #d7e1d8 100%);
  z-index: -1;
  left: 2%;
  bottom: -105px;
}

/* Hero Style 2 */
.ed-hero.ed-hero--style2 .ed-container-expand {
  max-width: 1762px;
}
.ed-hero.ed-hero--style2 {
  width: 100%;
  height: 890px;
  z-index: 2;
  padding: 0;
  overflow: visible;
}
.ed-hero__bg--style2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 890px;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  z-index: -1;
}
.ed-hero__bg--style2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    -90deg,
    rgba(1, 28, 26, 0) 47.22%,
    rgba(3, 60, 55, 0.46) 69.75%
  );
  top: 0;
  left: 0;
}
.ed-hero__bg--style2 img {
  width: 100%;
  height: 890px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-hero__search {
  padding-right: 120px;
}
.ed-hero__search-form {
  position: relative;
}

.ed-hero__search-form input {
  width: 100%;
  border-radius: 52px;
  border: 1px solid #ebebeb;
  background: #fff;
  height: 50px;
  color: rgba(1, 28, 26, 0.55);
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.14px;
  padding: 16px 140px 16px 30px;
}
.ed-hero__search-form input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-hero__search-form button {
  position: absolute;
  right: 7px;
  top: 5px;
  height: 40px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  padding: 12px 24px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.ed-hero__search-form button:hover {
  background: var(--ed-secondary-color);
}
.ed-hero__search-form button i {
  font-size: 15px;
}
.ed-hero__tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	list-style: none;
	list-style: none;
	padding: 0;
}
.ed-hero__tags li a {
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ed-white-color);
  font-size: 15px;
  font-weight: 400;
  padding: 4px 14px;
}

.ed-hero__tags li a:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-hero.ed-hero--style2 .ed-hero__content {
  padding: 200px 0px 200px 102px;
}

.ed-hero__images--style2 {
  float: right;
  margin-right: 96px;
  margin-top: 340px;
}
.ed-hero__images--style2 .ed-course__card {
  width: 370px;
  background: var(--ed-white-color);
  box-shadow: 0px 4px 30px 16px rgba(7, 2, 41, 0.04);
  margin: 0;
}

/* Hero Style 3 */
.ed-hero.ed-hero--style3 {
  height: 860px;
  padding-top: 94px;
}
.ed-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
}
.ed-hero__slider-item {
  position: relative;
}
.ed-hero__slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/hero/home-3/hero-overlay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ed-hero__slider-item img {
  width: 100% !important;
  height: 860px !important;
  object-fit: cover;
}
.ed-hero--style3 .ed-hero__content {
	z-index: 2;
	position: relative;
	padding: 0px 40px;
	margin-top: 294px;
}

/* Slider Controls */
.ed-hero .owl-nav button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  color: var(--ed-white-color) !important;
  opacity: 1;
  font-size: 28px !important;
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-hero .owl-nav button:hover {
  background: transparent;
  color: var(--ed-primary-color) !important;
}
.ed-hero .owl-prev {
  left: 80px;
}
.ed-hero .owl-next {
  right: 80px;
}

/* Hero Style 4 */
.ed-hero.ed-hero--style4 {
  padding-top: 0px;
  margin-top: 94px;
  background: #ebf5eb;
  height: 836px;
}
.ed-hero.ed-hero--style4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 225px;
  bottom: -1px;
  left: 0;
  background-image: url("../images/hero/home-4/curve-spae.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ed-hero.ed-hero--style4 .ed-hero__content {
  margin-top: 180px;
}
.ed-hero.ed-hero--style4 .ed-hero__content-sm-title {
  color: #df4343;
}
.ed-hero.ed-hero--style4 .ed-hero__content-title {
  margin-bottom: 40px;
}
.ed-hero__image--style-4.left-img {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: -1;
}
.ed-hero__image--style-4.left-img img {
  width: 424px;
  height: 704px;
  object-fit: contain;
}
.ed-hero__image--style-4.right-img {
  position: absolute;
  right: 100px;
  bottom: 86px;
}
.ed-hero__image--style-4 .ed-hero__image-main img {
  width: 392px;
  height: 496px;
  object-fit: contain;
}
.ed-hero__image--style-4 .ed-hero__image-shape {
  position: absolute;
  left: 20px;
  top: 34px;
  z-index: -1;
}
.ed-hero__elements--style-2 .shape-1 {
  position: absolute;
  left: 23%;
  top: 28%;
  z-index: 2;
}
.ed-hero__elements--style-2 .shape-2 {
  position: absolute;
  right: 36%;
  top: 25%;
}
.ed-hero__elements--style-2 .shape-3 {
  position: absolute;
  bottom: -15%;
  left: 34%;
}
.ed-hero__elements--style-2 .shape-4 {
  position: absolute;
  bottom: -15%;
  right: 36%;
}
.ed-hero__fixed-shape .shape-1 {
  position: absolute;
  left: 0;
  top: 20%;
}
.ed-hero__fixed-shape .shape-2 {
  position: absolute;
  top: -44px;
  left: 23%;
}
.ed-hero__fixed-shape .shape-3 {
  position: absolute;
  right: 0;
  top: 12%;
}

/* Hero Style 5 */
.ed-hero.ed-hero--style5 {
  padding-top: 0;
  margin-top: 60px;
  overflow: initial;
  background: #f5f6f1;
  padding-bottom: 70px;
}
.ed-hero.ed-hero--style5 .ed-hero__content {
  margin-top: 116px;
}

.ed-hero.ed-hero--style5 .ed-hero__img {
  position: absolute;
  top: 0;
  right: 0;
}
.ed-hero.ed-hero--style5 .ed-hero__img img {
  width: 830px;
  height: 700px;
  border-radius: 0px 0px 0px 50px;
  object-fit: cover;
}
.ed-hero.ed-hero--style5 .ed-hero__content-title {
  line-height: 85px;
  letter-spacing: -1.6px;
  margin-bottom: 32px;
}
.ed-hero--style5 .ed-hero-shapes .shape-1 {
  position: absolute;
  left: 0;
  top: 64px;
}

.ed-hero--style5 .ed-hero-shapes .shape-2 {
  position: absolute;
  left: 42%;
  bottom: 28%;
}
.ed-hero--style5 .ed-hero-shapes .shape-3 {
  position: absolute;
  right: 40%;
  z-index: 2;
  top: 10%;
}

.ed-hero__team-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--white-color);
}

.ed-hero__team-list li {
  display: inline-block;
  margin-right: -16px;
}
.ed-hero__team {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.ed-hero__team-content-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ed-hero__team-content-top h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.36px;
  font-family: Poppins;
}

.ed-hero__team-content-top img {
  width: 96px;
  height: 24px;
  object-fit: contain;
}

.ed-hero__team-content p {
  margin: 0;
  margin-top: 6px;
  line-height: 18px;
  font-size: 14px;
}

.ed-hero__bottom-links a {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Aeonik Pro TRIAL";
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d5d1;
  display: block;
}
.ed-hero__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-top: 110px;
}
.ed-hero__bottom-links a:hover {
  color: var(--ed-primary-color);
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-hero__shape-1 {
    left: 3%;
    top: 20%;
  }
  .ed-hero__shape-3 {
    right: 2%;
    top: 27%;
  }
  .ed-hero.ed-hero--style2 .ed-container-expand {
    max-width: 1400px;
  }
  .ed-hero__content-title {
    font-size: 76px;
  }
  .ed-hero.ed-hero--style3 {
    height: 730px;
  }
  .ed-hero--style3 .ed-hero__content {
    margin-top: 172px;
  }
  .ed-hero__image--style-4.left-img {
    left: 20px;
  }
  .ed-hero__image--style-4.right-img {
    right: 20px;
  }
  .ed-hero--style5 .ed-hero-shapes .shape-2 {
    left: 36%;
    bottom: 24%;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img img {
    width: 724px;
  }

  .ed-hero--style5 .ed-hero-shapes .shape-3 {
    right: 42%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ed-hero.ed-hero--style2 .ed-container-expand {
    max-width: 1170px;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    margin-top: 80px;
    padding: 0px 0px 0px 56px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
    margin: 0;
  }
  .ed-hero__content-title {
    font-size: 56px;
    line-height: 64px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-hero__content-title {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 32px;
  }
  .ed-hero__content-text {
    padding-right: 0;
  }
  .ed-hero__image img {
    width: 100%;
    height: 480px;
    object-fit: contain;
  }
  .ed-hero__image::before {
    width: 400px;
    height: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
  }
  .ed-hero {
    margin-top: 80px;
    padding: 0;
  }
  .ed-hero__shape-3 {
    right: 5%;
  }
  .ed-hero__shape-2 {
    bottom: auto;
    top: 37%;
  }
  .ed-hero__shape-5 {
    bottom: -45%;
    right: 47%;
  }
  .ed-hero__content {
    margin-bottom: 80px;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    margin-top: 80px;
    padding: 0px 0px 0px 56px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
    margin: 0;
  }
  .ed-hero__bg--style2 {
    height: 580px;
  }
  .ed-hero__bg--style2 img {
    height: 580px;
    border-radius: 0;
  }
  .ed-hero__images--style2 {
    margin-right: 0;
    margin-top: 40px;
  }
  .ed-header__left--style2 {
    gap: 40px;
  }
  .ed-hero.ed-hero--style3 {
    margin: 0;
  }

  .ed-hero.ed-hero--style3 {
    height: auto;
  }
  .ed-hero--style3 .ed-hero__content {
    margin: 110px 0px;
  }
  .ed-hero__slider-item img {
    height: 580px !important;
  }

  .ed-hero__image--style-4.left-img {
    left: 0;
  }
  .ed-hero__image--style-4.left-img img {
    height: 564px;
  }
  .ed-hero__image--style-4.right-img {
    right: 0;
    bottom: 20px;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    height: 364px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin-top: 124px;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img img {
    width: 480px;
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-hero__content-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  .ed-hero__content-text {
    padding-right: 0;
  }
  .ed-hero__btn {
    margin-top: 32px;
  }
  .ed-hero {
    padding-top: 80px;
    z-index: 2;
  }
  .ed-hero__image img {
    width: 100%;
    height: 540px;
    object-fit: contain;
  }
  .ed-hero__image::before {
    width: 550px;
    height: 550px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-hero__image {
    margin-top: 40px;
  }
  .ed-hero__shape-1 {
    z-index: -1;
  }
  .ed-hero__shape-3 {
    right: 5%;
  }
  .ed-hero__shape-5 {
    right: 77%;
  }
  .ed-hero__shape-2 {
    right: 16%;
    bottom: 36%;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    padding: 80px 0px 0px;
  }
  .ed-hero__bg--style2 img {
    height: 700px;
    border-radius: 0;
  }
  .ed-hero__bg--style2 {
    height: 700px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
  }
  .ed-hero__images--style2 {
    float: initial;
    margin-right: 0;
    margin-top: 56px;
  }
  .ed-hero__images--style2 .ed-course__card {
    margin: auto;
  }
  .ed-hero__search {
    padding-right: 140px;
  }
   {
    display: none;
  }
  .section-bg.hero-bg-2 {
    padding-top: 72px;
  }
  .ed-hero.ed-hero--style3 {
    height: auto;
  }
  .ed-hero--style3 .ed-hero__content {
    margin: 80px 0px;
  }
  .ed-hero__slider-item img {
    height: 500px !important;
  }
  .ed-hero .owl-prev {
    left: 12px;
  }
  .ed-hero .owl-next {
    right: 12px;
  }
  .ed-hero__image--style-4 .ed-hero__image-shape,
  .ed-hero__elements--style-2 .shape-1,
  .ed-hero__image--style-4.left-img,
  .ed-hero__elements {
    display: none;
  }
  .ed-hero.ed-hero--style4 {
    margin-top: 72px;
    height: auto;
    padding: 80px 0px;
  }
  .ed-hero__image--style-4.right-img {
    position: initial;
    text-align: center;
    margin-top: 40px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin-top: 0px;
  }
  .ed-hero__fixed-shape .shape-2 {
    z-index: -1;
  }

  .ed-hero__elements--style-2 .shape-3 {
    left: 8%;
  }
  .ed-hero__elements--style-2 .shape-4 {
    right: 15%;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    min-height: 496px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content {
    margin-top: 70px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img,
  .ed-hero--style5 .ed-hero-shapes .shape-3 {
    display: none;
  }
  .ed-hero--style5 .ed-hero-shapes .shape-2 {
    left: 60%;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-hero {
    padding-top: 56px;
    z-index: 2;
  }
  .ed-hero__content-title {
    font-size: 38px;
    line-height: 43px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .ed-hero__content-text {
    line-height: 24px;
    padding-right: 0;
  }
  .ed-hero__btn {
    margin-top: 24px;
  }
  .ed-hero__image img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    margin-bottom: -20px;
  }
  .ed-hero__image::before {
    width: 380px;
    height: 324px;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, 0);
  }
  .ed-hero__image {
    margin-top: 32px;
  }
  .ed-hero__shape-5 {
    bottom: 15%;
    right: 70%;
  }
  .ed-hero__shape-4 {
    right: 2%;
    bottom: 8%;
  }
  .ed-hero__shape-2 {
    right: 5%;
    bottom: 36%;
  }
  .ed-hero__shape-1,
  .ed-hero__shape-3 {
    z-index: -1;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    padding: 0;
    padding-top: 56px;
  }
  .ed-hero__bg--style2 img {
    height: 580px;
    border-radius: 0px;
  }
  .ed-hero__search {
    padding-right: 0px;
  }
  .ed-hero__content-sm-title {
    margin-bottom: 16px;
  }
  .ed-hero__images--style2 {
    float: initial;
    margin-right: 0;
    margin-top: 40px;
  }
  .ed-hero__images--style2 .ed-course__card {
    width: 100%;
  }
  .ed-hero__bg--style2 {
    height: 580px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
  }
  .ed-hero__elements {
    display: none;
  }
  .section-bg.hero-bg-2 {
    padding-top: 70px;
  }
  .ed-hero.ed-hero--style3 .ed-hero__content-title {
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ed-hero.ed-hero--style3 {
    height: auto;
    padding-top: 72px;
  }
  .ed-hero__slider-item img {
    height: 442px !important;
  }
  .ed-hero--style3 .ed-hero__content {
    padding: 0px;
    margin: 80px 0px;
  }

  .ed-hero .owl-nav button {
    top: auto;
    transform: none;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-hero .owl-prev {
    left: auto;
    margin-left: -32px !important;
  }
  .ed-hero .owl-next {
    right: auto;
    margin-left: 32px !important;
  }

  .ed-hero__image--style-4.left-img {
    display: none;
  }
  .ed-hero__image--style-4.right-img {
    position: initial;
    margin-top: 40px;
  }
  .ed-hero.ed-hero--style4 {
    padding: 80px 0px;
    margin-top: 70px;
    height: auto;
  }
  .ed-hero.ed-hero--style4::before {
    height: 76px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin: 0;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    width: 100%;
    min-height: 496px;
  }

  .ed-hero__elements--style-2,
  .ed-hero__fixed-shape,
  .ed-hero__image--style-4 .ed-hero__image-shape {
    display: none;
  }

  .ed-hero.ed-hero--style5 .ed-hero__img {
    display: none;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content {
    margin-top: 70px;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 44px;
    margin-bottom: 24px;
  }

  .ed-hero__team {
    display: block;
    margin-top: 40px;
  }

  .ed-hero__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .ed-hero__bottom-links a {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 12px;
  }
  .ed-hero-shapes {
    display: none;
  }
  .ed-hero__team-content {
    margin-top: 24px;
  }
}
/*================================================================================================
    End Hero CSS
===================================================================================================*/
/*================================================================================================
    Start Partner CSS
===================================================================================================*/
.ed-partner__section-head-title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--ed-paragraph-color);
  font-weight: 400;
  text-align: center;
}

.ed-partner__section-head {
  text-align: center;
  margin-bottom: 60px;
}

.ed-partner__section-head-title span {
  color: var(--ed-title-color);
  font-weight: 700;
}
.ed-brand-logo {
	text-align: center;
	justify-content: center;
	display: flex !important;
	align-items: center;
}
.ed-brand-logo img {
  max-width: 100%;
  height: 40px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

/* Partner Style 2 */
.ed-partner__slider--style2 .swiper-wrapper {
  transition-timing-function: linear;
}
.ed-partner__slider--style2 .swiper-slide {
  text-align: center;
}
.ed-partner__slider-2-reverse {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .ed-partner__section-head {
    margin-bottom: 40px;
  }
  .ed-partner__section-head-title {
    line-height: 24px;
  }
}

/*================================================================================================
    End Partner CSS
===================================================================================================*/
/*================================================================================================
    Start Product CSS
===================================================================================================*/
.ed-product {
  padding-top: 60px;
}
.ed-product__card {
  margin-top: 50px;
}
.ed-product__img {
  overflow: hidden;
  border-radius: 8px;
}
.ed-product__img img {
  width: 100%;
  height: 388px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-product__card:hover .ed-product__img img {
  transform: scale(1.08);
}
.ed-product__cover {
  position: relative;
  overflow: hidden;
}
.ed-product__cover .ed-btn {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  transition: all 0.4s ease;
}
.ed-product__card:hover .ed-product__cover .ed-btn {
  bottom: 32px;
}
.ed-product__rattings li {
  display: inline-block;
}

.ed-product__rattings li i {
  font-size: 18px;
  color: #ffcd20;
}

.ed-product__info {
  text-align: center;
  margin-top: 30px;
}
.ed-product__title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  color: var(--ed-title-color);
}
.ed-product__title:hover {
  color: var(--ed-primary-color);
}
.ed-product__rattings li span {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
}

.ed-product__info-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.ed-product__price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ed-product__info-bottom span {
  color: var(--ed-primary-color);
  font-size: 20px;
  font-weight: 700;
}
.ed-product__info-bottom del {
  color: rgba(134, 134, 134, 0.51);
  font-size: 20px;
  font-weight: 400;
}

/* Product Details  */
.product__details-inner {
  padding-left: 90px;
}
.ed-shop-thumb img {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  object-fit: cover;
}
.ed-product-short {
  margin-top: 16px;
}
.ed-product-short h3 {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-product__d-meta-single {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 8px;
}
.ed-product__d-meta-single p {
  width: 20%;
  color: var(--ed-title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.ed-product__d-meta-single:last-child {
  margin: 0;
}
.ed-product__d-meta-single a:hover {
  color: var(--ed-primary-color);
}
.ed-product__details-meta {
  margin-top: 48px;
}
.ed-shop-single__purchase {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.ed-cart__quantity-selector {
  position: relative;
  width: 145px;
}

.ed-cart__quantity-input {
  width: 145px;
  height: 52px;
  border-radius: 52px !important;
  background: #faf9f6;
  text-align: center;
  color: var(--ed-title-color) !important;
  border: 1px solid transparent !important;
  padding: 12px 52px !important;
}

.ed-cart__quantity-selector button {
  padding: 0;
  color: var(--ed-title-color);
  font-size: 15px;
  background: transparent;
}
.ed-cart__quantity-selector button:hover {
  color: var(--ed-primary-color);
}
.ed-cart__quantity-decrease {
  position: absolute;
  left: 25px;
  top: 18px;
}
.ed-cart__quantity-increase {
  position: absolute;
  right: 25px;
  top: 18px;
}

.ed-product__details-tab .nav-link {
  padding: 0;
}

.ed-product__details-tab .nav-tabs {
  border-bottom: 1px solid #bfc6c5 !important;
  padding-bottom: 18px !important;
}
.ed-product__details-tab .nav-item {
  margin-right: 32px;
}
.ed-product__details-tab .nav-item:last-child {
  margin: 0;
}
.ed-product__details-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.ed-product__details-tab .nav-tabs .nav-item.show .nav-link,
.ed-product__details-tab .nav-tabs .nav-link.active {
  color: var(--ed-title-color) !important;
}

.ed-product__comment-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #bfc6c5;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.ed-product__comment-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-product__comment-img img {
  width: 58px;
  height: 58px;
  max-width: 58px;
  border-radius: 100%;
  object-fit: cover;
}

.ed-product__comment-info-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.ed-product__comment-name {
  margin: 0;
}

.ed-product__comment-date {
  color: #aaa;
  line-height: 20px;
}

.ed-product__details-form {
  margin-top: 90px;
}

.ed-product-single__tab-title {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 32px;
}

.ed-poduct__your-rattings {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ed-poduct__your-rattings ul li {
  display: inline-block;
  color: #ffcd20;
  font-size: 18px;
  position: relative;
  top: -1px;
}

.ed-poduct__your-rattings p {
  color: var(--ed-title-color);
  font-size: 14px;
  line-height: 20px;
}

/* Cart Page  */

.ed-cart__header {
  background: var(--ed-offwhite-color);
  border-radius: 4px;
}
.ed-cart__header tr th {
  padding: 20px 20px;
  color: var(--ed-title-color);
  font-weight: 700;
}
.ed-cart__update-button:hover,
.ed-cart__coupon button:hover {
  background: var(--ed-primary-color);
  color: #fff;
}

.ed-cart__remove-button {
  width: 20px;
  height: 20px;
  background: #fce4e5;
  border-radius: 100%;
  border: 1px solid #f8c8cb !important;
  font-size: 8px;
  color: #e71e29;
  padding: 0;
  line-height: 22px;
  margin-right: 16px;
}
.ed-cart__remove-button:hover {
  background: #e71e29;
  color: var(--ed-white-color);
  border: 1px solid transparent !important;
}
.ed-cart__bottom-form {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 24px;
}
.ed-cart__product-name {
  color: var(--ed-paragraph-color);
  margin-left: 24px;
}
.ed-cart__product-name:hover {
  color: var(--ed-primary-color) !important;
}
.ed-cart__item {
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
}
.ed-cart__item:last-child {
  border-bottom: none;
}
.ed-cart__item td {
  padding: 28px 20px;
  color: var(--ed-paragraph-color);
}
.ed-cart__summary {
  display: flex;
  justify-content: end;
}
.ed-cart__summary-inside {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 60px;
  min-width: 450px;
  background: var(--ed-white-color);
  border-radius: 6px;
  border: 1px solid rgba(1, 28, 26, 0.25);
}
.ed-cart .ed-cart__summary-body {
  width: 100%;
  flex-direction: column;
  display: flex;
  background: var(--ed-white-color);
  border: none;
  border-radius: 6px;
}
.ed-cart__totals {
  margin-top: 32px;
}
.ed-cart .ed-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 0;
  padding-right: 0;
}
.ed-cart .ed-cart__totals-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ed-cart__heading {
  padding: 18px 32px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #f3f3f3;
  background: var(--ed-offwhite-color);
}
.ed-cart .ed-cart__heading-title {
  margin: 0;
  font-size: 36px;
  color: var(--ed-title-color);
  font-weight: 700;
  line-height: 30px;
}
.ed-cart__coupon {
  display: flex;
  gap: 15px;
  max-width: 100%;
}
.ed-cart__totals-label {
  font-weight: 500;
}
.ed-cart__totals-label.total-amount-label {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
}

.ed-cart__totals-value.total-amount-price {
  color: var(--ed-primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.ed-cart__coupon input {
  border-radius: 52px;
  border: 1px solid rgba(1, 28, 26, 0.25);
  padding: 12px 18px;
  color: var(--ed-paragraph-color);
  font-size: 16px;
}
.ed-cart__coupon input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-cart__update-button.ed-cart__update-button--primary {
  background: #6440fb;
  color: #fff;
}
.ed-cart__checkout-button {
  margin: 40px 0px 32px 32px;
}
.ed-cart__actions {
  display: flex;
  gap: 16px;
}
.ed-cart__update-button.ed-btn {
  background: var(--ed-tertiary-color);
  color: var(--ed-title-color);
}
.ed-cart__update-button.ed-btn:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-cart__update-button.ed-btn i {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}

.ed-cart__update-button.ed-btn:hover i {
  background: var(--ed-white-color);
  color: var(--ed-primary-color);
}

.ed-cart__totals-value {
  text-align: right;
}

.ed-cart__totals-value ul li a {
  color: var(--ed-primary-color);
  font-weight: 500;
}
.ed-cart__totals-value ul li {
  margin-bottom: 4px;
}
.ed-cart__totals-value ul li:last-child {
  margin: 0;
}
.ed-cart__totals-value.subtotal {
  color: var(--ed-title-color);
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-product__img img {
    height: 300px;
  }
  .product__details-inner {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-product__img img {
    height: 300px;
  }
  .ed-product {
    padding-top: 30px;
  }
  .ed-shop-thumb img {
    height: 380px;
  }
  .product__details-inner {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-cart__product-name {
    margin-left: 0;
    margin-top: 12px;
  }
  .ed-cart__update-button.ed-btn {
    display: none;
  }
  .ed-cart .ed-cart__heading-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-product {
    padding-top: 30px;
  }
  .ed-product__img img {
    height: 280px;
  }
  .ed-shop-thumb img {
    height: 280px;
  }
  .product__details-inner {
    padding-left: 0;
    margin-top: 24px;
  }
  .ed-product-short h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .ed-product__d-meta-single p {
    width: 30%;
  }
  .ed-product__details-meta {
    margin-top: 24px;
  }
  .ed-shop-single__purchase {
    display: block;
    margin-top: 32px;
  }
  .ed-cart__quantity-selector {
    margin-bottom: 16px;
  }
  .ed-product-single__tab-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .ed-product__comment-info-head {
    margin-bottom: 12px;
  }
  .ed-product__details-form {
    margin-top: 40px;
  }
  .ed-product__comment-info {
    margin-top: 12px;
  }
  .ed-product__comment-item {
    display: block;
  }
  .ed-cart__item {
    white-space: nowrap;
  }
  .ed-cart__summary-inside {
    min-width: 100%;
  }
  .ed-cart .ed-cart__heading-title {
    font-size: 24px;
  }
  .ed-cart__heading {
    padding: 16px 32px;
  }
  .ed-cart__actions {
    display: flex;
    margin-top: 16px;
  }
  .ed-cart__update-button.ed-btn {
    display: none;
  }
  .ed-cart__bottom-form {
    margin-top: 24px;
    display: block;
  }
  .ed-cart__item td {
    padding: 16px 40px;
  }
  .ed-cart__checkout-button {
    margin: 24px 0px 32px 32px;
  }
}

/*================================================================================================
    End Product CSS
===================================================================================================*/
/*================================================================================================
    Start Team CSS
===================================================================================================*/

.ed-team__card {
  margin-top: 30px;
}

.ed-team__img img {
  width: 100%;
  height: 412px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-team__cover {
  position: relative;
  overflow: hidden;
}

.ed-team__cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(1, 28, 26, 0) 0%,
    rgba(1, 28, 26, 0.65) 100%
  );
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.ed-team__card:hover .ed-team__cover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.ed-team__social {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.ed-team__card:hover .ed-team__social {
  opacity: 1;
  visibility: visible;
  bottom: 28px;
}
.ed-team__social li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ed-team__social li i {
  width: 22px;
  height: 22px;
  font-size: 22px;
  color:#fff;
  object-fit: contain;
  transition: all 0.3s ease;
}
.ed-team__social li:hover i {
  transform: translateY(-3px);
  color:var(--ed-primary-color);
}
.ed-team__info {
  margin-top: 28px;
}

.ed-team__designation {
  color: #5f5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.ed-team__name {
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  margin-top: 14px;
}
.ed-team__name:hover {
  color: var(--ed-primary-color);
}

/* Team Details  */

.ed-team__details-top {
  display: flex;
  align-items: center;
  gap: 110px;
}
.ed-team__details-info span {
  margin-bottom: 16px;
  display: block;
}

.ed-team__details-info h4 {
  margin-bottom: 20px;
}
.ed-team__details-main-img img {
  width: 488px;
  height: 450px;
  object-fit: cover;
  max-width: 488px;
  border-radius: 8px;
}
.ed-team__details-image {
  position: relative;
}
.ed-team__details-image .ed-course__lesson {
  margin: 0;
}
.ed-team__details-image .ed-team__details-meta {
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 8px;
  background: var(--ed-white-color);
  display: inline-block;
  padding: 16px 20px;
}
.ed-team__details-image .ed-course__rattings ul li i {
  top: 0;
}
.ed-team__details-info .ed-team__details-info-wrapper {
  display: flex;
  align-items: center;
  gap: 46px;
  border-top: 1px solid rgba(1, 28, 26, 0.25);
  padding-top: 30px;
  margin-top: 30px;
}
.ed-team__details-info .ed-team__details-info-social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.ed-team__details-info .ed-contact__info-item {
  margin: 0;
}
.ed-team__details-info .ed-contact__info-content a {
  font-weight: 600;
}

.ed-team__details-bottom {
  margin-top: 45px;
}
.ed-team__details-bottom h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-team__img img {
    height: 340px;
  }
  .ed-team__details-top {
    gap: 40px;
  }
  .ed-team__details-top .ed-contact__info-item {
    display: block;
  }
  .ed-team__details-top .ed-contact__info-content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-team.ed-team__page {
    padding: 50px 0px 80px;
  }
  .ed-team__details-top {
    display: block;
  }
  .ed-team__details-info {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-team__details-top {
    display: block;
  }
  .ed-team__img img {
    height: 320px;
  }
  .ed-team__page.section-gap {
    padding: 50px 0px 80px;
  }
  .ed-team__details-main-img img {
    width: 100%;
    height: 320px;
    max-width: 100%;
  }
  .ed-team__details-info h4 {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .ed-team__details-info span {
    margin-bottom: 12px;
  }
  .ed-team__details-info .ed-contact__info-item {
    margin-bottom: 24px;
  }
  .ed-team__details-bottom {
    margin-top: 32px;
  }
  .ed-team__details-info {
    margin-top: 40px;
  }
  .ed-team__details-info .ed-team__details-info-wrapper {
    display: block;
  }
}

/*================================================================================================
    End Team CSS
===================================================================================================*/
/*================================================================================================
    Start Testimonial CSS
===================================================================================================*/
.ed-testimonial__slider {
	border-radius: 8px;
	background: var(--ed-white-color);
	padding: 30px;
	/* margin-top: 50px; */
}
.ed-testimonial__content {
  padding-right: 34px;
}

.ed-testimonial__rattings {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 16px !important;
	list-style: none;
}

.ed-testimonial__rattings li i {
  color: #ffcd20;
  font-size: 18px;
}
.ed-testimonial__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.18px;
}

.ed-testimonial__author {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ed-testimonial__author-img img {
  empty-cells: ;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.ed-testimonial__author-info h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.ed-testimonial__author-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.28px;
}
.ed-testimonial__main-img img {
  width: 437px;
  height: 520px;
  object-fit: cover;
  border-radius: 8px 8px 140px 8px;
}

.ed-testimonial__main-img {
  text-align: right;
}

.ed-testimonial__images {
  z-index: 2;
}
.ed-testimonial__shape-1 {
  position: absolute;
  top: 85px;
  z-index: -1;
  left: 35px;
}
.ed-testimonial__shape-2 {
  position: absolute;
  top: 200px;
  right: -45px;
}
.ed-testimonial__shape-3 {
  position: absolute;
  bottom: 0;
  right: -44px;
}
.ed-testimonial__images .counter-card {
  bottom: 50px;
  left: 25px;
}

/* Slider Controls  */
.ed-testimonial .custom_nav {
	position: absolute;
	right: 30px;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.ed-testimonial .custom_nav button {
	background: none;
}
.ed-testimonial  .custom_nav button.next,
.ed-testimonial  .custom_nav button.prev  {
  color: var(--ed-primary-color);
  font-size: 28px;
}
.ed-testimonial  .custom_nav button.next:hover,
.ed-testimonial  .custom_nav button.prev :hover {
  opacity: 0.6;
}
.ed-testimonial .custom_nav button.prev {
	/* margin-right: 20px; */
}

/* Testimonial Style 2 */
.ed-testimonial--style2 .ed-testimonial__slider {
  padding: 0;
  margin-top: 0;
  margin: 0px;
}
.ed-testimonial--style2 .ed-testimonial__slider-item {
  text-align: center;
  padding: 0px 132px;
}
.ed-testimonial--style2 .ed-testimonial__author {
  margin-top: 72px;
  justify-content: center;
}
.ed-testimonial--style2 .ed-testimonial__rattings {
	margin-bottom: 46px !important;
	justify-content: center;
}
.ed-testimonial--style2 .ed-testimonial__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: var(--ed-title-color);
}
/* Slider Controls */
.ed-testimonial--style2 .custom_nav {
  position: initial;
}
.ed-testimonial--style2 .custom_nav button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  color: var(--ed-primary-color) !important;
  opacity: 0.5;
  font-size: 28px !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-testimonial--style2 .custom_nav button:hover {
  opacity: 1 !important;
}
.ed-testimonial--style2 .custom_nav button.prev {
  left: 0;
}
.ed-testimonial--style2 .custom_nav button.next {
  right: 0;
}

/* Testimonial Style 3 */

.ed-testimonial__slider-2 {
  margin-left: -140px;
  margin-right: -140px;
}
.ed-testimonial--style3 .ed-testimonial__slider-item {
  padding: 30px;
  margin-top: 30px;
}
.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-1 {
  background: #fceeee;
}

.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-2 {
  background: #eef7f6;
}
.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-3 {
  background: #f0eefd;
}

.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-4 {
  background: #fcebfe;
}

/* Testimonial Style 4 */
.ed-testimonial--style4 {
  position: relative;
  z-index: 2;
}
.ed-testimonial--style4::before {
  position: absolute;
  content: "";
  width: 718px;
  height: 540px;
  background-image: url("../images/testimonial/testimonial-3/circle-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
}
.ed-testimonial__shapes .shape-1 {
  position: absolute;
  top: -11%;
  right: -2%;
}
.ed-testimonial--style4 .ed-testimonial__slider-item {
  border-radius: 8px;
  background: #f5f6f1;
  padding: 35px 30px 50px 30px;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 30px;
  z-index: 2;
  border: 1px solid transparent;
}
.ed-testimonial--style4 .ed-testimonial__slider-item:hover {
  background: var(--ed-white-color);
  border: 1px solid var(--ed-border-color);
}
.ed-testimonial--style4 .ed-testimonial__slider-item::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background-image: url("../images/testimonial/testimonial-3/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  top: 58px;
  z-index: -1;
}
.ed-testimonial--style4 .ed-testimonial__author-info {
  margin-top: 16px;
}

.ed-testimonial--style4 .ed-testimonial__author {
  display: block;
  margin-top: 0px;
}
.ed-testimonial--style4 .ed-testimonial__rattings li i {
  color: var(--ed-primary-color);
}
.ed-testimonial--style4 .ed-testimonial__rattings {
  margin-bottom: 12px;
  margin-top: 24px;
}
.ed-testimonial--style4 .ed-testimonial__author-img img {
  width: 60px;
  height: 60px;
  border: 2px solid var(--ed-white-color);
}

.ed-testimonial--style4 .ed-testimonial__text {
  font-weight: 700;
  line-height: 30px;
  color: var(--ed-title-color);
}

.ed-testimonial--style4 .swiper-button-next,
.ed-testimonial--style4 .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--ed-white-color);
  border-radius: 100%;
  color: var(--ed-primary-color);
  font-size: 20px;
  line-height: 14px;
  padding: 0;
  opacity: 1 !important;
  box-shadow: 0px 8px 24px #00000014;
  transition: all 0.4s ease;
}
.ed-testimonial--style4 .swiper-button-next:hover,
.ed-testimonial--style4 .swiper-button-prev:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-testimonial--style4 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -64px;
}

.ed-testimonial--style4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -64px;
}

.ed-testimonial--style4 .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-testimonial__content {
    padding-right: 0;
  }
  .ed-testimonial__shape-2 {
    right: -20px;
  }
  .ed-testimonial__shape-3 {
    right: -20px;
  }
  .ed-testimonial__shape-1 {
    top: -50px;
  }
  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -16px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-testimonial__main-img {
    text-align: center;
    margin-top: 40px;
  }
  .ed-testimonial__shape-3 {
    right: 16%;
  }
  .ed-testimonial__shape-2 {
    right: 15%;
  }
  .ed-testimonial__shape-1 {
    left: 11%;
  }
  .ed-testimonial--style2 .ed-testimonial__rattings {
    margin-bottom: 24px !important;
  }
  .ed-testimonial--style2 .ed-testimonial__author {
    margin-top: 40px;
  }
  .ed-testimonial--style2 .ed-testimonial__slider-item {
    padding: 0px 80px;
  }
  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -16px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-testimonial__content {
    padding-right: 0;
  }
  .ed-testimonial__slider {
    margin-top: 40px;
  }
  .ed-testimonial__text {
    line-height: 26px;
  }
  .ed-testimonial__author {
    margin-top: 24px;
  }
  .ed-testimonial  .custom_nav {
    position: initial;
    margin-top: 24px;
    line-height: 0;
  }
  .ed-testimonial__slider {
    padding: 24px;
  }

  .ed-testimonial__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-testimonial__shape-2,
  .ed-testimonial__shape-3 {
    display: none;
  }
  .ed-testimonial__images .counter-card {
    bottom: 0;
    left: 0;
  }
  .ed-testimonial__images {
    margin-top: 40px;
  }
  .ed-testimonial--style2 .ed-testimonial__slider-item {
    padding: 0;
  }
  .ed-testimonial--style2 .ed-testimonial__author {
    margin-top: 32px;
  }
  .ed-testimonial--style2 .ed-testimonial__text {
    line-height: 28px;
  }
  .ed-testimonial--style2 .ed-testimonial__rattings {
    margin-bottom: 24px;
  }
  .ed-testimonial--style2 .owl-nav {
    text-align: center;
  }
  .ed-testimonial--style2 .owl-nav button {
    position: initial;
    transform: none;
  }
  .ed-testimonial__slider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -8px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -8px;
  }

  .ed-testimonial--style4 .ed-testimonial__slider-item {
    padding: 24px;
  }
}

/*================================================================================================
    End Testimonial CSS
===================================================================================================*/
/*================================================================================================
    Start Video CSS
===================================================================================================*/
.ed-video__bg {
  width: 1170px;
  height: 500px;
  object-fit: cover;
  border-radius: 0px 83px 0px 86px;
}
.ed-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
.ed-video__btn img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.ed-video__shape-1 {
  position: absolute;
  right: -6%;
  top: -17%;
  z-index: -1;
}

.ed-video__shape-2 {
  position: absolute;
  bottom: -5%;
  left: -7px;
}

/* Video Style 2 */
.ed-video.ed-video--style2 {
  position: relative;
  margin-top: -250px;
  z-index: 2;
}
.ed-video.ed-video--style2 .ed-video__shape-1 {
  right: -7%;
  top: auto;
  bottom: 42%;
}

/* Video Style 3 */
.ed-video.ed-video--style3 {
  position: relative;
  z-index: 2;
}

.ed-video.ed-video--style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.ed-video.ed-video--style3 .ed-video__btn {
  position: initial;
  margin-top: 0;
  margin-left: 0;
}

.ed-video.ed-video--style3 .ed-video__btn img {
  width: 90px;
  height: 90px;
}
.ed-video.ed-video--style3 .ed-video__inner {
  text-align: center;
}

.ed-video.ed-video--style3 .ed-video__content {
  margin-top: 70px;
}

.ed-video.ed-video--style3 .ed-video__content span {
  color: #ffcd20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 32px;
}

.ed-video.ed-video--style3 .ed-video__content h3 {
  color: var(--ed-white-color);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .ed-video__bg {
    width: 100%;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    top: -11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-video__bg {
    width: 100%;
    height: 380px;
  }
  .ed-video__btn img {
    width: 100px;
    height: 100px;
  }
  .ed-video__shape-1 {
    right: 0;
    top: -14%;
  }
  .ed-video__shape-2 {
    left: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    bottom: 72%;
  }
}

@media only screen and (max-width: 767px) {
  .ed-video__bg {
    width: 100%;
    height: 332px;
  }
  .ed-video__btn img {
    width: 80px;
    height: 80px;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    display: none;
  }
  .ed-video.ed-video--style3 .ed-video__content {
    margin-top: 40px;
  }
  .ed-video.ed-video--style3 .ed-video__content h3 {
    font-size: 28px;
    line-height: 46px;
  }
  .ed-video.ed-video--style3 .ed-video__content span {
    margin-bottom: 16px;
  }
}
/*================================================================================================
    End Video CSS
===================================================================================================*/
/*================================================================================================
    Start Why Choose CSS
===================================================================================================*/
.ed-why-choose {
  padding-bottom: 288px;
}
.ed-w-choose__info-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ed-w-choose__info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
}
.ed-w-choose__info-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.ed-w-choose__info-head h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.ed-w-choose__info-head {
  margin-bottom: 20px;
}
.ed-w-choose__info-icon.bg-1 {
  background: rgba(66, 172, 152, 0.09);
}
.ed-w-choose__info-icon.bg-2 {
  background: rgba(223, 67, 67, 0.09);
}
.ed-w-choose__info-icon.bg-3 {
  background: rgba(222, 30, 249, 0.09);
}
.ed-w-choose__main-img img {
  width: 586px;
  height: 585px;
  object-fit: contain;
}
.ed-w-choose__images .counter-card {
  bottom: 40px;
}
.ed-w-choose__shape-1,
.ed-w-choose__shape-2,
.ed-w-choose__pattern-1 {
  position: absolute;
}
.ed-w-choose__shape-1 {
  top: 22%;
}
.ed-w-choose__shape-2 {
  right: 0%;
  bottom: 10%;
}
.ed-w-choose__pattern-1 {
  top: 110px;
  left: 110px;
}

/* Why Choose Style 2 */
.ed-why-choose.ed-why-choose--style2 {
  padding-top: 126px;
  padding-bottom: 110px;
}

.ed-why-choose--style2 .ed-w-choose__content {
  margin-bottom: 32px;
}
.ed-why-choose--style2 .ed-w-choose__info {
  display: flex;
  gap: 30px;
}
.ed-w-choose__info-single--style2 {
	margin-top: 15px;
	background: var(--ed-white-color);
	border-radius: 8px;
	padding: 25px 25px 32px 25px;
}
.ed-w-choose__images--style2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ed-w-choose__images--style2 .ed-w-choose__main-img img {
  width: 484px;
  height: 520px;
  border-radius: 86px 0px 86px 0px;
  object-fit: cover;
}
.ed-w-choose__images--style2 .ed-w-choose__shape-1 {
  top: 20%;
  left: -32px;
}

/* Why Choose Style 3  */
.ed-why-choose.ed-why-choose--style3 {
  padding-bottom: 110px;
}
.ed-w-choose__images--style3 {
  z-index: 2;
  margin-bottom: 170px;
}
.ed-w-choose__images--style3::before {
  position: absolute;
  content: "";
  border-radius: 560px;
  background: #6fc08185;
  filter: blur(250px);
  width: 560px;
  height: 403px;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ed-w-choose__main-img--style2 {
  text-align: right;
}
.ed-w-choose__main-img--style2 .why-choose-img-1 {
  width: 454px;
  height: 465px;
  border-radius: 8px;
  object-fit: cover;
}
.ed-w-choose__main-img--style2 .why-choose-img-2 {
  width: 355px;
  height: 264px;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  right: 150px;
  bottom: -170px;
}
.ed-w-choose__images--style3 .counter-card {
  bottom: -140px;
  right: 0;
  left: auto;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-1 {
  top: 14%;
  z-index: -1;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-2 {
  right: auto;
  bottom: 20%;
  left: 1%;
}
.ed-w-choose__shape-3 {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
}

/* Why Choose Style 4  */

.ed-why-choose--style4 .ed-w-choose__main-img--style2 {
  text-align: left;
}
.ed-why-choose--style4 .ed-w-choose__main-img--style2 .why-choose-img-2 {
  right: auto;
  left: 150px;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .counter-card {
  right: auto;
  left: 0;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-2 {
  right: 1%;
  left: auto;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
  right: 0;
}
.ed-why-choose--style4 .ed-w-choose__content {
  padding-left: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-why-choose.ed-why-choose--style3 {
    overflow: hidden;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: 50px;
  }
  .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    top: -10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-w-choose__main-img {
    text-align: center;
    margin-top: 40px;
  }
  .ed-w-choose__pattern-1 {
    display: none;
  }
  .ed-w-choose__main-img img {
    height: 480px;
    object-fit: contain;
  }
  .ed-w-choose__shape-1 {
    left: 24%;
  }

  .ed-w-choose__shape-2 {
    right: 14%;
  }
  .ed-w-choose__images--style2 {
    position: inherit;
  }
  .ed-w-choose__images--style2 .ed-w-choose__main-img img {
    height: 380px;
  }
  .ed-w-choose__info-single--style2 {
    width: auto;
  }
  .ed-why-choose--style2 .ed-w-choose__info {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ed-why-choose.ed-why-choose--style2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    left: 0;
    display: none;
  }
  .ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style3 {
    margin-top: 40px;
  }
  .ed-w-choose__main-img--style2 {
    text-align: center;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: 272px;
  }
  .ed-w-choose__images--style3 .counter-card {
    bottom: -130px;
    right: 70px;
  }
  .ed-w-choose__shape-3 {
    display: none;
  }
  .ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-why-choose--style4 .ed-w-choose__images {
    margin-top: 0px;
  }
  
}

@media only screen and (max-width: 767px) {
  .ed-why-choose {
    padding-bottom: 80px;
  }
  .ed-w-choose__pattern-1 {
    display: none;
  }
  .ed-w-choose__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-w-choose__shape-2 {
    display: none;
  }
  .ed-w-choose__images .counter-card {
    bottom: 0;
  }
  .ed-w-choose__shape-1 {
    top: 12%;
  }
  .ed-w-choose__images {
    margin-top: 40px;
  }

  .ed-why-choose.ed-why-choose--style2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style2 {
    position: inherit;
  }

  .ed-w-choose__info-single--style2 {
    padding: 24px;
    width: 100%;
  }
  .ed-w-choose__info-head {
    margin-bottom: 12px;
  }
  .ed-why-choose--style2 .ed-w-choose__info {
    display: block;
  }
  .ed-w-choose__images--style2 .ed-w-choose__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    top: 0;
    left: 0;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    display: none;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-1 {
    width: 100%;
    height: 364px;
  }
  .ed-w-choose__images--style3 {
    margin-bottom: 0;
  }
  .ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .ed-w-choose__shape-3 {
    display: none;
  }
  .ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-why-choose--style4 .ed-w-choose__images {
    margin-top: 0px;
  }
}

/*================================================================================================
    End Why Choose CSS
===================================================================================================*/
/*================================================================================================
    Start Blog CSS
===================================================================================================*/

/* Blog Style 2 */
.ed-blog--style2 .ed-blog__card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ed-blog--style2 .ed-blog__img img {
  width: 186px;
  height: 172px;
  min-width: 186px;
}
.ed-blog--style2 .ed-blog__category {
  position: initial;
  background: #eeecfd;
  color: var(--ed-primary-color);
}
.ed-blog--style2 .ed-blog__category:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-blog--style2 .ed-blog__title h4 {
  margin-top: 14px;
}

.ed-blog--style2 .ed-blog__meta {
  margin-top: 16px;
}

.ed-blog--style2 .ed-blog__content {
  margin-top: 0px;
}
.ed-blog__featured-blog .ed-blog__card {
  display: block;
}
.ed-blog__featured-blog .ed-blog__img img {
  min-width: 100%;
  width: 100%;
  height: 580px;
}
.ed-blog__featured-blog .ed-blog__content {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  margin: 24px;
}

/* Blog Page  */
.ed-blog.ed-blog-page {
  padding-top: 60px;
}
.ed-blog-page .ed-blog__card {
  margin-top: 50px;
}

/* Blog Details  */
.ed-blog__details {
  padding-top: 70px;
}
.ed-blog__details-main {
  margin-top: 40px;
}
.ed-blog__details-cover-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 10px;
}

.ed-blog__details-meta {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ed-blog__details-meta li {
  color: #5f5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ed-blog__details-meta li i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.ed-blog__details-meta li a {
  color: var(--ed-primary-color);
  font-size: 15px;
}
.ed-blog__details-meta {
  margin-top: 24px;
  margin-bottom: 12px;
}
.ed-blog__details-title {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-blog__details-widget-title {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.ed-blog__details-widget {
  margin-top: 32px;
}
.ed-blog__details-widget-img {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ed-blog__details-widget-img img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  border-radius: 10px;
}
.ed-blog__details-widget-img {
  margin-top: 50px;
  margin-bottom: 32px;
}

.ed-blog__details-comment {
  margin-top: 110px;
}

.ed-blog__comment-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 60px;
}

.ed-blog__comment-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #bfc6c5;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.ed-blog__comment-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-blog__comment-img img {
  width: 58px;
  height: 58px;
  max-width: 58px;
  border-radius: 100%;
  object-fit: cover;
}

.ed-blog__comment-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ed-blog__comment-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ed-blog__comment-reply {
  padding: 8px 18px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  border-radius: 42px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.ed-blog__comment-reply:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}
.ed-blog__comment-item.reply-comment {
  margin-left: 80px;
}

.ed-blog__comment-item.reply-comment .ed-blog__comment-reply {
  color: var(--ed-primary-color);
  background: #f3f1fd;
}
.ed-blog__comment-item.reply-comment .ed-blog__comment-reply:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-blog__details-form {
  margin-top: 110px;
}

.ed-blog__details-form-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.36px;
  margin-bottom: 60px;
}

.ed-blog__details-form .form-group input,
.ed-blog__details-form .form-group textarea {
  width: 100%;
  height: auto;
  padding: 0;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #bfc6c5;
  border-radius: 0;
}
.ed-blog__details-form .form-group textarea {
  height: 120px;
}
.ed-blog__details-form .form-group input:focus,
.ed-blog__details-form .form-group textarea:focus {
  border-bottom: 1px solid var(--ed-primary-color);
}

.ed-blog__details-form form .form-group {
  margin-bottom: 40px;
}
.ed-blog__details-form-btn {
  margin-top: 40px;
}
.ed-blog__sidebar-widget {
  border-radius: 8px;
  background: var(--ed-offwhite-color);
  margin-top: 40px;
  padding: 30px;
}

.ed-blog__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}

.ed-blog__sidebar-search input {
  width: 100%;
  height: 52px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: var(--ed-white-color);
}

.ed-blog__sidebar-search input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-blog__sidebar-widget .ed-contact__info-item {
  margin-bottom: 24px;
}

.ed-blog__sidebar-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #4e5450;
}

.ed-blog__sidebar-category ul li {
  border-bottom: 1px solid #e9e5da;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.ed-blog__sidebar-category ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-blog__sidebar-category ul li a:hover {
  color: var(--ed-primary-color);
}
.ed-blog__sidebar-category ul li a span {
  font-weight: 400;
  color: var(--ed-paragraph-color);
}
.ed-blog__latest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ed-blog__latest-item:last-child {
  margin: 0;
}
.ed-blog__latest-img {
  overflow: hidden;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.ed-blog__latest-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  max-width: 80px;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-blog__latest-item:hover .ed-blog__latest-img img {
  transform: scale(1.06);
}
.ed-blog__latest-info a {
  color: #011c1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.ed-blog__latest-info a:hover {
  color: var(--ed-primary-color);
}
.ed-blog__latest-info span {
  color: var(--ed-primary-color);
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.ed-blog__tags ul li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 41px;
  background: #eae8f4;
  color: var(--ed-primary-color);
  font-size: 15px;
}
.ed-blog__tags ul li a:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-blog__tags ul li {
  display: inline-block;
  grid-template-columns: ;
  margin-top: 8px;
  margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-blog__meta {
    gap: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-blog__details {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-blog__img img {
    height: 280px;
  }
  .ed-blog__title h4 {
    margin-top: 16px;
  }
  .ed-blog.ed-blog-page {
    padding-top: 30px;
  }
  .ed-blog__details-cover-img img {
    height: 320px;
  }
  .ed-blog__details-meta {
    margin-top: 16px;
    gap: 8px;
  }

  .ed-blog__details-title {
    font-size: 28px;
    line-height: 38px;
  }
  .ed-blog__details-widget-img {
    display: block;
  }
  .ed-blog__details-widget-img img {
    height: 280px;
    margin-top: 24px;
  }
  .ed-blog__details-widget-img {
    margin-top: 0px;
  }
  .ed-blog__details-comment {
    margin-top: 40px;
  }
  .ed-blog__comment-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .ed-blog__comment-item.reply-comment {
    margin-left: 0px;
  }
  .ed-blog__details-form-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .ed-blog__details-form {
    margin-top: 40px;
  }
  .ed-blog__comment-info {
    margin-top: 24px;
  }
  .ed-blog__comment-item {
    display: block;
  }

  .ed-blog--style2 .ed-blog__card {
    display: block;
  }

  .ed-blog--style2 .ed-blog__img img {
    width: 100%;
    height: 280px;
    min-width: 100%;
  }

  .ed-blog--style2 .ed-blog__content {
    margin-top: 24px;
  }

  .ed-blog__featured-blog .ed-blog__content {
    padding: 0px;
    position: inherit;
    margin: 0;
    margin-top: 16px;
  }
}

/*================================================================================================
    End Blog CSS
===================================================================================================*/