:root {
  --ed-ff-body: 'Outfit', sans-serif;
  --ed-ff-heading: 'Outfit', serif;
  --ed-ff-p: 'Outfit', sans-serif;
  --ed-fw-normal: normal;
  --ed-fw-thin: 100;
  --ed-fw-elight: 200;
  --ed-fw-light: 300;
  --ed-fw-regular: 400;
  --ed-fw-medium: 500;
  --ed-fw-sbold: 600;
  --ed-fw-bold: 700;
  --ed-fw-ebold: 800;
  --ed-fw-black: 900;
  --ed-fs-body: 16px;
  --ed-fs-p: 16px;
  --ed-fs-h1: 64px;
  --ed-fs-h2: 40px;
  --ed-fs-h3: 24px;
  --ed-fs-h4: 20px;
  --ed-fs-h5: 16px;
  --ed-fs-h6: 14px;
  --ed-color-common-white: #ffffff;
  --ed-color-common-black: #000000;
  --ed-color-heading-primary: #162726;
  --ed-color-text-body: #6C706F;
  --ed-color-theme-primary: #07A698;
  --ed-color-grey-1: #F2F4F7;
  --ed-color-bg-1: #0E121D;
  --ed-color-bg-2: #191A1F;
  --ed-color-border-1: #E0E5EB;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  font-family: var(--ed-ff-body);
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  color: var(--ed-color-text-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--ed-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--ed-fs-h1);
}

h2 {
  font-size: var(--ed-fs-h2);
}

h3 {
  font-size: var(--ed-fs-h3);
}

h4 {
  font-size: var(--ed-fs-h4);
}

h5 {
  font-size: var(--ed-fs-h5);
}

h6 {
  font-size: var(--ed-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--ed-ff-p);
  font-size: 16px;
  font-weight: var(--ed-fw-normal);
  color: var(--ed-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--ed-color-theme-primary);
}

.slick-list.draggable {
  cursor: grab;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--ed-color-common-black);
  font-size: var(--ed-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--ed-color-common-black);
  font-size: var(--ed-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.bg-grey {
  background-color: var(--ed-color-grey-1);
}

.bg-dark-1 {
  background-color: var(--ed-color-heading-primary);
}

.container {
  max-width: 1310px;
}

.bd-bottom {
  border-bottom: 1px solid #edebf9;
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .sub-heading {
  background-color: var(--ed-color-common-white);
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #E0E5EB;
  padding: 5px 15px 5px 5px;
  border-radius: 100px;
}
.section-heading .sub-heading .heading-icon {
  background-color: rgba(7, 166, 152, 0.15);
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-heading .section-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
}
@media (max-width: 1200px) {
  .section-heading .section-title {
    font-size: 40px;
  }
  .section-heading .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--ed-color-common-white);
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 30px;
  }
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--ed-color-common-white);
}

/* Site Preloader */
.preloader-close {
  position: fixed;
  z-index: 99;
  font-size: 26px;
  background: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  width: 60px;
  height: 60px;
  border: 1px solid var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 50px;
  top: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preloader-close:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--ed-color-common-white);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .spinner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #07a698 94%, rgba(0, 0, 0, 0)) top/15.5px 15.5px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #07a698);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 15.5px), #000 0);
  animation: spinner-c7wet2 1.2s infinite linear;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--ed-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

.running-text {
  background-color: var(--ed-color-theme-primary);
  padding: 23px 0;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}
.running-text ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 24px;
  color: var(--ed-color-common-white);
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.running-text ul li:before {
  background-color: var(--ed-color-common-white);
  font-family: "Font Awesome 6 Pro";
  color: var(--ed-color-theme-primary);
  font-weight: 700;
  font-size: 16px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  content: "\f0e7";
  position: absolute;
  right: -57px;
  top: 50%;
  transform: translateY(-50%);
}

/**
    Buttons CSS
*/
.ed-primary-btn {
  background-color: var(--ed-color-theme-primary);
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 40px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.ed-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.ed-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.ed-primary-btn i {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 2px;
}
.ed-primary-btn:focus {
  color: var(--ed-color-common-white);
}
.ed-primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-heading-primary);
}
.ed-primary-btn.transparent:hover {
  color: var(--ed-color-common-white);
}
.ed-primary-btn.transparent:before {
  background-color: var(--ed-color-theme-primary);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: var(--ed-color-common-white);
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow-x: clip;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0);
}
.header .top-bar {
  background-color: #1F2C30;
}
@media (max-width: 1200px) {
  .header .top-bar {
    display: none;
  }
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.header .top-bar .top-bar-inner .top-bar-left .top-bar-list li {
  color: var(--ed-color-common-white);
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 12px 0;
}
.header .top-bar .top-bar-inner .top-bar-left .top-bar-list li:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.05);
}
.header .top-bar .top-bar-inner .top-bar-right {
  display: flex;
  align-items: center;
}
.header .top-bar .top-bar-inner .top-bar-right .register-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 12px 0;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1200px) {
  .header .top-bar .top-bar-inner .top-bar-right .register-box {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.header .top-bar .top-bar-inner .top-bar-right .register-box .icon {
  font-size: 14px;
  color: var(--ed-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .register-box a {
  color: var(--ed-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .register-box a:hover {
  color: var(--ed-color-theme-primary);
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    display: none;
  }
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap span {
  color: var(--ed-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list {
  margin-left: 20px;
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li {
  display: inline-flex;
  align-items: center;
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a {
  color: var(--ed-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.header .mid-header .mid-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 20px 0;
}
.header .mid-header .mid-header-inner .category-form-wrap {
  background-color: var(--ed-color-grey-1);
  display: flex;
  align-items: center;
  width: 520px;
  padding: 12px 10px;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .header .mid-header .mid-header-inner .category-form-wrap {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .header .mid-header .mid-header-inner .category-form-wrap {
    display: none;
  }
}
.header .mid-header .mid-header-inner .category-form-wrap .select-control {
  background-color: var(--ed-color-grey-1);
  height: inherit;
  line-height: inherit;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-heading-primary);
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 40px;
  border-right: 1px solid var(--ed-color-border-1);
  border-radius: 100px;
  border-radius: 0;
}
.header .mid-header .mid-header-inner .category-form-wrap .select-control:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 500;
  content: "\e196";
  position: absolute;
  top: 52%;
  left: 20px;
  transform: translateY(-50%);
}
.header .mid-header .mid-header-inner .category-form-wrap .select-control:after {
  height: 7px;
  width: 7px;
  border-color: var(--ed-color-heading-primary);
  right: 20px;
}
.header .mid-header .mid-header-inner .category-form-wrap .select-control .list {
  margin-left: 19px;
  margin-top: 14px;
}
.header .mid-header .mid-header-inner .category-form-wrap .header-form {
  position: relative;
  width: 100%;
}
.header .mid-header .mid-header-inner .category-form-wrap .header-form .form-control {
  padding-top: 0;
  background-color: var(--ed-color-grey-1);
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 150px;
  border-radius: 100px;
}
.header .mid-header .mid-header-inner .category-form-wrap .header-form .submit {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
.header .mid-header .mid-header-inner .category-form-wrap .header-form .submit i {
  margin-right: 5px;
  margin-left: 0;
  font-size: 12px;
}
.header .mid-header .mid-header-inner .mid-header-right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header .mid-header .mid-header-inner .mid-header-right .header-right-icon {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .mid-header .mid-header-inner .mid-header-right .header-right-icon {
    display: none;
  }
}
.header .mid-header .mid-header-inner .mid-header-right .header-right-icon a {
  color: var(--ed-color-text-body);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
}
.header .mid-header .mid-header-inner .mid-header-right .header-right-icon .number {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-size: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  z-index: 1;
}
.header .primary-header {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .header {
    position: inherit;
    height: auto !important;
  }
}
.header .primary-header-inner {
  background-color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header .primary-header-inner .header-left-inner {
  display: flex;
  align-items: center;
}
.header .primary-header-inner .header-logo {
  position: relative;
  z-index: 2;
}
.header .primary-header-inner .header-logo img {
  max-width: 160px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 160px;
  }
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-logo img {
    max-width: 160px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.header .primary-header-inner .header-menu-wrap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap .sub-menu {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap .sub-menu li {
  display: inline-block;
  position: relative;
  margin: 0 12px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap .sub-menu li a {
  font-family: var(--ed-ff-body);
  color: var(--ed-color-heading-primary);
  display: block;
  font-size: 16px;
  padding: 44.5px 0;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-menu-wrap .sub-menu li a {
    font-size: 14px;
  }
}
.header .primary-header-inner .header-menu-wrap .sub-menu li a:hover {
  color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li.active a {
  color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li.active ul li a {
  color: var(--ed-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li.active ul li a:hover {
  color: var(--ed-color-common-white);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li.active.menu-item-has-children:after {
  color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li ul {
  background-color: var(--ed-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 115px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:not(:last-of-type) {
  border-bottom: 1px dashed var(--ed-color-border-1);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover {
  background-color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover a {
  color: var(--ed-color-common-black);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li a {
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--ed-color-common-black);
  font-weight: 600;
  font-size: 15px;
  padding: 15px 0;
  letter-spacing: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li a:hover {
  padding-left: 10px;
  color: var(--ed-color-common-white);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li a:before {
  display: none;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li.active {
  background-color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li.active a {
  color: var(--ed-color-common-white) !important;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li:hover a:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover a {
  color: var(--ed-color-common-white);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover li a {
  color: var(--ed-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover li a:hover {
  color: var(--ed-color-common-white);
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children {
  position: relative;
  padding-right: 5px;
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children a {
  padding-right: 12px;
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children a {
    padding-right: 13px;
  }
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children ul li {
  margin: 0;
  padding-left: 25px;
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f078";
  color: var(--ed-color-heading-primary);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children:hover:after {
  color: var(--ed-color-theme-primary);
}
.header .primary-header-inner .header-right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right .header-logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right .search-icon {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-right .search-icon {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right .search-icon {
    margin-right: 20px;
  }
}
.header .primary-header-inner .header-right .header-right-icon {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right .header-right-icon {
    display: none;
  }
}
.header .primary-header-inner .header-right .header-right-icon a {
  color: var(--ed-color-text-body);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
}
.header .primary-header-inner .header-right .header-right-icon .number {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-size: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  z-index: 1;
}
.header .primary-header-inner .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right .header-right-item {
    line-height: 1;
  }
}
.header .primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--ed-color-heading-primary);
  font-size: 30px;
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
.header .primary-header-inner .header-right .header-right-item .search-icon {
  font-size: 16px;
  margin-left: 55px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right .header-right-item .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .header-1 .mid-header {
    display: none;
  }
}
.header-1 .primary-header {
  border-top: 1px solid var(--ed-color-border-1);
}
.header-1 .primary-header .primary-header-inner .header-menu-wrap {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid var(--ed-color-border-1);
}
.header-1 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  padding: 19px 0;
  padding-right: 12px;
}
.header-1 .primary-header .primary-header-inner .header-menu-wrap ul li ul {
  top: 63px;
}
.header-1 .primary-header .primary-header-inner .header-right-btn {
  display: none;
}
.header-1 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li a {
  padding: 25px 0;
  padding-right: 12px;
}
.header-1 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul {
  top: 76px;
}
.header-1 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul li a {
  padding: 19px 0;
}
.header-1 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul li:hover a {
  padding-left: 10px;
}
.header-1 .primary-header.fixed .primary-header-inner .header-right-btn {
  display: block;
}

.category-area {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .category-area {
    display: none;
  }
}

.category-area .category-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.category-area .category-btn span {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-area .category-btn i {
  color: var(--ed-color-theme-primary);
}

.category-area:hover .category-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(20px);
}

.category-area .category-sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--ed-color-common-white);
  transform: translateZ(0) translateY(30px);
  border-radius: 4px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  display: flex;
  flex-direction: column;
  min-width: 210px;
  padding: 17px 10px;
}

.category-area .category-sub-menu li {
  list-style: none;
  width: 100%;
  margin: 0;
  display: flex;
}
.category-area .category-sub-menu li:not(:last-of-type) {
  margin-bottom: 10px;
}

.category-area .category-sub-menu li ul {
  padding: 0;
  margin: 0;
}

.category-area .category-sub-menu li a {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 4px;
  background: transparent;
}
.category-area .category-sub-menu li a:hover {
  color: var(--ed-color-theme-primary);
}

.category-area .category-sub-menu li a span {
  color: var(--ed-color-heading-primary);
}

.category-area .category-sub-menu li a:hover span {
  color: var(--ed-color-heading-primary);
}

.category-area .category-sub-menu li a img {
  width: 45px;
}

.category-area .category-sub-menu li a h4 {
  color: var(--ed-color-heading-primary);
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.1;
}

.category-area .category-sub-menu li a p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.header-2 {
  background-color: var(--ed-color-common-white);
}
@media only screen and (max-width: 992px) {
  .header-2 {
    position: relative;
  }
}
.header-2 .primary-header {
  background-color: transparent;
}
.header-2 .primary-header:before {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header:before {
    visibility: visible;
    opacity: 1;
  }
}
.header-2 .primary-header-inner {
  background-color: transparent;
}
.header-2 .primary-header-inner .header-logo .fixed-logo {
  display: none;
}
.header-2 .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 1600px) {
  .header-2 .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .header-2 .primary-header-inner .header-right-wrap {
    column-gap: 10px;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu li {
  margin: 0 13px;
}
@media (max-width: 1200px) {
  .header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu li {
    margin: 0 8px;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: inherit;
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu li ul li a {
  font-size: 15px;
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children {
  padding-right: 5px;
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children:after {
  display: block;
  font-size: 13px;
  color: var(--ed-color-heading-primary);
  top: 52%;
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children.active a {
  color: var(--ed-color-theme-primary);
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children.active ul li a {
  color: var(--ed-color-heading-primary);
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children.active ul li:hover a {
  color: var(--ed-color-common-white);
}
.header-2 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children:hover:after {
  color: var(--ed-color-theme-primary);
}
.header-2 .primary-header-inner .header-right-wrap .header-right .header-right-icon {
  color: var(--ed-color-text-body);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .header-right-icon {
    display: none;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-right .search-icon {
  color: var(--ed-color-common-white);
}
.header-2 .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--ed-color-heading-primary);
}

.header-4 {
  background-color: transparent;
  position: absolute;
  top: 0;
}
.header-4 .top-bar {
  background-color: transparent;
}
@media (max-width: 1200px) {
  .header-4 .top-bar {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .header-4 .top-bar {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-4 .top-bar {
    display: none;
  }
}
.header-4 .top-bar .top-bar-inner {
  background-color: var(--ed-color-theme-primary);
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  .header-4 .top-bar .top-bar-inner {
    padding: 10px 20px;
    justify-content: center;
  }
}
.header-4 .top-bar .top-bar-inner .top-bar-left {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media only screen and (max-width: 992px) {
  .header-4 .top-bar .top-bar-inner .top-bar-left {
    justify-content: center;
  }
}
.header-4 .top-bar .top-bar-inner .top-bar-left .rr-product-countdown .rr-product-countdown-inner {
  background-color: var(--ed-color-common-white);
  padding: 5px 30px;
  border-radius: 100px;
}
.header-4 .top-bar .top-bar-inner .top-bar-left .rr-product-countdown .rr-product-countdown-inner ul li {
  display: inline-flex;
  color: var(--ed-color-theme-primary);
}
.header-4 .top-bar .top-bar-inner .top-bar-left .rr-product-countdown .rr-product-countdown-inner ul li span {
  color: var(--ed-color-theme-primary);
}
.header-4 .top-bar .top-bar-inner .top-bar-left .rr-product-countdown .rr-product-countdown-inner ul li:not(:last-of-type) {
  margin-right: 15px;
}
@media only screen and (max-width: 992px) {
  .header-4 .top-bar .top-bar-inner .top-bar-right {
    display: none;
  }
}
.header-4 .top-bar .top-bar-inner .top-bar-right .register-box {
  margin-right: 0;
  padding-right: 0;
  border: none;
  padding-left: 30px;
}
.header-4 .primary-header {
  background-color: transparent;
}
.header-4 .primary-header .primary-header-inner {
  background-color: var(--ed-color-common-white);
  padding: 0 30px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 992px) {
  .header-4 .primary-header .primary-header-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-4 .primary-header .primary-header-inner {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--ed-color--bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--ed-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--ed-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--ed-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--ed-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--ed-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--ed-color-common-white);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--ed-color-common-white);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 150px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 45px;
    right: 40px;
    color: var(--ed-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ed-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--ed-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--ed-color-common-white);
    font-family: var(--ed-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--ed-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--ed-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--ed-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu .mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
  }
  .mobile-side-menu .mean-bar .meanmenu-reveal {
    display: none !important;
  }
  .mobile-side-menu .mean-bar .mean-nav {
    background-color: transparent;
    margin-top: 0;
    padding-top: 20px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul {
    display: block !important;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li {
    position: relative;
    float: none;
    display: block;
    width: auto;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ed-color-border-1);
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    color: var(--ed-color-heading-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border-top: none;
    padding: 0;
    float: none;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
    position: absolute;
    padding: 0;
    top: -3px;
    right: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    content: "+";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
    background-color: var(--ed-color-heading-primary);
    color: var(--ed-color-common-white);
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
    content: "\f068";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul {
    padding: 0 0 0 30px;
    margin-top: 20px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
#popup-search-box {
  background-color: var(--ed-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--ed-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--ed-color-heading-primary);
  border: 1px solid var(--ed-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

/* !END:  Header CSS */
/**----------------------------------------
START: Header CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--ed-color-common-white);
  border-left: 1px solid #eee;
  padding: 60px 50px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 70px;
  color: var(--grey-color);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 200px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 350px;
    padding: 60px 30px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
}
.side-menu-about {
  margin: 50px 0 50px 0;
}

.side-menu-about p {
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--ed-color-theme-primary);
  font-size: 12px;
  color: var(--ed-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--ed-color-theme-primary);
  color: #fff;
}

.side-menu-list li p {
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 16px;
  color: var(--ed-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--ed-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: transparent;
  font-size: 17px;
  color: var(--ed-color-heading-primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ed-color-border-1);
}
.side-menu-social li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

/* !END:  Header CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.post-card .post-thumb {
  position: relative;
  z-index: 1;
  height: 454px;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-thumb:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, #020F21 100%);
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.post-card .post-content-wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  padding-right: 50px;
}
@media only screen and (max-width: 992px) {
  .post-card .post-content-wrap {
    left: 30px;
    bottom: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-card .post-content-wrap {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
  }
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}
.post-card.post-card-1 .post-meta li {
  color: var(--ed-color-common-white);
}

.post-content .category {
  background-color: var(--ed-color-common-white);
  display: inline-block;
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.post-content .title {
  color: var(--ed-color-common-white);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-content .title a {
  background: linear-gradient(var(--ed-color-common-white) 0%, var(--ed-color-common-white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-content .title a:hover {
  color: var(--ed-color-common-white);
  background-size: 100% 2px;
}
.post-content .rr-primary-btn {
  padding: 14.5px 30px;
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
}
.post-meta li {
  font-family: var(--ed-ff-body);
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-meta li i {
  font-size: 14px;
  margin-top: 1px;
}
.post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-meta li a:hover {
  color: var(--ed-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 14px;
  }
}

.post-card-2-wrap {
  margin-bottom: -24px;
}

.post-card-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 370px 1fr;
  grid-gap: 36px;
  padding: 40px 45px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .post-card-2 {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.post-card-2 .post-thumb {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
}
.post-card-2 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-2 .post-content .post-meta {
  margin-bottom: 10px;
}
.post-card-2 .post-content .post-meta li {
  color: var(--ed-color-heading-primary);
}
.post-card-2 .post-content .title {
  color: var(--ed-color-heading-primary);
  margin-bottom: 15px;
}
.post-card-2 .post-content .title a {
  background: linear-gradient(var(--ed-color-theme-primary) 0%, var(--ed-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card-2 .post-content .title a:hover {
  color: var(--ed-color-theme-primary);
  background-size: 100% 2px;
}
.post-card-2 .post-content p {
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .post-card-2 .post-content p br {
    display: none;
  }
}
.post-card-2 .post-content .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  border: 1px solid #E0E5EB;
  font-weight: 500;
}
.post-card-2 .post-content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.post-card-2 .post-content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.post-inner-2 {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #E0E5EB;
}
.post-inner-2:not(:last-of-type) {
  margin-bottom: 24px;
}
.post-inner-2 .post-thumb {
  position: relative;
}
.post-inner-2 .post-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-inner-2 .post-thumb .video-btn a {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-size: 30px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-inner-2 .post-thumb .video-btn img {
  margin-bottom: 5px;
}
.post-inner-2 .post-thumb .video-btn .ripple {
  height: 100px;
  width: 100px;
}
.post-inner-2 .post-thumb .video-btn .ripple:before, .post-inner-2 .post-thumb .video-btn .ripple:after {
  height: 100px;
  width: 100px;
}
.post-inner-2 .post-content {
  background-color: var(--ed-color-grey-1);
  padding: 30px;
}
.post-inner-2 .post-content .title {
  color: var(--ed-color-heading-primary);
  font-size: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .post-inner-2 .post-content .title {
    font-size: 22px;
  }
}
.post-inner-2 .post-content .title a {
  background: linear-gradient(var(--ed-color-theme-primary) 0%, var(--ed-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-inner-2 .post-content .title a:hover {
  color: var(--ed-color-theme-primary);
  background-size: 100% 2px;
}
.post-inner-2 .post-content p {
  margin-top: 0;
  margin-bottom: 30px;
}
.post-inner-2:hover .post-thumb .swiper-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.post-thumb-carousel .swiper-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-thumb-carousel .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
  left: auto;
  right: 0;
  border-radius: 5px 0 0 5px;
}

.post-card-3 {
  grid-template-columns: 1fr;
  padding: 20px 20px 30px 20px;
  grid-gap: 30px;
}
.post-card-3 .post-thumb {
  height: 214px;
}
.post-card-3 .post-content {
  padding: 0 10px;
}
.post-card-3 .post-content .post-meta li i {
  color: var(--ed-color-theme-primary);
}
.post-card-3 .post-content .title {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E0E5EB;
}
.post-card-3 .post-content .read-more {
  color: var(--ed-color-theme-primary);
  border: none;
  padding: 0;
}
.post-card-3 .post-content .read-more:hover {
  background-color: inherit;
  border: none;
}

.post-card.post-card-5 {
  height: 100%;
}
.post-card.post-card-5 .post-thumb {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .post-card.post-card-5 .post-thumb {
    height: 450px;
  }
}

.grid-post {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 217px 1fr;
  grid-gap: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .grid-post {
    grid-template-columns: 1fr;
  }
}
.grid-post .post-thumb {
  border-radius: 0;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .grid-post .post-thumb {
    height: 300px;
  }
}
.grid-post .post-thumb .category {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 100px;
}
.grid-post .post-content {
  padding: 40px 30px;
}
.grid-post .post-content .title {
  font-size: 22px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.grid-post .post-content .post-meta {
  margin-bottom: 25px;
}
.grid-post .post-content .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-text-body);
  border: 1px solid #E0E5EB;
}
.grid-post .post-content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.grid-post .post-content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

@media only screen and (max-width: 992px) {
  .post-wrap-card {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 30px;
  }
  .post-wrap-card .post-card-2 {
    margin-bottom: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .post-wrap-card {
    flex-direction: column;
    row-gap: 24px;
  }
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.pagination-wrap li:not(:last-of-type) {
  margin-right: 10px;
}
.pagination-wrap li a {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-heading-primary);
  font-weight: 600;
  height: 55px;
  width: 55px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
.pagination-wrap li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.pagination-wrap li .active {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.post-inner .post-content p br {
  display: none;
}

.inner-post-2 {
  padding: 0;
  overflow: hidden;
  grid-gap: 0;
  margin-bottom: 0;
}
.inner-post-2 .post-thumb {
  height: 250px;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.inner-post-2 .post-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inner-post-2 .post-content {
  padding: 30px;
}
.inner-post-2 .post-content .title {
  padding-bottom: 0;
  border: none;
}
.inner-post-2:hover .post-thumb img {
  transform: scale(1.02);
}

@media (max-width: 1200px) {
  .tp-sidebar-wrapper.sidebar__wrapper.pl-35.edcare-sidebar-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .tp-sidebar-wrapper.sidebar__wrapper.pl-35.edcare-sidebar-right {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-sidebar-wrapper.sidebar__wrapper.pl-35.edcare-sidebar-right {
    padding-left: 0;
    margin-top: 50px;
  }
}

/* !END:  Blog CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.page-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0;
}
.page-header .overlay {
  background: linear-gradient(90deg, #F3F7FB 43.21%, rgba(243, 247, 251, 0.24) 63.66%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .page-header .bg-img {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .shapes {
    display: none;
  }
}
.page-header .shapes .shape {
  position: absolute;
  z-index: -1;
}
.page-header .shapes .shape.shape-1 {
  bottom: 20px;
  left: 50px;
}
@media (max-width: 1700px) {
  .page-header .shapes .shape.shape-1 {
    left: 0;
  }
}
.page-header .shapes .shape.shape-2 {
  bottom: 0;
  left: 40%;
}
.page-header .shapes .shape.shape-3 {
  top: 0;
  right: 0;
}

@media (max-width: 1700px) {
  .page-header-content {
    padding-left: 100px;
  }
}
@media (max-width: 1600px) {
  .page-header-content {
    padding-left: 150px;
  }
}
@media (max-width: 1399px) {
  .page-header-content {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content {
    padding-left: 0;
  }
}
.page-header-content .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.page-header-content .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.page-header-content .sub-title .icon {
  font-size: 16px;
  padding: 0 5px;
}
.page-header-content .sub-title .inner-page {
  color: var(--ed-color-theme-primary);
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.blog-contact-form.contact-form {
  border: 1px solid #E0E5EB;
  margin-top: 0;
}
.blog-contact-form.contact-form .request-form .form-group .form-item .form-control {
  background-color: transparent;
  border: 1px solid #E0E5EB;
}
.blog-contact-form.contact-form .request-form .form-group .form-item .form-control.nice-select {
  height: auto;
  line-height: inherit;
  padding: 15.5px 20px;
}
.blog-contact-form.contact-form .request-form .form-group .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--ed-color-text-body);
  border-bottom: 1px solid var(--ed-color-text-body);
  border-right: 1px solid var(--ed-color-text-body);
  right: 35px;
}
.blog-contact-form.contact-form .request-form .form-group .form-item .form-control.nice-select .list {
  background-color: var(--ed-color-common-white);
  width: 100%;
}
.blog-contact-form.contact-form .request-form .form-group .form-item .form-control.nice-select .list li {
  padding-left: 30px;
}
.blog-contact-form.contact-form .submit-btn .ed-primary-btn {
  width: 100%;
  justify-content: center;
}

.contact-content {
  border: 1px solid #E0E5EB;
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 30px 20px;
  }
}
.contact-content .contact-top .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-top .title {
    font-size: 24px;
  }
}
.contact-content .contact-top p {
  margin-bottom: 30px;
}
.contact-content .contact-list .list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  grid-gap: 20px;
}
.contact-content .contact-list .list-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADFEC;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-list .list-item {
    grid-template-columns: 1fr;
  }
}
.contact-content .contact-list .list-item .icon {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  font-size: 18px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  border: 1px solid #E0E5EB;
}
.contact-content .contact-list .list-item .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-content .contact-list .list-item .content p {
  margin-bottom: 0;
}
.contact-content .contact-list .list-item .content a {
  display: block;
}
.contact-content .contact-list .list-item .content span {
  display: block;
}
.contact-content .contact-list .list-item:hover .icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.contact-wrap {
  background-color: var(--ed-color-grey-1);
  padding: 60px;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 40px 20px;
  }
}
.contact-wrap .section-heading .section-title {
  margin: 0;
}

/* !END:  Contact CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-top-wrap {
  padding: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top-wrap {
    padding: 40px 20px;
  }
}

.blog-details-top .blog-details-thumb {
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-thumb {
    height: 350px;
  }
}
.blog-details-top .blog-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details-top .post-meta {
  margin: 20px 0;
}

.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content blockquote {
  background-color: var(--ed-color-grey-1);
  padding: 40px;
  border-left: 3px solid var(--ed-color-theme-primary);
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-content blockquote {
    padding: 30px 20px;
  }
}
.blog-details-content blockquote p {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-style: italic;
}
.blog-details-content blockquote .author {
  font-size: 20px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
  margin-bottom: 0;
  position: relative;
  padding-left: 50px;
}
.blog-details-content blockquote .author:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-details-content .details-list-wrap {
  margin-bottom: 40px;
}
.blog-details-content .details-list-wrap .list-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.blog-details-content .details-list-wrap .details-img {
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .details-list-wrap .details-img {
    height: 350px;
  }
}
.blog-details-content .details-list-wrap .details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details-content .tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px dashed #E0E5EB;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .tags {
  display: flex;
  align-items: center;
}
.blog-details-content .tag-wrap .tags .tag {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .tags ul {
  list-style: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.blog-details-content .tag-wrap .tags ul li a {
  background-color: var(--ed-color-grey-1);
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-text-body);
  padding: 8px 20px;
  border-radius: 100px;
}
.blog-details-content .tag-wrap .tags ul li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.blog-details-content .tag-wrap .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.blog-details-content .tag-wrap .social-list-wrap .share {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list {
  background-color: var(--ed-color-grey-1);
  padding: 5px 20px;
  list-style: none;
  border-radius: 100px;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li {
  display: inline-flex;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 15px;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li a {
  font-size: 16px;
  color: var(--ed-color-heading-primary);
  border-radius: 50%;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.blog-details-content .blog-details-post .head-title {
  color: var(--ed-color-heading-primary);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-details-content .blog-details-post .view-post {
  font-size: 16px;
  font-weight: 700;
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.blog-details-content .blog-details-post .view-post i {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.blog-contact-form {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-contact-form {
    padding: 30px 20px;
  }
}
.blog-contact-form .title {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .blog-contact-form .title {
    font-size: 28px;
  }
}
.blog-contact-form p {
  margin-bottom: 30px;
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
  border: none;
  border-radius: 6px;
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}
.blog-contact-form .request-form .ed-contact-input-remeber {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
}
.blog-contact-form .request-form .ed-contact-input-remeber input[type=checkbox] {
  border: 1px solid #E0E5EB;
}
.blog-contact-form .request-form .ed-contact-input-remeber label {
  color: var(--ed-color-text-body);
}
.blog-contact-form .request-form .submit-btn .ed-primary-btn {
  font-weight: 600;
  border-radius: 5px;
}

.sidebar-widget {
  background-color: var(--ed-color-grey-1);
  padding: 40px 30px;
  border: 1px solid var(--ed-color-border-1);
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 50px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  padding: 14px 20px;
  padding-left: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-radius: 100px;
}
.sidebar-widget .search-form .search-btn {
  color: var(--ed-color-theme-primary);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.sidebar-widget .widget-title {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.sidebar-widget .category-list li {
  display: flex;
  align-items: center;
  font-family: var(--ed-ff-body);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ed-color-border-1);
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .category-list li:hover {
  color: var(--ed-color-theme-primary);
}
.sidebar-widget .category-list li i {
  color: var(--ed-color-theme-primary);
  padding-right: 10px;
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-widget .tags li a {
  background-color: var(--ed-color-common-white);
  padding: 8px 18px;
  font-family: var(--ed-ff-body);
  font-size: 15px;
  font-weight: 400;
  border-radius: 100px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.sidebar-widget .sidebar-post {
  background-color: var(--ed-color-grey-1);
  display: grid;
  align-items: center;
  grid-template-columns: 82px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  height: 100%;
  object-fit: cover;
}
.sidebar-widget .sidebar-post .post-content {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1;
  font-size: 15px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li:not(:last-of-type) {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li i {
  font-size: 14px;
  color: var(--ed-color-theme-primary);
}
.sidebar-widget .sidebar-post .post-content .title {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.sidebar-widget .sidebar-post .post-content .title a {
  background: linear-gradient(var(--ed-color-theme-primary) 0%, var(--ed-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--ed-color-theme-primary);
  background-size: 100% 2px;
}

.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

/* !END:  Blog Details CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.about-img-wrap {
  max-width: 582px;
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-img-wrap {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.about-img-wrap .about-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 294px;
  width: 100%;
  height: 371px;
  padding: 5px;
  border: 2px solid #DDE1E7;
  border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-img-1 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-img-wrap .about-img-1 .video-btn a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.about-img-wrap .about-img-1 .video-btn a i {
  margin-top: 10px;
  line-height: 1;
}
.about-img-wrap .about-img-1 .video-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.about-img-wrap .about-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 260px;
  width: 100%;
  height: 352px;
}
.about-img-wrap .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 60px 0;
}
.about-img-wrap .about-contact {
  background-color: var(--ed-color-theme-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  grid-gap: 15px;
  max-width: 294px;
  width: 100%;
  padding: 30px;
  border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-contact .icon {
  background-color: var(--ed-color-common-white);
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ed-color-theme-primary);
}
.about-img-wrap .about-contact .icon i {
  transform: rotate(-45deg);
}
.about-img-wrap .about-contact .content span {
  color: var(--ed-color-common-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.about-img-wrap .about-contact .content a {
  color: var(--ed-color-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1200px) {
  .about-content {
    max-width: 630px;
    width: 100%;
  }
}

.about-counter-items {
  max-width: 610px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}
.about-counter-items .about-counter-item {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.about-counter-items .about-counter-item .icon {
  background-color: var(--ed-color-common-white);
  width: 80px;
  height: 80px;
  border: 1px solid #E0E5EB;
  box-shadow: 0px 14px 51px 2px rgba(24, 50, 48, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-counter-items .about-counter-item .content .title {
  color: var(--ed-color-theme-primary);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.about-counter-items .about-counter-item .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-counter-items .about-counter-item .content .title .number {
  margin-bottom: 2px;
}
.about-counter-items .about-counter-item .content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6;
}

.about-section-3 {
  background-color: #F3F7FB;
  position: relative;
  z-index: 1;
}
.about-section-3 .shapes .shape {
  position: absolute;
  z-index: -1;
}
.about-section-3 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.about-section-3 .shapes .shape.shape-2 {
  bottom: 0;
  left: 50px;
}
.about-section-3 .shapes .shape.shape-3 {
  bottom: 0;
  right: 0;
}

.about-img-wrap-3 {
  background-color: var(--ed-color-common-white);
  max-width: 545px;
  width: 100%;
  height: 508px;
  position: relative;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-3 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.about-img-wrap-3 .about-img {
  width: 100%;
  height: 508px;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid var(--ed-color-common-white);
  border-radius: 15px;
}
.about-img-wrap-3 .about-img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-img-wrap-3 .icon-box {
  background-color: var(--ed-color-common-white);
  height: 163px;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
  padding: 30px;
  position: absolute;
  top: 65px;
  right: 0;
}
.about-img-wrap-3 .icon-box .icon {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
}

.faq-img-wrap.about-img-wrap-4 {
  max-width: 620px;
  height: 471px;
}
@media only screen and (max-width: 992px) {
  .faq-img-wrap.about-img-wrap-4 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.faq-img-wrap.about-img-wrap-4 .faq-img {
  height: 100%;
  max-width: 620px;
  width: 100%;
}
.faq-img-wrap.about-img-wrap-4 .faq-text-box {
  bottom: 50px;
  left: -100px;
}
@media (max-width: 1200px) {
  .faq-img-wrap.about-img-wrap-4 .faq-text-box {
    left: 0;
  }
}

.about-content-4 {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .about-content-4 {
    margin-left: 0;
  }
}
.about-content-4 .section-heading .section-title span {
  color: var(--ed-color-theme-primary);
}
.about-content-4 .about-items {
  max-width: 590px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}
.about-content-4 .about-items .about-item {
  display: flex;
  column-gap: 20px;
}
.about-content-4 .about-items .about-item .icon {
  color: var(--ed-color-theme-primary);
  font-size: 20px;
}
.about-content-4 .about-items .about-item .content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-feature {
  background-color: var(--ed-color-grey-1);
}

.about-feature-card {
  position: relative;
  padding-top: 60px;
}
.about-feature-card .icon {
  background-color: var(--ed-color-common-white);
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #E1E9F0;
  box-shadow: 0px 18px 38px rgba(47, 74, 101, 0.11);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-feature-card .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-feature-card .content {
  background-color: var(--ed-color-common-white);
  padding: 0 20px 30px 20px;
  padding-top: 100px;
  text-align: center;
  border: 1px solid #E1E9F0;
  border-radius: 15px;
}
.about-feature-card .content .title {
  font-size: 22px;
}
.about-feature-card .content p {
  margin-bottom: 0;
}
.about-feature-card:hover .icon {
  background-color: var(--ed-color-theme-primary);
}
.about-feature-card:hover .icon img {
  filter: brightness(0) invert(1);
}

/* !END:  About CSS */
/**----------------------------------------
START: Promo CSS
----------------------------------------*/
.promo-section {
  background-color: #191A1F;
  position: relative;
  z-index: 1;
}
.promo-section .bg-shape-1 {
  background: radial-gradient(80.61% 80.61% at 50% 19.39%, rgba(7, 166, 152, 0.2) 0%, rgba(3, 20, 24, 0) 85.76%);
  filter: blur(125px);
  width: 1784px;
  height: 1541px;
  position: absolute;
  top: -60%;
  left: -60%;
  z-index: -1;
}
.promo-section .bg-shape-2 {
  background: radial-gradient(80.61% 80.61% at 50% 19.39%, rgba(7, 166, 152, 0.2) 0%, rgba(3, 20, 24, 0) 85.76%);
  filter: blur(125px);
  width: 1784px;
  height: 1541px;
  position: absolute;
  bottom: -140%;
  right: -60%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .promo-section .shapes {
    display: none;
  }
}
.promo-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.promo-section .shapes .shape.shape-1 {
  top: 100px;
  left: 70px;
}
.promo-section .shapes .shape.shape-2 {
  top: 50px;
  right: 0;
}

.promo-heading {
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .promo-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-heading {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .promo-wrap {
    margin-bottom: -50px;
  }
}
.promo-wrap > div {
  padding: 0;
}

.promo-item {
  text-align: center;
  border-right: 1px dashed rgba(255, 255, 255, 0.17);
}
@media only screen and (max-width: 992px) {
  .promo-item {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .promo-item {
    margin-bottom: 50px;
  }
}
.promo-item .promo-thumb {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.promo-item .promo-thumb .icon {
  background-color: var(--ed-color-theme-primary);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 4px solid var(--ed-color-heading-primary);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-item .promo-thumb .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-item .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.promo-item p {
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .promo-item p br {
    display: none;
  }
}
.promo-item.item-3 {
  border: none;
}

.promo-item-2 {
  text-align: center;
  border: 1px solid #E0E5EB;
  border-radius: 12px;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .promo-item-2 {
    padding: 30px 20px;
  }
}
.promo-item-2 .number {
  color: rgba(7, 166, 152, 0.15);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .promo-item-2 .number {
    font-size: 30px;
    top: 30px;
    left: 20px;
  }
}
.promo-item-2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.promo-item-2 .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .promo-item-2 .title {
    font-size: 18px;
  }
}
.promo-item-2:hover .number {
  color: var(--ed-color-theme-primary);
}

.promo-section-3 {
  background-color: #162726;
}

.promo-item-3 {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  grid-gap: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .promo-item-3 {
    grid-template-columns: 1fr;
  }
}
.promo-item-3 .icon {
  background-color: rgba(7, 166, 152, 0.1);
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.promo-item-3 .content .title {
  font-size: 22px;
  font-weight: 600;
}
.promo-item-3 .content p {
  margin-bottom: 0;
}
.promo-item-3:hover .icon {
  background-color: var(--ed-color-theme-primary);
}

/* !END:  Promo CSS */
/**----------------------------------------
START: Course CSS
----------------------------------------*/
.course-section {
  position: relative;
  z-index: 1;
}
.course-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .course-section .shapes .shape {
    display: none;
  }
}
.course-section .shapes .shape.shape-1 {
  top: 133px;
  right: 0;
}
.course-section .shapes .shape.shape-2 {
  bottom: 200px;
  left: 0;
}

.feature-course {
  background-color: var(--ed-color-grey-1);
}

.course-item {
  background-color: var(--ed-color-common-white);
  padding-top: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
}
.course-item .course-thumb-wrap {
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  .course-item .course-thumb-wrap {
    padding: 0 20px;
  }
}
.course-item .course-thumb-wrap .course-thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.course-item .course-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course-item .course-content {
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E5EB;
}
@media only screen and (max-width: 992px) {
  .course-item .course-content {
    padding: 30px 20px;
  }
}
.course-item .course-content .offer {
  background-color: rgba(7, 166, 152, 0.1);
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
}
.course-item .course-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.course-item .course-content .course-list {
  margin-bottom: 20px;
}
.course-item .course-content .course-list li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  column-gap: 7px;
}
.course-item .course-content .course-list li:not(:last-of-type) {
  margin-right: 20px;
}
.course-item .course-content .course-list li i {
  font-size: 14px;
}
.course-item .course-content .course-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.course-item .course-content .course-author-box .course-author {
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 10px;
}
.course-item .course-content .course-author-box .course-author .author-img {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.course-item .course-content .course-author-box .course-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item .course-content .course-author-box .course-author .author-info .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.course-item .course-content .course-author-box .course-author .author-info span {
  color: var(--ed-color-theme-primary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.course-item .course-content .course-author-box .course-review li {
  display: inline-flex;
}
.course-item .course-content .course-author-box .course-review li i {
  color: var(--ed-color-theme-primary);
}
.course-item .course-content .course-author-box .course-review li.point {
  margin-left: 5px;
}
.course-item .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 20px 30px;
}
.course-item .bottom-content .price {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 700;
}
.course-item .bottom-content .course-btn {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
}
.course-item .bottom-content .course-btn:hover {
  border: 1px solid var(--ed-color-theme-primary);
}
.course-item:hover .course-thumb img {
  transform: scale(1.03);
}

.course-item-2 {
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 236px 1fr;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .course-item-2 {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .course-item-2 {
    grid-template-columns: 1fr;
  }
}
.course-item-2 .course-thumb-wrap {
  padding: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .course-item-2 .course-thumb-wrap {
    height: 350px;
  }
}
.course-item-2 .course-thumb-wrap .course-thumb {
  height: 100%;
  border-radius: 0;
}

.feature-course-2 {
  background-color: #1A2226;
  position: relative;
  z-index: 1;
}
.feature-course-2 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature-course-2 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.course-item.dark-item {
  background-color: #222A2D;
  border: 1px solid #2F373A;
}
.course-item.dark-item .course-content {
  border-bottom: 1px solid #2F373A;
}
.course-item.dark-item .course-content .title {
  color: var(--ed-color-common-white);
}
.course-item.dark-item .course-content .course-list li i {
  color: var(--ed-color-common-white);
}
.course-item.dark-item .course-content .course-author-box .course-author .author-info .name {
  color: var(--ed-color-common-white);
}
.course-item.dark-item .bottom-content .price {
  color: var(--ed-color-common-white);
}
.course-item.dark-item .bottom-content .course-btn {
  color: var(--ed-color-common-white);
  border: 1px solid #2F373A;
}
.course-item.dark-item .bottom-content .course-btn:hover {
  border: 1px solid var(--ed-color-theme-primary);
}
.course-item.dark-item.dark-item-2 {
  background: #162726;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 7px 48px rgba(0, 0, 0, 0.15);
}

.course-nav {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .course-nav {
    justify-content: center;
  }
}
.course-nav .nav-item .nav-link {
  background-color: var(--ed-color-common-white);
  padding: 10px 30px;
  border-radius: 100px;
  border: none;
  color: var(--ed-color-heading-primary);
}
.course-nav .nav-item .nav-link.active {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: none;
}

.course-tab-content .tab-pane.active.show > div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-in-bottom;
  animation-name: fade-in-bottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  transition: all 0.5s ease-in-out;
  transition-duration: 1000ms;
  animation-delay: 0.1s;
}

.course-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.course-top .swiper-arrow .swiper-nav {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}

.course-feature-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.course-feature-item .course-feature-img {
  height: 274px;
  width: 100%;
}
.course-feature-item .course-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.course-feature-item .content {
  background-color: var(--ed-color-common-white);
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course-feature-item .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.course-feature-item .content span {
  font-size: 14px;
  font-weight: 500;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course-feature-item:hover .content span {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.course-details-content {
  border: 1px solid #E0E5EB;
  padding: 30px 0;
  border-radius: 10px;
}
.course-details-content .course-details-img {
  height: 500px;
  padding: 30px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .course-details-content .course-details-img {
    padding: 0 20px;
    height: 350px;
    margin-bottom: 30px;
  }
}
.course-details-content .course-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.course-details-content .details-inner {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .course-details-content .details-inner {
    padding: 0 20px;
  }
}
.course-details-content .details-meta {
  margin-bottom: 20px;
}
.course-details-content .details-meta li {
  background-color: var(--ed-color-theme-primary);
  display: inline-flex;
  color: var(--ed-color-common-white);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 100px;
  line-height: 1;
}
.course-details-content .details-meta li:not(:last-of-type) {
  margin-right: 10px;
}
.course-details-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .course-details-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content .title {
    font-size: 24px;
  }
}
.course-details-content .course-details-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.course-details-content .course-details-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
  list-style: none;
  position: relative;
  line-height: 1;
}
.course-details-content .course-details-list li:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .course-details-content .course-details-list li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.course-details-content .course-details-list li:not(:last-of-type):before {
  background-color: #E0E5EB;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .course-details-content .course-details-list li:not(:last-of-type):before {
    display: none;
  }
}
.course-details-content .course-details-list li i {
  color: var(--ed-color-theme-primary);
  margin-right: 10px;
}
.course-details-content .course-details-list li:not(:last-of-type) {
  margin-right: 20px;
}
.course-details-content .course-details-list li img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.course-details-content .course-details-list li span {
  font-weight: 400;
  color: var(--ed-color-theme-primary);
}
.course-details-content .course-details-list li.review-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--ed-color-text-body);
}
.course-details-content .course-details-list li.review-wrap ul li {
  display: inline-flex;
}
.course-details-content .course-details-list li.review-wrap ul li:not(:last-of-type) {
  margin: 0;
  padding: 0;
  border: 0;
}
.course-details-content .course-details-list li.review-wrap ul li:not(:last-of-type):before {
  display: none;
}
.course-details-content .course-details-list li.review-wrap ul li i {
  margin-right: 0px;
}

.course-details-tab {
  margin-top: 40px;
}
.course-details-tab .nav-tabs {
  background-color: var(--ed-color-grey-1);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .nav-tabs {
    flex-direction: column;
    border: none;
  }
}
.course-details-tab .nav-tabs .nav-item {
  width: 25%;
  border: none;
}
.course-details-tab .nav-tabs .nav-item:not(:last-of-type) {
  border-right: 1px solid #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .nav-tabs .nav-item:not(:last-of-type) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E0E5EB;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-tab .nav-tabs .nav-item {
    border-bottom: 1px solid #E0E5EB;
  }
}
.course-details-tab .nav-tabs .nav-item .nav-link {
  color: var(--ed-color-text-body);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  padding: 17px 20px;
  position: relative;
  border-top: 1px solid #E0E5EB;
  border-bottom: 1px solid #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .nav-tabs .nav-item .nav-link {
    border: none;
  }
}
.course-details-tab .nav-tabs .nav-item .nav-link:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  top: -1.5px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.course-details-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-theme-primary);
}
.course-details-tab .nav-tabs .nav-item .nav-link.active:before {
  width: 100%;
}
.course-details-tab .tab-content .tab-overview {
  padding: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .tab-overview {
    padding: 30px 20px 0 20px;
  }
}
.course-details-tab .tab-content .curriculam-area {
  padding: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .curriculam-area {
    padding: 30px 20px 0 20px;
  }
}
.course-details-tab .tab-content .curriculam-area .accordion-item {
  border: 1px solid #E0E5EB;
  border-radius: 10px;
}
.course-details-tab .tab-content .curriculam-area .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-button {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .curriculam-area .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--ed-color-grey-1);
  border-radius: 10px 10px 0 0;
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body {
  padding: 30px;
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list {
  list-style: none;
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li {
  font-size: 16px;
  color: var(--ed-color-heading-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li {
    font-size: 14px;
  }
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px dashed #CED4E2;
  }
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li span:nth-child(1) i {
  color: var(--ed-color-theme-primary);
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li span:nth-child(1) i {
    width: 25px;
  }
}
.course-details-tab .tab-content .curriculam-area .accordion-item .accordion-body .curri-list li span:nth-child(2) i {
  margin-left: 10px;
}
.course-details-tab .tab-content .team-wrap-2 {
  padding: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .team-wrap-2 {
    padding: 30px 20px 0 20px;
  }
}
.course-details-tab .tab-content .reviewr-wrap {
  padding: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .reviewr-wrap {
    padding: 30px 20px 0 20px;
  }
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 15px;
  padding: 30px;
  border: 1px solid var(--ed-color-border-1);
}
@media only screen and (max-width: 767px) {
  .course-details-tab .tab-content .reviewr-wrap .review-list .review-item {
    grid-template-columns: 1fr;
  }
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top {
  display: flex;
  align-items: center;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top .name span {
  color: var(--ed-color-text-body);
  font-size: 15px;
  display: block;
  margin-top: 7px;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top ul {
  list-style: none;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top ul li {
  display: inline-flex;
  color: #FFC92E;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content .content-top ul li:not(:last-of-type) {
  margin-right: 2px;
}
.course-details-tab .tab-content .reviewr-wrap .review-list .review-item .content p {
  margin-bottom: 0;
}

.course-sidebar {
  padding: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
.course-sidebar:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .course-sidebar {
    padding: 30px 20px;
  }
}
.course-sidebar.price-box .price {
  color: var(--ed-color-heading-primary);
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 25px;
}
.course-sidebar.price-box .price span {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}
.course-sidebar.price-box .ed-primary-btn {
  width: 100%;
  justify-content: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.course-sidebar.price-box .ed-primary-btn.buy-btn {
  background-color: transparent;
  color: var(--ed-color-heading-primary);
  border: 1px solid var(--ed-color-theme-primary);
  margin-top: 10px;
}
.course-sidebar.price-box .ed-primary-btn.buy-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.course-sidebar.price-box .ed-primary-btn.buy-btn:hover {
  color: var(--ed-color-common-white);
}
.course-sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.course-sidebar .course-sidebar-list {
  list-style: none;
}
.course-sidebar .course-sidebar-list li {
  color: #162726;
  font-size: 16px;
  font-weight: 500;
}
.course-sidebar .course-sidebar-list li span {
  color: var(--ed-color-text-body);
  margin-left: 5px;
}
.course-sidebar .course-sidebar-list li i {
  color: var(--ed-color-theme-primary);
  width: 25px;
}
.course-sidebar .course-sidebar-list li:nth-child(1) {
  padding-top: 15px;
  border-top: 1px dashed #CED4E2;
}
.course-sidebar .course-sidebar-list li:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #CED4E2;
}
.course-sidebar .share-btn {
  margin-top: 30px;
}
.course-sidebar .share-btn .ed-primary-btn {
  background-color: var(--ed-color-grey-1);
  width: 100%;
  justify-content: center;
  color: var(--ed-color-theme-primary);
  border-radius: 5px;
  font-weight: 600;
}
.course-sidebar .share-btn .ed-primary-btn i {
  font-size: 18px;
  margin-left: 0;
  margin-right: 10px;
}

/* !END:  Course CSS */
/**----------------------------------------
START: Counter CSS
----------------------------------------*/
.counter-section {
  background-color: var(--ed-color-theme-primary);
}
@media only screen and (max-width: 992px) {
  .counter-section {
    padding: 70px 0;
  }
}

.counter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-item {
  text-align: center;
  border-right: 1px solid #21BCAF;
  padding: 120px 0;
}
@media only screen and (max-width: 992px) {
  .counter-item {
    padding: 0;
    border: none;
  }
}
.counter-item .title {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.counter-item .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.counter-item.item-1 {
  margin-right: auto;
  margin-left: 0;
}
.counter-item.item-4 {
  border-right: none;
}

.counter-card {
  padding: 40px 20px 45px 20px;
  border-radius: 10px;
  border: 1px solid #E0E5EB;
}
.counter-card .title {
  color: var(--ed-color-heading-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  font-family: var(--ed-ff-heading);
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-card .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-card .title .number {
  margin-top: -3px;
}
.counter-card p {
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}

/* !END:  Counter CSS */
/**----------------------------------------
START: Faq CSS
----------------------------------------*/
.faq-img-wrap {
  max-width: 515px;
  width: 100%;
  height: 542px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .faq-img-wrap {
    margin: 0 auto;
  }
}
.faq-img-wrap .faq-img {
  max-width: 435px;
  height: 542px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.faq-img-wrap .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.faq-img-wrap .faq-text-box {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.faq-img-wrap .faq-text-box .faq-thumb-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.faq-img-wrap .faq-text-box .faq-thumb-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.faq-img-wrap .faq-text-box .faq-thumb-list li:not(:last-of-type) {
  margin-right: -30px;
}
.faq-img-wrap .faq-text-box .faq-thumb-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-img-wrap .faq-text-box .faq-thumb-list li.number {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .faq-content {
    margin-top: 40px;
  }
}
.faq-content.content-1 {
  max-width: 613px;
  width: 100%;
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .faq-content.content-1 {
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .faq-content.content-1 {
    max-width: 100%;
  }
}
.faq-content .faq-accordion .accordion-item {
  border: none;
}
.faq-content .faq-accordion .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #E0E5EB;
}
.faq-content .faq-accordion .accordion-item .accordion-button span {
  color: var(--ed-color-text-body);
  margin-right: 10px;
}
.faq-content .faq-accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.faq-content .faq-accordion .accordion-item .accordion-body p {
  color: #6C706F;
}

.faq-img-wrap-2 {
  max-width: 577px;
  width: 100%;
  height: 511px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .faq-img-wrap-2 {
    margin: 0 auto;
  }
}
.faq-img-wrap-2 .faq-img-1 {
  max-width: 281px;
  width: 100%;
  height: 402px;
  border-radius: 0 60px 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.faq-img-wrap-2 .faq-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-img-wrap-2 .faq-img-2 {
  max-width: 270px;
  width: 100%;
  height: 241px;
  border-radius: 60px 0 60px 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.faq-img-wrap-2 .faq-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-img-wrap-2 .faq-img-3 {
  max-width: 270px;
  width: 100%;
  height: 245px;
  border-radius: 60px 0 60px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.faq-img-wrap-2 .faq-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-img-wrap-2 .faq-text-box {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 2;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap .faq-thumb-list {
  display: flex;
  align-items: center;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li:not(:last-of-type) {
  margin-right: -20px;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li.number {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-weight: 600;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap p {
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.faq-img-wrap-2 .faq-text-box .faq-thumb-list-wrap p span {
  color: var(--ed-color-theme-primary);
  font-weight: 700;
}

/* !END:  Faq CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.team-wrap {
  background: #000;
  max-width: 1760px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .team-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.team-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-item .team-thumb {
  height: 355px;
  position: relative;
}
.team-item .team-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-item .team-thumb:before {
  background: rgba(22, 39, 38, 0.82);
  mix-blend-mode: multiply;
  backdrop-filter: blur(0.5px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-item .team-thumb .team-social {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-item .team-thumb .team-social li {
  display: inline-flex;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-thumb .team-social li:not(:last-of-type) {
  margin-right: 5px;
}
.team-item .team-thumb .team-social li a {
  background-color: var(--ed-color-common-white);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--ed-color-theme-primary);
}
.team-item .team-thumb .team-social li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.team-item .team-thumb .team-social li:nth-child(2) {
  transition-delay: 150ms;
}
.team-item .team-thumb .team-social li:nth-child(3) {
  transition-delay: 200ms;
}
.team-item .team-thumb .team-social li:nth-child(4) {
  transition-delay: 250ms;
}
.team-item .team-content {
  background-color: var(--ed-color-common-white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
.team-item .team-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-item .team-content span {
  font-size: 16px;
  color: var(--ed-color-theme-primary);
}
.team-item:hover .team-thumb:before {
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-thumb .team-social li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.team-container {
  max-width: 1690px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.team-item-2 {
  border: 1px solid #E0E5EB;
  padding: 10px;
  border-radius: 15px;
}
.team-item-2 .team-thumb {
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.team-item-2 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb .team-content {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(45px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .team-item-2 .team-thumb .team-content {
    padding: 20px;
  }
}
.team-item-2 .team-thumb .team-content .instructor-info .title {
  color: var(--ed-color-common-white);
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .team-item-2 .team-thumb .team-content .instructor-info .title {
    font-size: 20px;
  }
}
.team-item-2 .team-thumb .team-content .instructor-info span {
  color: var(--ed-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.team-item-2 .team-thumb .team-content .team-social {
  position: relative;
}
.team-item-2 .team-thumb .team-content .team-social .expand {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  font-size: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}
.team-item-2 .team-thumb .team-content .team-social .expand:hover {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.team-item-2 .team-thumb .team-content .team-social .social-list {
  position: absolute;
  bottom: 55px;
  right: 50%;
  transform: translateX(50%);
  list-style: none;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.team-item-2 .team-thumb .team-content .team-social .social-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  font-size: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.team-item-2 .team-thumb .team-content .team-social .social-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li:nth-child(4) {
  transition-delay: 100ms;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li:nth-child(3) {
  transition-delay: 150ms;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li:nth-child(2) {
  transition-delay: 200ms;
}
.team-item-2 .team-thumb .team-content .team-social .social-list li:nth-child(1) {
  transition-delay: 250ms;
}
.team-item-2 .team-thumb .team-content .team-social:hover .social-list li {
  visibility: visible;
  opacity: 1;
}
.team-item-2:hover .team-thumb img {
  transform: scale(1.02);
}

.team-item-3 {
  text-align: center;
  padding: 50px 30px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .team-item-3 {
    padding: 40px 20px;
  }
}
.team-item-3 .team-thumb-wrap {
  height: 192px;
  width: 192px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-3 .team-thumb-wrap img {
  height: 152px;
  width: 152px;
  object-fit: cover;
}
.team-item-3 .team-content .title {
  font-size: 22px;
  margin-bottom: 0;
}
.team-item-3 .team-content span {
  color: var(--ed-color-theme-primary);
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.team-item-3 .social-list {
  margin-top: 20px;
}
.team-item-3 .social-list li {
  display: inline-flex;
}
.team-item-3 .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.team-item-3 .social-list li a {
  color: var(--ed-color-theme-primary);
  height: 40px;
  width: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-3 .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}
.team-item-3:hover .team-thumb-wrap {
  border: 1px solid var(--ed-color-theme-primary);
}

.team-item-4 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.team-item-4 .team-thumb {
  height: 350px;
}
.team-item-4 .team-thumb .overlay {
  background: linear-gradient(180deg, rgba(11, 27, 26, 0) 0%, #0B1B1A 89.43%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-4 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item-4 .team-content {
  position: absolute;
  left: 30px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.team-item-4 .team-content .title {
  color: var(--ed-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-item-4 .team-content span {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-common-white);
  font-size: 14px;
  font-weight: 400;
}
.team-item-4 .team-content .team-social {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 10px;
  padding-top: 20px;
}
.team-item-4 .team-content .team-social li {
  display: inline-flex;
}
.team-item-4 .team-content .team-social li:not(:last-of-type) {
  margin-right: 10px;
}
.team-item-4 .team-content .team-social li a {
  color: var(--ed-color-common-white);
}
.team-item-4:hover .team-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.team-item-4:hover .team-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.team-item-5 {
  padding: 0;
}
.team-item-5 .team-thumb {
  position: relative;
  z-index: 1;
  height: 300px;
  overflow: hidden;
}
.team-item-5 .team-thumb .shape {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.team-item-5 .team-thumb .shape img {
  width: 100%;
  height: 100%;
}
.team-item-5 .team-thumb .team-men {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-item-5 .team-thumb .team-men img {
  filter: saturate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-5 .team-content {
  padding: 30px 0;
}
.team-item-5:hover .team-thumb .team-men img {
  filter: saturate(1);
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.hero-section {
  background-color: #EFF2F9;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    padding: 70px 0;
  }
}
.hero-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.hero-section .shapes .shape.shape-1 {
  bottom: 70px;
  left: 70px;
  animation: about-anim 2s infinite linear alternate-reverse;
}
.hero-section .shapes .shape.shape-2 {
  bottom: 0;
  left: 50%;
}
.hero-section .shapes .shape.shape-3 {
  top: 0;
  left: 0;
}

.hero-content .section-heading .section-title {
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero-content .section-heading .section-title {
    font-size: 36px;
  }
}
.hero-content .section-heading .section-title span {
  color: var(--ed-color-theme-primary);
  font-weight: 400;
}
.hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 30px;
  margin-bottom: 40px;
}
.hero-content .hero-btn-wrap .hero-video a {
  color: var(--ed-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.hero-content .hero-btn-wrap .hero-video a i {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-content .hero-author {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 20px;
}
.hero-content .hero-author ul li {
  display: inline-flex;
  border: 1px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.hero-content .hero-author ul li:not(:last-of-type) {
  margin-right: -20px;
}
.hero-content .hero-author h5 {
  font-size: 16px;
  font-weight: 400;
}
.hero-content .hero-author h5 span {
  color: var(--ed-color-theme-primary);
  margin-right: 5px;
}
.hero-content .bottom-text {
  font-size: 24px;
  font-weight: 600;
}
.hero-content .bottom-text span {
  color: var(--ed-color-theme-primary);
}

.hero-img-wrap {
  max-width: 544px;
  width: 100%;
  height: 550px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap {
    margin: 0 auto;
    margin-top: 50px;
  }
}
.hero-img-wrap .hero-img {
  max-width: 464px;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap .hero-img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-img-wrap .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-img-wrap .hero-img-shape {
  position: absolute;
  top: 30%;
  right: -110px;
  transform: translateY(-50%);
  animation: hero-anim 2s infinite linear alternate-reverse;
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap .hero-img-shape {
    right: -50px;
  }
}
.hero-img-wrap .hero-text-element {
  background-color: var(--ed-color-common-white);
  padding: 15px 30px;
  position: absolute;
  bottom: 30%;
  left: -40px;
  border-radius: 10px;
  animation: about-anim 2s infinite linear alternate-reverse;
}
.hero-img-wrap .hero-text-element .title {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-theme-primary);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.hero-img-wrap .hero-text-element .title .odometer-auto-theme {
  line-height: 1;
  font-family: inherit;
}
.hero-img-wrap .hero-text-element p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--ed-color-heading-primary);
}

.hero-section-2 {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.hero-section-2 .hero-bg-wrap {
  height: 790px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .hero-section-2 .hero-bg-wrap {
    right: -16%;
  }
}
@media (max-width: 1200px) {
  .hero-section-2 .hero-bg-wrap {
    right: -32%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-2 .hero-bg-wrap {
    display: none;
  }
}
.hero-section-2 .hero-bg-wrap .hero-bg {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
.hero-section-2 .hero-bg-wrap .hero-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.hero-section-2 .hero-bg-wrap .hero-bg-shape img {
  height: 100%;
}
.hero-section-2 .hero-bg-wrap .faq-text-box {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  bottom: 25%;
  left: 0px;
  z-index: 2;
  animation: about-anim 2s infinite linear alternate-reverse;
}
@media (max-width: 1600px) {
  .hero-section-2 .hero-bg-wrap .faq-text-box {
    left: 90px;
  }
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap .faq-thumb-list {
  display: flex;
  align-items: center;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li:not(:last-of-type) {
  margin-right: -20px;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap .faq-thumb-list li.number {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-weight: 600;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap p {
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.hero-section-2 .hero-bg-wrap .faq-text-box .faq-thumb-list-wrap p span {
  color: var(--ed-color-theme-primary);
  font-weight: 700;
}
.hero-section-2 .hero-bg-wrap .hero-text-box {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 10px;
  padding: 10px;
  position: absolute;
  top: 30%;
  animation: about-anim 1s infinite linear alternate-reverse;
  border: 1px solid #E0E5EB;
  border-radius: 5px;
}
.hero-section-2 .hero-bg-wrap .hero-text-box .icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.hero-section-2 .hero-bg-wrap .hero-text-box .content .text-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.hero-section-2 .hero-bg-wrap .hero-text-box .content span {
  color: var(--ed-color-text-body);
  font-size: 14px;
}
.hero-section-2 .shapes .shape {
  position: absolute;
}
.hero-section-2 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-2 .shapes .shape.shape-2 {
  top: -5%;
  left: -10%;
  z-index: -2;
}

.hero-content-2 {
  padding: 140px 0 220px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 {
    padding: 100px 0;
  }
}
.hero-content-2 .section-heading .section-title {
  font-size: 54px;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 .section-heading .section-title {
    font-size: 40px;
  }
  .hero-content-2 .section-heading .section-title br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .section-heading .section-title {
    font-size: 36px;
  }
}
.hero-content-2 .desc {
  margin-bottom: 40px;
}
.hero-content-2 .hero-form {
  max-width: 600px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.hero-content-2 .hero-form .form-control {
  background-color: var(--ed-color-common-white);
  padding: 32px 40px;
  box-shadow: none;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
  border: 1px solid #E0E5EB;
  box-shadow: 0px 11px 41px 3px rgba(23, 67, 63, 0.12);
  padding-left: 50px;
  padding-right: 220px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-form .form-control {
    padding-right: 40px;
  }
}
.hero-content-2 .hero-form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-form button {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    transform: translate(0);
    margin-top: 10px;
  }
}
.hero-content-2 .hero-form .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--ed-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-form .icon {
    top: 27%;
  }
}
.hero-content-2 .about-counter-items .about-counter-item .title {
  color: var(--ed-color-heading-primary);
}

.hero-3 {
  background-color: #0E2C31;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-3 .hero-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .hero-3 .hero-bottom-shape {
    display: none;
  }
}
.hero-3 .hero-shapes .shape {
  position: absolute;
  z-index: -1;
}
.hero-3 .hero-shapes .shape.shape-1 {
  top: 0;
  right: 0;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.hero-3 .hero-shapes .shape.shape-1 img {
  width: 100%;
  height: 100%;
}
.hero-3 .hero-shapes .shape.shape-2 {
  top: 50px;
  left: 0;
  opacity: 0.2;
}
.hero-3 .hero-shapes .shape.shape-3 {
  bottom: 0;
  left: 0;
}
.hero-3 .hero-img-wrap-3 {
  position: absolute;
  top: -60px;
  right: 16%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-3 .hero-img-wrap-3 {
    right: 5%;
  }
}
@media (max-width: 1200px) {
  .hero-3 .hero-img-wrap-3 {
    right: -16%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-3 .hero-img-wrap-3 {
    display: none;
  }
}

.hero-content-3 {
  padding: 170px 0 250px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 100px 0;
  }
}
.hero-content-3 .section-heading .section-title {
  color: var(--ed-color-common-white);
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .section-heading .section-title {
    font-size: 36px;
  }
}
.hero-content-3 p {
  color: var(--ed-color-common-white);
  margin-bottom: 40px;
}
.hero-content-3 ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 35px;
  margin-bottom: 40px;
}
.hero-content-3 ul li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--ed-color-common-white);
}
.hero-content-3 .hero-btn-wrap .hero-btn-2 {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
}
.hero-content-3 .hero-btn-wrap .hero-btn-2:before {
  background-color: var(--ed-color-theme-primary);
}
.hero-content-3 .hero-btn-wrap .hero-btn-2:hover {
  color: var(--ed-color-common-white);
}

.hero-img-wrap-3 {
  max-width: 677px;
  width: 100%;
}
.hero-img-wrap-3 .hero-img {
  width: 100%;
}
.hero-img-wrap-3 .hero-img img {
  width: 100%;
  object-fit: cover;
}

.hero-4 {
  background-color: #0E2C31;
  padding: 325px 0 150px 0;
}
@media only screen and (max-width: 992px) {
  .hero-4 {
    padding: 250px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-4 {
    padding: 170px 0 100px 0;
  }
}
.hero-4 .shapes .shape.shape-1 {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 20px;
}
.hero-4 .shapes .shape.shape-2 {
  right: 200px;
}
.hero-4 .shapes .shape.shape-3 {
  left: 50px;
}
.hero-4 .shapes .shape.shape-4 {
  top: 0;
  right: 0;
}

.hero-content-4 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero-content-4 .section-heading .section-title {
    font-size: 36px;
  }
}
.hero-content-4 .section-heading .section-title span {
  color: var(--ed-color-common-white);
  font-weight: 200;
}
.hero-content-4 .bottom-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--ed-color-common-white);
  margin: 30px 0 40px 0;
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn {
  background-color: transparent;
  border: 1px solid var(--ed-color-common-white);
  padding: 11px 10px 11px 30px;
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn:before {
  background-color: var(--ed-color-common-white);
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn:hover {
  color: var(--ed-color-heading-primary);
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn span {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid var(--ed-color-theme-primary);
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn span i {
  margin: 0;
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn.active {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn.active:before {
  background-color: var(--ed-color-theme-primary);
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn.active:hover {
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}
.hero-content-4 .hero-btn-wrap .ed-primary-btn.active:hover span {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-common-white);
  color: var(--ed-color-common-white);
}

.hero-img-wrap-2 {
  background-color: var(--ed-color-common-white);
  max-width: 628px;
  width: 100%;
  height: 470px;
  position: relative;
  border-radius: 20px;
  position: relative;
  border: 10px solid var(--ed-color-common-white);
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap-2 {
    margin: 0 auto;
  }
}
.hero-img-wrap-2 .hero-img {
  width: 100%;
  height: 100%;
}
.hero-img-wrap-2 .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.hero-img-wrap-2 .img-shape {
  position: absolute;
  top: -80px;
  left: -80px;
  z-index: -1;
}
.hero-img-wrap-2 .img-shape-2 {
  position: absolute;
  bottom: -120px;
  right: -120px;
  z-index: -1;
}
.hero-img-wrap-2 .hero-contact-list {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  list-style: none;
}
.hero-img-wrap-2 .hero-contact-list li:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-img-wrap-2 .hero-contact-list li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.hero-img-wrap-2 .hero-contact-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
.hero-img-wrap-2 .hero-contact-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.hero-section-5 {
  background-color: #F0F4F5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section-5 .bg-item .hero-shape {
  position: absolute;
  z-index: -1;
}
.hero-section-5 .bg-item .hero-shape.shape-1 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .hero-section-5 .bg-item .hero-shape.shape-1 {
    top: auto;
    bottom: 0;
    transform: translate(0);
  }
}
.hero-section-5 .bg-item .hero-shape.shape-2 {
  top: 0;
  right: 0;
}
.hero-section-5 .bg-item .hero-shape.shape-3 {
  top: 20%;
  left: 7%;
  transform: translateY(-50%);
  animation: hero-anim 2s infinite linear alternate-reverse;
}
@media (max-width: 1200px) {
  .hero-section-5 .bg-item .hero-shape.shape-3 {
    display: none;
  }
}
.hero-section-5 .bg-item .hero-shape.shape-4 {
  top: 15%;
  right: 7%;
  transform: translateY(-50%);
  animation: about-anim 2s infinite linear alternate-reverse;
}
@media (max-width: 1700px) {
  .hero-section-5 .bg-item .hero-shape.shape-4 {
    right: 3%;
  }
}
@media (max-width: 1399px) {
  .hero-section-5 .bg-item .hero-shape.shape-4 {
    display: none;
  }
}
.hero-section-5 .hero-men-wrap .hero-men {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  .hero-section-5 .hero-men-wrap .hero-men {
    display: none;
  }
}
.hero-section-5 .hero-men-wrap .hero-men.men-1 {
  bottom: 0;
  left: 50px;
}
@media (max-width: 1399px) {
  .hero-section-5 .hero-men-wrap .hero-men.men-1 {
    left: 0;
  }
}
.hero-section-5 .hero-men-wrap .hero-men.men-2 {
  bottom: 0;
  right: 30px;
}
@media (max-width: 1600px) {
  .hero-section-5 .hero-men-wrap .hero-men.men-2 {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .hero-section-5 .hero-men-wrap .hero-men.men-2 {
    right: -120px;
  }
}

.hero-content-5 {
  padding: 179px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-5 {
    padding: 100px 0;
  }
}
.hero-content-5 .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .hero-content-5 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-5 .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-content-5 .title span {
  color: var(--ed-color-theme-primary);
}
.hero-content-5 p {
  margin-bottom: 40px;
}
.hero-content-5 .hero-form {
  max-width: 790px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.hero-content-5 .hero-form .form-control {
  padding: 19px 40px;
  box-shadow: none;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
}
.hero-content-5 .hero-form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .hero-content-5 .hero-form button {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    transform: translate(0);
    margin-top: 10px;
  }
}
.hero-content-5 .hero-form .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--ed-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .hero-content-5 .hero-form .icon {
    top: 27%;
  }
}
.hero-content-5 .bottom-title {
  margin-top: 40px;
  margin-bottom: 0;
}
.hero-content-5 .bottom-title span {
  color: var(--ed-color-theme-primary);
}

@-webkit-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-ms-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes about-anim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes about-anim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-ms-keyframes about-anim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes about-anim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* !END:  Page Header CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.content-img-wrap {
  max-width: 634px;
  width: 100%;
  height: 608px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .content-img-wrap {
    margin: 0 auto;
  }
}
.content-img-wrap .content-img-1 {
  max-width: 302px;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  z-index: 1;
}
.content-img-wrap .content-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-img-wrap .content-img-2 {
  max-width: 302px;
  width: 100%;
  height: 294px;
  overflow: hidden;
  border-radius: 0 60px 0 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.content-img-wrap .content-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-img-wrap .content-img-3 {
  max-width: 302px;
  width: 100%;
  height: 294px;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.content-img-wrap .content-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-img-wrap .border-shape {
  max-width: 347px;
  width: 100%;
  height: 552px;
  border: 1px solid var(--ed-color-theme-primary);
  border-radius: 60px 0 60px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

.content-info {
  margin-left: 45px;
}
@media only screen and (max-width: 992px) {
  .content-info {
    margin-left: 0;
    margin-top: 40px;
  }
}

.content-item {
  display: grid;
  align-items: center;
  grid-template-columns: 85px 1fr;
  padding: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
  grid-gap: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-item {
    grid-template-columns: 1fr;
  }
}
.content-item .icon {
  background-color: #ECF3F8;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-item .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-item .content p {
  margin-bottom: 0;
}
.content-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 28px rgba(19, 36, 39, 0.13);
}
.content-item:hover .icon {
  background-color: var(--ed-color-theme-primary);
}
.content-item:hover .icon img {
  filter: brightness(0) invert(1);
}

.content-img-wrap-2 {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px #EBEEF3;
  border-radius: 10px;
  padding: 20px;
  max-width: 628px;
  width: 100%;
  height: 485px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .content-img-wrap-2 {
    margin: 0 auto;
  }
}
.content-img-wrap-2 .content-img {
  height: 100%;
  width: 100%;
}
.content-img-wrap-2 .content-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.content-img-wrap-2 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-img-wrap-2 .video-btn a {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 100px;
  width: 100px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.content-img-wrap-2 .video-btn a .ripple {
  height: 100px;
  width: 100px;
}
.content-img-wrap-2 .video-btn a .ripple:before, .content-img-wrap-2 .video-btn a .ripple:after {
  height: 100px;
  width: 100px;
}

.content-info-2 {
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .content-info-2 {
    padding-left: 0;
    margin-top: 40px;
  }
}
.content-info-2 .content-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.content-info-2 .content-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.content-info-2 .content-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.content-info-2 .content-list li i {
  color: var(--ed-color-theme-primary);
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Request CSS
----------------------------------------*/
.request-section {
  background-color: #191A1F;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.request-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  height: 513px;
  max-width: 845px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1700px) {
  .request-section .bg-img {
    max-width: 700px;
  }
}
@media (max-width: 1600px) {
  .request-section .bg-img {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .request-section .bg-img {
    display: none;
  }
}
.request-section .bg-img:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  height: 220px;
  width: 100px;
  position: absolute;
  bottom: 100px;
  right: -20px;
  opacity: 0.06;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-radius: 15px;
}
.request-section .shape {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: -1;
}

.request-content p {
  color: #9FA0A0;
  max-width: 650px;
  width: 100%;
}
.request-content .request-form-wrapper {
  max-width: 650px;
  width: 100%;
  margin-bottom: 30px;
}
.request-content .request-form-wrapper .form-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 1200px) {
  .request-content .request-form-wrapper .form-items {
    justify-content: start;
  }
}
.request-content .request-form-wrapper .form-items .form-item {
  max-width: 300px;
  width: 100%;
}
.request-content .request-form-wrapper .form-items .form-item .form-control {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid #3D3E44;
  border-radius: 100px;
  color: var(--ed-color-common-white);
  padding: 14px 30px;
}
.request-content .request-form-wrapper .form-items .form-item .form-control::-webkit-input-placeholder {
  color: var(--ed-color-common-white);
}
.request-content .request-form-wrapper .form-items .form-item .form-control:-moz-placeholder {
  color: var(--ed-color-common-white);
}
.request-content .request-form-wrapper .form-items .form-item .form-control::-moz-placeholder {
  color: var(--ed-color-common-white);
}
.request-content .request-form-wrapper .form-items .form-item .form-control:-ms-input-placeholder {
  color: var(--ed-color-common-white);
}

/* !END: Request CSS */
/**----------------------------------------
START: Feature CSS
----------------------------------------*/
.feature-wrap {
  background-color: var(--ed-color-bg-2);
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
}

.feature-item {
  background-color: #1F2026;
  padding: 30px 20px;
  border: 1px solid #24252B;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item .icon {
  background-color: var(--ed-color-bg-2);
  height: 91px;
  width: 91px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2E2F36;
}
.feature-item .title {
  font-size: 20px;
  color: var(--ed-color-common-white);
  margin: 25px 0 25px 0;
}
.feature-item .feature-btn {
  color: var(--ed-color-common-white);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ed-color-common-white);
  border-radius: 50%;
  margin: 0 auto;
}
.feature-item .feature-btn:hover {
  background-color: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
}
.feature-item:hover {
  transform: translateY(-10px);
}

.feature-card {
  background-color: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  box-shadow: 0px 13px 58px 4px rgba(25, 30, 29, 0.07);
  border-radius: 10px;
  padding: 60px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .feature-card {
    padding: 40px 20px;
  }
}
.feature-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 35px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
}
.feature-card .content p {
  margin: 20px 0 30px 0;
}
.feature-card .content .ed-primary-btn {
  background-color: transparent;
  color: var(--ed-color-text-body);
  border: 1px solid #E0E5EB;
}
.feature-card .content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.feature-card .content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.feature-card:hover {
  transform: translateY(-10px);
}

.event-item {
  border-radius: 15px;
  overflow: hidden;
}
.event-item .event-thumb {
  height: 276px;
  position: relative;
  overflow: hidden;
}
.event-item .event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item .event-thumb .date-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.event-item .event-thumb .date-wrap .date {
  background-color: var(--ed-color-theme-primary);
  font-size: 35px;
  color: var(--ed-color-common-white);
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 25px;
  border-radius: 15px 0 15px 0;
}
.event-item .event-thumb .date-wrap .date span {
  display: block;
  font-size: 16px;
}
.event-item .event-content {
  background-color: #F2F4F7;
  padding: 30px;
}
.event-item .event-content .time {
  background-color: rgba(7, 166, 152, 0.1);
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.event-item .event-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.event-item .event-content .location {
  margin-bottom: 30px;
}
.event-item .event-content .location span {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
}
.event-item .event-content .location span i {
  color: var(--ed-color-theme-primary);
}
.event-item .event-content .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-text-body);
  border: 1px solid #E0E5EB;
}
.event-item .event-content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.event-item .event-content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.event-item:hover .event-thumb img {
  transform: scale(1.03);
}

.feature-section-5 {
  background-color: #F0F4F5;
}

.feature-card-2 .icon {
  background-color: #F2F4F7;
}

/* !END: Feature CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.cta-section {
  background-color: #161E27;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .cta-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section {
    padding: 70px 0;
  }
}
.cta-section .cta-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .cta-section .cta-bg-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section .cta-bg-img {
    display: none;
  }
}
.cta-section .cta-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0);
}
@media (max-width: 1200px) {
  .cta-section .cta-bg-img img {
    object-fit: cover;
  }
}
.cta-section .cta-bg-img:before {
  background: linear-gradient(90deg, #161E27 14.89%, rgba(22, 30, 39, 0.2) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-section .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 70px;
  z-index: -1;
}
.cta-section .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cta-section .shapes .shape-2 {
    display: none;
  }
}

.cta-content {
  max-width: 871px;
  width: 100%;
}
.cta-content .title {
  color: var(--ed-color-common-white);
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .cta-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content .title {
    font-size: 30px;
  }
}
.cta-content p {
  color: var(--ed-color-common-white);
  margin: 25px 0 35px 0;
}
.cta-content .cta-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.cta-content .cta-btn-wrap .cta-btn-2 {
  background-color: transparent;
  border: 1px solid var(--ed-color-common-white);
}
.cta-content .cta-btn-wrap .cta-btn-2:before {
  background-color: var(--ed-color-theme-primary);
}
.cta-content .cta-btn-wrap .cta-btn-2:hover {
  border: 1px solid var(--ed-color-theme-primary);
}

.cta-section-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cta-section-3 .overlay {
  background: rgba(6, 11, 15, 0.75);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-content-3 {
  width: 100%;
  max-width: 100%;
}
.cta-content-3 .section-heading .section-title {
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  .cta-content-3 .section-heading .section-title {
    font-size: 32px;
  }
}
.cta-content-3 .cta-btn-wrap {
  justify-content: center;
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.testimonial-section {
  background-color: #07A698;
  position: relative;
  z-index: 1;
}
.testimonial-section .shapes .shape-1 {
  position: absolute;
  bottom: 0;
  left: 120px;
  z-index: -1;
}
.testimonial-section .shapes .shape-2 {
  position: absolute;
  top: 20%;
  right: 6%;
  z-index: -1;
}

.testi-item {
  background-color: var(--ed-color-common-white);
  padding: 40px;
  border-radius: 15px;
}
.testi-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.testi-item p {
  margin-bottom: 20px;
}
.testi-item .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.testi-item .testi-author .author-img {
  border-radius: 50%;
  overflow: hidden;
}
.testi-item .testi-author .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item .testi-author .name span {
  font-size: 14px;
  color: var(--ed-color-theme-primary);
  line-height: 1;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

.testimonial-section-2 {
  margin-bottom: -165px;
  position: relative;
  z-index: 2;
}

.testi-carousel {
  padding-bottom: 90px;
}
.testi-carousel .swiper-pagination {
  bottom: 0;
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 2px solid #E0E5EB;
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--ed-color-theme-primary);
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  visibility: visible;
  opacity: 1;
}

.testi-item-2 {
  background-color: var(--ed-color-common-white);
  padding: 40px 40px 30px 40px;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .testi-item-2 {
    padding: 30px 20px;
  }
}
.testi-item-2 .testi-top-content {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E5EB;
}
@media only screen and (max-width: 992px) {
  .testi-item-2 .testi-top-content {
    grid-template-columns: 1fr;
  }
}
.testi-item-2 .testi-top-content .testi-thumb {
  height: 120px;
  width: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.testi-item-2 .testi-top-content .testi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-item-2 .testi-top-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.testi-item-2 .testi-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.testi-item-2 .testi-bottom .author-info .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-item-2 .testi-bottom .author-info span {
  font-size: 16px;
  color: var(--ed-color-theme-primary);
  font-weight: 400;
}
.testi-item-2 .testi-bottom .testi-review li {
  display: inline-flex;
  color: var(--ed-color-theme-primary);
}
.testi-item-2 .testi-bottom .testi-review li.point {
  margin-left: 5px;
  color: var(--ed-color-text-body);
}

.testimonial-section-3 {
  background-color: #1A2226;
  position: relative;
  z-index: 1;
}
.testimonial-section-3 .shapes .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-section-3 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.testimonial-section-3 .shapes .shape.shape-2 {
  top: 0;
  right: 0;
}

.testi-carousel-wrap-2 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap-2 .swiper-arrow {
    display: none;
  }
}
.testi-carousel-wrap-2 .swiper-arrow .swiper-nav {
  color: var(--ed-color-common-white);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ed-color-common-white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.testi-carousel-wrap-2 .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -20px;
}

.testi-carousel-2 {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
}

.testi-item-3 {
  background-color: var(--ed-color-common-white);
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.testi-item-3:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  height: 80%;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: -1;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .testi-item-3 {
    padding: 30px 20px;
  }
}
.testi-item-3 .title {
  margin-bottom: 15px;
}
.testi-item-3 p {
  margin-bottom: 20px;
}
.testi-item-3 .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
}
.testi-item-3 .testi-author .testi-author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-item-3 .testi-author .name {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0;
}
.testi-item-3 .testi-author .name span {
  color: var(--ed-color-text-body);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Sponsor CSS
----------------------------------------*/
.sponsor-section {
  background-color: #F3F7FB;
  padding-top: 260px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.sponsor-section .bg-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -29%;
  z-index: -1;
}
.sponsor-section .bg-shape img {
  width: 100%;
  height: 100%;
}
.sponsor-section .shape-1 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sponsor-section .shape-1 {
    display: none;
  }
}
.sponsor-section .shape-2 {
  position: absolute;
  top: 30%;
  right: 0px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sponsor-section .shape-2 {
    display: none;
  }
}

.sponsor-item {
  background-color: var(--ed-color-common-white);
  padding: 0 50px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .sponsor-item {
    padding: 0 20px;
  }
}
.sponsor-item img {
  width: 100%;
  object-fit: contain;
  height: 49px;
}

/* !END: Sponsor CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.video-feature {
  background: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-feature .video-thumb {
  position: relative;
  height: 330px;
  margin-bottom: 30px;
}
.video-feature .video-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-feature .video-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-feature .video-thumb .video-btn a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 100px;
  width: 100px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.video-feature .video-thumb .video-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.video-feature .video-thumb .video-btn a .ripple {
  height: 100px;
  width: 100px;
}
.video-feature .video-thumb .video-btn a .ripple:before, .video-feature .video-thumb .video-btn a .ripple:after {
  height: 100px;
  width: 100px;
}
.video-feature .video-content .title {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .video-feature .video-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .video-feature .video-content .title {
    font-size: 22px;
  }
  .video-feature .video-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .video-feature .video-content p br {
    display: none;
  }
}
.video-feature:hover {
  box-shadow: 0px 11px 44px 4px rgba(18, 31, 49, 0.1);
}

/* !END: Video CSS */
/**----------------------------------------
START: Event CSS
----------------------------------------*/
.event-section {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
.event-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .event-section .shapes .shape {
    display: none;
  }
}
.event-section .shapes .shape.shape-1 {
  top: 60px;
  left: 40px;
}
.event-section .shapes .shape.shape-2 {
  top: 0;
  right: 15%;
}
.event-section .shapes .shape.shape-3 {
  bottom: 0;
  left: 17%;
}
.event-section .shapes .shape.shape-4 {
  top: 35%;
  right: 40px;
}

.event-card {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 192px 1fr;
  grid-gap: 30px;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .event-card {
    grid-template-columns: 1fr;
  }
}
.event-card .event-thumb {
  max-width: 192px 1fr;
  width: 100%;
  height: 211px;
}
.event-card .event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.event-card .event-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.event-card .event-content .event-list {
  margin-bottom: 20px;
}
.event-card .event-content .event-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.event-card .event-content .ed-primary-btn {
  background-color: rgba(206, 214, 229, 0.15);
  border: 1px solid #C9CFDA;
  color: var(--ed-color-heading-primary);
}
.event-card .event-content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
}
.event-card .event-content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.event-carousel {
  padding-bottom: 90px;
}
.event-carousel .swiper-pagination {
  bottom: 0;
}
.event-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 2px solid var(--ed-color-common-white);
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.event-carousel .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--ed-color-common-white);
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.event-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--ed-color-common-white);
}
.event-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  visibility: visible;
  opacity: 1;
}

.event-details-content {
  background-color: var(--ed-color-grey-1);
  padding: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .event-details-content {
    padding: 30px 20px;
  }
}
.event-details-content .event-details-img {
  height: 450px;
  margin-bottom: 30px;
}
.event-details-content .event-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.event-details-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.event-details-content .event-details-list {
  margin-bottom: 40px;
}
.event-details-content .event-details-list li {
  list-style: none;
  display: flex;
  align-items: center;
  align-items: baseline;
  column-gap: 10px;
}
.event-details-content .event-details-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.event-details-content .event-details-list li i {
  color: var(--ed-color-theme-primary);
}
.event-details-content .event-details-list li p {
  margin-bottom: 0;
}
.event-details-content .event-details-list li p span {
  color: var(--ed-color-heading-primary);
  font-weight: 500;
}
.event-details-content .event-map-wrapper {
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 40px;
}
.event-details-content .event-map-wrapper iframe {
  border-radius: 15px;
}
.event-details-content .inner-team-wrap {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .event-details-content .inner-team-wrap {
    margin-top: -20px;
  }
}
.event-details-content .inner-team-wrap .team-item-3 {
  background-color: var(--ed-color-common-white);
}
.event-details-content .inner-team-wrap .team-item-3 .team-content .social-list li:not(:last-of-type) {
  margin-right: 15px;
}
.event-details-content .inner-team-wrap .team-item-3 .team-content .social-list a {
  color: var(--ed-color-text-body);
  background-color: transparent;
  height: auto;
  width: auto;
  border: none;
}
.event-details-content .inner-team-wrap .team-item-3 .team-content .social-list a:hover {
  background-color: transparent;
}

.event-sidebar {
  background-color: var(--ed-color-grey-1);
}

/* !END: Event CSS */
.tp-event-details-countdown ul li:not(:last-of-type) {
  margin-right: 24px;
}

.tp-event-details-countdown ul li {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  height: 64px;
  width: 74px;
  stroke-width: 1px;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  border: 1px solid #00c7b6;
  fill: rgba(0, 0, 0, 0.06);
  color: #fff;
  stroke: rgba(255, 255, 255, 0.21);
  filter: drop-shadow(0px 20px 20px rgba(6, 12, 20, 0.2));
}

.tp-event-details-countdown ul li span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.tp-event-details-countdown ul li:not(:last-of-type)::after {
  position: absolute;
  top: 8px;
  content: ":";
  right: -18px;
  opacity: 0.7;
  font-size: 28px;
}

.tp-event-details-breadcrumb-subtitle {
  font-size: 14px;
  font-weight: 600;
  padding: 3px 17px;
  margin-bottom: 15px;
  border-radius: 100px;
  display: inline-block;
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: transparent;
}

.tp-event-details-breadcrumb-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #fff;
}

.tp-event-details-breadcrumb-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #07A698;
  opacity: 0.6;
}

.etn-es-events-page-container {
  padding-top: 0 !important;
}

.tp-event-details-box {
  padding: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  background-color: var(--ed-color-grey-1);
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 992px) {
  .tp-event-details-box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-event-details-box {
    margin-top: 50px;
  }
}

.tp-event-details-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.tp-event-details-list:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CED4E2;
}

.tp-event-details-list h5 {
  color: #162726;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-event-details-list h5 i {
  color: var(--ed-color-theme-primary);
  margin-right: 10px;
}

.tp-event-details-ticket {
  margin-top: 40px;
}

.tp-event-details-box .etn-calender-list a {
  transition: all 0.3s;
}

.tp-event-details-box .etn-calender-list a:hover {
  background-color: var(--ed-color-theme-primary);
}

.tp-event-details-area .etn-calender-list a:hover .calender-name {
  color: var(--ed-color-common-white);
}

.etn-calender-list a {
  border: 1px solid #dfe3eb;
}

.etn-widget.etn-event-organizers {
  margin-top: 40px;
}

h4.etn-organizer-name {
  margin-top: 15px;
}

.etn-organizer-logo {
  width: 180px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

.tp-event-details-wrapper {
  background-color: var(--ed-color-grey-1);
  padding: 30px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}

.tp-event-details-wrapper .schedule-tab-wrapper .etn-nav li a.etn-active,
.tp-event-details-wrapper .etn-speaker-item.style-3 .etn-speaker-content {
  border-bottom-color: var(--ed-color-theme-primary);
}

.tp-event-details-wrapper .schedule-tab-wrapper .etn-nav li a:after,
.tp-event-details-wrapper .etn-event-list2 .etn-event-content,
.tp-event-details-wrapper .schedule-tab-1 .etn-nav li a.etn-active:after {
  border-color: #07A698 transparent transparent transparent;
}

.tp-event-details-wrapper .schedule-tab-wrapper .etn-nav li a {
  border-bottom: 4px solid #e7e7e7;
}

.tp-event-details-wrapper .etn-schedule-wrap .etn-schedule-info .etn-schedule-time {
  background: rgba(7, 166, 152, 0.13);
  color: var(--ed-color-theme-primary);
}

.tp-event-details-wrapper .etn-schedule-wrap .etn-schedule-info .etn-schedule-location {
  font-size: 16px;
  color: var(--ed-color-text-body);
  font-weight: 400;
}

.tp-event-details-wrapper .etn-schedule-wrap .etn-schedule-info .etn-schedule-location i {
  font-size: 16px;
  color: var(--ed-color-theme-primary);
}

/**----------------------------------------
START: Popular CSS
----------------------------------------*/
.popular-course {
  margin-bottom: -161px;
}

.popular-item {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
  padding: 60px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .popular-item {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-item {
    padding: 30px 20px;
  }
}
.popular-item .men {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .popular-item .men {
    display: none;
  }
}
.popular-item .shapes .shape {
  position: absolute;
  z-index: -2;
}
.popular-item .shapes .shape.shape-1 {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .popular-item .shapes .shape.shape-1 {
    display: none;
  }
}
.popular-item .shapes .shape.shape-2 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.popular-item .shapes .shape.shape-2 img {
  width: 100%;
  height: 100%;
}
.popular-item span {
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.popular-item .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .popular-item .title {
    font-size: 22px;
  }
}

/* !END: Popular CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.insta-wrap {
  padding: 0 15px;
}

.insta-item {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.insta-item .overlay {
  background-color: var(--ed-color-theme-primary);
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insta-item .intra-thumb {
  height: 307px;
}
.insta-item .intra-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.insta-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insta-item .icon a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta-item:hover .overlay {
  height: 100%;
}
.insta-item:hover .icon {
  transform: translate(-50%, -50%) scale(1);
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.pricing__tab .nav-tabs {
  border: none;
}

.pricing__tab .nav .nav-item .nav-link {
  padding: 0;
  padding-right: 90px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ed-color-heading-primary);
  text-transform: capitalize;
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
}

.pricing__tab .nav .nav-item .nav-link:focus {
  outline: none;
}

.pricing__tab .nav .nav-item .nav-link::after {
  background-color: var(--ed-color-grey-1);
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  height: 22px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.pricing__tab .nav .nav-item .nav-link::before {
  background-color: var(--ed-color-theme-primary);
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing__tab .nav .nav-item .nav-link.active {
  color: var(--ed-color-theme-primary);
  border: none;
}

.pricing__tab .nav .nav-item .nav-link.active::before {
  right: 49px;
}

.pricing__tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.pricing__tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}

.pricing__tab .nav .nav-item:last-child .nav-link::before {
  display: none;
}

.pricing-item {
  background-color: var(--ed-color-grey-1);
  padding: 35px 30px;
  border-radius: 15px;
}
.pricing-item .pricing-top {
  background-color: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}
.pricing-item .pricing-top .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-item .pricing-top .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.pricing-item .pricing-top .price span {
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
}
.pricing-item .pricing-top p {
  margin-bottom: 0;
}
.pricing-item .pricing-list {
  list-style: none;
}
.pricing-item .pricing-list li {
  font-size: 16px;
  line-height: 1;
}
.pricing-item .pricing-list li i {
  color: var(--ed-color-theme-primary);
  margin-right: 10px;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pricing-item .pricing-list li.cross i {
  color: var(--ed-color-text-body);
}
.pricing-item .pricing-btn {
  margin-top: 30px;
}
.pricing-item .pricing-btn .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  width: 100%;
  justify-content: center;
  border: 1px solid var(--ed-color-theme-primary);
  font-weight: 600;
}
.pricing-item .pricing-btn .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.pricing-item .pricing-btn .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.pricing-item.active .pricing-top {
  background-color: var(--ed-color-theme-primary);
}
.pricing-item.active .pricing-top .title {
  color: var(--ed-color-common-white);
}
.pricing-item.active .pricing-top .price {
  color: var(--ed-color-common-white);
}
.pricing-item.active .pricing-top .price span {
  color: var(--ed-color-common-white);
}
.pricing-item.active .pricing-top p {
  color: var(--ed-color-common-white);
}
.pricing-item.active .pricing-btn .ed-primary-btn {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Shop CSS
----------------------------------------*/
.shop-top .left-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.shop-top .select-control {
  background-color: transparent;
  border: 1px solid var(--ed-color-border-1);
  padding: 14px 30px;
  padding-right: 60px;
  height: auto;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.shop-top .select-control:after {
  border: none;
  height: auto;
  width: auto;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f0d7";
  color: var(--ed-color-text-body);
  position: absolute;
  top: 63%;
  right: 20px;
  transform: translateY(-50%);
}
.shop-top .select-control .list {
  background-color: var(--ed-color-bg-1);
}
.shop-top .select-control.open:after {
  transform: translateY(-50%);
}

.shop-item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E0E5EB;
}
.shop-item .shop-thumb {
  background-color: var(--ed-color-grey-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
  border-bottom: 1px solid #E0E5EB;
}
.shop-item .shop-thumb .shop-thumb-inner {
  max-width: 124px;
  height: 188px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-item .shop-thumb .shop-thumb-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-item .shop-thumb img {
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-item .shop-thumb .sale {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  z-index: 2;
  border-radius: 100px;
  border: 1px solid #E0E5EB;
}
.shop-item .shop-thumb .shop-list {
  list-style: none;
  position: absolute;
  top: 30px;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.shop-item .shop-thumb .shop-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.shop-item .shop-thumb .shop-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.shop-item .shop-thumb .shop-list li a i {
  line-height: 1;
  display: block;
}
.shop-item .shop-thumb .shop-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.shop-item:hover .shop-thumb img {
  transform: scale(1.03);
}
.shop-item:hover .shop-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.shop-item:hover .shop-thumb .shop-list {
  right: 20px;
  visibility: visible;
  opacity: 1;
}

.shop-content {
  padding: 30px;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
@media only screen and (max-width: 767px) {
  .shop-content {
    padding: 30px 20px;
  }
}
.shop-content .category {
  font-size: 12px;
  font-weight: 400;
  color: var(--ed-color-text-body);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.shop-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.shop-content .review-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.shop-content .review-wrap .review {
  list-style: none;
}
.shop-content .review-wrap .review li {
  font-size: 14px;
  display: inline-flex;
  color: #FFC92E;
}
.shop-content .price {
  color: var(--ed-color-theme-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.shop-content .price .offer {
  margin-top: 0;
  margin-right: 10px;
  text-decoration: line-through;
  color: var(--ed-color-text-body);
}

@media only screen and (max-width: 992px) {
  .product-details-wrap {
    margin-bottom: 40px;
  }
}
.product-details-wrap .product-slider-wrap {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-slider-wrap {
    grid-template-columns: 1fr;
  }
}
.product-details-wrap .product-gallary {
  position: relative;
  margin: 0;
  height: 100%;
}
.product-details-wrap .product-gallary .sale {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}
.product-details-wrap .product-gallary .gallary-item {
  background-color: var(--ed-color-grey-1);
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary .gallary-item {
    height: 500px;
  }
}
.product-details-wrap .product-gallary .gallary-item .gallary-item-thumb {
  max-width: 307px;
  height: 466px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary .gallary-item .gallary-item-thumb {
    max-width: 250px;
    height: 400px;
    margin-top: 50px;
  }
}
.product-details-wrap .product-gallary .gallary-item .gallary-item-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-details-wrap .product-gallary .gallary-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-wrap .product-gallary-thumb {
  height: 375px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary-thumb {
    max-width: 100%;
    padding: 0 15px;
    left: 0;
  }
}
.product-details-wrap .product-gallary-thumb .thumb-item {
  height: 112px;
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEE0E3;
  cursor: pointer;
}
.product-details-wrap .product-gallary-thumb .thumb-item .thumb-item-inner {
  height: 80px;
  width: 70px;
}
.product-details-wrap .product-gallary-thumb .thumb-item .thumb-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-wrap .product-gallary-thumb .thumb-item img {
  width: auto;
  height: auto;
  object-fit: inherit;
}
.product-details-wrap .product-gallary-thumb .swiper-slide-thumb-active .thumb-item {
  border: 1px solid var(--ed-color-theme-primary);
}

.product-info {
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .product-info {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-info {
    padding-top: 40px;
  }
}
.product-info .category {
  color: var(--ed-color-theme-primary);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.product-info .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .product-info .title {
    font-size: 24px;
  }
}
.product-info .rating-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-info .rating-wrap .rating {
  display: flex;
  align-items: center;
  list-style: none;
}
.product-info .rating-wrap .rating li {
  color: #FFC92E;
}
.product-info .rating-wrap .rating li:not(:last-of-type) {
  margin-right: 2px;
}
.product-info .rating-wrap span {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.product-info .price {
  font-size: 22px;
  nav-down: 600;
  margin-bottom: 30px;
}
.product-info .price span {
  font-weight: 400;
  color: var(--ed-color-text-body);
  text-decoration: line-through;
  margin-left: 10px;
}
.product-info .product-desc-wrap {
  border-top: 1px solid var(--ed-color-border-1);
  border-bottom: 1px solid var(--ed-color-border-1);
  padding: 20px 0;
  margin-bottom: 20px;
}
.product-info .product-desc-wrap .desc {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.product-info .product-desc-wrap .view-text {
  font-size: 16px;
  color: var(--ed-color-heading-primary);
}
.product-info .product-desc-wrap .view-text i {
  margin-right: 10px;
}
.product-info .item-left-line {
  margin-bottom: 30px;
}
.product-info .item-left-line .line {
  background: #EBEBEB;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.product-info .item-left-line .line:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .details-list {
  list-style: none;
}
.product-info .details-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--ed-color-heading-primary);
}
.product-info .details-list li i {
  width: 20px;
}
.product-info .details-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-info .product-btn {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin: 30px 0;
}
.product-info .product-btn input {
  background-color: var(--ed-color-theme-primary);
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.product-info .product-btn .cart-btn-wrap-2 {
  width: 100%;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  border: 2px solid var(--ed-color-heading-primary);
  width: 100%;
  border-radius: 100px;
  padding: 15px 30px;
  text-align: center;
  justify-content: center;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn:before {
  display: none;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn:hover {
  background-color: var(--ed-color-heading-primary);
  color: var(--ed-color-common-white);
}
.product-info .shop-details-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.product-info .product-meta {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.product-info .product-meta li a {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.product-info .product-meta li a:hover {
  color: var(--ed-color-theme-primary);
}

.reviewr-wrap {
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .reviewr-wrap {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.reviewr-wrap .review-list .review-item {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 15px;
  padding: 30px;
  border: 1px solid var(--ed-color-border-1);
}
@media only screen and (max-width: 767px) {
  .reviewr-wrap .review-list .review-item {
    grid-template-columns: 1fr;
  }
}
.reviewr-wrap .review-list .review-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.reviewr-wrap .review-list .review-item img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.reviewr-wrap .review-list .review-item .content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.reviewr-wrap .review-list .review-item .content .content-top .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.reviewr-wrap .review-list .review-item .content .content-top .name span {
  color: var(--ed-color-text-body);
  font-size: 15px;
  display: block;
  margin-top: 7px;
}
.reviewr-wrap .review-list .review-item .content .content-top ul {
  list-style: none;
}
.reviewr-wrap .review-list .review-item .content .content-top ul li {
  display: inline-flex;
  color: #FFC92E;
}
.reviewr-wrap .review-list .review-item .content .content-top ul li:not(:last-of-type) {
  margin-right: 2px;
}
.reviewr-wrap .review-list .review-item .content p {
  margin-bottom: 0;
}

.review-form-wrap .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-form-wrap .publish {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.review-form-wrap .review-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.review-form-wrap .review-box span {
  color: var(--ed-color-heading-primary);
}
.review-form-wrap .review-box .review {
  list-style: none;
}
.review-form-wrap .review-box .review li {
  display: inline-flex;
  color: #FFC92E;
}
.review-form-wrap .review-box .review li:not(:last-of-type) {
  margin-right: 2px;
}
.review-form-wrap .review-form {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-top: 40px;
}
.review-form-wrap .checkbox-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.review-form-wrap .checkbox-wrap input {
  width: 15px;
  height: 15px;
  accent-color: var(--ed-color-theme-primary);
}
.review-form-wrap .checkbox-wrap label {
  color: var(--ed-color-text-body);
  cursor: pointer;
  margin-left: 10px;
}
.review-form-wrap .submit-btn .rr-primary-btn {
  padding: 15px 35px;
}

.tab-navigation {
  border-bottom: 1px solid var(--ed-color-border-1);
  padding-bottom: 30px;
}

.tab-navigation button {
  color: var(--ed-color-text-body);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0;
  margin-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-navigation button.active,
.tab-navigation button:hover {
  color: var(--ed-color-heading-primary);
}

/*** 7.2 - Tab Description ***/
.shop-tab-content .tab-pane {
  margin-top: 40px;
}
.shop-tab-content .tab-pane .desc-wrap {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 535px;
}
@media only screen and (max-width: 992px) {
  .shop-tab-content .tab-pane .desc-wrap {
    grid-template-columns: 1fr;
  }
}
.shop-tab-content .tab-pane .desc-wrap .right-content img {
  height: 220px;
  max-width: 535px;
  width: 100%;
  object-fit: cover;
}

.description-meta {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}

.description-meta li span {
  color: var(--ed-color-theme-primary);
  font-weight: 600;
  margin-right: 5px;
}

/*** 7.3 - Tab Additional Information ***/
.product-table {
  background-color: var(--ed-color-grey-1);
  margin: 0;
  margin-top: 40px;
  --bs-table-bg: transparent;
}
.product-table:not(caption) > * > * {
  border-bottom: 1px solid var(--ed-color-border-1);
}

.product-table > :not(:last-child) > :last-child > * {
  border-color: var(--ed-color-border-1);
}

.product-table tbody tr td,
.product-table thead tr th {
  text-align: center;
}

.product-table tbody tr td:not(:last-of-type),
.product-table thead tr th:not(:last-of-type) {
  border-right: 1px solid var(--ed-color-border-1);
}

.product-table tbody tr td:not(:last-of-type) {
  border-bottom: 1px solid var(--ed-color-border-1);
}

.product-table thead tr th {
  color: var(--ed-color-theme-primary);
}

.product-table tbody tr td {
  color: var(--ed-color-heading-primary);
  padding: 15px 0;
}

/*** 7.4 - Tab Review ***/
.review .comment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.review .comment-list > li {
  background: linear-gradient(90deg, rgba(105, 85, 180, 0.1) 0%, rgba(105, 85, 180, 0.3) 50%, rgba(105, 85, 180, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 30px;
  align-items: center;
  padding: 40px;
}

.review .comment-list .comment-thumb img {
  border-radius: 50%;
}

.review .comment-list .comment-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review .comment-list .comment-text h3 span {
  font-size: 14px;
  font-weight: 600;
  color: #ddd;
  display: block;
}

.review .comment-list .comment-text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .tp-shop-sidebar {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-shop-sidebar {
    margin-top: 50px;
  }
}

/* !END: Shop CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.checkout-top {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .checkout-top {
    margin-bottom: 40px;
  }
}
.checkout-top .coupon-list .verify-item .title {
  background-color: var(--ed-color-common-white);
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--ed-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-top .coupon-list .verify-item .title:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.checkout-top .coupon-list .verify-item .title button {
  font-weight: 600;
  margin: 0 5px;
  text-decoration: underline;
}
.checkout-top .coupon-list .verify-item .login-form {
  padding-top: 30px;
  display: none;
}
.checkout-top .coupon-list .verify-item .login-form .form-control {
  background-color: var(--ed-color-grey-1);
  padding: 15px 30px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: var(--ed-color-text-body);
  border-radius: 0;
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
.checkout-top .coupon-list .verify-item .login-form .form-control::-webkit-input-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control:-moz-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control::-moz-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control:-ms-input-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-top .coupon-list .verify-item .checkbox-wrap {
  max-width: 700px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .checkbox-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .checkbox-item label {
  color: var(--ed-color-text-body);
  cursor: pointer;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .forgot {
  color: var(--ed-color-common-white);
  font-weight: 600;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .forgot:hover {
  color: var(--ed-color-theme-primary);
}

.checkout-left {
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  .checkout-left {
    padding-right: 0;
  }
}
.checkout-left .form-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.checkout-form-wrap .form-group:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-form-wrap .form-item.name {
    margin-bottom: 30px;
  }
}
.checkout-form-wrap .form-item .form-title {
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout-form-wrap .form-item .form-control {
  padding: 18px 20px;
  background-color: var(--ed-color-common-white);
  border: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid var(--ed-color-border-1);
  border-radius: 6px;
}
.checkout-form-wrap .form-item .form-control::-webkit-input-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-form-wrap .form-item .form-control:-moz-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-form-wrap .form-item .form-control::-moz-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-form-wrap .form-item .form-control:-ms-input-placeholder {
  color: var(--ed-color-text-body);
}
.checkout-form-wrap .form-item .form-control.street-control {
  margin-bottom: 20px;
}
.checkout-form-wrap .form-item .form-control.nice-select {
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 18px 20px;
}
.checkout-form-wrap .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--ed-color-text-body);
  border-bottom: 1px solid var(--ed-color-text-body);
  border-right: 1px solid var(--ed-color-text-body);
  right: 25px;
}
.checkout-form-wrap .form-item .form-control.nice-select .list {
  background-color: var(--ed-color-common-white);
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--ed-color-border-1);
}
.checkout-form-wrap .form-item .form-control.nice-select .list li {
  padding-left: 20px;
}

.checkout-right {
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .checkout-right {
    margin-top: 50px;
    padding-left: 0;
  }
}
.checkout-right .form-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.order-box {
  background-color: var(--ed-color-grey-1);
  padding: 30px 40px;
  border: 1px solid var(--ed-color-border-1);
}
@media only screen and (max-width: 767px) {
  .order-box {
    padding: 30px 20px;
  }
}
.order-box .order-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.order-box .order-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ed-color-border-1);
}
@media only screen and (max-width: 767px) {
  .order-box .order-item {
    grid-template-columns: 1fr;
  }
}
.order-box .order-item .order-left .order-img {
  height: 80px;
  width: 80px;
}
.order-box .order-item .order-left .order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-box .order-item .order-left .product {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.order-box .order-item .order-left .left-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-text-body);
  line-height: 1;
}
.order-box .order-item .order-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.order-box .order-item .order-right .content .category {
  color: var(--ed-color-theme-primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.order-box .order-item .order-right .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.order-box .order-item .order-right .price {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.order-box .order-item .order-right .right-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
  line-height: 1;
}
.order-box .order-item .order-right .right-title span {
  color: var(--ed-color-text-body);
  font-weight: 400;
  margin-right: 10px;
}
.order-box .order-item .order-right .right-title.title-2 {
  color: var(--ed-color-theme-primary);
}
.order-box .order-item.item-1 {
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 767px) {
  .order-box .order-item.item-1 {
    grid-template-columns: 100px 1fr;
  }
}
.order-box .order-item.item-1 .order-right {
  justify-content: end;
}

.payment-option-wrap {
  margin-top: 40px;
}
.payment-option-wrap .payment-option .shipping-option:not(:last-of-type) {
  margin-bottom: 20px;
}
.payment-option-wrap .payment-option .shipping-option input {
  accent-color: var(--ed-color-theme-primary);
}
.payment-option-wrap .payment-option .shipping-option label {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
  margin-left: 5px;
}
.payment-option-wrap .payment-option .shipping-option .options input {
  accent-color: var(--ed-color-theme-primary);
  margin-bottom: 15px;
}
.payment-option-wrap .desc {
  margin: 20px 0;
}
.payment-option-wrap .form-check {
  margin-bottom: 40px;
}
.payment-option-wrap .form-check .form-check-input {
  border: 1px solid var(--ed-color-border-1);
  box-shadow: none;
  accent-color: var(--ed-color-theme-primary);
}
.payment-option-wrap .form-check .form-check-label {
  cursor: pointer;
}
.payment-option-wrap .order-btn {
  width: 100%;
  justify-content: center;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Cart CSS
----------------------------------------*/
.cart-top-content {
  background-color: var(--ed-color-grey-1);
  padding: 30px 40px;
  margin-bottom: 40px;
}
.cart-top-content p {
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.cart-top-content p span {
  color: var(--ed-color-theme-primary);
  font-weight: 500;
}
.cart-top-content p line {
  background-color: var(--ed-color-grey-1);
}
.cart-top-content .line {
  background-color: var(--ed-color-common-white);
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 30px;
}
.cart-top-content .line:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-table {
  background-color: var(--ed-color-grey-1);
}
@media only screen and (max-width: 992px) {
  .cart-table {
    overflow: scroll;
  }
}
@media only screen and (max-width: 992px) {
  .cart-table table {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table {
    width: 800px;
  }
}
.cart-table thead {
  border: none;
  border-bottom: 1px solid var(--ed-color-border-1);
}
.cart-table thead tr th {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-text-body);
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px 0;
}
.cart-table thead tr th.product-subtotal {
  text-align: right;
  padding-right: 30px;
}
.cart-table tbody {
  border: none;
  border-bottom: 1px solid var(--ed-color-border-1);
  padding: 30px 0;
}
.cart-table tbody tr {
  vertical-align: baseline;
}
.cart-table tbody tr td {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-heading-primary);
  font-weight: 500;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-table tbody tr td.product-remove {
  text-align: center;
  padding: 0 25px;
  color: var(--ed-color-heading-primary);
}
.cart-table tbody tr td.product-thumbnail {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-thumbnail {
    padding-right: 30px;
  }
}
.cart-table tbody tr td.product-thumbnail .category {
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.cart-table tbody tr td.product-thumbnail .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table tbody tr td.product-price {
  font-size: 16px;
  font-weight: 600;
  padding-right: 70px;
}
.cart-table tbody tr td.product-price span {
  color: var(--ed-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-price {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-price {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-quantity {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-quantity {
    padding-right: 0;
  }
}
.cart-table tbody tr td.product-quantity input {
  background-color: transparent;
  color: var(--ed-color-heading-primary);
  border-radius: 0;
  border: 1px solid var(--ed-color-border-1);
  height: 50px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0 8px;
}
.cart-table tbody tr td.product-subtotal {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-subtotal {
    padding-right: 20px;
  }
}
.cart-table.table-2 thead {
  background-color: #fff;
}

.cart-btn-wrap {
  background-color: var(--ed-color-grey-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 30px;
}
.cart-btn-wrap .left-item {
  display: grid;
  grid-template-columns: 295px 1fr;
  align-items: center;
  grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .cart-btn-wrap .left-item {
    grid-template-columns: 1fr;
  }
}
.cart-btn-wrap .left-item .form-control {
  background-color: var(--ed-color-common-white);
  box-shadow: none;
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--ed-color-text-body);
  padding: 14px 20px;
  border-radius: 0;
}
.cart-btn-wrap .left-item .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--ed-color-text-body);
}
.cart-btn-wrap .left-item .form-control:-moz-placeholder {
  font-size: 14px;
  color: var(--ed-color-text-body);
}
.cart-btn-wrap .left-item .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--ed-color-text-body);
}
.cart-btn-wrap .left-item .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: var(--ed-color-text-body);
}
.cart-btn-wrap .left-item .rr-primary-btn {
  font-size: 14px;
  padding: 17px 30px;
  border: none;
}
.cart-btn-wrap .update-btn {
  background-color: transparent;
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  padding: 17px 30px;
  border: 1px solid var(--ed-color-border-1);
  text-transform: uppercase;
}
.cart-btn-wrap .update-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.cart-btn-wrap .update-btn:hover {
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}

.cart-box-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-box-title {
    font-size: 28px;
  }
}

.checkout-wrapper {
  background-color: var(--ed-color-grey-1);
  max-width: 600px;
  width: 100%;
  border: 1px solid var(--ed-color-border-1);
  padding: 35px 0;
}
@media only screen and (max-width: 992px) {
  .checkout-wrapper {
    margin-top: 30px;
  }
}
.checkout-wrapper .checkout-item {
  display: flex;
  align-items: center;
  align-items: start;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 767px) {
  .checkout-wrapper .checkout-item {
    align-items: center;
  }
}
.checkout-wrapper .checkout-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ed-color-border-1);
}
.checkout-wrapper .checkout-item .title {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-wrapper .checkout-item span {
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.checkout-wrapper .checkout-item p {
  color: var(--ed-color-text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 0;
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option input {
  accent-color: var(--ed-color-theme-primary);
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option label {
  font-size: 16px;
  color: var(--ed-color-heading-primary);
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option:not(:last-of-type) {
  margin-bottom: 10px;
}
.checkout-wrapper .checkout-item.item-1 .title {
  color: var(--ed-color-heading-primary);
  font-weight: 600;
}

.checkout-proceed {
  margin-top: 30px;
}

/* !END: Cart CSS */
/**----------------------------------------
START: Course Category CSS
----------------------------------------*/
.course-category {
  background-color: var(--ed-color-grey-1);
}

.category-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 17px;
}
.category-items:not(:last-of-type) {
  margin-bottom: 17px;
}
.category-items .category-item:not(:last-of-type) {
  margin-right: 17px;
}
.category-items .category-item a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 7.5px 30px 7.5px 5px;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  border-radius: 100px;
  border: 1px solid #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .category-items .category-item a {
    font-size: 14px;
    padding: 7.5px 20px 7.5px 5px;
  }
}
.category-items .category-item a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.category-items .category-item a span {
  background-color: var(--ed-color-grey-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.category-items .category-item a span img {
  height: 30px;
  width: 30px;
}

/* !END: Course Category CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.footer-top {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .footer-top {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer-top {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 20px;
  }
}
.footer-top .title {
  color: var(--ed-color-common-white);
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1200px) {
  .footer-top .title {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer-top .title {
    text-align: center;
  }
}
.footer-top .footer-form-wrap .footer-form {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.footer-top .footer-form-wrap .footer-form .form-item {
  position: relative;
}
.footer-top .footer-form-wrap .footer-form .form-item .form-control {
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--ed-color-common-white);
  width: 440px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
  padding: 12px 30px;
  border-radius: 100px;
  padding-left: 55px;
}
.footer-top .footer-form-wrap .footer-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--ed-color-common-white);
}
.footer-top .footer-form-wrap .footer-form .form-item .form-control:-moz-placeholder {
  color: var(--ed-color-common-white);
}
.footer-top .footer-form-wrap .footer-form .form-item .form-control::-moz-placeholder {
  color: var(--ed-color-common-white);
}
.footer-top .footer-form-wrap .footer-form .form-item .form-control:-ms-input-placeholder {
  color: var(--ed-color-common-white);
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-form-wrap .footer-form .form-item .form-control {
    width: 100%;
  }
}
.footer-top .footer-form-wrap .footer-form .form-item .icon {
  color: var(--ed-color-common-white);
  position: absolute;
  top: 52%;
  left: 30px;
  transform: translateY(-50%);
}

.footer-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  color: var(--ed-color-common-white);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
}
.footer-widget .widget-header:before {
  background-color: var(--ed-color-common-white);
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-widget .widget-header.logo {
  margin-bottom: 0;
}
.footer-widget .widget-header.logo:before {
  display: none;
}
.footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-contact .number {
  font-size: 22px;
  font-weight: 600;
}
.footer-widget .footer-contact .number i {
  color: var(--ed-color-common-white);
  margin-right: 15px;
}
.footer-widget .footer-contact .number a {
  color: var(--ed-color-common-white);
}
.footer-widget .footer-contact .number a:hover {
  color: var(--ed-color-theme-primary);
}
.footer-widget .footer-contact .mail {
  color: var(--ed-color-common-white);
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
.footer-widget .footer-contact .mail:hover {
  color: var(--ed-color-theme-primary);
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li a {
  font-family: var(--ed-ff-body);
  color: var(--ed-color-common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: var(--ed-color-common-dark);
  padding: 15px 70px 15px 15px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .submit {
  background-color: var(--ed-color-theme-primary);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 60px;
  font-size: 18px;
}
.footer-widget .footer-social {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-widget .footer-social li a {
  color: var(--ed-color-common-white);
  font-size: 16px;
}
.footer-widget .footer-social li a:hover {
  color: var(--ed-color-theme-primary);
}
.footer-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 0px;
}
.footer-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-widget .sidebar-post img {
  height: 100%;
  object-fit: cover;
}
.footer-widget .sidebar-post .post-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.footer-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.footer-widget .sidebar-post .post-content .post-meta li {
  font-size: 14px;
  font-weight: 400;
  color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.footer-widget .sidebar-post .post-content .post-meta li i {
  color: var(--ed-color-theme-primary);
}
.footer-widget .sidebar-post .post-content .title {
  color: var(--ed-color-common-white);
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 7px;
}
.footer-widget .sidebar-post .post-content .title a {
  background: linear-gradient(var(--ed-color-common-white) 0%, var(--ed-color-common-white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widget .sidebar-post .post-content .title a:hover {
  color: var(--ed-color-common-white);
  background-size: 100% 2px;
}
.footer-widget.widget-2 {
  padding-left: 50px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.widget-2 {
    padding-left: 0;
  }
}
.footer-widget.widget-2 .footer-list li a {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .footer-widget.widget-2 .footer-list li a {
    font-size: 14px;
    padding-left: 17px;
  }
}
.footer-widget.widget-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f061";
  color: var(--ed-color-common-white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer-widget.widget-2 .footer-list li a:before {
    font-size: 10px;
  }
}
.footer-widget.widget-2 .footer-list li a:hover:before {
  color: var(--ed-color-theme-primary);
}

.copyright-area {
  border-top: 1px solid #223736;
}

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid var(--ed-color-common-dark);
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
    flex-direction: column-reverse;
    row-gap: 10px;
    padding: 40px 0;
  }
}
.copyright-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: var(--ed-ff-body);
  margin: 0;
}
.copyright-content p span {
  color: var(--ed-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}

.footer-3 {
  padding-top: 260px;
}
.footer-3 .footer-widget .footer-social li {
  display: inline-flex;
}
.footer-3 .footer-widget .footer-social li a {
  background-color: #1F3534;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-3 .footer-widget .footer-social li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.footer-3 .copyright-area {
  background-color: var(--ed-color-theme-primary);
}
.footer-3 .copyright-area .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-3 .copyright-area .copyright-content .copyright-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.footer-3 .copyright-area .copyright-content .copyright-list li {
  display: inline-flex;
}
.footer-3 .copyright-area .copyright-content .copyright-list li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-3 .copyright-area .copyright-content .copyright-list li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.footer-3 .copyright-area .copyright-content .copyright-list li a:hover {
  color: var(--ed-color-common-white);
}

/*Scrool Up*/
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}

.scroll-to-top {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--ed-color-theme-primary);
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: var(--ed-color-common-white);
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

#scrollup.show {
  opacity: 1;
}

#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

/* !END:  Footer CSS */
/*----------------------------------------*/
/*  9.4 login-register css
/*----------------------------------------*/
.tp-login-from-box {
  width: 472px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-login-from-box {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-login-from-box {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-from-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tp-login-from-heading p {
  font-size: 15px;
  font-weight: 400;
  color: #77787D;
  margin-bottom: 26px;
}
.tp-login-from-heading p a {
  font-weight: 500;
  color: var(--ed-color-theme-primary);
}
.tp-login-from-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}
.tp-login-from-subtitle {
  position: relative;
  color: #939498;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle {
    text-align: center;
  }
}
.tp-login-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::after {
    content: none;
  }
}
.tp-login-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::before {
    content: none;
  }
}
.tp-login-from-subtitle-heading {
  margin-bottom: 20px;
}
.tp-login-from-remeber {
  margin-bottom: 10px;
}
.tp-login-from-btn {
  margin-bottom: 22px;
}
.tp-login-from-btn .tp-btn-inner {
  padding: 12px 25px;
}
.tp-login-from-btn .tp-btn-inner:hover {
  background-color: var(--tp-heading-3);
}
.tp-login-from-google-btn {
  margin-bottom: 30px;
}
.tp-login-from-google-btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #E6E8F0;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-login-from-google-btn a:hover {
  color: #fff;
  border-color: var(--tp-heading-3);
  background: var(--tp-heading-3);
}
.tp-login-from-autor p {
  color: #8C8D8F;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tp-login-from-autor p span {
  color: var(--ed-color-heading-primary);
}
.tp-login-input {
  margin-bottom: 18px;
}
.tp-login-input-form input, .tp-login-input-form textarea {
  border-radius: 6px;
  padding-right: 60px;
  color: var(--ed-color-text-body);
  border: 1px solid #E6E8F0;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-login-input-form input:focus, .tp-login-input-form textarea:focus {
  border-color: var(--ed-color-theme-primary);
}
.tp-login-input label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--ed-color-heading-primary);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-remeber a {
  color: var(--ed-color-theme-primary);
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-box {
    flex-wrap: wrap;
  }
}
.tp-login-register-banner-box {
  height: 100vh;
  width: 774px;
  padding: 40px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-login-register-banner-box {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-login-register-banner-box {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-banner-box {
    width: 440px;
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-banner-box {
    width: 100%;
    height: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-login-register-banner-box {
    padding: 40px 30px;
  }
}
.tp-login-register-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-heading {
    margin-bottom: 30px;
  }
}
.tp-login-register-logo {
  margin-bottom: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-logo {
    margin-bottom: 80px;
  }
}
.tp-login-register-shape .shape-1 {
  position: absolute;
  bottom: 176px;
  left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-shape .shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-register-shape .shape-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 img {
    max-width: 100%;
  }
}
.tp-login-register-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-login-register-shape .shape-3 {
  position: absolute;
  top: 66px;
  right: 0;
}
.tp-login-register-title {
  z-index: 1;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.68px;
  color: #fff;
}

.theme-edcare.tutor-lms .tutor-login-form-wrapper,
.theme-edcare.tutor-lms #tutor-registration-form {
  padding: 0;
}
.theme-edcare.tutor-lms .tutor-login-wrap,
.theme-edcare.tutor-lms .tp-login-input-form.edcare-form-wrapper,
.theme-edcare.tutor-lms #tutor-registration-wrap {
  max-width: 580px;
  border-radius: 20px;
  padding: 45px;
  fill: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 40px 80px rgba(51, 65, 140, 0.12);
}
.theme-edcare.tutor-lms .tutor-login-wrap .tp-btn-inner,
.theme-edcare.tutor-lms .tp-login-input-form.edcare-form-wrapper .tp-btn-inner,
.theme-edcare.tutor-lms #tutor-registration-wrap .tp-btn-inner {
  font-size: 17px;
  border-radius: 6px;
  padding: 16px 66px;
  background: var(--ed-color-theme-primary);
  color: #fff;
}
.theme-edcare.tutor-lms .tutor-login-wrap .tp-btn-inner:hover,
.theme-edcare.tutor-lms .tp-login-input-form.edcare-form-wrapper .tp-btn-inner:hover,
.theme-edcare.tutor-lms #tutor-registration-wrap .tp-btn-inner:hover {
  background: var(--ed-color-theme-primary);
}
.theme-edcare.tutor-lms .tutor-disabled-wrapper .tutor-btn {
  font-size: 17px;
  border-radius: 6px;
  padding: 16px 66px;
  font-weight: 600;
  color: #fff;
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], input[type=search], textarea {
  outline: none;
  background-color: #fff;
  height: 54px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--ed-color-common-black);
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #E4E2DC;
}

.display-none {
  display: none;
}

/*----------------------------------------*/
/*  10.3 My Account css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.profile__tab .nav-tabs {
  padding: 6px;
  border: 0;
  margin: 0;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}
.profile__tab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding: 14px 30px;
  color: var(--tp-text-1);
  background-color: var(--tp-common-white);
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
}
.profile__tab .nav-tabs .nav-link span {
  margin-right: 7px;
}
.profile__tab .nav-tabs .nav-link.active {
  color: var(--tp-theme-8);
  background-color: rgba(0, 107, 97, 0.1);
}
.profile__tab .nav-tabs .nav-link.active:hover {
  background-color: rgba(0, 107, 97, 0.1);
}
.profile__tab .nav-tabs .nav-link:hover {
  color: var(--tp-theme-8);
  background-color: rgba(0, 107, 97, 0.04);
}
.profile__tab .tp-tab-menu {
  position: relative;
}
.profile__tab .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 2px;
  height: auto;
  background-color: var(--tp-theme-3);
  transition: all 0.3s;
}
[dir=rtl] .profile__tab .tp-tab-line {
  left: auto;
  right: 0;
}
.profile__tab-content {
  padding: 25px 30px 30px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}
.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.profile__input {
  margin-bottom: 25px;
  position: relative;
}
.profile__input-box h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}
.profile__input-box h4 span {
  color: var(--tp-theme-8);
}
.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}
.profile__input > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
[dir=rtl] .profile__input > span {
  left: auto;
  right: 20px;
}
.profile__input > span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.profile__input input, .profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  padding-left: 50px;
  border: 0;
  outline: 0;
  border: 1px solid #EAEAEF;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
[dir=rtl] .profile__input input, [dir=rtl] .profile__input textarea {
  padding-left: 25px;
  padding-right: 50px;
}
.profile__input input:focus, .profile__input textarea:focus {
  border-color: var(--tp-theme-8);
}
.profile__input textarea {
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
  line-height: 1.5;
}
.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #EAEAEF;
  border-radius: 0;
  line-height: 58px;
  padding-left: 27px;
}
[dir=rtl] .profile__input .nice-select {
  padding-left: 0;
  padding-right: 27px;
}
.profile__input .nice-select .current {
  color: var(--tp-common-black);
}
.profile__input .nice-select::after {
  right: 25px;
  color: var(--tp-common-black);
}
[dir=rtl] .profile__input .nice-select::after {
  left: 25px;
  right: auto;
}
.profile__input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
}
.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.profile__password input {
  padding: 0 20px;
}
.profile__password input:focus {
  border-color: var(--tp-theme-8);
}
.profile__ticket {
  border: 1px solid #EAEAEF;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}
.profile__ticket table thead tr {
  background-color: transparent;
}
.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #EAEAEF;
  box-shadow: none;
}
.profile__ticket table td {
  color: var(--tp-common-black);
}
.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #EAEAEF;
}
.profile__ticket table tbody > tr td, .profile__ticket table tbody > tr th {
  color: var(--tp-common-black);
  vertical-align: middle;
}
.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}
.profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-theme-8);
}
.profile__ticket table tbody > tr td[data-info="status done"] {
  color: #08AF5C;
}
.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: #6364DB;
}
.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: #D93D1E;
}
.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: #FFB422;
}
.profile__ticket table tbody > tr .tp-btn {
  padding: 7px 18px;
  background-color: var(--tp-grey-1);
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}
.profile__ticket table tbody > tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}
.profile__ticket .table {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .profile__ticket .table {
    width: 700px;
  }
}
.profile__ticket .table > :not(:first-child) {
  border-color: #EAEAEF;
  border-top-width: 1px;
}
.profile__ticket .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  border: 0;
  box-shadow: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}
.profile__address-header {
  gap: 20px;
  margin-bottom: 20px;
}
.profile__address-title {
  font-size: 22px;
  margin-bottom: 0px;
}
.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
  margin-right: 20px;
}
[dir=rtl] .profile__address-icon span {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}
.profile__address-icon span svg {
  width: 45px;
}
.profile__address-icon span svg path {
  fill: var(--tp-theme-8);
}
.profile__address-content p {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.profile__address-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
  margin-right: 7px;
}
[dir=rtl] .profile__address-content p span {
  margin-right: 0;
  margin-left: 7px;
}
.profile__notification-title {
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}
.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}
.profile__notification-item .form-check-label {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-left: 10px;
}
[dir=rtl] .profile__notification-item .form-check-label {
  margin-left: 0;
  margin-right: 10px;
}
.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}
.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}
.profile__btn .tp-btn {
  border-radius: 0;
  padding: 6px 35px;
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}
@media only screen and (max-width: 767px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}
.profile__main-thumb {
  position: relative;
}
.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}
[dir=rtl] .profile__main-thumb img {
  margin-right: 0;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}
.profile__main-thumb-edit input {
  display: none;
}
.profile__main-thumb-edit label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: var(--tp-common-white);
  width: 30px;
  height: 30px;
  line-height: 24px;
  border: 2px solid var(--tp-common-white);
  text-align: center;
  background-color: var(--tp-theme-8);
  border-radius: 50%;
  transition: all 0.3s;
}
[dir=rtl] .profile__main-thumb-edit label {
  right: 0;
  bottom: 0;
}
.profile__main-thumb-edit label i {
  margin-left: 2px;
}
.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
}
.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.profile__main-content p span {
  color: var(--tp-theme-8);
  font-weight: 500;
}
.profile__main-info-item {
  border: 1px solid #EAEAEF;
  text-align: center;
  padding: 27px 30px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}
.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}
.profile__main-info-icon > span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.profile__main-info-icon > span svg {
  width: 60px;
}
.profile__main-info-icon > span svg path {
  fill: var(--tp-common-black);
}
.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: 2px solid var(--tp-common-white);
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
}
.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .profile__shape {
    display: none;
  }
}
.profile__shape-1 {
  position: absolute;
  right: -10%;
  bottom: 32%;
  z-index: -1;
}
.profile__shape-2 {
  position: absolute;
  right: -19%;
  bottom: 14%;
  z-index: -1;
}
.profile__shape-3 {
  position: absolute;
  left: -12%;
  top: 12%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-3 {
    left: -4%;
  }
}
.profile__shape-4 {
  position: absolute;
  left: -7%;
  bottom: 10%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-4 {
    left: 0%;
  }
}
.profile__shape-5 {
  position: absolute;
  right: -20%;
  top: 43%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-5 {
    right: 0%;
  }
}
.profile__shape-6 {
  position: absolute;
  right: -4%;
  top: 9%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-6 {
    right: 1%;
  }
}

.tp-logout-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  padding: 6px 18px;
  border: 1px solid #ddd;
  text-align: center;
}
.tp-logout-btn:hover {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-profile-input-wrapper {
  margin-bottom: 8px;
}
.tp-profile-input-box {
  position: relative;
  margin-bottom: 34px;
}
.tp-profile-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-profile-input input::-webkit-input-placeholder {
  color: #95999D;
}
.tp-profile-input input:-moz-placeholder {
  color: #95999D;
}
.tp-profile-input input::-moz-placeholder {
  color: #95999D;
}
.tp-profile-input input:-ms-input-placeholder {
  color: #95999D;
}
.tp-profile-input input:focus {
  border: 1px solid var(--tp-theme-8);
}
.tp-profile-input textarea {
  height: 165px;
  resize: none;
}
.tp-profile-input-title label {
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-profile-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-profile-input-eye .open-eye {
  display: none;
}
.tp-profile-input-eye span {
  transition: all 0.3s;
}
.tp-profile-input-eye:hover {
  cursor: pointer;
}
.tp-profile-input-eye:hover span {
  color: var(--tp-common-black);
}

.tp-profile-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tp-profile-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.tp-profile-wrapper h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--ed-color-heading-primary);
}
.tp-profile-social {
  margin-top: 42px;
}
.tp-profile-social a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  display: inline-block;
}
.tp-profile-social a:not(:last-child) {
  margin-right: 5px;
}
.tp-profile-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.woocommerce-MyAccount-content .woosc-remove {
  color: #031f42;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s linear;
  margin-left: 5px;
}
.woocommerce-MyAccount-content .woosc-remove:hover {
  color: red;
}
.woocommerce-MyAccount-content .form-row.form-row-wide.address-field.validate-required .nice-select {
  display: none;
}
.woocommerce-MyAccount-content .form-row.form-row-wide.address-field.validate-required select {
  display: block !important;
  height: 50px;
  width: 100%;
}
.woocommerce-MyAccount-content .tp-btn.button {
  background-color: var(--tp-theme-8);
  border: none;
}
.woocommerce-MyAccount-content .tp-btn.button:hover {
  background-color: var(--tp-common-black);
}
.woocommerce-MyAccount-content .tp-btn-cart {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 26px;
  border-radius: 6px;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-theme-8);
}
.woocommerce-MyAccount-content .tp-btn-cart:hover {
  background-color: var(--tp-common-black);
}

.tp-login-form {
  margin-top: 25px;
}
.tp-login-form .tp-login-forgot a {
  color: #5169F1;
  font-size: 15px;
  font-weight: 500;
}
.tp-login-form .tp-login-btn-wrapper button.tp-login-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 24px;
  color: var(--tp-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}
.tp-login-form .tp-login-btn-wrapper button.tp-login-btn:hover {
  background-color: var(--tp-heading-3);
}
.tp-login-form .tp-login-input input:focus {
  border: 1px solid var(--tp-theme-8);
}

.tutor-lms:has(.tutor-lms-instructor-profile) .breadcrumb__area {
  display: none;
}

/*----------------------------------------*/
/*  8.5 Course css
/*----------------------------------------*/
.tp-course-item {
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 23px 15px;
  background-color: var(--ed-color-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}
.tp-course-item:hover .tp-course-btn {
  transform: translateY(-30px);
}
.tp-course-item:hover .tp-course-content {
  transform: translateY(-60px);
}
.tp-course-content {
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--ed-color-common-white);
}
.tp-course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-course-teacher > span {
  font-size: 15px;
}
.tp-course-teacher > span a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-teacher .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
  padding: 0 9px;
}
.tp-course-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.tp-course-thumb img {
  height: auto;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px !important;
  object-position: top center;
}
.tp-course-thumb.sidebar img {
  height: 100%;
}
.tp-course-tag {
  line-height: 1;
}
.tp-course-tag span {
  display: inline-block;
  border-radius: 100px;
  color: var(--ed-color-theme-primary);
  background: rgba(7, 166, 152, 0.1);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
  overflow: hidden;
}
.tp-course-tag span[data-cat-color] {
  position: relative;
  z-index: 1;
}
.tp-course-tag span[data-cat-color]::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: currentColor;
  opacity: 0.08;
}
.tp-course-meta {
  margin-bottom: 7px;
}
.tp-course-meta span {
  color: var(--ed-color-text-body);
}
.tp-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}
.tp-course-meta span span {
  color: var(--ed-color-text-body);
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.tp-course-meta span span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-course-title {
  color: var(--ed-color-heading-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 17px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-course-title a:hover {
  color: var(--ed-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-title a br {
    display: none;
  }
}
.tp-course-rating-star p {
  margin-bottom: 0;
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tp-course-rating-star p span {
  font-size: 14px;
}
.tp-course-rating-icon i, .tp-course-rating-icon span {
  font-size: 14px;
  color: #FFB21D;
  margin-right: 3px;
}
.tp-course-rating-icon .review-stars-rated {
  margin-bottom: 0;
}
.tp-course-pricing del {
  display: block;
  color: #94928E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}
.tp-course-pricing > span, .tp-course-pricing ins {
  font-size: 18px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
}
.tp-course-pricing ins {
  text-decoration: none;
}
.tp-course-pricing .price del {
  display: block;
  color: #94928E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}
.tp-course-pricing .price > span, .tp-course-pricing .price ins {
  font-size: 18px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
}
.tp-course-pricing .price ins {
  text-decoration: none;
}
.tp-course-pricing.home-2 {
  color: var(--ed-color-theme-primary);
}
.tp-course-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 34px;
  text-align: center;
  transform: translateY(50px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-btn a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tp-course-btn a:hover {
  background-color: var(--ed-color-common-black);
}
.tp-course-tab .nav-link {
  position: relative;
  color: #A0A2A4;
  font-size: 20px;
  line-height: 20px;
  padding: 11px 10px;
  margin: 0 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-tab .nav-link {
    font-size: 17px;
    padding: 10px 6px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-tab .nav-link {
    margin: 0 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-tab .nav-link {
    font-size: 16px;
  }
}
.tp-course-tab .nav-link span {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: scale(0);
}
.tp-course-tab .nav-link.active {
  color: #031F42;
}
.tp-course-tab .nav-link.active span {
  opacity: 1;
  transform: scale(1);
}

.tp-course-4-item {
  border-radius: 16px;
  padding: 20px 20px 20px 20px;
  background-color: var(--ed-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-4-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-4-item {
    margin-bottom: 30px;
  }
}
.tp-course-4-thumb {
  width: 220px;
  object-fit: cover;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-4-thumb {
    width: 100%;
  }
}
.tp-course-4-thumb img {
  height: 100% !important;
  border-radius: 10px !important;
  width: 100%;
  object-fit: cover;
}
.tp-course-4-content {
  padding: 24px 8px 24px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-4-content {
    width: 100%;
    padding: 24px 0px 24px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-4-content {
    width: 100%;
    padding: 24px 5px 24px 15px;
  }
}
.tp-course-4-content p {
  color: #5F5D59;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
.tp-course-4-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tp-course-4-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-course-4-rating {
  margin-bottom: 8px;
}
.tp-course-4-rating i {
  color: #FFA41D;
}
.tp-course-4-rating span {
  color: #6D6C68;
  font-size: 14px;
  display: inset-block;
  margin-left: 4px;
}
.tp-course-4-rating span.tutor-icon-star-line {
  color: #FFA41D;
}
.tp-course-4-rating .tutor-icon-star-bold {
  color: #FFA41D;
}
.tp-course-4-info {
  margin-bottom: 18px;
}
.tp-course-4-info-item > span {
  display: inline-block;
  margin-right: 18px;
  color: #6D6C68;
  font-size: 14px;
}
.tp-course-4-info-item > span > span {
  display: inline-block;
  margin-right: 1px;
}
.tp-course-4-info-item > span > span svg {
  transform: translateY(-1px);
}
.tp-course-4-avatar {
  border-top: 1px solid #F1EFE9;
  padding-top: 20px;
}
.tp-course-4-avatar-thumb {
  line-height: 1;
}
.tp-course-4-avatar-text {
  display: inline-block;
  margin-left: 10px;
}
.tp-course-4-avatar-text a {
  color: var(--tp-heading-primary);
  font-size: 15px;
}
.tp-course-4-avatar-text span {
  color: #6D6C68;
  font-size: 15px;
}
.tp-course-4-avatar-text span.instructor-display-name {
  color: var(--tp-heading-primary);
}
.tp-course-4-ammount {
  flex: 0 0 auto;
}
.tp-course-4-ammount span {
  color: var(--tp-heading-primary);
  font-size: 22px;
  font-weight: 500;
}

.tp-course-5-position .row .col-lg-4:nth-child(3n+2) {
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .tp-course-5-position .row .col-lg-4:nth-child(3n+2) {
    margin-top: 0;
  }
}
.tp-course-5-item {
  position: relative;
  z-index: 1;
}
.tp-course-5-item:hover .tp-course-5-hover {
  transform: rotate(-4deg);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .tp-course-5-item:hover .tp-course-5-hover {
    transform: rotate(-3deg);
  }
}
.tp-course-5-item:hover .tp-course-5-content {
  box-shadow: none;
}
.tp-course-5-hover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: var(--tp-theme-5);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}
.tp-course-5-thumb {
  position: relative;
}
.tp-course-5-thumb img {
  width: 100%;
  border-radius: 20px 20px 0px 0px !important;
  height: 250px !important;
  object-fit: cover;
  object-position: top;
}
.tp-course-5-price {
  position: absolute;
  top: 16px;
  right: 16px;
}
.tp-course-5-price > span {
  background-color: var(--tp-theme-5);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 1;
  text-align: center;
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-course-5-price > span:has(.lms-free) {
  background-color: #9CE28A;
}
.tp-course-5-price > span .price del {
  font-size: 13px;
}
.tp-course-5-price > span .price del span {
  font-size: inherit;
}
.tp-course-5-content {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #E7EBEB;
  background: var(--ed-color-common-white);
  padding: 30px 30px 35px 33px;
  box-shadow: 0px 60px 44px -50px rgba(177, 177, 177, 0.2);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-5-avatar {
  margin-bottom: 12px;
}
.tp-course-5-avatar span {
  flex: 0 0 auto;
  line-height: 1;
  margin-right: 9px;
}
.tp-course-5-avatar span img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.tp-course-5-avatar-title {
  color: var(--tp-text-body);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.tp-course-5-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}
.tp-course-5-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#161613, #161613), linear-gradient(#161613, #161613);
}
.tp-course-5-title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-course-5-btn {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

a .course-pink {
  background-color: #EEBED3;
}
a .course-lightblue {
  background-color: #7FD6C2;
}
a .course-sky {
  background-color: #AAC4FA;
}

.tp-course-details-wrapper {
  padding-right: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-wrapper {
    padding-right: 0;
  }
}
.tp-course-details-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}
.tp-course-details-heading p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-heading p {
    margin-bottom: 25px;
  }
}
.tp-course-details-thumb {
  margin-bottom: 40px;
}
.tp-course-details-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-thumb img {
    width: 100%;
  }
}
.tp-course-details-list {
  margin-bottom: 26px;
}
.tp-course-details-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-course-details-list ul li span {
  margin-right: 10px;
}
.tp-course-details-box {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-box {
    margin-top: 30px;
  }
}
.tp-course-details-box span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
  color: #3E4047;
  letter-spacing: -0.36px;
}
.tp-course-details-table {
  border-radius: 10px;
  fill: var(--ed-color-common-white);
  box-shadow: 0px 2px 3px 0px rgba(48, 54, 81, 0.1) inset;
  filter: drop-shadow(0px 2px 2px rgba(48, 54, 81, 0.08));
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-table {
    overflow-x: scroll;
  }
}
.tp-course-details-table-head {
  background: var(--tp-theme-4);
  border-radius: 10px 10px 0px 0px;
}
.tp-course-details-table ul li {
  padding: 16px 30px;
  list-style: none;
}
.tp-course-details-table ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-details-table ul li:last-child {
  padding: 26px 30px !important;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-table ul li {
    width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-social {
    margin-bottom: 30px;
  }
}
.tp-course-details-social a {
  display: inline-block;
  padding: 1px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  border-radius: 4px;
  margin-right: 4px;
  color: var(--ed-color-common-white);
  background-color: #1877F2;
}
.tp-course-details-social a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-social a.black {
  background-color: var(--tp-heading-primary);
}
.tp-course-details-social a.sky {
  background-color: #069;
}
.tp-course-table-row {
  display: flex;
  align-items: center;
}
.tp-course-table-inner {
  padding: 22px 30px !important;
  background-color: var(--ed-color-common-white);
}
.tp-course-id {
  width: 150px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-id {
    width: 130px;
  }
}
.tp-course-sub {
  width: 365px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-sub {
    width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-sub {
    width: 370px;
  }
}
.tp-course-type {
  width: 130px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-type {
    width: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-type {
    width: 150px;
  }
}
.tp-course-credits {
  width: 95px;
  flex: 0 0 auto;
  margin-left: 10px;
}

.tp-table-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--ed-color-common-white);
}
.tp-table-inner {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #3E4047;
}

.tp-course-requrement-wrapper {
  padding-right: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-requrement-wrapper {
    padding-right: 0;
  }
}
.tp-course-requrement-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-heading p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet {
  margin-bottom: 35px;
}
.tp-course-requrement-bulet-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.36px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p span {
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-course-requrement-widget-content {
  border-radius: 10px;
  padding: 36px 30px;
  background: var(--ed-color-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-content {
    padding: 35px 26px;
  }
}
.tp-course-requrement-widget-content a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-course-requrement-widget-content a:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(22, 22, 19, 0.2);
}
.tp-course-requrement-widget-content a:hover {
  color: var(--tp-red-3);
}
.tp-course-requrement-widget-btn .btn-1 {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 8px;
  background: transparent;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-requrement-widget-btn .btn-1:hover {
  color: var(--ed-color-common-white);
  background-color: var(--tp-theme-4);
}
.tp-course-requrement-widget-btn .btn-2 {
  background-color: var(--tp-theme-4);
}
.tp-course-requrement-widget-contact {
  padding: 36px 30px;
  border-radius: 10px;
  background: #164951;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-contact {
    padding: 35px 20px;
  }
}
.tp-course-requrement-widget-contact-title {
  color: #FFF7F1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}
.tp-course-requrement-widget-contact p {
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tp-course-requrement-widget-contact a {
  display: block;
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.tp-course-requrement-widget-contact a:not(:last-of-type) {
  margin-bottom: 12px;
}
.tp-course-requrement-widget-contact a span {
  margin-right: 10px;
}
.tp-course-requrement-widget-faq {
  padding: 30px 30px 0;
  border-radius: 10px;
  background: rgba(176, 165, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-faq {
    padding: 30px 20px 0;
  }
}
.tp-course-requrement-widget-faq-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  margin-bottom: 12px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-faq-title {
    font-size: 25px;
  }
}
.tp-course-requrement-widget-faq p {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-widget-faq p a {
  color: var(--tp-theme-4);
  text-decoration-line: underline;
}
.tp-course-requrement-widget-faq-thumb {
  text-align: end;
}
.tp-course-requrement-widget-faq-thumb img {
  filter: saturate(0);
}

.tp-apply-process-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 70px;
  letter-spacing: -0.88px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-process-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-process-title {
    font-size: 36px;
  }
}
.tp-apply-process-box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-process-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.tp-apply-process-box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #31312E;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-process-box p br {
    display: none;
  }
}
.tp-apply-process-box p a {
  text-decoration: underline;
  color: var(--tp-theme-4);
}
.tp-apply-process-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--tp-heading-primary);
}
.tp-apply-process-subtitle span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-4);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
  border: 2px solid #B1040E;
}
.tp-apply-requirement-bg {
  background-color: #EFEDE7;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-requirement-box {
    margin-bottom: 30px;
  }
}
.tp-apply-requirement-box .tp-apply-process-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-requirement-box .tp-apply-process-title {
    margin-bottom: 30px;
  }
}
.tp-apply-requirement-box span {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}
.tp-apply-requirement-bullet p {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-apply-requirement-bullet p span {
  position: absolute;
  top: 0;
  left: -25px;
}
.tp-apply-dedline-box {
  padding: 40px 34px;
  border-radius: 10px;
  background: var(--ed-color-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-apply-dedline-box {
    padding: 30px 20px;
  }
}
.tp-apply-dedline-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E8F0;
}
.tp-apply-dedline-wrap.b-none {
  border: none;
}
.tp-apply-dedline-wrap-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.52px;
  color: var(--tp-heading-primary);
}
.tp-apply-dedline-content span {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.44px;
  color: var(--tp-theme-4);
  text-transform: uppercase;
}
.tp-apply-dedline-content p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: var(--tp-heading-primary);
}
.tp-apply-dedline-date p {
  color: #57595F;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-apply-thumb-area {
    padding-bottom: 60px;
  }
}
.tp-apply-thumb img {
  border-radius: 10px;
  width: 100%;
}
.tp-apply-btn .tp-btn {
  border-radius: 6px;
  font-size: 16px;
  padding: 6px 22px;
  color: var(--tp-heading-primary);
  background: transparent;
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-tution-wrapper .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  fill: var(--ed-color-common-white);
  filter: drop-shadow(0px 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0px 1px 2px rgba(3, 11, 30, 0.06));
}
.tp-tution-wrapper .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 600;
  border-radius: 6px;
  padding: 24px 30px;
  letter-spacing: -0.48px;
  color: var(--tp-theme-4);
}
@media only screen and (max-width: 767px) {
  .tp-tution-wrapper .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.tp-tution-wrapper .accordion-item .accordion-button span {
  margin-right: 16px;
  display: inline-block;
  transform: translateY(-3px);
}
.tp-tution-wrapper .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.tp-tution-wrapper .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.tp-tution-wrapper .accordion-item .accordion-button::after {
  margin-top: 10px;
  background-image: url(../img/course/tution/arrow-down.png);
}
.tp-tution-wrapper .accordion-item .accordion-body {
  padding: 35px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-tution-wrapper .accordion-item .accordion-body {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-tution-table {
    overflow-x: scroll;
  }
}
.tp-tution-table-head {
  border-radius: 6px;
  background: #FFE4E6;
}
.tp-tution-table ul li {
  padding: 22px 30px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-tution-table ul li {
    width: 1000px;
  }
}
.tp-tution-table-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-primary);
}
.tp-tution-table-inner {
  border-bottom: 1px solid rgba(22, 22, 19, 0.08);
}
.tp-tution-table-inner.none {
  border: none;
}
.tp-tution-main-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}
.tp-tution-inner {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #3e3e3a;
}
.tp-tution-id {
  width: 410px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tution-id {
    width: 250px;
  }
}
.tp-tution-sub {
  width: 410px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tution-sub {
    width: 375px;
  }
}
.tp-tution-type {
  width: 80px;
  flex: 0 0 auto;
}

.tp-dates-box {
  border-radius: 6px;
  padding: 25px 30px;
  background-color: var(--ed-color-common-white);
  filter: drop-shadow(0px 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0px 1px 2px rgba(3, 11, 30, 0.06));
}
.tp-dates-table ul {
  padding: 0 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dates-table ul {
    padding: 0;
  }
}
.tp-dates-title {
  font-size: 24px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 50px;
  letter-spacing: -0.48px;
  color: var(--tp-theme-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dates-title {
    margin-bottom: 30px;
  }
}
.tp-dates-title span {
  margin-right: 16px;
  display: inline-block;
  transform: translateY(-3px);
}
.tp-dates-month {
  width: 510px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dates-month {
    width: 430px;
  }
}
.tp-dates-date {
  width: 510px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dates-date {
    width: 430px;
  }
}

.tp-course-categories-item {
  display: block;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 30px 30px 20px 30px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-categories-item:hover {
  border-color: rgba(26, 115, 232, 0.5);
}
.tp-course-categories-item p {
  font-weight: 400;
  font-size: 14px;
  color: #85878c;
  margin-bottom: 0;
}
.tp-course-categories-icon span {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  background-color: #a3d6c2;
}
.tp-course-categories-icon span.color-1 {
  background: #e4cd9f;
}
.tp-course-categories-icon span.color-2 {
  background: #e8cec3;
}
.tp-course-categories-icon span.color-3 {
  background: #e1d5f4;
}
.tp-course-categories-icon span.color-4 {
  background: #d1c5de;
}
.tp-course-categories-icon span.color-5 {
  background: #ccd9b8;
}
.tp-course-categories-icon span.color-6 {
  background: #c2dedd;
}
.tp-course-categories-icon span.color-7 {
  background: #d6c0a3;
}
.tp-course-categories-icon span.color-8 {
  background: #d6d2a3;
}
.tp-course-categories-icon span.color-9 {
  background: #a3a7d6;
}
.tp-course-categories-icon span.color-10 {
  background: #e0bfc9;
}
.tp-course-categories-icon span.color-11 {
  background: #d3d3d3;
}
.tp-course-categories-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--ed-color-heading-primary);
}
.tp-course-banner-shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: 418px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-course-banner-shape .shape-1 {
    left: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-course-banner-shape .shape-1 {
    left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-banner-shape .shape-1 {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-banner-shape .shape-1 {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-banner-shape .shape-1 {
    display: none;
  }
}
.tp-course-banner-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 108px;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.tp-course-banner-heading {
  margin-left: -25px;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-banner-heading {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-banner-heading {
    margin-left: 0;
  }
}
.tp-course-banner-heading p {
  font-size: 17px;
  font-weight: 300;
  color: #4f5158;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-banner-heading p {
    margin-bottom: 15px;
  }
}
.tp-course-banner-heading .tp-footer-inner-input input {
  height: 60px;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-course-banner-heading .tp-footer-inner-input .tp-btn-inner {
  border-radius: 100px;
}
.tp-course-banner-title {
  font-size: 54px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-banner-title {
    font-size: 42px;
  }
}
.tp-course-filter-space {
  padding-top: 150px;
  padding-bottom: 350px;
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-space {
    padding-bottom: 390px;
  }
}
.tp-course-filter-bg {
  background: linear-gradient(180deg, #d5ddff 0%, #e8d5ff 100%);
}
.tp-course-filter-top-left {
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-top-left {
    flex-wrap: wrap;
  }
}
.tp-course-filter-top-result p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  line-height: 1.3;
}
.tp-course-filter-top-tab {
  height: 44px;
  border-radius: 100px;
  padding: 5px 6px 6px 6px;
  background: rgba(10, 26, 47, 0.03);
  border: 1px solid rgba(10, 26, 47, 0.08);
}
.tp-course-filter-top-tab ul .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #43444a;
  display: block;
  width: 90px;
  padding: 3px;
}
.tp-course-filter-top-tab ul .nav-item .nav-link svg {
  margin-right: 5px;
  transform: translateY(-3px);
}
.tp-course-filter-top-tab ul .nav-item .nav-link.active {
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search {
  position: relative;
}
.tp-course-filter-top-right-search input {
  border: none;
  height: 44px;
  width: 300px;
  border-radius: 100px !important;
  padding: 0 40px 0 25px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search input::-webkit-input-placeholder {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-moz-placeholder {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input::-moz-placeholder {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-ms-input-placeholder {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.tp-course-filter-top-right-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-top-right.categories {
    margin-top: 20px;
  }
}
.tp-course-filter-btn {
  margin-left: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-filter-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tp-course-filter-btn .tp-filter-btn {
  font-size: 16px;
  font-weight: 500;
  color: #5169f1;
  padding: 9px 34px;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  transition: none;
}
.tp-course-filter-btn .tp-filter-btn svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-filter-item {
  border-radius: 14px;
  padding: 15px 15px 23px 15px;
  background-color: var(--ed-color-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-filter-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 20px 0px rgba(22, 18, 3, 0.1);
}
.tp-course-filter-item:hover .tp-course-filter-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-item {
    flex-wrap: wrap;
    gap: 17px;
  }
}
.tp-course-filter-content {
  width: 100%;
  padding: 20px 20px 0px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-filter-content {
    padding: 20px 20px 0px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 15px 0 0 0;
  }
}
.tp-course-filter-content .acadia-save-bookmark-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(14px);
}
.tp-course-filter-tag .tag-span {
  display: inline-block;
  border-radius: 3px;
  color: #17A2B8;
  background-color: rgba(23, 162, 184, 0.08);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  line-height: 1;
  margin-right: 5px;
  overflow: hidden;
}
.tp-course-filter-tag .tag-span[data-cat-color] {
  position: relative;
  z-index: 1;
}
.tp-course-filter-tag .tag-span[data-cat-color]::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: currentColor;
  opacity: 0.08;
}
.tp-course-filter-tag .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  padding: 0 9px;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
  display: inline-block;
}
.tp-course-filter-meta {
  margin-bottom: 10px;
}
.tp-course-filter-meta > span {
  font-weight: 400;
  font-size: 15px;
  padding-right: 15px;
  color: var(--tp-text-body);
  display: inline-block;
}
.tp-course-filter-meta > span:nth-child(1) {
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.tp-course-filter-meta > span:not(:first-child) {
  color: #6C7275;
}
.tp-course-filter-meta > span svg {
  margin-right: 2px;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-course-filter-meta > span img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.tp-course-filter-meta > span a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-filter-p p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-p p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-p p br {
    display: none;
  }
}
.tp-course-filter-title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--ed-color-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-filter-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-title {
    font-size: 26px;
  }
}
.tp-course-filter-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-filter-thumb {
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-thumb {
    width: 100%;
  }
}
.tp-course-filter-thumb img {
  width: 440px;
  height: 310px;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-thumb img {
    height: auto;
    width: 100%;
  }
}
.tp-course-filter-pricing del {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #94928E;
  margin-bottom: -1px;
}
.tp-course-filter-pricing > span {
  font-size: 20px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
}
.tp-course-filter-pricing > span del {
  font-size: 18px;
  font-weight: 600;
}
.tp-course-filter-pricing .price del {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #94928E;
  margin-bottom: -1px;
}
.tp-course-filter-pricing .price > span {
  font-size: 20px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
}
.tp-course-filter-btn a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  padding: 9px 40px 13px;
  color: var(--tp-grey-6);
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-filter-btn a:hover {
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-course-filter-select {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-select {
    margin-left: 0;
  }
}
.tp-course-filter-select .nice-select {
  font-size: 16px;
  height: 44px;
  width: 200px;
  line-height: 44px;
  border-radius: 100px;
  color: #65676a;
  border: 1px solid #E6E8F0;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-select .nice-select::after {
  color: #686A6D;
  right: 25px;
}
.tp-course-filter-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-filter-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-course-filter-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}
.tp-course-grid-wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-grid-wrap {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-grid-wrap {
    border-bottom: transparent;
  }
}
.tp-course-grid-box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .tp-course-grid-box {
    margin-bottom: 50px;
  }
}
.tp-course-grid-box .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  margin-right: 6px;
  padding: 6px 24px 8px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  background: var(--ed-color-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
}
.tp-course-grid-box .nav-item .nav-link.active {
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tp-course-grid-box .nav-item .nav-link:hover {
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-grid-box .nav-item .nav-link {
    margin-bottom: 10px;
  }
}
.tp-course-grid-categories {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-categories {
    flex-wrap: wrap;
  }
}
.tp-course-grid-select {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-select {
    margin-bottom: 20px;
  }
}
.tp-course-grid-select p {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #73757b;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-select p {
    display: block;
  }
}
.tp-course-grid-select .nice-select {
  width: 282px;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  color: #65676a;
  font-weight: 400;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.06);
}
.tp-course-grid-select .nice-select::after {
  right: 20px;
  color: #65676a;
}
.tp-course-grid-select .nice-select:focus {
  border-color: transparent;
}
.tp-course-grid-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
  width: 100%;
}
.tp-course-grid-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-course-grid-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-grid-select .nice-select {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-grid-select .nice-select {
    width: 215px;
  }
}
.tp-course-grid-item {
  padding: 15px;
  border-radius: 14px;
  background-color: var(--ed-color-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-grid-item {
    flex-wrap: wrap;
  }
}
.tp-course-grid-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: var(--ed-color-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-title br {
    display: none;
  }
}
.tp-course-grid-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-grid-teacher {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
  margin-top: 15px;
}
.tp-course-grid-thumb {
  border-radius: 8px;
  flex: 0 0 230px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-thumb {
    width: 100%;
    flex: 0 0 100%;
  }
}
.tp-course-grid-thumb img {
  height: 100%;
  width: 230px;
  border-radius: 8px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tp-course-grid-thumb .acadia-save-bookmark-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  backdrop-filter: blur(14px);
}
.tp-course-grid-content {
  padding: 25px 23px 0px 30px;
  width: 100%;
  flex: 0 0 calc(100% - 230px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-content {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-content {
    padding: 25px 0px 10px 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-left {
    flex-wrap: wrap;
  }
}
.tp-course-grid-sidebar-search input {
  font-size: 15px;
  width: 100%;
  height: 44px;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-grid-sidebar-search input::placeholder {
  font-size: 15px;
  color: #686A6D;
}
.tp-course-grid-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.tp-course-grid-sidebar-tab {
  margin-right: 10px;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg {
  color: #818487;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active {
  border: 1px solid #07A698;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg {
  color: #07A698;
}
.tp-course-grid-sidebar-select {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-select {
    margin-top: 20px;
  }
}
.tp-course-grid-sidebar-select .nice-select {
  height: 44px;
  line-height: 44px;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-select .nice-select p {
  color: #43444a;
}
.tp-course-grid-sidebar-select .nice-select:focus {
  border: 1px solid #e6e8f0;
}
.tp-course-list-thumb {
  width: 370px;
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-list-thumb {
    width: 100%;
    height: auto;
  }
}
.tp-course-list-thumb img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-list-thumb img {
    height: 100%;
    width: 100%;
  }
}
.tp-course-list-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--ed-color-heading-primary);
}
.tp-course-list-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-list-p {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-course-list-p p {
  font-weight: 300;
}

.tp-filter-mt {
  position: relative;
  margin-top: -300px;
}
@media only screen and (max-width: 767px) {
  .tp-filter-mt {
    margin-top: -380px;
  }
}
.tp-filter-mt-2 {
  position: relative;
  margin-top: -190px;
}
.tp-filter-dropdown-wrapper {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  padding: 40px 45px 10px;
  padding-right: 75px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  border-radius: 14px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 165px;
    padding: 20px;
  }
}
.tp-filter-dropdown-wrapper.filter-dropdown-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.tp-filter-widget-title {
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-filter-widget-content {
  margin-bottom: 30px;
}
.tp-filter-widget-radio ul li {
  list-style: none;
}
.tp-filter-widget-radio ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-filter-widget-radio ul li .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin-right: 6px;
  transform: translateY(0);
}
.tp-filter-widget-radio ul li .form-check-input[type=radio]:checked + label {
  color: #5169f1;
}
.tp-filter-widget-radio ul li .form-check-label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  cursor: pointer;
}
.tp-filter-widget-checkbox {
  max-height: 240px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.tp-filter-widget-checkbox ul li {
  list-style: none;
}
.tp-filter-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-filter-widget-checkbox ul li label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-left: 5px;
  z-index: 1;
}
.tp-filter-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}
.tp-filter-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.tp-filter-widget-checkbox ul li label:has(input:checked)::after {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
}
.tp-filter-widget-checkbox ul li label:has(input:checked)::before {
  visibility: visible;
  opacity: 1;
}

.tp-grid-widget-box {
  padding: 40px 30px;
  border-radius: 16px;
  background: #f9f9fb;
  border: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-grid-widget-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-grid-widget-box {
    padding: 20px;
  }
}
.tp-grid-widget-item:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-grid-widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--ed-color-heading-primary);
}
.tp-grid-widget-checkbox ul li {
  list-style: none;
}
.tp-grid-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-grid-widget-checkbox ul li label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-left: 5px;
  z-index: 1;
}
.tp-grid-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}
.tp-grid-widget-checkbox ul li label:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-grid-widget-btn {
    margin-bottom: 30px;
  }
}
.tp-grid-widget-btn a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 3px 65px;
  text-align: center;
  display: inline-block;
  color: var(--ed-color-theme-primary);
  border: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-grid-widget-btn a {
    padding: 5px 25px;
  }
}
.tp-grid-widget-btn a span {
  margin-right: 5px;
}
.tp-grid-widget-btn a:hover {
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-main-inner {
    padding-right: 0;
  }
}
.tp-course-details2-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-category {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-course-details2-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--ed-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-title {
    font-size: 35px;
  }
}
.tp-course-details2-author-avater {
  margin-right: 14px;
}
.tp-course-details2-author-avater img {
  width: 50px;
  height: 50px;
}
.tp-course-details2-author-designation {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-meta {
    margin-bottom: 10px;
  }
}
.tp-course-details2-meta:not(:last-child) {
  margin-right: 50px;
}
.tp-course-details2-meta-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-meta-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-details2-meta-subtitle {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.tp-course-details2-meta-subtitle.rating-color {
  color: var(--tp-common-black);
}
.tp-course-details2-meta-subtitle.rating-color span {
  color: #73757b;
}
.tp-course-details2-widget {
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--ed-color-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: -300px;
  position: sticky;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-widget {
    margin-top: 30px;
  }
}
.tp-course-details2-widget-thumb img {
  border-radius: 8px;
  width: 100%;
}
.tp-course-details2-widget-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details2-widget-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--ed-color-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.tp-course-details2-widget-content {
  padding: 30px 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-details2-widget-content {
    padding: 30px 0;
  }
}
.tp-course-details2-widget-price {
  margin-bottom: 18px;
}
.tp-course-details2-widget-price div > span, .tp-course-details2-widget-price div > ins {
  font-size: 30px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-widget-price div del {
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}
.tp-course-details2-widget-price > span:not(.acadia-course-single-widget-discount) {
  font-size: 30px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-widget-price p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details2-widget-price .share a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-course-details2-widget-btn {
  margin-bottom: 30px;
}
.tp-course-details2-widget-btn a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--ed-color-heading-primary);
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details2-widget-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-course-details2-widget-btn a:hover {
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details2-widget-btn a.active {
  border: none;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details2-widget-btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}
.tp-course-details2-widget-list h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-widget-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details2-widget-list-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}
.tp-course-details2-widget-list-item span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details2-widget-share {
  margin-bottom: 15px;
}
.tp-course-details2-widget-share .share {
  font-size: 15px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
}
.tp-course-details2-widget-share .share span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details2-widget-share .coupon {
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}
.tp-course-details2-widget-share .coupon:hover::after {
  opacity: 0;
  transform: translateY(-2px);
}
.tp-course-details2-widget-share .coupon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details2-widget-search input {
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details2-widget-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details2-widget-search button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--ed-color-common-white);
}
.tp-course-details2-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-text p br {
    display: none;
  }
}
.tp-course-details2-text ul, .tp-course-details2-text li {
  padding-left: 15px;
}
.tp-course-details2-text a {
  font-size: 16px;
  font-weight: 500;
  color: #3c66f9;
}
.tp-course-details2-text a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details2-nav {
  position: sticky;
  top: 120px;
  z-index: 6;
}
.tp-course-details2-nav nav {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-nav nav {
    padding: 12px 12px 0;
  }
}
.tp-course-details2-nav nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-nav nav ul li {
    margin-bottom: 12px;
  }
}
.tp-course-details2-nav nav ul li.current a {
  font-weight: 600;
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #07A698, 0 1px 2px 0 rgba(9, 32, 151, 0.25);
}
.tp-course-details2-nav nav ul li.current a:hover {
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
}
.tp-course-details2-nav nav ul li a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 49px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details2-nav nav ul li a {
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-nav nav ul li a {
    padding: 10px 20px;
  }
}
.tp-course-details2-nav nav ul li a:hover {
  color: var(--ed-color-theme-primary);
  border-color: rgb(245, 246, 255);
  background-color: rgb(245, 246, 255);
}
.tp-course-details2-content {
  padding-top: 60px;
}
.tp-course-details2-content #reviews {
  padding-top: 95px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-content #reviews {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.tp-course-details2-list ul {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-course-details2-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
  width: 50%;
  float: left;
  margin-bottom: 13px;
  position: relative;
  padding-left: 11px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-list ul li {
    width: 100%;
  }
}
.tp-course-details2-list ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}
.tp-course-details2-list p {
  font-size: 17px;
}
.tp-course-details2-faq .accordion-item {
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details2-faq .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.tp-course-details2-faq .accordion-button {
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-faq .accordion-button {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details2-faq .accordion-button .span {
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-faq .accordion-button .lesson {
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}
.tp-course-details2-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #e6e8f0;
  background-color: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-faq .accordion-button:not(.collapsed) {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details2-faq .accordion-button:not(.collapsed) .span {
  color: var(--ed-color-theme-primary);
}
.tp-course-details2-faq .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--ed-color-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details2-faq .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details2-faq .accordion-button:focus {
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details2-faq .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-faq .accordion-button .accordion-btn {
    left: 15px;
  }
}
.tp-course-details2-faq .accordion-button .accordion-btn::after, .tp-course-details2-faq .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #031f42;
}
.tp-course-details2-faq .accordion-button .accordion-btn::before {
  background-color: #031f42;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details2-faq .accordion-button::after {
  content: none;
}
.tp-course-details2-faq .accordion-body {
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-faq .accordion-body {
    padding: 15px 15px;
  }
}
.tp-course-details2-faq-item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5fa;
}
.tp-course-details2-faq-item .left span {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details2-faq-item .left span i {
  font-size: 16px;
  font-style: normal;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-faq-item .left span svg {
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-course-details2-faq-item .right span {
  font-size: 14px;
  font-weight: 400;
  color: #697089;
}
.tp-course-details2-faq-item .right span a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  background: rgba(81, 105, 241, 0.1);
  color: var(--ed-color-theme-primary);
}
.tp-course-details2-faq-item .right span a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-instructor {
    flex-wrap: wrap;
  }
}
.tp-course-details2-instructor h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.tp-course-details2-instructor .pre {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
.tp-course-details2-instructor-sub {
  margin-bottom: 10px;
}
.tp-course-details2-instructor-sub span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details2-instructor-sub span svg {
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-course-details2-instructor-sub span:not(:last-of-type) {
  margin-right: 15px;
}
.tp-course-details2-instructor-text {
  margin-bottom: 25px;
}
.tp-course-details2-instructor-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-instructor-text p br {
    display: none;
  }
}
.tp-course-details2-instructor-social a, .tp-course-details2-instructor-social button {
  display: inline-block;
  padding: 0;
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
  color: var(--ed-color-text-body);
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details2-instructor-social a:hover, .tp-course-details2-instructor-social button:hover {
  background: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-instructor-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-course-details2-review-rating {
  margin-bottom: 60px;
}
.tp-course-details2-review-rating-info {
  border-radius: 6px;
  padding: 31px;
  border: 1px solid #e6e8f0;
  background-color: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-review-rating-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details2-review-rating-info {
    padding: 25px;
  }
}
.tp-course-details2-review-rating-info h5 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-review-rating-info p {
  font-size: 15px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details2-review-rating-info .rating-icons .tutor-ratings {
  justify-content: center;
}
.tp-course-details2-review-rating-info .rating-icons .tutor-ratings > * {
  margin: 0;
  margin-right: 3px;
}
.tp-course-details2-review-rating-info .rating-icons .tutor-ratings span {
  font-size: 13px;
  color: #FFB21D;
}
.tp-course-details2-review-details {
  padding: 22px 30px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details2-review-item {
  margin-bottom: 5px;
}
.tp-course-details2-review-progress {
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #F4F4F4;
  width: calc(100% - 40px - 60px);
}
.tp-course-details2-review-progress .single-progress {
  height: 100%;
  background-color: #FFB21D;
}
.tp-course-details2-review-text {
  font-size: 15px;
  font-weight: 400;
  color: #a0a2a4;
}
.tp-course-details2-review-percent {
  width: 40px;
  text-align: right;
}
.tp-course-details2-review-percent h5 {
  font-size: 14px;
  font-weight: 400;
  color: #55585b;
}
.tp-course-details2-review-thumb {
  margin-right: 20px;
}
.tp-course-details2-review-item-reply {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-review-item-reply p br {
    display: none;
  }
}
.tp-course-details2-review-top {
  margin-bottom: 15px;
}
.tp-course-details2-review-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details2-review-star {
  display: inline-block;
}
.tp-course-details2-review-star .span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}
.tp-course-details2-review-star .tutor-ratings-stars > * {
  margin: 0;
  margin-right: 3px;
  font-size: 12px;
  color: #FFB21D;
}
.tp-course-details2-review-react a {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}
.tp-course-details2-review-react .react {
  position: relative;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details2-review-react .react::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #e6e8f0;
}
.tp-course-details2-review-react .react span:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
}
.tp-course-details2-review-reply-wrap {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details2-review-reply-wrap {
    margin-bottom: 50px;
  }
}
.tp-course-details2-review-reply-btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details2-review-reply-btn a:hover {
  color: var(--ed-color-theme-primary);
  background: rgba(85, 109, 245, 0.14);
}
.tp-course-details2-comment-star img {
  margin-bottom: 25px;
}
.tp-course-details2-related-border {
  border-top: 1px solid #d8dce8;
}
.tp-course-details2-related-heading {
  margin-bottom: 40px;
}
.tp-course-details2-related-heading p {
  font-weight: 300;
  font-size: 20px;
  color: #57595f;
}
.tp-course-details2-related-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}

.tp-course-details3-main {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details3-main {
    padding-top: 30px;
  }
}
.tp-course-details3-main .tp-course-details2-nav nav ul li a {
  padding: 10px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details3-main .tp-course-details2-nav nav ul li a {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details3-main .tp-course-details2-nav nav ul li a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details3-main .tp-course-details2-nav nav ul li a {
    padding: 8px 20px;
  }
}
.tp-course-details3-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--ed-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details3-title br {
    display: none;
  }
}
.tp-course-details3-meta-wrapper {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details3-meta-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details3-meta-wrapper {
    margin-bottom: 30px;
  }
}
.tp-course-details3-meta-wrapper .tp-course-details2-author-designation {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-title {
  color: var(--ed-color-common-white);
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-title a {
  background-image: radial-gradient(currentColor, currentColor), radial-gradient(currentColor, currentColor);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 91%;
  background-repeat: no-repeat;
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-title a:hover {
  color: currentColor;
  background-size: 0 1px, 100% 1px;
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-subtitle.has-rating {
  color: #fff;
}
.tp-course-details3-meta-wrapper .tp-course-details2-meta-subtitle.has-rating span {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details3-widget {
  position: sticky;
  top: 120px;
  padding: 30px;
  margin-right: 25px;
  border-radius: 20px;
  background-color: var(--ed-color-common-white);
  box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details3-widget {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tp-course-details3-widget-content {
  padding: 25px 0 0 0;
}
.tp-course-details3-widget .tp-course-details-2-widget-thumb img, .tp-course-details3-widget .tutor-course-thumbnail img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.tp-course-details3-list {
  margin-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details3-list {
    padding-bottom: 0;
  }
}
.tp-course-details3-list-item {
  padding-right: 80px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details3-list-item {
    padding-right: 0;
    border-bottom: 1px solid rgb(87, 89, 95);
  }
}
.tp-course-details3-list-item > span:first-child {
  font-weight: 500;
}
.tp-course-details3-list-item span {
  font-size: 20px;
  color: var(--ed-color-common-white);
}
.tp-course-details3-list-item span.width {
  font-weight: 400;
}
.tp-course-details3-list-item span span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details3-list-item span {
    color: var(--tp-heading-primary);
  }
}

.tutor-course-filter-container,
.tutor-course-filter-backdrop {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .tutor-course-filter-container {
    right: 0;
    transform: translateX(calc(100% + 20px));
  }
}
@media (max-width: 350px) {
  .tutor-course-filter-container {
    width: 100%;
    padding: 32px 15px;
  }
}
@media (max-width: 991.98px) {
  body.tutor-course-filter-open .tutor-course-filter-container {
    transform: translateX(0%);
  }
}
.acadia-archive-filter-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 34px;
  border-radius: 100px;
  color: #65676a;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.acadia-archive-filter-btn svg {
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.acadia-archive-filter-btn:hover {
  color: var(--ed-color-theme-primary);
}

.acadia-filter-with-cat-btn ul li {
  margin-right: 6px;
}
.acadia-filter-with-cat-btn ul li label {
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  padding: 6px 24px 8px;
  display: inline-block;
  transition: all 0.3s 0s ease-in-out;
  color: var(--tp-grey-6);
  background: var(--ed-color-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
}
.acadia-filter-with-cat-btn ul li label input {
  display: none;
}
.acadia-filter-with-cat-btn ul li label:has(input:checked), .acadia-filter-with-cat-btn ul li label:hover {
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.acadia-course-sinlge-show-more-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
}
.acadia-course-sinlge-show-more-btn span svg {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.acadia-course-sinlge-show-more-btn span svg path:first-child {
  display: none;
}
.acadia-course-sinlge-show-more-btn:hover, .acadia-course-sinlge-show-more-btn:focus, .acadia-course-sinlge-show-more-btn:active {
  color: var(--ed-color-theme-primary);
}

.tutor-toggle-more-collapsed + .acadia-course-sinlge-show-more-btn span svg path:first-child {
  display: block;
}

.acadia-course-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  border-radius: 6px;
  padding: 11px 20px;
  text-align: center;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.acadia-course-btn i {
  margin-right: 3px;
}
.acadia-course-btn:hover {
  background-color: #031f42;
  color: var(--ed-color-common-white);
}

.acadia-course-btn-outline {
  padding: 10px 20px;
  color: var(--ed-color-heading-primary);
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.acadia-course-review-stars .tutor-ratings-stars {
  display: flex;
}
.acadia-course-review-stars .tutor-ratings-stars > * {
  margin: 0;
  margin-right: 3px;
}
.acadia-course-review-stars .tutor-ratings-stars i {
  font-size: 16px;
  color: #FFB21D;
}

.acadia-course-single-sidebar-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--ed-color-heading-primary);
}

.tutor-progress-circle {
  background: conic-gradient(#1A73E8 var(--pro), 0, rgba(26, 115, 232, 0.15) 100%);
}

.tutor-progress-circle::before {
  inset: initial;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
}

.tutor-progress-value {
  background: #1A73E8;
}

.acadia-course-single-widget-discount {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}

.acadia-course-entry-box.style-2 .enrolment-expire-info {
  justify-content: center;
}

.enrolment-expire-info {
  justify-content: center;
}

.tutor-ratings-stars {
  color: #FF9E4E;
  font-size: 14px;
  margin: 0;
}

.tutor-ratings-stars > * {
  margin-right: 2px;
}

.acadia-form-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.tutor-login-wrap {
  margin: 80px auto;
}

.acadia-save-bookmark-btn {
  background-color: #ececec;
  color: #1A73E8;
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.acadia-save-bookmark-btn:hover {
  background-color: #1A73E8;
  color: #fff;
}

.alert a {
  font-weight: 600;
  text-decoration: underline;
}

.tp-course-4-item {
  transition: all 0.3s 0s ease-out;
}
.tp-course-4-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(10, 29, 58, 0.1);
}

.tp-event-4-people img {
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  object-fit: cover;
}

.tp-course-5-position .row .col:nth-child(3n+2) {
  margin-top: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-5-position .row .col:nth-child(3n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tutor-pagination-wrapper-replaceable.tab-content .col {
    flex: 1 0 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tutor-pagination-wrapper-replaceable.tab-content .col {
    flex: 1 0 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-main-inner {
    padding-right: 0;
  }
}
.tp-course-details-2-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-category {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background: #c354f6;
  color: var(--ed-color-common-white);
}
.tp-course-details-2-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-author-avater {
  margin-right: 14px;
}
.tp-course-details-2-author-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tp-course-details-2-author-designation {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-meta {
    margin-bottom: 10px;
  }
}
.tp-course-details-2-meta:not(:first-of-type) {
  margin-left: 50px;
}
.tp-course-details-2-meta-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-meta-subtitle {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.tp-course-details-2-widget {
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--ed-color-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: -300px;
  position: sticky;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-widget {
    margin-top: 30px;
  }
}
.tp-course-details-2-widget-thumb img {
  border-radius: 8px;
  width: 100%;
}
.tp-course-details-2-widget-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details-2-widget-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--ed-color-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.tp-course-details-2-widget-content {
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-details-2-widget-content {
    padding: 30px 0;
  }
}
.tp-course-details-2-widget-price {
  margin-bottom: 18px;
}
.tp-course-details-2-widget-price span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-widget-price del {
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}
.tp-course-details-2-widget-price p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details-2-widget-price .price {
  display: flex;
  align-items: center;
}
.tp-course-details-2-widget-price .share button span {
  margin: 0;
  line-height: 32px;
}
.tp-course-details-2-widget-btn {
  margin-bottom: 30px;
}
.tp-course-details-2-widget-btn a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--ed-color-heading-primary);
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-course-details-2-widget-btn a:hover {
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-widget-btn a.active {
  border: none;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-widget-btn a.active:hover {
  background: #425EFF;
  color: var(--ed-color-common-white);
}
.tp-course-details-2-widget-btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}
.tp-course-details-2-widget-list h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-widget-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details-2-widget-list-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}
.tp-course-details-2-widget-list-item span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-list-item span i {
  margin-right: 5px;
  font-size: 17px;
}
.tp-course-details-2-widget-share {
  margin-bottom: 15px;
}
.tp-course-details-2-widget-share .share {
  font-size: 15px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-widget-share .share span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-share .coupon {
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}
.tp-course-details-2-widget-share .coupon:hover::after {
  opacity: 0;
  transform: translateY(-2px);
}
.tp-course-details-2-widget-share .coupon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-widget-search input {
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details-2-widget-search button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--ed-color-common-white);
}
.tp-course-details-2-widget-search button:hover {
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-text p br {
    display: none;
  }
}
.tp-course-details-2-text a {
  font-size: 16px;
  font-weight: 500;
  color: #3c66f9;
  display: inline-block;
  cursor: pointer;
}
.tp-course-details-2-text a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-2-text .content {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.3s ease;
}
.tp-course-details-2-text .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(359deg, #FFF 37.73%, rgba(255, 255, 255, 0) 99.32%);
}
.tp-course-details-2-text .content.show {
  max-height: 500px;
}
.tp-course-details-2-text .show-more-button svg {
  margin-right: 5px;
}
.tp-course-details-2-nav {
  position: sticky;
  top: 120px;
  z-index: 3;
}
.tp-course-details-2-nav nav {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav {
    padding: 12px 12px 0;
  }
}
.tp-course-details-2-nav nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li {
    margin-bottom: 12px;
  }
}
.tp-course-details-2-nav nav ul li.current a {
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
}
.tp-course-details-2-nav nav ul li.current a:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--ed-color-common-white);
}
.tp-course-details-2-nav nav ul li a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 49px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 10px 20px;
  }
}
.tp-course-details-2-nav nav ul li a:hover {
  color: var(--ed-color-theme-primary);
  border-color: rgb(245, 246, 255);
  background-color: rgb(245, 246, 255);
}
.tp-course-details-2-content {
  padding-top: 60px;
}
.tp-course-details-2-content #reviews {
  padding-top: 95px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-content #reviews {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.tp-course-details-2-list ul {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-course-details-2-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-list ul li {
    width: 100%;
  }
}
.tp-course-details-2-list p {
  font-size: 17px;
}
.tp-course-details-2-faq .accordion-item {
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.tp-course-details-2-faq .accordion-button {
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button .span {
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-faq .accordion-button .lesson {
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #e6e8f0;
  background-color: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button:not(.collapsed) {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .span {
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--ed-color-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-faq .accordion-button:focus {
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-faq .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button .accordion-btn {
    left: 15px;
  }
}
.tp-course-details-2-faq .accordion-button .accordion-btn::after, .tp-course-details-2-faq .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #031f42;
}
.tp-course-details-2-faq .accordion-button .accordion-btn::before {
  background-color: #031f42;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details-2-faq .accordion-button::after {
  content: none;
}
.tp-course-details-2-faq .accordion-body {
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-body {
    padding: 15px 15px;
  }
}
.tp-course-details-2-faq-item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5fa;
}
.tp-course-details-2-faq-item .left span {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details-2-faq-item .left span i {
  font-size: 16px;
  font-style: normal;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-faq-item .left span svg {
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-course-details-2-faq-item .right span {
  font-size: 14px;
  font-weight: 400;
  color: #697089;
}
.tp-course-details-2-faq-item .right span a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  background: rgba(81, 105, 241, 0.1);
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-faq-item .right span a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-instructor {
    flex-wrap: wrap;
  }
}
.tp-course-details-2-instructor h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.tp-course-details-2-instructor .pre {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
.tp-course-details-2-instructor-sub {
  margin-bottom: 10px;
}
.tp-course-details-2-instructor-sub span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-instructor-sub span svg {
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-course-details-2-instructor-sub span:not(:last-of-type) {
  margin-right: 15px;
}
.tp-course-details-2-instructor-text {
  margin-bottom: 25px;
}
.tp-course-details-2-instructor-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-text p br {
    display: none;
  }
}
.tp-course-details-2-instructor-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-instructor-social a:hover {
  background: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-course-details-2-review-rating {
  margin-bottom: 60px;
}
.tp-course-details-2-review-rating-info {
  border-radius: 6px;
  padding: 31px;
  border: 1px solid #e6e8f0;
  background-color: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    padding: 25px;
  }
}
.tp-course-details-2-review-rating-info h5 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-review-rating-info p {
  font-size: 15px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-review-details {
  padding: 22px 30px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-item {
  margin-bottom: 5px;
}
.tp-course-details-2-review-progress {
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #F4F4F4;
  width: calc(100% - 40px - 60px);
}
.tp-course-details-2-review-progress .single-progress {
  height: 100%;
  background-color: #FFB21D;
}
.tp-course-details-2-review-text {
  font-size: 15px;
  font-weight: 400;
  color: #a0a2a4;
}
.tp-course-details-2-review-percent h5 {
  font-size: 14px;
  font-weight: 400;
  color: #55585b;
}
.tp-course-details-2-review-thumb {
  margin-right: 20px;
}
.tp-course-details-2-review-item-reply {
  margin-bottom: 40px;
}
.tp-course-details-2-review-item-reply:nth-child(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.tp-course-details-2-review-item-reply p {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-item-reply p br {
    display: none;
  }
}
.tp-course-details-2-review-top {
  margin-bottom: 15px;
}
.tp-course-details-2-review-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-review-star {
  display: inline-block;
}
.tp-course-details-2-review-star .span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}
.tp-course-details-2-review-react > span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}
.tp-course-details-2-review-react .react a {
  padding: 6px 13px 8px;
  border: 1px solid #E6E8F0;
}
.tp-course-details-2-review-react .react a:first-child {
  border-radius: 6px 0 0px 6px;
}
.tp-course-details-2-review-react .react a:last-child {
  margin-left: -1px;
  border-radius: 0px 6px 6px 0px;
}
.tp-course-details-2-review-react .react a:hover {
  border-color: var(--ed-color-theme-primary);
  background: var(--ed-color-theme-primary);
}
.tp-course-details-2-review-react .react a:hover span {
  color: var(--ed-color-common-white);
}
.tp-course-details-2-review-react .react a span {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-review-reply-wrap {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-reply-wrap {
    margin-bottom: 50px;
  }
}
.tp-course-details-2-review-reply-btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-reply-btn a:hover {
  color: var(--ed-color-theme-primary);
  background: rgba(85, 109, 245, 0.14);
}
.tp-course-details-2-comment-star img {
  margin-bottom: 25px;
}
.tp-course-details-2-related-border {
  border-top: 1px solid #d8dce8;
}
.tp-course-details-2-related-heading {
  margin-bottom: 40px;
}
.tp-course-details-2-related-heading p {
  font-weight: 300;
  font-size: 20px;
  color: #57595f;
}
.tp-course-details-2-related-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}

.lp-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-breadcrumb ul li {
  display: inline;
}

.lp-breadcrumb ul li + li:before {
  padding: 0 5px;
}

.tp-course-details-2-area .course-nav-tabs,
.tp-course-details-3-main .course-nav-tabs {
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-area .course-nav-tabs li label,
.tp-course-details-3-main .course-nav-tabs li label {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 0px;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-area .course-nav-tabs li label:hover,
.tp-course-details-3-main .course-nav-tabs li label:hover {
  color: var(--tp-common-white) !important;
  background: var(--ed-color-theme-primary) !important;
}
.tp-course-details-2-area .course-nav-tabs li.active::before, .tp-course-details-2-area .course-nav-tabs li.active::after,
.tp-course-details-3-main .course-nav-tabs li.active::before,
.tp-course-details-3-main .course-nav-tabs li.active::after {
  content: none !important;
}
.tp-course-details-2-area .course-nav-tabs li.active label,
.tp-course-details-3-main .course-nav-tabs li.active label {
  color: var(--tp-common-white) !important;
  background: var(--ed-color-theme-primary) !important;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-header,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-header {
  padding: 0;
  border: none;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-header .section-title,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-header .section-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li {
  margin-bottom: 15px;
  border: 1px solid #e6e8f0;
  background: #fff;
  border-radius: 10px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li a::before,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li a::before {
  font-size: 20px;
  color: #57595f;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li a:hover .item-name,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li a:hover .item-name {
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li a .item-name,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li a .item-name {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li a .course-item-status,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li a .course-item-status {
  border: 1px solid #999;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li.status-completed .course-item-status,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li.status-completed .course-item-status {
  background: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-curriculum .section-content li.status-completed .course-item-status::before,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-curriculum .section-content li.status-completed .course-item-status::before {
  color: #fff;
  font-size: 12px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab {
  margin-top: 50px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item {
  display: flex;
  align-items: center;
  position: relative;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item::before,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item::before {
  position: absolute;
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background: var(--ed-color-theme-primary);
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item span,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab .list-group-item span {
  margin-left: 22px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab button, .tp-course-details-2-area .course-tab-panels .course-tab-panel-overview .extra-info-tab .accordion-body,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab button,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-overview .extra-info-tab .accordion-body {
  background: #F9F9FB;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author {
  border: 1px solid #e6e8f0;
  padding: 15px;
  border-radius: 5px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-display-name,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-display-name {
  font-size: 25px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author a:hover,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social {
  gap: 6px;
  margin-top: 10px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social a,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social a:hover,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-instructor .lp-course-author .instructor-social a:hover {
  background: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-faqs input:checked + .course-faqs-box .course-faqs-box__title,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-faqs input:checked + .course-faqs-box .course-faqs-box__title {
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-reviews .course-rate,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-reviews .course-rate {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 20px 20px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-reviews .course-rate__details-row-star,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-reviews .course-rate__details-row-star {
  color: #4f5158;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-reviews .course-rate__details,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-reviews .course-rate__details {
  margin-left: 0;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-reviews .course-rate__summary,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-reviews .course-rate__summary {
  border: 1px solid #e6e8f0;
  background: #fff;
  padding: 0px 30px;
}
.tp-course-details-2-area .course-tab-panels .course-tab-panel-reviews .course-review-head,
.tp-course-details-3-main .course-tab-panels .course-tab-panel-reviews .course-review-head {
  font-size: 26px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 15px;
  color: var(--ed-color-heading-primary);
}
.tp-course-details-2-area .tp-course-details-2-widget .lp-form,
.tp-course-details-3-main .tp-course-details-2-widget .lp-form {
  width: 100%;
}
.tp-course-details-2-area .tp-course-details-2-widget .lp-form .lp-button,
.tp-course-details-3-main .tp-course-details-2-widget .lp-form .lp-button {
  width: 100%;
  background: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: #fff;
  font-size: 18px;
}
.tp-course-details-2-area .tp-course-details-2-widget .lp-form .lp-button:hover,
.tp-course-details-3-main .tp-course-details-2-widget .lp-form .lp-button:hover {
  background-color: transparent;
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .tp-course-details-2-widget .lp-form .lp-enroll-notice,
.tp-course-details-3-main .tp-course-details-2-widget .lp-form .lp-enroll-notice {
  border: 1px solid var(--ed-color-theme-primary);
  padding: 0px 5px;
  background: rgba(144, 161, 255, 0.0705882353);
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-area .tp-course-details-2-widget .lp-form .lp-enroll-notice.error,
.tp-course-details-3-main .tp-course-details-2-widget .lp-form .lp-enroll-notice.error {
  border: 1px solid #E71442;
  padding: 0px 5px;
  background: rgba(255, 233, 238, 0.2196078431);
  color: #E71442;
}

.acadia-course-share a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e6e8f0;
  background: var(--ed-color-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  margin-right: 5px;
}
.acadia-course-share a:hover {
  background: var(--ed-color-theme-primary);
  border: 1px solid var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.tp-course-details-3-main {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-main {
    padding-top: 30px;
  }
}
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
  padding: 10px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 8px 20px;
  }
}
.tp-course-details-3-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--ed-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-title br {
    display: none;
  }
}
.tp-course-details-3-meta-wrapper {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 30px;
  }
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-author-designation {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-title {
  color: var(--ed-color-common-white);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-widget {
  position: sticky;
  top: 120px;
  padding: 30px;
  margin-right: 25px;
  border-radius: 20px;
  background-color: var(--ed-color-common-white);
  box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-widget {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tp-course-details-3-widget-content {
  padding: 25px 0 0 0;
}
.tp-course-details-3-list {
  margin-top: 80px;
  padding-bottom: 110px;
}
.tp-course-details-3-list.sidebar-info-2-off {
  margin-top: 0;
}
@media (max-width: 991px) {
  .tp-course-details-3-list.sidebar-info-2-off {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list {
    padding-bottom: 0;
  }
}
.tp-course-details-3-list-item {
  padding-right: 80px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list-item {
    padding-right: 0;
    border-bottom: 1px solid rgb(87, 89, 95);
  }
}
.tp-course-details-3-list-item span {
  font-size: 20px;
  font-weight: 500;
  color: var(--ed-color-common-white);
}
.tp-course-details-3-list-item span.width {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list-item span {
    color: var(--tp-heading-primary);
  }
}

.tp-course-details-2-widget-btn form {
  width: 100%;
}
.tp-course-details-2-widget-btn form .lp-button {
  width: 100%;
  background: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: #fff;
  font-size: 18px;
}
.tp-course-details-2-widget-btn form .lp-button:hover {
  background-color: transparent;
  color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tp-course-details-2-widget-btn form .lp-enroll-notice {
  border: 1px solid var(--ed-color-theme-primary);
  padding: 0px 5px;
  background: rgba(144, 161, 255, 0.0705882353);
  color: var(--ed-color-theme-primary);
}
.tp-course-details-2-widget-btn form .lp-enroll-notice.error {
  border: 1px solid #E71442;
  padding: 0px 5px;
  background: rgba(255, 233, 238, 0.2196078431);
  color: #E71442;
}

.ac-offline-course-wrap .extra-info-tab {
  margin-top: 50px;
}
.ac-offline-course-wrap .extra-info-tab .list-group-item {
  display: flex;
  align-items: center;
  position: relative;
}
.ac-offline-course-wrap .extra-info-tab .list-group-item::before {
  position: absolute;
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background: var(--ed-color-theme-primary);
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}
.ac-offline-course-wrap .extra-info-tab .list-group-item span {
  margin-left: 22px;
}
.ac-offline-course-wrap .extra-info-tab button, .ac-offline-course-wrap .extra-info-tab .accordion-body {
  background: #F9F9FB !important;
}

.tp-grid-sidebar-left input[type=checkbox] {
  height: 15px;
  width: 15px;
  appearance: none;
  border: 1px solid #DBDDE5;
}
.tp-grid-sidebar-left .form-check-input {
  box-shadow: none;
}
.tp-grid-sidebar-left span {
  margin-left: 5px;
  transform: translateY(-2px);
  display: inline-block;
}

.course-item-lp_lesson a:hover {
  color: #556DF5 !important;
}
.course-item-lp_lesson .next:hover a, .course-item-lp_lesson .prev:hover a {
  color: #556DF5 !important;
}
.course-item-lp_lesson .course-curriculum .section-header {
  padding: 0;
  border: none;
}
.course-item-lp_lesson .course-curriculum .section-header .section-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--ed-color-heading-primary);
}
.course-item-lp_lesson .course-curriculum .section-content li {
  margin-bottom: 15px;
  border: 1px solid #e6e8f0;
  background: #fff;
  border-radius: 10px;
}
.course-item-lp_lesson .course-curriculum .section-content li a::before {
  font-size: 20px;
  color: #57595f;
}
.course-item-lp_lesson .course-curriculum .section-content li a:hover .item-name {
  color: var(--ed-color-theme-primary);
}
.course-item-lp_lesson .course-curriculum .section-content li a .item-name {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.course-item-lp_lesson .course-curriculum .section-content li a .course-item-status {
  border: 1px solid #999;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.course-item-lp_lesson .course-curriculum .section-content li.status-completed .course-item-status {
  background: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.course-item-lp_lesson .course-curriculum .section-content li.status-completed .course-item-status::before {
  color: #fff;
  font-size: 12px;
}
.course-item-lp_lesson form {
  width: 100%;
}
.course-item-lp_lesson form .lp-button {
  width: 100%;
  background: var(--ed-color-theme-primary) !important;
  border-color: var(--ed-color-theme-primary) !important;
  color: #fff;
  font-size: 18px;
}
.course-item-lp_lesson form .lp-button:hover {
  background-color: transparent !important;
  color: var(--ed-color-theme-primary) !important;
}

body.ac-lp-archive-2 .breadcrumb__area, body.ac-lp-archive-3 .breadcrumb__area, body.ac-lp-archive-4 .breadcrumb__area, body.ac-lp-archive-5 .breadcrumb__area, body.ac-lp-details-1 .breadcrumb__area, body.ac-lp-details-2 .breadcrumb__area {
  display: none;
}

.tp-event-details-ticket .etn-add-calender-url {
  margin-top: 40px;
}

.tp-course-archive-top .tp-tab .nav-tabs .nav-link {
  padding: 0;
}

.tp-course-archive-top .tp-tab .nav-tabs {
  border-bottom: none;
}

.tutor-avatar-text {
  background-color: var(--ed-color-theme-primary);
}

.edcare-save-bookmark-btn {
  background-color: #ececec;
  color: var(--ed-color-theme-primary);
  width: 28px;
  height: 28px;
  font-size: 14px;
}

.edcare-save-bookmark-btn:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.tp-course-teacher span a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-heading-primary);
}

.tp-course-details2-category a:hover {
  color: var(--ed-color-common-white);
}

.tutor-accordion-item-header.is-active {
  color: var(--ed-color-theme-primary);
}

.tutor-accordion-item-header:hover {
  color: var(--ed-color-theme-primary);
}

.tutor-accordion-item-header::after {
  color: var(--ed-color-theme-primary);
}

.tutor-btn-primary {
  border-color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-theme-primary);
}

.tp-course-details2-widget-share span svg path {
  stroke: var(--ed-color-theme-primary);
}

.edcare-course-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  border-radius: 6px;
  padding: 11px 20px;
  text-align: center;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  transition: all 0.3s;
}

.edcare-course-btn:hover {
  background-color: #031f42;
  color: var(--ed-color-common-white);
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
  background: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover, .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active {
  color: var(--ed-color-theme-primary);
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title {
  color: var(--ed-color-theme-primary);
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after {
  color: var(--ed-color-theme-primary);
}

.tp-breadcrumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tp-breadcrumb__bg.details3 {
  height: 990px;
}

.tp-breadcrumb__bg.details3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(134, 56, 252, 0.9) 0%, #5838fc 100%);
}

.tp-breadcrumb__list span.white {
  color: var(--ed-color-common-white);
}

.tp-breadcrumb__list span:not(:last-child) {
  padding-right: 5px;
}

.tp-breadcrumb__list span {
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.tp-breadcrumb__list span a {
  display: inline-block;
}

.tutor-btn-primary:hover, .tutor-btn-primary:focus, .tutor-btn-primary:active {
  color: var(--ed-color-common-white);
  border-color: var(--ed-color-common-black);
  background-color: var(--ed-color-common-black);
}

/*----------------------------------------*/
/*  7.8 Dashboard Accordion
/*----------------------------------------*/
.tpd-accordion {
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-accordion {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-accordion {
    padding-bottom: 40px;
  }
}
.tpd-accordion .accordion-item {
  margin-bottom: 6px;
  border-radius: 10px !important;
}
.tpd-accordion .accordion-button {
  border-radius: 10px !important;
  background: var(--tp-common-white);
  color: var(--tp-grey-6);
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  padding: 23px 24px;
}
.tpd-accordion .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.tpd-accordion .accordion-button.collapsed {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-accordion .accordion-body {
  padding: 0 60px 20px 24px;
}
.tpd-accordion .accordion-body.course-edit {
  padding: 0 30px 20px 30px;
}
.tpd-accordion .accordion-body.course-edit .tpd-new-course-box-1 {
  padding: 0;
}

.tpd-course-enroll-list {
  border-radius: 10px;
  padding: 45px 40px 45px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-course-enroll-list {
    padding: 30px;
  }
}
.tpd-course-enroll-list .tp-dashboard-title {
  margin-bottom: 19px;
}
.tpd-course-enroll-list ul li {
  list-style: none;
  color: #57595F;
  font-size: 16px;
  line-height: 21px;
  display: flex;
}
.tpd-course-enroll-list ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.tpd-course-enroll-list ul li span {
  flex: 0 0 auto;
  margin-right: 5px;
}
.tpd-course-enroll-list.course-edit ul li {
  color: #6B7194;
}
.tpd-course-enroll-list.course-edit ul li span {
  margin-right: 12px;
  display: inline-block;
  transform: translateY(-2px);
}

.tpd-modal .modal-dialog {
  max-width: 620px;
}
.tpd-modal .modal-header {
  display: block;
  border-radius: 8px;
  background: #EBEEFF;
  margin: 12px;
  padding: 42px 20px 30px 48px;
  position: relative;
}
.tpd-modal .modal-header p {
  color: #75767C;
  font-size: 16px;
  font-weight: 400;
}
.tpd-modal-icon span {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  margin-bottom: 26px;
}
.tpd-modal-title {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 3px;
}
.tpd-modal-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tpd-modal-content {
  padding: 12px 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tpd-modal-course span {
  color: #757C8E;
  font-size: 14px;
  font-weight: 400;
}
.tpd-modal-course-title {
  color: var(--tp-grey-6);
  font-size: 18px;
  font-weight: 500;
}
.tpd-modal-info {
  margin-left: 15px;
}
.tpd-modal-info span {
  color: #757C8E;
  font-size: 14px;
  font-weight: 400;
}
.tpd-modal-date, .tpd-modal-time {
  color: #4F5158;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
.tpd-modal .modal-footer {
  justify-content: space-between;
  border: none;
  padding: 16px 50px 50px 50px;
}

.tpd-modal-announcement .modal-dialog {
  border-radius: 16px;
  max-width: 620px;
}
.tpd-modal-announcement .modal-header {
  padding: 26px 50px 14px 60px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tpd-modal-announcement .modal-header {
    padding: 25px 45px 15px 20px;
  }
}
.tpd-modal-announcement .modal-body {
  border-radius: 10px;
  background: #EFF2FA;
  margin: 0 12px;
  padding: 30px 36px 48px 36px;
}
@media only screen and (max-width: 767px) {
  .tpd-modal-announcement .modal-body {
    padding: 20px;
  }
}
.tpd-modal-announcement .modal-footer {
  justify-content: space-between;
  border: none;
  padding: 17px 45px 17px 46px;
}

/*----------------------------------------*/
/*  7.1 Dashboard Common
/*----------------------------------------*/
.tpd-color-sucess {
  color: var(--tp-dashboard-sucess);
}
.tpd-color-danger {
  color: var(--tp-dashboard-danger);
}
.tpd-common-date {
  color: #757C8E;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.tpd-common-text {
  color: var(--tp-text-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.tpd-common-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-btn-border, .tp-dashboard-course-btn a {
  color: var(--ed-color-theme-primary);
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #E6E8F0;
  text-align: center;
  background-color: var(--tp-common-white);
  display: inline-block;
  padding: 9px 19px 10px;
  line-height: 1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-btn-border:hover, .tp-dashboard-course-btn a:hover {
  color: var(--tp-common-white);
  border-color: var(--ed-color-theme-primary);
  background: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tpd-btn-border span, .tp-dashboard-course-btn a span {
  display: inline-block;
  margin-right: 4px;
}
.tpd-btn-border span svg, .tp-dashboard-course-btn a span svg {
  transform: translateY(-2px);
}

.tp-btn-enroll {
  border-radius: 6px;
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 600;
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  line-height: 1;
  display: inline-block;
  border: 2px solid var(--ed-color-theme-primary);
  padding: 10.5px 22px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-enroll:hover {
  background-color: var(--tp-common-white);
  color: var(--ed-color-theme-primary);
}
.tp-btn-add-course {
  color: #303651;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--tp-common-white);
  padding: 11.5px 21px;
  border-radius: 40px;
  border: 2px solid var(--tp-common-white);
  display: inline-block;
}
.tp-btn-add-course i {
  color: #697089;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-add-course:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}
.tp-btn-add-course:hover i {
  color: var(--tp-common-white);
}
.tp-btn-add-course.profile {
  font-size: 15px;
  font-weight: 600;
  border: none;
  color: var(--tp-common-white);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.35);
}
.tp-btn-add-course.profile span {
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 5px;
}
.tp-btn-course {
  border-radius: 6px;
  background: var(--tp-dashboard-3);
  border: 2px solid var(--tp-dashboard-3);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding: 4px 12px 5px 12px;
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #5B7D55, 0px 1px 2px 0px rgba(91, 125, 85, 0.25);
}
.tp-btn-course:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-dashboard-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-course {
    padding: 4px 8px 5px 8px;
  }
}

.tpd-btn-cancel {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(117, 124, 142, 0.2);
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-btn-cancel:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--tp-common-white);
}
.tpd-btn-delete {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #F4F5FA;
  background: #F0F1F6;
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-btn-delete:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--tp-common-white);
}
.tpd-btn-edit {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 20px;
  border-radius: 6px;
  background: var(--ed-color-theme-primary);
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-btn-edit:hover {
  box-shadow: none;
}
.tpd-btn-details {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-btn-details:hover {
  background: var(--ed-color-theme-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}

.tp-instructor-wrap {
  padding: 0 36px 0 48px;
  transform: translateY(46px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-instructor-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-instructor-wrap {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 767px) {
  .tp-instructor-info {
    flex-wrap: wrap;
  }
}
.tp-instructor-avatar {
  flex: 0 0 auto;
  margin-right: 40px;
}
.tp-instructor-avatar img {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  object-fit: cover;
  padding: 8px;
  background-color: var(--tp-common-white);
}
.tp-instructor-avatar.profile img {
  height: 130px;
  width: 130px;
}
.tp-instructor-avatar.profile span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-instructor-content {
  margin-top: 32px;
}
.tp-instructor-title {
  color: var(--tp-common-white);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}
.tp-instructor-rate .tutor-ratings-average, .tp-instructor-rate .tutor-ratings-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-instructor-rate .profile {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-instructor-rate .profile:not(:last-child) {
  margin-right: 20px;
}
.tp-instructor-rate .profile:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
.tp-instructor-rating {
  margin-right: 10px;
}
.tp-instructor-rating .tutor-ratings-stars > * {
  color: #FFAD32;
  margin: 0;
  margin-right: 3px;
}
.tp-instructor-course-btn {
  margin-top: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-instructor-course-btn {
    margin-top: 30px;
  }
}
.tp-instructor-course-btn.profile {
  margin-top: 12px;
}
.tp-instructor-profile-right-info .ratings {
  color: #fff;
}
.tp-instructor-profile-right-info .ratings .rating-total-meta {
  color: rgba(255, 255, 255, 0.7882352941);
}

.tp-fact-wrapper {
  margin-bottom: 25px;
}
.tp-fact-item {
  box-shadow: 0px 6px 6px rgba(8, 19, 34, 0.02);
  background-color: var(--tp-common-white);
  padding: 25px 30px;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-fact-item {
    margin-bottom: 30px;
  }
}
.tp-fact-item::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
}
.tp-fact-count {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}
.tp-fact-content > span {
  color: #6C7275;
  font-size: 15px;
  font-weight: 400;
}
.tp-fact-icon span {
  height: 60px;
  width: 60px;
  background-color: #F0EEFD;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  display: inline-block;
}

span.common-pale-yellow {
  background-color: #FFF0ED;
}
span.common-pale-pacific {
  background-color: #E7F6F8;
}
span.common-pale-blue {
  background-color: #E5F4FF;
}
span.common-pale-green {
  background-color: #E6F5EA;
}
span.common-pale-purple {
  background-color: #EFE7FC;
}

.tp-progress-wrapper {
  margin-bottom: 70px;
}
.tp-progress-item {
  background-color: var(--tp-common-white);
  padding: 20px 20px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14);
  border-radius: 14px;
}
.tp-progress-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-progress-item {
    flex-wrap: wrap;
  }
}
.tp-progress-thumb {
  flex: 0 0 auto;
  position: relative;
  height: 100%;
  margin-right: 28px;
}
.tp-progress-thumb img {
  height: 200px;
  width: 330px;
  object-fit: cover;
  border-radius: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-progress-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-progress-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-progress-thumb {
    width: 100%;
  }
}
.tp-progress-title {
  color: #031F42;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.tp-progress-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-progress-content p {
  color: #94928E;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 34px;
}
.tp-progress-content p span {
  color: #4F5158;
}
.tp-progress-rate {
  margin-bottom: 6px;
}
.tp-progress-rate span {
  color: #8F9195;
  font-size: 15px;
}
.tp-progress-rate span:not(:last-of-type) {
  margin-right: 5px;
}
.tp-progress-rating {
  display: inline-block;
  margin-right: 7px;
}
.tp-progress-rating i {
  color: #FF9747;
  margin: 0;
  margin-right: 2px;
}
.tp-progress-rating .tutor-ratings-stars {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-progress-bar {
    flex-wrap: wrap;
  }
}
.tp-progress-bar .progress {
  height: 5px;
  border-radius: 4px;
  background: #EEF1F8;
  width: 360px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .tp-progress-bar .progress {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-progress-bar .progress {
    width: 300px;
  }
}
.tp-progress-bar .progress-bar {
  border-radius: 4px;
  background: var(--ed-color-theme-primary);
}
.tp-progress-bar > span {
  flex: 0 0 auto;
  color: #8F9195;
  font-size: 14px;
}

.tp-dashboard-course-wrapper {
  padding-bottom: 70px;
}
.tp-dashboard-course-list {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14);
  padding: 40px 34px 26px 34px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tp-dashboard-course-list > ul {
    overflow-x: scroll;
  }
}
.tp-dashboard-course-list ul li {
  list-style: none;
  padding: 15.5px 0;
}
.tp-dashboard-course-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
.tp-dashboard-course-list ul li:first-child {
  border-bottom: none;
  padding: 8.5px 0;
}
@media only screen and (max-width: 767px) {
  .tp-dashboard-course-list ul li {
    width: 600px;
  }
}
.tp-dashboard-course-list ul li.active {
  background-color: #F4F5FA;
  border-radius: 8px;
}
.tp-dashboard-course-list ul li.active .tp-dashboard-course-name-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}
.tp-dashboard-course-list ul li.active .tp-dashboard-course-enroll span, .tp-dashboard-course-list ul li.active .tp-dashboard-course-rating span {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}
.tp-dashboard-course-item {
  display: flex;
  align-items: center;
}
.tp-dashboard-course-name {
  width: 512px;
  padding-right: 15px;
}
.tp-dashboard-course-name-title {
  margin-bottom: 0;
  margin-left: 20px;
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}
.tp-dashboard-course-enroll {
  margin-left: 15px;
  width: 185px;
}
.tp-dashboard-course-enroll span {
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}
.tp-dashboard-course-rating {
  margin-left: 15px;
  width: 185px;
}
.tp-dashboard-course-rating i {
  font-size: 13px;
  color: #FF9E4E;
  margin: 0 -1px;
}
.tp-dashboard-course-details a {
  color: #57595F;
  font-size: 15px;
  font-weight: 500;
}
.tp-dashboard-course-details a i {
  margin-left: 4px;
  transform: translateY(1px);
}
.tp-dashboard-course-details a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-profile-box {
  background-color: var(--tp-common-white);
  padding: 46px 34px;
  border-radius: 16px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-profile-box {
    padding: 30px;
  }
}
.tp-profile-box.my-profile {
  padding: 46px 36px 46px 48px;
  z-index: 1;
}
.tp-profile-wrap {
  border-radius: 8px;
  border: 1px solid #E6E8F0;
  background-color: #F9F9F9;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tp-profile-wrap ul {
    overflow-x: scroll;
  }
}
.tp-profile-wrap ul li {
  list-style: none;
}
.tp-profile-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
@media only screen and (max-width: 767px) {
  .tp-profile-wrap ul li {
    width: 700px;
  }
}
.tp-profile-info-tag {
  width: 220px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-profile-info-tag {
    width: 200px;
  }
}
.tp-profile-info-tag span {
  padding: 13px 30px;
  color: #57595F;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
.tp-profile-info-details {
  background-color: #fff;
  width: 100%;
}
.tp-profile-info-details span {
  padding: 13px 30px;
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tp-profile-info-details span.details-zone {
  padding: 13px 30px 31px 30px;
}

.tpd-table {
  border-radius: 16px;
  padding: 40px 34px 24px 34px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-table {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-table {
    padding: 40px 20px 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tpd-table {
    padding: 20px;
  }
}
.tpd-table-row {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.tpd-table-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpd-table > ul {
    width: 900px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-table > ul {
    width: 850px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-table > ul {
    width: 820px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-table > ul {
    width: 850px;
    padding-right: 30px;
  }
}
.tpd-table ul li {
  list-style: none;
  padding: 25px 0;
}
.tpd-table ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
.tpd-table ul li:first-child {
  border-bottom: none;
  padding: 14px 0;
}
.tpd-table ul li:hover {
  background-color: #F9F9F9;
}
.tpd-table ul li.tpd-table-head {
  border-radius: 8px;
  background: #F4F5FA;
}
.tpd-action-btn button {
  position: relative;
  display: inline-block;
  color: #808187;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #EEEFF4;
}
.tpd-action-btn button svg {
  transform: translateY(-3px);
}
.tpd-action-btn button:hover {
  color: var(--tp-common-white);
  border-color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tpd-action-btn button:hover .tpd-action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}
.tpd-action-btn button.nohover:hover {
  border-color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.tpd-action-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: max-content;
  background-color: #031233;
  color: var(--tp-common-white);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px 7px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tpd-action-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #031233;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tpd-action-inexact-btn {
  display: inline-block;
  position: relative;
}
.tpd-action-inexact-btn > button, .tpd-action-inexact-btn > a {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  color: #697089;
  border: 1px solid transparent;
}
.tpd-action-inexact-btn > button svg, .tpd-action-inexact-btn > a svg {
  transform: translateX(-1px);
}
.tpd-action-inexact-btn > button:hover, .tpd-action-inexact-btn > a:hover {
  color: var(--ed-color-theme-primary);
  border-radius: 30px;
  border: 1px solid rgba(85, 109, 245, 0.2);
  background: rgba(85, 109, 245, 0.1);
}
.tpd-action-inexact-btn > button.click, .tpd-action-inexact-btn > a.click {
  position: relative;
}
.tpd-action-inexact-btn > button.border-bg, .tpd-action-inexact-btn > a.border-bg {
  line-height: 14px;
}
.tpd-action-inexact-btn > button.border-bg svg, .tpd-action-inexact-btn > a.border-bg svg {
  transform: translateX(0px);
}
.tpd-action-inexact-btn.active .tpd-action-click-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tpd-action-click-tooltip {
  background-color: #24272E;
  padding: 8px 8px;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(3, 18, 51, 0.3);
  border-radius: 6px;
  position: absolute;
  right: -18px;
  bottom: calc(100% + 10px);
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.tpd-action-click-tooltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 27px;
  width: 0;
  height: 0;
  border-top: 6px solid #303651;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tpd-action-click-tooltip button, .tpd-action-click-tooltip a {
  display: block;
  border-radius: 4px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  padding: 10px 13px;
  width: 156px;
}
.tpd-action-click-tooltip button span, .tpd-action-click-tooltip a span {
  display: inline-block;
  width: 20px;
}
.tpd-action-click-tooltip button span svg, .tpd-action-click-tooltip a span svg {
  transform: translateY(-3px);
}
.tpd-action-click-tooltip button:hover, .tpd-action-click-tooltip a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.tpd-action-click-tooltip.bundle button, .tpd-action-click-tooltip.bundle a {
  width: 120px;
}
.tpd-action-approv button {
  display: inline-block;
  color: var(--tp-dashboard-sucess);
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #EEEFF4;
  border-radius: 4px;
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-action-approv button svg {
  transform: translateY(-2px);
}
.tpd-action-approv button.reject {
  color: #BEBFC1;
  border-color: #E5E6EB;
  background-color: transparent;
}
.tpd-action-approv button.reject:hover {
  color: var(--tp-dashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}
.tpd-action-approv button.style-bg-2 {
  background-color: #00B890;
  color: var(--tp-common-white);
}
.tpd-status button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: #697089;
  border: 1px solid #EEEFF4;
}
.tpd-status button svg {
  transform: translateY(-3px);
}
.tpd-status-complete button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid #00B890;
  background-color: #00B890;
}
.tpd-status-complete button svg {
  transform: translateY(-3px);
}
.tpd-badge {
  display: inline-block;
  border-radius: 23px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  padding: 3px 11px 3px 11px;
}
.tpd-badge.sucess {
  color: var(--tp-dashboard-sucess);
  background: rgba(15, 159, 85, 0.1);
  border: 1px solid rgba(36, 161, 72, 0.12);
}
.tpd-badge.danger {
  color: var(--tp-dashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}
.tpd-badge.warning {
  color: var(--tp-dashboard-warning);
  border: 1px solid rgba(245, 155, 18, 0.12);
  background: rgba(245, 155, 18, 0.08);
}
.tpd-badge.info {
  color: var(--tp-dashboard-info);
  border: 1px solid rgba(84, 111, 255, 0.12);
  background: rgba(84, 111, 255, 0.08);
}
.tpd-border-btn {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(60, 102, 249, 0.2);
}
.tpd-border-btn:hover {
  background: var(--ed-color-theme-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}
.tpd-border-btn.active {
  background-color: var(--ed-color-theme-primary);
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tpd-border-btn.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tpd-border-btn a {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-border-btn a:hover {
  background: var(--ed-color-theme-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}
.tpd-border-btn a.active {
  background-color: var(--ed-color-theme-primary);
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tpd-border-btn a.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tpd-input .font {
  font-size: 16px;
}
.tpd-input label {
  color: #303651;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
}
.tpd-input input, .tpd-input textarea {
  resize: none;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  transition: all 0.3s 0s ease-out;
}
.tpd-input input:focus, .tpd-input textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.tpd-input input::placeholder, .tpd-input textarea::placeholder {
  color: #8F9195;
  font-size: 16px;
  font-weight: 400;
}
.tpd-input textarea {
  height: 162px;
}
.tpd-input .tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #E6E8F0;
}
.tpd-box-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white label {
  color: #8F9195;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.tpd-input-white input {
  border-radius: 10px;
  background: var(--tp-common-white);
  height: 50px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white input:focus {
  border-color: var(--ed-color-theme-primary);
}
.tpd-input-white input::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}
.tpd-input-white textarea {
  height: 160px;
  border-radius: 10px;
  resize: none;
  padding: 14px 24px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white textarea:focus {
  box-shadow: none;
}
.tpd-input-white textarea::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}

.tpd-table.li-hover-none ul li:hover {
  background-color: transparent;
}
.tpd-table.li-hover-none ul li.tpd-table-head:hover {
  background-color: #F4F5FA;
}

.tpd-certificate-img img {
  max-width: 90px;
  height: 64px;
  object-fit: cover;
  box-shadow: 2px 2px 2px rgba(16, 16, 16, 0.3);
}
.tpd-certificate-badge {
  width: 138px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #EFF2FA;
  padding: 3px 16px;
  border: 1px solid #E7EAF2;
  justify-content: space-between;
}
.tpd-certificate-badge:hover {
  background: rgba(85, 109, 245, 0.14);
}
.tpd-certificate-badge:hover .tpd-certificate-badge-text {
  color: var(--ed-color-theme-primary);
}
.tpd-certificate-badge:hover .tpd-certificate-badge-publish svg {
  color: var(--ed-color-theme-primary);
}
.tpd-certificate-badge-text {
  color: #57595F;
  font-size: 14px;
  font-weight: 400;
}
.tpd-certificate-badge-file {
  flex: 0 0 auto;
  margin-right: 2px;
  display: inline-block;
}
.tpd-certificate-badge-file svg {
  transform: translateY(-2px);
  display: inline-block;
}
.tpd-certificate-badge-publish svg {
  transform: translateY(-2px);
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-certificate-badge.active {
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
}
.tpd-certificate-badge.active .tpd-certificate-badge-text {
  color: #24A148;
}
.tpd-certificate-table .tpd-table-row {
  margin-left: 0;
  display: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-certificate-table ul {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.tpd-certificate-table ul li {
  list-style: none;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
  padding: 23px 18px 23px 25px;
  border-radius: 10px;
}
.tpd-certificate-table ul li:not(:last-of-type) {
  margin-bottom: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-certificate-table ul li {
    width: 600px;
  }
}
.tpd-certificate-info {
  width: 600px;
}
.tpd-certificate-badges {
  flex: 0 0 auto;
  width: 140px;
}
.tpd-certificate-edit {
  margin-left: 10px;
  flex: 0 0 auto;
}
.tpd-certificate-delete {
  flex: 0 0 auto;
  margin-left: 10px;
}
.tpd-certificate-title {
  color: #57595F;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.tutor-nav-link:hover {
  color: var(--ed-color-theme-primary);
}

.tutor-option-field textarea:focus, .tutor-option-field input:not([type=submit]):focus, .tutor-form-group textarea:focus, .tutor-form-group input:not([type=submit]):focus {
  border-color: var(--ed-color-theme-primary) !important;
}

.tutor-bg-primary {
  background-color: var(--ed-color-theme-primary);
}

.tutor-bg-primary:hover {
  color: #fff !important;
}

/*----------------------------------------*/
/*  7.2 Dashboard Menu
/*----------------------------------------*/
.tp-dashboard-body-bg {
  background-color: #EFF2FA;
}
.tp-dashboard-banner-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.tp-dashboard-banner-bg {
  padding-top: 154px;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-dashboard-banner-bg.profile {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
    transform: translateY(46px);
  }
}
@media only screen and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
    transform: translateY(-20px);
  }
}
.tp-dashboard-banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-dashboard-banner-shape img {
  width: 100%;
}
.tp-dashboard-title {
  color: #0A1C3A;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 33px;
}

.tp-dashboard-tab {
  border-radius: 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tp-dashboard-tab-title {
  color: #303651;
  font-size: 26px;
  font-weight: 600;
  padding: 19px 30px 18px 30px;
  border-bottom: 1px solid #E6E8F0;
}
.tp-dashboard-tab-list {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dashboard-tab-list {
    padding: 0;
  }
}
.tp-dashboard-tab-list ul li {
  list-style: none;
  display: inline-block;
}
.tp-dashboard-tab-list ul li a {
  color: #697089;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 11px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-tab-list ul li a {
    padding: 10px 15px;
  }
}
.tp-dashboard-tab-list ul li a.is-active {
  color: var(--ed-color-theme-primary);
  position: relative;
  border: none !important;
}
.tp-dashboard-tab-list ul li a.is-active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tp-dashboard-course {
  border-radius: 10px;
  padding: 10px 10px 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tp-dashboard-course:hover .tp-dashboard-course-thumb img {
  transform: scale(1.08);
}
.tp-dashboard-course.courde-edit .tp-dashboard-course-content {
  padding: 20px 10px 0;
}
.tp-dashboard-course.courde-edit .tp-dashboard-course-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9EBF1;
}
.tp-dashboard-course-content {
  padding: 18px 14px 19px 14px;
}
.tp-dashboard-course-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.tp-dashboard-course-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-dashboard-course-title {
  color: #031F42;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.tp-dashboard-course-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-dashboard-course-meta {
  margin-bottom: 10px;
}
.tp-dashboard-course-meta span {
  color: #8F9195;
  font-size: 14px;
  display: inline-block;
}
.tp-dashboard-course-meta span span {
  display: inline-block;
}
.tp-dashboard-course-meta span svg {
  margin-right: 3px;
  transform: translateY(-2px);
}
.tp-dashboard-course-meta > span {
  margin-right: 1px;
}
.tp-dashboard-course-meta > span:not(:last-of-type) {
  margin-right: 16px;
}
.tp-dashboard-course-btn .tp-btn-border {
  display: block;
}
.tp-dashboard-course-free span {
  font-size: 18px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
}
.tp-dashboard-btn .tp-dashboard-course-free {
  margin-left: 10px;
}
.tp-dashboard-btn .tp-course-pricing {
  text-align: end;
  flex: 0 0 auto;
  margin-left: 8px;
}
.tp-dashboard-rating {
  margin-bottom: 4px;
}
.tp-dashboard-rating .rating-icon span {
  color: #FFB21D;
  margin-right: 2px;
}
.tp-dashboard-rating > span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}
.tp-dashboard-progress {
  margin-bottom: 25px;
}
.tp-dashboard-progress-info span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.tp-dashboard-progress .progress {
  border-radius: 2px;
  background: #EFF1F7;
  height: 4px;
}
.tp-dashboard-progress .progress-bar {
  border-radius: 2px;
  background: #15AC6A;
}
.tp-dashboard-course-2 .tp-dashboard-course-meta {
  margin-bottom: 19px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E9EBF1;
}
.tp-dashboard-course-2 .tp-dashboard-course-content {
  padding: 18px 14px 11px 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-dashboard-course-2 .tp-dashboard-course-content {
    padding: 0;
  }
}

.tpd-dashboard-wrap-bg {
  background-repeat: no-repeat;
}
.tpd-dashboard-footer .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.tpd-dashboard-footer .tp-footer-widget ul li a:hover {
  color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-widget-content p {
  color: rgba(255, 255, 255, 0.7);
}
.tpd-dashboard-footer .tp-footer-newsletter-wrap p {
  color: rgba(255, 255, 255, 0.7);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input {
  border-radius: 50px;
  font-size: 16px;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input:focus {
  border-color: var(--ed-color-theme-primary);
}
.tpd-dashboard-footer .tp-footer-newsletter-submit .tp-btn {
  border-radius: 50px;
  border-color: var(--ed-color-theme-primary);
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-dashboard-footer .tp-footer-newsletter-social a {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: var(--tp-common-white);
  height: 44px;
  width: 44px;
  line-height: 44px;
}
.tpd-dashboard-footer .tp-footer-contact span {
  color: rgba(255, 255, 255, 0.7);
}
.tpd-dashboard-footer .tp-footer-contact a {
  color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-contact-mail a {
  color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-contact-mail a span {
  color: var(--tp-common-white);
}
.tpd-dashboard-footer-bottom {
  background: #142542;
}
.tpd-dashboard-footer-bottom .tp-footer-copyright span {
  color: var(--tp-common-white);
}
.tpd-dashboard-right .main-menu {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .tpd-dashboard-filter {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tpd-dashboard-search {
    margin-bottom: 20px;
  }
}
.tpd-dashboard-search .tp-header-2-search {
  width: 360px;
  margin-left: 0;
}
.tpd-dashboard-search .tp-header-2-search input {
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 100px;
  border: 1px solid #F3F4F9;
  background-color: var(--tp-common-white);
}
.tpd-dashboard-search .tp-header-2-search input::placeholder {
  font-size: 15px;
  font-weight: 400;
}
.tpd-dashboard-search .tp-header-2-search input:focus {
  border-color: var(--tp-theme-secondary);
  background-color: var(--tp-common-white);
}
.tpd-dashboard-search .tp-header-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}
.tpd-dashboard-search .tp-header-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}
.tpd-dashboard-select .tp-course-filter-select .nice-select {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none;
  border-color: var(--tp-common-white);
  background: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-dashboard-select-course {
    margin-bottom: 20px;
  }
}
.tpd-dashboard-select-course .tp-course-filter-select .nice-select {
  float: none;
  width: 300px;
  height: 40px;
  border: inherit;
  box-shadow: none;
  line-height: 40px;
  background: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
  .tpd-dashboard-select-calender {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tpd-dashboard-select-calender .tpd-order-short-list {
    margin-bottom: 20px;
  }
}
.tpd-dashboard-progress-box {
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-dashboard-progress-box {
    margin-top: 30px;
  }
}
.tpd-dashboard-progress-heading {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-dashboard-progress-heading {
    flex-wrap: wrap;
  }
}
.tpd-dashboard-progress-item {
  border-bottom: 1px solid #E6E8EC;
  padding: 24px 107px 24px 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-dashboard-progress-item {
    padding: 24px 90px 24px 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-dashboard-progress-item {
    padding: 24px 57px 24px 28px;
  }
}
.tpd-dashboard-progress-item:not(:last-of-type) {
  border-right: 1px solid #E6E8EC;
}
.tpd-dashboard-progress-item span {
  font-weight: 400;
  font-size: 14px;
  color: #757c8e;
}
.tpd-dashboard-progress-item p {
  font-weight: 600;
  font-size: 20px;
  color: #57595f;
  margin: 0;
}
.tpd-dashboard-progress-body {
  padding: 0 30px 40px;
}
.tpd-dashboard-progress-body h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.tpd-dashboard-progress-graph {
  width: 770px;
  height: 254px;
  margin-left: 30px;
  border-radius: 4px;
  border: 1px solid #E6E8EC;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-dashboard-progress-graph {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-dashboard-progress-graph {
    width: 100%;
    margin-left: 0;
  }
}
.tpd-dashboard-qa-tab {
  display: inline-block;
}
.tpd-dashboard-qa-tab-bg {
  position: relative;
  border-radius: 50px;
  background: var(--tp-common-white);
}
.tpd-dashboard-qa-tab-bg .nav-link.active {
  border-color: transparent;
  color: var(--tp-common-white);
  background-color: transparent;
}
.tpd-dashboard-qa-tab-bg .nav-link.active:focus {
  border: none;
}
.tpd-dashboard-qa-tab-bg .nav-link:hover {
  border: none;
}
.tpd-dashboard-qa-tab-bg button {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #57595F;
  z-index: 999;
  padding: 15px 25px;
  transition: 0.3s;
  border: none !important;
}
.tpd-dashboard-qa-tab-bg button.active {
  color: var(--tp-common-white);
}
.tpd-dashboard-qa-tab-bg button.monthly.active ~ .test {
  transform: translateX(0px);
}
.tpd-dashboard-qa-tab-bg .test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  border-radius: 30px;
  transform: translateX(104px);
  background: var(--tp-theme-secondary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-dashboard-qa-select {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-dashboard-qa-select {
    justify-content: start;
  }
}
.tpd-dashboard-qa-select .tp-course-filter-select .nice-select {
  border: none;
  box-shadow: none;
  background: var(--tp-common-white);
}
.tpd-dashboard-calender-box .fc .fc-button-primary {
  line-height: 1;
  text-transform: capitalize;
  color: var(--ed-color-theme-primary);
  border-color: rgba(85, 109, 245, 0.14);
  background-color: rgba(85, 109, 245, 0.14);
}
.tpd-dashboard-calender-box .fc .fc-button-primary:active, .tpd-dashboard-calender-box .fc .fc-button-primary:focus {
  box-shadow: none !important;
  color: var(--tp-common-white);
  border-color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-theme-primary);
}
.tpd-dashboard-calender-box .fc .fc-button-primary.fc-button-active {
  height: 35px;
  color: var(--tp-common-white);
  border-color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-theme-primary);
}
.tpd-dashboard-calender-box .fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(245, 246, 255);
}
.tpd-dashboard-calender-box .fc table {
  font-size: 16px;
}
.tpd-dashboard-calender-box .fc .fc-highlight {
  background-color: rgba(81, 105, 241, 0.06);
}
.tpd-dashboard-calender-box .fc .fc-timegrid-col.fc-day-today {
  background-color: rgb(217, 223, 250);
}
.tpd-dashboard-calender-box .fc .fc-cell-shaded, .tpd-dashboard-calender-box .fc .fc .fc-day-disabled {
  background: hsl(234, 100%, 90%);
}
.tpd-dashboard-course-edit-box {
  margin-left: -36px;
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select {
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select::after {
  right: 24px;
}

.tutor-btn-outline-primary {
  border-color: var(--ed-color-theme-primary);
}

.tutor-btn-outline-primary:hover, .tutor-btn-outline-primary:focus, .tutor-btn-outline-primary:active {
  color: #fff;
  border-color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-theme-primary);
}

.tutor-react-datepicker .react-datepicker__day--keyboard-selected {
  background: var(--ed-color-theme-primary);
  color: #fff;
}

.tutor-form-toggle input:checked ~ .tutor-form-toggle-control {
  background-color: var(--ed-color-theme-primary);
}

.tutor-form-select {
  min-width: 140px;
}

.tutor-round-box {
  color: var(--ed-color-theme-primary);
  background: rgba(7, 166, 152, 0.12);
}

/*----------------------------------------*/
/*  8.0 Dashboard Learning
/*----------------------------------------*/
.tpd-continue-learning-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-wrapper {
    flex-wrap: wrap-reverse;
  }
}
.tpd-continue-learning-sidebar {
  width: 400px;
  flex: 0 0 400px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-sidebar {
    width: 100%;
    flex: 0 0 100%;
  }
}
.tpd-continue-learning-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-main {
    min-height: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-continue-learning-main {
    width: 65%;
  }
}
.tpd-continue-learning-accordion {
  padding: 20px 24px;
}
.tpd-continue-learning-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e6e8f0;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button {
  padding: 15px 20px;
  border-radius: 10px;
  color: #697089;
  border-bottom: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 0;
  box-shadow: none;
  padding: 15px 20px;
  color: var(--ed-color-theme-primary);
  background-color: transparent;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  color: var(--ed-color-theme-primary);
  transform: rotate(-90deg);
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button .collapsed {
  border-radius: 10px !important;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button::after {
  content: none;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #57595f;
  content: "\f105";
  transform: rotate(0deg);
  font-family: fontawesome;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button span {
  margin-right: 25px;
  margin-left: auto;
  color: #8f9195;
}
.tpd-continue-learning-body {
  padding: 10px 0;
}
.tpd-continue-learning-body-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 14px 18px;
}
.tpd-continue-learning-body-item a.active {
  background: #eff2fa;
}
.tpd-continue-learning-body-item a.active p {
  color: var(--ed-color-theme-primary);
}
.tpd-continue-learning-body-item a:hover {
  background: #eff2fa;
}
.tpd-continue-learning-body-item a:hover p {
  color: var(--ed-color-theme-primary);
}
.tpd-continue-learning-body-item a p {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  color: #57595f;
}
.tpd-continue-learning-body-item a p span {
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-2px);
}
.tpd-continue-learning-body-item a i {
  font-size: 18px;
  color: var(--ed-color-theme-primary);
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}
.tpd-continue-learning-body-item a .time p {
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
  color: #697089;
  display: inline-block;
}
.tpd-continue-learning-popup {
  padding: 14px 25px;
  background: var(--ed-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-popup {
    display: none !important;
  }
}
.tpd-continue-learning-popup-main span {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3a52d7;
  color: var(--tp-common-white);
}
.tpd-continue-learning-popup-main span.crose {
  color: var(--ed-color-theme-primary);
  background-color: rgba(255, 255, 255, 0.9);
}
.tpd-continue-learning-popup-main span svg {
  transform: translate(-2px, -1px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tpd-continue-learning-popup-main span .svg-2 {
  transform: translate(0px, 0px);
}
.tpd-continue-learning-popup-main span.active .svg-1 {
  transform: scaleX(-1);
}
.tpd-continue-learning-popup-main p {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin: 0 15px;
}
.tpd-continue-learning-about-bg {
  background-color: var(--tp-common-white);
}
.tpd-continue-learning-about-thumb img {
  width: 100%;
}
.tpd-continue-learning-about-wrapper {
  padding-left: 265px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 20px;
  }
}
.tpd-continue-learning-about-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.tpd-continue-learning-about-wrapper p {
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-continue-learning-about-wrapper p br {
    display: none;
  }
}
.tpd-continue-learning-about-btn {
  padding: 18px 0;
  background: #eff2fa;
}
.tpd-continue-learning-about-btn .next {
  display: inline-block;
  margin-left: 8px;
}
.tpd-continue-learning-about-btn a {
  display: inline-block;
  border-radius: 6px;
  padding: 3px 13px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid rgba(60, 102, 249, 0.2);
}
.tpd-continue-learning-about-btn a span {
  display: inline-block;
  margin: 0 5px;
  transform: translateY(-1px);
}
.tpd-continue-learning-about-btn a:hover {
  color: var(--tp-common-white);
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-continue-learning-quiz {
    padding-top: 100px;
  }
}
.tpd-continue-learning-content span {
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
  display: inline-block;
}
.tpd-continue-learning-content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin-bottom: 45px;
}
.tpd-continue-learning-q {
  padding: 16px 0;
  margin-bottom: 30px;
  border-top: 1px solid #dcdee6;
  border-bottom: 1px solid #dcdee6;
}
@media only screen and (max-width: 767px) {
  .tpd-continue-learning-q {
    flex-wrap: wrap;
  }
}
.tpd-continue-learning-q-item:not(:last-of-type) {
  margin-right: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-continue-learning-q-item:not(:last-of-type) {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-continue-learning-q-item:not(:last-of-type) {
    margin-right: 50px;
  }
}
.tpd-continue-learning-q-item p {
  font-weight: 400;
  font-size: 16px;
  color: #6b7194;
  margin: 0;
}
.tpd-continue-learning-q-item p span {
  color: #4a4e68;
}
@media only screen and (max-width: 767px) {
  .tpd-continue-learning-q-item p {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  7.6 Dashboard Order
/*----------------------------------------*/
.tpd-order-filter a {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  background-color: var(--tp-common-white);
  margin-right: 8px;
  border-radius: 50px;
  padding: 7px 21.5px;
}
@media only screen and (max-width: 767px) {
  .tpd-order-filter a {
    margin-bottom: 20px;
  }
}
.tpd-order-filter a.active span {
  box-shadow: 0px 0px 1px 0px #1438B5;
  border: 6px solid var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tpd-order-filter a span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  border: 1px solid #B8BABC;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(3px);
}
.tpd-order-id {
  width: 85px;
  flex: 0 0 auto;
}
.tpd-order-name {
  margin-left: 15px;
  width: 240px;
  flex: 0 0 auto;
}
.tpd-order-date {
  margin-left: 15px;
  width: 160px;
  flex: 0 0 auto;
}
.tpd-order-price {
  margin-left: 15px;
  width: 85px;
  flex: 0 0 auto;
}
.tpd-order-status {
  margin-left: 15px;
  width: 103px;
  flex: 0 0 auto;
}
.tpd-order-action {
  margin-left: 15px;
}
.tpd-order-date-input {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-order-date-input {
    justify-content: start;
    margin-bottom: 20px;
  }
}
.tpd-order-date-input form {
  width: 270px;
  position: relative;
}
.tpd-order-date-input form input {
  width: 270px;
  height: 40px;
  background-color: var(--tp-common-white);
  border-radius: 50px;
  border: 1px solid transparent;
}
.tpd-order-date-input form input:focus {
  border-color: var(--ed-color-theme-primary);
  box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}
.tpd-order-date-input form input::placeholder {
  color: #757C8E;
  font-size: 15px;
  line-height: 1.2;
}
.tpd-order-date-input form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.tpd-order-date-input form span svg {
  transform: translateY(-3px);
}
.tpd-order-short-list .tp-course-filter-select .nice-select {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.7 Dashboard Q & A
/*----------------------------------------*/
.tpd-instructor-qa-student {
  width: 246px;
  flex: 0 0 auto;
}
.tpd-instructor-qa-question {
  margin-left: 15px;
  width: 216px;
  flex: 0 0 auto;
}
.tpd-instructor-qa-reply {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
}
.tpd-instructor-qa-status {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
}
.tpd-instructor-qa-btn {
  width: 80px;
  flex: 0 0 auto;
  margin-left: 15px;
}
.tpd-instructor-qa-action {
  margin-left: 15px;
}
.tpd-student-qa-student {
  width: 475px;
  flex: 0 0 auto;
}
.tpd-student-qa-reply {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 150px;
}
.tpd-student-qa-btn {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 80px;
}
.tpd-student-qa-action {
  margin-left: 15px;
  flex: 0 0 auto;
}

.tpd-announcement {
  background-color: var(--tp-common-white);
  padding: 20px 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tpd-announcement {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tpd-announcement-info {
    margin-bottom: 10px;
  }
}
.tpd-announcement-icon {
  flex: 0 0 auto;
  margin-right: 16px;
}
.tpd-announcement-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #EFF3FE;
}
.tpd-announcement-notification span {
  color: #757C8E;
  font-size: 16px;
  font-weight: 400;
}
.tpd-announcement-notification-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}
.tpd-announcement-table.tpd-table ul li.tpd-table-head {
  list-style: none;
  padding: 17.5px 0;
}
.tpd-announcement-date {
  flex: 0 0 auto;
  width: 206px;
}
.tpd-announcement-announcement {
  margin-left: 15px;
  margin-right: 25px;
  width: 420px;
  flex: 0 0 auto;
}
.tpd-announcement-announcement .tpd-course-name {
  color: #757C8E;
  font-size: 15px;
}
.tpd-announcement-btn {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 80px;
}
.tpd-announcement-action {
  margin-left: 15px;
  flex: 0 0 auto;
}
.tpd-announcement-action ul li {
  padding: 0;
}
.tpd-announcement-action ul li:hover {
  background-color: transparent;
}
.tpd-announcement-time {
  color: #8A8B90;
  font-size: 14px;
  font-weight: 400;
}

.tpd-withdraw-notification p {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
}
.tpd-withdraw-notification p span {
  display: inline-block;
  margin-right: 5px;
}
.tpd-withdraw-notification p span svg {
  transform: translateY(-2px);
}
.tpd-withdraw-notification p a {
  color: var(--ed-color-theme-primary);
  font-size: 15px;
  font-weight: 500;
}
.tpd-withdraw-notification p a:hover {
  text-decoration: underline;
}
.tpd-withdraw-title {
  color: #4F5158;
  font-size: 20px;
  font-weight: 400;
}
.tpd-withdraw-title span {
  font-weight: 700;
  display: inline-block;
  color: #4F5158;
}
.tpd-withdraw-bg img {
  width: 100%;
  margin-bottom: 22px;
  display: inline-block;
}
.tpd-withdraw-bg p {
  color: #4F5158;
  font-size: 17px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  7.5 Dashboard Quiz
/*----------------------------------------*/
.tpd-quiz-info {
  width: 270px;
  flex: 0 0 auto;
}
.tpd-quiz-info-sub {
  width: 235px;
  flex: 0 0 auto;
}
.tpd-quiz-ques {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
}
.tpd-quiz-tm {
  margin-left: 15px;
  width: 63px;
  flex: 0 0 auto;
}
.tpd-quiz-no {
  width: 65px;
  flex: 0 0 auto;
}
.tpd-quiz-no-2 {
  width: 84px;
  flex: 0 0 auto;
}
.tpd-quiz-result {
  margin-left: 15px;
  width: 95px;
  flex: 0 0 auto;
}
.tpd-quiz-result-2 {
  width: 95px;
  flex: 0 0 auto;
}
.tpd-quiz-result-sub {
  margin-left: 15px;
  width: 90px;
  flex: 0 0 auto;
}
.tpd-quiz-details {
  margin-left: 15px;
  flex: 0 0 auto;
}
.tpd-quiz-title {
  color: #1E1E2F;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1;
}
.tpd-quiz-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #57595F;
  margin-bottom: 0;
}
.tpd-quiz-title-2-color {
  font-size: 16px;
  font-weight: 400;
  color: #6B7194;
}
.tpd-quiz-attempts {
  margin-bottom: 30px;
}
.tpd-quiz-attempts .tp-dashboard-title {
  margin-bottom: 12px;
}
.tpd-quiz-time ul li {
  list-style: none;
  display: inline-block;
}
.tpd-quiz-time ul li:not(:first-of-type) {
  margin-left: 18px;
}
.tpd-quiz-time ul li p {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
}
.tpd-quiz-time ul li p span {
  color: #7C7F8C;
  font-size: 15px;
}
.tpd-quiz-date {
  width: 180px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-quiz-date {
    width: 190px;
  }
}
.tpd-quiz-date-2 {
  width: 148px;
  flex: 0 0 auto;
}
.tpd-quiz-date-3 {
  width: 165px;
  flex: 0 0 auto;
}
.tpd-quiz-ques-2 {
  width: 100px;
  flex: 0 0 auto;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-quiz-ques-2 {
    width: 70px;
  }
}
.tpd-quiz-ques-3 {
  width: 100px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-quiz-ques-3 {
    width: 70px;
  }
}
.tpd-quiz-tm-2 {
  width: 90px;
  flex: 0 0 auto;
}
.tpd-quiz-tm-3 {
  width: 145px;
  flex: 0 0 auto;
}
.tpd-quiz-tm-4 {
  width: 160px;
  flex: 0 0 auto;
}
.tpd-quiz-pm {
  width: 90px;
  flex: 0 0 auto;
  margin-left: 15px;
}
.tpd-quiz-pm-2 {
  width: 160px;
  flex: 0 0 auto;
}
.tpd-quiz-ca {
  width: 90px;
  flex: 0 0 auto;
  margin-left: 15px;
}
.tpd-quiz-ca-sub {
  width: 65px;
  flex: 0 0 auto;
  margin-left: 15px;
}
.tpd-quiz-em {
  width: 90px;
  margin-left: 15px;
  flex: 0 0 auto;
}
.tpd-quiz-em-box .tpd-action-approv {
  margin-right: 8px;
}
.tpd-quiz-type {
  width: 80px;
  flex: 0 0 auto;
}
.tpd-quiz-type-2 {
  width: 110px;
  flex: 0 0 auto;
}
.tpd-student-info p {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.tpd-student-info p span {
  color: #4F5158;
  font-size: 15px;
  font-weight: 400;
}

.tpd-select.w-120 .nice-select {
  height: 40px;
  padding-right: 65px;
  border-radius: 30px;
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  border: none;
}
.tpd-select.w-120 .nice-select:focus {
  border: none;
}
.tpd-select.w-120 .nice-select::after {
  right: 18px;
  color: #57595F;
}
.tpd-select.w-120 .nice-select .list {
  width: 100%;
}
.tpd-select.w-120.w-300 .nice-select {
  width: 300px;
}

.tpd-select2-wrap .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 300px;
}
.tpd-select2-wrap .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 370px !important;
  display: inline-block;
}
.tpd-select2-wrap .select2-results {
  display: block;
  width: 370px;
}

.tpd-assign-info {
  width: 340px;
  flex: 0 0 auto;
}
.tpd-assign-info.analytic {
  width: 320px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-assign-info.analytic {
    width: 285px;
  }
}
.tpd-assign-info.analytic p {
  display: inline-block;
}
.tpd-assign-info.analytic p:not(:last-of-type) {
  margin-right: 10px;
}
.tpd-assign-info.analytic .tpd-assign-title {
  color: #57595F;
  font-size: 18px;
}
.tpd-assign-mark {
  margin-left: 15px;
  width: 165px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-assign-mark {
    width: 135px;
  }
}
.tpd-assign-mark.analytic {
  width: 130px;
}
.tpd-assign-mark.analytic .tpd-common-text {
  color: #57595F;
}
.tpd-assign-submit {
  margin-left: 15px;
  width: 155px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-assign-submit {
    width: 130px;
  }
}
.tpd-assign-details {
  margin-left: 15px;
}
.tpd-assign-details.analytic button {
  display: inline-block;
  margin-left: 15px;
}
.tpd-assign-details.analytic button:hover {
  color: #3C66F9;
}
.tpd-assign-title {
  color: #1E1E2F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1;
}

/*----------------------------------------*/
/*  7.4 Dashboard Reviews
/*----------------------------------------*/
.tpd-reviews-student {
  width: 258px;
  flex: 0 0 auto;
}
.tpd-reviews-date {
  margin-left: 12px;
  width: 225px;
  flex: 0 0 auto;
}
.tpd-reviews-date span {
  color: #57595F;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}
.tpd-reviews-date p {
  color: #8A8B90;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}
.tpd-reviews-feedback {
  margin-left: 15px;
  width: calc(100% - 535px);
}
.tpd-reviews-feedback .span {
  font-size: 18px;
  font-weight: 400;
  color: #4F5158;
}
.tpd-reviews-thumb {
  flex: 0 0 auto;
  margin-right: 12px;
}
.tpd-reviews-thumb img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
.tpd-reviews-thumb-title {
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.tpd-reviews-course-info p {
  color: #757C8E;
  margin-bottom: 0;
  font-size: 15px;
}
.tpd-reviews-course-info p span {
  color: #4F5158;
  font-size: 15px;
}
.tpd-reviews-comment {
  color: #4F5158;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.tpd-course-wrap a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
  margin-bottom: 25px;
}
.tpd-course-wrap a span {
  margin-right: 6px;
  display: inline-block;
  transform: translateY(-2px);
}
.tpd-course-name {
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.tpd-course-title {
  color: #8A8B90;
  font-size: 15px;
}
.tpd-reviews-course {
  width: 430px;
  flex: 0 0 auto;
}
.tpd-reviews-feedback-2 {
  margin-left: 15px;
  width: 235px;
  flex: 0 0 auto;
}
.tpd-reviews-edit {
  width: calc(100% - 725px);
  margin-left: 15px;
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  7.9 Dashboard Setting
/*----------------------------------------*/
.tpd-setting-box {
  padding: 50px 50px;
  border-radius: 10px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px) {
  .tpd-setting-box {
    padding: 50px 20px;
  }
}
.tpd-setting-box.profile {
  padding: 12px;
}
.tpd-setting-from {
  padding: 0 40px;
}
.tpd-setting-from .tpd-input {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-setting-from {
    padding: 0 20px;
  }
}
.tpd-setting-btn {
  margin-top: 30px;
}
.tpd-setting-btn button {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 45px;
  border-radius: 4px;
  background: var(--ed-color-theme-primary);
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-setting-cartificate {
  padding: 24px 40px 48px;
}
@media only screen and (max-width: 767px) {
  .tpd-setting-cartificate {
    padding: 15px 20px 30px;
  }
}
.tpd-setting-cartificate-upload {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .tpd-setting-cartificate-upload {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.tpd-setting-cartificate-title {
  font-weight: 600;
  font-size: 16px;
  color: #303651;
  margin-bottom: 20px;
}
.tpd-setting-cartificate-content p {
  font-weight: 400;
  font-size: 14px;
  color: #686a6d;
  margin-bottom: 15px;
}
.tpd-setting-cartificate-content .upload-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
  cursor: pointer;
  border-radius: 4px;
  background: #e9ecff;
  padding: 8px 16px 9px 16px;
}
.tpd-setting-cartificate-content .upload-btn span {
  display: inline-block;
  transform: translateY(-2px);
  margin-right: 4px;
}
.tpd-setting-cartificate-content .upload-btn label {
  cursor: pointer;
}
.tpd-setting-cartificate-content .upload-btn input {
  display: none;
}
.tpd-setting-cartificate-thumb {
  margin-right: 25px;
}
.tpd-setting-cartificate-btn button {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 60px;
  border-radius: 4px;
  display: inline-block;
  background: var(--ed-color-theme-primary);
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-setting-cartificate-btn button:hover {
  box-shadow: none;
  background: #425EFF;
}
.tpd-setting-password-content .tpd-input {
  margin-bottom: 20px;
}

.tpd-setting-social-title {
  font-size: 17px;
  font-weight: 600;
  color: #303651;
  margin-bottom: 40px;
}
.tpd-setting-social-icon {
  width: 120px;
  margin-right: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-setting-social-icon {
    margin-right: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-setting-social-icon {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-setting-social-icon {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-setting-social-icon {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tpd-setting-social-icon {
    margin-bottom: 10px;
  }
}
.tpd-setting-social-icon img {
  margin-right: 10px;
}
.tpd-setting-social-icon h4 {
  font-size: 15px;
  font-weight: 500;
  color: #303651;
  margin: 0;
}
.tpd-setting-social-icon h4 span {
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 5px;
}
.tpd-setting-social-input .tpd-input input {
  height: 50px;
  width: 510px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-setting-social-input .tpd-input input {
    width: 440px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-setting-social-input .tpd-input input {
    width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-setting-social-input .tpd-input input {
    width: 300px;
  }
}
.tpd-setting-social-wrap {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .tpd-setting-social-wrap {
    flex-wrap: wrap;
  }
}

.tpd-setting-withdraw-content .tpd-setting-from {
  padding: 0;
  padding-top: 40px;
}
.tpd-setting-withdraw-content-box-title {
  font-weight: 500;
  font-size: 16px;
  color: #303651;
  margin: 0;
  text-align: start;
  display: block;
}
.tpd-setting-withdraw-content-box-sub {
  font-weight: 400;
  font-size: 14px;
  color: #8f9195;
  display: block;
}
.tpd-setting-withdraw-title {
  font-size: 17px;
  font-weight: 600;
  color: #303651;
  margin-bottom: 25px;
}

.tpd-new-course-heading-title {
  font-size: 20px;
  font-weight: 600;
  color: #303651;
}
.tpd-new-course-box {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tpd-new-course-box {
    margin-right: 0;
  }
}
.tpd-new-course-box .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
}
.tpd-new-course-box .accordion-item .accordion-button {
  padding: 22px 34px;
  border-radius: 10px;
  border-bottom: 1px solid #e6e8f0;
}
.tpd-new-course-box .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 0;
  box-shadow: none;
  padding: 22px 34px;
  background-color: transparent;
}
.tpd-new-course-box .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.tpd-new-course-box .accordion-item .accordion-button .collapsed {
  border-radius: 10px !important;
}
.tpd-new-course-box-1 {
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-box-1 {
    padding: 5px 0px;
  }
}
.tpd-new-course-box-1 .tpd-input {
  margin-bottom: 20px;
}
.tpd-new-course-box-1 .tpd-input input {
  height: 46px;
}
.tpd-new-course-box-1 .tpd-input textarea {
  height: 90px;
  resize: block;
}
.tpd-new-course-box-1 .tpd-input.height-auto textarea {
  height: 120px;
}
.tpd-new-course-box-1 .tpd-input.about-height textarea {
  height: 160px;
}
.tpd-new-course-box-1 p {
  font-size: 15px;
  font-weight: 400;
  color: #8f9195;
  margin-bottom: 30px;
}
.tpd-new-course-box-1 p a {
  color: var(--ed-color-theme-primary);
}
.tpd-new-course-box-1 .tpd-setting-cartificate-upload {
  margin: 0;
}
.tpd-new-course-box-2 {
  padding: 30px;
  margin: 0 15px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-box-2 {
    margin: 0;
    padding: 15px;
  }
}
.tpd-new-course-box-2 .tp-dashboard-tab-list {
  margin-bottom: 30px;
  padding: 0;
}
.tpd-new-course-box-2 .tp-dashboard-tab-list ul {
  border-bottom: 1px solid #e6e8f0;
}
.tpd-new-course-box-2 .tp-dashboard-tab-list ul li span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.tpd-new-course-box-2 .tpd-input label {
  display: block;
}
.tpd-new-course-box-2 .tpd-input input {
  width: 370px;
  height: 46px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-box-2 .tpd-input input {
    width: 100%;
  }
}
.tpd-new-course-box-2 p {
  font-size: 14px;
  font-weight: 400;
  color: #85878b;
  margin-bottom: 25px;
}
.tpd-new-course-box-2 p span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-box-duration {
    flex-wrap: wrap;
  }
}
.tpd-new-course-box-duration .tpd-input input {
  display: block;
  width: 240px;
  margin-bottom: 10px;
  padding-right: 16px;
  padding-left: 20px;
}
.tpd-new-course-box-duration .tpd-input p {
  line-height: 1;
  margin: 0;
}
.tpd-new-course-setting-title {
  font-size: 18px;
  font-weight: 500;
  color: #303651;
}
.tpd-new-course-categories {
  padding: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-categories {
    padding: 30px 0;
  }
}
.tpd-new-course-categories .tpd-select .nice-select {
  width: 100%;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  color: #8f9195;
  font-weight: 400;
  float: inherit;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-categories .tpd-select .nice-select::after {
  right: 20px;
  color: #65676a;
}
.tpd-new-course-categories .tpd-select .nice-select .list {
  width: 100%;
  padding: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-categories .tpd-input-box {
    flex-wrap: wrap;
  }
}
.tpd-new-course-categories .tpd-input-box .tpd-input {
  margin-right: 20px;
}
.tpd-new-course-categories .tpd-input-box .tpd-input input {
  width: 240px;
}
.tpd-new-course-categories .tpd-input-box .tpd-input label {
  display: block;
}
.tpd-new-course-categories .tpd-input {
  margin-bottom: 30px;
}
.tpd-new-course-categories .tpd-input input {
  height: 46px;
}
.tpd-new-course-categories .tpd-order-filter a {
  padding: 4px 21.5px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-categories #tpd-new-course-file-input {
  display: none;
}
.tpd-new-course-select2 .select2-container--default .select2-selection--single {
  display: none;
  height: 0;
}
.tpd-new-course-select2 .tpd-input {
  margin: 0;
}
.tpd-new-course-file-content {
  border-radius: 6px;
  padding: 48px 10px;
  border: 1.5px dashed #cfd5e5;
  background-size: cover;
  background-repeat: no-repeat;
}
.tpd-new-course-file-content label {
  display: inline-block !important;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 20px;
  cursor: pointer;
  width: 255px;
  border-radius: 6px;
  background: #76b559;
  margin-bottom: 15px;
  color: var(--tp-common-white);
  box-shadow: 0 10px 20px 0 rgba(20, 55, 3, 0.2);
}
.tpd-new-course-file-content p {
  font-size: 14px;
  font-weight: 600;
  color: #656872;
  margin: 0;
}
.tpd-new-course-wrapper .tpd-new-course-categories {
  padding: 6px 15px 25px;
}
.tpd-new-course-wrapper .tpd-new-course-categories .tpd-input {
  margin: 0;
}
.tpd-new-course-modal-btn {
  padding: 16px 15px 25px;
}
.tpd-new-course-modal-btn .btn-primary {
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-new-course-modal-btn .btn-primary span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.tpd-new-course-instructor {
  padding: 16px 15px 25px;
}
.tpd-new-course-instructor-user {
  width: 280px;
  padding: 13px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-instructor-user span {
  font-size: 18px;
  font-weight: 400;
  color: #697089;
}
.tpd-new-course-instructor-user img {
  width: 42px;
  margin-right: 14px;
}
.tpd-new-course-instructor .btn-primary {
  color: var(--ed-color-theme-primary);
  padding: 7px 21px;
  background: #e9ecff;
  border-color: #e9ecff;
}
.tpd-new-course-instructor .btn-primary span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.tpd-new-course-instructor .upload-btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-theme-primary);
  padding: 10px 19px;
  border-radius: 6px;
  background: #e9ecff;
}
.tpd-new-course-instructor .upload-btn label {
  cursor: pointer;
}
.tpd-new-course-instructor .upload-btn span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.tpd-new-course-instructor .upload-btn input {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tpd-new-course-cartificate {
    margin-bottom: 30px;
  }
}
.tpd-new-course-cartificate img {
  width: 100%;
}

.tpd-input .switcher label * {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5F6168;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-input .switcher label * {
    font-size: 13px;
  }
}
.tpd-input .switcher label * svg {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-input .switcher label input {
  display: none;
}
.tpd-input .switcher label input + span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  background: #c2cae7;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  flex: 0 0 auto;
}
.tpd-input .switcher label input + span small {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 4px;
  top: 3px;
  background: linear-gradient(180deg, #fff 0%, #d6dcef 100%);
  box-shadow: -1px 2px 3px 0 rgba(18, 20, 32, 0.3);
}
.tpd-input .switcher label input:checked + span {
  background: var(--ed-color-theme-primary);
}
.tpd-input .switcher label input:checked + span small {
  left: 56%;
}

.tpd-redio-style-span {
  top: 50%;
  width: 20px;
  right: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  border: 1px solid #b8babc;
  transform: translateY(-50%);
  box-shadow: 0 0 1px 0 #1438b5;
}
.tpd-redio-style-span::after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--ed-color-theme-primary);
  display: inline-block;
  opacity: 0;
  transition: all 0.1s;
}
.tpd-redio-style-span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s;
  margin: auto;
  padding: 0;
  outline: 0;
  overflow: hidden;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
}
.tpd-redio-style .nav.nav-tabs {
  border: none;
}
.tpd-redio-style .nav.nav-tabs .nav-item {
  position: relative;
}
.tpd-redio-style .nav.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 20px;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
  border-radius: 6px;
  padding: 13px 84px 13px 21px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
    padding: 13px 65px 13px 21px;
  }
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span {
  border: none;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span::after {
  opacity: 1;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span::before {
  transform: scale(1);
  transition: all 0.4s;
}
.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 50px;
  padding: 6px 30px 6px 40px;
  border-color: transparent;
}
.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 8px;
}
.tpd-redio-style.tmy-tab .tpd-redio-style-span {
  left: 11px;
}
@media only screen and (max-width: 767px) {
  .tpd-redio-style.tmy-tab .tpd-redio-style-span {
    top: 11px;
    transform: translateY(0);
  }
}

/*----------------------------------------*/
/*  7.3 Sidebar
/*----------------------------------------*/
.tp-user-wrap {
  display: block;
  border-radius: 10px;
  padding: 28px 22px 12px 18px;
  background-color: var(--ed-color-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-user-wrap {
    padding: 22px 10px;
  }
}
.tp-user-banner {
  border: 1px solid #E6E8F0;
  border-radius: 8px;
  padding: 25px 0 27px 16px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.tp-user-banner-title {
  color: #303651;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}
.tp-user-banner-text {
  width: 50%;
}
.tp-user-banner-shape {
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -1;
}
.tp-user-menu {
  padding: 0px 0px 12px 0px;
}
.tp-user-menu-title {
  padding: 6px 16px 4px 16px;
  color: var(--ed-color-heading-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.tp-user-menu-title.space-gap {
  margin-top: 10px;
  padding-bottom: 0;
}
.tp-user-menu ul li {
  list-style: none;
}
.tp-user-menu ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.tp-user-menu ul li a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--ed-color-heading-primary);
  padding: 6px 16px 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-user-menu ul li a span {
  display: inline-block;
  width: 30px;
  transform: translateY(-1px);
}
.tp-user-menu ul li a:hover {
  color: var(--ed-color-theme-primary);
  background: rgba(7, 166, 152, 0.11);
}
.tp-user-menu ul li.active a {
  border-radius: 8px;
  background: var(--ed-color-theme-primary);
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #07A698, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tp-user-menu ul li.active a:hover {
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
}

.tpd-menu {
  padding: 0 85px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tpd-menu {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpd-menu {
    padding: 0 30px;
  }
}
.tpd-menu .tp-header-2-search {
  width: 320px;
}
.tpd-menu .tp-header-2-search input {
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 1000px;
  background-color: #F3F4F9;
  border: 2px solid #F3F4F9;
}
.tpd-menu .tp-header-2-search input:focus {
  border-color: var(--tp-theme-secondary);
  background-color: var(--tp-common-white);
}
.tpd-menu .tp-header-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}
.tpd-menu .tp-header-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}
.tpd-menu .tp-header-2-btn {
  margin-left: 30px;
}
.tpd-menu .tp-header-2-cart {
  position: relative;
}
.tpd-menu .tp-header-2-cart::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}
.tpd-profile-avatar img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.tpd-main {
  position: relative;
  z-index: 1;
}
.tpd-user-sidebar {
  margin-right: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-user-sidebar {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tpd-user-sidebar {
    margin-bottom: 30px;
  }
}

.tpd-user-sidebar {
  position: sticky;
  top: 85px;
}

/**----------------------------------------
START: Home 6 CSS
----------------------------------------*/
.header-6 .shape {
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 41px;
}
@media only screen and (max-width: 992px) {
  .header-6 .shape {
    display: none;
  }
}
.header-6 .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-6 .top-bar {
  background-color: var(--ed-color-theme-primary);
}
.header-6 .top-bar .top-bar-inner .top-bar-left ul li a {
  color: var(--ed-color-common-white);
}
.header-6 .top-bar .top-bar-inner .top-bar-right .register-box {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.header-6 .top-bar .top-bar-inner .top-bar-right .register-box a {
  color: var(--ed-color-common-white);
}
.header-6 .top-bar .top-bar-inner .top-bar-right .register-box a:hover {
  color: var(--ed-color-common-white);
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li {
  margin: 0 20px;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  text-transform: capitalize;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  padding-right: 0;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  display: none;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 0;
}

.hero-section-6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section-6 .bg-item .hero-bg-img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 1200px) {
  .hero-section-6 .bg-item .hero-bg-img {
    top: 0;
  }
}
.hero-section-6 .bg-item .hero-bg-img img {
  width: 96%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .hero-section-6 .bg-item .hero-bg-img img {
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .hero-section-6 .bg-item .hero-bg-img img {
    width: 100%;
  }
}
.hero-section-6 .bg-item .bg-overlay {
  background: linear-gradient(90deg, #07A698 30.56%, rgba(5, 47, 43, 0) 81.23%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .hero-section-6 .bg-item .bg-overlay {
    background-color: #07A698;
    width: 100%;
    right: 0;
    opacity: 0.8;
  }
}
.hero-section-6 .bg-item .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-section-6 .bg-item .shape-2 {
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .bg-item .shape-2 {
    display: none;
  }
}
.hero-section-6 .bg-item .shape-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-content.hero-content-6 {
  padding: 200px 0 260px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content.hero-content-6 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content.hero-content-6 {
    padding: 100px 0;
  }
}
.hero-content.hero-content-6 .section-heading .section-title {
  color: var(--ed-color-common-white);
}
@media (max-width: 1399px) {
  .hero-content.hero-content-6 .section-heading .section-title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero-content.hero-content-6 .section-heading .section-title br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content.hero-content-6 .section-heading .section-title br {
    display: none;
  }
}
.hero-content.hero-content-6 .hero-btn-wrap {
  margin-bottom: 0;
}
.hero-content.hero-content-6 .hero-btn-wrap .video-btn a {
  color: var(--ed-color-common-white);
}

.kid-content-section {
  padding-top: 75px;
}

.service-section-6 {
  position: relative;
  z-index: 1;
}
.service-section-6 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-item-6 {
  background-color: var(--ed-color-common-white);
  padding: 20px;
  border-radius: 15px;
}
.service-item-6 .service-thumb {
  height: 230px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.service-item-6 .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-item-6 .service-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-item-6 .service-content p {
  margin-bottom: 15px;
}
.service-item-6 .service-content .read-more {
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.service-item-6 .service-content .read-more i {
  font-size: 14px;
  margin-top: 2px;
}

.course-item-6 .course-thumb {
  position: relative;
}
.course-item-6 .course-thumb img {
  transform: scale(1);
}
.course-item-6 .course-thumb .join-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.course-item-6 .course-thumb .join-btn a {
  background-color: var(--ed-color-common-white);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 100px;
  line-height: 1;
}
.course-item-6 .course-thumb .overlay {
  background-color: var(--ed-color-theme-primary);
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course-item-6 .course-content {
  border-bottom: 0;
  margin-bottom: 10px;
}
.course-item-6:hover .course-thumb .overlay {
  width: 100%;
}
.course-item-6:hover .course-thumb img {
  transform: scale(1);
}
.course-item-6:hover .course-thumb .join-btn {
  transform: translate(-50%, -50%) scale(1);
}

.team-section-7 {
  position: relative;
  z-index: 1;
}
.team-section-7 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.team-item-6 {
  height: 500px;
  position: relative;
}
.team-item-6 .team-thumb {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.team-item-6 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-6 .team-content {
  background-color: var(--ed-color-common-white);
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 0;
  border-radius: 15px;
}
.team-item-6 .team-content .title {
  font-size: 22px;
  margin-bottom: 0;
}
.team-item-6 .team-content span {
  color: var(--ed-color-text-body);
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.team-item-6 .team-content .social-list {
  margin-top: 20px;
}
.team-item-6 .team-content .social-list li {
  display: inline-flex;
}
.team-item-6 .team-content .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.team-item-6 .team-content .social-list li a {
  color: var(--ed-color-theme-primary);
  height: 40px;
  width: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-6 .team-content .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}
.team-item-6:hover .team-thumb img {
  transform: scale(1.03);
}

.testimonial-section-6 {
  position: relative;
  z-index: 1;
}
.testimonial-section-6 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testi-carousel-4 {
  padding-bottom: 100px;
}
.testi-carousel-4 .swiper-pagination {
  bottom: 0;
}
.testi-carousel-4 .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 2px solid #E0E5EB;
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.testi-carousel-4 .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.testi-carousel-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--ed-color-theme-primary);
}
.testi-carousel-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  visibility: visible;
  opacity: 1;
}

.testi-item-4 p {
  margin-bottom: 0;
}
.testi-item-4 .testi-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .testi-item-4 .testi-bottom {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.testi-item-4 .testi-bottom .testi-review {
  list-style: none;
  display: flex;
  align-items: center;
}
.testi-item-4 .testi-bottom .testi-review li {
  color: #FFB539;
}

.event-card-2 {
  border: 1px solid #E3EAF3;
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 767px) {
  .event-card-2 {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
}
.event-card-2 .event-thumb {
  height: 170px;
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event-card-2 .event-thumb {
    max-width: 100%;
  }
}
.event-card-2 .event-content .event-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .event-card-2 .event-content .event-list {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.event-card-2 .event-content .event-list li {
  font-size: 14px;
}
.event-card-2 .event-content .event-bottom {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .event-card-2 .event-content .event-bottom {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.event-card-2 .event-content .event-bottom .ed-primary-btn {
  padding: 15px 30px;
}
.event-card-2 .event-content .event-bottom .event-author {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.event-card-2 .event-content .event-bottom .event-author .author-thumb {
  height: 40px;
  width: 40px;
}
.event-card-2 .event-content .event-bottom .event-author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.register-wrap {
  background: var(--ed-color-common-white);
  box-shadow: 0px 8px 40px rgba(15, 27, 49, 0.12);
  border-radius: 10px;
  padding: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .register-wrap {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .register-wrap {
    padding: 50px 20px;
  }
}
.register-wrap .shape {
  position: absolute;
  bottom: -20px;
  left: 56%;
  transform: translateX(-50%);
  z-index: -1;
}
.register-wrap .section-heading {
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .register-wrap .section-heading .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .register-wrap .section-heading .section-title {
    font-size: 28px;
  }
}
.register-wrap .section-heading .section-title br {
  display: block;
}
.register-wrap .section-heading .section-title span {
  color: var(--ed-color-theme-primary);
}
.register-wrap .register-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 576px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .register-wrap .register-img {
    display: none;
  }
}
.register-wrap .register-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blog-section-6 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-section-6 {
    background-color: #EBF2F2;
  }
}
.blog-section-6 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-6 {
  position: relative;
  z-index: 1;
  margin-top: -28px;
}
@media only screen and (max-width: 992px) {
  .footer-6 {
    padding-top: 100px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-6 {
    padding-top: 70px;
    margin-top: 0px;
    background-color: #162726;
  }
}
.footer-6 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .footer-6 .bg-img {
    display: none;
  }
}

.course-item.course-item-6 .course-thumb-wrap .course-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.post-card-3 {
  background-color: var(--ed-color-common-white);
}

/* !END: Home 6 CSS */
/**----------------------------------------
START: Home 6 CSS
----------------------------------------*/
.hero-7 {
  background: #F0FEFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero-7 .hero-img-wrap-7 {
    display: none;
  }
}
.hero-7 .hero-img-wrap-7 .hero-img-1 {
  position: absolute;
  top: 100px;
  right: 100px;
  max-width: 305px;
  height: 305px;
}
@media (max-width: 1600px) {
  .hero-7 .hero-img-wrap-7 .hero-img-1 {
    right: 20px;
  }
}
@media (max-width: 1399px) {
  .hero-7 .hero-img-wrap-7 .hero-img-1 {
    max-width: 250px;
    height: 250px;
  }
}
.hero-7 .hero-img-wrap-7 .hero-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.hero-7 .hero-img-wrap-7 .hero-img-2 {
  position: absolute;
  bottom: 100px;
  left: 100px;
  max-width: 305px;
  height: 305px;
}
@media (max-width: 1600px) {
  .hero-7 .hero-img-wrap-7 .hero-img-2 {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .hero-7 .hero-img-wrap-7 .hero-img-2 {
    max-width: 250px;
    height: 250px;
  }
}
.hero-7 .hero-img-wrap-7 .hero-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.hero-content-7 {
  padding: 120px 0;
}
.hero-content-7 .section-heading .section-title br {
  display: block;
}
.hero-content-7 .hero-form {
  margin: 0 auto;
}
.hero-content-7 .about-counter-items {
  max-width: 908px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .hero-content-7 .about-counter-items {
    max-width: 850px;
  }
}
@media (max-width: 1200px) {
  .hero-content-7 .about-counter-items {
    max-width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-7 .about-counter-items {
    max-width: 600px;
  }
}
.hero-content-7 .about-counter-items .about-counter-item .content p {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .hero-content-7 .about-counter-items .about-counter-item:nth-child(3) {
    display: none;
  }
}

.category-wrap > div {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .category-wrap > div {
    padding: 0 15px;
  }
}
.category-wrap > div:nth-child(1) .category-item-2 {
  padding-right: 40px;
  padding-bottom: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1200px) {
  .category-wrap > div:nth-child(1) .category-item-2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(1) .category-item-2 {
    padding: 0;
    border: none;
  }
}
.category-wrap > div:nth-child(2) .category-item-2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(2) .category-item-2 {
    padding: 0;
    border: none;
  }
}
.category-wrap > div:nth-child(3) .category-item-2 {
  padding-left: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(3) .category-item-2 {
    padding: 0;
    border: none;
  }
}
.category-wrap > div:nth-child(4) .category-item-2 {
  padding-right: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1200px) {
  .category-wrap > div:nth-child(4) .category-item-2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(4) .category-item-2 {
    padding: 0;
    border: none;
  }
}
.category-wrap > div:nth-child(5) .category-item-2 {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(5) .category-item-2 {
    padding: 0;
    border: none;
  }
}
.category-wrap > div:nth-child(6) .category-item-2 {
  padding-top: 40px;
  padding-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 992px) {
  .category-wrap > div:nth-child(6) .category-item-2 {
    padding: 0;
    border: none;
  }
}

.category-item-2 {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .category-item-2 {
    grid-template-columns: 1fr;
  }
}
.category-item-2 .icon {
  background-color: var(--ed-color-common-white);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-item-2 .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-item-2 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.category-item-2 .content p {
  color: #6C706F;
}
.category-item-2 .content .learn-more {
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.category-item-2 .content .learn-more i {
  font-size: 14px;
  margin-top: 2px;
}
.category-item-2:hover .icon {
  background-color: var(--ed-color-theme-primary);
}
.category-item-2:hover .icon img {
  filter: invert(1) brightness(5);
}

.footer-insta-area {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  max-width: 1760px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .footer-insta-area {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-insta-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-insta-area {
    grid-template-columns: 1fr;
  }
}
.footer-insta-area .footer-insta-item {
  position: relative;
  z-index: 1;
  height: 285px;
  max-width: 285px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.footer-insta-area .footer-insta-item .insta-img {
  width: 100%;
  height: 100%;
}
.footer-insta-area .footer-insta-item .insta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-insta-area .footer-insta-item .overlay {
  background-color: #07A698;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-insta-area .footer-insta-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-insta-area .footer-insta-item .icon a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-insta-area .footer-insta-item .icon a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.footer-insta-area .footer-insta-item:hover .overlay {
  visibility: visible;
  opacity: 0.64;
}
.footer-insta-area .footer-insta-item:hover .icon {
  transform: translate(-50%, -50%) scale(1);
}

/* !END: Home 6 CSS */
/**----------------------------------------
START: Home 8 CSS
----------------------------------------*/
.header-7 .top-bar {
  background-color: #1F2C30;
}

.hero-section-8 {
  position: relative;
  z-index: 1;
  padding: 0;
}
.hero-section-8 .bg-shapes .bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  z-index: -1;
}
.hero-section-8 .bg-shapes .bg-shape-1 img {
  width: 100%;
}
.hero-section-8 .bg-shapes .bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  z-index: -1;
}
.hero-section-8 .bg-shapes .bg-shape-2 img {
  width: 100%;
}
.hero-section-8 .bg-shapes .bg-shape-3 {
  position: absolute;
  top: 0;
  right: -102px;
  height: 115%;
  z-index: -1;
  transform: rotate(2deg);
}
.hero-section-8 .bg-shapes .bg-shape-3 img {
  height: 100%;
}
@media (max-width: 1700px) {
  .hero-section-8 .bg-shapes .bg-shape-3 {
    right: -325px;
  }
}
@media (max-width: 1600px) {
  .hero-section-8 .bg-shapes .bg-shape-3 {
    right: -275px;
  }
}
@media (max-width: 1399px) {
  .hero-section-8 .bg-shapes .bg-shape-3 {
    display: none;
  }
}
.hero-section-8 .hero-img-wrap-8 {
  height: 1237px;
  width: 1200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -14%;
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .hero-section-8 .hero-img-wrap-8 {
    right: -20%;
  }
}
@media (max-width: 1700px) {
  .hero-section-8 .hero-img-wrap-8 {
    right: -30%;
  }
}
@media (max-width: 1399px) {
  .hero-section-8 .hero-img-wrap-8 {
    right: -50%;
  }
}
@media (max-width: 1200px) {
  .hero-section-8 .hero-img-wrap-8 {
    right: -65%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-8 .hero-img-wrap-8 {
    display: none;
  }
}
.hero-section-8 .hero-img-wrap-8 img {
  width: 80%;
  height: 82%;
  object-fit: cover;
  object-position: 65% 150px;
}
@media (max-width: 1700px) {
  .hero-section-8 .hero-img-wrap-8 img {
    object-position: 85% 150px;
  }
}
@media (max-width: 1399px) {
  .hero-section-8 .hero-img-wrap-8 img {
    object-position: 100% 150px;
  }
}
.hero-section-8 .hero-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: end;
  row-gap: 20px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .hero-section-8 .hero-items {
    left: 63%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-8 .hero-items {
    display: none;
  }
}
.hero-section-8 .hero-items .hero-item {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  display: inline-block;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
}
.hero-section-8 .hero-items .hero-item img {
  margin-right: 10px;
}
.hero-section-8 .hero-items .hero-item span {
  column-gap: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .hero-section-8 .shapes {
    display: none;
  }
}
.hero-section-8 .shapes .shape.shape-1 {
  left: 0;
  bottom: 20px;
}
.hero-section-8 .shapes .shape.shape-2 {
  top: 30px;
  left: 40%;
  bottom: auto;
}
.hero-section-8 .shapes .shape.shape-3 {
  top: 30px;
  left: 70px;
}

.hero-content-8 {
  padding: 170px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-8 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-8 {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .hero-content-8 .section-heading .section-title {
    font-size: 40px;
  }
  .hero-content-8 .section-heading .section-title br {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-8 .section-heading .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-8 .section-heading .section-title {
    font-size: 36px;
  }
  .hero-content-8 .section-heading .section-title br {
    display: none;
  }
}

.cat-item {
  background-color: var(--ed-color-grey-2);
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cat-item .shape {
  background: #07A698;
  filter: blur(50px);
  height: 157px;
  width: 157px;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  right: -45px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.cat-item .icon {
  background-color: var(--ed-color-common-white);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cat-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
.cat-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.cat-item:hover .shape {
  top: -65px;
  right: -55px;
  visibility: visible;
  opacity: 1;
}

.service-promo {
  background-color: #143532;
}
.service-promo .service-promo-container {
  max-width: 1755px;
}

.service-promo-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1200px) {
  .service-promo-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .service-promo-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-promo-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-promo-item {
  background-color: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.service-promo-item .icon {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.service-promo-item .content .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--ed-color-common-white);
}
.service-promo-item .content span {
  color: var(--ed-color-common-white);
}

.about-section-8 {
  position: relative;
  z-index: 1;
}
.about-section-8 .bg-round-shape {
  border: 60px solid rgba(7, 166, 152, 0.07);
  height: 563px;
  width: 563px;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  right: 95px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-section-8 .bg-round-shape {
    display: none;
  }
}

.about-img-wrap-8 {
  max-width: 736px;
  width: 100%;
  height: 694px;
  position: relative;
}
.about-img-wrap-8 .about-img-1 {
  max-width: 308px;
  width: 100%;
  height: 266px;
  border: 8px solid var(--ed-color-common-white);
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-img-wrap-8 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-8 .about-img-2 {
  max-width: 677px;
  width: 100%;
  height: 513px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  overflow: hidden;
}
.about-img-wrap-8 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-8 .round-shape {
  height: 277px;
  width: 277px;
  border: 45px solid var(--ed-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: -100px;
}

.about-wrap-8 {
  position: relative;
}

.about-content-8 {
  background-color: var(--ed-color-common-white);
  max-width: 720px;
  width: 100%;
  box-shadow: 0px 4px 80px 2px rgba(15, 21, 33, 0.1);
  border-radius: 15px;
  padding: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .about-content-8 {
    max-width: 600px;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .about-content-8 {
    position: relative;
    margin-top: 40px;
    box-shadow: inherit;
    padding: 0 15px;
  }
}
.about-content-8 .about-tab .nav-tabs {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-content-8 .about-tab .nav-tabs {
    row-gap: 10px;
  }
}
.about-content-8 .about-tab .nav-tabs .nav-item {
  border: none;
}
.about-content-8 .about-tab .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 10px;
}
.about-content-8 .about-tab .nav-tabs .nav-item .nav-link {
  background-color: rgba(7, 166, 152, 0.04);
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(7, 166, 152, 0.16);
  padding: 14px 30px;
  border-radius: 100px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-content-8 .about-tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.about-content-8 .about-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.about-content-8 .about-tab .tab-content {
  margin-top: 30px;
}
.about-content-8 .about-tab .tab-content .tab-pane p {
  margin-bottom: 25px;
}
.about-content-8 .about-tab .tab-content .tab-pane .about-list li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.about-content-8 .about-tab .tab-content .tab-pane .about-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.about-content-8 .about-tab .tab-content .tab-pane .about-list li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 166, 152, 0.19);
  border-radius: 50%;
}

.feature-course-top.heading-space {
  align-items: end;
}
.feature-course-top .nav-tabs {
  margin-bottom: 10px;
  column-gap: 0;
}
@media only screen and (max-width: 767px) {
  .feature-course-top .nav-tabs {
    margin-top: 30px;
  }
}
.feature-course-top .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  .feature-course-top .nav-tabs .nav-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.feature-course-top .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-course-top .nav-tabs .nav-item .nav-link.active {
  color: var(--ed-color-theme-primary);
}

.video-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-section .round-shape {
  height: 750px;
  width: 750px;
  border: 120px solid var(--ed-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  bottom: -200px;
  left: -120px;
  z-index: -1;
  opacity: 0.07;
}
@media only screen and (max-width: 767px) {
  .video-section .round-shape {
    display: none;
  }
}

.video-wrap {
  background: var(--ed-color-common-white);
  box-shadow: 0px 9px 25px rgba(17, 23, 46, 0.1);
  border-radius: 20px;
  padding: 10px 10px 30px 10px;
  position: relative;
  z-index: 1;
}
.video-wrap .shape-1 {
  height: 415px;
  width: 415px;
  border: 60px solid var(--ed-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  top: -190px;
  right: -190px;
  opacity: 0.07;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .video-wrap .shape-1 {
    display: none;
  }
}
.video-wrap .video-img {
  height: 530px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .video-wrap .video-img {
    height: 350px;
  }
}
.video-wrap .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.video-wrap .video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap .video-img .video-btn a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 100px;
  width: 100px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.video-wrap .video-img .video-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.video-wrap .video-img .video-btn a .ripple {
  height: 100px;
  width: 100px;
}
.video-wrap .video-img .video-btn a .ripple:before, .video-wrap .video-img .video-btn a .ripple:after {
  height: 100px;
  width: 100px;
}
.video-wrap .video-items {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .video-wrap .video-items {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-wrap .video-items {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: baseline;
  }
}
.video-wrap .video-items .video-item {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 992px) {
  .video-wrap .video-items .video-item {
    column-gap: 10px;
  }
}
.video-wrap .video-items .video-item:not(:last-of-type) {
  margin-right: 70px;
  padding-right: 70px;
  border-right: 1px solid #DEE8E7;
}
@media (max-width: 1200px) {
  .video-wrap .video-items .video-item:not(:last-of-type) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .video-wrap .video-items .video-item:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-wrap .video-items .video-item:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.video-wrap .video-items .video-item .icon {
  background-color: #DFF2F1;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.video-wrap .video-items .video-item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .video-wrap .video-items .video-item .title {
    font-size: 15px;
  }
}

.course-carousel-area {
  position: relative;
  z-index: 1;
}
.course-carousel-area .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.course-carousel-2 {
  overflow: visible;
}

.course-carousel-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.course-carousel-top .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.course-carousel-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.testi-8 {
  background-color: #F3F7FB;
}

.content-wrap-8 {
  position: relative;
  z-index: 1;
}
.content-wrap-8 .shape {
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: -1;
}

.content-img-8 {
  height: 374px;
  max-width: 555px;
  width: 100%;
  border-radius: 15px;
  border: 7px solid var(--ed-color-common-white);
  box-shadow: 0px 11px 38px rgba(32, 49, 47, 0.12);
}
.content-img-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .content-img-8 {
    margin-bottom: 30px;
  }
}

.content-info-8 {
  padding-left: 40px;
}
.content-info-8 p {
  max-width: 565px;
  width: 100%;
}

.choose-us {
  position: relative;
  z-index: 1;
}
.choose-us .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.choose-us-wrap {
  position: relative;
  z-index: 1;
}
.choose-us-wrap .line {
  background: linear-gradient(90deg, rgba(7, 166, 152, 0) 0%, #07A698 50.39%, rgba(7, 166, 152, 0) 99.69%);
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .choose-us-wrap .line {
    display: none;
  }
}

.choose-use-item {
  background-color: var(--ed-color-common-white);
  display: flex;
  column-gap: 20px;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .choose-use-item {
    margin-top: 0;
  }
}
.choose-use-item .line-shape {
  background: linear-gradient(360deg, rgba(7, 166, 152, 0) 0%, #07A698 100%);
  height: 94px;
  width: 4px;
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  .choose-use-item .line-shape {
    display: none;
  }
}
.choose-use-item .line-shape .top-round {
  background-color: var(--ed-color-common-white);
  height: 20px;
  width: 20px;
  border: 5px solid var(--ed-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.choose-use-item .line-shape .bottom-round {
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.choose-use-item .line-shape .bottom-round:before {
  background-color: var(--ed-color-theme-primary);
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.choose-use-item .icon {
  color: var(--ed-color-theme-primary);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.choose-use-item .content .title,
.choose-use-item .content p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .choose-use-item .content p br {
    display: none;
  }
}
.choose-use-item:hover {
  background-color: var(--ed-color-theme-primary);
}
.choose-use-item:hover .icon {
  color: var(--ed-color-common-white);
}
.choose-use-item:hover .content .title {
  color: var(--ed-color-common-white);
}
.choose-use-item:hover .content p {
  color: var(--ed-color-common-white);
}
.choose-use-item:hover .line-shape .bottom-round {
  background-color: var(--ed-color-theme-primary);
}
.choose-use-item:hover .line-shape .bottom-round:before {
  background-color: var(--ed-color-common-white);
}
.choose-use-item.item-2 {
  margin-top: 170px;
}
@media only screen and (max-width: 992px) {
  .choose-use-item.item-2 {
    margin-top: 0;
  }
}
.choose-use-item.item-2 .line-shape {
  height: 165px;
  top: -165px;
}

/* !END: Home 8 CSS */
/**----------------------------------------
START: Home 9 CSS
----------------------------------------*/
.header-9 {
  background-color: transparent;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .header-9 {
    background-color: var(--ed-color-common-white);
    position: relative;
  }
}
.header-9 .primary-header .primary-header-inner {
  padding: 0 30px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 11px 39px rgba(15, 39, 37, 0.13);
}
@media only screen and (max-width: 992px) {
  .header-9 .primary-header .primary-header-inner {
    padding: 20px 0;
    box-shadow: none;
  }
}
.header-9 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li a {
  padding: 34px 0;
}
.header-9 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul {
  top: 94px;
}
.header-9 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul li a {
  padding: 15px 0;
}
.header-9 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul li:hover a {
  padding-left: 12px;
}
.header-9 .primary-header.fixed .primary-header-inner {
  box-shadow: none;
}

.hero-section-9 {
  background-color: var(--ed-color-common-white);
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero-section-9 {
    background-color: #dcf2f1;
    border-top: 1px solid var(--ed-color-border-1);
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-9 .shapes .shape {
    display: none;
  }
}
.hero-section-9 .shapes .shape.shape-1 {
  top: 50px;
  right: 0;
  left: auto;
  bottom: auto;
  z-index: 4;
}
.hero-section-9 .shapes .shape.shape-2 {
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 1;
}
.hero-section-9 .shapes .shape.shape-4 {
  top: 202px;
  left: 39%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .hero-section-9 .shapes .shape.shape-4 {
    display: none;
  }
}

.hero-wrap-9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-wrap-9 .hero-img-wrap-9 {
  max-width: 755px;
  width: 100%;
  height: 989px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .hero-wrap-9 .hero-img-wrap-9 {
    position: relative;
    height: 880px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap-9 .hero-img-wrap-9 {
    display: none;
  }
}
.hero-wrap-9 .hero-img-wrap-9 .hero-img {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 754px;
  width: 100%;
  height: 958px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .hero-wrap-9 .hero-img-wrap-9 .hero-img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-wrap-9 .hero-img-wrap-9 .hero-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-wrap-9 .hero-img-wrap-9 .hero-img-shape-1 {
  position: absolute;
  bottom: 98px;
  right: 0;
  z-index: -1;
}
.hero-wrap-9 .hero-img-wrap-9 .hero-img-shape-2 {
  position: absolute;
  bottom: 59px;
  left: 149px;
  z-index: 2;
}

.hero-content-9 {
  padding: 330px 0 230px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .hero-content-9 {
    padding: 200px 0 40px 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-9 {
    padding: 100px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-9 {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-9 .section-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-9 .section-heading .section-title {
    font-size: 32px;
  }
}
.hero-content-9 .hero-btn-wrap {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .hero-content-9 .hero-btn-wrap {
    margin-bottom: 30px;
  }
}
.hero-content-9 .hero-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 35px;
  margin-bottom: 0px;
}
.hero-content-9 .hero-list li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--ed-color-heading-primary);
}
.hero-content-9 .hero-list li i {
  color: var(--ed-color-theme-primary);
}

.language-course {
  background-color: #143532;
  position: relative;
  z-index: 1;
  padding-top: 170px;
  margin-top: -160px;
  clip-path: polygon(0 15%, 100% 1%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .language-course {
    margin-top: 0;
    clip-path: inherit;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .language-course {
    padding-top: 80px;
  }
}
.language-course .shapes .shape {
  position: absolute;
  z-index: -1;
}
.language-course .shapes .shape.shape-1 {
  bottom: 0;
  right: 0;
}
.language-course .shapes .shape.shape-2 {
  top: 60px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .language-course .shapes .shape.shape-2 {
    display: none;
  }
}
.language-course .shapes .shape.shape-3 {
  top: -30px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .language-course .shapes .shape.shape-3 {
    display: none;
  }
}

.lang-course-item {
  background-color: var(--ed-color-common-white);
  padding: 25px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .lang-course-item {
    padding: 20px 15px;
  }
}
.lang-course-item .course-thumb {
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
}
.lang-course-item .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.lang-course-item .course-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.lang-course-item .course-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.lang-course-item .course-content .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6C706F;
  margin-top: 7px;
}
.lang-course-item .course-content .arrow-btn a {
  background-color: #DFEFEE;
  color: var(--ed-color-theme-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.lang-course-item .course-content .arrow-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.lang-course-item:hover {
  transform: translateY(-5px);
}

.lang-exam-area {
  position: relative;
  z-index: 1;
}
.lang-exam-area .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lang-exam-carousel-wrap {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .lang-exam-carousel-wrap .swiper-arrow {
    display: none;
  }
}
.lang-exam-carousel-wrap .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1600px) {
  .lang-exam-carousel-wrap .swiper-arrow .swiper-nav {
    left: -80px;
  }
}
@media (max-width: 1399px) {
  .lang-exam-carousel-wrap .swiper-arrow .swiper-nav {
    left: 0;
  }
}
.lang-exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -120px;
}
@media (max-width: 1600px) {
  .lang-exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: -80px;
  }
}
@media (max-width: 1399px) {
  .lang-exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: 0px;
  }
}

.lang-exam-item {
  display: grid;
  align-items: center;
  grid-template-columns: 617px 1fr;
  grid-gap: 50px;
  background: var(--ed-color-common-white);
  box-shadow: 0px 23px 62px rgba(40, 47, 55, 0.09);
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1200px) {
  .lang-exam-item {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .lang-exam-item {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.lang-exam-item .lang-exam-img {
  height: 354px;
  max-width: 617px;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .lang-exam-item .lang-exam-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lang-exam-item .lang-exam-img {
    height: 300px;
  }
}
.lang-exam-item .lang-exam-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.lang-exam-item .content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.lang-exam-item .content span {
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.lang-exam-item .content .lang-exam-list {
  margin: 20px 0;
}
.lang-exam-item .content .lang-exam-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
}
.lang-exam-item .content .lang-exam-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.lang-exam-item .content .lang-exam-list li i {
  color: var(--ed-color-theme-primary);
}

.lang-prog-item {
  background: var(--ed-color-common-white);
  box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.lang-prog-item .lang-prog-img {
  height: 200px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.lang-prog-item .lang-prog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.lang-prog-item .lang-prog-content span {
  color: var(--ed-color-theme-primary);
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.lang-prog-item .lang-prog-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lang-prog-item .lang-prog-content .lang-prog-list {
  list-style: none;
  margin-bottom: 20px;
}
.lang-prog-item .lang-prog-content .lang-prog-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.lang-prog-item .lang-prog-content .lang-prog-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.lang-prog-item .lang-prog-content .lang-prog-list li i {
  color: var(--ed-color-theme-primary);
}

.about-section-9 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.about-section-9 .bottom-shape {
  background: rgba(7, 166, 152, 0.1);
  filter: blur(105px);
  width: 100%;
  height: 151px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
}
@media only screen and (max-width: 767px) {
  .about-section-9 .shapes {
    display: none;
  }
}
.about-section-9 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-section-9 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
.about-section-9 .shapes .shape-3 {
  position: absolute;
  bottom: 33%;
  right: 60px;
  z-index: -1;
}

.about-img-9 {
  height: 485px;
  max-width: 483px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .about-img-9 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-9 {
    height: 350px;
  }
}
.about-img-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-content-9 .about-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--ed-color-border-1);
}
.about-content-9 .about-items .about-item {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.about-content-9 .about-items .about-item .icon {
  background-color: var(--ed-color-common-white);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-content-9 .about-items .about-item .title {
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.cat-item-2 {
  background-color: var(--ed-color-common-white);
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .cat-item-2 {
    padding: 40px 20px;
  }
}
.cat-item-2 .shape {
  top: -210px;
  right: -150px;
  height: 288px;
  width: 288px;
  background: #07A698;
  filter: blur(125px);
}
.cat-item-2 .icon {
  margin-bottom: 20px;
}
.cat-item-2 .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.cat-item-2:hover .shape {
  top: -185px;
  right: -150px;
}

.testi-9 {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
.testi-9 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.testi-item-9 {
  background-color: var(--ed-color-common-white);
}
.testi-item-9 .testi-top-content {
  grid-template-columns: 1fr;
}
.testi-item-9 .testi-top-content p {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
}
.testi-item-9 .testi-bottom .author-info-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.testi-item-9 .testi-bottom .author-info-wrap .author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.testi-item-9 .testi-bottom .author-info-wrap .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item-9 .testi-bottom .author-info-wrap .author-info .name {
  font-size: 16px;
  font-weight: 500;
}
.testi-item-9 .testi-bottom .author-info-wrap .author-info span {
  font-size: 14px;
}

.post-card-9 {
  box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
  border: none;
}
.post-card-9 .post-content-wrap .post-content {
  padding: 30px 30px;
}
.post-card-9 .post-content-wrap .post-meta {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed var(--ed-color-border-1);
}
.post-card-9 .post-content-wrap .read-more {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-card-9 .post-content-wrap .read-more i {
  background-color: var(--ed-color-theme-primary);
  height: 30px;
  width: 30px;
  color: var(--ed-color-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-card-9-2 {
  padding: 0;
  grid-gap: 0;
  box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
  border: none;
}
.post-card-9-2 .post-thumb {
  height: 215px;
}
.post-card-9-2 .post-content-wrap .post-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .post-card-9-2 .post-content-wrap .post-content {
    padding: 30px 20px;
  }
}
.post-card-9-2 .post-content-wrap .post-content .title {
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.post-card-9-2 .post-content-wrap .post-content p {
  margin-bottom: 20px;
}
.post-card-9-2 .post-content-wrap .ed-primary-btn {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.post-card-9-2 .post-content-wrap .ed-primary-btn:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.subscribe-section {
  background-color: #E2F2F1;
  position: relative;
  z-index: 1;
}
.subscribe-section .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.subscribe-section .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.subscribe-section .shapes .shape-2 img {
  height: 100%;
}

.subscrie-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .subscrie-wrap {
    justify-content: center;
  }
}
.subscrie-wrap .section-heading .section-title {
  font-size: 36px;
}
.subscrie-wrap .section-heading .section-title br {
  display: block;
}
@media (max-width: 1200px) {
  .subscrie-wrap .section-heading .section-title {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .subscrie-wrap .section-heading .section-title {
    font-size: 28px;
  }
}
.subscrie-wrap .subscribe-form-wrap {
  max-width: 628px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .subscrie-wrap .subscribe-form-wrap {
    text-align: center;
  }
}
.subscrie-wrap .subscribe-form-wrap .form-control {
  background-color: var(--ed-color-common-white);
  box-shadow: none;
  border: 1px solid var(--ed-color-border-1);
  border-radius: 100px;
  padding: 22px 250px 22px 30px;
}
@media only screen and (max-width: 767px) {
  .subscrie-wrap .subscribe-form-wrap .form-control {
    padding-right: 30px;
  }
}
.subscrie-wrap .subscribe-form-wrap button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .subscrie-wrap .subscribe-form-wrap button {
    position: relative;
    top: 0;
    transform: inherit;
    right: 0;
    margin-top: 15px;
  }
}

/* !END: Home 9 CSS */
/**----------------------------------------
START: Home 10 CSS
----------------------------------------*/
.hero-10 {
  background-color: #1F2B2A;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-10 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-10 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.hero-10 .shapes .shape-3 {
  position: absolute;
  bottom: -83px;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .hero-10 .shapes .shape-3 {
    bottom: -30px;
  }
}
.hero-10 .shapes .shape-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .hero-10 .hero-img-wrap-7 {
    display: none;
  }
}
.hero-10 .hero-img-wrap-7 .hero-img-1 {
  position: absolute;
  bottom: 115px;
  left: 36px;
}
@media (max-width: 1700px) {
  .hero-10 .hero-img-wrap-7 .hero-img-1 {
    left: 0;
  }
}
@media (max-width: 1600px) {
  .hero-10 .hero-img-wrap-7 .hero-img-1 {
    left: -80px;
  }
}
.hero-10 .hero-img-wrap-7 .hero-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 115px;
  right: 36px;
}
@media (max-width: 1700px) {
  .hero-10 .hero-img-wrap-7 .hero-img-2 {
    right: 0;
  }
}
@media (max-width: 1600px) {
  .hero-10 .hero-img-wrap-7 .hero-img-2 {
    bottom: 150px;
    right: -50px;
  }
}

.hero-content-10 {
  padding: 155px 0 108px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .hero-content-10 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-10 {
    padding-top: 70px;
  }
}
.hero-content-10 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 35px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.hero-content-10 ul li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--ed-color-common-white);
}
.hero-content-10 ul li i {
  color: var(--ed-color-theme-primary);
}
@media (max-width: 1600px) {
  .hero-content-10 .hero-form {
    max-width: 600px;
  }
}
.hero-content-10 .hero-form .form-control {
  padding-left: 30px;
}

.cat-item-3 {
  background-color: var(--ed-color-common-white);
}
.cat-item-3 .icon {
  background-color: #F2F4F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cat-item-3:hover .icon {
  background-color: var(--ed-color-common-white);
}

.cat-card {
  background-color: var(--ed-color-grey-1);
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  padding: 20px;
  border: 1px solid var(--ed-color-border-1);
  border-radius: 6px;
}
.cat-card .icon {
  background-color: var(--ed-color-common-white);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 32px rgba(9, 51, 47, 0.08);
  border-radius: 6px;
}
.cat-card .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cat-card .content span {
  color: #6C706F;
  font-size: 14px;
  line-height: 1;
}

.about-section-10 {
  background-color: var(--ed-color-grey-1);
  position: relative;
  z-index: 1;
}
.about-section-10 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-img-wrap-10 {
  position: relative;
  max-width: 592px;
  width: 100%;
  height: 594px;
}
.about-img-wrap-10 .about-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 490px;
  width: 100%;
  height: 467px;
}
.about-img-wrap-10 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-img-wrap-10 .about-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 363px;
  width: 100%;
  height: 375px;
  border-radius: 200px 200px 20px 20px;
  border: 5px solid var(--ed-color-common-white);
  overflow: hidden;
  box-shadow: 0px 4px 35px rgba(10, 27, 25, 0.28);
}
.about-img-wrap-10 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px 200px 20px 20px;
}

.about-content-10 {
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.about-content-10 .about-tab .nav-tabs {
  background-color: var(--ed-color-common-white);
  display: inline-flex;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #E0E5EB;
}
@media only screen and (max-width: 767px) {
  .about-content-10 .about-tab .nav-tabs {
    border-radius: 0;
    justify-content: center;
  }
}
.about-content-10 .about-tab .nav-tabs .nav-item .nav-link {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-color: #E0E5EB;
}
.about-content-10 .about-tab .tab-content .tab-pane .about-list li span {
  background-color: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  box-shadow: 0px 8px 19px rgba(13, 40, 38, 0.15);
}

.feature-course-4 {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
.feature-course-4 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.course-carousel-area-2 {
  background-color: var(--ed-color-grey-1);
}

.appointment-wrap {
  background-color: var(--ed-color-grey-1);
  padding: 100px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .appointment-wrap {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 992px) {
  .appointment-wrap {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .appointment-wrap {
    padding: 40px 20px;
  }
}
.appointment-wrap .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.appointment-wrap .appointment-top {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 2px solid var(--ed-color-common-white);
}
@media only screen and (max-width: 767px) {
  .appointment-wrap .appointment-top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.appointment-wrap .appointment-top .section-heading p {
  max-width: 560px;
  width: 100%;
}
.appointment-wrap .appointment-top .appointment-list {
  padding-left: 15px;
}
.appointment-wrap .appointment-top .appointment-list li {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.appointment-wrap .appointment-top .appointment-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.appointment-wrap .appointment-sponsor-area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .appointment-wrap .appointment-sponsor-area {
    margin-bottom: 40px;
  }
}
.appointment-wrap .appointment-sponsor-area .sponsor-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.appointment-wrap .appointment-sponsor-area .sponsor-item {
  height: 80px;
}
.appointment-wrap .appointment-form {
  background-color: var(--ed-color-common-white);
  padding: 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .appointment-wrap .appointment-form {
    padding: 20px 20px;
  }
}
.appointment-wrap .appointment-form .form-item .form-control {
  padding: 12px 20px;
  border: 1px solid var(--ed-color-border-1);
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 20px;
  color: var(--ed-color-text-body);
}
.appointment-wrap .appointment-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--ed-color-text-body);
}
.appointment-wrap .appointment-form .form-item .form-control:-moz-placeholder {
  color: var(--ed-color-text-body);
}
.appointment-wrap .appointment-form .form-item .form-control::-moz-placeholder {
  color: var(--ed-color-text-body);
}
.appointment-wrap .appointment-form .form-item .form-control:-ms-input-placeholder {
  color: var(--ed-color-text-body);
}
.appointment-wrap .appointment-form .form-item .form-control.nice-select {
  font-size: 16px;
  color: var(--ed-color-text-body);
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 12px 20px;
}

.appointment-btn .ed-primary-btn {
  width: 100%;
  border-radius: 5px;
}

.faq-content-10 {
  max-width: 545px;
  width: 100%;
}

.faq-thumb {
  max-width: 728px;
  width: 100%;
  height: 505px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-thumb {
    height: 350px;
    margin-top: 40px;
  }
}
.faq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.faq-thumb .video-btn {
  width: 132px;
  height: 132px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.faq-thumb .video-btn a {
  background: rgba(255, 255, 255, 0.05);
  color: var(--ed-color-common-white);
  font-size: 30px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* !END: Home 10 CSS */
/**----------------------------------------
START: Home 11 CSS
----------------------------------------*/
.about-section-11 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-section-11 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 166, 152, 0.075) 86.03%, rgba(7, 166, 152, 0) 100%);
  filter: blur(275px);
  width: 1537px;
  height: 777px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  transform: translateX(-50%);
}
.about-section-11 .shape-2 {
  position: absolute;
  bottom: 25%;
  left: 0;
  z-index: -1;
}

.about-img-wrap-11 {
  max-width: 603px;
  width: 100%;
  height: 483px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-11 {
    margin-bottom: 40px;
  }
}
.about-img-wrap-11 .about-img-1 {
  max-width: 326px;
  width: 100%;
  height: 309px;
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 1;
}
.about-img-wrap-11 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid var(--ed-color-common-white);
}
.about-img-wrap-11 .about-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 353px;
  width: 100%;
  height: 100%;
}
.about-img-wrap-11 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-img-wrap-11 .about-exp {
  background-color: var(--ed-color-theme-primary);
  padding: 15px 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.about-img-wrap-11 .about-exp .title {
  color: var(--ed-color-common-white);
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.about-img-wrap-11 .about-exp .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-img-wrap-11 .about-exp p {
  color: var(--ed-color-common-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
  margin-left: 15px;
}

.about-content-11 p {
  margin-bottom: 30px;
}
.about-content-11 .about-list {
  margin-bottom: 40px;
}
.about-content-11 .about-list li {
  color: var(--ed-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.about-content-11 .about-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.about-content-11 .about-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 40px;
}
.about-content-11 .about-items .about-item {
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
}
.about-content-11 .about-items .about-item:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .about-content-11 .about-items .about-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
.about-content-11 .about-items .about-item .icon {
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #E0E5EB;
  box-shadow: 0px 4px 24px rgba(12, 28, 26, 0.19);
}
.about-content-11 .about-items .about-item .title {
  margin-bottom: 0;
}

.about-counter-item-2 {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 7px 48px rgba(18, 38, 37, 0.13);
  backdrop-filter: blur(45px);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .about-counter-item-2 {
    background-color: var(--ed-color-common-white);
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-counter-item-2 {
    padding: 30px 20px;
  }
}
.about-counter-item-2 .shape {
  background: rgba(7, 166, 152, 0.6);
  filter: blur(75px);
  width: 151px;
  height: 151px;
  position: absolute;
  top: -80px;
  left: -100px;
  z-index: -1;
}
.about-counter-item-2 .icon {
  background-color: var(--ed-color-common-white);
  width: 80px;
  height: 80px;
  box-shadow: 0px 13px 36px rgba(55, 152, 147, 0.27);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.about-counter-item-2 .title {
  color: var(--ed-color-theme-primary);
  font-size: 44px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.about-counter-item-2 .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-counter-item-2 p {
  font-weight: 500;
  color: var(--ed-color-heading-primary);
  margin-bottom: 0;
}
.about-counter-item-2:hover {
  transform: translateY(-5px);
}

.course-carousel-4 {
  overflow: visible;
}

.course-item-11 {
  background: var(--ed-color-common-white);
  box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.15);
  border-radius: 10px;
}
.course-item-11 .course-thumb {
  height: 200px;
  padding: 10px;
  margin-bottom: 20px;
}
.course-item-11 .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.course-item-11 .course-content {
  padding: 0 30px;
  padding-bottom: 30px;
}
.course-item-11 .course-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.course-item-11 .course-content ul {
  padding-left: 15px;
}
.course-item-11 .course-content ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.sponsor-2 {
  background-color: var(--ed-color-theme-primary);
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .sponsor-2 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-2 {
    padding-top: 60px;
  }
}

.cta-section-11 {
  background-color: #1F2A2A;
  position: relative;
  z-index: 1;
}
.cta-section-11 .cta-bg-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cta-section-11 .cta-bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cta-section-11 .cta-bg-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .cta-section-11 .cta-bg-shape-3 {
    height: 100%;
  }
  .cta-section-11 .cta-bg-shape-3 img {
    height: 100%;
  }
}

.cta-wrap-11 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .cta-wrap-11 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap-11 {
    padding-bottom: 60px;
  }
}
.cta-wrap-11 .cta-content {
  position: relative;
  z-index: 5;
}
.cta-wrap-11 .cta-content .section-heading .section-title br {
  display: block;
}
.cta-wrap-11 .cta-content .cta-contact-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-11 .cta-content .cta-contact-box {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video {
  height: 141px;
  width: 169px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video .video-img {
  position: relative;
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video .video-img:before {
  background-color: rgba(8, 35, 33, 0.59);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video .video-popup {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.cta-wrap-11 .cta-content .cta-contact-box .cta-video .video-popup:hover {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.cta-wrap-11 .cta-content .cta-contact-box .contact-list {
  list-style: none;
}
.cta-wrap-11 .cta-content .cta-contact-box .contact-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.cta-wrap-11 .cta-content .cta-contact-box .contact-list li a {
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(50px);
  border-radius: 5px;
  font-size: 18px;
  color: var(--ed-color-common-white);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-wrap-11 .cta-content .cta-contact-box .contact-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.cta-wrap-11 .cta-content .cta-contact-box .contact-list li a i {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.cta-wrap-11 .cta-img-wrap-11 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .cta-wrap-11 .cta-img-wrap-11 {
    right: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-wrap-11 .cta-img-wrap-11 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap-11 .cta-img-wrap-11 {
    display: none;
  }
}
.cta-wrap-11 .cta-shape-1 {
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-11 .cta-shape-1 {
    display: none;
  }
}

.offer-section {
  background-color: #F2F4F7;
}

.offer-nav {
  border: none;
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
}
.offer-nav .nav-item {
  border: none;
}
.offer-nav .nav-item .nav-link {
  border: none;
  margin: 0;
  padding: 0;
}
.offer-nav .nav-item .nav-link .offer-tab-btn {
  background-color: var(--ed-color-theme-primary);
  text-align: left;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  padding: 21.5px 45px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .offer-nav .nav-item .nav-link .offer-tab-btn {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}
.offer-nav .nav-item .nav-link .offer-tab-btn:before {
  background: linear-gradient(90deg, #07A698 0%, #162726 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offer-nav .nav-item .nav-link .offer-tab-btn .icon {
  background-color: var(--ed-color-common-white);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.offer-nav .nav-item .nav-link .offer-tab-btn .content .title {
  color: var(--ed-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.offer-nav .nav-item .nav-link .offer-tab-btn .content p {
  color: var(--ed-color-common-white);
}
.offer-nav .nav-item .nav-link.active .offer-tab-btn:before {
  visibility: visible;
  opacity: 1;
}

.offer-img {
  height: 562px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .offer-img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-img {
    height: 400px;
  }
}
.offer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid var(--ed-color-common-white);
}
.offer-img .offer-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-img .offer-video a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  font-size: 30px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-img .offer-video a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.testi-11 {
  background-color: #162726;
}
.testi-11 .shape {
  top: auto;
  bottom: 0;
}

.testi-item-9 {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testi-item-9 .item-shape {
  background: rgba(7, 166, 152, 0.46);
  filter: blur(175px);
  height: 284px;
  width: 284px;
  border-radius: 50%;
  position: absolute;
  top: -120px;
  right: -50px;
  z-index: -1;
}

/* !END: Home 11 CSS */
/**----------------------------------------
START: Home 12 CSS
----------------------------------------*/
.header-12 {
  border-top: 5px solid var(--ed-color-theme-primary);
}
.header-12 .top-bar {
  background-color: var(--ed-color-common-white);
  border-bottom: 1px solid #E0E5EB;
}
.header-12 .top-bar .top-bar-inner .top-bar-left .top-bar-list li {
  color: var(--ed-color-heading-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-left .top-bar-list li:not(:last-of-type) {
  border-right: 1px solid #E0E5EB;
}
.header-12 .top-bar .top-bar-inner .top-bar-left .top-bar-list li a {
  color: var(--ed-color-heading-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-left .top-bar-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-right .top-social-wrap span {
  color: var(--ed-color-heading-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li {
  color: var(--ed-color-heading-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a {
  color: var(--ed-color-heading-primary);
}
.header-12 .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a:hover {
  color: var(--ed-color-theme-primary);
}

.header-bottom {
  background-color: var(--ed-color-heading-primary);
  position: relative;
  z-index: -1;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  .header-bottom {
    z-index: 1;
  }
}

.header-carousel .header-item {
  text-align: center;
}
.header-carousel .header-item a {
  color: var(--ed-color-common-white);
}

.hero-section-12 {
  background-color: #E3FFFD;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .hero-section-12 .shapes {
    display: none;
  }
}
.hero-section-12 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-12 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.hero-section-12 .shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 150px;
  z-index: -1;
}
.hero-section-12 .hero-img-box {
  max-width: 381px;
  width: 100%;
  height: 444px;
  position: absolute;
  top: 160px;
  left: 120px;
}
@media (max-width: 1700px) {
  .hero-section-12 .hero-img-box {
    left: 60px;
  }
}
@media (max-width: 1600px) {
  .hero-section-12 .hero-img-box {
    left: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-section-12 .hero-img-box {
    left: -30px;
  }
}
@media (max-width: 1200px) {
  .hero-section-12 .hero-img-box {
    display: none;
  }
}
.hero-section-12 .hero-img-box .hero-img-1 {
  max-width: 305px;
  width: 100%;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section-12 .hero-img-box .hero-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid var(--ed-color-common-white);
}
.hero-section-12 .hero-img-box .hero-img-2 {
  width: 206px;
  height: 204px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-section-12 .hero-img-box .hero-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid var(--ed-color-common-white);
  box-shadow: 0px 4px 28px rgba(2, 85, 78, 0.29);
}
.hero-section-12 .hero-img-box.hero-img-box-2 {
  left: auto;
  right: 120px;
}
@media (max-width: 1700px) {
  .hero-section-12 .hero-img-box.hero-img-box-2 {
    right: 60px;
  }
}
@media (max-width: 1600px) {
  .hero-section-12 .hero-img-box.hero-img-box-2 {
    right: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-section-12 .hero-img-box.hero-img-box-2 {
    right: -30px;
  }
}
.hero-section-12 .hero-img-box.hero-img-box-2 .hero-img-1 {
  left: auto;
  right: 0;
}
.hero-section-12 .hero-img-box.hero-img-box-2 .hero-img-2 {
  right: auto;
  left: 0;
}

.hero-content-12 {
  padding: 190px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-12 {
    padding: 100px 15px;
  }
}
@media (max-width: 1399px) {
  .hero-content-12 .title {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .hero-content-12 .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-12 .title {
    font-size: 36px;
  }
}
.hero-content-12 ul li {
  color: var(--ed-color-heading-primary);
}

.exam-carousel-wrap {
  position: relative;
}
.exam-carousel-wrap .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .exam-carousel-wrap .swiper-arrow .swiper-nav {
    left: -25px;
  }
}
@media (max-width: 1200px) {
  .exam-carousel-wrap .swiper-arrow .swiper-nav {
    left: 0;
  }
}
.exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -90px;
}
@media (max-width: 1600px) {
  .exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: -25px;
  }
}
@media (max-width: 1200px) {
  .exam-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: 0;
  }
}

.exam-item {
  background-color: #F2F4F7;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.exam-item .exam-thumb {
  height: 200px;
  margin-bottom: 30px;
}
.exam-item .exam-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.exam-item .title {
  font-size: 20px;
  font-weight: 600;
}
.exam-item p {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.fd-wrap {
  background-color: #F2F4F7;
  border: 1px solid #E0E5EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  padding: 50px;
  padding-left: 80px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fd-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fd-wrap {
    padding: 40px 20px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.fd-wrap .round-shape {
  background: #07A698;
  filter: blur(125px);
  height: 799px;
  width: 799px;
  border-radius: 50%;
  position: absolute;
  top: -97%;
  right: -20%;
  z-index: -1;
}
.fd-wrap .fd-content {
  max-width: 620px;
  width: 100%;
}
.fd-wrap .fd-content .icon {
  background-color: var(--ed-color-common-white);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 11px 59px rgba(14, 117, 108, 0.19);
  margin-bottom: 35px;
}
.fd-wrap .fd-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .fd-wrap .fd-content .title {
    font-size: 24px;
  }
}
.fd-wrap .fd-content p {
  margin-bottom: 25px;
}
.fd-wrap .fd-thumb {
  max-width: 460px;
  width: 100%;
  height: 393px;
}
.fd-wrap .fd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.explore-section {
  background-color: #ECF0F3;
  position: relative;
  z-index: 1;
}
.explore-section .shapes .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.explore-section .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.explore-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.explore-top .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.explore-item {
  background-color: var(--ed-color-common-white);
  border-radius: 15px;
  padding: 10px;
  padding-bottom: 30px;
}
.explore-item .explore-thumb {
  height: 250px;
  margin-bottom: 20px;
}
.explore-item .explore-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.explore-item .explore-content {
  padding: 0 20px;
}
.explore-item .explore-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-section-12 {
  position: relative;
  z-index: 1;
}
.testimonial-section-12 .bg-shape {
  background: rgba(7, 166, 152, 0.38);
  filter: blur(225px);
  width: 603px;
  height: 603px;
  position: absolute;
  bottom: -174px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.testi-item-12 {
  background-color: var(--ed-color-common-white);
  border: 2px solid #E0E5EB;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testi-item-12 .icon {
  background-color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ed-color-common-white);
  margin-bottom: 30px;
}
.testi-item-12 p {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.testi-item-12:hover {
  border: 2px solid var(--ed-color-theme-primary);
}

.counter-wrap-12 {
  background: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  box-shadow: 0px 10px 60px rgba(13, 120, 111, 0.15);
  border-radius: 20px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .counter-wrap-12 {
    padding: 40px 20px;
  }
}

.counter-item-wrap-12 {
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .counter-item-wrap-12 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item-wrap-12 {
    grid-template-columns: 1fr;
  }
}
.counter-item-wrap-12 .counter-item-12 {
  background-color: var(--ed-color-grey-1);
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 10px;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
  padding: 25px 30px;
}
.counter-item-wrap-12 .counter-item-12 .content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.counter-item-wrap-12 .counter-item-12 .content .title .odometer-formatting-mark {
  display: none;
}
.counter-item-wrap-12 .counter-item-12 .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item-wrap-12 .counter-item-12 .content p {
  color: var(--ed-color-heading-primary);
  margin-bottom: 0;
}

.team-section-12 {
  background-color: #1F2A2A;
  position: relative;
  z-index: 1;
}
.team-section-12 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-section-12 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.team-section-12 .shapes .shape-3 {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 246px;
}
@media only screen and (max-width: 992px) {
  .team-section-12 .shapes .shape-3 {
    display: none;
  }
}
.team-section-12 .shapes .shape-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-item-12 .team-thumb {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  margin: 0 auto;
}
.team-item-12 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item-12 .team-content {
  background-color: var(--ed-color-common-white);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 40px;
}
.team-item-12 .team-content:before {
  background-color: var(--ed-color-common-white);
  content: "";
  height: 21px;
  width: 21px;
  border-radius: 4px 0 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -10.5px;
}
.team-item-12 .team-content .title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
.team-item-12 .team-content span {
  color: var(--ed-color-theme-primary);
}
.team-item-12 .team-content .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
}
.team-item-12 .team-content .team-social li:not(:last-of-type) {
  margin-right: 10px;
}
.team-item-12 .team-content .team-social li a {
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
}
.team-item-12 .team-content .team-social li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.team-item-12.item-2 {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .team-item-12.item-2 {
    margin-top: 0;
  }
}

.blog-section-12 {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
.blog-section-12 .shapes .shape-1 {
  position: absolute;
  bottom: 170px;
  left: 50px;
  z-index: -1;
}
.blog-section-12 .shapes .shape-2 {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}

.blog-top .blog-top-btn .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.blog-top .blog-top-btn .ed-primary-btn:before {
  background-color: var(--ed-color-heading-primary);
}
.blog-top .blog-top-btn .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.post-card-wrap-12 {
  background-color: var(--ed-color-common-white);
  padding: 20px 10px;
  border-radius: 15px;
}
.post-card-wrap-12 .post-card-2 {
  border-radius: 15px;
  margin-bottom: 0;
  box-shadow: none;
}
.post-card-wrap-12 .post-card-2 .post-content {
  border: 1px solid var(--ed-color-border-1);
  border-left: none;
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 992px) {
  .post-card-wrap-12 .post-card-2 .post-content {
    border: 1px solid var(--ed-color-border-1);
    border-radius: 0 0 15px 15px;
  }
}

/* !END: Home 12 CSS */
/**----------------------------------------
START: Home 13 CSS
----------------------------------------*/
.hero-section-13 {
  background: linear-gradient(180deg, #E2F3F2 0%, rgba(196, 255, 250, 0.8) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section-13 .shapes {
    display: none;
  }
}
.hero-section-13 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-13 .shapes .shape-2 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.hero-section-13 .shapes .shape-3 {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -2;
}
.hero-section-13 .shapes .shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-section-13 .shapes .shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #162726;
  mix-blend-mode: soft-light;
  border-radius: 0px 0px 0px 450px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 557px;
  height: 693px;
}

.hero-wrap-13 {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero-wrap-13 {
    padding: 0 10px;
  }
}
.hero-wrap-13 .hero-img-wrap-13 {
  max-width: 808px;
  width: 100%;
  height: 696px;
  position: absolute;
  bottom: 0;
  right: -95px;
}
@media only screen and (max-width: 992px) {
  .hero-wrap-13 .hero-img-wrap-13 {
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap-13 .hero-img-wrap-13 {
    display: none;
  }
}
.hero-wrap-13 .hero-img-wrap-13 .hero-men {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-wrap-13 .hero-img-wrap-13 .hero-men img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-wrap-13 .hero-img-wrap-13 .round-shape {
  background: #07A698;
  filter: blur(225px);
  height: 400px;
  width: 400px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 12%;
}

.hero-content-13 {
  padding: 190px 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .hero-content-13 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-13 {
    padding-bottom: 100px;
  }
}
.hero-content-13 .section-heading .section-title {
  color: var(--ed-color-heading-primary);
  font-size: 66px;
}
@media (max-width: 1399px) {
  .hero-content-13 .section-heading .section-title br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-13 .section-heading .section-title {
    font-size: 32px;
  }
}
.hero-content-13 p {
  color: var(--ed-color-text-body);
  font-size: 18px;
}
.hero-content-13 .hero-btn-wrap .hero-btn-2 {
  border: 1px solid var(--ed-color-theme-primary);
}

.feature-item-13 {
  background-color: #F2F4F7;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-item-13 {
    padding: 10px;
  }
}
.feature-item-13 .feature-item-inner {
  background-color: var(--ed-color-common-white);
  border-radius: 15px;
  text-align: center;
}
.feature-item-13 .feature-item-inner .feature-img {
  padding: 30px 20px;
  border-bottom: 1px solid #E0E5EB;
  margin-bottom: 30px;
  height: 280px;
}
@media only screen and (max-width: 767px) {
  .feature-item-13 .feature-item-inner .feature-img {
    height: 240px;
  }
}
.feature-item-13 .feature-item-inner .feature-img img {
  height: 100%;
}
.feature-item-13 .feature-item-inner .feature-content {
  padding: 0 20px;
  padding-bottom: 40px;
}
.feature-item-13 .feature-item-inner .feature-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .feature-item-13 .feature-item-inner .feature-content .title {
    font-size: 20px;
  }
}
.feature-item-13 .feature-item-inner .feature-content p {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .feature-item-13 .feature-item-inner .feature-content p br {
    display: none;
  }
}

.about-section-13 {
  background-color: #1F2A2A;
  position: relative;
  z-index: 1;
}
.about-section-13 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-section-13 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-img-13 {
  max-width: 473px;
  width: 100%;
  height: 473px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-img-13 {
    max-width: 300px;
    height: 300px;
  }
}

.about-content-13 p {
  color: #BCC2C2;
}
.about-content-13 .about-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.about-content-13 .about-items .about-item .title {
  color: var(--ed-color-common-white);
}

.service-carousel-wrap {
  position: relative;
}
.service-carousel-wrap .swiper-arrow .swiper-nav {
  color: var(--ed-color-theme-primary);
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--ed-color-theme-primary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 1600px) {
  .service-carousel-wrap .swiper-arrow .swiper-nav {
    left: -60px;
  }
}
@media (max-width: 1399px) {
  .service-carousel-wrap .swiper-arrow .swiper-nav {
    background-color: var(--ed-color-theme-primary);
    color: var(--ed-color-common-white);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-carousel-wrap .swiper-arrow .swiper-nav {
    top: 40%;
  }
}
.service-carousel-wrap .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.service-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -90px;
}
@media (max-width: 1600px) {
  .service-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: -60px;
  }
}
@media (max-width: 1399px) {
  .service-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
    right: 0;
  }
}

.service-item {
  border-radius: 15px;
  overflow: hidden;
}
.service-item .service-thumb {
  height: 496px;
  position: relative;
  z-index: 1;
}
.service-item .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.service-item .service-thumb .overlay {
  background: linear-gradient(180deg, rgba(22, 39, 38, 0) 15.93%, #162726 100%);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-item .service-thumb .price {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 1;
}
.service-item .service-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 5;
}
.service-item .service-content .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-item .service-content p {
  margin-bottom: 20px;
}
.service-item .service-content .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.service-item .service-content .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.service-item .service-content .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.service-item:hover .service-thumb img {
  transform: scale(1.04) rotate(0deg);
}

.team-section-13 {
  background-color: #ECF0F3;
  position: relative;
  z-index: 1;
}
.team-section-13 .bg-shape {
  background: rgba(7, 166, 152, 0.27);
  filter: blur(200px);
  width: 606px;
  height: 606px;
  position: absolute;
  left: 59px;
  top: 20%;
  transform: translateY(-50%);
  z-index: -1;
}

.team-item-13 {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 280px 402px rgba(25, 50, 48, 0.17);
}
.team-item-13 .team-img-wrap {
  height: 276px;
  position: relative;
}
.team-item-13 .team-img-wrap .team-men {
  max-width: 265px;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.team-item-13 .team-img-wrap .team-men img {
  height: 100%;
  width: auto;
}
.team-item-13 .team-img-wrap .team-img-shape-1 {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
.team-item-13 .team-img-wrap .team-img-shape-2 {
  background-color: var(--ed-color-common-white);
  width: 100%;
  height: 185px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
}
.team-item-13 .team-img-wrap .round-shape {
  background: #07A698;
  filter: blur(50px);
  height: 127px;
  max-width: 355px;
  width: 100%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.team-item-13 .team-content {
  background-color: var(--ed-color-common-white);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(60px);
  border-radius: 0 0 15px 15px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .team-item-13 .team-content {
    padding: 30px 20px;
  }
}
.team-item-13 .team-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-item-13 .team-content span {
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.team-counter-wrapper {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.team-counter-wrapper:before {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0px 4px 30px rgba(25, 38, 48, 0.03);
  backdrop-filter: blur(16px);
  border-radius: 15px;
  content: "";
  width: 95%;
  height: 194px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.team-counter-wrapper:after {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(60px);
  border-radius: 15px;
  content: "";
  width: 90%;
  height: 194px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.team-counter-wrap {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 15px 37px rgba(11, 32, 30, 0.13);
  border-radius: 15px;
  padding: 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .team-counter-wrap {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-counter-wrap {
    flex-direction: column;
    align-items: baseline;
    row-gap: 40px;
    padding: 50px 50px;
  }
}
.team-counter-wrap .team-counter {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  padding: 75px 0;
}
@media only screen and (max-width: 992px) {
  .team-counter-wrap .team-counter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .team-counter-wrap .team-counter {
    padding: 0;
  }
}
.team-counter-wrap .team-counter:not(:last-of-type) {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #E0E5EB;
}
@media (max-width: 1200px) {
  .team-counter-wrap .team-counter:not(:last-of-type) {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-counter-wrap .team-counter:not(:last-of-type) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.team-counter-wrap .team-counter .content .title {
  font-size: 36px;
  line-height: 1;
  color: var(--ed-color-theme-primary);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.team-counter-wrap .team-counter .content .title .odometer-auto-theme {
  line-height: 1;
  font-family: inherit;
}
.team-counter-wrap .team-counter .content p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--ed-color-heading-primary);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

.faq-content-13 {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .faq-content-13 {
    margin-left: 0;
    margin-right: auto;
  }
}

.testi-carousel-wrap-2.wrap-13 {
  max-width: 100%;
}
.testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  z-index: 5;
  left: -100px;
}
@media (max-width: 1399px) {
  .testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav {
    left: 0;
  }
}
.testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -100px;
}
@media (max-width: 1399px) {
  .testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav.swiper-prev {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .testi-carousel-wrap-2.wrap-13 .swiper-arrow .swiper-nav.swiper-prev {
    right: 0;
  }
}

.testi-item-13 {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .testi-item-13 {
    background-color: var(--ed-color-common-white);
  }
}
.testi-item-13 .testi-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.testi-item-13 .testi-bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-item-13 .testi-top-content {
  padding: 40px;
}
@media (max-width: 1200px) {
  .testi-item-13 .testi-top-content {
    padding: 40px 20px;
    padding-bottom: 80px;
  }
}
.testi-item-13 .quote {
  margin-bottom: 20px;
}
.testi-item-13 p {
  font-size: 20px;
  color: var(--ed-color-heading-primary);
  margin-bottom: 0;
}
.testi-item-13 .testi-bottom {
  display: flex;
  align-items: center;
  justify-self: end;
  padding: 0 10px;
  padding-bottom: 10px;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .testi-item-13 .testi-bottom {
    padding: 0 10px;
    padding-bottom: 20px;
  }
}
.testi-item-13 .testi-bottom .rating-box {
  text-align: center;
}
.testi-item-13 .testi-bottom .rating-box span {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 30px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #E0E5EB;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E0E5EB;
}
@media (max-width: 1399px) {
  .testi-item-13 .testi-bottom .rating-box span {
    padding: 12px 20px;
  }
}
.testi-item-13 .testi-bottom .rating-box .review {
  background-color: #ECF0F3;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 5px 15px;
  column-gap: 2px;
  border: 1px solid #E0E5EB;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1399px) {
  .testi-item-13 .testi-bottom .rating-box .review {
    padding: 5px 7px;
  }
}
.testi-item-13 .testi-bottom .rating-box .review li {
  color: var(--ed-color-theme-primary);
  font-size: 12px;
}
.testi-item-13 .testi-author-area {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 49px 10px 20px;
  border-radius: 15px;
}
@media (max-width: 1399px) {
  .testi-item-13 .testi-author-area {
    padding-right: 23px;
  }
}
@media (max-width: 1200px) {
  .testi-item-13 .testi-author-area {
    background-color: transparent;
    padding: 0;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr;
    bottom: 20px;
  }
}
.testi-item-13 .testi-author-area .author-img {
  height: 60px;
  width: 60px;
}
.testi-item-13 .testi-author-area .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testi-item-13 .testi-author-area .content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item-13 .testi-author-area .content span {
  font-size: 14px;
  font-weight: 400;
}

.blog-section-13 {
  background-color: #F2F4F7;
}

.post-card-13 {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 16px 62px rgba(17, 51, 48, 0.08);
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.post-card-13 .post-thumb {
  height: 220px;
}
.post-card-13 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.post-card-13 .post-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .post-card-13 .post-content {
    padding: 30px 20px;
  }
}
.post-card-13 .post-content .category {
  padding: 0;
  margin-bottom: 15px;
}
.post-card-13 .post-content .title {
  color: var(--ed-color-heading-primary);
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.post-card-13 .post-content .title a {
  background: linear-gradient(var(--ed-color-theme-primary) 0%, var(--ed-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card-13 .post-content .title a:hover {
  color: var(--ed-color-theme-primary);
  background-size: 100% 2px;
}
.post-card-13 .post-content p {
  margin-bottom: 0;
}
.post-card-13 .post-content .post-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #D1DBDA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.post-card-13 .post-content .post-bottom .post-author {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-card-13 .post-content .post-bottom .post-author span {
  line-height: 1;
  color: var(--ed-color-heading-primary);
  font-weight: 500;
}

/* !END: Home 13 CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.header-14 {
  background-color: transparent;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .header-14 {
    background-color: var(--ed-color-common-white);
    position: relative;
  }
}
.header-14 .header-container {
  max-width: 1765px;
  width: 100%;
  margin: 0 auto;
}
.header-14 .primary-header-inner {
  background-color: transparent;
}
@media only screen and (max-width: 992px) {
  .header-14 .primary-header-inner {
    background-color: var(--ed-color-common-white);
  }
}
.header-14 .primary-header-inner .header-menu-wrap {
  background-color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  column-gap: 240px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1600px) {
  .header-14 .primary-header-inner .header-menu-wrap {
    column-gap: 50px;
    padding: 0;
  }
}
.header-14 .primary-header-inner .header-menu-wrap:before {
  background-color: var(--ed-color-common-white);
  width: 100px;
  height: 100%;
  position: absolute;
  content: "";
  left: -40px;
  z-index: -1;
  border-radius: 0 0 0 20px;
  transform: skew(15deg);
}
.header-14 .primary-header-inner .header-menu-wrap:after {
  width: 100px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  content: "";
  right: -40px;
  z-index: -1;
  border-radius: 0 0 20px 0;
  transform: skew(-15deg);
}
.header-14 .primary-header-inner .header-menu-wrap .header-menu-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 10px;
}
@media (max-width: 1399px) {
  .header-14 .primary-header-inner .header-menu-wrap .header-menu-contact {
    display: none;
  }
}
.header-14 .primary-header-inner .header-menu-wrap .header-menu-contact .icon {
  background: rgba(7, 166, 152, 0.1);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-14 .primary-header-inner .header-menu-wrap .header-menu-contact .content span {
  display: block;
  color: var(--ed-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
}
.header-14 .primary-header-inner .header-menu-wrap .header-menu-contact .content a {
  color: var(--ed-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
}
.header-14 .primary-header-inner .header-menu-wrap .sub-menu li.mega-menu ul {
  width: 40%;
  left: 0% !important;
}
.header-14 .primary-header-inner .header-right-wrap .header-right .search-icon {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .header-14 .primary-header-inner .header-right-wrap .header-right .search-icon {
    display: none;
  }
}

.slider-14 .edcare-slider-thumb {
  background-color: var(--ed-color-common-white);
  max-width: 1326px;
  width: 100%;
  height: 150px;
  padding: 20px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: auto;
  right: auto;
  border-radius: 20px 20px 0 0;
}
.slider-14 .edcare-slider-thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  box-shadow: -6px -6px var(--ed-color-common-white);
}
.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item {
  max-width: 413px;
  width: 100%;
  height: 130px;
  border-radius: 15px;
}
.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item span {
  color: rgba(255, 255, 255, 0.36);
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item span {
    left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-14 .edcare-slider-thumb .swiper-slide .slider-thumb-item span {
    font-size: 24px;
  }
}
.slider-14 .edcare-slider-thumb .swiper-slide.swiper-slide-thumb-active .slider-thumb-item {
  box-shadow: 0px 13px 24px rgba(12, 107, 99, 0.35);
}
.slider-14 .edcare-slider-thumb .swiper-slide.swiper-slide-thumb-active .slider-thumb-item span {
  color: var(--ed-color-common-white);
}

.slider-item-2 .slider-content-wrap {
  padding: 300px 0 300px 0;
}
@media only screen and (max-width: 992px) {
  .slider-item-2 .slider-content-wrap {
    padding: 100px 0 250px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item-2 .slider-content-wrap {
    padding: 100px 0;
  }
}
.slider-item-2 .slider-content-wrap .slider-content-2 .sub-heading-wrap .sub-heading {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  border: none;
}
.slider-item-2 .slider-content-wrap .slider-content-2 .slider-btn-wrap .slider-btn-2 {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.slider-item-2 .slider-content-wrap .slider-content-2 .slider-btn-wrap .slider-btn-2:before {
  background-color: var(--ed-color-theme-primary);
}
.slider-item-2 .slider-content-wrap .slider-content-2 .slider-btn-wrap .slider-btn-2:hover {
  color: var(--ed-color-common-white);
}

@media only screen and (max-width: 767px) {
  .slider-item-2 .slider-content-wrap .slider-content-2 .edcare-caption.heading .edcare-cap {
    font-size: 40px;
  }
}

.feature-section-14 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-section-14 .shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.feature-item-14 {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 85px 63px rgba(27, 122, 114, 0.14);
}
@media (max-width: 1399px) {
  .feature-item-14 {
    padding: 40px 20px;
    padding-top: 0;
  }
}
.feature-item-14 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .feature-item-14 .bg-shape {
    top: 15px;
  }
}
@media (max-width: 1200px) {
  .feature-item-14 .bg-shape {
    top: 25px;
  }
}
.feature-item-14 .icon {
  background-color: var(--ed-color-theme-primary);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.feature-item-14 .feature-content .title {
  margin-bottom: 10px;
}
.feature-item-14 .feature-content p {
  margin-bottom: 20px;
}

.category-section-14 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.category-section-14 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.category-section-14 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.category-item-14 {
  background-color: var(--ed-color-common-white);
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-item-14 .category-thumb {
  height: 200px;
}
.category-item-14 .category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.category-item-14 .title {
  font-size: 20px;
  margin-bottom: 0;
}
.category-item-14 .title a {
  background-color: #F2F4F7;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
}
.category-item-14:hover {
  transform: translateY(-5px);
}
.category-item-14:hover .title a {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.content-img-wrap-14 {
  height: 100%;
}
.content-img-wrap-14 .content-img {
  max-width: 628px;
  width: 100%;
  height: 100%;
}
.content-img-wrap-14 .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.growth-img-wrap {
  max-width: 676px;
  width: 100%;
  height: 480px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .growth-img-wrap {
    height: 350px;
  }
}
.growth-img-wrap .growth-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 520px;
  width: 100%;
}
.growth-img-wrap .growth-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 10px 10px;
}
.growth-img-wrap .growth-img-2 {
  background-color: var(--ed-color-common-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 250px;
  height: 210px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 11px 36px rgba(11, 32, 43, 0.15);
}
.growth-img-wrap .growth-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.growth-img-wrap .growth-counter {
  background-color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  padding: 20px 30px;
  border-radius: 10px;
}
.growth-img-wrap .growth-counter .content .title {
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.growth-img-wrap .growth-counter .content .title .odometer-auto-theme {
  line-height: 1;
  font-family: inherit;
}
.growth-img-wrap .growth-counter .content p {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .growth-content-14 {
    margin-top: 40px;
  }
}
.growth-content-14 .growth-items .growth-item {
  overflow: hidden;
}
.growth-content-14 .growth-items .growth-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.growth-content-14 .growth-items .growth-item .title {
  font-size: 16px;
}
.growth-content-14 .growth-items .growth-item .progress {
  height: 7px;
  overflow: visible;
  border-radius: 100px;
}
.growth-content-14 .growth-items .growth-item .progress .progress-bar {
  position: relative;
  background-color: var(--ed-color-theme-primary);
  overflow: visible;
  border-radius: 100px;
}
.growth-content-14 .growth-items .growth-item .progress .progress-bar span {
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  color: var(--ed-color-heading-primary);
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: -41px;
  right: -11px;
}

.testimonial-section-14 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.testimonial-section-14 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial-section-14 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testi-top-14 .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.testi-top-14 .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  width: 50px;
  height: 50px;
  border: 1px solid #E0E5EB;
  box-shadow: 0px 11px 50px rgba(10, 32, 30, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.testi-top-14 .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}

.testi-item-14 .testi-top-content {
  background-color: var(--ed-color-common-white);
  padding: 40px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .testi-item-14 .testi-top-content {
    padding: 30px 20px;
  }
}
.testi-item-14 .testi-top-content .arrow {
  background-color: var(--ed-color-common-white);
  width: 25px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 40px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.testi-item-14 .testi-top-content .quote {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .testi-item-14 .testi-top-content .quote {
    top: 30px;
    right: 20px;
  }
}
.testi-item-14 .testi-top-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.testi-item-14 .testi-top-content p {
  margin-bottom: 0;
}
.testi-item-14 .author-info-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.testi-item-14 .author-info-wrap .author-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testi-item-14 .author-info-wrap .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item-14 .author-info-wrap .author-info .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testi-item-14 .author-info-wrap .author-info span {
  font-size: 16px;
  font-weight: 400;
}

.team-item-14 {
  position: relative;
}
.team-item-14 .team-thumb {
  height: 400px;
}
.team-item-14 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.team-item-14 .team-content {
  background-color: var(--ed-color-common-white);
  position: relative;
  z-index: 5;
  box-shadow: 0px 7px 44px rgba(18, 50, 47, 0.14);
  border-radius: 15px;
  margin: 0 30px;
  margin-top: -60px;
  padding: 25px 10px 25px 10px;
  overflow-x: clip;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-14 .team-content:before {
  background-color: var(--ed-color-common-white);
  content: "";
  height: 55px;
  width: 177px;
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: -1;
  transform: rotate(-4deg);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-item-14 .team-content:before {
    width: 165px;
  }
}
@media (max-width: 1200px) {
  .team-item-14 .team-content:before {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item-14 .team-content:before {
    width: 120px;
    transform: rotate(-6deg);
  }
}
.team-item-14 .team-content:after {
  background-color: var(--ed-color-common-white);
  content: "";
  height: 55px;
  width: 177px;
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: -1;
  transform: rotate(4deg);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-item-14 .team-content:after {
    width: 165px;
  }
}
@media (max-width: 1200px) {
  .team-item-14 .team-content:after {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item-14 .team-content:after {
    width: 120px;
    transform: rotate(6deg);
  }
}
.team-item-14 .team-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-14 .team-content .title a {
  color: var(--ed-color-heading-primary);
}
.team-item-14 .team-content span {
  font-size: 16px;
  color: var(--ed-color-theme-primary);
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-14 .team-content .team-social {
  position: absolute;
  top: -33.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.team-item-14 .team-content .team-social .expand {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-14 .team-content .team-social .expand:hover .social-list li {
  visibility: visible;
  opacity: 1;
}
.team-item-14 .team-content .team-social .expand .social-list {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  column-gap: 5px;
  list-style: none;
}
.team-item-14 .team-content .team-social .expand .social-list li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-14 .team-content .team-social .expand .social-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.team-item-14 .team-content .team-social .expand .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(2) {
  transition-delay: 150ms;
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(3) {
  transition-delay: 200ms;
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(4) {
  transition-delay: 250ms;
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(5) {
  transition-delay: 300ms;
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(6) {
  transition-delay: 350ms;
}
.team-item-14 .team-content .team-social .expand .social-list li:nth-child(7) {
  transition-delay: 400ms;
}
.team-item-14:hover .team-content {
  background-color: var(--ed-color-theme-primary);
}
.team-item-14:hover .team-content:before, .team-item-14:hover .team-content:after {
  background-color: var(--ed-color-theme-primary);
}
.team-item-14:hover .team-content .team-social .expand {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.team-item-14:hover .team-content .title {
  color: var(--ed-color-common-white);
}
.team-item-14:hover .team-content .title a {
  color: var(--ed-color-common-white);
}
.team-item-14:hover .team-content span {
  color: var(--ed-color-common-white);
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.header-15 .top-bar {
  background-color: var(--ed-color-theme-primary);
}
.header-15 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children:after {
  display: none;
}
.header-15 .primary-header-inner .header-right-wrap .header-menu-wrap .sub-menu .menu-item-has-children ul li a:hover {
  color: var(--ed-color-theme-primary);
}

.hero-15 {
  background-color: #122927;
  padding: 285px 0 170px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .hero-15 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-15 {
    padding: 200px 0 100px 0;
  }
}
.hero-15 .bg-shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-15 .bg-shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.hero-15 .bg-shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.hero-15 .bg-shapes .shape-3 img {
  width: 100%;
}

.hero-content-15 {
  padding: 0;
  max-width: 580px;
  width: 100%;
}
.hero-content-15 .hero-btn-wrap .ed-primary-btn.active {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.hero-content-15 .hero-btn-wrap .ed-primary-btn.active:before {
  background-color: var(--ed-color-theme-primary);
}
.hero-content-15 .hero-btn-wrap .ed-primary-btn.active:hover {
  color: var(--ed-color-common-white);
}

.hero-img-wrap-15 {
  height: 420px;
  border: none;
}

.exam-item-2 {
  background-color: var(--ed-color-common-white);
  padding: 25px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
.exam-item-2 .exam-thumb {
  height: 120px;
  margin-bottom: 20px;
}
.exam-item-2 .exam-thumb img {
  border-radius: 15px;
}
.exam-item-2 .title {
  font-size: 24px;
}
.exam-item-2 p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.team-item-15 {
  box-shadow: 0px 4px 44px rgba(11, 38, 36, 0.18);
  border-radius: 15px;
  border: none;
}
.team-item-15 .team-thumb-wrap {
  box-shadow: 0px 4px 44px rgba(11, 38, 36, 0.18);
  border: 1px solid transparent;
}

.testi-carousel-wrap-15 {
  position: relative;
}
.testi-carousel-wrap-15 .swiper-arrow .swiper-nav {
  color: var(--ed-color-common-white);
  height: 60px;
  width: 60px;
  border: 1px solid var(--ed-color-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .testi-carousel-wrap-15 .swiper-arrow .swiper-nav {
    left: -70px;
  }
}
@media (max-width: 1200px) {
  .testi-carousel-wrap-15 .swiper-arrow .swiper-nav {
    display: none;
  }
}
.testi-carousel-wrap-15 .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border-color: var(--ed-color-theme-primary);
}
.testi-carousel-wrap-15 .swiper-arrow .swiper-nav.swiper-prev {
  right: -100px;
  left: auto;
}
@media (max-width: 1600px) {
  .testi-carousel-wrap-15 .swiper-arrow .swiper-nav.swiper-prev {
    right: -70px;
  }
}

@media (max-width: 1200px) {
  .testi-item-15 {
    padding: 30px 20px;
  }
}
.testi-item-15 .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.testi-item-15 p {
  margin-bottom: 25px;
}
.testi-item-15 .testi-bottom .quote {
  opacity: 0.5;
}

.about-section-15 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .about-section-15 .shapes {
    display: none;
  }
}
.about-section-15 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-section-15 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 220px;
  z-index: -1;
}
.about-section-15 .shapes .shape-3 {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}
.about-section-15 .shapes .shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.about-section-15 .shapes .shape-4 img {
  width: 100%;
}
.about-section-15 .shapes .shape-5 {
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: -1;
}

.about-content-15 p {
  margin-bottom: 30px;
}
.about-content-15 .about-list {
  list-style: none;
  margin-bottom: 40px;
}
.about-content-15 .about-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  color: var(--ed-color-heading-primary);
  font-weight: 500;
}
.about-content-15 .about-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.about-content-15 .about-list li i {
  color: var(--ed-color-theme-primary);
}

.about-img-wrap-15 {
  display: flex;
  align-items: center;
  max-width: 742px;
  width: 100%;
  column-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-15 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-15 {
    flex-direction: column;
    row-gap: 24px;
  }
}
.about-img-wrap-15 .about-img-1 {
  height: 470px;
  max-width: 416px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-15 .about-img-1 {
    height: 350px;
  }
}
.about-img-wrap-15 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-img-wrap-15 .about-img-2 {
  height: 395px;
  max-width: 302px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-15 .about-img-2 {
    height: 350px;
  }
}
.about-img-wrap-15 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.course-item-15 {
  background-color: #F2F4F7;
  display: grid;
  align-items: center;
  grid-template-columns: 608px 1fr;
  padding: 20px;
  grid-gap: 40px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .course-item-15 {
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .course-item-15 {
    grid-template-columns: 1fr;
  }
}
.course-item-15:not(:last-of-type) {
  margin-bottom: 30px;
}
.course-item-15:hover {
  background: var(--ed-color-common-white);
  box-shadow: 0px 4px 44px rgba(11, 38, 36, 0.18);
  border-radius: 20px;
}
.course-item-15 .course-thumb-wrap {
  padding: 0;
}
.course-item-15 .course-thumb-wrap .course-thumb {
  width: 100%;
  height: 378px;
}
.course-item-15 .course-thumb-wrap .course-thumb img {
  object-position: top;
}
.course-item-15 .course-content-wrap .course-content {
  padding: 0;
  padding-bottom: 30px;
}
.course-item-15 .course-content-wrap .course-content .title {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .course-item-15 .course-content-wrap .course-content .title {
    font-size: 24px;
  }
}
.course-item-15 .course-content-wrap .course-content .course-list {
  margin-bottom: 25px;
}
.course-item-15 .course-content-wrap .bottom-content {
  padding: 0;
}

.cta-section-15 {
  position: relative;
  z-index: 1;
}
.cta-section-15 .cta-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  filter: saturate(0);
}
.cta-section-15 .overlay {
  background: rgba(19, 66, 62, 0.82);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-item-wrap-15 {
  display: block;
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.counter-item-wrap-15 .counter-item-12 {
  background-color: var(--ed-color-common-white);
  border: none;
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Home 16 CSS
----------------------------------------*/
.header-16 {
  border-bottom: 1px solid var(--ed-color-border-1);
}
.header-16 .top-bar .top-bar-inner .top-bar-right .register-box {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.header-16 .primary-header-inner .header-left-inner .header-menu-wrap {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
.header-16 .primary-header-inner .header-left-inner .header-menu-wrap .sub-menu li.mega-menu ul {
  left: 15% !important;
}
@media (max-width: 1600px) {
  .header-16 .primary-header-inner .header-left-inner .header-menu-wrap .sub-menu li.mega-menu ul {
    left: 5% !important;
  }
}
.header-16 .primary-header-inner .top-social-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-16 .primary-header-inner .top-social-wrap {
    display: none;
  }
}
.header-16 .primary-header-inner .top-social-wrap span {
  color: var(--ed-color-heading-primary);
}
.header-16 .primary-header-inner .top-social-wrap .social-list {
  margin-left: 20px;
}
.header-16 .primary-header-inner .top-social-wrap .social-list li {
  display: inline-flex;
  align-items: center;
}
.header-16 .primary-header-inner .top-social-wrap .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.header-16 .primary-header-inner .top-social-wrap .social-list li a {
  color: var(--ed-color-heading-primary);
}
.header-16 .primary-header-inner .top-social-wrap .social-list li a:hover {
  color: var(--ed-color-theme-primary);
}

.hero-wrap-16 {
  padding: 90px;
  background: linear-gradient(270deg, #07A698 0%, #03403B 81.33%);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .hero-wrap-16 {
    padding: 90px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap-16 {
    padding: 50px 20px;
  }
}
.hero-wrap-16 .hero-men {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .hero-wrap-16 .hero-men {
    display: none;
  }
}
.hero-wrap-16 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-wrap-16 .shapes .shape-2 {
  position: absolute;
  top: 20%;
  right: 50px;
  z-index: -1;
}
.hero-wrap-16 .shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: -1;
}

.hero-content-16 .section-heading {
  margin-bottom: 40px;
}
.hero-content-16 .section-heading .sub-heading {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  border-radius: 100px;
  color: var(--ed-color-common-white);
}
.hero-content-16 .section-heading .sub-heading .heading-icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.hero-content-16 .section-heading .section-title {
  font-size: 40px;
}
.hero-content-16 .section-heading .section-title br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero-content-16 .section-heading .section-title {
    font-size: 32px;
  }
}
.hero-content-16 .hero-items {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content-16 .hero-items {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.hero-content-16 .hero-items .hero-item {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.hero-content-16 .hero-items .hero-item .icon {
  background-color: var(--ed-color-common-white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-content-16 .hero-items .hero-item .item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.hero-content-16 .hero-btn-wrap .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.hero-content-16 .hero-btn-wrap .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.hero-content-16 .hero-btn-wrap .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}

.category-wrap-16 {
  background-color: #F2F4F7;
  padding: 20px;
  border-radius: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .category-wrap-16 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap-16 {
    grid-template-columns: 1fr;
  }
}
.category-wrap-16 .cat-item {
  background-color: var(--ed-color-common-white);
}
.category-wrap-16 .cat-item .icon {
  background-color: var(--ed-color-grey-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-wrap-16 .cat-item:hover .icon {
  background-color: var(--ed-color-common-white);
}

.promo-item-16 {
  background-color: var(--ed-color-grey-1);
  border-radius: 15px;
  border: 1px solid #E0E5EB;
  padding: 45px 20px 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .promo-item-16 {
    padding: 30px 15px 20px 15px;
  }
}
.promo-item-16 .icon {
  background-color: var(--ed-color-common-white);
  height: 113px;
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo-item-16 .promo-content {
  background-color: var(--ed-color-common-white);
  padding: 25px 20px 20px 20px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .promo-item-16 .promo-content .title {
    font-size: 18px;
  }
}
.promo-item-16 .promo-content p {
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .promo-item-16 .promo-content p {
    font-size: 14px;
  }
}
.promo-item-16:hover {
  transform: translateY(-5px);
}

.ct-16 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ct-16 .ct-thumb {
  height: 220px;
}
.ct-16 .ct-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.ct-16 .ct-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.ct-16 .ct-content a {
  background-color: var(--ed-color-common-white);
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-heading-primary);
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 20px;
  border-radius: 8px;
}
.ct-16 .ct-content a:hover {
  color: var(--ed-color-theme-primary);
}
.ct-16:hover {
  transform: translateY(-5px);
}

.faq-content-16 {
  max-width: 100%;
  margin-top: 0;
}
.faq-content-16 .faq-accordion {
  max-width: 586px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .faq-content-16 .faq-accordion {
    max-width: 100%;
  }
}
.faq-content-16 .faq-accordion .accordion-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E0E5EB;
  border-radius: 5px;
  overflow: hidden;
}
.faq-content-16 .faq-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.faq-content-16 .faq-accordion .accordion-item .accordion-button {
  padding: 20px 30px;
  border: none;
  box-shadow: none;
  outline: none;
}
.faq-content-16 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  border: none;
}
.faq-content-16 .faq-accordion .accordion-item.active {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 9px 36px rgba(15, 34, 32, 0.23);
}
.faq-content-16 .faq-accordion .accordion-item .accordion-body {
  padding: 0 30px 20px 30px;
  color: #6C706F;
}

.faq-img-wrap-16 {
  max-width: 652px;
  width: 100%;
  height: 560px;
  position: relative;
}
.faq-img-wrap-16 .faq-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 460px;
  width: 100%;
  height: 100%;
}
.faq-img-wrap-16 .faq-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  object-position: top;
}
.faq-img-wrap-16 .faq-img-2 {
  position: absolute;
  right: 0;
  bottom: 18%;
  max-width: 300px;
  width: 100%;
  height: 267px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .faq-img-wrap-16 .faq-img-2 {
    bottom: 0;
  }
}
.faq-img-wrap-16 .faq-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 6px solid var(--ed-color-common-white);
}

.post-card-16 {
  padding: 0;
  border: none;
  grid-gap: 0;
}
.post-card-16 .post-thumb {
  height: 243px;
  margin-bottom: 15px;
}
.post-card-16 .post-thumb img {
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card-16 .post-content-wrap .post-content .post-meta {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #D1DBDA;
}
.post-card-16 .post-content-wrap .post-content .post-meta li {
  color: var(--ed-color-text-body);
  line-height: 1;
}
.post-card-16 .post-content-wrap .post-content .post-meta li i {
  color: var(--ed-color-text-body);
}
.post-card-16 .post-content-wrap .post-content .title {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.post-card-16:hover .post-thumb img {
  transform: scale(1.02);
}

.sponsor-16 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .sponsor-16 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-16 {
    padding-top: 60px;
  }
}

.footer-top-content-16 {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-16 {
  background-color: #162726;
}
.footer-16 .footer-top {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.footer-16 .footer-top .title {
  display: flex;
  align-items: center;
  column-gap: 25px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-16 .footer-top .title {
    flex-direction: column;
    row-gap: 10px;
    align-items: baseline;
  }
}
.footer-16 .footer-top .title span {
  background-color: var(--ed-color-theme-primary);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-16 .footer-wrap {
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .footer-16 .footer-wrap {
    margin-top: 70px;
    padding-bottom: 30px;
  }
}
.footer-16 .footer-wrap .footer-widget {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .footer-16 .footer-wrap .footer-widget {
    padding: 0;
  }
}
.footer-16 .footer-wrap .footer-widget:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  width: 1px;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .footer-16 .footer-wrap .footer-widget:before {
    display: none;
  }
}
.footer-16 .footer-wrap .footer-widget.widget-3:before {
  display: none;
}
.footer-16 .footer-wrap .footer-widget p {
  max-width: 480px;
  width: 100%;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-title {
  color: var(--ed-color-common-white);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-items .download-item {
  background-color: #425454;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 7px 30px;
  border-radius: 100px;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-items .download-item .icon {
  color: var(--ed-color-common-white);
  font-size: 30px;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-items .download-item .content p {
  font-family: var(--ed-ff-heading);
  font-size: 12px;
  color: var(--ed-color-common-white);
  margin-bottom: 0px;
  line-height: 1;
}
.footer-16 .footer-wrap .footer-widget .footer-download .download-items .download-item .content .title {
  color: var(--ed-color-common-white);
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.footer-16 .copyright-content-16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-16 .copyright-content-16 .copyright-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-16 .copyright-content-16 .copyright-list {
    justify-content: center;
  }
}
.footer-16 .copyright-content-16 .copyright-list li {
  color: var(--ed-color-common-white);
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.footer-16 .copyright-content-16 .copyright-list li:not(:last-of-type) {
  margin-right: 20px;
}

/* !END: Home 16 CSS */
/**----------------------------------------
START: Home 17 CSS
----------------------------------------*/
.header-17 .primary-header .primary-header-inner .header-form {
  position: relative;
  max-width: 303px;
  width: 100%;
}
@media (max-width: 1200px) {
  .header-17 .primary-header .primary-header-inner .header-form {
    display: none;
  }
}
.header-17 .primary-header .primary-header-inner .header-form .form-control {
  padding-top: 0;
  background-color: var(--ed-color-common-white);
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  padding: 12px 0 12px 20px;
  padding-right: 150px;
  border-radius: 100px;
  border: 1px solid var(--ed-color-border-1);
}
.header-17 .primary-header .primary-header-inner .header-form .submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  font-weight: 500;
}
.header-17 .primary-header .primary-header-inner .header-form .submit i {
  margin-right: 5px;
  margin-left: 0;
  font-size: 12px;
}

.hero-section-17 {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.hero-section-17 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-17 .hero-author-name {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-section-17 .hero-author-name {
    display: none;
  }
}
.hero-section-17 .hero-author-name span {
  font-family: var(--ed-ff-heading);
  color: rgba(255, 255, 255, 0.2);
  font-size: 160px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hero-content-17 {
  padding: 120px 0 150px 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .hero-content-17 {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .hero-content-17 .section-heading .section-title {
    font-size: 40px;
  }
}
.hero-content-17 .section-heading .section-title span {
  color: var(--ed-color-common-white);
}
.hero-content-17 p {
  max-width: 540px;
  width: 100%;
}
.hero-content-17 .hero-btn-wrap {
  margin-bottom: 0;
}
.hero-content-17 .hero-btn-wrap .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.hero-content-17 .hero-btn-wrap .ed-primary-btn:before {
  background-color: var(--ed-color-heading-primary);
}
.hero-content-17 .hero-btn-wrap .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.hero-wrap-17 {
  position: relative;
}

.hero-img-wrap-17 {
  max-width: 946px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -110px;
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap-17 {
    display: none;
  }
}
.hero-img-wrap-17 .hero-men {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-img-wrap-17 .hero-list li {
  background-color: var(--ed-color-common-white);
  font-family: var(--ed-ff-heading);
  position: absolute;
  top: 20%;
  left: 17%;
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px 7px 40px;
  border-radius: 100px;
}
.hero-img-wrap-17 .hero-list li .icon {
  background-color: var(--ed-color-theme-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 10px solid var(--ed-color-common-white);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.hero-img-wrap-17 .hero-list li .icon img {
  height: 20px;
  width: 20px;
}
.hero-img-wrap-17 .hero-list li:nth-child(2) {
  top: 55%;
  left: 25%;
}
@media (max-width: 1200px) {
  .hero-img-wrap-17 .hero-list li:nth-child(2) {
    left: 35%;
  }
}
.hero-img-wrap-17 .hero-list li:nth-child(3) {
  top: auto;
  left: auto;
  bottom: 35%;
  right: 8%;
}
@media (max-width: 1399px) {
  .hero-img-wrap-17 .hero-list li:nth-child(3) {
    right: 12%;
  }
}

.counter-section-17 {
  margin-top: -55px;
  position: relative;
  z-index: 5;
}

.counter-wrap-17 {
  background-color: var(--ed-color-common-white);
  padding: 50px;
  box-shadow: 0px 11px 52px rgba(19, 45, 42, 0.12);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media only screen and (max-width: 992px) {
  .counter-wrap-17 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrap-17 {
    flex-direction: column;
    row-gap: 30px;
    align-items: baseline;
  }
}
.counter-wrap-17 .counter-item-17 {
  display: grid;
  align-items: center;
  grid-template-columns: 65px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1200px) {
  .counter-wrap-17 .counter-item-17 {
    grid-template-columns: 1fr;
  }
}
.counter-wrap-17 .counter-item-17 .icon {
  background: #FFFFFF;
  box-shadow: 0px 13px 36px rgba(55, 152, 147, 0.27);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.counter-wrap-17 .counter-item-17 .content .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--ed-color-theme-primary);
  line-height: 1;
  display: flex;
  align-items: center;
}
.counter-wrap-17 .counter-item-17 .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-wrap-17 .counter-item-17 .content p {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .counter-wrap-17 .counter-item-17 .content p {
    font-size: 14px;
  }
}

.about-img-17 {
  position: relative;
}
.about-img-17 .about-counter {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about-img-17 .about-counter .about-counter-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-img-17 .about-counter .about-counter-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-17 .about-counter span {
  color: var(--ed-color-common-white);
  font-size: 36px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 5;
  line-height: 1;
}

.about-content-17 {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .about-content-17 {
    padding-left: 0;
  }
}
.about-content-17 .section-heading .section-title span {
  color: var(--ed-color-heading-primary);
  font-weight: 400;
}
.about-content-17 .about-items .about-item .icon {
  box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
}
.about-content-17 .about-items .about-item .title {
  color: var(--ed-color-text-body);
  font-size: 16px;
  font-weight: 500;
}
.about-content-17 .about-items .about-item .title a {
  font-size: 18px;
  color: var(--ed-color-heading-primary);
  display: block;
  font-weight: 600;
  margin-top: 5px;
}
.about-content-17 .about-items .about-item .title a:hover {
  color: var(--ed-color-theme-primary);
}

.feature-section-17 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.feature-section-17 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature-section-17 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.feature-section-17 .shapes .shape-3 {
  position: absolute;
  top: 100px;
  left: 10px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .feature-section-17 .shapes .shape-3 {
    display: none;
  }
}
.feature-section-17 .shapes .shape-4 {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .feature-section-17 .shapes .shape-4 {
    display: none;
  }
}

.feature-item-17 {
  background-color: var(--ed-color-common-white);
  padding: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.feature-item-17 .feature-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 55px 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .feature-item-17 .feature-inner {
    grid-template-columns: 1fr;
  }
}
.feature-item-17 .feature-inner .icon {
  background-color: #F2F4F7;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item-17 .feature-inner .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item-17 .feature-inner .content span {
  font-family: var(--ed-ff-heading);
  color: var(--ed-color-theme-primary);
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.feature-item-17 .feature-inner .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.feature-item-17 p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .feature-item-17 p br {
    display: none;
  }
}
.feature-item-17:hover {
  border-color: var(--ed-color-theme-primary);
}
.feature-item-17:hover .icon {
  background-color: var(--ed-color-theme-primary);
}
.feature-item-17:hover .icon img {
  filter: brightness(0) invert(1);
}

.course-section-17 {
  position: relative;
  z-index: 1;
}
.course-section-17 .bg-color {
  background-color: #F2F4F7;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.course-section-17 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.course-item-17 {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 628px 1fr;
  max-width: 1280px;
  width: 100%;
  box-shadow: 0px 4px 36px rgba(32, 42, 62, 0.15);
  border-radius: 10px;
}
.course-item-17:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .course-item-17 {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .course-item-17 {
    grid-template-columns: 1fr;
  }
}
.course-item-17 .course-thumb {
  max-width: 628px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .course-item-17 .course-thumb {
    max-width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .course-item-17 .course-thumb {
    height: 400px;
  }
}
.course-item-17 .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.course-item-17 .course-thumb .category {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.course-item-17 .course-thumb .overlay {
  background: rgba(13, 33, 57, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.course-item-17 .course-content {
  padding: 40px;
}
@media (max-width: 1200px) {
  .course-item-17 .course-content {
    padding: 30px 20px;
  }
}
.course-item-17 .course-content .course-review {
  margin-bottom: 10px;
}
.course-item-17 .course-content .course-review li {
  display: inline-flex;
}
.course-item-17 .course-content .course-review li i {
  color: var(--ed-color-theme-primary);
}
.course-item-17 .course-content .course-review li.point {
  margin-left: 10px;
}
.course-item-17 .course-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .course-item-17 .course-content .title {
    font-size: 24px;
  }
}
.course-item-17 .course-content .author {
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.course-item-17 .course-content p {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #D0D7E3;
}
.course-item-17 .course-content .course-inner-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #D0D7E3;
}
@media only screen and (max-width: 767px) {
  .course-item-17 .course-content .course-inner-items {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.course-item-17 .course-content .course-inner-items .course-inner-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
}
.course-item-17 .course-content .course-inner-items .course-inner-item .icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.course-item-17 .course-content .course-inner-items .course-inner-item .content .item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.course-item-17 .course-content .course-inner-items .course-inner-item .content span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.course-item-17 .course-content .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-item-17 .course-content .bottom-content .price {
  color: var(--ed-color-heading-primary);
  font-size: 20px;
  font-weight: 700;
}
.course-item-17 .course-content .bottom-content .course-btn {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
}
.course-item-17 .course-content .bottom-content .course-btn:hover {
  border: 1px solid var(--ed-color-theme-primary);
}
.course-item-17.item-2 {
  display: grid;
  grid-template-columns: 1fr 628px;
}
@media (max-width: 1200px) {
  .course-item-17.item-2 {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 992px) {
  .course-item-17.item-2 {
    grid-template-columns: 1fr;
  }
}
.course-item-17.item-2 .course-thumb .category {
  right: auto;
  left: 20px;
}

.post-card-wrap-17 .post-card-16 {
  display: grid;
  align-items: center;
  grid-template-columns: 130px 1fr;
  grid-gap: 18px;
}
@media only screen and (max-width: 767px) {
  .post-card-wrap-17 .post-card-16 {
    grid-template-columns: 100px 1fr;
  }
}
.post-card-wrap-17 .post-card-16:not(:last-of-type) {
  margin-bottom: 30px;
}
.post-card-wrap-17 .post-card-16 .post-thumb {
  height: 100px;
  margin-bottom: 0;
}
.post-card-wrap-17 .post-card-16 .post-content {
  padding: 0;
}
.post-card-wrap-17 .post-card-16 .post-content .post-meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post-card-wrap-17 .post-card-16 .post-content .post-meta li {
  font-size: 14px;
}
.post-card-wrap-17 .post-card-16 .post-content .title {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .post-card-wrap-17 .post-card-16 .post-content .title {
    font-size: 15px;
  }
}

/* !END: Home 17 CSS */
/**----------------------------------------
START: Home 18 CSS
----------------------------------------*/
.hero-section-18 {
  background-color: var(--ed-color-grey-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section-18 .hero-text {
  position: absolute;
  bottom: -35px;
  left: 100px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-section-18 .hero-text {
    bottom: -25px;
  }
}
@media (max-width: 1399px) {
  .hero-section-18 .hero-text {
    bottom: -20px;
  }
}
@media (max-width: 1200px) {
  .hero-section-18 .hero-text {
    left: 0;
    bottom: -15px;
  }
}
.hero-section-18 .hero-text span {
  color: var(--ed-color-common-white);
  mix-blend-mode: soft-light;
  opacity: 0.5;
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .hero-section-18 .hero-text span {
    font-size: 200px;
  }
}
@media (max-width: 1600px) {
  .hero-section-18 .hero-text span {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .hero-section-18 .hero-text span {
    font-size: 150px;
  }
}
@media (max-width: 1200px) {
  .hero-section-18 .hero-text span {
    font-size: 135px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-18 .hero-text span {
    display: none;
  }
}
.hero-section-18 .shapes .shape-1 {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .hero-section-18 .shapes .shape-1 {
    display: none;
  }
}
.hero-section-18 .shapes .shape-2 {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: -2;
}
@media (max-width: 1399px) {
  .hero-section-18 .shapes .shape-2 {
    display: none;
  }
}
.hero-section-18 .shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.hero-wrap-18 {
  padding: 120px 0 145px 0;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .hero-wrap-18 {
    padding: 80px 0 80px 0;
  }
}
.hero-wrap-18 .hero-content {
  padding: 0;
}
.hero-wrap-18 .hero-content .section-heading .section-title {
  font-size: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .hero-wrap-18 .hero-content .section-heading .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-wrap-18 .hero-content .section-heading .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap-18 .hero-content .section-heading .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  .hero-wrap-18 .hero-content p br {
    display: none;
  }
}

.hero-img-wrap-18 {
  max-width: 587px;
  width: 100%;
  margin-left: auto;
  height: 484px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .hero-img-wrap-18 {
    margin: 0 auto;
    margin-top: 60px;
  }
}
.hero-img-wrap-18 .hero-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 507px;
  width: 100%;
  height: 100%;
}
.hero-img-wrap-18 .hero-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.hero-img-wrap-18 .hero-img-2 {
  max-width: 181px;
  width: 100%;
  height: 188px;
  border: 4px solid var(--ed-color-common-white);
  border-radius: 15px;
  position: absolute;
  bottom: 60px;
  left: 0;
  box-shadow: 0px 9px 44px rgba(12, 44, 41, 0.26);
}
.hero-img-wrap-18 .hero-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.hero-img-wrap-18 .hero-img-2 .video-btn a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-img-wrap-18 .hero-img-2 .video-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.about-img-wrap-18 {
  position: relative;
  max-width: 628px;
  width: 100%;
  height: 492px;
}
.about-img-wrap-18 .about-img-1 {
  max-width: 193px;
  width: 100%;
  height: 195px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-img-wrap-18 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-img-wrap-18 .about-img-2 {
  height: 100%;
  max-width: 411px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about-img-wrap-18 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-img-wrap-18 .about-img-3 {
  max-width: 242px;
  width: 100%;
  height: 242px;
  position: absolute;
  bottom: 25px;
  left: 40px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.about-img-wrap-18 .about-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  border: 6px solid var(--ed-color-common-white);
}
.about-img-wrap-18 .about-counter {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  left: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about-img-wrap-18 .about-counter .about-counter-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-img-wrap-18 .about-counter .about-counter-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-18 .about-counter span {
  color: var(--ed-color-common-white);
  font-size: 36px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 5;
  line-height: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-content-18 {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .about-content-18 {
    padding-left: 0;
    margin-top: 40px;
  }
}
.about-content-18 .about-list {
  margin-top: 20px;
}
.about-content-18 .about-list li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
}
.about-content-18 .about-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.about-content-18 .about-list li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--ed-color-theme-primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  box-shadow: 0px 8px 19px rgba(13, 40, 38, 0.15);
}
.about-content-18 .about-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}
.about-content-18 .about-btn-wrap .about-contact {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.about-content-18 .about-btn-wrap .about-contact .icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content-18 .about-btn-wrap .about-contact a {
  font-size: 20px;
  font-weight: 600;
  color: var(--ed-color-heading-primary);
}
.about-content-18 .about-btn-wrap .about-contact a:hover {
  color: var(--ed-color-theme-primary);
}

.category-section {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.category-section .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.category-section .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.category-btn-box {
  background-color: var(--ed-color-theme-primary);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .category-btn-box {
    padding: 20px;
  }
}
.category-btn-box .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.category-btn-box .ed-primary-btn:before {
  background-color: var(--ed-color-heading-primary);
}
.category-btn-box .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.category-item-18 {
  background-color: var(--ed-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 65px 1fr;
  grid-gap: 20px;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .category-item-18 {
    grid-template-columns: 1fr;
  }
}
.category-item-18 .icon {
  background-color: #F2F4F7;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.category-item-18 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .category-item-18 .content .title {
    font-size: 20px;
  }
}
.category-item-18 .content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.category-item-18:hover {
  transform: translateY(-5px);
}

.cta-section-18 {
  position: relative;
  z-index: 1;
}
.cta-section-18 .cta-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: saturate(0);
}
.cta-section-18 .overlay {
  background: rgba(16, 54, 51, 0.79);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-section-18 .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.cta-wrap-18 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.cta-wrap-18 .cta-content .title {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-18 .cta-content .title {
    font-size: 28px;
  }
}
.cta-wrap-18 .cta-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-18 .cta-content p {
    font-size: 16px;
  }
}

.promo-item-18 {
  margin-bottom: 0;
}
.promo-item-18 .promo-thumb {
  margin-bottom: 60px;
}
.promo-item-18 .promo-thumb .main-img {
  padding: 20px;
  border: 3px solid #E0E5EB;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.promo-item-18 .promo-thumb .icon {
  height: 96px;
  width: 96px;
  top: auto;
  bottom: -40px;
  border: 10px solid var(--ed-color-common-white);
  box-shadow: 0px 8px 16px rgba(14, 48, 45, 0.15);
}
.promo-item-18 .title {
  font-size: 24px;
  font-weight: 600;
}
.promo-item-18 p {
  font-size: 16px;
}
.promo-item-18:hover .promo-thumb .main-img {
  padding: 0;
  border: 3px solid transparent;
}

.team-item-18 {
  background-color: #122927;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .team-item-18 {
    padding: 10px;
  }
}
.team-item-18 .round-shape {
  background: #07A698;
  filter: blur(125px);
  position: absolute;
  width: 444px;
  height: 444px;
  top: -62%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.team-item-18 .team-item-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(75px);
  border-radius: 15px;
  padding-top: 30px;
  overflow: hidden;
}
.team-item-18 .team-item-inner .team-content {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.team-item-18 .team-item-inner .team-content .title {
  margin-bottom: 5px;
}
.team-item-18 .team-item-inner .team-thumb {
  height: 300px;
}
@media (max-width: 1200px) {
  .team-item-18 .team-item-inner .team-thumb {
    width: 100%;
  }
}
.team-item-18 .team-item-inner .team-thumb img {
  height: 100%;
  filter: saturate(0);
}
@media (max-width: 1200px) {
  .team-item-18 .team-item-inner .team-thumb img {
    width: 100%;
    object-fit: cover;
  }
}
.team-item-18 .team-item-inner .bg-overlay {
  background: linear-gradient(180deg, rgba(3, 64, 59, 0.11) 70.94%, rgba(3, 64, 59, 0.85) 100%);
  height: 120%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team-item-18 .team-item-inner .team-social {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.team-item-18 .team-item-inner .team-social .expand i {
  background-color: var(--ed-color-common-white);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ed-color-theme-primary);
  font-size: 15px;
  cursor: pointer;
  border-radius: 100px 100px 0 0;
}
.team-item-18 .team-item-inner .team-social .social-list {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.team-item-18 .team-item-inner .team-social .social-list li {
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.team-item-18 .team-item-inner .team-social .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.team-item-18 .team-item-inner .team-social .social-list li:nth-child(4) {
  transition-delay: 250ms;
}
.team-item-18 .team-item-inner .team-social .social-list li:nth-child(3) {
  transition-delay: 200ms;
}
.team-item-18 .team-item-inner .team-social .social-list li:nth-child(2) {
  transition-delay: 150ms;
}
.team-item-18 .team-item-inner .team-social .social-list li:nth-child(1) {
  transition-delay: 100ms;
}
.team-item-18 .team-item-inner .team-social .social-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 50%;
}
.team-item-18 .team-item-inner .team-social .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.team-item-18 .team-item-inner .team-social:hover .social-list li {
  visibility: visible;
  opacity: 1;
}

.request-section-18 {
  background-color: var(--ed-color-theme-primary);
}

.request-content-18 p {
  color: var(--ed-color-common-white);
}
.request-content-18 .request-form-wrapper .form-items .form-item .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
.request-content-18 .request-btn .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.request-content-18 .request-btn .ed-primary-btn:before {
  background-color: var(--ed-color-heading-primary);
}
.request-content-18 .request-btn .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}

.event-wrap-18 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding: 30px 30px 30px 50px;
  border: 1px solid #E0E5EB;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .event-wrap-18 {
    padding: 30px 20px;
    flex-direction: column;
    row-gap: 30px;
  }
}
.event-wrap-18 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.event-wrap-18 .event-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .event-wrap-18 .event-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .event-wrap-18 .event-content .title {
    font-size: 18px;
  }
}
.event-wrap-18 .event-content .title .live {
  color: #F20F10;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.event-wrap-18 .event-content .title .live .dot {
  height: 21px;
  width: 21px;
  border: 2px solid #F20F10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 3px;
  margin-left: 5px;
}
.event-wrap-18 .event-content .title .live .dot:before {
  background-color: #F20F10;
  content: "";
  height: 13px;
  width: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.event-wrap-18 .event-content p {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .event-wrap-18 .event-content p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .event-wrap-18 .event-content p {
    font-size: 14px;
  }
}
.event-wrap-18 .event-content .event-list {
  list-style: none;
  margin-bottom: 30px;
}
.event-wrap-18 .event-content .event-list li {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.event-wrap-18 .event-content .event-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.event-wrap-18 .event-content .event-list li i {
  color: var(--ed-color-theme-primary);
  margin-right: 10px;
}
.event-wrap-18 .event-content .event-author {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.event-wrap-18 .event-content .event-author .author-list {
  list-style: none;
  display: inline-flex;
}
.event-wrap-18 .event-content .event-author .author-list li {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-wrap-18 .event-content .event-author .author-list li:not(:first-of-type) {
  margin-left: -20px;
}
.event-wrap-18 .event-content .event-author .author-list li img {
  width: 100%;
  height: 100%;
  border: 2px solid var(--ed-color-common-white);
  border-radius: 50%;
  object-fit: cover;
}
.event-wrap-18 .event-content .event-author .author-list li.plus {
  background-color: #214340;
  color: var(--ed-color-common-white);
}
.event-wrap-18 .event-img {
  max-width: 598px;
  width: 100%;
  height: 310px;
}
@media (max-width: 1200px) {
  .event-wrap-18 .event-img {
    max-width: 500px;
  }
}
.event-wrap-18 .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* !END: Home 18 CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.header-19 .top-bar {
  background-color: #fafafb;
}
.header-19 .top-bar .top-bar-inner .top-bar-right .register-box {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(22, 39, 38, 0.11);
}
.header-19 .top-bar .top-bar-inner .top-bar-right .register-box a {
  color: var(--ed-color-heading-primary);
}
.header-19 .top-bar .top-bar-inner .top-bar-right .register-box a:hover {
  color: var(--ed-color-theme-primary);
}
.header-19 .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 1600px) {
  .header-19 .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .header-19 .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}

.hero-section-19 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.hero-section-19 .hero-img-19 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .hero-section-19 .hero-img-19 {
    max-width: 750px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .hero-section-19 .hero-img-19 {
    max-width: 550px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-19 .hero-img-19 {
    display: none;
  }
}
.hero-section-19 .bg-color {
  background-color: var(--ed-color-common-white);
  width: 100%;
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero-section-19 .shapes .shape-1 {
  position: absolute;
  bottom: 225px;
  right: 0;
  z-index: -1;
}
.hero-section-19 .shapes .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-19 .shapes .shape-3 {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-section-19 .shapes .shape-3 {
    display: none;
  }
}
.hero-section-19 .shapes .shape-4 {
  position: absolute;
  right: 40px;
  top: 25%;
  z-index: -1;
}

.hero-content-19 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 992px) {
  .hero-content-19 {
    padding-bottom: 100px;
  }
}
.hero-content-19 .section-heading .sub-heading {
  color: var(--ed-color-theme-primary);
}
.hero-content-19 .section-heading .section-title {
  color: var(--ed-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .hero-content-19 .section-heading .section-title {
    font-size: 26px;
  }
}
.hero-content-19 .section-heading .section-title br {
  display: block;
}
.hero-content-19 .section-heading .section-title span {
  font-weight: 600;
}
.hero-content-19 p {
  font-size: 18px;
  max-width: 600px;
  width: 100%;
  color: var(--ed-color-text-body);
}
.hero-content-19 .hero-btn-wrap {
  margin-bottom: 0;
}
.hero-content-19 .hero-btn-wrap .video-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-heading-primary);
}
.hero-content-19 .hero-btn-wrap .video-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.hero-content-19 .hero-btn-wrap .video-btn:hover {
  color: var(--ed-color-common-white);
}

.hero-sponsor-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .hero-sponsor-wrap {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sponsor-wrap {
    margin-bottom: 60px;
  }
}
.hero-sponsor-wrap:before {
  background: rgba(255, 255, 255, 0.31);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0px 4px 30px rgba(25, 38, 48, 0.03);
  backdrop-filter: blur(16px);
  border-radius: 15px;
  content: "";
  width: 95%;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-sponsor-wrap:after {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(60px);
  border-radius: 15px;
  content: "";
  width: 90%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.hero-sponsor {
  background-color: var(--ed-color-common-white);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-sponsor .sponsor-2 {
  background-color: var(--ed-color-common-white);
  padding: 0;
}
.hero-sponsor .sponsor-2 .sponsor-item {
  padding: 0;
  border: none;
}

.hero-about-area {
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 17px 48px rgba(13, 32, 30, 0.11);
  border-radius: 15px;
  padding: 60px 60px 60px 80px;
}
@media only screen and (max-width: 992px) {
  .hero-about-area {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-about-area {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .about-content-19 {
    margin-bottom: 40px;
  }
}
.about-content-19 .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.about-content-19 .about-list {
  margin-bottom: 30px;
}
.about-content-19 .about-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  align-items: start;
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-text-body);
}
.about-content-19 .about-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-content-19 .about-list li i {
  color: var(--ed-color-theme-primary);
}

.about-img-19 {
  max-width: 568px;
  width: 100%;
  height: 335px;
}
.about-img-19 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card-19 {
  border: 2px solid transparent;
}
.feature-card-19 .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-card-19 .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-card-19 .content p {
  margin-bottom: 20px;
}
.feature-card-19 .feature-btn {
  color: var(--ed-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.feature-card-19:hover {
  border-color: var(--ed-color-theme-primary);
}
.feature-card-19:hover .icon {
  background-color: var(--ed-color-theme-primary);
}
.feature-card-19:hover .icon img {
  filter: brightness(0) invert(1);
}

.course-section-19 {
  background-color: #1A2226;
  position: relative;
  z-index: 1;
}
.course-section-19 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.course-section-19 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.course-section-19 .shapes .shape-3 {
  position: absolute;
  top: 60px;
  left: 45px;
  z-index: -1;
}
.course-section-19 .shapes .shape-4 {
  position: absolute;
  top: 0;
  right: 200px;
  z-index: -1;
}
.course-section-19 .shapes .shape-5 {
  position: absolute;
  bottom: 200px;
  right: 50px;
  z-index: -1;
}

.video-area-19 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 205px 0;
}
@media only screen and (max-width: 992px) {
  .video-area-19 {
    padding: 150px 0;
  }
}

.video-btn-wrapper {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.video-btn-wrapper .video-btn {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn-wrapper .video-btn a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn-wrapper .video-btn a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.counter-section-19 {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
.counter-section-19 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.counter-wrap-19 {
  background-color: var(--ed-color-common-white);
  display: flex;
  align-items: center;
  padding: 0 50px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .counter-wrap-19 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrap-19 {
    flex-direction: column;
    row-gap: 30px;
    align-items: baseline;
    padding: 30px;
  }
}
.counter-wrap-19 .counter-item-19 {
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 45px 0px;
}
@media only screen and (max-width: 992px) {
  .counter-wrap-19 .counter-item-19 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrap-19 .counter-item-19 {
    align-items: baseline;
    padding: 0;
  }
}
.counter-wrap-19 .counter-item-19:not(:last-of-type) {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid #DEE7E4;
}
@media (max-width: 1399px) {
  .counter-wrap-19 .counter-item-19:not(:last-of-type) {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .counter-wrap-19 .counter-item-19:not(:last-of-type) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrap-19 .counter-item-19:not(:last-of-type) {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.counter-wrap-19 .counter-item-19 .content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--ed-color-heading-primary);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .counter-wrap-19 .counter-item-19 .content p {
    font-size: 15px;
  }
}
.counter-wrap-19 .counter-item-19 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.counter-wrap-19 .counter-item-19 .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}

.blog-19 {
  position: relative;
  z-index: 1;
}
.blog-19 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-19 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* !END:  Page Header CSS */
/**----------------------------------------
START: Home 20 CSS
----------------------------------------*/
.hero-section-20 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.hero-section-20 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-20 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-section-20 .shapes .shape-2 img {
  width: 100%;
  height: 100%;
}
.hero-section-20 .shapes .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .hero-section-20 .shapes .shape-3 {
    height: 100%;
  }
  .hero-section-20 .shapes .shape-3 img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-20 .shapes .shape-3 {
    display: none;
  }
}
.hero-section-20 .shapes .shape-4 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-section-20 .shapes .shape-4 {
    display: none;
  }
}
.hero-section-20 .shapes .shape-5 {
  position: absolute;
  left: 75px;
  bottom: 80px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-section-20 .shapes .shape-5 {
    display: none;
  }
}
.hero-section-20 .shapes .shape-6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-section-20 .shapes .shape-7 {
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-section-20 .shapes .shape-7 {
    display: none;
  }
}

.hero-wrap-20 {
  align-items: center;
  padding: 90px 0;
}
@media (max-width: 1200px) {
  .hero-wrap-20 {
    row-gap: 40px;
  }
}

.hero-img-wrap-20 {
  background-color: var(--ed-color-common-white);
  height: 617px;
  max-width: 617px;
  width: 100%;
  border-radius: 50%;
  position: relative;
  border: 1px dashed var(--ed-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .hero-img-wrap-20 {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .hero-img-wrap-20 {
    margin: 0 auto;
  }
}
.hero-img-wrap-20 .hero-img {
  height: 528px;
  width: 528px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .hero-img-wrap-20 .hero-img {
    height: 280px;
    width: 280px;
  }
}
.hero-img-wrap-20 .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.hero-content-20 {
  padding: 0;
}
.hero-content-20 .section-heading .section-title {
  font-size: 54px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero-content-20 .section-heading .section-title {
    font-size: 36px;
  }
  .hero-content-20 .section-heading .section-title br {
    display: none;
  }
}

.feature-item-20 {
  background: var(--ed-color-common-white);
  box-shadow: 0px 12px 54px rgba(11, 26, 24, 0.09);
  border-radius: 15px;
  padding: 40px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .feature-item-20 {
    padding: 30px 20px;
  }
}
.feature-item-20 .feature-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feature-item-20 .feature-inner {
    grid-template-columns: 1fr;
  }
}
.feature-item-20 .feature-inner .icon {
  background-color: #F2F4F7;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.feature-item-20 .feature-inner .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .feature-item-20 .feature-inner .content .title {
    font-size: 20px;
  }
}
.feature-item-20 p {
  margin-bottom: 25px;
}
.feature-item-20 .feature-btn .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  padding: 12px 30px;
  border: 1px solid #E0E5EB;
  color: var(--ed-color-theme-primary);
}
.feature-item-20 .feature-btn .ed-primary-btn:before {
  background-color: var(--ed-color-theme-primary);
}
.feature-item-20 .feature-btn .ed-primary-btn:hover {
  color: var(--ed-color-common-white);
}
.feature-item-20:hover {
  border-color: var(--ed-color-theme-primary);
}

.about-left-content {
  display: flex;
  align-items: center;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .about-left-content {
    flex-direction: column;
    row-gap: 40px;
  }
}
.about-left-content .about-counter-list {
  background-color: #F2F4F7;
  max-width: 220px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .about-left-content .about-counter-list {
    margin: 0 auto;
  }
}
.about-left-content .about-counter-list .about-counter {
  background-color: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  border-radius: 10px;
  overflow: hidden;
}
.about-left-content .about-counter-list .about-counter:not(:last-of-type) {
  margin-bottom: 10px;
}
.about-left-content .about-counter-list .about-counter .counter-inner {
  padding: 22.5px 20px;
}
.about-left-content .about-counter-list .about-counter .counter-inner .title {
  color: var(--ed-color-theme-primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-left-content .about-counter-list .about-counter .counter-inner .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-left-content .about-counter-list .about-counter p {
  background-color: var(--ed-color-theme-primary);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ed-color-common-white);
  padding: 3.5px 20px;
  width: 100%;
}
.about-left-content .about-img-20 {
  background: var(--ed-color-common-white);
  box-shadow: 0px 10px 46px 3px rgba(14, 33, 31, 0.23);
  border-radius: 10px;
  padding: 10px;
  height: 520px;
  max-width: 393px;
  width: 100%;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .about-left-content .about-img-20 {
    margin-left: 0;
    height: 400px;
  }
}
.about-left-content .about-img-20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-content-20 {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .about-content-20 {
    padding-left: 0;
    margin-top: 40px;
  }
}
.about-content-20 p {
  max-width: 478px;
  width: 100%;
}

.course-section-20 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.course-carousel-wrap-20 {
  position: relative;
}
.course-carousel-wrap-20 .swiper-arrow .swiper-nav {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1600px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav {
    left: -30px;
  }
}
@media (max-width: 1399px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav {
    display: none;
  }
}
.course-carousel-wrap-20 .swiper-arrow .swiper-nav:hover {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}
.course-carousel-wrap-20 .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -110px;
}
@media (max-width: 1600px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav.swiper-prev {
    right: -30px;
  }
}
@media (max-width: 1399px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav.swiper-prev {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .course-carousel-wrap-20 .swiper-arrow .swiper-nav.swiper-prev {
    display: none;
  }
}

.course-item.course-item-20 {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.07);
}
.course-item.course-item-20 .course-content {
  border-color: rgba(255, 255, 255, 0.1);
}

.newsletter-section-20 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.newsletter-section-20 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.newsletter-section-20 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.newsletter-top .footer-form-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.newsletter-top .footer-form-wrap .footer-form {
  position: relative;
  width: 100%;
}
.newsletter-top .footer-form-wrap .footer-form .ed-primary-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .newsletter-top .footer-form-wrap .footer-form .ed-primary-btn {
    position: relative;
    top: 0;
    right: 0;
    transform: inherit;
    margin-top: 20px;
  }
}
.newsletter-top .footer-form-wrap .footer-form .form-item {
  width: 100%;
  position: relative;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .form-control {
  background-color: var(--ed-color-common-white);
  color: #6C706F;
  padding: 20px 30px;
  padding-left: 60px;
  width: 100%;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .form-control::-webkit-input-placeholder {
  color: #6C706F;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .form-control:-moz-placeholder {
  color: #6C706F;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .form-control::-moz-placeholder {
  color: #6C706F;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .form-control:-ms-input-placeholder {
  color: #6C706F;
}
.newsletter-top .footer-form-wrap .footer-form .form-item .icon {
  color: var(--ed-color-theme-primary);
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.event-20 {
  background-color: var(--ed-color-theme-primary);
  margin: 0 60px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .event-20 {
    margin: 0;
  }
}
.event-20 .shapes .shape-1 {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: -1;
}
.event-20 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1;
}
.event-20 .shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.event-20 .shapes .shape-4 {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: -1;
}

.event-card-20 {
  grid-template-columns: 1fr;
}
.event-card-20 .event-thumb {
  height: 264px;
  max-width: 100%;
}

.event-card-wrap-20 .event-card:not(:last-of-type) {
  margin-bottom: 24px;
}

.team-item-20 {
  padding: 20px;
}
.team-item-20 .team-thumb {
  width: 100%;
  height: 310px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.team-item-20 .team-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.team-item-20 .team-thumb:before {
  background: linear-gradient(180deg, rgba(22, 39, 38, 0) 20.97%, #162726 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-20 .team-thumb .social-list {
  display: inline-flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-20 .team-thumb .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.team-item-20 .team-thumb .social-list li a {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
  font-size: 15px;
  height: 40px;
  width: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-20 .team-thumb .social-list li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-theme-primary);
}
.team-item-20:hover .team-thumb:before {
  visibility: visible;
  opacity: 1;
}
.team-item-20:hover .team-thumb .social-list {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.pricing-section-20 {
  background-color: #162726;
  position: relative;
  z-index: 1;
}
.pricing-section-20 .shapes .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pricing-section-20 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.pricing-item-20 {
  background-color: var(--ed-color-common-white);
  padding: 0;
}
.pricing-item-20 .pricing-item-top {
  padding: 40px;
  border-bottom: 1px solid #E0E5EB;
}
@media (max-width: 1200px) {
  .pricing-item-20 .pricing-item-top {
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .pricing-item-20 .pricing-item-top .pricing-offer br {
    display: none;
  }
}
.pricing-item-20 .pricing-item-top .price {
  margin-top: 15px;
  font-size: 40px;
  color: var(--ed-color-theme-primary);
  margin-bottom: 0;
  line-height: 1;
}
.pricing-item-20 .pricing-item-top .price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--ed-color-heading-primary);
}
.pricing-item-20 .pricing-item-bottom {
  padding: 40px;
}
@media (max-width: 1200px) {
  .pricing-item-20 .pricing-item-bottom {
    padding: 30px 20px;
  }
}
.pricing-item-20 .pricing-item-bottom .pricing-list-wrap {
  margin-bottom: 30px;
}
.pricing-item-20 .pricing-item-bottom .pricing-list-wrap .list-title {
  margin-bottom: 20px;
}
.pricing-item-20 .pricing-item-bottom .pricing-btn .ed-primary-btn {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.pricing-item-20 .pricing-item-bottom .pricing-btn .ed-primary-btn:before {
  background-color: #162726;
}
.pricing-item-20 .pricing-item-bottom .pricing-btn .ed-primary-btn:hover {
  border-color: #162726;
  color: var(--ed-color-theme-primary);
}
.pricing-item-20.active {
  background-color: var(--ed-color-theme-primary);
}
.pricing-item-20.active .pricing-item-top {
  border-color: rgba(255, 255, 255, 0.15);
}
.pricing-item-20.active .pricing-item-top .price {
  color: var(--ed-color-common-white);
}
.pricing-item-20.active .pricing-item-top .price span {
  color: var(--ed-color-common-white);
}
.pricing-item-20.active .pricing-item-bottom .pricing-list li i {
  color: var(--ed-color-common-white);
}
.pricing-item-20.active .pricing-item-bottom .pricing-btn .ed-primary-btn {
  background-color: var(--ed-color-common-white);
  color: var(--ed-color-theme-primary);
}

.footer-cta-area {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-cta-area .shape-1 {
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: -2;
}
.footer-cta-area .shape-2 {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .footer-cta-area .shape-2 {
    display: none;
  }
}

.footer-cta-content {
  padding: 105px 0 95px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer-cta-content {
    padding: 70px 0;
  }
}
.footer-cta-content .section-heading .section-title br {
  display: block;
}
.footer-cta-content .laptop-img {
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .footer-cta-content .laptop-img {
    right: -200px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-cta-content .laptop-img {
    display: none;
  }
}

/* !END: Home 20 CSS */
/**----------------------------------------
START: Home 21 CSS
----------------------------------------*/
.header-21 {
  border-bottom: 1px solid #0E9286;
  z-index: 90;
}
.header-21 .primary-header {
  background: #0E9286;
}
@media only screen and (max-width: 992px) {
  .header-21 .primary-header {
    background-color: var(--ed-color-common-white);
  }
}
.header-21 .primary-header.fixed {
  z-index: 101;
  border-color: #0E9286;
}
.header-21 .primary-header .primary-header-inner {
  background: #0E9286;
}
@media only screen and (max-width: 992px) {
  .header-21 .primary-header .primary-header-inner {
    background-color: var(--ed-color-common-white);
  }
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li a {
  color: var(--ed-color-common-white);
  text-transform: capitalize;
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul li a {
  color: var(--ed-color-heading-primary);
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul li a:hover {
  color: var(--ed-color-common-white);
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li.mega-menu ul li a {
  color: var(--ed-color-heading-primary);
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children:after {
  display: none;
}
.header-21 .primary-header .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children a {
  padding-right: 0;
}

.hero-21 {
  background: var(--ed-color-theme-primary);
  overflow-x: clip;
  position: relative;
  z-index: inherit;
}
.hero-21 .hero-bg-wrap {
  top: -65px;
  height: 609px;
  overflow: hidden;
  z-index: 100;
}
.hero-21 .hero-bg-wrap .hero-text-box {
  top: 60%;
}

.hero-content-21 {
  padding: 135px 0 170px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-21 {
    padding: 100px 0;
  }
}
@media (max-width: 1399px) {
  .hero-content-21 .section-heading .section-title {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .hero-content-21 p {
    max-width: 450px;
  }
  .hero-content-21 p br {
    display: none;
  }
}

.cta-content-wrapper-20 {
  background-color: #F2F4F7;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 478px;
  grid-gap: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 1200px) {
  .cta-content-wrapper-20 {
    grid-template-columns: 1fr 350px;
    padding: 40px 30px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-content-wrapper-20 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper-20 {
    padding: 30px 10px;
  }
}
.cta-content-wrapper-20 .cta-left-content .cta-logo {
  margin-bottom: 25px;
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 {
  background-color: var(--ed-color-common-white);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper-20 .cta-left-content .cta-content-20 {
    padding: 20px 10px;
  }
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list {
    flex-direction: column;
    row-gap: 15px;
    align-items: baseline;
  }
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul {
  list-style: none;
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul li {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul li {
    font-size: 14px;
  }
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-info-list ul li i {
  color: var(--ed-color-theme-primary);
  margin-right: 10px;
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-items {
    flex-wrap: wrap;
    row-gap: 15px;
    align-items: baseline;
  }
}
.cta-content-wrapper-20 .cta-left-content .cta-content-20 .cta-items .cta-item {
  background-color: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: 1px solid #E0E5EB;
  border-radius: 10px;
}
.cta-content-wrapper-20 .cta-img {
  background-color: var(--ed-color-common-white);
  height: 350px;
  max-width: 478px;
  width: 100%;
  padding: 5px;
  border-radius: 15px;
}
.cta-content-wrapper-20 .cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.popular-item-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 220px;
  grid-gap: 40px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .popular-item-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .popular-item-2 {
    padding: 40px 20px;
  }
}
.popular-item-2 .shape-1 {
  background: #07A698;
  opacity: 0.42;
  filter: blur(125px);
  position: absolute;
  top: 0;
  right: 0;
  width: 331px;
  height: 331px;
  border-radius: 50%;
  z-index: -1;
}
.popular-item-2 .popular-content .title {
  font-size: 24px;
}
.popular-item-2 .popular-img {
  max-width: 220px;
  width: 100%;
  height: 162px;
}
.popular-item-2 .popular-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-21 {
  background-color: #F2F4F7;
  position: relative;
  z-index: 1;
}
.about-21 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-21 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-img-wrap-21 {
  position: relative;
  max-width: 628px;
  width: 100%;
  height: 555px;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-21 {
    margin-bottom: 40px;
  }
}
.about-img-wrap-21 .about-img-1 {
  position: absolute;
  top: 50px;
  left: 20px;
  height: 240px;
  width: 240px;
}
.about-img-wrap-21 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.about-img-wrap-21 .faq-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 495px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.about-img-wrap-21 .faq-img img {
  border-radius: 15px;
}
.about-img-wrap-21 .faq-text-box {
  bottom: 50px;
}

.about-content-21 .about-items {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: start;
}
.about-content-21 .about-items .about-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 11px 44px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  max-width: 268px;
  width: 100%;
}
@media (max-width: 1200px) {
  .about-content-21 .about-items .about-item {
    max-width: 220px;
  }
}
.about-content-21 .about-items .about-item .icon {
  background: rgba(7, 166, 152, 0.14);
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.about-content-21 .about-items .about-item .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .about-content-21 .about-items .about-item .content .title {
    font-size: 16px;
  }
}
.about-content-21 .about-btn {
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.about-content-21 .about-btn .about-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.about-content-21 .about-btn .about-contact .icon {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content-21 .about-btn .about-contact a {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
}
.about-content-21 .about-btn .about-contact a:hover {
  color: var(--ed-color-theme-primary);
}

.booking-section {
  background-color: var(--ed-color-theme-primary);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .booking-section .shapes {
    display: none;
  }
}
.booking-section .shapes .shape-1 {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: -1;
}
.booking-section .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 200px;
  z-index: -1;
}
.booking-section .shapes .shape-3 {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: -1;
}

.booking-content .faq-thumb-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.booking-content .faq-thumb-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ed-color-common-white);
  border-radius: 50%;
}
.booking-content .faq-thumb-list li:not(:last-of-type) {
  margin-right: -20px;
}
.booking-content .faq-thumb-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-content .faq-thumb-list li.number {
  background-color: var(--ed-color-heading-primary);
  color: var(--ed-color-common-white);
  font-size: 25px;
  font-weight: 600;
}

.booking-form-wrap {
  background-color: var(--ed-color-common-white);
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .booking-form-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form-wrap {
    padding: 30px 20px;
  }
}
.booking-form-wrap .form-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.booking-form-wrap .booking-form .form-item .form-control {
  background-color: #F2F4F7;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  margin-bottom: 12px;
}
.booking-form-wrap .booking-form .submit-btn .ed-primary-btn {
  width: 100%;
  border-radius: 5px;
  justify-content: center;
}

.step-section-21 {
  overflow-x: clip;
}

.step-item-21 {
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .step-item-21 {
    row-gap: 40px;
  }
}
.step-item-21:not(:last-of-type) {
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .step-item-21:not(:last-of-type) {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 992px) {
  .step-item-21:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.step-item-21 .step-shape-1 {
  position: absolute;
  bottom: -200px;
  left: 60%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .step-item-21 .step-shape-1 {
    left: 55%;
  }
}
@media (max-width: 1200px) {
  .step-item-21 .step-shape-1 {
    left: 50%;
    width: 95%;
    bottom: -170px;
  }
}
@media only screen and (max-width: 992px) {
  .step-item-21 .step-shape-1 {
    display: none;
  }
}
.step-item-21 .step-content .step-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  margin-bottom: 35px;
}
.step-item-21 .step-content .step-inner .icon {
  background-color: var(--ed-color-common-white);
  border: 1px solid #E0E5EB;
  box-shadow: 0px 14px 60px rgba(20, 71, 67, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.step-item-21 .step-content .step-inner .number {
  color: #234542;
  opacity: 0.1;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .step-item-21 .step-content .step-inner .number {
    font-size: 40px;
  }
}
.step-item-21 .step-content .title {
  margin-bottom: 20px;
}
.step-item-21 .step-content p {
  margin-bottom: 0;
  max-width: 502px;
  width: 100%;
}
.step-item-21 .step-img {
  max-width: 628px;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  box-shadow: 0px 11px 51px rgba(19, 83, 77, 0.22);
}
.step-item-21 .step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  border: 6px solid var(--ed-color-common-white);
}
@media only screen and (max-width: 992px) {
  .step-item-21.item-2 {
    flex-direction: column-reverse;
  }
}
.step-item-21.item-2 .step-content {
  padding-left: 35px;
}
@media only screen and (max-width: 992px) {
  .step-item-21.item-2 .step-content {
    padding-left: 0;
  }
}

.testi-21 {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.testi-21 .shape {
  background: linear-gradient(180deg, rgba(7, 166, 152, 0) 0%, rgba(7, 166, 152, 0.39) 100%);
  filter: blur(300px);
  position: absolute;
  width: 2620px;
  height: 990px;
  top: -60%;
  left: 0;
  z-index: -1;
}

.event-carousel-20 {
  padding-bottom: 90px;
}
.event-carousel-20 .swiper-pagination {
  bottom: 0;
}
.event-carousel-20 .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 2px solid var(--ed-color-common-white);
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.event-carousel-20 .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--ed-color-common-white);
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.event-carousel-20 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--ed-color-common-white);
}
.event-carousel-20 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  visibility: visible;
  opacity: 1;
}

.event-item-21 {
  background-color: var(--ed-color-common-white);
  padding: 30px;
}
.event-item-21 .event-thumb {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
}
.event-item-21 .event-thumb img {
  border-radius: 10px;
}
.event-item-21 .event-content {
  background-color: var(--ed-color-common-white);
  padding: 0;
}
.event-item-21 .event-content .title {
  font-size: 24px;
  font-weight: 600;
}
.event-item-21 .event-content .location {
  margin-bottom: 10px;
}
.event-item-21 .event-content .ed-primary-btn {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  margin-top: 20px;
}
.event-item-21 .event-content .ed-primary-btn:before {
  background-color: var(--ed-color-heading-primary);
}

/* !END: Home 21 */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
  position: relative;
  z-index: 1;
}
.slider-section .edcare-slider-thumb {
  max-width: 80px;
  height: 260px;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  z-index: 5;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1200px) {
  .slider-section .edcare-slider-thumb {
    right: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-section .edcare-slider-thumb {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section .edcare-slider-thumb {
    display: none;
  }
}
.slider-section .edcare-slider-thumb .swiper-slide .slider-thumb-item {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 3px solid var(--ed-color-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-section .edcare-slider-thumb .swiper-slide .slider-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-section .edcare-slider-thumb .swiper-slide.swiper-slide-thumb-active .slider-thumb-item {
  border: 3px solid var(--ed-color-theme-primary);
}

.edcare-slider {
  position: relative;
  z-index: 2;
}

.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-item .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-item .overlay {
  background: linear-gradient(180deg, rgba(0, 231, 211, 0.25) -38.18%, rgba(0, 7, 7, 0.25) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-item .overlay-2 {
  background: rgba(22, 39, 38, 0.47);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-item .slider-content-wrap {
  max-width: 100%;
  width: 100%;
  z-index: 10;
  padding: 150px 0 150px 0;
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .slider-item .slider-content-wrap {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-item .slider-content-wrap {
    padding: 100px 0;
  }
}
.slider-item .slider-content-wrap .slider-content .sub-heading-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #07A698;
  backdrop-filter: blur(40px);
  border-radius: 100px;
  color: var(--ed-color-common-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 20px;
  margin-bottom: 0;
  line-height: 1;
  padding: 10px 20px 10px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading {
    font-size: 12px;
  }
}
.slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
  font-size: 60px;
  font-weight: 600;
  color: var(--ed-color-common-white);
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap.edcare-cap-2 {
    margin-top: 0;
  }
}
.slider-item .slider-content-wrap .slider-content .edcare-slider-desc p {
  color: var(--ed-color-common-white);
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}

/* Text Animation */
.edcare-animation,
.edcare-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.edcare-animation span {
  display: inline-block;
}

/* Fade Effect */
.edcare-fadeIn {
  animation-name: asFadeIn;
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.edcare-fadeInLeft {
  animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.edcare-fadeInRight {
  animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.edcare-fadeInDown {
  animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.edcare-fadeInUp {
  animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.edcare-moveFromLeft {
  animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.edcare-moveFromRight {
  animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.edcare-moveFromTop {
  animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.edcare-moveFromBottom {
  animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.edcare-blurIn {
  animation-name: asBlurIn;
}

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.edcare-blurInLeft {
  animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.edcare-blurInRight {
  animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.edcare-blurInTop {
  animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.edcare-blurInBottom {
  animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.edcare-zoomIn {
  animation-name: asZoomIn;
}

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.edcare-zoomInLeft {
  animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.edcare-zoomInRight {
  animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.edcare-zoomInTop {
  animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.edcare-zoomInBottom {
  animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.edcare-flipInTop {
  animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.edcare-flipInBottom {
  animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.edcare-rollFromLeft {
  animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.edcare-rollFromRight {
  animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.edcare-rollFromTop {
  animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.edcare-rollFromBottom {
  animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.edcare-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.edcare-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.edcare-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.edcare-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.edcare-popUp {
  animation-name: asPopUp;
}

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.edcare-popUpLeft {
  animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.edcare-popUpRight {
  animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
.tp-product-action {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-btn a:hover .tp-product-tooltip, .tp-product-action-btn button:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}

a.cart-button,
a.added_to_cart.wc-forward,
a.woosq-btn,
button.woosw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.cart-button .loading-icon,
a.added_to_cart.wc-forward .loading-icon,
a.woosq-btn .loading-icon,
button.woosw-btn .loading-icon {
  display: none;
}
a.cart-button .cart-icon,
a.added_to_cart.wc-forward .cart-icon,
a.woosq-btn .cart-icon,
button.woosw-btn .cart-icon {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
a.cart-button.loading,
a.added_to_cart.wc-forward.loading,
a.woosq-btn.loading,
button.woosw-btn.loading {
  pointer-events: none;
}
a.cart-button.loading .loading-icon,
a.added_to_cart.wc-forward.loading .loading-icon,
a.woosq-btn.loading .loading-icon,
button.woosw-btn.loading .loading-icon {
  display: block;
}
a.cart-button.loading .cart-icon,
a.added_to_cart.wc-forward.loading .cart-icon,
a.woosq-btn.loading .cart-icon,
button.woosw-btn.loading .cart-icon {
  display: none;
}
a.cart-button.added,
a.added_to_cart.wc-forward.added,
a.woosq-btn.added,
button.woosw-btn.added {
  display: none;
}
a.cart-button svg,
a.added_to_cart.wc-forward svg,
a.woosq-btn svg,
button.woosw-btn svg {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
a.cart-button.woosw-added::before,
a.added_to_cart.wc-forward.woosw-added::before,
a.woosq-btn.woosw-added::before,
button.woosw-btn.woosw-added::before {
  display: none;
}
a.cart-button.woosw-adding .wishlist-icon,
a.added_to_cart.wc-forward.woosw-adding .wishlist-icon,
a.woosq-btn.woosw-adding .wishlist-icon,
button.woosw-btn.woosw-adding .wishlist-icon {
  display: none;
}
a.cart-button.woosw-adding .loading-icon,
a.added_to_cart.wc-forward.woosw-adding .loading-icon,
a.woosq-btn.woosw-adding .loading-icon,
button.woosw-btn.woosw-adding .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
a.cart-button.woosw-adding::after,
a.added_to_cart.wc-forward.woosw-adding::after,
a.woosq-btn.woosw-adding::after,
button.woosw-btn.woosw-adding::after {
  display: none !important;
}

a.added_to_cart.wc-forward::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
}

a.tutor-btn.added_to_cart.wc-forward::after {
  margin-left: 5px;
}

a.tp-shop-buy-now-btn {
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white) !important;
  position: relative;
  padding: 0;
}
a.tp-shop-buy-now-btn::after {
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 2;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
a.tp-shop-buy-now-btn:hover::after, a.tp-shop-buy-now-btn:focus::after {
  -webkit-animation: acadia_shine 0.85s;
  -moz-animation: acadia_shine 0.85s;
  -ms-animation: acadia_shine 0.85s;
  -o-animation: acadia_shine 0.85s;
  animation: acadia_shine 0.85s;
}

@-webkit-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
.tp-product-btn-box a.cart-button.product_type_external {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.tp-product-btn-box a.cart-button.product_type_external .cart-icon {
  display: none;
}
.tp-product-btn-box a.cart-button.product_type_external .loading-icon {
  display: none;
}
.tp-product-btn-box a.cart-button.product_type_external {
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}

.woosw-item--atc p.add_to_cart_inline {
  display: flex;
  align-items: center;
}
.woosw-item--atc p.add_to_cart_inline a.add_to_cart_button,
.woosw-item--atc p.add_to_cart_inline a.cart-button {
  box-shadow: none;
}
.woosw-item--atc p.add_to_cart_inline a.add_to_cart_button:hover,
.woosw-item--atc p.add_to_cart_inline a.cart-button:hover {
  border-color: var(--ed-color-common-black);
}
.woosw-item--atc p.add_to_cart_inline a.added_to_cart.wc-forward {
  box-shadow: none;
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
  text-decoration: none;
}

.woosw-item--info {
  text-align: left;
}
.woosw-item--info a {
  color: var(--ed-color-common-black);
  font-weight: 600;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  font-size: 16px;
}
.woosw-item--info a:hover {
  color: var(--ed-color-common-black);
}
.woosw-item--actions {
  width: 10%;
}
.woosw-item--actions .woosw-item--atc p {
  justify-content: center;
}

.woosw-name {
  font-family: var(--tp-ff-marcellus);
}

.tp-woo-single-action-wishlist button.woosw-btn {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cart_load_spinning {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woosq-popup .tp-shop-details-price {
  margin-bottom: 20px;
}
.woosq-popup .tp-woo-single-action-wishlist {
  display: none !important;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn::before {
  content: "";
  background-image: url("../img/icons/woocommerce/wishlist-icon.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  margin: auto;
  background-size: cover;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn:hover {
  background-color: #fff;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-adding:hover {
  color: var(--ed-color-common-white);
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-added::before {
  display: none;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-added:hover {
  background-color: var(--ed-color-common-black);
}

.tp-shop-details-quantity {
  position: relative;
  margin-right: 15px;
}
.tp-shop-details-quantity .tp-cart-input[type=text] {
  text-align: center;
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  width: 122px;
  color: #000;
}
.tp-shop-details-quantity .tp-cart-plus:hover,
.tp-shop-details-quantity .tp-cart-minus:hover {
  cursor: pointer;
  color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-common-white);
}
.tp-shop-details-quantity .tp-cart-plus,
.tp-shop-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  left: 14px;
}
.tp-shop-details-quantity .tp-cart-plus.tp-cart-plus,
.tp-shop-details-quantity .tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 14px;
}

.woosc_table ins {
  text-decoration: none;
}

.tp-product-details-action-item-wrapper .nice-select {
  border-radius: 0;
  min-width: 200px;
}
.tp-product-details-action-item-wrapper .nice-select::after {
  right: 16px;
}
.tp-product-details-action-item-wrapper .nice-select .list {
  padding: 16px 0;
}
.tp-product-details-action-item-wrapper .nice-select .list .option {
  line-height: 1.3;
  min-height: auto;
  height: auto;
  padding: 5px 20px;
}
.tp-product-details-action-item-wrapper .nice-select .list .option:hover {
  color: var(--ed-color-common-black);
}
.tp-product-details-action-item-wrapper form.cart.variations_form .single_variation_wrap .tp-product-details-action-wrapper {
  margin-top: 30px;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations {
  margin-bottom: 20px;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody tr th, .tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody tr td {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--tp-border-color);
  vertical-align: middle;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody th.label label {
  margin-bottom: 0 !important;
  margin-right: 20px;
  font-size: 14px;
  color: var(--ed-color-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr th, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td {
  padding: 10px 10px;
  border: 1px solid #E0E2E3;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td label a {
  display: inline-block;
  font-size: 16px;
  color: var(--ed-color-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td label a:hover {
  color: var(--ed-color-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td .tp-shop-details-quantity {
  margin-bottom: 0;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label {
  width: 44%;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price > span, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--ed-color-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
  font-size: 14px;
  color: #767A7D;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .tp-shop-details-quantity {
  margin-right: 0;
  width: 110px;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .tp-shop-details-quantity .tp-cart-input[type=text] {
  height: 44px;
  line-height: 44px;
}
.tp-product-details-action-item-wrapper form.cart tr, .tp-product-details-action-item-wrapper form.cart th, .tp-product-details-action-item-wrapper form.cart td, .tp-product-details-action-item-wrapper form.cart label, .tp-product-details-action-item-wrapper form.cart p, .tp-product-details-action-item-wrapper form.cart a {
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper form.cart .reset_variations {
  margin-left: 10px;
}
.tp-product-details-action-item-wrapper form.cart .reset_variations:hover {
  color: red;
}
.tp-product-details-action-item-wrapper .price > span, .tp-product-details-action-item-wrapper .price del, .tp-product-details-action-item-wrapper .price ins {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--ed-color-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper .price del {
  font-size: 16px;
  color: #767A7D;
}
.tp-product-details-action-item-wrapper .price ins {
  text-decoration: none;
}

.flex-control-nav {
  margin-top: 20px;
}
.flex-control-nav li {
  margin: 0 5px;
}
.flex-control-nav li img {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
}
.flex-control-nav li img.flex-active {
  border-color: var(--ed-color-theme-primary);
}
.flex-control-nav li img:hover {
  cursor: pointer;
}

.acadia-shop-breadcrumb-title {
  font-family: var(--tp-ff-marcellus);
}

.acadia-shop-breadcrumb-list span {
  text-transform: capitalize;
  font-family: var(--tp-ff-marcellus);
}

.acadia-product-related-title {
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--tp-ff-marcellus);
}

.tp-product-details-dsc-wrap table.shop_attributes {
  border: 1px solid #E0E2E3;
  width: 100%;
  margin-top: 20px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr, .tp-product-details-dsc-wrap table.shop_attributes td, .tp-product-details-dsc-wrap table.shop_attributes th {
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-dsc-wrap table.shop_attributes th, .tp-product-details-dsc-wrap table.shop_attributes td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ECEDED;
  text-align: left;
  background-color: transparent;
}
.tp-product-details-dsc-wrap table.shop_attributes th p, .tp-product-details-dsc-wrap table.shop_attributes td p {
  margin-bottom: 0;
}
.tp-product-details-dsc-wrap table.shop_attributes tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.tp-product-details-dsc-wrap table.shop_attributes tr th {
  font-size: 16px;
  color: var(--ed-color-common-black);
  background-color: #F9F9F9 !important;
  width: 306px;
  padding: 12px 34px;
  font-weight: 400;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td {
  padding: 12px 34px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td:first-child {
  font-size: 16px;
  color: var(--ed-color-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-product-details-dsc-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.2;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FD4B6B;
  background-color: rgba(253, 75, 107, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-warning li, .woocommerce .woocommerce-info li {
  list-style: none;
  margin-bottom: 0;
  color: var(--ed-color-common-black);
  position: relative;
}
.woocommerce .woocommerce-error li:not(:last-child), .woocommerce .woocommerce-warning li:not(:last-child), .woocommerce .woocommerce-info li:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-error li::before, .woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icons/woocommerce/error.svg");
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
  font-family: var(--tp-ff-marcellus);
  font-size: 15px;
}
.woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icons/woocommerce/warning.svg");
  top: 4px;
}
.woocommerce .woocommerce-warning a, .woocommerce .woocommerce-info a {
  color: var(--ed-color-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-marcellus);
}
.woocommerce .woocommerce-warning a:hover, .woocommerce .woocommerce-info a:hover {
  color: var(--ed-color-common-black);
}

.woocommerce .woocommerce-message {
  border-top: 4px solid #00C853;
  background-color: rgba(0, 200, 83, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--ed-color-common-black);
  font-family: var(--tp-ff-marcellus);
  font-size: 15px;
}
.woocommerce .woocommerce-message a {
  font-weight: 500;
  color: #00C853;
  margin-right: 5px;
  text-decoration: underline;
}
.woocommerce .woocommerce-message a:hover {
  text-decoration: underline;
}

.woocommerce .woocommerce-message:focus-visible {
  outline: none;
}

.tp-woo-myaccount-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-woo-myaccount-register {
    margin-top: 50px;
  }
}
.tp-woo-myaccount-navigation ul {
  padding: 0 !important;
  margin: 0 0 25px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tp-woo-myaccount-navigation ul li {
  list-style: none;
}
.tp-woo-myaccount-navigation ul li:last-child a {
  border-right: 1px solid #E0E2E3;
}
.tp-woo-myaccount-navigation ul li a {
  display: inline-block;
  border: 1px solid #E0E2E3;
  padding: 5px 20px;
  margin: -1px 0 -1px -1px;
}
.tp-woo-myaccount-navigation ul li.is-active a, .tp-woo-myaccount-navigation ul li.is-active a:hover {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black) !important;
  color: #fff;
}
.tp-woo-myaccount-content a {
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-content a:hover {
  text-decoration: underline;
}
.tp-woo-myaccount-order-table {
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-woo-myaccount-order-table {
    overflow-x: auto;
  }
}
.tp-woo-myaccount-order-table td, .tp-woo-myaccount-order-table tr, .tp-woo-myaccount-order-table th, .tp-woo-myaccount-order-table p, .tp-woo-myaccount-order-table a, .tp-woo-myaccount-order-table span, .tp-woo-myaccount-order-table del {
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive {
    width: 800px;
  }
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th {
  border-color: #EBEBEB;
  color: var(--ed-color-common-black);
  font-weight: 700;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  width: 25%;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
  width: 18%;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td {
  font-size: 15px;
  text-align: left;
  padding: 1rem 1rem;
  text-align: center;
  border-color: #EBEBEB;
  text-transform: capitalize;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: var(--ed-color-common-black);
  text-decoration: none;
  font-weight: 700;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-color-common-black);
  padding: 6px 18px 5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  text-align: center;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:not(:last-child), .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:not(:last-child) {
  margin-right: 10px;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:hover, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:hover {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
  color: #fff;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a.cancel:hover, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a.cancel:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total span {
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total del {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-body);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total ins {
  text-decoration: none;
  font-weight: 700;
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a {
  color: var(--ed-color-common-black);
  font-weight: 500;
  text-decoration: none !important;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a:hover {
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status span, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status span {
  color: #ff9800;
}
.tp-woo-myaccount-order-table.is-download-table {
  margin-bottom: 70px;
}
.tp-woo-myaccount-order-table.is-download-table table {
  width: 100%;
}
.tp-woo-myaccount-order-view-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tp-woo-myaccount-order-status {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 35px;
}
.tp-woo-myaccount-order-status p {
  margin-bottom: 0;
  color: var(--ed-color-common-black);
}
.tp-woo-myaccount-order-status p span {
  color: var(--ed-color-common-black);
  font-weight: 500;
}
.tp-woo-myaccount-order-msg p {
  font-family: var(--tp-ff-marcellus);
  margin: 0;
  margin-bottom: 14px;
  color: var(--ed-color-common-black);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.tp-woo-myaccount-order-msg p a {
  font-weight: 500;
  color: #0989FF;
  margin-right: 5px;
}
.tp-woo-myaccount-order-msg p a:hover {
  color: #006fd5;
}
.tp-woo-myaccount-order-msg p span.highlight {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  background-color: rgba(9, 137, 255, 0.1);
  color: #0989FF;
  border-radius: 4px;
}
.tp-woo-myaccount-address-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.tp-woo-myaccount-address-msg.woocommerce-message {
  margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p a {
  color: var(--ed-color-common-black);
}
.woocommerce-privacy-policy-text p a:hover {
  color: var(--ed-color-common-black);
}

.tp-order-details .tp-order-details-top .tp-order-details-icon span {
  color: #010f1c;
  border: 1px solid rgba(0, 0, 0, 0.41);
}
.tp-order-details .tp-order-details-top .tp-order-details-content .tp-order-details-title,
.tp-order-details .tp-order-details-top .tp-order-details-content p {
  color: #010f1c;
}
.tp-order-details .tp-order-details-item h4,
.tp-order-details .tp-order-details-item p {
  color: #010f1c;
}

/*rating icon*/
@font-face {
  font-family: star;
  src: url(../fonts/woo/star.eot);
  src: url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/star.woff) format("woff"), url(../fonts/woo/star.ttf) format("truetype"), url(../fonts/woo/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/woo/WooCommerce.eot);
  src: url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/WooCommerce.woff) format("woff"), url(../fonts/woo/WooCommerce.ttf) format("truetype"), url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #1E1E1E;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
  color: #FFB21D;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}

.woocommerce p.stars:hover a::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}

.star-rating {
  position: relative;
  font-size: 0;
  width: 83px;
  overflow: hidden;
  line-height: 1.2;
  display: inline-block;
  color: #1E1E1E;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
  color: #1E1E1E;
}

.star-rating::before,
.star-rating span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D9D9EA;
  font-size: 12px;
  font-weight: 700;
}

.star-rating span::before {
  color: #FFB21D;
}

.comment-form-rating {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.comment-form-rating:not(.user-logged-in) {
  margin-bottom: 20px;
}
.comment-form-rating label[for=rating] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  margin-bottom: 25px;
  font-family: var(--tp-ff-marcellus);
  margin: 0;
  margin-right: 8px;
}
.comment-form-rating p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

#review_form label:not([for=rating]) {
  font-size: 14px;
  color: #1E1E1E;
  font-family: var(--tp-ff-body);
  margin-bottom: 6px;
  display: inline-block;
}
#review_form textarea {
  height: 140px;
  resize: none;
  width: 100%;
  border: 1px solid #E0E2E3;
  outline: none;
  padding: 10px;
}
#review_form textarea:focus {
  border-color: #E0E2E3;
}

.is-grid-view > img {
  margin-bottom: 5px;
}

.tp-product-details-review-form .comment-form-rating .nice-select {
  display: none;
}

.tp-product-details-review-list .tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.tp-product-details-review-list .tp-product-details-review-avater-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-product-details-review-list .tp-product-details-review-avater-content {
  flex-grow: 1;
}

div#review_form_wrapper input {
  width: 100%;
  border: 1px solid #E0E2E3;
  padding: 10px;
}

.tp-shop-widget .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: var(--ed-color-common-black);
  font-family: var(--tp-ff-marcellus);
  border-bottom: 1px solid #EEE;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-content {
  margin-top: 25px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::after, .tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 11px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a {
  color: var(--tp-text-body);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a:hover {
  color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.active > label a {
  color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input {
  display: none;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::before {
  color: var(--ed-color-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::after {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
  margin: 0;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a::after {
  content: "\f00c";
  right: auto;
  top: 44%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  background-color: transparent;
  font-size: 12px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  display: block;
  height: inherit;
  width: inherit;
  margin: inherit;
  margin-bottom: 5px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  position: relative;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-shop-widget .yith-wcan-reset-navigation.button {
  font-size: 16px;
  color: var(--ed-color-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
}
.tp-shop-widget .yith-wcan-reset-navigation.button:hover {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}
.tp-shop-widget .tp-shop-widget.widget_yith-woocommerce-ajax-navigation-filters,
.tp-shop-widget .yith-wcan-filters {
  margin-bottom: 0 !important;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text {
  margin-bottom: 10px;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text:not(:last-child) {
  margin-right: 10px;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid #DADADA;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label:hover {
  color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text.active .term-label {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
  padding-right: 40px;
  padding-left: 15px;
  height: 45px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input {
  display: none;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input:checked ~ a::before {
  color: var(--ed-color-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input:checked ~ a::after {
  background-color: var(--ed-color-common-black);
  border-color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
  padding-left: 26px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::after, .tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 11px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
  color: var(--ed-color-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox input {
  display: none;
}

.tp-sidebar-search-input {
  position: relative;
}

.tp-shop-sidebar .wp-block-heading {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.tp-shop-sidebar .wp-block-archives-list li,
.tp-shop-sidebar .wp-block-categories-list li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
}
.tp-shop-sidebar .wp-block-archives-list li a,
.tp-shop-sidebar .wp-block-categories-list li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--ed-ff-body);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  text-transform: capitalize;
}
.tp-shop-sidebar .wp-block-archives-list li a:hover,
.tp-shop-sidebar .wp-block-categories-list li a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-shop-sidebar .wp-block-archives-list li::after,
.tp-shop-sidebar .wp-block-categories-list li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--ed-color-text-body);
  border-radius: 50%;
}
.tp-shop-sidebar .product-categories li {
  list-style: none;
  margin-bottom: 10px;
}
.tp-shop-sidebar .widget_top_rated_products ul li,
.tp-shop-sidebar .widget_products ul li,
.tp-shop-sidebar .widget_rating_filter ul li {
  list-style: none;
  margin-bottom: 10px;
}
.tp-shop-sidebar .widget_recent_reviews li,
.tp-shop-sidebar .widget_products li,
.tp-shop-sidebar .widget_recently_viewed_products li,
.tp-shop-sidebar .widget_recent_reviews li,
.tp-shop-sidebar .widget_top_rated_products li {
  gap: 10px;
}
.tp-shop-sidebar .widget_recent_reviews a,
.tp-shop-sidebar .widget_products a,
.tp-shop-sidebar .widget_recently_viewed_products a,
.tp-shop-sidebar .widget_recent_reviews a,
.tp-shop-sidebar .widget_top_rated_products a {
  padding: 0 !important;
}
.tp-shop-sidebar .widget_recent_reviews a::after,
.tp-shop-sidebar .widget_products a::after,
.tp-shop-sidebar .widget_recently_viewed_products a::after,
.tp-shop-sidebar .widget_recent_reviews a::after,
.tp-shop-sidebar .widget_top_rated_products a::after {
  content: none !important;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-thumb {
  width: 80px;
  overflow: hidden;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-thumb img {
  object-fit: cover;
  width: 100%;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-content {
  width: 70%;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb {
  height: auto !important;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-1);
  width: 100%;
  text-transform: capitalize;
}
.tp-shop-sidebar .widget_recent_reviews .reviewer span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  text-transform: capitalize;
}
.tp-shop-sidebar ins {
  text-decoration: none;
}
.tp-shop-sidebar .product_list_widget .tp-shop-widget-product-title {
  line-height: 1;
  margin-bottom: 3px;
}

.price_slider_amount {
  margin-top: 20px;
}

.tp-sidebar-search-input button svg {
  height: 22px;
}

.tp-shop-sidebar .widget_rating_filter ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

.tp-shop-sidebar ul.woocommerce-widget-layered-nav-list li {
  list-style: none;
}

.tp-shop-sidebar ul.woocommerce-widget-layered-nav-list li:not(:last-child) {
  margin-bottom: 10px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.tp-shop-widget.widget_layered_nav_filters ul li {
  list-style: none;
}

.tp-shop-widget.widget_layered_nav_filters ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-shop-widget .tagcloud a {
  background-color: var(--ed-color-common-white);
  padding: 8px 18px;
  font-family: var(--ed-ff-body);
  font-size: 15px !important;
  font-weight: 400;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.tp-shop-widget .tagcloud a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

body[class*=woocommerce-] .wc-block-cart:has(span, h1, h2, h3, h4, h5, h6, p, a, button, input, label, select, .wc-block-cart__totals-title, .wc-block-components-product-metadata__description, .wc-block-checkout__sidebar, .wc-block-components-checkout-step__title, .wc-block-components-checkout-step__description, .wc-block-components-checkout-step__description),
body[class*=woocommerce-] .wc-block-checkout:has(span, h1, h2, h3, h4, h5, h6, p, a, button, input, label, select, .wc-block-cart__totals-title, .wc-block-components-product-metadata__description, .wc-block-checkout__sidebar, .wc-block-components-checkout-step__title, .wc-block-components-checkout-step__description, .wc-block-components-checkout-step__description) {
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-notice-banner > .wc-block-components-button .wc-block-components-button__text {
  padding: 0;
  border: 0;
  background-color: transparent;
}
body[class*=woocommerce-] .wc-block-components-checkout-step__description,
body[class*=woocommerce-] .wc-block-components-checkout-step__title {
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-product-metadata__description > p {
  font-family: var(--tp-ff-primary);
  color: var(--tp-grey-3);
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 24px;
}
body[class*=woocommerce-] .is-large.wc-block-cart .wc-block-cart-items td {
  padding: 16px 0 16px 0;
  position: relative;
  vertical-align: top;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-cart-item__wrap {
  margin-left: 20px;
  text-align: left;
}
body[class*=woocommerce-] .wc-block-components-product-name {
  margin-right: 30px;
  font-weight: 400;
  font-size: 20px;
  color: var(--ed-color-common-black);
  line-height: 1.3;
  margin-bottom: 7px;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  transition: 0.2s linear;
}
@media only screen and (max-width: 767px) {
  body[class*=woocommerce-] .wc-block-components-product-name {
    margin-right: 0;
  }
}
body[class*=woocommerce-] .wc-block-components-product-name:hover {
  color: var(--ed-color-theme-primary);
}
body[class*=woocommerce-] a.wc-block-components-product-name:hover {
  text-decoration: none;
}
body[class*=woocommerce-] .wc-block-components-product-price {
  display: flex;
  font-size: 16px;
  color: var(--ed-color-common-black);
  gap: 7px;
}
body[class*=woocommerce-] .wc-block-components-product-price del {
  font-size: 15px;
  color: var(--tp-text-body);
}
body[class*=woocommerce-] .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector {
  border-radius: 20px;
  pad: 0 30px;
  width: 100px;
}
body[class*=woocommerce-] .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 20px;
  width: 60%;
}
body[class*=woocommerce-] .wc-block-components-sidebar {
  padding-left: 40px;
  width: 40%;
}
body[class*=woocommerce-] .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 0;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 0;
}
body[class*=woocommerce-] .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  color: var(--ed-color-common-black);
  text-decoration: underline;
}
body[class*=woocommerce-] table.wc-block-cart-items td,
body[class*=woocommerce-] table.wc-block-cart-items th {
  border-bottom: 1px solid #E0E2E3;
}
body[class*=woocommerce-] .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body[class*=woocommerce-] .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body[class*=woocommerce-] .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding-bottom: 20px;
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  left: 26px;
}
@media only screen and (max-width: 767px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    flex: 0 0 calc(100% - 70px);
  }
}
@media only screen and (max-width: 767px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    margin-top: 20px;
    margin-left: 94px;
    flex: 0 0 calc(100% - 70px);
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap;
  }
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  padding: 1.5em 26px 0.5em;
  border-radius: 0;
}
body[class*=woocommerce-] .is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body[class*=woocommerce-] .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body[class*=woocommerce-] .is-small.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0;
  width: 100%;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 70px;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 70px;
  width: 70px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 30px;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  height: 34px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector::after {
  border: 1px solid #DADCE0;
  border-radius: 20px;
  opacity: 1;
}
body[class*=woocommerce-] .wc-block-components-product-badge {
  border: 1px solid rgba(49, 183, 87, 0.1);
  background-color: rgba(49, 183, 87, 0.14);
  border-radius: 20px;
  font-weight: 600;
  padding: 0 10px;
  color: #31B757;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector > button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
body[class*=woocommerce-] .wc-block-components-totals-coupon-link {
  color: #1E1E1E;
}
body[class*=woocommerce-] .wc-block-components-totals-coupon-link:hover {
  color: #1E1E1E;
}
body[class*=woocommerce-] .wc-block-components-button__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-white) !important;
  background-color: var(--ed-color-common-black);
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  transition: 0.3s linear;
}
body[class*=woocommerce-] .wc-block-components-button__text:hover {
  background-color: var(--ed-color-theme-primary) !important;
}
body[class*=woocommerce-] .wc-block-components-form {
  background: rgb(239, 241, 245);
  padding: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  body[class*=woocommerce-] .wc-block-components-form {
    padding: 15px;
  }
}
body[class*=woocommerce-] .wc-block-components-panel__button {
  font-size: 14px !important;
  font-weight: 600;
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=email],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=number],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=tel],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=text],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=url],
body[class*=woocommerce-] .wc-block-components-text-input input[type=email],
body[class*=woocommerce-] .wc-block-components-text-input input[type=number],
body[class*=woocommerce-] .wc-block-components-text-input input[type=tel],
body[class*=woocommerce-] .wc-block-components-text-input input[type=text],
body[class*=woocommerce-] .wc-block-components-text-input input[type=url] {
  background-color: #fff;
  border: 1px solid #D5D8DB;
  border-radius: 0;
  color: var(--ed-color-common-black);
  padding-left: 26px;
  padding-right: 26px;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=email]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=number]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=tel]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=text]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=url]:focus {
  box-shadow: none;
  border-color: var(--ed-color-theme-primary);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input label,
body[class*=woocommerce-] .wc-block-components-text-input label {
  left: 26px;
  transform: translateY(19px);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input:autofill + label,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input.is-active label,
body[class*=woocommerce-] .wc-block-components-text-input input:autofill + label,
body[class*=woocommerce-] .wc-block-components-text-input.is-active label {
  transform: translateY(8px) scale(0.875);
}
body[class*=woocommerce-] .wc-block-grid.wp-block-product-new.wc-block-product-new {
  margin-top: 30px;
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  background-color: #fff;
  box-shadow: none;
  color: var(--ed-color-common-black);
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-validation-error > p {
  color: red;
  font-size: 13px;
  margin: 0;
  margin-top: 2px;
  line-height: 1;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input.has-error label,
body[class*=woocommerce-] .wc-block-components-text-input.has-error label {
  color: red;
}
body[class*=woocommerce-] .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
}
body[class*=woocommerce-] .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--ed-color-theme-primary);
  text-decoration: none;
}
body[class*=woocommerce-] .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body[class*=woocommerce-] table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body[class*=woocommerce-] .wc-block-cart-item__remove-link {
  font-size: 13px !important;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 18px;
  font-weight: 600 !important;
}
body[class*=woocommerce-] .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body[class*=woocommerce-] table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body[class*=woocommerce-] .wc-block-cart-item__remove-link:hover {
  color: red;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  position: relative;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #818487 !important;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
  position: absolute;
  content: "\f00d";
  color: #818487;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: red !important;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before {
  color: red;
}
body[class*=woocommerce-] .wc-block-components-product-details__name,
body[class*=woocommerce-] .wc-block-components-product-details__value {
  font-size: 14px;
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-components-product-details__value {
  font-size: 14px;
  color: var(--ed-color-common-black);
  margin-left: 4px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
}
body[class*=woocommerce-] .wc-block-grid .wc-block-grid__product-onsale,
body[class*=woocommerce-] .wc-block-grid__product-image .wc-block-grid__product-onsale {
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #1E1E1E;
  color: var(--ed-color-common-white);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  right: auto;
  left: 20px;
  top: 20px;
}
body[class*=woocommerce-] .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
body[class*=woocommerce-] .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
body[class*=woocommerce-] .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block;
}
body[class*=woocommerce-] .wc-block-cart .wc-block-cart__totals-title {
  display: block;
  text-align: center;
  font-size: 20px;
  color: var(--ed-color-common-black);
  padding-bottom: 20px;
  padding-top: 0px;
}
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked::after {
  display: none;
}
body[class*=woocommerce-] .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: none;
  outline: none;
}
body[class*=woocommerce-] .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-address-card__edit {
  font-size: 14px;
  line-height: 1.4;
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-components-address-card__edit:hover {
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-components-radio-control__secondary-label {
  font-size: 14px;
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background-color: #fff;
  box-shadow: none;
  color: var(--ed-color-common-black);
  outline: 0;
}
body[class*=woocommerce-] .wc-block-checkout__add-note .wc-block-components-textarea:focus:focus {
  border-color: var(--ed-color-theme-primary);
}
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 0;
  box-shadow: none;
}
body[class*=woocommerce-] .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
body[class*=woocommerce-] .editor-styles-wrapper .wc-block-grid__product-title,
body[class*=woocommerce-] .wc-block-grid__product-title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-theme-6);
}
body[class*=woocommerce-] .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:hover,
body[class*=woocommerce-] .editor-styles-wrapper .wc-block-grid__product-title:hover,
body[class*=woocommerce-] .wc-block-grid__product-title:hover {
  color: var(--ed-color-theme-primary);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price span {
  font-weight: 500;
  font-size: 16px;
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del, body[class*=woocommerce-] .wc-block-grid__product-price.price ins {
  text-decoration: none;
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del {
  margin-left: 3px;
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del span {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--tp-text-body);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price ins span {
  color: var(--ed-color-common-black);
}
body[class*=woocommerce-] .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 12px;
  padding: 1px 20px 2px;
}
body[class*=woocommerce-] .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-color: #1E1E1E;
  color: var(--ed-color-common-white);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
}

body[class*=woocommerce-]:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: var(--ed-color-theme-primary);
}

div .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-weight: 600;
}

div .wc-block-components-totals-item__description {
  font-size: 15px;
  width: 100%;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-bottom: 0;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  margin: 0 !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item,
.wc-block-components-totals-item {
  color: #000;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 15px;
  font-weight: 500;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  color: #1E1E1E;
}

.tp-woo-order-payment-msg p {
  font-family: var(--tp-ff-marcellus);
  border-top: 4px solid #0989FF;
  background-color: rgba(9, 137, 255, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--ed-color-common-black);
  font-size: 14px;
}
.tp-woo-order-payment-msg p a {
  font-weight: 500;
  color: #0989FF;
  margin-right: 5px;
}
.tp-woo-order-payment-msg p a:hover {
  color: #006fd5;
}
.tp-woo-order-payment-msg p span.highlight {
  display: inline-block;
  padding: 2px 10px;
  font-weight: 700;
  background-color: #0989FF;
  color: #fff;
}

.tp-woo-order-customer-details-item {
  padding: 40px 30px;
}

.tp-woo-payment-pending-table {
  overflow-x: auto;
}
.tp-woo-payment-pending-table table tbody > tr:nth-child(2n+1) > td,
.tp-woo-payment-pending-table table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.tp-woo-payment-pending-table table tbody tr:hover > td,
.tp-woo-payment-pending-table table tbody tr:hover > th {
  background-color: transparent;
}
.tp-woo-payment-pending-table table.shop_table {
  border: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-woo-payment-pending-table table.shop_table {
    width: 840px;
  }
}
.tp-woo-payment-pending-table table.shop_table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.tp-woo-payment-pending-table table.shop_table td, .tp-woo-payment-pending-table table.shop_table th {
  font-family: var(--tp-ff-marcellus);
  border-color: rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table thead {
  background-color: #F1F3F4;
}
.tp-woo-payment-pending-table table.shop_table thead:first-child tr:first-child th {
  border: 0;
}
.tp-woo-payment-pending-table table.shop_table thead tr th {
  font-weight: 700;
  font-size: 14px;
  color: var(--ed-color-common-black);
  border: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left;
  padding-left: 0;
  width: 240px;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-name {
  padding-left: 30px;
  width: 44%;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-remove-heading {
  width: 9%;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-total {
  padding-left: 26px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-thumbnail {
  width: 10%;
  padding: 20px 0;
  padding-left: 30px;
  text-align: left;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-thumbnail img {
  width: 85px !important;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td, .tp-woo-payment-pending-table table.shop_table tbody tr th {
  border-color: rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td {
  padding: 20px 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name {
  padding-left: 30px;
  color: var(--ed-color-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--ed-color-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name a:hover {
  color: var(--tp-theme-primary);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation dd.variation-Vendor {
  margin-bottom: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation dd.variation-Vendor p {
  margin-bottom: 0;
  margin-left: 10px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dt.variation-Size {
  margin-right: 5px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dd.variation-Size {
  margin-left: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dd.variation-Size p {
  display: inline-block;
  margin-bottom: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-subtotal span, .tp-woo-payment-pending-table table.shop_table tbody tr .product-price span {
  font-size: 16px;
  color: var(--ed-color-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-remove a {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
  text-decoration: none;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-remove a:hover {
  color: red;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-quantity {
  border-right: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-quantity .tp-product-quantity .tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 20px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-subtotal {
  padding-left: 26px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td {
  text-align: left;
  padding-left: 0;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td, .tp-woo-payment-pending-table table.shop_table tfoot tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 30px;
  color: var(--ed-color-common-black);
  font-weight: 700;
  border-right: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td {
  padding-left: 26px;
  color: var(--ed-color-common-black);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td del {
  font-size: 13px;
  color: #767A7D;
  font-weight: 400;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td ins {
  text-decoration: none;
  font-weight: 700;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr:last-child td {
  font-weight: 700;
}

.tp-woo-payment {
  padding: 40px 30px;
  background-color: var(--ed-color-common-white);
}
.tp-woo-payment-ul {
  padding-left: 0 !important;
}
.tp-woo-payment-item {
  list-style: none;
}
.tp-woo-payment-item:not(:last-child) {
  padding-bottom: 10px;
}
.tp-woo-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-woo-payment-item > input {
  display: none;
}
.tp-woo-payment-item > input:checked ~ label::after {
  border-color: var(--ed-color-common-black);
}
.tp-woo-payment-item > input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-woo-payment-item > label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--ed-color-common-black);
}
.tp-woo-payment-item > label:hover {
  cursor: pointer;
}
.tp-woo-payment-item > label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.tp-woo-payment-item > label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--ed-color-common-black);
  visibility: hidden;
  opacity: 0;
}
.tp-woo-payment-item > label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-woo-payment-item > label a {
  margin-left: 20px;
  position: relative;
}
.tp-woo-payment-item > label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--ed-color-common-black);
}
.tp-woo-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-woo-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-woo-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-payment .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 1.57;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-payment .woocommerce-privacy-policy-text p a {
  color: var(--ed-color-common-black);
  text-decoration: underline;
}

.tp-woo-input-field label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-color-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-input-field label .required {
  color: red;
}
.tp-woo-input-field label .optional {
  color: gray;
}
.tp-woo-input-field input[type]:not([type=checkbox], [type=radio]), .tp-woo-input-field textarea {
  width: 100%;
  background: #FFFFFF;
  outline: 0;
  box-shadow: none;
  border: 1px solid #D5D8DB;
  color: var(--ed-color-common-black);
  height: 50px;
  line-height: 56px;
  border-radius: 0;
}
.tp-woo-input-field input[type]:not([type=checkbox], [type=radio]):focus, .tp-woo-input-field textarea:focus {
  border-color: var(--ed-color-common-black);
}
[dir=rtl] .tp-woo-input-field input[type],
[dir=rtl] .tp-woo-input-field textarea {
  text-align: right;
}
.tp-woo-input-field textarea {
  line-height: 1.3;
  height: 200px;
  resize: none;
}
.tp-woo-input-field fieldset {
  margin-top: 50px;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-input-field fieldset legend {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--ed-color-common-black);
}
.tp-woo-input-field p > span {
  font-size: 14px;
  font-family: var(--tp-ff-marcellus);
}

.woosw-list {
  padding: 40px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .woosw-list {
    overflow-x: auto;
  }
}

.woosw-items {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .woosw-items {
    width: 800px;
  }
}
.woosw-items .woosw-item--info {
  text-align: left;
}
.woosw-items .woosw-item--info a {
  color: var(--ed-color-common-black);
  font-weight: 600;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  font-size: 17px;
}
.woosw-items .woosw-item--info a:hover {
  color: var(--ed-color-theme-primary);
}
.woosw-items .woosw-item--actions {
  width: 10%;
}
.woosw-items .woosw-item--actions .woosw-item--atc p {
  justify-content: center;
}
.woosw-items .woosw-item--price > span, .woosw-items .woosw-item--price del, .woosw-items .woosw-item--price ins {
  font-family: var(--tp-ff-marcellus);
  font-size: 14px;
  color: var(--ed-color-common-black);
}
.woosw-items .woosw-item--price del {
  font-size: 13px;
  color: #767A7D;
}
.woosw-items .woosw-item--price ins {
  text-decoration: none;
}
.woosw-items tbody tr td {
  background-color: #fff;
}
.woosw-items tbody tr:nth-child(2n) td {
  background-color: #f6f6f6 !important;
}
.woosw-items tbody tr:hover td, .woosw-items tbody tr:nth-child(2n):hover td {
  background-color: #fafafa !important;
}

.woosw-popup-content-mid-message {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-black);
}

.woosw-copy {
  flex-wrap: wrap;
}
.woosw-copy-label {
  font-size: 16px;
  font-family: var(--tp-ff-marcellus);
  color: var(--ed-color-common-black);
}
@media only screen and (max-width: 767px) {
  .woosw-copy-url {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
.woosw-copy-url input[type=url] {
  height: 40px;
  line-height: 40px;
}
.woosw-copy .woosw_copy_btn:focus {
  border-color: var(--ed-color-theme-primary) !important;
}
.woosw-copy-btn button.button {
  font-family: var(--tp-ff-marcellus);
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-common-black);
  border: 0;
  border-radius: 0;
  padding: 6px 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .woosw-copy-btn button.button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.woosw-copy-btn button.button:hover {
  background-color: var(--ed-color-theme-primary);
}

.tp-login-wrapper p {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--tp-ff-marcellus);
}

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.woosw-popup .woosw-popup-inner {
  height: 100vh;
}

div.tpwvs-attr-image {
  width: 80px;
  max-width: 80px;
  height: 74px;
}

span.tpwvs-attr-button {
  color: #343434;
  padding: 15px 30px;
  font-size: 17px;
  font-family: var(--tp-ff-marcellus);
}

.tp-page-post .woocommerce .profile__tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tp-page-post .woocommerce .profile__tab ul li.is-active {
  background-color: rgba(0, 107, 97, 0.1);
  color: var(--ed-color-theme-primary);
}
.tp-page-post .woocommerce .woocommerce-info a:hover {
  color: var(--ed-color-theme-primary);
}

.cartmini__area a.button,
.cartmini__area .cartmini__empty a {
  font-size: 15px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  color: var(--ed-color-common-white);
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-dashboard-primary);
  border: 1px solid var(--tp-dashboard-primary);
  width: 100%;
}
.cartmini__area a.button:hover,
.cartmini__area .cartmini__empty a:hover {
  background-color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-primary);
}
.cartmini__area a.button.checkout,
.cartmini__area .cartmini__empty a.checkout {
  margin-top: 15px;
  background-color: transparent;
  border: 1px solid var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.cartmini__area a.button.checkout:hover,
.cartmini__area .cartmini__empty a.checkout:hover {
  background-color: var(--tp-heading-primary);
  color: var(--ed-color-common-white);
}

.tp-shop-widget-filter-info span {
  color: var(--ed-color-theme-primary);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}

.tp-woo-empty-cart {
  text-align: center;
  margin: 40px 0;
}

.tp-acadia-woo-cart table {
  border: none;
  width: 100%;
}
.tp-acadia-woo-cart table th,
.tp-acadia-woo-cart table td {
  border: none;
}
.tp-acadia-woo-cart table th,
.tp-acadia-woo-cart table td {
  text-align: start !important;
}
.tp-acadia-woo-cart table th a,
.tp-acadia-woo-cart table td a {
  margin: 0;
}
.tp-acadia-woo-cart table th {
  padding: 12px 14px;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #E0E2E3;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 105px;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-name a {
  color: var(--ed-color-common-black);
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-name a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--ed-color-common-black);
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-input[type=text] {
  width: 85%;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #DADCE0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-input[type=text] {
    width: 100px;
  }
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .qty_button.plus.tp-cart-plus {
  right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .qty_button.plus.tp-cart-plus {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-minus {
    left: 8px;
  }
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-remove .remove {
  font-weight: 400;
  font-size: 15px;
  color: #818487;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-remove .remove:hover {
  color: var(--ed-color-common-black);
}
.tp-acadia-woo-cart .tp-woo-cart-coupon {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.tp-acadia-woo-cart .tp-woo-cart-coupon .tp-cart-update-btn.button {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-acadia-woo-cart .tp-woo-cart-coupon .tp-cart-update-btn.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper h2 {
  font-size: 20px;
  color: var(--ed-color-common-black);
  font-weight: 500;
  text-transform: capitalize;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .shop_table.shop_table_responsive {
  border-top: 1px solid #E0E2E3;
  padding-top: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .cart-subtotal {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-heading-primary);
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .order-total th {
  font-weight: 500;
  font-size: 18px;
  color: var(--ed-color-common-black);
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .order-total .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--ed-color-common-black);
  font-weight: 400;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .tp-btn.checkout-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border: none;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .tp-btn.checkout-button:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.woocommerce-checkout .tp-page-area {
  background-color: #eff1f5;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle {
  margin-bottom: 30px;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 14px;
  color: var(--ed-color-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
  background: transparent;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info .showlogin,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info .showcoupon,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: var(--ed-color-theme-primary);
  text-decoration: underline;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login {
  padding: 40px 40px;
  background-color: var(--ed-color-common-white);
  margin-bottom: 25px;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .lost_password a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .lost_password a:hover {
  background-color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login p label {
  margin-bottom: 15px;
  color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login p input:focus {
  border-color: var(--ed-color-theme-primary);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover {
  color: var(--ed-color-theme-primary);
}
.woocommerce-checkout .tp-page-area .checkout_coupon.tp-return-customer {
  margin-bottom: 25px;
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details {
  padding: 45px 40px 24px;
  background-color: var(--ed-color-common-white);
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details .woocommerce-billing-fields h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details .woocommerce-billing-fields__field-wrapper label {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper {
  padding: 44px 50px 50px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table {
  border: none;
  width: 100%;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead {
  border-bottom: 1px solid #E0E2E3;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead .product-total {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  text-align: end;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 1px solid #E0E2E3;
  padding-bottom: 12px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .product-name {
  font-size: 15px;
  color: #57595F;
  justify-content: start;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .product-name .product-quantity {
  color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-size: 14px;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal {
  border-bottom: 1px solid #E0E2E3;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal th {
  text-align: start;
  font-size: 15px;
  color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: end;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal td .woocommerce-Price-amount.amount {
  color: var(--ed-color-theme-primary);
  font-size: 15px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .order-total th {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-black);
  padding-bottom: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .order-total td {
  text-align: end;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-black);
  padding-bottom: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods {
  padding-left: 0;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
  list-style: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--ed-color-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods .tp-woo-payment-item > label::before {
  background-color: var(--ed-color-theme-primary);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods .tp-woo-payment-item > input:checked ~ label::after {
  border-color: var(--ed-color-theme-primary);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-privacy-policy-text p {
  font-size: 14px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-privacy-policy-text p a {
  color: var(--ed-color-theme-primary);
  text-decoration: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-checkout-payment button {
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--ed-color-common-white);
  padding: 11px 45px;
  background-color: var(--ed-color-theme-primary);
  margin-bottom: 15px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-checkout-payment button:hover {
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}

.woocommerce .return-to-shop a {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}

/*----------------------------------------*/
/*  10.2 shop css
/*----------------------------------------*/
.tp-shop-banner-bg {
  position: absolute;
  height: 100%;
  left: 50%;
  z-index: -1;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 280px);
  transform: translateX(-50%);
  right: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-shop-banner-bg {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-banner-bg {
    height: 515px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-bg {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-bg {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-ptb {
    padding-bottom: 80px;
  }
}
.tp-shop-banner-space {
  margin-left: 140px;
  margin-right: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-space {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.tp-shop-banner-content {
  margin-right: -15px;
}
.tp-shop-banner-content span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--ed-color-common-white);
  font-family: var(--tp-ff-secondary);
}
.tp-shop-banner-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: -0.03em;
  color: var(--ed-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-banner-title {
    font-size: 50px;
  }
}
.tp-shop-banner-thumb {
  margin-top: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-shop-banner-thumb img {
    width: 80%;
  }
}
.tp-shop-banner-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #1e1e2f;
  line-height: 1;
  display: inline-block;
  padding: 12px 33px 14px;
  background: var(--ed-color-common-white);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
  border: none;
  border-radius: 0;
}
.tp-shop-banner-btn a span {
  margin-left: 5px;
  margin-bottom: 0;
  color: #1e1e2f;
  display: inline-block;
  transform: translateY(-1px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-shop-banner-btn a:hover {
  color: var(--ed-color-common-white);
  background-color: #1e1e2f;
}
.tp-shop-banner-btn a:hover span {
  color: var(--ed-color-common-white);
}
.tp-shop-banner-dot {
  position: absolute;
  left: 50% !important;
  bottom: 25px !important;
  width: auto !important;
  transform: translateX(-50%);
}
.tp-shop-banner-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  margin: 0 8px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--ed-color-common-white);
}
.tp-shop-banner-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: -2px;
  left: -2px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid var(--ed-color-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-shop-banner-dot .swiper-pagination-bullet-active {
  transform: scale(0.5);
  opacity: 1;
  background: var(--ed-color-common-white);
}
.tp-shop-banner-dot .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: scale(2.2);
}

.tp-shop-feature-heading {
  margin-bottom: 45px;
}
.tp-shop-feature-heading p {
  font-size: 18px;
  font-weight: 300;
  color: #4f5158;
}
.tp-shop-feature-thumb {
  overflow: hidden;
}
.tp-shop-feature-thumb img {
  width: 100%;
  object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-shop-feature-thumb:hover img {
  transform: scale(1.1) translateZ(0);
}
.tp-shop-feature-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-feature-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(3, 7, 10, 0.3);
}
.tp-shop-feature-title {
  font-size: 40px;
  font-weight: 500;
  color: #1e1e2f;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}
.tp-shop-feature-content {
  position: absolute;
  top: 50px;
  left: 34px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-feature-content {
    top: 20px;
  }
}
.tp-shop-feature-content span {
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-color-common-white);
}
.tp-shop-feature-content .tp-featured-shop-banner-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: var(--ed-color-common-white);
}
.tp-shop-feature-btn {
  position: absolute;
  bottom: 40px;
  left: 34px;
  z-index: 2;
}
.tp-shop-feature-btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 16px;
  line-height: 1;
  overflow: hidden;
  color: var(--tp-theme-6);
  background: var(--ed-color-common-white);
  box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}
.tp-shop-feature-btn a span {
  margin-left: 5px;
  margin-bottom: 0;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-shop-feature-btn a::after {
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200%;
  opacity: 0.35;
  transform: skew(-20deg);
  background-image: linear-gradient(90deg, transparent, var(--tp-theme-6, transparent), transparent);
}
.tp-shop-feature-btn a:hover::after {
  animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.tp-shop-product-item:hover .tp-shop-product-thumb img {
  transform: scale(1.03) translateZ(0);
}
.tp-shop-product-item:hover .tp-shop-product-thumb-btn {
  transform: translateY(0);
}
.tp-shop-product-thumb {
  background: #f8f8f8;
  border-bottom: 1px solid #E0E5EB;
  overflow: hidden;
}
.tp-shop-product-thumb img {
  width: 100%;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-shop-product-thumb-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tp-shop-product-thumb-tag span {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  color: var(--ed-color-common-white);
}
.tp-shop-product-thumb-tag span.hot {
  background-color: #ff6a41;
}
.tp-shop-product-thumb-tag span.off {
  background: #819570;
}
.tp-shop-product-thumb-tag span.new {
  background: var(--ed-color-theme-primary);
}
.tp-shop-product-thumb-btn {
  position: absolute;
  text-align: center;
  width: calc(100% - 16px);
  bottom: 8px;
  left: 8px;
  z-index: 2;
  color: var(--ed-color-common-black);
  transform: translateY(60px);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: var(--ed-color-common-white);
}
.tp-shop-product-thumb-btn button, .tp-shop-product-thumb-btn a {
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  padding: 6px 0;
  color: #fff;
  text-transform: uppercase;
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #07A698, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
  width: 100% !important;
  display: block;
}
.tp-shop-product-thumb-btn button:hover, .tp-shop-product-thumb-btn a:hover {
  box-shadow: none;
  color: var(--ed-color-common-white);
  background-color: var(--tp-theme-6);
}
.tp-shop-product-tag span {
  opacity: 0.8;
  font-size: 11px;
  font-weight: 400;
  color: #1e1e2f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tp-shop-product-tag span a {
  transition: 0.2s linear;
}
.tp-shop-product-tag span a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-shop-product-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-theme-6);
}
.tp-shop-product-title a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-shop-product-price span {
  font-size: 18px;
  font-weight: 400;
  color: #1e1e2f;
}
.tp-shop-product-price del span.woocommerce-Price-amount {
  font-size: 14.8px;
}
@media only screen and (max-width: 767px) {
  .tp-shop-product-tab {
    margin-bottom: 40px;
  }
}
.tp-shop-product-tab .nav-pills .nav-link {
  font-size: 26px;
  font-weight: 400;
  padding: 0 15px;
  letter-spacing: -0.52px;
  color: rgba(30, 30, 47, 0.4);
}
@media only screen and (max-width: 767px) {
  .tp-shop-product-tab .nav-pills .nav-link {
    margin-bottom: 20px;
  }
}
.tp-shop-product-tab .nav-pills .nav-link.active {
  color: #1E1E2F;
  background: transparent;
}
.tp-shop-product-tab .nav-pills .nav-link span {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tp-shop-product-tab .nav-pills .nav-link span {
    display: none;
  }
}

.tp-shop-cta-bg {
  padding: 38px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-cta-bg {
    padding: 30px 30px;
  }
}
.tp-shop-cta-thumb {
  position: absolute;
  top: -29px;
  right: 314px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-cta-thumb {
    display: none;
  }
}
.tp-shop-cta-heading span {
  font-family: var(--tp-ff-secondary);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--ed-color-common-white);
}
.tp-shop-cta-title {
  font-weight: 500;
  font-size: 54px;
  margin: 0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ed-color-common-white);
  font-family: var(--tp-ff-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-cta-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-cta-btn {
    margin-top: 20px;
  }
}
.tp-shop-cta-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ed-color-common-white);
  border: 1px solid var(--ed-color-common-white);
  box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}
.tp-shop-cta-btn a span {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-shop-cta-btn a:hover {
  color: var(--tp-theme-6);
  border-color: var(--ed-color-common-white);
  background-color: var(--ed-color-common-white);
}

.tp-shop-author-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
}
.tp-shop-author-heading p {
  font-size: 18px;
  color: #8B8C8F;
}
.tp-shop-author-item-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-6);
}
.tp-shop-author-content span {
  font-size: 16px;
  font-weight: 400;
  color: #8b8c8f;
}
.tp-shop-author-thumb {
  margin-bottom: 30px;
}
.tp-shop-author-thumb img {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-author-btn {
    margin-top: 20px;
  }
}
.tp-shop-author-btn a {
  font-weight: 600;
  font-size: 15px;
  padding: 11px 30px;
  color: #fff;
  background: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-shop-author-btn a span {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-1px);
}
.tp-shop-author-btn a:hover {
  box-shadow: none;
  color: var(--ed-color-common-white);
  background-color: var(--tp-theme-6);
}

.tp-shop-service-item {
  padding: 40px 30px;
  background: linear-gradient(147deg, #e3fee6 0%, #fff1e1 100%);
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-service-item {
    flex-wrap: wrap;
  }
}
.tp-shop-service-item.return::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(93deg, #ffeae1 0%, #b8e8ff 100%);
  transform: rotate(-180deg);
}
.tp-shop-service-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.01em;
  color: var(--tp-theme-6);
}
.tp-shop-service-content p {
  font-size: 15px;
  color: #4b4b53;
}

.tp-shop-widget-title {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.tp-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #e1e1e1;
  border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: #07A698;
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #07A698;
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}
.tp-shop-widget-filter-info .input-range input {
  width: 190px;
  height: auto;
  background-color: transparent;
  color: #07A698;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-widget-filter-info .input-range input {
    width: 130px;
  }
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background-color: #07A698;
  padding: 2px 21px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
  color: #fff;
  background-color: #000;
}
.tp-shop-widget-checkbox ul li {
  list-style: none;
}
.tp-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.tp-shop-widget-checkbox ul li input {
  display: none;
}
.tp-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tp-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-widget-checkbox ul li label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.tp-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/live/check.svg");
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--ed-color-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.tp-shop-widget.widget_recent_reviews ul li, .tp-shop-widget.widget_products ul li, .tp-shop-widget.widget_top_rated_products ul li, .tp-shop-widget.widget_recently_viewed_products ul li, .tp-shop-widget.widget_top_rated_products ul li, .tp-shop-widget ul.product-categories li {
  list-style: none;
  width: 100%;
}
.tp-shop-widget.widget_recent_reviews ul li .children, .tp-shop-widget.widget_products ul li .children, .tp-shop-widget.widget_top_rated_products ul li .children, .tp-shop-widget.widget_recently_viewed_products ul li .children, .tp-shop-widget.widget_top_rated_products ul li .children, .tp-shop-widget ul.product-categories li .children {
  padding-left: 15px;
}
.tp-shop-widget.widget_recent_reviews ul li:not(:last-child), .tp-shop-widget.widget_products ul li:not(:last-child), .tp-shop-widget.widget_top_rated_products ul li:not(:last-child), .tp-shop-widget.widget_recently_viewed_products ul li:not(:last-child), .tp-shop-widget.widget_top_rated_products ul li:not(:last-child), .tp-shop-widget ul.product-categories li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-shop-widget.widget_recent_reviews ul li a, .tp-shop-widget.widget_products ul li a, .tp-shop-widget.widget_top_rated_products ul li a, .tp-shop-widget.widget_recently_viewed_products ul li a, .tp-shop-widget.widget_top_rated_products ul li a, .tp-shop-widget ul.product-categories li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--ed-ff-body);
  text-transform: capitalize;
}
.tp-shop-widget.widget_recent_reviews ul li a::after, .tp-shop-widget.widget_products ul li a::after, .tp-shop-widget.widget_top_rated_products ul li a::after, .tp-shop-widget.widget_recently_viewed_products ul li a::after, .tp-shop-widget.widget_top_rated_products ul li a::after, .tp-shop-widget ul.product-categories li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
  transition: all 0.3s;
}
.tp-shop-widget.widget_recent_reviews ul li a:hover, .tp-shop-widget.widget_products ul li a:hover, .tp-shop-widget.widget_top_rated_products ul li a:hover, .tp-shop-widget.widget_recently_viewed_products ul li a:hover, .tp-shop-widget.widget_top_rated_products ul li a:hover, .tp-shop-widget ul.product-categories li a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-shop-widget.widget_recent_reviews ul li a:hover::after, .tp-shop-widget.widget_products ul li a:hover::after, .tp-shop-widget.widget_top_rated_products ul li a:hover::after, .tp-shop-widget.widget_recently_viewed_products ul li a:hover::after, .tp-shop-widget.widget_top_rated_products ul li a:hover::after, .tp-shop-widget ul.product-categories li a:hover::after {
  background-color: var(--ed-color-theme-primary);
}
.tp-shop-widget.widget_recent_reviews ul li a:hover span, .tp-shop-widget.widget_products ul li a:hover span, .tp-shop-widget.widget_top_rated_products ul li a:hover span, .tp-shop-widget.widget_recently_viewed_products ul li a:hover span, .tp-shop-widget.widget_top_rated_products ul li a:hover span, .tp-shop-widget ul.product-categories li a:hover span {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-shop-widget.widget_recent_reviews ul li a span, .tp-shop-widget.widget_products ul li a span, .tp-shop-widget.widget_top_rated_products ul li a span, .tp-shop-widget.widget_recently_viewed_products ul li a span, .tp-shop-widget.widget_top_rated_products ul li a span, .tp-shop-widget ul.product-categories li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 4px 6px 4px;
  transition: all 0.3s;
}
.tp-shop-widget ul.product-categories li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
.tp-shop-widget ul.product-categories li .count {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 4px 6px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.tp-shop-widget ul.product-categories li:hover .count {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.tp-shop-list-product-item {
  padding: 10px 45px;
  background-color: #F8F8F8;
  padding-left: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tp-shop-list-product-item {
    padding: 0px 0px 45px;
    flex-wrap: wrap;
    padding-left: 10px;
  }
}
.tp-shop-list-product-thumb {
  margin-right: 10px;
  width: 350px;
}
.tp-shop-list-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tp-shop-list-product-content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tp-shop-list-product-content {
    padding: 0 30px;
  }
}
.tp-shop-list-product-content .tp-shop-product-thumb-tag {
  top: -20px;
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .tp-shop-list-product-content .tp-shop-product-thumb-tag {
    right: 10px;
  }
}
.tp-shop-list-product-content p {
  font-size: 15px;
  margin-bottom: 18px;
}
.tp-shop-list-product-btn {
  margin-top: 8px;
  display: inline-block;
}
.tp-shop-list-product-btn button, .tp-shop-list-product-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 52px;
  background: var(--ed-color-theme-primary);
  display: inline-block;
}
.tp-shop-list-product-btn button:hover, .tp-shop-list-product-btn a:hover {
  color: var(--ed-color-common-white);
  background: #1e1e2f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-shop-grid-sidebar {
    margin-right: 0;
  }
}

.tp-product-details-wrapper {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-wrapper {
    padding-left: 0;
  }
}
.tp-product-details-wrapper > p {
  font-size: 16px;
  line-height: 1.7;
  color: #55585b;
  font-weight: 300;
}
.tp-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--ed-color-theme-primary);
}
.tp-product-details-category span, .tp-product-details-category a {
  font-size: 16px;
  line-height: 1;
  color: #55585b;
  text-transform: capitalize;
}
.tp-product-details-category span:hover, .tp-product-details-category a:hover {
  color: var(--ed-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-thumb {
    margin-bottom: 30px;
  }
}
.tp-product-details-thumb img {
  width: 100%;
}
.tp-product-details-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--ed-color-heading-primary);
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  display: inline-block;
  font-size: 15px;
  color: var(--ed-color-theme-primary);
  background-color: rgba(0, 107, 97, 0.06);
  line-height: 1;
  padding: 4px 12px;
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-reviews span {
  font-size: 14px;
  font-weight: 400;
  color: #55585b;
}
.tp-product-details-price {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
}
.tp-product-details-price.new-price {
  color: #010f1c;
}
.tp-product-details-price.old-price {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #767a7d;
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--ed-color-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--ed-color-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tp-product-details-variation-list button.tp-size-variation-btn:hover, .tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--ed-color-common-black);
  box-shadow: none;
  color: var(--ed-color-common-black);
}
.tp-product-details-variation-list button:hover, .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button:hover span[data-bg-color], .tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  color: #010f1c;
}
.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  color: var(--ed-color-theme-primary);
  background-color: var(--ed-color-common-white);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  width: 122px;
  color: #000;
}
.tp-product-details-add-to-cart-btn {
  font-size: 16px;
  color: var(--ed-color-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #e0e2e3;
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--ed-color-common-white) !important;
  background-color: var(--ed-color-theme-primary);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
  text-align: center;
}
.tp-product-details-buy-now-btn:hover {
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}
.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  border-bottom: 1px solid #eaebed;
  margin-bottom: 25px;
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 5px;
}
.tp-product-details-action-sm-btn:hover {
  color: var(--ed-color-theme-primary);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 5px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  color: #010f1c;
  line-height: 1.4;
  margin-right: 6px;
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: capitalize;
}
.tp-product-details-query-item a {
  font-size: 16px;
  line-height: 1;
  color: #55585b;
  text-transform: capitalize;
}
.tp-product-details-query-item a:hover {
  color: var(--ed-color-theme-primary);
}
.tp-product-details-social {
  margin-bottom: 22px;
}
.tp-product-details-social span {
  font-size: 15px;
  color: #010f1c;
  margin-right: 5px;
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e6e7e8;
  border-radius: 50%;
}
.tp-product-details-social a:not(:last-of-type) {
  margin-right: 4px;
}
.tp-product-details-social a:hover {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}
.tp-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  color: #55585b;
}
.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/live/halp-check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--ed-color-common-white);
  transition: all 0.2s 0s linear;
}
.tp-product-details-payment {
  background-color: #F3F5F6;
  padding: 18px 30px;
}
.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 35%;
  color: var(--tp-grey-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tp-product-details-payment p br {
    display: none;
  }
}
.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--ed-color-common-black);
}
.tp-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.tp-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--ed-color-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--ed-color-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-p {
  padding-left: 100px;
  padding-top: 55px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-additional-p {
    padding-left: 0;
  }
}
.tp-product-details-additional-p p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 28px;
  color: var(--tp-grey-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-additional-p p br {
    display: none;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
  padding-bottom: 70px;
  border-top: 1px solid #e0e2e3;
  border-bottom: 1px solid #e0e2e3;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: var(--ed-color-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-additional-info table tr td:first-child {
    width: 270px;
  }
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--ed-ff-body);
}
.tp-product-details-review-wrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--ed-color-common-black);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
  text-transform: capitalize;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
}
.tp-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.tp-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--ed-color-common-black);
}
.tp-product-details-review-input input::-webkit-input-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input:-moz-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input::-moz-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input:-ms-input-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input:focus {
  border: 1px solid var(--ed-color-theme-primary);
}
.tp-product-details-review-input textarea {
  height: 165px;
  resize: none;
}
.tp-product-details-review-input textarea:focus {
  border: 1px solid var(--ed-color-theme-primary);
}
.tp-product-details-review-input-title label {
  font-size: 14px;
  color: var(--ed-color-common-black);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--ed-color-common-white);
  line-height: 1;
}
.tp-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-product-details-review-input-eye .open-eye {
  display: none;
}
.tp-product-details-review-input-eye span {
  transition: all 0.3s;
}
.tp-product-details-review-input-eye:hover {
  cursor: pointer;
}
.tp-product-details-review-input-eye:hover span {
  color: var(--ed-color-common-black);
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--ed-color-theme-primary);
  border-color: var(--ed-color-theme-primary);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/live/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--ed-color-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
  border: none;
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3 !important;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin: 10px 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--ed-color-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--ed-color-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
.tp-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--ed-color-common-black);
  transition: all 0.3s;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-tab-line {
    height: 0;
  }
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--ed-color-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--ed-color-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--ed-color-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--ed-color-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn svg {
  transform: translateY(-2px);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--ed-color-common-black);
  color: var(--ed-color-common-white);
}
.tp-product-details-countdown {
  padding: 10px 20px;
  border: 1px solid var(--tp-pink-1);
  background-color: rgba(253, 75, 107, 0.05);
}
.tp-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-pink-1);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tp-product-details-countdown-title {
    margin-bottom: 7px;
  }
}
.tp-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-pink-1);
  position: relative;
}
.tp-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.tp-product-details-countdown-time ul li:not(:last-child)::after, .tp-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--tp-pink-1);
}
.tp-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}

.tp-product-related-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ed-color-heading-primary);
}

.tp-shop-top .tp-shop-grid-sidebar-left .tp-shop-top-result p {
  margin: 0;
}

.product-percentage-badges .tp-shop-details-offer {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  color: var(--ed-color-common-white);
  background: var(--ed-color-theme-primary);
}

.tp-shop-product-price ins {
  text-decoration: none;
}

.tp-shop-author-item .tp-shop-author-thumb {
  overflow: hidden !important;
  border-radius: 50% !important;
}
.tp-shop-author-item .tp-shop-author-thumb img {
  transition: 0.3s ease-in-out;
}
.tp-shop-author-item:hover .tp-shop-author-thumb img {
  transform: scale(1.04);
}

.woocommerce-pagination li {
  list-style: none;
}

.woocommerce-pagination li span,
.woocommerce-pagination li a {
  background-color: var(--ed-color-grey-1);
  color: var(--ed-color-heading-primary);
  font-weight: 600;
  height: 55px;
  width: 55px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}

.woocommerce-pagination li span.current {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.woocommerce-pagination li a:hover {
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tp-shop-top .tp-course-grid-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
  width: 100%;
}

.tp-shop-top .tp-course-grid-sidebar-tab.tp-tab {
  margin-right: 20px;
}

.tp-shop-top .tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-shop-top .tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-shop-top .tp-course-grid-sidebar-tab .nav .nav-item .nav-link {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-shop-top .tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active {
  border: 1px solid #07A698;
}

.tp-shop-top .tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg {
  color: #07A698;
}

.tp-shop-top .tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg {
  color: #818487;
}

.tp-course-grid-sidebar-select .nice-select {
  height: 44px;
  line-height: 44px;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  width: 280px;
}

.tp-cart-plus, .tp-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--ed-color-common-black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tp-shop-details-right-wrap .tp-product-details-category {
  margin-bottom: 10px;
}

.tp-shop-product-item {
  border: 1px solid #E0E5EB;
  border-radius: 6px;
}

.tp-shop-product-content {
  padding: 30px;
}

.tp-product-details-tab-nav.tp-tab .nav-tabs .nav-link {
  padding: 0;
  border: 0;
}

.tp-woo-single-gallery-wrapper ol {
  display: flex;
  padding-left: 0;
}

.tp-woo-single-gallery-wrapper ol li {
  list-style: none;
}

.tp-woo-single-gallery-wrapper .flex-control-nav.flex-control-thumbs img {
  height: 100px;
  width: 100px;
}

.tp-product-details-action-wrapper table.variations {
  margin-bottom: 20px;
}

.tp-product-details-action-wrapper table.variations tbody tr {
  margin-bottom: 10px;
  display: block;
}

.tp-product-details-action-wrapper table.variations th.label label {
  color: var(--ed-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td {
  vertical-align: middle !important;
}

.wc-block-components-text-input input[type=text] {
  height: 56px !important;
}

.wc-block-grid__products .wp-block-button.wc-block-grid__product-add-to-cart a {
  font-size: 16px !important;
  text-align: center;
  padding: 8px 30px !important;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  color: var(--ed-color-common-white);
  background-color: var(--ed-color-theme-primary);
}

body[class*=woocommerce-] .wc-block-grid .wc-block-grid__product-onsale, body[class*=woocommerce-] .wc-block-grid__product-image .wc-block-grid__product-onsale {
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--ed-color-theme-primary);
  color: var(--ed-color-common-white);
  padding: 4px 10px !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--ed-color-theme-primary) !important;
}

/*# sourceMappingURL=edcare-core.css.map */
