/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*::selection {
  background-color: #353D47;
  color: #ffffff;
}

body {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.1;
  scroll-behavior: smooth;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

a,
a span,
input,
textarea,
button,
svg {
  transition: 350ms ease;
}

.cover {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

section {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 1.25rem;
  }
}

.site-header {
  padding: 0.25rem 0;
  transition: 350ms ease;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
@media (max-width: 767px) {
  .site-header {
    padding: 0.5rem 0;
  }
}
.site-header.is-sticky {
  padding: 0;
}
.site-header.is-sticky .header-logo {
  height: 4.5rem;
}
@media (max-width: 767px) {
  .site-header.is-sticky .header-logo {
    height: auto;
    max-width: 4rem;
  }
}
@media (max-width: 767px) {
  .site-header.is-sticky {
    padding: 0.5rem 0;
  }
}
.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-logo {
  height: 6rem;
  max-width: 100%;
}
.site-header .header-logo img {
  height: 100%;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    height: auto;
    max-width: 5rem;
  }
}
.site-header ul {
  padding-left: 0;
  margin-left: 0;
}
.site-header ul li {
  list-style-type: none;
}
.site-header ul li a {
  color: #9ecbda;
  font-weight: 500;
  position: relative;
}
.site-header ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9ecbda;
  transition: 350ms ease;
}
.site-header ul li a:hover::after {
  width: 100%;
}

.site-footer {
  background-color: #353D47;
  text-align: center;
  padding: 1.25rem;
}
.site-footer-top p {
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
}
.site-footer-top p a {
  text-decoration: underline;
}
.site-footer-top p a:hover {
  color: #9ecbda;
}
.site-footer-bottom p {
  color: #ffffff;
  font-size: 0.75rem;
  margin: 0;
}

.error-block {
  height: 100dvh;
}
.error-block .container, .error-block-inner {
  height: 100%;
}
.error-block-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-block-inner h1 {
  color: #9ecbda;
  font-size: 15rem;
  line-height: 15rem;
}
@media (max-width: 767px) {
  .error-block-inner h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.error-block-inner p {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .error-block-inner p {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-calendar:before {
  content: "\e003";
}

.icon-clock:before {
  content: "\e004";
}

.icon-fb:before {
  content: "\e005";
}

.icon-instagram:before {
  content: "\e006";
}

.icon-link:before {
  content: "\e007";
}

.icon-linkedin:before {
  content: "\e008";
}

.icon-pin:before {
  content: "\e009";
}

.icon-play:before {
  content: "\e00a";
}

.icon-twitter:before {
  content: "\e00b";
}

.icon-zoom:before {
  content: "\e00c";
}

.page-title {
  font-size: 3rem;
  color: #ffffff;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.section-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #9ecbda;
  margin: 0 0 1.125rem;
  text-align: left;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.125rem;
  }
}
.section-title.center {
  text-align: center;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #353D47;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.btn-main {
  text-align: center;
  background-color: #9ecbda;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 1.25rem;
  padding: 0.75rem 1.5rem 0.5rem;
  font-family: "Montserrat";
  display: inline-block;
}
.btn-main.center {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.btn-main:hover {
  background-color: #353D47;
}

.course-archive-page {
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .course-archive-page {
    margin: 3rem auto;
  }
}

.tutor-ratio.tutor-ratio-16x9 {
  overflow: hidden;
  position: relative;
}
.tutor-ratio.tutor-ratio-16x9:hover img {
  transform: scale(1.05);
}
.tutor-ratio.tutor-ratio-16x9 img {
  transition: 350ms ease;
  transform: scale(1);
}

.tutor-icon-star-line {
  color: #9ecbda;
}

.tutor-course-details-instructors a,
.tutor-meta.tutor-mt-auto a {
  pointer-events: none;
  cursor: default;
}

.tutor-course-details-page {
  margin: 4rem auto;
}
.tutor-course-details-page h1 {
  color: #9ecbda;
}

.tutor-forgot-password-form {
  height: 100dvh;
}

.tutor-login-wrap,
#tutor-registration-wrap {
  margin: 4rem auto;
}

.tutor-color-success {
  color: #6dab3c;
}

#tutor-login-form .tutor-d-flex.tutor-justify-between.tutor-align-center.tutor-mb-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tutor-login-form .tutor-d-flex.tutor-justify-between.tutor-align-center.tutor-mb-40 .tutor-btn.tutor-btn-ghost,
#tutor-login-form .tutor-d-flex.tutor-justify-between.tutor-align-center.tutor-mb-40 .tutor-form-check {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#tutor-login-form .tutor-d-flex.tutor-justify-between.tutor-align-center.tutor-mb-40 .tutor-form-check {
  margin-bottom: 1.5rem;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: 0 auto;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
  max-width: 100%;
  width: 100%;
}

.wc-block-components-sidebar {
  padding-left: 0;
  max-width: 100%;
  width: 100%;
}

.wc-block-components-button:not(.is-link) {
  width: fit-content;
  margin: 0 auto;
  background-color: #9ecbda;
  color: #ffffff;
  padding: 1.5rem 2.5rem;
  display: block;
  border: 1px solid #9ecbda;
  transition: 350ms ease;
}
.wc-block-components-button:not(.is-link):hover {
  background-color: #ffffff;
  color: #9ecbda;
}

.woocommerce-table__product-name.product-name a,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: #9ecbda;
}

.woocommerce-order,
.wp-block-woocommerce-checkout {
  max-width: 1240px;
  margin: 0 auto;
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked] {
  border-color: #9ecbda;
  background-color: #9ecbda;
}

.hero-block {
  height: 100dvh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-block img {
  z-index: 1;
}
.hero-block::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
}
.hero-block-inner {
  position: relative;
  z-index: 10;
  text-align: center;
}
.hero-block-inner p {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 auto 1.75rem;
}
.hero-block-inner h1 {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 75%;
}

.text-image-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 2rem;
}
@media (max-width: 767px) {
  .text-image-inner {
    flex-direction: column;
  }
}
.text-image-left, .text-image-right {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .text-image-left, .text-image-right {
    max-width: 100%;
  }
}
.text-image-left p, .text-image-right p {
  max-width: 75%;
}
@media (max-width: 767px) {
  .text-image-left p, .text-image-right p {
    max-width: 100%;
  }
}

.big-image {
  height: 30rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .big-image {
    margin-bottom: 1.25rem;
    height: 14rem;
  }
}

.three-column-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 2.5rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .three-column-inner {
    flex-direction: column;
    margin-bottom: 3.5rem;
    grid-gap: 1.25rem;
  }
}
.three-column-box h3 {
  color: #353D47;
  text-align: center;
  font-size: 1.25rem;
  transition: 350ms ease;
}
.three-column-box a {
  display: block;
}
.three-column-box a:hover h3 {
  color: #9ecbda;
}

.basic-content .entry-content h1,
.basic-content .entry-content h2,
.basic-content .entry-content h3,
.basic-content .entry-content h4,
.basic-content .entry-content h5,
.basic-content .entry-content h6 {
  font-weight: 700;
}
.basic-content .entry-content p {
  font-weight: 400;
  font-size: 1rem;
}
.basic-content .entry-content p a {
  text-decoration: underline;
  color: #9ecbda;
}
.basic-content .entry-content p a:hover {
  color: #353D47;
}
.basic-content .entry-content blockquote {
  border-left: 0.5rem solid #9ecbda;
  padding-left: 2rem;
  margin: 2rem 0;
  font-size: 1.25rem;
  color: "Montserrat";
  font-style: italic;
  min-height: 6rem;
}
@media (max-width: 767px) {
  .basic-content .entry-content blockquote {
    border-left: 0.25rem solid #9ecbda;
    font-size: 1.125rem;
  }
}
.basic-content .entry-content ul,
.basic-content .entry-content ol {
  margin-left: 0;
  padding-left: 1.5rem;
}

.link-list .content p {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0 2.5rem;
}
@media (max-width: 767px) {
  .link-list .content p {
    margin: 0 0 1.25rem;
  }
}
.link-list ul {
  padding-left: 0;
  margin-left: 0;
}
.link-list ul li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .link-list ul li {
    text-align: center;
  }
}
.link-list ul li:last-of-type {
  margin-bottom: 0;
}
.link-list ul li a {
  position: relative;
  display: inline-block;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .link-list ul li a {
    margin: 0 auto;
    font-size: 0.75rem;
  }
}
.link-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: 350ms ease;
}
.link-list ul li a:hover {
  color: #4A4A4A;
}
.link-list ul li a:hover::after {
  background-color: #4A4A4A;
}