:root {
  --fxotary-gray: #f8f8f8;
  --fxotary-white: #ffffff;
  --fxotary-base: #6cc47f;
  --fxotary-dark: #011c1a;
  --fxotary-dark-2: #0d0d0d;
  --fxotary-black: #000;
  --fxotary-font: "DM Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--fxotary-font);
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: var(--fxotary-font);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}

button {
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

body,
html {
  overflow-x: hidden;
}

/* Header */
.default-header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: var(--fxotary-white);
}
.logged-in .default-header {
  top: 30px;
}

/** Page Banner */
.page-header {
  position: relative;
  display: block;
  padding: 250px 0 152px 0;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/backgrounds/breadcrumbs.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}
.page-header .page-header__inner h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  color: var(--fxotary-white);
  word-break: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .page-header__inner h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .page-header__inner h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .page-header__inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-header .page-header__inner .thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  z-index: 1;
}
.page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb {
  position: relative;
  display: inline-block;
}
.page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--fxotary-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb li {
    font-size: 18px;
    font-weight: 400;
  }
}
.page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb li i {
  font-size: 16px;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb li i {
    font-size: 14px;
  }
}
.page-header .page-header__inner .thm-breadcrumb__box .thm-breadcrumb li a:hover {
  color: var(--fxotary-base);
}

.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

/* Blog Details meta */
.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 24px;
  gap: 20px;
}
.blog-details__meta li,
.blog-details__meta .blog-details__points,
.blog-details__meta .comment-form__input-box {
  position: relative;
  display: block;
}
.blog-details__meta li a {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-details__meta li a:hover {
  color: var(--fxotary-base);
}
.blog-details__meta li a span {
  position: relative;
  color: var(--fxotary-base);
  margin-right: 6px;
  font-size: 14px;
}

/** Sidebar */
.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 28px;
  margin-bottom: 21px;
  font-weight: 600;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 25px;
  margin-bottom: 21px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar__title::before {
  content: "";
  height: 2px;
  width: 38px;
  background-color: var(--fxotary-base);
  margin-right: 10px;
}
.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  color: var(--fxotary-white);
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 55px;
  width: 100%;
  padding-right: 50px;
  background-color: transparent;
  border: 1px solid rgb(from var(--fxotary-white) r g b/20%);
}
.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--fxotary-gray);
  opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
  color: var(--fxotary-gray);
  opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
  color: var(--fxotary-gray);
  opacity: 1;
}
.sidebar__search-form ::-moz-placeholder {
  color: var(--fxotary-gray);
  opacity: 1;
}
.sidebar__search-form ::placeholder {
  color: var(--fxotary-gray);
  opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
  color: var(--fxotary-gray);
}
.sidebar__search-form ::-ms-input-placeholder {
  color: var(--fxotary-gray);
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--fxotary-gray);
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

/** Footer **/
.site-footer {
  padding: 20px 0;
  background-color: var(--fxotary-gray);
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer p a {
  color: var(--fxotary-base);
}
.site-footer p a:hover {
  color: var(--fxotary-base);
}

/** Blog One */
.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-one__single .blog-one__img-box img {
  border-radius: 10px 10px 0 0;
}
.blog-one__single .blog-one__content {
  background-color: var(--fxotary-gray);
  padding: 30px;
  border-radius: 0 0 10px 10px;
}
.blog-one__single .blog-one__content.blog-one__content-without-img {
  border-radius: 10px;
}
.blog-one__single.sticky {
  border: 1px solid var(--fxotary-base);
  border-radius: 10px;
}
.blog-one__single .blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.blog-one__single .blog-one__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.blog-one__single .blog-one__meta li a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--fxotary-dark);
}
.blog-one__single .blog-one__meta li a:hover {
  color: var(--fxotary-base);
}
.blog-one__single .blog-one__meta li a span {
  position: relative;
  margin-right: 4px;
  color: var(--fxotary-base);
}
.blog-one__single .blog-one__title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 34px;
  word-break: break-word;
}
.blog-one__single .blog-one__title a {
  color: var(--fxotary-dark);
}
.blog-one__single .blog-one__title a:hover {
  color: var(--fxotary-base);
}

.error404 header,
.error404 footer {
  display: none;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
}
.error-page.not-found .error-page__inner {
  max-width: 900px;
}
.error-page .error-page__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.error-page .error-page__inner .error-page__title {
  font-size: 120px;
  line-height: 130px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 991px) {
  .error-page .error-page__inner .error-page__title {
    font-size: 94px;
    line-height: 104px;
  }
}
@media (max-width: 767px) {
  .error-page .error-page__inner .error-page__title {
    font-size: 69px;
    line-height: 79px;
  }
}
.error-page .error-page__inner .error-page__tagline {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .error-page .error-page__inner .error-page__tagline {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .error-page .error-page__inner .error-page__tagline {
    font-size: 25px;
    line-height: 35px;
  }
}
.error-page .error-page__inner .error-page__text {
  font-size: 18px;
  margin-bottom: 30px;
}
.error-page .error-page__inner .error-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.error-page .error-page__inner .error-page__form .error-page__form-input {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.error-page .error-page__inner .error-page__form .error-page__form-input input {
  display: block;
  border: none;
  outline: none;
  color: var(--fxotary-dark);
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 55px;
  width: 100%;
  padding-right: 50px;
  background-color: transparent;
  border: 1px solid rgb(from var(--fxotary-dark) r g b/20%);
}
.error-page .error-page__inner .error-page__form .error-page__form-input button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.blog-details__bottom .blog-details__tags-title {
  margin-top: 5px;
}/*# sourceMappingURL=fxotary-core.css.map */