/*============================================================================================
	Theme Reset
==============================================================================================*/

*,
*::after *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Selection CSS */
::-moz-selection {
  color: var(--ep-white-color);
  background: var(--ep-primary-color-5);
}
::selection {
  color: var(--ep-white-color);
  background: var(--ep-primary-color-5);
}

/* ScrollBar CSS */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-moz-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-ms-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: var(--ep-primary-color-5) !important;
  border-radius: 4px;
}

/* Main Body CSS */
body {
  font-family: "Roboto", sans-serif;
  background: var(--ep-white-color);
  color: var(--ep-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
html {
  font-family: var(--ep-font-family);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}

/* Main Container */
.ep-container {
  max-width: 1280px;
  margin: auto;
}
.ep-container-fluid {
  padding: 0;
  padding: 0px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-container {
    padding: 0% 5%;
  }
  .ep-container-fluid {
    padding: 0% 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-container {
    padding: 0% 5%;
  }
  .ep-container-fluid {
    padding: 0% 5%;
  }
}

@media only screen and (max-width: 767px) {
  .ep-container {
    padding: 0% 5%;
  }
  .ep-container-fluid {
    padding: 0% 5% !important;
  }
}

/* Theme Typhography */
img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.animated:focus-visible {
  outline: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  transition: all 0.4s ease;
}
button:focus-visible {
  outline: none;
}
input:focus-visible {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
button {
  overflow: visible;
  border: none !important;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.btn-close:focus {
  box-shadow: none;
}
button,
input,
select,
optgroup,
textarea {
  font-family: var(--ep-font-family);
  color: var(--ep-paragraph-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.c-font,
.c-font a {
  font-family: var(--ep-font-family);
}

a,
button,
input,
textarea {
  font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: var(--ep-border-color);

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--ep-font-family);
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--ep-border-color);
  cursor: help;
}
mark,
ins {
  background: var(--ep-white-color) 9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
hr {
  background-color: var(--ep-primary-color-5);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}
ul,
ul li,
li {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: inline-block;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--ep-border-color) var(--ep-border-color)
    var(--ep-border-color);
  border-radius: 3px;
  background: var(--ep-white-color);
  color: var(--ep-paragraph-color);
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--ep-paragraph-color);
  border: 1px solid var(--ep-border-color);
  border-radius: 4px;
  padding: 12px;
  font-size: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393e46;
}
select {
  border: 1px solid var(--ep-border-color);
}
textarea {
  width: 100%;
}
.nice-select {
  display: inline-flex;
  font-size: 15px;
  color: var(--ep-paragraph-color);
  padding: 0 12px;
  margin: 0;
  height: 50px;
}
.nice-select > .current {
  display: flex;
  justify-content: center;
  align-items: center;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
selet:hover,
select:focus {
  border-color: var(--ep-primary-color-5);
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: var(--ep-title-color);
}
a:hover,
a:active {
  outline: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--ep-white-color);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--ep-secondary-color);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}

/* Heading Title */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--ep-font-family);
  color: var(--ep-title-color);
  font-weight: 700;
  line-height: 130%;
}
h1 {
  font-size: 61px;
}
h2 {
  font-size: 49px;
}
h3 {
  font-size: 39px;
}
h4 {
  font-size: 31px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}

/* Paragraph Text */
p {
  color: var(--ep-title-color);
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 15px !important;
  }
}

/* Cutom Padding */
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-100 {
  padding-top: 100px;
}
.pd-top-120 {
  padding-top: 120px;
}
.pd-btm-10 {
  padding-bottom: 10px;
}
.pd-btm-20 {
  padding-bottom: 20px;
}
.pd-btm-30 {
  padding-bottom: 30px;
}
.pd-btm-40 {
  padding-bottom: 40px;
}
.pd-btm-50 {
  padding-bottom: 50px;
}
.pd-btm-60 {
  padding-bottom: 60px;
}
.pd-btm-70 {
  padding-bottom: 70px;
}
.pd-btm-80 {
  padding-bottom: 80px;
}
.pd-btm-90 {
  padding-bottom: 90px;
}
.pd-btm-100 {
  padding-bottom: 100px;
}

/* Cutom Margin */
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-42 {
  margin-top: 42px !important;
}
.mg-top-46 {
  margin-top: 46px !important;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-80 {
  margin-top: 80px;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-20 {
  margin-bottom: 20px;
}
.mg-btm-25 {
  margin-bottom: 25px;
}
.mg-btm-30 {
  margin-bottom: 30px;
}
.mg-btm-35 {
  margin-bottom: 35px;
}
.mg-btm-40 {
  margin-bottom: 40px;
}
.mg-btm-50 {
  margin-bottom: 50px;
}
.mg-btm-120 {
  margin-bottom: 120px;
}

/* Variable Color Class*/

/* Color 1 */
.ep1-color {
  color: var(--ep-primary-color-1) !important;
}
.ep1-bg {
  background-color: var(--ep-primary-color-1) !important;
}
.ep1-bg-light {
  background-color: #e6f9f7 !important;
}
.ep1-border-color {
  border-bottom: 1px solid var(--ep-primary-color-1);
}

/* Color 2 */
.ep2-color {
  color: var(--ep-primary-color-2);
}
.ep2-bg {
  background-color: var(--ep-primary-color-2);
}
.ep2-bg-light {
  background-color: #e6f1ff !important;
}
.ep2-border-color {
  border-bottom: 1px solid var(--ep-primary-color-2);
}

/* Color 3 */
.ep3-color {
  color: var(--ep-primary-color-3);
}
.ep3-bg {
  background-color: var(--ep-primary-color-3);
}
.ep3-border-color {
  border-bottom: 1px solid var(--ep-primary-color-3);
}

/* Color 4 */
.ep4-color {
  color: var(--ep-primary-color-4);
}
.ep4-bg {
  background-color: var(--ep-primary-color-4);
}
.ep4-bg-light {
  background-color: #fffaf0 !important;
}
.ep4-border-color {
  border-bottom: 1px solid var(--ep-primary-color-4);
}

/* Color 5 */
.ep5-color {
  color: var(--ep-primary-color-5);
}
.ep5-bg {
  background-color: var(--ep-primary-color-5) !important;
}
.ep5-bg-light {
  background-color: #fff1ec !important;
}
.ep5-border-color {
  border-bottom: 1px solid var(--ep-primary-color-5);
}

/* Color 6 */
.ep6-color {
  color: var(--ep-primary-color-1) !important;
}
.ep6-bg {
  background-color: var(--ep-primary-color-6) !important;
}
.ep6-border-color {
  border-bottom: 1px solid var(--ep-primary-color-6);
}

/* Color 7 */
.ep7-color {
  color: var(--ep-primary-color-7);
}
.ep7-bg {
  background-color: var(--ep-primary-color-7);
}
.ep7-bg-light {
  background-color: #ffe9e9 !important;
}
.ep7-border-color {
  border-bottom: 1px solid var(--ep-primary-color-7);
}

/* Color 8 */
.ep8-color {
  color: var(--ep-primary-color-8);
}
.ep8-bg {
  background-color: var(--ep-primary-color-8);
}
.ep8-border-color {
  border-bottom: 1px solid var(--ep-primary-color-8);
}

/* Color 9 */
.ep9-color {
  color: var(--ep-paragraph-color);
}
.ep9-bg {
  background-color: var(--ep-paragraph-color);
}
.ep9-border-color {
  border-bottom: 1px solid var(--ep-paragraph-color);
}

/* Display Flex End Between  */
.d-flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* Background Image */
.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Section Gap */
.section-gap {
  padding: 80px 0px;
}

@media only screen and (max-width: 991px) {
  .section-gap {
    padding: 80px 0px;
  }
}

/* Section BG Color */
.section-bg-1 {
  background-color: var(--ep-offwhite-color);
}

/* Section BG Image */
.ep-section-bg {
  position: relative;
  z-index: 2;
}
.ep-section-bg.bg-img-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 832px;
  top: 0;
  left: 0;
  background-image: url("../images/section-bg-1.png"/*tpa=https://edupath-template.vercel.app/edupath/assets/images/section-bg-1.png*/);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

/* Section Head */
.ep-section-head {
  margin-bottom: 30px;
}
.ep-section-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ep-section-head__sm-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 25.95px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.ep-section-head__big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 50.04px;
  margin: 0;
}

.ep-section-head__big-title span {
  background: var(--ep-primary-color-4);
  display: inline-block;
  border-radius: 32px;
  padding: 0px 14px;
}

.ep-section-head__text {
  margin: 0;
  margin-top: 20px;
  line-height: 28px;
}

/* Section Head Style 2 */
.ep-section-head__color-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.95px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
.ep-section-head--style2 .ep-section-head__big-title {
  font-size: 40px;
  line-height: 50px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-section-head__inner {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .ep-section-head__big-title {
    font-size: 32px;
  }
  .ep-section-head--style2 .ep-section-head__big-title {
    font-size: 32px;
    line-height: 130%;
  }
  .ep-section-head.d-flex-end-between {
    display: block;
  }
  .ep-section-head__btn {
    margin-top: 24px;
  }
  .ep-section-head__inner {
    display: block;
  }
}

/* Animation  */
.updown-ani {
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.rotate-ani {
  animation-name: Rotate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  to {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* Cursor CSS */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--ep-primary-color-5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: 0.15s;
}

.cursor2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-5px, 0px);
  z-index: 1000;
  transition: 0.1s;
}

.grow,
.grow-small {
  transform: scale(2);
  background: transparent;
  border: none;
  transition: 0.5s;
  opacity: 0;
  border: 1px solid var(--ep-primary-color-5);
}

body.ep-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  background-color: var(--ep-primary-color-5) !important;
  border-radius: 50%;
  justify-content: center;
  mix-blend-mode: difference;
  color: transparent;
}
/* Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Preloader CSS */
.ep-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
}

.ep-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.ep-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  height: 50px;
  width: 50px;
  background: url("../images/favicon.svg.css"/*tpa=https://edupath-template.vercel.app/edupath/assets/images/favicon.svg*/);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ep-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #fff1ec;
  border-top-color: var(--ep-primary-color-5);
  height: 110px;
  margin: 0 auto 30px auto;
  width: 110px;
}

.ep-preloader.secondary .animation-preloader .spinner {
  border-top-color: var(--ep-primary-color-5);
}

.ep-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ep-preloader .loader .row {
  height: 100%;
}

.ep-preloader .loader .loader-section {
  padding: 0px;
}

.ep-preloader .loader .loader-section .bg {
  background-color: var(--ep-white-color);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ep-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ep-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .ep-preloader .animation-preloader .txt-loading {
    font: bold 3em "Roboto", sans-serif;
  }
}

/* Hobble Effect CSS */
.ep-hover-layer,
.ep-hover-layer-1,
.ep-hover-layer-2,
.ep-hover-layer-4 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

/* Back To Top CSS */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 130px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #ff723a47;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f181";
  font-family: uicons-regular-rounded !important;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  color: var(--ep-primary-color-5);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--ep-primary-color-5);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-wrap {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrap {
    right: 5%;
  }
}

/* Nice Select CSS */
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--ep-primary-color-5) !important;
  box-shadow: none;
}
.nice-select:hover {
  border-color: var(--ep-border-color);
}
.nice-select::after {
  margin-top: -5px;
}
.nice-select .list {
  width: 100%;
  transform: none !important;
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid var(--ep-border-color);
  box-shadow: none;
}

.nice-select .option:hover {
  background-color: var(--ep-primary-color-5);
}
.nice-select .option {
  line-height: 42px;
  min-height: 42px;
  padding-left: 16px;
  padding-right: 16px;
}
.nice-select::after {
  right: 18px;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.selected {
  background: var(--ep-primary-color-5);
  color: var(--ep-white-color);
}
.nice-select .list:hover .option:not(:hover) {
  color: var(--ep-paragraph-color);
}

.nice-select .list::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-moz-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-ms-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
}

/* Theme Button */
.btn {
  background: var(--ep-primary-color-1);
  padding: 18px 26px;
  border-radius: 42px;
  color: var(--ep-white-color) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.btn:hover {
  background: var(--ep-secondary-color) !important;
}
.btn i {
  font-size: 24px;
  line-height: 0;
}
.btn.border-btn {
  border: 1px solid var(--ep-border-color);
  background: transparent;
  color: var(--ep-title-color) !important;
  padding: 17.2px 26px;
}
.btn.border-btn:hover {
  background: var(--ep-primary-color-2);
  border: 1px solid transparent;
  color: var(--ep-white-color) !important;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 14px 20px !important;
  }
}
.dp--revoke.cc-bottom, .dp--revoke.cc-bottom-left, .dp--revoke.cc-bottom-right {
  top: auto;
  bottom: 30px;
}
.dp--revoke.cc-top-right, .dp--revoke.cc-bottom-right {
  right: 26px;
  left: auto;
}

.ep-contact__form .btn-group {
  width: 100%;
}


/*============================================================================================
	Start Header Area
==============================================================================================*/
.logo_sticky {
  display:none;
}
.sticky .logo_sticky {
  display:block;
}
.logo_index {
  display:block;
}
.sticky .logo_index {
  display:none;
}
.ep-topbar {
  padding: 30px 0px;
}

.ep-logo {
  padding: 0px 0 5px 0;
  text-align: center;
}
.ep-logo img {
  max-width: 600px;
  height: auto;
  object-fit: contain;
}
.sticky .ep-logo {
  padding: 5px 0 5px 0;
  text-align: center;
}
.sticky .ep-logo img {
  max-width: 380px;
  height: auto;
  object-fit: contain;
}
.ep-topbar__column2 {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 25px;
}
.ep-topbar__search-widget {
  display: flex;
  align-items: center;
}
.ep-topbar__category {
  position: relative;
}
.ep-topbar__category .nice-select {
	margin-bottom: 0;
	border-radius: 4px 0px 0px 4px;
	background: transparent;
	border-right: 0 !important;
	height: 46px;
	line-height: 46px;
	white-space: initial;
	padding: 0;
	border-color: var(--ep-border-color) !important;
	background: #fff;
	color: var(--ep-title-color);
	border-color: transparent !important;
	border-right: 1px solid #e7e7eb8a !important
}
.ep-topbar__category .nice-select::after {
  right: 12px;
  height: 6px;
  margin-top: -3px;
  width: 6px;
  border-bottom: 2px solid var(--ep-title-color);
  border-right: 2px solid var(--ep-title-color);
}
.ep-topbar__category .current {
  width: 70px;
  height: 46px;
  line-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 16px;
  font-size: 14px;
  text-align: left;
}

.ep-topbar__category .nice-select .list {
	width: 212px;
	transform: none !important;
	max-height: 320px;
	overflow-y: scroll;
	border: transparent;
	box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	margin-top: 3px;
	border-radius: 4px;
}
.ep-topbar__category .nice-select .option {
	line-height: 36px;
	min-height: 36px;
	padding-left: 16px;
	padding-right: 16px;
	color: var(--ep-paragraph-color);
}

.ep-topbar__category .nice-select .option.selected,.ep-topbar__category .nice-select .option:hover {
  color: #fff;
}
.ep-topbar__search {
  position: relative;
}
.ep-topbar__search form input {
	padding: 12px 60px 12px 16px !important;
	border-radius: 0px 4px 4px 0px !important;
	width: 370px;
	height: 46px;
	background: transparent;
	border-left: 1px solid var(--ep-border-color);
	background: #fff;
	border-color: transparent;
}
.ep-header__right {
	display: flex;
	justify-content: end;
}
.ep-topbar__search form button {
  width: 54px;
  height: 46px;
  background: var(--ep-primary-color-5);
  color: var(--ep-white-color);
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border-radius: 0px 4px 4px 0px;
}
.ep-topbar__search form button:hover {
  background: var(--ep-secondary-color);
}
.ep-topbar__action {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ep-topbar__action-icon {
  position: relative;
}
.ep-topbar__action-icon i {
  font-size: 24px;
  position: relative;
  top: 5px;
  color: var(--ep-secondary-color);
  transition: all 0.4s ease;
}
.ep-topbar__action-icon i:hover {
  color: var(--ep-primary-color-5);
}
.ep-topbar__action-icon span {
	width: 17px;
	height: 17px;
	background: var(--ep-primary-color-5);
	display: block;
	text-align: center;
	border-radius: 100%;
	font-size: 10px;
	color: var(--ep-white-color);
	line-height: 16px;
	position: absolute;
	right: -10px;
	top: -1px;
}
.ep-topbar__cart {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ep-topbar__info p {
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.ep-topbar__info span {
  color: var(--ep-title-color);
  line-height: 20px;
  display: block;
}
.ep-header {
  z-index: 2;
}
.ep-header__inner {
	background: var(--ep-white-color);
	box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	border-radius: 6px;
	padding: 0 25px 0 15px;
}
.ep-header__middle.is-sticky .ep-header__inner {
  box-shadow: none;
}

.ep-header__middle.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--ep-white-color);
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.ep-header__middle.sticky .ep-header__inner {
  box-shadow: none;
}
.ep-header__middle.sticky .ep-header__inner--style2 {
  border-bottom: 1px solid transparent;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

.ep-header__menu li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
}
.ep-header__menu li a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: var(--ep-title-color);
	padding: 28.5px 15px;
	border-radius: 4px;
}
.ep-header__menu li a + i {
  position: absolute;
  top: 40px;
  right: -5px;
}
.sticky .ep-header__menu li a + i {
  position: absolute;
  top: 12px;
  right: -5px;
}
.ep-header__menu li.active a {
  color: var(--ep-primary-color-5);
}
.ep-header__menu li:hover > a, .ep-header__menu li.active a {
	color: var(--ep-primary-color-2);
	/*! background: var(--ep-primary-color-2); */
}
/* DropDown Menu */

.ep-header__menu li:hover > .sub-menu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ep-header__menu li .sub-menu {
	position: absolute;
	background: var(--ep-white-color);
	min-width: 240px;
	transition: all 0.3s ease-out 0s;
	top: 100%;
	opacity: 0;
	box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	visibility: hidden;
	z-index: 99;
	text-align: left;
	transform: scaleY(0);
	transform-origin: 0 0;
	border-radius: 0px 0px 8px 8px;
	overflow: visible;
	border-top: 2px solid var(--ep-primary-color-2);
	padding: 10px 0;
}
.ep-header__menu li .sub-menu li {
  display: block;
  margin: 0;
  /*! border-bottom: 1px solid var(--ep-border-color); */
  position: relative;
}
.ep-header__menu li .sub-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--ep-paragraph-color);
	padding: 12px 20px !important;
	transition: all 0.4s ease-out 0s;
	font-size: 15px;
	font-weight: 500;
	background: transparent !important;
}
.ep-header__menu li .sub-menu li:hover > a,
.ep-header__menu li .sub-menu li.active a {
  color: var(--ep-primary-color-2);
  padding-left: 25px;
}
.ep-header__menu li .sub-menu li.active::after {
  height: 100%;
}
.ep-header__menu li .sub-menu li:hover:after {
  height: 100%;
}
.ep-header__menu li .sub-menu li:last-child {
  border: none;
}

.ep-header__account {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: right;
}
.ep-header__account i {
  font-size: 24px;
  position: relative;
  top: 3px;
  transition: all 0.4s ease;
}

.ep-header__account-info span {
  line-height: 24px;
  font-size: 16px;
  display: block;
  transition: all 0.4s ease;
}
.ep-header__account-info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: var(--ep-title-color);
  transition: all 0.4s ease;
}
.ep-header__account:hover p,
.ep-header__account:hover span,
.ep-header__account:hover i {
  color: var(--ep-primary-color-5);
}

/* Header Style 2 */
.ep-header__inner--style2 {
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid #a1a3b052;
	padding: 0px 0;
	border-radius: 0;
}
.ep-header__inner-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.ep-header__menu--style2 li a {
	padding: 36px 15px;
}
.sticky .ep-header__menu--style2 li a {
	padding: 10px 15px;
}
.ep-header__btn .ep-btn {
  padding: 16px 26px;
}
.ep-header__middle.is-sticky .ep-header__inner--style2 {
  border: none;
}
.ep-header__middle.is-sticky .ep-header__menu--style2 li a {
  padding: 40px 0px;
}

.ep-header__menu.ep-header__menu--style2 li:hover > a, 
.ep-header__menu.ep-header__menu--style2 li.active a {
  color: var(--ep-primary-color-5) ;
}

.ep-header__menu.ep-header__menu--style2 .sub-menu li a{
  color: var(--ep-secondary-color) ;
}

.ep-header__menu.ep-header__menu--style2  li .sub-menu li:hover > a, 
.ep-header__menu.ep-header__menu--style2  li .sub-menu li.active a {
	color: var(--ep-primary-color-5);
}

.ep-header__menu.ep-header__menu--style2 li .sub-menu{
  border-top-color:var(--ep-primary-color-5);
  top: 100%;
}

.ep-header__menu.ep-header__menu--style2 .sub-menu .sub-menu{
  left: 230px;
  top: 0px;
}

@media only screen and (max-width: 1199.9px) {
  .ep-topbar {
    padding: 20px 0px;
  }

  .ep-topbar__search-widget {
    display: none;
  }
  .ep-header__navigation {
    display: none;
  }
  .ep-header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ep-header__inner {
    padding: 12px 16px;
  }
  .ep-header__inner.ep-header__inner--style2 {
    padding: 16px 0px;
  }
  .ep-header__middle.sticky .ep-header__inner {
    padding: 16px 0px;
  }
  .ep-header__btn {
    display: none;
  }
}

/*============================================================================================
	End Header Area
==============================================================================================*/



/*============================================================================================
	Start Hero Area
==============================================================================================*/

.hero-bg {
  background-color: var(--ep-offwhite-color);
}
.ep-hero {
  padding: 288px 0px 100px;
}
.ep-hero__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 34px;
}
.ep-hero__title span {
  display: block;
}
.ep-hero__title img {
  margin-right: 16px;
}
.ep-hero__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.ep-hero__hover-images {
  display: inline-block;
}
.ep-hero__hover-images .hover-img-1 {
  transition: all 0.4s ease;
}
.ep-hero__hover-images:hover .hover-img-1 {
  opacity: 0;
  visibility: hidden;
}
.ep-hero__hover-images:hover .hover-img-2 {
  opacity: 1;
  visibility: visible;
}

.ep-hero__hover-images .hover-img-2 {
	position: absolute;
	left: 0;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	border-radius: 100px;
}

.ep-hero__btn {
  margin-top: 40px;
}

.ep-hero__widget {
  display: flex;
  gap: 30px;
  position: relative;
  margin-top: 22px;
}

.ep-hero__widget-column {
  position: relative;
}

.ep-hero__widget-arrow {
  position: absolute;
  top: -22px;
  left: -12px;
}

.ep-hero__widget-arrow a::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 100%;
  z-index: 1;
  top: 0;
  left: 0px;
}

.ep-hero__widget-arrow a i {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: var(--ep-primary-color-4) !important;
  text-align: center;
  line-height: 96px;
  font-size: 28px;
  color: var(--ep-title-color);
  transform: rotate(-268deg);
  position: relative;
  z-index: 2;
  display: block;
}

.ep-hero__widget-img img {
  width: 300px;
  height: 400px;
  object-fit: contain;
  border-radius: 20px;
}
.ep-hero__team {
	display: flex;
	align-items: center;
	gap: 18px;
	border: 2px solid var(--ep-primary-color-4) !important;
	border-radius: 45.5px;
	justify-content: center;
	padding: 10px 12px;
	margin-top: 30px;
	background: #fff;
}
.ep-hero__team-img-list {
  display: flex;
  align-items: center;
}
.ep-hero__team-img-list li {
  margin-left: -10px;
}

.ep-hero__team-img-list li img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 100%;
}

.ep-hero__team-info h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

.ep-hero__team-info p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color: var(--ep-title-color);
}

.ep-hero__course {
  background: var(--ep-primary-color-6);
  border-radius: 45.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  margin-bottom: 30px;
}

.ep-hero__course span {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  color: var(--ep-secondary-color);
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.ep-hero__course span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  opacity: 0.2;
  background: #1f1c35;
  right: 0;
  top: 5px;
}
.ep-hero__course p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.ep-hero__shape {
  position: absolute;
  left: 42%;
  top: 35%;
  z-index: 1;
}

/* Hero Style 2 */

.ep-hero--style2 {
  padding: 340px 0px 100px;
}
.ep-hero__content--style2 {
  padding-right: 48px;
  padding-top: 30px;
}
.ep-hero__content--style2 .ep-hero__title {
  line-height: 96.333px;
  font-size: 84px;
  margin-bottom: 20px;
}
.ep-hero__content--style2 .ep-hero__title span {
  font-weight: 300;
  display: inline-block;
}

.ep-hero__search {
  margin-top: 30px;
  padding-right: 48px;
}
.ep-hero__search-form input {
  width: 100%;
  height: 68px;
  border-radius: 120px;
  padding: 20px 60px 20px 28px;
  border: 1px solid transparent;
}
.ep-hero__search-form input:focus {
  border: 1px solid var(--ep-primary-color-1);
}
.ep-hero__search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 58px;
  height: 58px;
  line-height: 64px;
  background: var(--ep-primary-color-1);
  border-radius: 100%;
  color: var(--ep-white-color);
  font-size: 18px;
  padding: 0;
  transition: all 0.4s ease;
}
.ep-hero__search-btn:hover {
  background: var(--ep-primary-color-5);
}

.ep-hero__overview-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.ep-hero__widget-style2 {
  display: block;
}
.ep-hero__widget-style2 .ep-hero__img img {
  width: 470px;
  height: 470px;
  border-radius: 50%;
}
.ep-hero__overview-card {
}

.ep-hero__overview-card {
  display: inline-block;
  padding: 20px 42px;
}

.ep-hero__overview-card h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
}

.ep-hero__overview-card {
  padding: 20px 48px;
  position: absolute;
  bottom: 72px;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-hero {
    padding: 252px 0px 100px;
  }
  .ep-hero__widget {
    margin-top: 62px;
  }
  .ep-hero.ep-hero--style2 {
    padding-top: 175px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-hero__title {
    font-size: 56px;
  }
  .ep-hero {
    padding: 232px 0px 80px;
  }
  .ep-hero__widget {
    margin-top: 62px;
  }
  .ep-hero.ep-hero--style2 {
    padding-top: 155px;
  }
  .ep-hero__content--style2 .ep-hero__title {
    line-height: 150%;
    font-size: 56px;
  }
  .ep-hero__hover-images .hover-img-2 {
    top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-hero.ep-hero--style2 {
    padding-top: 148px;
  }
  .ep-hero {
    padding: 232px 0px 80px;
  }
  .ep-hero__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .ep-hero__title img {
    max-width: 100%;
    height: 42px;
    margin-right: 12px;
  }
  .ep-hero__hover-images .hover-img-2 {
    top: 12px;
  }
  .ep-hero__widget {
    display: none;
  }
  .ep-hero__content--style2 .ep-hero__title {
    line-height: 140%;
    font-size: 40px;
  }
  .ep-hero__search {
    padding-right: 0;
  }
  .ep-hero__content--style2 {
    padding-right: 0;
  }
  .ep-hero__search-form input {
    height: 56px;
  }
  .ep-hero__search-btn {
    top: 4px;
    right: 4px;
    width: 50px;
    height: 50px;
    line-height: 58px;
  }
}

/*============================================================================================
	End Hero Area
==============================================================================================*/


/*============================================================================================
	Start About Area
==============================================================================================*/
.ep-about {
  background: var(--ep-white-color);
}
.ep-about__shape {
  position: absolute;
  right: 8%;
  top: 22%;
}
.ep-section__img-main {
  width: 445px;
  height: 560px;
  object-fit: cover;
  border-radius: 20px;
  margin: 32px auto;
  position: relative;
  z-index: 2;
}
.ep-section__img-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--ep-primary-color-1);
  border-radius: 32px;
  z-index: -1;
  top: 30px;
  right: 30px;
}

.ep-section__img-main img {
  width: 445px;
  height: 560px;
  object-fit: cover;
  border-radius: 20px;
}

.ep-section__img-shape {
  position: absolute;
  right: 24px;
  top: -56px;
}

.overview-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--ep-white-color);
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  z-index: 2;
  bottom: 72px;
  left: 0;
}

.overview-card__icon img {
  width: 70px;
  height: 45px;
  object-fit: contain;
  max-width: 70px;
}

.overview-card__info h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin: 0;
}

.overview-card__info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.ep-feature-list {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.ep-feature-list__icon i {
  color: var(--ep-primary-color-3);
  font-size: 24px;
  position: relative;
  top: 2px;
}

.ep-feature-list__info h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.ep-feature-list__info p {
  margin: 0;
}

.ep-feature-list:last-child {
  margin: 0;
}

.ep-section__btn {
  margin-top: 40px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-about__shape {
    right: 4%;
    top: 14%;
  }
}

/* About Style 2 */
.ep-section__img--style2 .ep-section__img-main {
  width: 100%;
  height: 578px;
}
.ep-section__img--style2 {
  margin-right: 16px;
  margin-top: 30px;
}
.ep-section__img--style2 .ep-section__img-main::before {
  display: none;
}

.ep-section__img--style2 .ep-section__img-main img {
  object-fit: contain;
  width: 100%;
  height: 578px;
}
.ep-section__img--style2 .ep-section__img-main {
  margin: 0;
}
.ep-section__img--style2 .overview-card {
  bottom: 62px;
  left: auto;
  right: 0;
}

.ep-section__content--style2 .ep-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.ep-section__widget--style2 {
  margin-top: 30px;
}

.ep-section__widget--style2 {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ep-section__widget--style2 .ep-feature-list {
  display: block;
  margin: 0;
}
.ep-section__widget--style2 .ep-feature-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ep-section__widget--style2 .ep-feature-list li:last-child {
  margin: 0;
}
.ep-section__widget--style2 .ep-feature-list li i {
  color: var(--ep-primary-color-5);
  font-size: ;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-about.ep-about--style2 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-section__content {
    margin-top: 40px;
  }
  .ep-about__shape {
    top: 40%;
  }
  .ep-section__img--style2 {
    margin-right: 0;
  }
  .ep-section__img--style2 .ep-section__img-main img {
    height: 480px;
  }
  .ep-section__img--style2 .ep-section__img-main {
    height: 480px;
  }
  .ep-section__img--style2 .overview-card {
    bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-about.ep-about--style2 {
    padding-bottom: 40px;
  }
  .ep-section__content {
    margin-top: 40px;
  }
  .ep-section__img-main img {
    width: 100%;
    height: 364px;
  }
  .ep-section__img-main {
    width: 100%;
    height: 364px;
    margin-bottom: 12px;
  }
  .ep-section__img-shape {
    right: 0;
  }
  .ep-section__img-main::before {
    top: 10px;
    right: 10px;
  }
  .overview-card {
    gap: 24px;
    padding: 16px 20px;
    bottom: 12px;
    left: 12px;
  }
  .overview-card__info h4 {
    font-size: 32px;
    line-height: 44.04px;
  }

  .ep-section__img--style2 .ep-section__img-main img {
    height: 280px;
  }
  .ep-section__img--style2 {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .ep-section__img--style2 .ep-section__img-main {
    height: 280px;
  }
  .ep-section__img--style2 .overview-card {
    bottom: -80px;
  }
  .ep-section__content--style2 .ep-section__title {
    font-size: 32px;
    line-height: 130%;
  }
  .ep-section__widget--style2 .ep-feature-list {
    margin-bottom: 12px;
  }
  .ep-section__widget--style2 .ep-feature-list li {
    margin-bottom: 12px;
  }
  .ep-section__btn {
    margin-top: 32px;
  }
  .ep-section__widget--style2 {
    display: block;
  }
}

/*============================================================================================
	End About Area
==============================================================================================*/


/*============================================================================================
	Start Category Area
==============================================================================================*/

.ep-category__card {
  display: block;
  border: 5px solid var(--ep-offwhite-color);
  border-radius: 20px;
  padding: 0px 30px 30px 30px;
  margin-top: 70px;
  transition: all 0.4s ease;
}
.ep-category__card:hover {
  transform: translateY(-5px);
}

.ep-category__icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  margin-top: -40px;
}
.ep-category__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ep-category__info {
  margin-top: 20px;
}
.ep-category__info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

/*============================================================================================
	End Category Area
==============================================================================================*/


/*============================================================================================
	Start Course Area
==============================================================================================*/
.ep-course {
  z-index: 2;
}
.ep-course__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ep-course__shapes .shape-1 {
  position: absolute;
  right: 8%;
  top: 5%;
}
.ep-course__shapes .shape-2 {
  position: absolute;
  left: 8%;
  top: 16%;
}
.ep-course__shapes .shape-3 {
  position: absolute;
  right: 8%;
  top: 42%;
}

.ep-course__card {
  margin-top: 30px;
  background: var(--ep-white-color);
  border-radius: 20px;
  position: relative;
}
.ep-course__img {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  display: block;
}
.ep-course__img img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.ep-course__card:hover .ep-course__img img {
  transform: scale(1.12);
}
.ep-course__tag {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--ep-white-color) !important;
  border-radius: 20px;
  padding: 0px 11px;
  display: inline-block;
}

.ep-course__lesson {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.ep-course__student {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-course__student i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.ep-course__rattings ul li {
  display: inline-block;
  margin-right: 2px;
}
.ep-course__rattings ul li span {
  margin-left: 6px;
}
.ep-course__rattings ul li:last-child {
  margin: 0;
}
.ep-course__rattings ul li i {
	font-size: 18px;
	color: var(--ep-primary-color-4);
}
.ep-course__rattings ul li .off-color {
  color: #e7e7eb;
}
.ep-course__body {
  padding: 20px 40px 34px 40px;
}

.ep-course__title h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.ep-course__title h5:hover {
  color: var(--ep-primary-color-2);
}
.ep-course__rattings {
  margin-bottom: 10px;
}

.ep-course__bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ep-course__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ep-title-color);
}
.ep-course__btn:hover {
  color: var(--ep-primary-color-2);
}
.ep-course__btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.ep-course__price {
  display: inline-block;
  color: var(--ep-primary-color-7);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

/* Course Style 2 */
.ep-course .ep-brand-name {
  position: absolute;
  right: 8%;
  top: 12%;
}

.ep-course--style2 .ep-course_shape {
  position: absolute;
  right: 10%;
  top: 40%;
}

.owl-carousel.ep-course__slider {
  position: absolute;
  width: 630px;
  z-index: 22;
  top: 0;
  right: 0;
  margin: 55px 0px;
}
.ep-course__slider-item {
  border-radius: 20px;
  background: var(--ep-white-color);
  padding: 62px 40px 74px 40px;
  border: 1px solid var(--ep-border-color);
}
.ep-course__cover-img {
  width: 752px;
  height: 546px;
}

.ep-course__cover-img img {
  width: 752px;
  height: 546px;
  object-fit: cover;
  border-radius: 20px;
}

.ep-course__slider-item .ep-course__price {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ep-course__slider-item .ep-course__title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ep-course__slider-item:hover .ep-course__title h3 {
  color: var(--ep-primary-color-3);
}
.ep-course__slider-item .ep-course__price del {
  font-size: 18px;
  color: var(--ep-paragraph-color);
  opacity: 0.4;
  font-weight: 600;
  line-height: 26px;
}

.ep-course__slider-item .ep-course__text {
  margin-top: 20px;
}

.ep-course__slider-item .ep-course__rattings {
  margin: 0;
  margin-top: 30px;
}

.ep-course__slider-item .ep-course__rattings ul li i {
  font-size: 22px;
  color: var(--ep-primary-color-4);
}

.ep-course__slider-item .ep-course__lesson {
  justify-content: initial;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  gap: 30px;
  margin-top: 20px;
}

/* Slider Controls */
.ep-course .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 40px;
  line-height: 12px;
}
.ep-course .owl-dots .owl-dot span {
  width: 15px;
  height: 10px;
  margin: 0 3px;
  border-radius: 20px;
  background: #e7e7eb;
  transition: all 0.4s ease;
  display: block;
}
.ep-course .owl-dots .owl-dot.active span {
  width: 45px;
}
.ep-course .owl-dots .owl-dot.active span,
.ep-course .owl-dots .owl-dot:hover span {
  background: var(--ep-primary-color-3);
}

/* Course Page  */
.ep-course__filter {
  margin-bottom: 30px;
}
.ep-course__result {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ep-course__result-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
}

.ep-course__result-data {
  padding: 18px 65px;
  border: 1px solid var(--ep-border-color);
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ep-secondary-color);
  display: inline-block;
}

.ep-course__search {
  display: flex;
  align-items: center;
  justify-content: right;
}

.ep-course__search-form {
  width: 396px;
}

.ep-course__search-form input {
  width: 396px;
  height: 60px;
  padding: 16px 52px 16px 24px;
  border-radius: 0px 20px 20px 0px;
}
.ep-course__search-form input:focus {
  border: 1px solid var(--ep-primary-color-1);
}
.ep-course__search-form {
  position: relative;
}

.ep-course__search-form button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 37px;
  height: 37px;
  background: var(--ep-primary-color-1);
  border-radius: 100%;
  color: var(--ep-white-color);
  font-size: 16px;
  padding: 0;
  line-height: 41px;
}

.ep-course__search-form {
  height: 60px;
}

.ep-course__search-form button:hover {
  background: var(--ep-primary-color-5);
}

.ep-course__select .nice-select {
  height: 60px;
  border-radius: 5px 0px 0px 5px;
  border-right: 0;
  line-height: 60px;
  width: 186px;
  padding: 0px 40px;
  color: var(--ep-secondary-color);
  font-size: 15px;
  font-weight: 500;
  background: var(--ep-offwhite-color);
  margin: 0;
}

.ep-course__select .nice-select .option {
  padding-left: 40px;
}

.ep-course__select .nice-select::after {
  right: 30px;
}

.ep-course__select .nice-select .list {
  margin-top: 2px;
  border: none;
}

.ep-pagination {
  margin-top: 0px;
  text-align: center;
}
.ep-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.ep-pagination__list li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff1ec;
  border-radius: 100%;
  color: var(--ep-secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.ep-pagination__list li a:hover,
.ep-pagination__list li.active a {
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color);
}

/* Course Details */
.ep-course__details-tab {
  padding-right: 24px;
}
.ep-course__tab-menu .list-group {
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid var(--ep-border-color);
}

.ep-course__tab-menu .list-group-item {
  color: var(--ep-secondary-color);
  background-color: transparent;
  border: none !important;
  padding: 20px 56.9px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.ep-course__tab-menu .list-group-item.active {
  color: var(--ep-white-color);
  background-color: var(--ep-primary-color-1);
}

.ep-course__tab-menu .list-group-item:first-child {
  border-bottom-left-radius: inherit;
  border-top-right-radius: initial;
}

.ep-course__tab-menu .list-group-item:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: initial;
}

.ep-course__tab-details {
  margin-top: 40px;
}

.ep-course__overview-widget {
  margin-bottom: 40px;
}

.ep-course__overview-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 12px;
}
.ep-course__overview-widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ep-course__overview-widget ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ep-course__overview-widget ul li i {
  color: var(--ep-primary-color-1);
  position: relative;
  top: 2px;
}

.ep-course__overview-title {
  margin-bottom: 16px;
}

.ep-course__overview-widget:last-child {
  margin: 0;
}

.ep-course__accordion-item {
  margin-bottom: 20px;
}
.ep-course__accordion-item:last-child {
  margin: 0;
}
.ep-course__accordion-item .accordion-button {
  background: var(--ep-offwhite-color);
  color: var(--ep-title-color);
  padding: 20px 68px 20px 40px;
  border-radius: 10px !important;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.ep-course__accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  background: var(--ep-offwhite-color);
  color: var(--ep-primary-color-1);
  border-radius: 10px 10px 0px 0px !important;
}

.ep-course__accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ep-course__accordion-body {
  padding: 0px 40px 30px 40px;
  border-top: 0 !important;
  border-radius: 0px 0px 10px 10px;
  background: var(--ep-offwhite-color);
  transition: all 0.4s ease;
}

.ep-course__accordion-item .accordion-button::after {
  background-image: none;
  transform: none;
  position: absolute;
  right: 32px;
  content: "\f13f";
  font-family: uicons-solid-straight !important;
  border-radius: 100%;
  text-align: center;
  background: var(--ep-white-color);
  color: var(--ep-primary-color-1);
  transition: all 0.4s ease;
  font-size: 18px;
  top: 19px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ep-course__accordion-item .accordion-button:not(.collapsed)::after {
  background: var(--ep-primary-color-1);
  content: "\f13d";
  color: var(--ep-white-color);
}

.ep-course__accordion-body ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 14px 0;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid var(--ep-border-color);
}

.ep-course__accordion-body ul li .text i {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.ep-course__instructor {
  display: flex;
  gap: 24px;
}

.ep-course__instructor-thumb img {
  width: 254px;
  height: 254px;
  object-fit: cover;
  min-width: 254px;
  border-radius: 12px;
}

.ep-course__instructor-info h6 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 120%;
}

.ep-course__instructor-info span {
  margin: 0;
  color: var(--ep-primary-color-1);
}

.ep-course__instructor-info p {
  margin-top: 16px;
}

.ep-course__instructor-info ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.ep-course__instructor-info ul li a {
  width: 40px;
  height: 40px;
  background: #e6f9f7;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: var(--ep-primary-color-1);
  font-size: 15px;
}

.ep-course__instructor-info ul li a:hover {
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color);
}

.ep-course__rating-box {
  background: var(--ep-offwhite-color);
  border-radius: 12px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}

.ep-course__rating-number {
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
  color: var(--ep-secondary-color);
}

.ep-course__rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  display: block;
}

.ep-course__rating-box .rating i {
  color: #ffa41b;
  font-size: 20px;
}

.ep-course__review-wrapper .single-progress-bar {
  position: relative;
}

.single-progress-bar .rating-text {
  display: inline-block;
  position: relative;
  top: 19px;
}

.single-progress-bar .progress {
  max-width: 83%;
  margin-left: 38px;
  height: 12px;
  background: var(--ep-offwhite-color);
}

.single-progress-bar .progress .progress-bar {
  background-color: #ffa41b;
}

.single-progress-bar .rating-value {
  position: absolute;
  right: 0;
  top: 50%;
}

.single-progress-bar .rating-text i {
  color: #ffa41b;
}

.single-progress-bar .rating-text {
  display: inline-block;
  align-items: center;
  gap: 4px;
}

.ep-course__comment-wrapper {
  margin-top: 40px;
}

.ep-course__comment-title {
  margin-bottom: 24px;
}

.ep-course__comment {
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 24px;
}
.ep-course__comment:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ep-course__comment-thumb {
  min-width: 72px;
  width: 72px;
  max-height: 72px;
  border-radius: 100%;
  margin-right: 24px;
}

.ep-course__comment-thumb img {
  border-radius: 100%;
  width: 100%;
  object-fit: cover;
}

.ep-course__comment-top {
  display: flex;
  align-items: center;
}

.ep-course__comment-top .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  margin-right: 15px;
}

.ep-course__comment-top .rating i {
  color: #ffa41b;
}
.ep-course__comment-top .rating .off-color {
  color: #e7e7eb;
}
.ep-course__comment-top {
  margin-bottom: 8px;
}

.ep-course__comment-content .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: var(--ep-primary-color-1);
}

.ep-course__sidebar {
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px;
  position: sticky;
  top: 14%;
}

.ep-course__sidebar-data {
  margin-top: 30px;
}

.ep-course__sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.ep-course__sidebar-data-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ep-offwhite-color);
  padding: 16px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ep-course__sidebar-data-list li:last-child {
  margin: 0;
}

.ep-course__sidebar .ep-video__bg {
  height: 234px;
  border-radius: 10px;
}

.ep-course__sidebar .ep-video__btn {
  width: 50px;
  height: 50px;
  line-height: 56px;
  background: #ffffffcf;
  font-size: 20px;
  margin-left: -25px;
  margin-top: -25px;
}

.ep-course__sidebar-data-list li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.ep-course__sidebar-data-list li strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--ep-secondary-color);
}

.ep-course__sidebar-data-list li .price {
  color: var(--ep-primary-color-1);
  font-size: 32px;
}

.ep-course__buy-btn {
  margin-top: 30px;
}

.ep-course__buy-btn .ep-btn {
  width: 100%;
  justify-content: center;
  background: var(--ep-primary-color-3);
}

.ep-course__sidebar-social {
  margin-top: 32px;
}

.ep-course__sidebar-social ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ep-course__sidebar-social ul li a {
  width: 40px;
  height: 40px;
  background: var(--ep-offwhite-color);
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
}
.ep-course__sidebar-social ul li a:hover {
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color);
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-course__shapes .shape-1 {
    right: 1%;
  }
  .ep-course__shapes .shape-3 {
    right: 1%;
  }
  .ep-course__shapes .shape-2 {
    left: 2%;
  }
  .ep-course .ep-brand-name {
    right: 2%;
  }
  .ep-course--style2 .ep-course_shape {
    right: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-course__sidebar {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-course__cover-img {
    display: none;
  }
  .owl-carousel.ep-course__slider {
    width: 100%;
    margin: 0;
    position: initial;
    margin-top: 30px;
  }
  .ep-course .ep-brand-name {
    right: 0;
    top: 16%;
  }

  .ep-course__search {
    justify-content: left;
    margin-top: 32px;
  }
  .ep-course__sidebar {
    margin-top: 40px;
  }

  .ep-course__tab-menu .list-group {
    white-space: nowrap;
    width: max-content;
  }
  .ep-course__tab-menu.tab-menu {
    overflow-y: scroll;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-carousel.ep-course__slider {
    position: initial;
    margin-top: 30px;
  }

  .ep-course__body {
    padding: 24px;
  }

  .ep-course__wrapper.mg-top-30 {
    margin: 0;
  }
  .ep-course .ep-brand-name {
    display: none;
  }
  .ep-course__cover-img {
    display: none;
  }
  .owl-carousel.ep-course__slider {
    width: 100%;
    margin-bottom: 0;
  }
  .ep-course__slider-item {
    padding: 24px;
    margin-bottom: 32px;
  }
  .ep-course__slider-item .ep-course__title h3 {
    font-size: 28px;
    line-height: 120%;
    -webkit-line-clamp: 2;
  }
  .ep-course__slider-item .ep-course__price {
    font-size: 28px;
  }
  .ep-course .owl-dots {
    bottom: 0px;
    left: 24px;
  }
  .ep-course__search-form input {
    width: 100%;
  }

  .ep-course__search-form {
    width: 100%;
  }
  .ep-course__select .nice-select {
    width: 100%;
  }
  .ep-course__search {
    margin-top: 24px;
  }
  .ep-course__result-title {
    font-size: 24px;
  }

  .ep-course__result-data {
    padding: 16px 50px;
  }
  .ep-course__select .nice-select {
    padding: 0px 40px 0px 24px;
  }

  .ep-course__select .nice-select::after {
    right: 20px;
  }
  .ep-course__select .nice-select .option {
    padding-left: 24px;
  }
  .ep-pagination {
    margin-top: 40px;
  }
  .ep-course__tab-menu .list-group-item {
    padding: 16px 40px;
    font-size: 18px;
  }
  .ep-course__details-tab {
    padding-right: 0;
  }
  .ep-course__tab-menu .list-group {
    white-space: nowrap;
    width: fit-content;
  }
  .ep-course__overview-widget ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .ep-course__overview-title {
    font-size: 28px;
  }

  .ep-course__tab-details {
    margin-top: 32px;
  }

  .ep-course__sidebar {
    padding: 24px;
    margin-top: 40px;
  }

  .ep-course__accordion-item .accordion-button {
    padding: 20px 68px 20px 24px;
  }

  .ep-course__accordion-item .accordion-button::after {
    right: 20px;
  }

  .ep-course__accordion-body {
    padding: 0px 26px 30px 24px;
  }
  .ep-course__instructor {
    display: block;
  }
  .ep-course__instructor-thumb img {
    width: 100%;
    height: 280px;
    min-width: 100%;
  }
  .ep-course__tab-menu.tab-menu {
    overflow-y: scroll;
    padding-bottom: 16px;
  }

  .ep-course__instructor-info {
    margin-top: 24px;
  }
  .ep-course__comment-top .title {
    margin-right: 0;
  }
  .ep-course__comment-top {
    display: block;
  }
}

/*============================================================================================
	End Course Area
==============================================================================================*/


/*============================================================================================
	Start Brand Area
==============================================================================================*/
.ep-brand__slider.owl-carousel .owl-item,
.ep-brand__logo {
  text-align: center;
}

.ep-brand__logo img {
  width: 200px !important;
  height: 100px !important;
  object-fit: contain;
  display: inline-block !important;
}

/* Brand Style 2 */
.ep-brand__logo--style2 img {
  height: 56px !important;
}

/*============================================================================================
	End Brand Area
==============================================================================================*/


/*============================================================================================
	Start Team Area
==============================================================================================*/

.ep-team__pattern {
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 44%;
}

.ep-team__card {
  border-radius: 10px;
  border-bottom: 5px solid var(--ep-primary-color-2);
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 48px 40px;
  margin-top: 30px;
  transition: all 0.4s ease;
}
.ep-team__card:hover {
  transform: translateY(-5px);
}

.ep-team__img {
  margin: auto;
  display: block;
  text-align: center;
}

.ep-team__img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.ep-team__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.ep-team__card:hover .ep-team__author h5 {
  color: var(--ep-primary-color-2);
}
.ep-team__author h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
}

.ep-team__social-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: var(--ep-primary-color-1);
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  color: var(--ep-white-color);
  font-size: 13px;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.ep-team__social:hover .ep-team__social-btn {
  background: var(--ep-primary-color-3);
}

.ep-team__social ul li {
  margin-bottom: 18px;
}
.ep-team__social ul li:last-child {
  margin: 0;
}

.ep-team__social ul li a {
  font-size: 16px;
  color: var(--ep-title-color);
}
.ep-team__social ul li a:hover {
  color: var(--ep-primary-color-3);
}
.ep-team__social {
  position: relative;
  margin-right: 20px;
}

.ep-team__social ul {
  position: absolute;
  bottom: 0;
  padding: 14px 8px;
  left: -1.5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 5px;
  background: var(--ep-white-color);
}
.ep-team__social:hover ul {
  opacity: 1;
  visibility: visible;
  bottom: 44px;
}

/* Team Style 2 */
.ep-team__pattern-style2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ep-team__pattern-style2 .pattern-1,
.ep-team__pattern-style2 .pattern-2,
.ep-team__pattern-style2 .pattern-3 {
  position: absolute;
}
.ep-team__pattern-style2 .pattern-1 {
  left: 10%;
  top: 12%;
}
.ep-team__pattern-style2 .pattern-2 {
  right: 10%;
  top: 12%;
}

.ep-team__pattern-style2 .pattern-3 {
  bottom: 22%;
  left: 8%;
}

.ep-team__card--style2 {
  padding: 0;
  position: relative;
  border: none;
  background: #e6f9f7;
  width: 100%;
  height: 472px;
  overflow: hidden;
  box-shadow: none;
}

.ep-team__card--style2 .ep-team__content {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: var(--ep-white-color);
  border-radius: 20px;
  width: 370px;
  transform: translate(-50%, 0);
  padding: 30px 20px;
}
.ep-team__card--style2 .ep-team__img img {
  height: 472px;
}
.ep-team__card--style2 .ep-team__author h5 {
  margin-bottom: 6px;
}
.ep-team__card--style2:hover .ep-team__author h5 {
  color: var(--ep-primary-color-1);
}
.ep-team__card--style2 .ep-team__social ul {
  background: var(--ep-primary-color-1);
}

.ep-team__card--style2 .ep-team__social ul li a {
  color: var(--ep-white-color);
}
.ep-team__card--style2 .ep-team__social ul li a:hover {
  color: var(--ep-secondary-color);
}
.ep-team__card--style2 .ep-team__social-btn {
  background: var(--ep-primary-color-7);
}

.ep-team__card--style2 .ep-team__social:hover .ep-team__social-btn {
  background: var(--ep-secondary-color);
}

/* Team Style 3 */
.ep-team__author {
  text-align: center;
  width: 100%;
}
.ep-team__content {
  margin-top: 20px;
  background: var(--ep-offwhite-color);
  padding: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.ep-team__social {
  position: absolute;
  margin-right: 0;
  right: 20px;
  bottom: 20px;
}
.ep-team__author h5 {
  margin-bottom: 6px;
}

/* Team Details */

.ep-team__details-inner {
  display: flex;
  align-items: center;
}

.ep-team__details-thumb img {
  width: 488px;
  height: 558px;
  max-width: 488px;
  border-radius: 20px;
  object-fit: cover;
}

.ep-team__details-info {
  border-radius: 0px 20px 20px 0px;
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 60px;
}

.ep-team__details-author h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ep-team__details-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ep-team__details-rattings {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-team__details-rattings ul li {
  display: inline-block;
  background: ;
  color: #ffa41b;
  font-size: 17px;
}

.ep-team__details-desc {
  margin-top: 30px;
}

.ep-team__details-desc h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.ep-team__details-social {
  margin-top: 30px;
}

.ep-team__details-social-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.ep-team__details-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ep-team__details-contact i {
  width: 40px;
  height: 40px;
  line-height: 44px;
  border: 1px solid var(--ep-primary-color-1);
  border-radius: 100%;
  text-align: center;
  color: var(--ep-white-color);
  background: var(--ep-primary-color-1);
}

.ep-team__details-contact {
  gap: 12px;
}

.ep-team__details-social-list li {
  display: inline-block;
  margin-right: 10px;
}
.ep-team__details-social-list li:last-child {
  margin: 0;
}
.ep-team__details-social-list li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid var(--ep-border-color);
  text-align: center;
  color: var(--ep-secondary-color);
}

.ep-team__details-social-list {
  margin-top: 24px;
}

.ep-team__details-social-list li a:hover {
  border: 1px solid transparent;
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color);
}

.ep-team__details-social-list li:last-child {
  margin: 0;
}

/* Slider Controls */
.owl-carousel.ep-team__related-slider .owl-stage-outer {
  overflow: visible !important;
}
.owl-carousel.ep-team__related-slider .owl-item {
  opacity: 0;
  transition: opacity 1000ms;
}
.owl-carousel.ep-team__related-slider .owl-item.active {
  opacity: 1;
}
.owl-carousel.ep-team__related-slider .owl-nav button {
  width: 65px;
  height: 65px;
  line-height: 75px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  color: var(--ep-primary-color-1) !important;
  border: 1px solid var(--ep-primary-color-1) !important;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.owl-carousel.ep-team__related-slider .owl-nav button:hover {
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color) !important;
  border: 1px solid transparent !important;
}
.owl-carousel.ep-team__related-slider .owl-nav button i {
  font-size: 36px;
}
.owl-carousel.ep-team__related-slider .owl-prev {
  left: -95px;
}
.owl-carousel.ep-team__related-slider .owl-next {
  right: -95px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-team__pattern {
    left: 0;
  }
  .ep-team__pattern-style2 .pattern-1,
  .ep-team__pattern-style2 .pattern-3 {
    left: 2%;
  }

  .ep-team__pattern-style2 .pattern-2 {
    right: 2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .owl-carousel.ep-team__related-slider .owl-next {
    right: -30px;
  }
  .owl-carousel.ep-team__related-slider .owl-prev {
    left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-team__card--style2 .ep-team__content {
    width: 90%;
  }
  .ep-team__card--style2 .ep-team__img img,
  .ep-team__card--style2 {
    height: 420px;
  }
  .ep-team__details-inner {
    display: block;
  }
  .ep-team__details-info {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel.ep-team__related-slider .owl-prev {
    left: 0;
  }
  .owl-carousel.ep-team__related-slider .owl-next {
    right: 0;
  }
  .owl-carousel.ep-team__related-slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 44px;
  }
  .owl-carousel.ep-team__related-slider .owl-nav button i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-team__card {
    padding: 24px;
  }
  .ep-team__author h5 {
    margin-bottom: 8px;
  }
  .ep-team__content {
    margin-top: 32px;
  }
  .ep-team__img img {
    height: 280px;
  }
  .ep-team__pattern {
    left: 0;
    top: 12%;
  }
  .ep-team__card--style2 .ep-team__content {
    width: 90%;
  }
  .ep-team__card--style2 {
    height: 380px;
  }
  .ep-team__card--style2 .ep-team__img img {
    height: 380px;
  }
  .ep-team.section-gap.position-relative.pd-top-90 {
    padding-top: 60px !important;
  }
  .ep-team__details-thumb img {
    width: 100%;
    height: 280px;
  }
  .ep-team__details-inner {
    display: block;
  }
  .ep-team__details-info {
    padding: 24px;
    margin-top: 40px;
  }
  .ep-team__details-author h3 {
    font-size: 28px;
    line-height: 120%;
  }
}

/*============================================================================================
	End Team Area
==============================================================================================*/


/*============================================================================================
	Start Funfact Area
==============================================================================================*/

.ep-funfact__card {
  text-align: center;
}

.ep-funfact__icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: inline-block;
}

.ep-funfact__icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.ep-funfact__info {
  margin-top: 30px;
}

.ep-funfact__info h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* Funfact Style 2 */
.ep-funfact-shape {
  position: absolute;
  right: 16%;
  z-index: -1;
  top: -32%;
}
.ep-funfact__card--style2 {
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
  border-radius: 20px;
  transition: all 0.4s ease;
  background: var(--ep-white-color);
}
.ep-funfact__card--style2:hover {
  transform: translateY(-5px);
}
.ep-funfact__card--style2 .ep-funfact__icon {
  border-radius: 20px;
}
.ep-funfact__card--style2 .ep-funfact__info {
  text-align: left;
}
.ep-funfact__card--style2 .ep-funfact__icon img {
  width: 60px;
  height: 60px;
}
.ep-funfact__card--style2 .ep-funfact__info h4 {
  margin-bottom: 5px;
  color: var(--ep-paragraph-color);
}

.ep-funfact__card--style2 .ep-funfact__info p {
  white-space: nowrap;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-funfact-shape {
    right: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-funfact__card--style2 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-funfact.section-gap {
    padding: 40px 0px 80px;
  }
  .ep-funfact__card {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-funfact.section-gap {
    padding: 40px 0px 80px;
  }
  .ep-funfact__card {
    margin-top: 40px;
  }
  .ep-funfact__info {
    margin-top: 24px;
  }
  .ep-funfact__info h4 {
    font-size: 32px;
    line-height: 120%;
  }
  .ep-funfact__icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .ep-funfact__card--style2 .ep-funfact__icon img {
    width: 48px;
    height: 48px;
  }
}

/*============================================================================================
	End Funfact Area
==============================================================================================*/


/*============================================================================================
	Start Faq Area
==============================================================================================*/
.ep-faq__inner {
  border-radius: 20px;
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 120px 60px;
  z-index: 2;
}
.ep-faq__pattern-1 {
  position: absolute;
  right: 30px;
  top: 35px;
  z-index: 1;
}
.ep-faq__pattern-2 {
  position: absolute;
  bottom: 0;
  left: 7%;
  z-index: -1;
}
.ep-faq__img {
  padding-right: 60px;
}
.ep-faq__img img {
  width: 100%;
  height: 554px;
  object-fit: contain;
}
.ep-faq__accordion-item {
  margin-bottom: 20px;
}
.ep-faq__accordion-item:last-child {
  margin: 0;
}
.ep-faq__accordion-item .accordion-button {
  background: var(--ep-white-color);
  color: var(--ep-title-color);
  padding: 20px 54px 20px 20px;
  border-radius: 20px !important;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}
.ep-faq__accordion-item .accordion-button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: var(--ep-offwhite-color);
  border-radius: 100%;
  text-align: center;
  color: var(--ep-title-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-right: 18px;
  transition: all 0.4s ease;
}
.ep-faq__accordion-item .accordion-button:not(.collapsed) span {
  width: 42px;
  height: 38px;
  line-height: 38px;
  color: var(--ep-white-color);
  background: var(--ep-primary-color-5);
}
.ep-faq__accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  background: var(--ep-offwhite-color);
  color: var(--ep-primary-color-5);
  border-radius: 20px 20px 0px 0px !important;
  padding-bottom: 0;
}

.ep-faq__accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ep-faq__accordion-body {
  padding: 0px 54px 30px 80px;
  border-top: 0 !important;
  border-radius: 0px 0px 20px 20px;
  background: var(--ep-offwhite-color);
  transition: all 0.4s ease;
}

.ep-faq__accordion-item .accordion-button::after {
  background-image: none;
  transform: none;
  position: absolute;
  right: 20px;
  content: "\f13f";
  font-family: uicons-solid-straight !important;
  border-radius: 100%;
  text-align: center;
  background: var(--ep-offwhite-color);
  color: var(--ep-secondary-color);
  transition: all 0.4s ease;
  font-size: 18px;
  top: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ep-faq__accordion-item .accordion-button:not(.collapsed)::after {
  background: var(--ep-white-color);
  color: var(--ep-primary-color-5);
  content: "\f13d";
}

/* Faq Style 2 */
.ep-faq__pattern-3 {
  position: absolute;
  right: 11%;
  top: 3%;
  z-index: -1;
}
.ep-section-head__big-title.fs-28 {
  font-size: 28px;
  line-height: 150%;
}
.ep-faq__accordion-item--style2 .accordion-button:not(.collapsed) span {
  background: var(--ep-primary-color-7);
}

.ep-faq__accordion-item--style2 .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--ep-primary-color-7);
}

.ep-faq__accordion-item--style2 .accordion-button:not(.collapsed)::after {
  background: var(--ep-primary-color-7);
  color: var(--ep-white-color);
}

.ep-faq__accordion-item--style2 .accordion-button {
  box-shadow: none;
  border: 1px solid var(--ep-border-color) !important;
}

.ep-faq__accordion-item--style2 .accordion-button::after {
  font-family: uicons-regular-rounded !important;
  content: "\f8d7";
  color: var(--ep-secondary-color);
}
.ep-faq__accordion-item--style2 .accordion-button:not(.collapsed)::after {
  content: "\f7e1";
}

.ep-faq__accordion-item--style2 .ep-faq__accordion-body {
  background: transparent;
  border: 1px solid var(--ep-border-color);
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-faq__pattern-2 {
    left: 0;
  }
  .ep-faq__pattern-3 {
    right: 2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-faq__content {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-faq__content {
    margin-top: 40px;
  }
  .ep-faq.ep-faq--style2 .ep-faq__img {
    padding-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-section-bg.bg-img-1::before {
    height: 1136px;
  }
  .ep-faq__img {
    padding-right: 0;
  }
  .ep-faq__inner {
    padding: 24px;
  }

  .ep-faq__img img {
    height: 280px;
  }
  .ep-faq__pattern-1 {
    right: 0;
    top: 0;
  }
  .ep-faq__accordion-body {
    padding: 12px 16px 12px 16px;
  }

  .ep-faq__accordion-item .accordion-button {
    font-size: 16px;
    line-height: 120%;
    padding: 20px 54px 20px 54px;
    position: relative;
  }
  .ep-faq__accordion-item .accordion-button span {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    margin-right: 12px;
    position: absolute;
    left: 12px;
    top: 13px;
  }

  .ep-faq__accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }

  .ep-faq__accordion-item .accordion-button::after {
    top: 16px;
  }

  .ep-faq__accordion-item .accordion-button:not(.collapsed) span {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .ep-faq.ep-faq--style2 .ep-faq__img {
    margin-top: 30px;
  }
  .ep-faq__content {
    margin-top: 40px;
  }
  .ep-faq__accordion-item .accordion-button {
    -webkit-line-clamp: 3;
  }
}

/*============================================================================================
	End Faq Area
==============================================================================================*/


/*============================================================================================
	Start Testimonial Area
==============================================================================================*/
.ep-testimonial {
  overflow: hidden;
}
.ep-testimonial__item {
  border-radius: 20px;
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  z-index: 2;
  overflow: hidden;
}
.ep-testimonial__item::before {
  position: absolute;
  content: "\f90f";
  font-family: uicons-solid-straight !important;
  font-size: 40px;
  z-index: -1;
  right: 40px;
  top: 30px;
  color: var(--ep-primary-color-4);
  opacity: 0.3;
}
.ep-testimonial__rattings ul li {
  display: inline-block;
  margin-right: 4px;
  font-size: 20px;
  color: var(--ep-primary-color-4);
}
.ep-testimonial__rattings ul li:last-child {
  margin: 0;
}
.ep-testimonial__rattings ul li .off-color {
  color: #e7e7eb;
}
.ep-testimonial__desc {
  margin-top: 30px;
}

.ep-testimonial__desc {
  margin-top: 30px;
}

.ep-testimonial__author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.ep-testimonial__author-img img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
  object-fit: cover;
}

.ep-testimonial__author-info h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 6px;
}
.ep-testimonial__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.ep-testimonial__shape img {
  width: 90px !important;
  height: 80px !important;
  object-fit: contain;
}

/* Slider Controls */
.owl-carousel.ep-testimonial__slider .owl-stage-outer {
  overflow: visible !important;
}
.owl-carousel.ep-testimonial__slider .owl-item {
  opacity: 0;
  transition: opacity 1000ms;
}
.owl-carousel.ep-testimonial__slider .owl-item.active {
  opacity: 1;
}
.owl-carousel.ep-testimonial__slider .owl-nav button {
  width: 65px;
  height: 65px;
  line-height: 75px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  color: var(--ep-primary-color-4) !important;
  border: 1px solid var(--ep-primary-color-4) !important;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.owl-carousel.ep-testimonial__slider .owl-nav button:hover {
  background: var(--ep-primary-color-4);
  color: var(--ep-white-color) !important;
  border: 1px solid transparent !important;
}
.owl-carousel.ep-testimonial__slider .owl-nav button i {
  font-size: 36px;
}
.owl-carousel.ep-testimonial__slider .owl-prev {
  left: -95px;
}
.owl-carousel.ep-testimonial__slider .owl-next {
  right: -95px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .owl-carousel.ep-testimonial__slider .owl-next {
    right: -44px;
  }

  .owl-carousel.ep-testimonial__slider .owl-prev {
    left: -44px;
  }
}

@media only screen and (max-width: 991px) {
  .owl-carousel.ep-testimonial__slider .owl-prev {
    left: -12px;
  }
  .owl-carousel.ep-testimonial__slider .owl-next {
    right: -12px;
  }
  .owl-carousel.ep-testimonial__slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 44px;
  }
  .owl-carousel.ep-testimonial__slider .owl-nav button i {
    font-size: 24px;
  }
}
/*============================================================================================
	End Testimonial Area
==============================================================================================*/


/*============================================================================================
	Start Video Area
==============================================================================================*/
.ep-video__bg {
  width: 100%;
  height: 532px;
  border-radius: 20px;
}
.ep-video__btn {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  text-align: center;
  line-height: 120px;
  background: var(--ep-white-color);
  color: var(--ep-primary-color-2) !important;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -55px;
}
.ep-video__btn:hover {
  background: var(--ep-primary-color-2);
  color: var(--ep-white-color) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-video__bg {
    height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-video__bg {
    height: 280px;
  }
  .ep-video__btn {
    width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 24px;
    margin-left: -40px;
    margin-top: -40px;
  }
}

/*============================================================================================
	End Video Area
==============================================================================================*/


/*============================================================================================
	Start Blog Area
==============================================================================================*/
.ep-blog__shape-1 {
  position: absolute;
  left: 6%;
  top: 25%;
  z-index: -1;
}

.ep-blog__shape-2 {
  position: absolute;
  right: 6%;
  bottom: 23%;
  z-index: -1;
}
.ep-blog__card {
  border-radius: 10px;
  background: var(--ep-offwhite-color);
  margin-top: 30px;
}

.ep-blog__img {
  display: block;
  text-align: center;
  padding: 20px 20px 0px 20px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.ep-blog__img img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.ep-blog__card:hover .ep-blog__img img {
  transform: scale(1.18);
}
.ep-blog__info {
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 40px 46px 40px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
.ep-blog__date {
  position: absolute;
  right: 40px;
  top: -32.5px;
  background: var(--ep-primary-color-2);
  color: var(--ep-white-color);
  border-radius: 20px;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 4px;
}

.ep-blog__location {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-blog__location span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.ep-blog__location i {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.ep-blog__content {
  margin-top: 20px;
}

.ep-blog__title h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--ep-title-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}
.ep-blog__card:hover .ep-blog__title h5 {
  color: var(--ep-primary-color-2);
}
.ep-blog__btn {
  margin-top: 40px;
}
.ep-blog__btn a {
  color: var(--ep-primary-color-2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.ep-blog__btn a:hover {
  color: var(--ep-primary-color-5);
}
.ep-blog__btn a i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

/* Blog Style 2 */
.ep-blog__card--style2 {
  position: relative;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
}
.ep-blog__card--style2 .ep-blog__img {
  padding: 0;
  border-radius: 20px;
}
.ep-blog__card--style2 .ep-blog__img img {
  border-radius: 20px;
  height: 280px;
}

.ep-blog__card--style2 .ep-blog__content {
  padding: 0 15px;
}

.ep-blog__card--style2 .ep-blog__info {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  position: initial;
  text-align: center;
}
.ep-blog__card--style2:hover .ep-blog__title h5 {
  color: var(--ep-primary-color-1);
}
.ep-blog__card--style2 .ep-blog__date {
  right: 0;
  top: 0;
  border-radius: 0px 20px 0px 5px;
  width: auto;
  height: auto;
  padding: 4px 22px;
  background: var(--ep-primary-color-1);
}
.ep-blog__meta ul li,
.ep-blog__meta ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ep-paragraph-color);
  line-height: 28px;
  margin-right: 32px;
}
.ep-blog__meta ul li a:hover {
  color: var(--ep-primary-color-1);
}
.ep-blog__meta ul li:last-child,
.ep-blog__meta ul li a:last-child {
  margin: 0;
}
.ep-blog__meta ul li i {
  color: var(--ep-primary-color-1);
  position: relative;
  top: 1.5px;
}
.ep-blog__meta {
  margin-bottom: 20px;
}
.ep-blog__card--style2 .ep-blog__btn {
  margin-top: 30px;
}

.ep-blog__card--style2 .ep-blog__btn a i {
  color: #fff;
  font-size: 24px;
  top: 2px;
}

.ep-blog__card--style2 .ep-blog__btn a {
  color: var(--ep-secondary-color);
}
.ep-blog__card--style2 .ep-blog__btn a:hover {
  color: var(--ep-primary-color-1);
}

/* Blog Page */

.ep-blog__list .ep-blog__card--style2 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__img img {
  border-radius: 20px 20px 0px 0px;
  height: 396px;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__img {
  border-radius: 20px 20px 0px 0px;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__content {
  padding: 0;
  margin: 0;
}

.ep-blog__list .ep-blog__card--style2 {
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.ep-blog__list .ep-blog__title h5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__btn {
  margin-top: 40px;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__btn a {
  padding: 16px 30px;
  border-radius: 30px;
  border: 1px solid var(--ep-primary-color-1);
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__date {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  top: -24px;
}
.ep-blog__list .ep-blog__card--style2 .ep-blog__info {
  padding: 0px 40px 40px 40px;
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__btn a:hover {
  color: var(--ep-white-color);
  background: var(--ep-primary-color-1);
}

.ep-blog__list .ep-blog__card--style2 .ep-blog__btn a i {
  color: var(--ep-secondary-color);
  transition: all 0.4s ease;
}
.ep-blog__list .ep-blog__card--style2 .ep-blog__btn a:hover i {
  color: var(--ep-white-color);
}

/* Blog SideBar */
.ep-blog__sidebar {
  position: sticky;
  top: 14%;
}
.ep-blog__sidebar-widget {
  margin: 0 20px 40px 20px;
  background: var(--ep-offwhite-color);
  border-radius: 20px;
  padding: 40px;
}
.ep-blog__sidebar-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.ep-blog__sidebar-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--ep-primary-color-1);
  border-radius: 100%;
  right: 0;
  top: 50%;
}

.ep-blog__sidebar-title {
  padding-right: 14px;
  margin-bottom: 24px;
}

.ep-blog__sidebar-search {
  width: 100%;
  height: 58px;
  position: relative;
}

.ep-blog__sidebar-search input {
  width: 100%;
  height: 58px;
  background: var(--ep-white-color);
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 16px 42px 16px 20px;
}

.ep-blog__sidebar-search input:focus {
  border: 1px solid var(--ep-primary-color-2);
}

.ep-blog__sidebar-search button {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--ep-primary-color-2);
  font-size: 16px;
  padding: 0;
}

.ep-blog__sidebar-search button:hover i {
  color: var(--ep-primary-color-5);
}

.ep-blog__sidebar-search button {
  transition: all 0.4s ease;
}

.ep-blog__sidebar-search button i {
  transition: all 0.4s ease;
}

.ep-blog__about-img img {
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--ep-border-color);
}

.ep-blog__about-info {
  margin-top: 20px;
}

.ep-blog__about-info h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}

.ep-blog__about-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.ep-blog__about-social ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid var(--ep-border-color);
  border-radius: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
.ep-blog__about-social ul li a:hover {
  background: var(--ep-primary-color-2);
  color: var(--ep-white-color);
  border: 1px solid transparent;
}
.ep-blog__about-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.ep-blog__sidebar-about {
  text-align: center;
}

.ep-blog__about-social {
  margin-top: 30px;
}

.ep-blog__sidebar-category ul li {
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease;
}
.ep-blog__sidebar-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ep-blog__sidebar-category ul li:last-child {
  margin: 0;
}

.ep-blog__sidebar-category ul li::before {
  position: absolute;
  font-family: uicons-regular-rounded !important;
  content: "\f180";
  color: var(--ep-primary-color-1);
  left: 0;
  top: 0;
  transform: rotate(36deg);
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.ep-blog__sidebar-category ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
.ep-blog__sidebar-category ul li:hover {
  padding-left: 20px;
}

.ep-blog__latest-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.ep-blog__latest-img img {
  width: 130px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  max-width: 130px;
}

.ep-blog__latest-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ep-blog__latest-info span i {
  color: var(--ep-primary-color-7);
  position: relative;
  top: 2px;
}

.ep-blog__latest-info span {
  margin-bottom: 8px;
}

.ep-blog__latest-info a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  color: var(--ep-secondary-color);
}
.ep-blog__latest-info a:hover {
  color: var(--ep-primary-color-2);
}
.ep-blog__latest-item:last-child {
  margin: 0;
}

.ep-blog__archive {
  text-align: center;
  margin-top: 20px;
}

.ep-blog__archive h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.ep-blog__archive h6 span {
  color: var(--ep-primary-color-2);
}

.ep-blog__archive .ep-btn {
  margin-top: 30px;
}

.ep-blog__tags ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ep-blog__tags ul li a {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: var(--ep-white-color);
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

.ep-blog__tags ul li a:hover {
  background: var(--ep-primary-color-2);
  color: var(--ep-white-color);
}
.ep-blog-page .ep-pagination__list {
  justify-content: centr;
}

/* Blog Details */

.ep-blog__details-category {
  color: var(--ep-primary-color-1);
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.95px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ep-blog__details-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.ep-blog__details-cover {
  position: relative;
  margin-bottom: 50px;
}

.ep-blog__details-cover-img img {
  width: 100%;
  height: 546px;
  object-fit: cover;
  border-radius: 20px;
}

.ep-blog__details-date {
  position: absolute;
  top: 0;
  right: 12px;
  border-radius: 0px 5px;
  background: var(--ep-primary-color-1);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--ep-white-color);
}

.ep-blog__details-meta {
  display: inline-flex;
  gap: 12px;
  background: var(--ep-primary-color-3);
  padding: 12px 20px;
  border-radius: 0px 5px 5px 0px;
}
.ep-blog__details-meta li {
  color: var(--ep-white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-blog__details-meta li i {
  position: ;
  position: relative;
  top: 2px;
}

.ep-blog__details-meta {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.ep-blog__details-top {
  margin-bottom: 40px;
}

.ep-blog__details-widget-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}

.ep-blog__details-widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ep-blog__details-widget ul li {
  position: relative;
  padding-left: 16px;
}

.ep-blog__details-widget ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--ep-primary-color-2);
  border-radius: 100%;
  left: 0;
  top: 50%;
}

.ep-blog__quote {
  margin: 40px 0px;
  background: var(--ep-offwhite-color);
  border-radius: 10px;
  padding: 40px;
}

.ep-blog__quote i {
  color: var(--ep-primary-color-1);
  font-size: 56px;
}

.ep-blog__quote p {
  margin-top: 8px;
}

.ep-blog__quote span {
  color: var(--ep-primary-color-1);
  margin-top: 16px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.ep-blog__details-widget-img img {
  width: 100%;
  height: 426px;
  object-fit: cover;
  border-radius: 20px;
}

.ep-blog__details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 60px 0px;
  border: 1px solid var(--ep-border-color);
  border-radius: 20px;
  padding: 30px 40px;
}

.ep-blog__navigation-tag {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ep-blog__navigation-tag li a:hover {
  color: var(--ep-primary-color-5);
}

.ep-blog__details-navigation span {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--ep-secondary-color);
}

.ep-blog__navigation-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ep-blog__navigation-social li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.ep-blog__comment-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 30px;
}

.ep-blog__comment-item {
  display: flex;
  gap: 28px;
  margin-bottom: 40px;
}

.ep-blog__comment-img img {
  width: 95px;
  height: 95px;
  max-width: 95px;
  border-radius: 100%;
}

.ep-blog__comment-info-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.ep-blog__comment-name {
  margin: 0;
}

.ep-blog__comment-reply {
  margin-top: 24px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ep-secondary-color);
}

.ep-blog__comment-item:last-child {
  margin: 0;
}

.ep-blog__details-form {
  margin-top: 60px;
}

.ep-blog__details-form-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}

.ep-blog__details-form form {
  margin-top: 50px;
}
.ep-blog__details-form form .form-group {
  margin-bottom: 24px;
}
.ep-blog__details-form form .form-group input,
.ep-blog__details-form form .form-group textarea {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 1px solid var(--ep-border-color);
  border-radius: 0;
  padding: 16px 0px;
}

.ep-blog__details-form form .form-group textarea {
  height: 120px;
}
.ep-blog__details-form form .form-group input:focus,
.ep-blog__details-form form .form-group textarea:focus {
  border-bottom: 1px solid var(--ep-primary-color-5);
}

.ep-blog__details-form form .form-check-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.ep-blog__details-form form .form-check {
  padding-left: 1.8em;
  margin-bottom: 0;
  cursor: pointer;
}

.ep-blog__details-form form .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.3em;
  background-color: var(--ep-offwhite-color);
  border: 1px solid var(--ep-border-color);
  border-radius: 100% !important;
  cursor: pointer;
}

.ep-blog__details-form form .form-check .form-check-input {
  margin-left: -1.8em;
}

.ep-blog__details-form form .form-check-input:checked {
  background-color: var(--ep-primary-color-5);
  border-color: transparent;
}

.ep-blog__details-form form .form-check-input:focus {
  border-color: var(--ep-primary-color-5);
  box-shadow: none;
}

.ep-blog__details-form form .ep-btn {
  margin-top: 32px;
  padding: 23px 64px;
  background: var(--ep-primary-color-5);
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-blog__shape-1 {
    left: 5%;
  }

  .ep-blog__shape-2 {
    right: 4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-blog__sidebar {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-blog__sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-blog__btn {
    margin-top: 24px;
  }
  .ep-blog__info {
    padding: 20px 24px 24px 24px;
  }
  .ep-blog__shape-2 {
    right: 0;
    bottom: 0;
  }
  .ep-blog__card--style2 .ep-blog__btn {
    margin-top: 24px;
  }
  .ep-blog.section-gap.position-relative.pd-top-90 {
    padding-top: 50px !important;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__img img {
    border-radius: 20px;
    height: 280px;
  }
  .ep-blog__list .ep-blog__title h5 {
    font-size: 22px;
    line-height: 140%;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__info {
    padding: 0px 24px 24px 24px;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__btn {
    margin-top: 32px;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__btn a {
    padding: 12px 24px;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__date {
    padding: 8px 20px;
  }
  .ep-blog__list .ep-blog__card--style2 {
    margin-bottom: 40px;
  }
  .ep-blog__list .ep-blog__card--style2 .ep-blog__img {
    border-radius: 20px;
  }
  .ep-blog__sidebar {
    margin-top: 40px;
  }
  .ep-blog__sidebar-widget {
    padding: 24px;
  }
  .ep-blog__latest-img img {
    width: 80px;
    height: 80px;
  }
  .ep-blog__latest-info a {
    font-size: 16px;
  }
  .ep-blog__tags ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .ep-blog__comment-item {
    display: block;
  }
  .ep-blog__details-title {
    font-size: 28px;
    line-height: 140%;
  }

  .ep-blog__details-cover-img img {
    height: 280px;
  }

  .ep-blog__details-widget-title {
    font-size: 24px;
    line-height: 140%;
  }

  .ep-blog__details-widget ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .ep-blog__quote {
    padding: 24px;
  }

  .ep-blog__details-widget-img img {
    height: 280px;
  }

  .ep-blog__navigation-tag {
    margin: 12px 0px;
  }
  .ep-blog__details-navigation {
    display: block;
    padding: 24px;
    margin: 32px 0px;
  }
  .ep-blog__comment-title {
    font-size: 28px;
  }

  .ep-blog__details-form-title {
    font-size: 28px;
  }

  .ep-blog__comment-info {
    margin-top: 24px;
  }
}

/*============================================================================================
	End Blog Area
==============================================================================================*/


/*============================================================================================
	Start Group Study Area
==============================================================================================*/
.ep-group-study {
  margin-top: 214px;
}
.ep-group-study__inner::before {
  position: absolute;
  content: "";
  width: 1472px;
  height: 560px;
  background: var(--ep-offwhite-color);
  left: 50%;
  bottom: -120px;
  transform: translate(-50%, -0);
  z-index: -1;
  border-radius: 20px;
}
.ep-group-study__shape {
  position: absolute;
  left: 30%;
  z-index: -1;
  bottom: -16%;
}
.ep-group-study .ep-brand-name {
  position: absolute;
  left: -100px;
  top: -180px;
  z-index: -11;
}

.ep-group-study .ep-btn.border-btn {
  border: 1px solid var(--ep-primary-color-1);
  color: var(--ep-primary-color-1) !important;
}
.ep-group-study .ep-btn.border-btn:hover {
  border: 1px solid transparent;
  background: var(--ep-primary-color-1) !important;
  color: var(--ep-white-color) !important;
}

.ep-group-study__video {
  width: 550px;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  background: var(--ep-white-color);
  border: 8px solid var(--ep-white-color);
}
.ep-group-study__video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(--ep-secondary-color);
  opacity: 0.2;
  top: 0;
  left: 0;
}

.ep-group-study__video .ep-video__btn {
  width: 88px;
  height: 88px;
  line-height: 96px;
  background: var(--ep-primary-color-7);
  color: var(--ep-white-color) !important;
  font-size: 28px;
  margin-top: -44px;
  margin-left: -44px;
}
.ep-group-study__video .ep-video__btn:hover {
  background: var(--ep-primary-color-1);
  color: var(--ep-white-color) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-group-study__video {
    width: 100%;
    height: 420px;
    margin-top: -92px;
  }
  .ep-group-study .ep-brand-name {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-group-study__video {
    width: 100%;
    height: 480px;
    margin-top: 40px;
  }

  .ep-group-study .ep-brand-name {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ep-group-study.mg-btm-120 {
    margin: 0;
  }
  .ep-group-study__video {
    width: 100%;
    height: 320px;
    margin-top: 40px;
  }
  .ep-group-study__inner::before {
    width: 100%;
    display: none;
  }
  .ep-group-study {
    margin-top: 0;
  }
  .ep-group-study .ep-brand-name {
    display: none;
  }
  .ep-section__content.ep-section__content--style2 .ep-section__content {
    margin-top: 30px;
  }
  .ep-section__content.ep-section__content--style2 {
    margin-top: 30px;
  }
}

/*============================================================================================
	End Group Study Area
==============================================================================================*/


/*============================================================================================
	Start Service Area
==============================================================================================*/

.ep-service__card {
  margin-top: 30px;
  border: 1px solid var(--ep-border-color);
  padding: 40px;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  min-height: 385px;
}
.ep-service__card:hover {
  border: 1px solid transparent;
}
.ep-service__card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
  border-radius: 20px;
  z-index: -1;
}
.ep-service__card:hover::before {
  height: 100%;
}
.ep-service__card.service-1:hover::before {
  background: #4e0100;
}
.ep-service__card.service-2:hover::before {
  background: #4e0100;
}
.ep-service__card.service-3:hover::before {
  background: #4e0100;
}
.ep-service__card.service-4:hover::before {
  background: #4e0100;
}
.ep-service__card.service-5:hover::before {
  background: #4e0100;
}
.ep-service__card.service-6:hover::before {
  background: #4e0100;
}

.ep-service__icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  transition: all 0.4s ease;
}
.ep-service__card:hover .ep-service__icon img {
  filter: brightness(0) invert(1);
}
.ep-service__info {
  margin-top: 20px;
}

.ep-service__info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.ep-service__card:hover .ep-service__info h3,
.ep-service__card:hover .ep-service__info p,
.ep-service__card:hover .ep-service__btn a {
  color: var(--ep-white-color);
}

.ep-service__btn {
  margin-top: 32px;
}

.ep-service__btn a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ep-secondary-color);
}
.ep-service__btn a:hover {
  gap: 6px;
}
.ep-service__btn a i {
  position: relative;
  top: 3px;
  font-size: 18px;
}

/*============================================================================================
	End Service Area
==============================================================================================*/


/*============================================================================================
	Start Pricing Area
==============================================================================================*/
.ep-pricing__shape {
  position: absolute;
  right: 8%;
  top: -8%;
}
.ep-pricing__card {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  position: relative;
  z-index: 2;
}
.ep-pricing__card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: -1;
}
.ep-pricing__card:hover::before {
  height: 100%;
}

.ep-pricing__card.pricing-1:hover::before {
  background: var(--ep-primary-color-5);
}
.ep-pricing__card.pricing-2:hover::before {
  background: var(--ep-primary-color-2);
}
.ep-pricing__card.pricing-3:hover::before {
  background: var(--ep-primary-color-1);
}
.ep-pricing__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  border-radius: 0px 20px;
  transition: all 0.4s ease;
}
.ep-pricing__card:hover .ep-pricing__icon {
  background: rgba(255, 255, 255, 0.1) !important;
}
.ep-pricing__icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.ep-pricing__card:hover .ep-pricing__icon img {
  filter: brightness(0) invert(1);
}
.ep-pricing__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 14px;
}

.ep-pricing__price {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.4s ease;
}

.ep-pricing__amount {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  transition: all 0.4s ease;
}

.ep-pricing__features {
  margin-top: 32px;
}

.ep-pricing__features li {
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.ep-pricing__features li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ep-pricing__features li:last-child {
  margin: 0;
}

.ep-pricing__features li {
  line-height: 28px;
}

.ep-pricing__features li i {
  position: relative;
  top: 2px;
}
.ep-pricing__card:hover .ep-pricing__title,
.ep-pricing__card:hover .ep-pricing__price,
.ep-pricing__card:hover .ep-pricing__amount,
.ep-pricing__card:hover .ep-pricing__features li {
  color: var(--ep-white-color) !important;
}
.ep-pricing__btn .ep-btn.border-btn {
  display: block;
  text-align: center;
  border: 2px solid var(--ep-border-color);
}

.ep-pricing__btn {
  margin-top: 40px;
}
.ep-pricing__card:hover .ep-btn.border-btn {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ep-white-color) !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-pricing__shape {
    right: 4%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-pricing__shape {
    top: -48px;
  }

  .ep-pricing__icon {
    position: initial;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-pricing__icon {
    position: initial;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .ep-pricing__icon img {
    width: 60px;
    height: 60px;
  }
  .ep-pricing__features {
    margin-top: 24px;
  }
  .ep-pricing__card {
    padding: 32px;
  }
}

/*============================================================================================
	End Pricing Area
==============================================================================================*/


/*============================================================================================
	Start Event Area
==============================================================================================*/
.ep-event__container {
  max-width: 1570px;
  margin: auto;
}
.ep-event__shape {
  position: absolute;
  left: 4%;
  top: 38%;
}
.owl-carousel.ep-event__slider {
  margin-top: 30px;
  height: 538px;
}

.ep-event__card {
  display: block;
  position: relative;
}

.ep-event__img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.ep-event__img img {
  width: 100% !important;
  height: 538px !important;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.4s ease;
  overflow: hidden;
}
.ep-event__card:hover .ep-event__img img {
  transform: scale(1.08);
}
.ep-event__info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 10px;
  background: var(--ep-white-color);
  padding: 0px 40px 32px 40px;
  transform: translate(-50%, 0);
  width: 330px;
  z-index: 2;
}
.ep-event__info::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: var(--ep-primary-color-5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 10px;
  z-index: -1;
}
.ep-event__card:hover .ep-event__info::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.ep-event__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: block;
  margin-top: 14px;
  color: var(--ep-secondary-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ep-event__card:hover .ep-event__title,
.ep-event__card:hover .ep-event__location,
.ep-event__card:hover .ep-event__location i {
  color: var(--ep-white-color) !important;
}

.ep-event__card:hover .ep-event__date {
  background: var(--ep-primary-color-4);
}
.ep-event__date {
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: relative;
  transform: translateY(-18px);
  transition: all 0.4s ease;
  color: var(--ep-secondary-color);
}
.ep-event__location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.4s ease;
}
.ep-event__location i {
  position: relative;
  top: 2px;
  transition: all 0.4s ease;
}
/* Slider Controls */
.owl-carousel.ep-event__slider .owl-nav button {
  width: 60px;
  height: 60px;
  line-height: 70px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  color: var(--ep-primary-color-6) !important;
  background: #e1f0ed;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.owl-carousel.ep-event__slider .owl-nav button:hover {
  background: var(--ep-primary-color-6);
  color: var(--ep-white-color) !important;
}
.owl-carousel.ep-event__slider .owl-nav button i {
  font-size: 28px;
}
.owl-carousel.ep-event__slider .owl-prev {
  left: -80px;
}
.owl-carousel.ep-event__slider .owl-next {
  right: -80px;
}

/* Event Details */

.ep-event__widget-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 16px;
}

.ep-event__widget-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
}

.ep-event__widget-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-event__widget-list i {
  color: var(--ep-primary-color-1);
  position: relative;
  top: 2px;
}

.ep-event__widget {
  margin-bottom: 40px;
}

.ep-event__widget:last-child {
  margin: 0;
}

.ep-event__widget-meta {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ep-event__widget-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-event__widget-meta li i {
  color: var(--ep-primary-color-1);
  position: relative;
  top: 2px;
}

.ep-event__location-map {
  margin-top: 40px;
}
.ep-event__location-map .gmap_canvas {
  width: 100%;
  height: 320px;
}
.ep-event__location-map .gmap_canvas iframe {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  border: none;
  filter: grayscale(1);
}
.ep-event__location-map:focus-within {
  outline: none;
}

.ep-event__sidebar {
  border: 1px solid var(--ep-border-color);
  border-radius: 10px;
  padding: 40px;
  position: sticky;
  top: 14%;
}

.ep-event__sidebar-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}

.ep-event__checkout {
  margin-top: 30px;
}

.ep-event__checkout ul li {
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--ep-secondary-color);
}
.ep-event__checkout ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ep-event__checkout ul li span {
  margin-left: 16px;
}

.ep-event__checkout-btn {
  margin-top: 40px;
  text-align: center;
}

.ep-event__checkout-btn .ep-btn {
  padding: 18px 32px;
  background: var(--ep-primary-color-1);
}

.ep-event__time {
  margin-top: 20px;
  text-align: center;
}

.ep-event__time-title {
  margin-bottom: 20px;
}

.ep-event__time-list li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--ep-border-color);
  border-radius: 60px;
  line-height: 28px;
  margin-right: 8px;
  font-size: 14px;
  transition: all 0.4s ease;
}
.ep-event__time-list li:hover {
  background: var(--ep-primary-color-1);
  border: 1px solid transparent;
  color: var(--ep-white-color);
}
.ep-event__time-list li:last-child {
  margin: 0;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-event__container {
    max-width: 1280px;
  }
  .ep-event__shape {
    left: 2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-event__container {
    max-width: 100%;
    padding: 0% 5%;
  }
  .owl-carousel.ep-event__slider .owl-prev {
    left: -20px;
  }
  .owl-carousel.ep-event__slider .owl-next {
    right: -20px;
  }
  .ep-event__sidebar {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-event__container {
    max-width: 100%;
    padding: 0% 5%;
  }
  .ep-event__info {
    width: 85%;
  }
  .owl-carousel.ep-event__slider .owl-prev {
    left: 0;
  }
  .owl-carousel.ep-event__slider .owl-next {
    right: 0;
  }
  .owl-carousel.ep-event__slider .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
  .ep-event__img img {
    height: 480px !important;
  }
  .owl-carousel.ep-event__slider {
    height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-event__img img {
    height: 380px !important;
  }
  .owl-carousel.ep-event__slider .owl-prev {
    left: 0;
  }
  .owl-carousel.ep-event__slider .owl-next {
    right: 0;
  }
  .ep-event__container {
    max-width: 100%;
    padding: 0% 5%;
  }
  .ep-event__info {
    width: 90%;
  }
  .owl-carousel.ep-event__slider {
    height: auto;
  }
  .owl-carousel.ep-event__slider .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
  .ep-event__shape {
    top: 38%;
    left: 0;
  }
  .ep-event__widget-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ep-event__widget-title {
    font-size: 28px;
  }
  .ep-event__sidebar {
    padding: 24px;
    margin-top: 40px;
  }
  .ep-event__sidebar-title {
    font-size: 28px;
  }
}

/*============================================================================================
	End Event Area
==============================================================================================*/


/*============================================================================================
	Start Product Area
==============================================================================================*/
.ep-product__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ep-white-color);
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(166, 175, 195, 0.25);
}
.ep-product__filter-result {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--ep-paragraph-color);
}
.ep-product__filter-result strong {
  font-weight: 600;
  color: var(--ep-title-color);
}
.ep-product__filter-select .nice-select {
  border-radius: 32px;
  height: 48px;
  line-height: 47px;
  width: 175px;
  margin-bottom: 0;
}
.ep-product__card {
  margin-top: 30px;
  position: relative;
  background: var(--ep-white-color);
  border-radius: 20px;
}
.ep-product__img {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.ep-product__img img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.ep-product__card:hover .ep-product__img img {
  transform: scale(1.12);
}
.ep-product__label {
  position: absolute;
  top: 12px;
  right: 12px;
}

.ep-product__label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  color: var(--ep-white-color);
  padding: 0px 10px;
}

.ep-product__label .discount {
  background: var(--ep-primary-color-1);
}
.ep-product__label .hot {
  background: var(--ep-primary-color-7);
}
.ep-product__label span {
  border-radius: 20px;
}

.ep-product__rattings {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ep-product__rattings li i {
  font-size: 16px;
  font-weight: 900;
  color: #fec961;
}

.ep-product__rattings li .off-color {
  color: #e7e7eb;
}

.ep-product__rattings li span {
  line-height: 28px;
  margin-left: 4px;
}

.ep-product__info {
  padding: 40px;
}
.ep-product__title h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  margin-top: 10px;
}
.ep-product__title h5:hover {
  color: var(--ep-primary-color-5);
}
.ep-product__info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.ep-product__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ep-title-color);
}
.ep-product__btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.ep-product__btn:hover {
  color: var(--ep-primary-color-5);
}
.ep-product__price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ep-product__price span {
  color: var(--ep-primary-color-7);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.ep-product__price del {
  color: #4f536c;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.ep-product__price.regular span {
  color: var(--ep-title-color);
}

.ep-cart__header {
  background: var(--ep-offwhite-color);
  border-radius: 4px;
}
.ep-cart__header tr th {
  padding: 20px 20px;
  color: var(--ep-primary-color-3);
  font-weight: 400;
}

.ep-cart__update-button:hover,
.ep-cart__coupon button:hover {
  background: var(--ep-primary-color-3);
  color: #fff;
}
.ep-cart__coupon input,
.ep-cart__update-button,
.ep-cart__coupon button {
  min-height: 55px;
}
.ep-cart__update-button,
.ep-cart__coupon button {
  background: var(--ep-offwhite-color);
  padding: 20px 35px;
  color: var(--ep-title-color);
  font-size: 16px;
  font-weight: 500;
}
.ep-cart__remove-button {
  color: #4f547b;
}
.ep-cart__remove-button svg {
  stroke: currentColor;
}
.ep-cart__remove-button:hover {
  color: var(--ep-primary-color-5) !important;
}
.ep-cart__item td {
  color: #4f547b;
}
.ep-cart__quantity-selector {
  max-width: 140px;
  display: inline-flex;
  border: 1px solid var(--ep-border-color);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
}
.ep-cart__quantity-selector input {
  max-width: 45px;
  border: none;
  text-align: center;
  border-left: 1px solid var(--ep-border-color);
  border-radius: 0px;
  border-right: 1px solid var(--ep-border-color);
}
.ep-cart__quantity-selector button {
  color: var(--ep-title-color);
  z-index: 3333;
  padding: 0 15px;
}
.ep-cart__quantity-selector button svg {
  stroke: currentColor;
}
.ep-cart__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 30px;
}
.ep-cart__product-name {
  color: #140342;
  margin-left: 10px;
}
.ep-cart__product-name:hover {
  color: var(--ep-primary-color-5) !important;
}
.ep-cart__item {
  border-bottom: 1px solid var(--ep-border-color);
}
.ep-cart__item td {
  padding: 25px 20px;
}
.ep-cart__summary {
  display: flex;
  justify-content: end;
}
.ep-cart__summary-inside {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 50px;
  min-width: 410px;
}
.ep-cart__summary-body {
  border: 1px solid var(--ep-border-color);
  width: 100%;
  background: var(--ep-offwhite-color);
  flex-direction: column;
  display: flex;
  /* gap: 15px; */
  border-radius: 8px;
}
.ep-cart__checkout-button {
  width: 100%;
  background: var(--ep-primary-color-3);
  color: var(--ep-white-color);
  height: 60px;
  margin-top: 20px;
  border-radius: 8px;
}
.ep-cart__checkout-button:hover {
  background-color: var(--ep-secondary-color);
}
.ep-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.ep-cart__totals-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.ep-cart__heading {
  padding: 25px 20px;
}
.ep-cart__heading-title {
  margin: 0;
  font-size: 20px;
  color: #140342;
  font-weight: 500;
}
.ep-cart__coupon {
  display: flex;
  gap: 15px;
  max-width: 100%;
}
.ep-cart__coupon * {
  width: 100%;
}
.ep-cart__coupon-button {
  min-width: 150px;
  max-width: 150px;
  padding: 0 !important;
}
.ep-cart__update-button.ep-cart__update-button--primary {
  background: #6440fb;
  color: #fff;
}
.ep-cart__actions {
  display: flex;
  gap: 15px;
}

.ep-shop-single__purchase {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--ep-border-color);
  display: flex;
  gap: 15px;
}
.ep-shop-single__categories a {
  color: var(--ep-primary-color-5) !important;
}

.ep-shop-single__tags a {
  font-weight: 400;
}
.ep-shop-single__tags a:hover {
  color: var(--ep-primary-color-5) !important;
}
.ep-shop-single__meta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ep-product__price--v2 span {
  display: flex;
  gap: 10px;
  font-size: 24px;
  color: var(--ep-title-color);
  font-weight: 500;
}
.ep-product__price--v2 span b {
  font-weight: 500;
}
.ep-product-short {
  margin-top: 30px;
}

.ep-product-tab-inside {
  display: flex;
  gap: 40px;
}
.ep-product-single__tab-title {
  font-size: 26px;
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.ep-shop-single__wishlist-button:hover {
  color: var(--ep-primary-color-5) !important;
}

#productTabs {
  background: var(--ep-offwhite-color);
  padding: 15px;
  border-radius: 4px;
  border-bottom: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productTabs li button {
  color: #1f1c35;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 15px 25px;
}
#productTabs li button.active {
  background: var(--ep-primary-color-3);
  color: #fff;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.ep-product-tab-inside__img {
  min-width: 300px;
}
.additional-table tr td,
.additional-table th {
  border: 1px solid var(--ep-border-color);
  padding: 10px 20px;
}
.additional-table {
  min-width: 100%;
  width: 100%;
}
.additional-table th {
  color: var(--ep-primary-color-3);
}
.ep-product-tab-inside__content {
  width: 100%;
}

.ep-checkout__form-group {
  min-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.ep-checkout__label {
  margin-left: 16px;
}
.ep-checkout__form-group input {
  padding: 12px 16px;
}
.ep-checkout__form-group .nice-select {
  padding: 0 16px;
}

.ep-checkout__section.ep-checkout__section--order {
  background: var(--ep-offwhite-color);
  padding: 30px;
  border-radius: 8px;
  border: 1px solid var(--ep-border-color);
}
.ep-checkout__section-title {
  font-size: 24px;
  font-weight: 500;
}

.ep-checkout__summary-item-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ep-checkout__summary-item-name img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.ep-checkout__summary-item-name a:hover {
  color: var(--ep-primary-color-5);
}
.ep-checkout__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--ep-border-color);
  gap: 10px;
}
.ep-checkout__summary-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.ep-payment-accordion button::after {
  display: none;
}
.ep-payment-accordion {
  border: none !important;
  box-shadow: none !important;
  background: var(--ep-offwhite-color);
  padding: 10px 20px;
}
.ep-payment-accordion .accordion-item {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.ep-payment-accordion .accordion-button {
  background: transparent !important;
  display: flex !important;
  justify-content: start !important;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  box-shadow: none;
}
.ep-payment-accordion .accordion-button input {
  margin: 0 !important;
}
.ep-payment-accordion .accordion-body {
  padding: 15px 0;
  border-top: 1px solid var(--ep-border-color);
}
.pm-check {
  border: 1px solid var(--ep-border-color);
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: transparent !important;
  position: relative;
}
.pm-check:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
.form-check-input.payment-checkbox {
  display: none;
}
.ep-payment-accordion .accordion-button > span {
  display: inline-flex;
  gap: 8px;
}
.form-check-input:checked[type="radio"] + span .pm-check {
  border-color: #fff;
}
.form-check-input:checked[type="radio"] + span .pm-check:before {
  background: var(--ep-primary-color-3);
}
.ep-checkout.section-gap {
  padding: 80px 0 120px;
}
.accordion-button:not(.collapsed) {
  color: var(--ep-primary-color-3);
}
@media only screen and (max-width: 767px) {
  .ep-cart__table-wrapper {
    overflow: scroll;
  }
  .ep-cart__table {
    min-width: 600px;
    overflow: hidden;
  }
  .ep-cart__product img {
    max-width: 60px;
  }
  .ep-cart__product-name {
    margin: 0;
    display: block;
    margin-top: 15px;
  }
  .ep-cart__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ep-cart__summary-inside {
    width: 100%;
    min-width: 100%;
  }
  .ep-cart__update-button,
  .ep-cart__coupon button {
    padding: 20px 22px;
  }
}
/*============================================================================================
	End Product Area
==============================================================================================*/


/*============================================================================================
	Start Breadcrumbs Area
==============================================================================================*/

.ep-breadcrumbs {
  padding: 320px 0px 60px;
}
.ep-breadcrumbs__content {
  text-align: center;
}

.ep-breadcrumbs__menu {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ep-breadcrumbs__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

.ep-breadcrumbs__menu li {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  color: var(--ep-secondary-color);
}
.ep-breadcrumbs__menu li a {
  font-weight: 600;
}
.ep-breadcrumbs__menu li i {
  font-size: 10px;
  position: relative;
  top: 2px;
}
.ep-breadcrumbs__menu li.active a,
.ep-breadcrumbs__menu li:hover a {
  color: var(--ep-primary-color-5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-breadcrumbs {
    padding: 155px 0px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-breadcrumbs {
    padding: 148px 0px 80px;
  }

  .ep-breadcrumbs__title {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .ep-breadcrumbs__menu li {
    font-size: 18px;
  }
}

/*============================================================================================
	End Breadcrumbs Area
==============================================================================================*/


/*============================================================================================
	Start Contact Area
==============================================================================================*/

.ep-contact__info-head span {
  font-size: 15px;
  font-weight: 500;
  line-height: 25.95px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: var(--ep-primary-color-1);
  margin-bottom: 10px;
}

.ep-contact__info-head h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  margin-bottom: 40px;
}

.ep-contact__info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.ep-contact__info-item:last-child {
  margin: 0;
}
.ep-contact__info-icon {
  width: 65px;
  height: 65px;
  line-height: 72px;
  background: #f6f5fe;
  border-radius: 100%;
  text-align: center;
  color: var(--ep-primary-color-1);
  font-size: 28px;
  min-width: 65px;
}

.ep-contact__info-text h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.ep-contact__info-text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.ep-contact__info-text a:hover {
  color: var(--ep-primary-color-3);
}
.ep-contact__form {
  background: var(--ep-white-color);
  filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.05));
  padding: 0 60px 60px 60px;
  border-radius: 20px;
  margin-left: 42px;
}

.ep-contact__form-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  margin-bottom: 40px;
}
.ep-contact__form form .form-group {
  margin-bottom: 20px;
}
.ep-contact__form form .form-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--ep-secondary-color);
}

.ep-contact__form form .form-group input,
.ep-contact__form form .form-group textarea {
  width: 100%;
  height: 58px;
  border-radius: 20px;
  padding: 16px 30px;
}

.ep-contact__form form .form-group input:focus,
.ep-contact__form form .form-group textarea:focus {
  border: 1px solid var(--ep-primary-color-1);
}

.ep-contact__form form .form-group textarea {
  height: 130px;
}

.ep-contact__form .ep-btn {
  width: 100%;
  display: block;
  padding: 23px 26px;
  margin-top: 40px;
  background: var(--ep-primary-color-1);
}

.ep-contact__map .gmap_canvas {
  width: 100%;
  height: 576px;
}

.ep-contact__map .gmap_canvas iframe {
  width: 100%;
  height: 576px;
  filter: grayscale(1);
}

.ep-contact__map {
  position: relative;
  margin-top: -186px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-contact__form {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-contact__form {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-contact__info-head h3 {
    font-size: 28px;
    line-height: 140%;
  }

  .ep-contact__form {
    padding: 24px;
    margin-left: 0;
    margin-top: 40px;
  }

  .ep-contact__form-title {
    font-size: 28px;
    line-height: 140%;
  }

  .ep-contact__map .gmap_canvas iframe,
  .ep-contact__map .gmap_canvas {
    height: 400px;
  }
}
/*============================================================================================
	End Contact Area
==============================================================================================*/


/*============================================================================================
	Start Auth Area
==============================================================================================*/

.ep-auth__card {
  border-radius: 20px;
  background: var(--ep-white-color);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 60px;
  margin: 0px 8px;
}

.ep-auth__card-head {
  text-align: center;
  margin-bottom: 24px;
}

.ep-auth__card-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ep-auth__card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.ep-auth__card-social {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ep-auth__card-social a {
  border: 1px solid var(--ep-border-color);
  border-radius: 20px;
  padding: 12px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: var(--ep-secondary-color);
}
.ep-auth__card-social a:hover {
  background: var(--ep-offwhite-color);
}

.ep-auth__card-social a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ep-auth__another-way {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.ep-auth__another-way::before,
.ep-auth__another-way::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  background: var(--ep-border-color);
  top: 50%;
}
.ep-auth__another-way::before {
  left: 0;
}
.ep-auth__another-way::after {
  right: 0;
}

.ep-auth__card-form .form-group {
  margin-bottom: 16px;
}
.ep-auth__card-form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}

.ep-auth__card-form .form-group input {
  width: 100%;
  border-radius: 20px;
  border: 1.5px solid var(--ep-border-color);
  height: 58px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--ep-secondary-color);
}
.ep-auth__card-form .form-group input:focus {
  border: 1.5px solid var(--ep-primary-color-1);
}

.ep-auth__card-form .form-group-input {
  position: relative;
}
.ep-auth__card-form .toggle-password {
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  color: #4f536c66;
  transition: all 0.4s ease;
}
.ep-auth__card-form .toggle-password:hover {
  color: var(--ep-paragraph-color);
}
.ep-auth__card-form .form-group-input input {
  padding: 18px 56px 18px 24px !important;
}

.ep-auth__card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ep-auth__card-info .form-check {
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
}
.ep-auth__card-info .form-check label {
  color: var(--ep-paragraph-color);
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.ep-auth__card-info .form-check label a {
  color: var(--ep-primary-color-2);
  text-decoration: none;
}
.ep-auth__card-info .form-check input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  top: 1px;
  border: 1px solid var(--ep-border-color);
}
.ep-auth__card-info .form-check input:focus {
  box-shadow: none;
  border-color: var(--ep-primary-color-1);
}
.ep-auth__card-info .form-check .form-check-input:checked {
  background-color: var(--ep-primary-color-1);
}

.ep-auth__card-info a:hover {
  color: var(--ep-primary-color-1);
  text-decoration: underline;
}
.ep-auth__card-form-btn .ep-btn {
  padding: 20px 26px;
  width: 100%;
  margin-top: 12px;
  background: var(--ep-primary-color-1);
}
.ep-auth__card-bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ep-auth__card-bottom a {
  border: 1px solid var(--ep-border-color);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-secondary-color);
  padding: 6px 16px;
  display: inline-block;
}
.ep-auth__card-bottom a:hover {
  background: var(--ep-offwhite-color);
}

@media only screen and (max-width: 767px) {
  .ep-auth__card {
    padding: 32px;
    margin: 0;
  }

  .ep-auth__card-title {
    font-size: 28px;
  }

  .ep-auth__card-social {
    margin-top: 32px;
  }

  .ep-auth__card-social a {
    margin-bottom: 12px;
  }
  .ep-auth__card-bottom {
    display: block;
  }
  .ep-auth__card-bottom a {
    margin-top: 8px;
  }
  .ep-auth__card-social {
    display: block;
  }
  .ep-auth__card-form .form-group input {
    height: 52px;
  }
  .ep-auth__card-info {
    display: block;
  }
  .ep-auth__card-info a {
    margin-top: 8px;
  }

  .ep-auth__card-info .form-check label {
    font-size: 14px;
    line-height: 120%;
  }

  .ep-auth__another-way::before,
  .ep-auth__another-way::after {
    width: 20%;
  }

 
}

/*============================================================================================
	End Auth Area
==============================================================================================*/


/*============================================================================================
	Start Error Area
==============================================================================================*/
.ep-error__content {
  margin-top: 42px;
}
.ep-error__content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 12px;
}
.ep-error__btn {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .ep-error__content h3 {
    font-size: 28px;
  }
}

/*============================================================================================
	End Error Area
==============================================================================================*/


/*================================================================================================
    Mobile Menu 
===================================================================================================*/
.mobile-menu-modal {
  z-index: 99999;
}
.mobile-menu-modal .offcanvas-logo img {
  max-width: 154px;
  height: 40px;
  object-fit: contain;
}
.mobile-menu-offcanvas-toggler {
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  z-index: 3;
  border-radius: 50%;
  border: none;
  display: none;
  width: 28px;
  height: 14px;
  line-height: 50px;
  background: transparent;
  z-index: 888;
}
.mobile-menu-offcanvas-toggler .line {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ep-secondary-color);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.mobile-menu-offcanvas-toggler:hover .line {
  background: var(--ep-primary-color-5);
}
.mobile-menu-offcanvas-toggler .line + .line {
  margin-top: 4px;
}

.mobile-menu-modal-main-body {
  padding: 24px 20px;
  overflow-y: scroll;
}
.mobile-menu-modal.offcanvas-modal.modal.fade .modal-dialog {
  transform: translateX(-100%);
}
.mobile-menu-modal.offcanvas-modal.modal.show .modal-dialog {
  transform: translateX(0%);
}
.mobile-menu-modal .offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
}
.mobile-menu-modal .offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}
.mobile-menu-modal .offcanvas-header {
  border: none;
  padding: 18px 20px !important;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ep-offwhite-color);
}
.mobile-menu-modal .offcanvas-header .btn-close {
  color: var(--ep-primary-color-5);
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 100%;
  padding: 0;
  font-size: 13px;
  background: transparent;
  transition: all 0.4s ease;
  margin: 0;
  float: right;
  border: 1px solid var(--ep-primary-color-5) !important;
}
.mobile-menu-modal .offcanvas-header .btn-close:hover {
  background: var(--ep-primary-color-5);
  border: 1px solid transparent !important;
  color: var(--ep-white-color);
}
.mobile-menu-modal .offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--ep-white-color);
}

.offcanvas-men-list {
  padding-bottom: 78px;
}

.mobile-menu-modal .offcanvas-menu li {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--ep-border-color);
  padding-bottom: 16px;
}
.mobile-menu-modal .offcanvas-menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.mobile-menu-modal .offcanvas-menu li.active .menu-arrow {
  color: var(--ep-primary-color-5);
}
.mobile-menu-modal .offcanvas-menu li.active .menu-arrow::before {
  background: var(--ep-primary-color-5) !important;
  color: var(--ep-white-color) !important;
}
.mobile-menu-modal .offcanvas-menu li a {
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: var(--ep-secondary-color);
  font-size: 16px;
}
.mobile-menu-modal .offcanvas-menu li a:hover,
.mobile-menu-modal .offcanvas-menu li .menu-active {
  color: var(--ep-primary-color-5);
}
.mobile-menu-modal .offcanvas-menu li a i {
  margin-left: 10px;
}
.mobile-menu-modal .offcanvas-modal .modal-content {
  padding: 0px 15px;
}
.modal-backdrop.fade.show {
  background: var(--ep-secondary-color);
  opacity: 0.5;
  z-index: 9999;
}
.mobile-menu-modal .offcanvas-btn {
  margin-top: 30px;
}
.mobile-menu-modal-bottom-button {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: var(--ep-white-color);
  border-top: 1px solid var(--border-color);
}
.mobile-menu-modal-bottom-button .theme-btn {
  width: 100%;
}
.mobile-menu-modal-bottom-button .theme-btn {
  display: block;
  text-align: center;
  padding: 12px 12px;
  font-size: 14px;
}
.mobile-menu-modal-bottom-button .theme-btn:hover {
  background: var(--ep-secondary-color);
  color: var(--ep-white-color);
}

#offcanvas-menu .sub-menu {
  margin-top: 16px;
  margin-left: 12px;
  display: none;
}
#offcanvas-menu .sub-menu li:last-child {
  margin: 0;
  padding: 0;
}
#offcanvas-menu .sub-menu li a {
  font-size: 15px;
}
#offcanvas-menu .sub-menu li .menu-active {
  color: var(--ep-primary-color-5);
}

#offcanvas-menu .sub-menu li a:hover,
#offcanvas-menu .sub-menu li.active a {
  color: var(--ep-primary-color-5) !important;
}
#offcanvas-menu .menu-arrow {
  position: relative;
}
#offcanvas-menu .menu-arrow.active a {
  color: var(--ep-primary-color-5);
}
#offcanvas-menu .sub-menu li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#offcanvas-menu .menu-arrow.active .sub-menu li a {
  color: var(--ep-secondary-color);
}
#offcanvas-menu .menu-arrow.active .sub-menu li.active a {
  color: var(--ep-primary-color-5);
}
#offcanvas-menu .menu-arrow:hover::before {
  background: var(--ep-primary-color-5);
  color: var(--ep-white-color);
}
#offcanvas-menu .menu-arrow::before {
  position: absolute;
  font-family: uicons-solid-straight !important;
  content: "\f13f";
  font-size: 16px;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #ff723a1a;
  border-radius: 100%;
  color: var(--ep-primary-color-5);
  text-align: center;
  line-height: 24px;
  transition: all 0.4s ease;
}
#offcanvas-menu .menu-arrow.active::before {
  background: var(--ep-primary-color-5);
  color: var(--ep-white-color);
  content: "\f110";
}

.mobile-menu-modal .offcanvas-menu li.active .menu-arrow::before {
  content: "\f13d" !important;
}

.mobile-menu-modal-bottom .theme-btn {
  text-align: center;
  width: 100%;
  justify-content: center;
  padding: 12px;
  font-size: 15px;
}
.mobile-menu-modal-bottom .theme-btn i {
  font-size: 18px;
  top: 1px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .mobile-menu-modal .offcanvas-dialog {
    width: 400px;
  }
  .mobile-menu-offcanvas-toggler {
    top: 6%;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .mobile-menu-modal .offcanvas-dialog {
    width: 400px;
  }
  .mobile-menu-offcanvas-toggler {
    top: 6%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
    float: right;
  }
}

/*================================================================================================
    End Mobile Menu 
===================================================================================================*/

/*============================================================================================
	Start Footer Area
==============================================================================================*/

.ep-footer {
  background: var(--ep-secondary-color);
  z-index: 2;
  overflow: hidden;
}

.ep-footer__widget {
  margin-top: 40px;
}

.ep-footer__logo img {
  width: 168px;
  height: 42px;
  object-fit: contain;
}

.ep-footer__text {
  color: var(--ep-white-color);
  margin-top: 32px;
  opacity: 0.8;
}

.ep-footer__contact-single {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.ep-footer__contact-icon i {
  color: var(--ep-primary-color-3);
  font-size: 18px;
  position: relative;
  top: 6px;
}

.ep-footer__contact-info p {
  color: var(--ep-white-color);
  margin-bottom: 4px;
}

.ep-footer__contact-info span,
.ep-footer__contact-info a {
  display: block;
  color: var(--ep-white-color);
  opacity: 0.8;
}
.ep-footer__contact-info a:hover {
  color: var(--ep-primary-color-5);
}
.ep-footer__contact-single:last-child {
  margin: 0;
}
.ep-footer__widget.footer-links {
  margin-left: 74px;
}
.ep-footer__widget-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--ep-white-color);
  margin-bottom: 48px;
}

.ep-footer__links-list li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--ep-white-color);
  opacity: 0.8;
}
.ep-footer__links-list li a:hover {
  color: var(--ep-primary-color-5);
  margin-left: 4px;
}
.ep-footer__links-list li {
  margin-bottom: 16px;
}

.ep-footer__links-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-footer__links-list li a i {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.ep-footer__newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7eb;
  border-radius: 0;
  width: 260px;
  color: var(--ep-white-color);
  padding: 14px 0px 14px 6px;
}
.ep-footer__newsletter input:focus {
  border-bottom: 1px solid var(--ep-primary-color-5);
}
.ep-footer__newsletter {
  position: relative;
}

.ep-footer__newsletter button {
  background: transparent;
  padding: 0;
  color: var(--ep-primary-color-3);
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 16px;
}
.ep-footer__newsletter button:hover {
  color: var(--ep-primary-color-5);
}
.ep-footer__newsletter {
  width: 260px;
}

.ep-footer__newsletter input:focus {
  color: var(--ep-white-color);
}

.ep-footer__social-title {
  color: var(--ep-white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.ep-footer__social ul li {
  display: inline-block;
  margin-right: 16px;
}

.ep-footer__social ul li:last-child {
  margin: 0;
}

.ep-footer__social ul li a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 33px;
  color: var(--ep-white-color);
  font-size: 33px;
  padding: 12px 0;
  font-weight: inherit;
}

.ep-footer__social ul li a:hover {
  background: var(--ep-primary-color-1);
  border: 1px solid transparent;
}

.ep-footer__social {
  margin-top: 30px;
}

.ep-footer__bottom {
  border-top: 1px solid #e7e7eb3d;
  padding: 30px 0px;
}

.ep-footer__copyright p {
  color: var(--ep-white-color);
  opacity: 0.8;
}
.ep-footer__copyright a:hover {
  color: var(--ep-primary-color-5);
}
.ep-footer__bottom-link ul li {
  display: inline-block;
  margin-right: 40px;
}

.ep-footer__bottom-link ul li:last-child {
  margin: 0;
}

.ep-footer__bottom-link {
  text-align: right;
}

.ep-footer__bottom-link ul li a {
  color: var(--ep-white-color);
  opacity: 0.8;
  line-height: 28px;
}
.ep-footer__bottom-link ul li a:hover {
  color: var(--ep-primary-color-5);
}
.ep-footer__top {
  padding: 40px 0px 0px;
}

.ep-footer__contact {
  margin-top: 24px;
}
.ep-footer__pattern {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* Footer Style 2 */
.ep-footer__overlay {
  position: absolute;
  left: 0;
  top: 80px;
  background: var(--ep-white-color);
  opacity: 0.05;
  width: 100%;
  height: 86px;
  z-index: -1;
}
.footer-services--style2 {
  margin-left: 40px;
}
.ep-footer__logo--style2 {
  padding: 22px 0px;
}
.ep-footer__widget-title--style2 {
  padding: 30px 0px;
}

.ep-footer__brand {
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  bottom: 88px;
  width: 100%;
  height: 317px;
  height: 317px;
}

.ep-footer__brand img {
  width: 100%;
  height: 317px;
}

.ep-footer__newsletter--style2 input {
  padding: 14px 56px 14px 26px;
  border: 1px solid #474559;
  border-radius: 58px;
}

.ep-footer__newsletter--style2 button {
  color: var(--ep-white-color);
  right: 5px;
  top: 2.5px;
  width: 48px;
  height: 48px;
  line-height: 54px;
  background: var(--ep-primary-color-3);
  border-radius: 100%;
}
.ep-footer__newsletter--style2 button:hover {
  background: var(--ep-white-color);
  color: #e6c880;
}
.ep-footer__newsletter--style2 input:focus {
  border: 1px solid var(--ep-primary-color-5);
}
.ep-footer__links-list--style2 li a:hover,
.ep-footer__contact-info--style2 a:hover {
  color: #e6c880;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-footer__widget.footer-links {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-footer__widget.footer-links {
    margin-left: 0;
  }
  .ep-footer__bottom-link {
    text-align: center;
  }
  .ep-footer__copyright {
    text-align: center;
    margin-bottom: 12px;
  }
  .ep-footer__widget-title--style2 {
    padding: 0;
  }
  .ep-footer__logo--style2 {
    padding: 0;
  }
  .ep-footer__overlay {
    display: none;
  }
  .footer-services--style2 {
    margin-left: 0;
  }
  .ep-footer__newsletter input {
    width: 100%;
  }
  .ep-footer__newsletter {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ep-footer__widget.footer-links {
    margin-left: 0;
  }
  .ep-footer__widget-title {
    margin-bottom: 24px;
  }
  .ep-footer__bottom-link ul li {
    margin-right: 8px;
  }
  .ep-footer__bottom-link {
    text-align: center;
  }
  .ep-footer__copyright {
    text-align: center;
  }
  .ep-footer__top {
    padding: 40px 0px 80px;
  }
  .footer-services--style2 {
    margin-left: 0;
  }
  .ep-footer__widget-title--style2 {
    padding: 0px;
  }
  .ep-footer__overlay {
    display: none;
  }
  .ep-footer__logo--style2 {
    padding: 0;
  }
  .ep-footer__social {
    margin-top: 30px !important;
  }
  .ep-footer__text.mg-top-46 {
    margin-top: 24px !important;
  }
  .ep-footer__newsletter input {
    width: 100%;
  }
  .ep-footer__newsletter {
    width: 100%;
  }
}
/*============================================================================================
	End Footer Area
==============================================================================================*/


.logo_text_1 {
  background-color: var(--color1);
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 300px;
  font-size: 20px;
}

.logo_text_2 {
  text-align: center;
  color: #1f1c35;
  font-size: 16px;
  line-height: 30px;
}


.ep-service__icon {
  font-size: 40px;
  font-weight: bold;
}

.rounded {
  border-radius: 50% !important;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  margin-bottom: 15px;
  font-style: italic;
}

.list {
  text-align: center;
  margin: 100px 20px;
}

.list-item {
  background: var(--ep-primary-color-5);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 20px;
  border-radius: 30px;
  min-width: 250px;
  display: inline-table;
  text-align: center;
  color: var(--ep-title-color);
  margin: 10px;
}

.single-member {
  margin-bottom: 50px;
}

.page_145{
  text-transform: uppercase;
  font-weight: bold;
  color: var(--ep-primary-color-1);
}

.page_145 a{
  color: var(--ep-primary-color-1) !important;
}

.comments-wrap {
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 29px;
  background-color: #e6c880;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  padding: 5px;
  color: #4e0100;
}

@-webkit-keyframes pulsate {0% {transform: scale(0.9, 0.9);opacity: 0;}25% {transform: scale(1.5, 1.5);opacity: 0.5;}50% {transform: scale(1.35, 1.35);opacity: 0.7;}100% {transform: scale(1.7, 1.7);opacity: 0;}}@keyframes pulsate {0% {transform: scale(0.9, 0.9);opacity: 0;}25% {transform: scale(1.5, 1.5);opacity: 0.5;}50% {transform: scale(1.35, 1.35);opacity: 0.7;}100% {transform: scale(1.7, 1.7);opacity: 0;}}@-webkit-keyframes puls {0% {transform: scale(0.9, 0.9);opacity: 0;}50% {transform: scale(1, 1);opacity: .3;}75% {transform: scale(0.75, 0.75);opacity: .4;}100% {transform: scale(1.3, 1.3);opacity: 0;}}@keyframes puls {0% {transform: scale(0.9, 0.9);opacity: 0;}50% {transform: scale(1, 1);opacity: .3;}75% {transform: scale(0.75, 0.75);opacity: .4;}100% {transform: scale(1.3, 1.3);opacity: 0;}}

.comments-wrap > div.wave1 {
  width: 46px;
  height: 46px;
  border-color: #e6c880;
  box-sizing: content-box;
  -moz-box-sizing: content-box !important;
  position: absolute;
  margin: -15px 0 0 -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  outline: 0 !important;
  -webkit-animation: puls 5s ease;
  -moz-animation: puls 5s ease;
  animation: puls 5s ease;
    animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0;
}

.comments-wrap > div.wave2 {
  border: 2px solid #4e0100;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  position: absolute;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: 0 !important;
  -webkit-animation: pulsate 2.5s ease-out;
  -moz-animation: pulsate 2.5s ease-out;
  animation: pulsate 2.5s ease-out;
    animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  margin: -6px 0 0 -7px;
}

.abiturientam_form .ce-header {
  margin-top: 0;
}

.slider {
padding: 340px 0px 100px;
}

.ep-blog__title h5 {
  margin-bottom: 20px !important;
  min-height: 50px !important;
}


.ep-blog__card .card-content.desc {
   min-height: 70px !important;
}

.news-img-wrap {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 20px; 
  max-width: 1000px; 
  margin: 0 auto; 
}

.news-img-item .news-img-item {
  float:left;
}

#c239, #c240 {
  display: table;
  position: relative;
  width: 100%;
}

#c239 .ce-bodytext {
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  padding: 82px 40px 94px 40px;
  border: 1px solid var(--ep-border-color);
  margin-top: 50px;
  position: absolute;
  width: 60%;
  right: 5%;  
}

#c239 .ce-bodytext p {
  font-size: 26px;
  line-height: 36px;
}

#c239 div.ce-textpic img {
  border-radius: 10px;
}


#c240 .ce-bodytext {
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  padding: 82px 40px 94px 40px;
  border: 1px solid var(--ep-border-color);
  margin-top: 50px;
  position: absolute;
  width: 60%;
  left: 5%;  
}

#c240 .ce-bodytext p {
  font-size: 26px;
  line-height: 36px;
}

#c240 div.ce-textpic img {
  border-radius: 10px;
}

#c245 h5, #c243 h5 {
  font-weight: 400;
}